@charset "UTF-8";
/* @charset "UTF-8"; */
/* [> Slider <] */
/* .slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } */
/* .slick-list { position: relative; display: block; margin: 0; padding: 0; overflow: hidden; } */
/* .slick-list:focus { outline: none; } */
/* .slick-list.dragging { cursor: pointer; cursor: hand; } */
/* .slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } */
/* .slick-track { */
/* position: relative; */
/* left: 0; */
/* top: 0; */
/* display: flex; */
/* flex-align: stretch; */
/* } */
/* .slick-track:before, .slick-track:after { content: ""; display: table; } */
/* .slick-track:after { clear: both; } */
/* .slick-loading .slick-track { visibility: hidden; } */
/* .slick-slide { display: none; } */
/* [dir="rtl"] .slick-slide { float: right; } */
/* .slick-slide img { display: block; } */
/* .slick-slide.slick-loading img { display: none; } */
/* .slick-slide.dragging img { pointer-events: none; } */
/* .slick-initialized .slick-slide { display: block; } */
/* .slick-loading .slick-slide { visibility: hidden; } */
/* .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } */
/* [> Arrows <] */
/* .slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; } */
/* .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; } */
/* .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; } */
/* .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; } */
/* .slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } */
/* .slick-prev { left: -25px; } */
/* [dir="rtl"] .slick-prev { left: auto; right: -25px; } */
/* .slick-prev:before { content: "←"; } */
/* [dir="rtl"] .slick-prev:before { content: "→"; } */
/* .slick-next { right: -25px; } */
/* [dir="rtl"] .slick-next { left: -25px; right: auto; } */
/* .slick-next:before { content: "→"; } */
/* [dir="rtl"] .slick-next:before { content: "←"; } */
.slick-dots button {
  position: relative;
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  padding: 1rem;
  line-height: 1;
  cursor: pointer;
  font-size: 0; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 100%;
  height: 100%;
  line-height: 1;
  font-size: 2rem;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transition: height .25s linear;
  transition: height .25s linear; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-transition: height .25s linear;
  transition: height .25s linear; }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  padding-horizontal: .5rem;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.vhs-flash {
  -webkit-animation-name: vhs-flash;
  animation-name: vhs-flash;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(1);
  animation-timing-function: steps(1);
  opacity: 0; }

@-webkit-keyframes vhs-flash {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; } }

@keyframes vhs-flash {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; } }

.vhs-flicker {
  opacity: 0;
  -webkit-animation-name: vhs-flicker;
  animation-name: vhs-flicker;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: steps(7);
  animation-timing-function: steps(7); }

@-webkit-keyframes vhs-flicker {
  0% {
    opacity: 0; }
  12.5% {
    opacity: .25; }
  25% {
    opacity: 0; }
  37.5% {
    opacity: 0; }
  50% {
    opacity: .75; }
  62.5% {
    opacity: 0; }
  75% {
    opacity: 1; }
  87.5% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@keyframes vhs-flicker {
  0% {
    opacity: 0; }
  12.5% {
    opacity: .25; }
  25% {
    opacity: 0; }
  37.5% {
    opacity: 0; }
  50% {
    opacity: .75; }
  62.5% {
    opacity: 0; }
  75% {
    opacity: 1; }
  87.5% {
    opacity: .5; }
  100% {
    opacity: 1; } }

.vhs-zoom {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation-name: vhs-zoom;
  animation-name: vhs-zoom;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes vhs-zoom {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes vhs-zoom {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.vhs-fade {
  opacity: 0;
  -webkit-animation-name: vhs-fade;
  animation-name: vhs-fade;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes vhs-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vhs-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.vhs-pop {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation-name: vhs-pop;
  animation-name: vhs-pop;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes vhs-pop {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  75% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes vhs-pop {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  75% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.vhs-highlight {
  -webkit-animation-name: vhs-highlight;
  animation-name: vhs-highlight;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.vhs-highlight-text {
  -webkit-animation-name: vhs-highlight-text;
  animation-name: vhs-highlight-text;
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes vhs-highlight {
  0% {
    background-color: rgba(0, 255, 255, 0.5);
    background-color: rgba(127, 219, 255, 0.5); }
  100% {
    background-color: rgba(0, 255, 255, 0);
    background-color: rgba(127, 219, 255, 0); } }

@keyframes vhs-highlight {
  0% {
    background-color: rgba(0, 255, 255, 0.5);
    background-color: rgba(127, 219, 255, 0.5); }
  100% {
    background-color: rgba(0, 255, 255, 0);
    background-color: rgba(127, 219, 255, 0); } }

@-webkit-keyframes vhs-highlight-text {
  0% {
    color: blue;
    color: #0074d9; }
  100% {
    color: inherit; } }

@keyframes vhs-highlight-text {
  0% {
    color: blue;
    color: #0074d9; }
  100% {
    color: inherit; } }

.vhs-left, .vhs-right, .vhs-top, .vhs-bottom {
  opacity: 0;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.vhs-left {
  -webkit-animation-name: vhs-left;
  animation-name: vhs-left;
  -webkit-transform: translateX(-12.5vw);
  -ms-transform: translateX(-12.5vw);
  transform: translateX(-12.5vw); }

.vhs-right {
  -webkit-animation-name: vhs-right;
  animation-name: vhs-right;
  -webkit-transform: translateX(12.5vw);
  -ms-transform: translateX(12.5vw);
  transform: translateX(12.5vw); }

.vhs-top {
  -webkit-animation-name: vhs-top;
  animation-name: vhs-top;
  -webkit-transform: translateY(-12.5vh);
  -ms-transform: translateY(-12.5vh);
  transform: translateY(-12.5vh); }

.vhs-bottom {
  -webkit-animation-name: vhs-bottom;
  animation-name: vhs-bottom;
  -webkit-transform: translateY(12.5vh);
  -ms-transform: translateY(12.5vh);
  transform: translateY(12.5vh); }

@-webkit-keyframes vhs-left {
  0% {
    -webkit-transform: translateX(-12.5vw);
    transform: translateX(-12.5vw);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes vhs-left {
  0% {
    -webkit-transform: translateX(-12.5vw);
    transform: translateX(-12.5vw);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes vhs-right {
  0% {
    -webkit-transform: translateX(12.5vw);
    transform: translateX(12.5vw);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes vhs-right {
  0% {
    -webkit-transform: translateX(12.5vw);
    transform: translateX(12.5vw);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes vhs-top {
  0% {
    -webkit-transform: translateY(-12.5vh);
    transform: translateY(-12.5vh);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes vhs-top {
  0% {
    -webkit-transform: translateY(-12.5vh);
    transform: translateY(-12.5vh);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes vhs-bottom {
  0% {
    -webkit-transform: translateY(12.5vh);
    transform: translateY(12.5vh);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes vhs-bottom {
  0% {
    -webkit-transform: translateY(12.5vh);
    transform: translateY(12.5vh);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.vhs-highlight-pop {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation-name: vhs-pop,vhs-highlight;
  animation-name: vhs-pop,vhs-highlight;
  -webkit-animation-duration: .2s,2s;
  animation-duration: .2s,2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.vhs-highlight-pop-text {
  -webkit-animation-name: vhs-pop,vhs-highlight-text;
  animation-name: vhs-pop,vhs-highlight-text;
  -webkit-animation-duration: .2s,2s;
  animation-duration: .2s,2s; }

.vhs-delay-1 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.vhs-delay-2 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.vhs-delay-3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.vhs-delay-4 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.vhs-delay-5 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.vhs-delay-6 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.vhs-duration-1 {
  -webkit-animation-duration: .1s;
  animation-duration: .1s; }

.vhs-duration-2 {
  -webkit-animation-duration: .2s;
  animation-duration: .2s; }

.vhs-duration-3 {
  -webkit-animation-duration: .4s;
  animation-duration: .4s; }

.vhs-duration-4 {
  -webkit-animation-duration: .6s;
  animation-duration: .6s; }

.vhs-duration-5 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.vhs-duration-6 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.vhs-linear {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.vhs-ease-in {
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.vhs-ease-out {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.vhs-ease-in-out {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.vhs-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.vhs-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse; }

.vhs-alternate {
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

.vhs-fill-forwards {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.vhs-fill-backwards {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.vhs-fill-both {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.vhs-paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

/**
 * Global styles.
 */
/**
 * Should be included in every root .scss file.
 */
/* 
* @preserve brand-colors 1.2.1
* https://reimertz.github.io/brand-colors
* (c) 2014 Pierre Reimertz
* may be freely distributed under the MIT license.
*/
/**
 * Important global variables and configuration.
 */
/*
 * Colors
 */
/*
* The official screen and print
* versions of "TED red" are:
* * #E62B1E
* * Pantone 485 C
* * C=0 M=100 Y=100 K=0
* * R=230 G=43 B=30
*/
/*
 * Grid system
 * --------------------------------------------------
 */
/*
 * Typography
 * --------------------------------------------------
 */
/*
 * Typographic weights; use these instead of "normal", "bold", etc.
 * These are set up per their W3 keyword synonyms:
 * https://www.w3.org/TR/CSS2/fonts.html#font-boldness
 */
/*
 * Miscellaneous
 * --------------------------------------------------
 */
/*
 * Used with the exports system to skip global blocks and thus
 * avoid redundancy between global.css and other CSS files
 */
/*
 * IE compatibility system
 * --------------------------------------------------
 */
/*
 * If false, media queries will be omitted and styles will be
 * included disregarding breakpoint (for Aulde IE support)
 */
/*
 * List of breakpoints to recognize. Modify this list to only
 * include certain breakpoints (e.g., to split CSS into multiple
 * files for performance.)
 */
/*
 * List of CSS classes to blacklist when content blocks are used
 * with the react-to mixin
 */
/**
 * NOTE: PLEASE USE THIS MIXIN SPARINGLY!
 *
 * Wherever possible, prefer something like:
 *
 * background-color: #FFF;
 * background-image: linear-gradient(#FFF, #000);
 *
 * This mixin creates a background gradient that's friendly for Old
 * IE (<= 9), which adds a fair bit of bloat but is sometimes necc.
 */
/**
 * Convenience methods for CSS border radius.
 */
/**
 * A clearfix that's friendly to Old IE, which still has predominant
 * market share, sadly.
 */
/**
 * Support for color inversions where the .inverse CSS class
 * is a parent.
 *
 * Note that "invert" / "inverse" should be read as "flip from
 * dark-on-white to white-on-dark" (i.e., never the other way
 * around). If you want to go the other way, start out with the
 * "inverse" class applied and then remove it.
 */
/**
 * Exports is used as a stand-in for [@import-once] features
 * hopefully coming in Sass 4.
 *
 * When included in a Sass module, `exports` prevents CSS output
 * being duplicated if it has previously been imported.
 *
 * An identifier and content block should be passed to the mixin.
 * If the content has already been included previously in the CSS
 * output, it will be skipped subsequent times.
 *
 * Example use:
 *
 * ---
 *
 * // shared_dependency.scss
 * @include exports("shared_dependency") {
 *   body {
 *     background: #F0F;
 *   }
 * }
 *
 * // file_1.scss
 * @import "https://pa.tedcdn.com/javascripts/screens/shared_dependency"
 *
 * // file_2.scss
 * @import "https://pa.tedcdn.com/javascripts/screens/shared_dependency"
 * @import "https://pa.tedcdn.com/javascripts/screens/file_1"
 *
 * ---
 *
 * Even though `file_2.scss` imports `file_1.scss`, and both
 * files import `shared_dependency.scss`, the shared dependency's
 * output is only exported once.
 *
 * Sass issue describing the need for @import-once functionality:
 * https://github.com/nex3/sass/issues/139
 *
 * Wilson Page's sass-import-once, from which this mixin is taken:
 * https://github.com/wilsonpage/sass-import-once/
 */
/**
 * Mixins to control font size
 */
/**
 * Mixins to control icon output
 */
.video-progress-bar__input {
  width: 100%; }

.video-progress-bar {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1rem; }

.video-progress-bar--horizontal {
  width: 100%;
  height: .6rem; }

.video-progress-bar__fill {
  background-color: #e62b1e;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 1rem; }

.video-progress-bar--horizontal .video-progress-bar__fill {
  height: 100%; }

.video-progress-bar__input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  opacity: 0; }

.video-time__current {
  color: white;
  display: none; }

.volume-bar--vertical {
  height: 9rem; }

.volume-bar__input {
  -webkit-writing-mode: bt-lr;
      -ms-writing-mode: bt-lr;
          writing-mode: bt-lr;
  -webkit-appearance: slider-vertical;
  cursor: pointer;
  outline: none;
  opacity: 0; }

/**
 * An inline block with Old IE compatibility.
 */
/**
 * An opacity fix that's friendly with Old IE.
 *
 * Please use sparingly; this adds a truly NASTY amount of bloat!
 */
/**
 * This mixin provides
 */
/**
 * This mixin is an essential component of our mobile-first strategy.
 * It produces a media query and / or output depending on the
 * targeted breakpoint and the include_media_* variables defined at
 * compile time. Thus it's possible, through configuration alone, to
 * exclude specific media queries or breakpoints, making IE support
 * and performance-related file slicing a matter of configuration.
 */
/**
 * HEY! YOU! STOP WHAT YOU'RE DOING AND READ THIS!
 *
 * WARNING: do not edit these styles & rules from within
 * /vendor/stylesheets/_icons.scss - this file is automatically
 * generated and will be overwritten next time it is changed.
 *
 * If you want to add a new icon to the webfont, just drop the
 * .svg into app/vectors and from the command line run:
 *
 * $ grunt icons
 *
 * ...that will automatically regenerate the _icons.scss file and
 * a number of other things.
 *
 * If you're wanting to change the styles themselves, edit
 * lib/tasks/webfont/template.css to make your changes, then run:
 *
 * $ grunt icons
 */
/**
 * Auth prompt modal.
 */
/*
 * Styles for modal windows
 *
 * Quick summary of our modal approach:
 *
 * On wee browsers (order is important):
 *
 * 1. Show background overlay.
 * 2. Record the current scroll position.
 * 3. Apply <html> modal class.
 * 4. position to top
 * 5. Show the modal.
 *
 * 6. When closing, hide the modal first.
 * 7. Remove the <html> modal class.
 * 8. Apply the current scroll position.
 * 9. Hide the background overlay.
 *
 * On bigger browsers:
 *
 * * As above, but do not reposition.
 *
 * TODO: patch for old (<ICS) Android devices wider than 768px. Kindle
 * Fire in landscape, for example. Not an easy one to catch for. May
 * need to find a Modernizr class to base this on...
 */
/**
 * This CSS controls the behavior of the shoji-to-reveal system
 * employed for mobile.
 */
/**
 * Site footer layout and main styles.
 */
/**
 * Footer newsletter styles.
 */
/**
 * Styles for our popup library.
 */
/**
 * Styles for a sidebar submenu.
 */
/*
 * Styles for modal windows
 *
 * Quick summary of our modal approach:
 *
 * On wee browsers (order is important):
 *
 * 1. Show background overlay.
 * 2. Record the current scroll position.
 * 3. Apply <html> modal class.
 * 4. position to top
 * 5. Show the modal.
 *
 * 6. When closing, hide the modal first.
 * 7. Remove the <html> modal class.
 * 8. Apply the current scroll position.
 * 9. Hide the background overlay.
 *
 * On bigger browsers:
 *
 * * As above, but do not reposition.
 *
 * TODO: patch for old (<ICS) Android devices wider than 768px. Kindle
 * Fire in landscape, for example. Not an easy one to catch for. May
 * need to find a Modernizr class to base this on...
 */
/**
 * Styles that apply to all ads
 */
/*
 * Styles for non-popup alert and flash messages.
 *
 * Example use:
 *
 * ```haml
 * .alert.alert--flash.alert--warning
 *   .container
 *     .alert__container
 *       %h4.h10.m5> You have been warned.
 *       This is your last warning about that.
 *       %a.alert__close.g.g-button-modal-close{href: '#', role: :button} Close
 * ```
 */
/* 
* @preserve brand-colors 1.2.1
* https://reimertz.github.io/brand-colors
* (c) 2014 Pierre Reimertz
* may be freely distributed under the MIT license.
*/
/**
 * Important global variables and configuration.
 */
/*
 * Colors
 */
/*
* The official screen and print
* versions of "TED red" are:
* * #E62B1E
* * Pantone 485 C
* * C=0 M=100 Y=100 K=0
* * R=230 G=43 B=30
*/
/*
 * Grid system
 * --------------------------------------------------
 */
/*
 * Typography
 * --------------------------------------------------
 */
/*
 * Typographic weights; use these instead of "normal", "bold", etc.
 * These are set up per their W3 keyword synonyms:
 * https://www.w3.org/TR/CSS2/fonts.html#font-boldness
 */
/*
 * Miscellaneous
 * --------------------------------------------------
 */
/*
 * Used with the exports system to skip global blocks and thus
 * avoid redundancy between global.css and other CSS files
 */
/*
 * IE compatibility system
 * --------------------------------------------------
 */
/*
 * If false, media queries will be omitted and styles will be
 * included disregarding breakpoint (for Aulde IE support)
 */
/*
 * List of breakpoints to recognize. Modify this list to only
 * include certain breakpoints (e.g., to split CSS into multiple
 * files for performance.)
 */
/*
 * List of CSS classes to blacklist when content blocks are used
 * with the react-to mixin
 */
/**
 * Button styles
 */
/**
 * Styles for linked headings
 */
/**
 * Media object
 * https://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
 */
/**
 * Add play icons to the bottom right corner of video links.
 */
/**
 * Styles for handling thumbnails; to be paired with the `thumb`
 * application helper.
 */
/**
 * This CSS controls the behavior of the shoji-to-reveal system
 * employed for mobile.
 */
/**
Until #2813 is resolved, Roadrunner's HTML base font size is
split across pages, which means we need to use absolute font
sizes in the menu.

We'll definitely want to replace these when that's resolved.
*/
/**
Styles related to the main nav search bar
*/
/**
Styles for the inverted nav.
*/
/**
Styles for the translucent nav.
*/
/**
 * Fonts to be included site-wide.
 */
@font-face {
  font-family: icons;
  src: url(../../../assets/fonts/icons.b0bfe89b8532aa81647f.eot);
  src: url(../../../assets/fonts/icons.b0bfe89b8532aa81647f.eot#iefix) format("embedded-opentype"), url(../../../assets/fonts/icons.b31b1effbe6d64cb0dff.woff) format("woff"), url(../../../assets/fonts/icons.af5e1324616b831c5531.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Helvetica Neue Custom";
  src: url("../../../fonts/hn-045-n.woff") format("woff2"), url("../../../fonts/hn-045-n.woff") format("woff");
  font-weight: 300; }

@font-face {
  font-family: "Helvetica Neue Custom";
  src: local("Helvetica Neue"), url("../../../fonts/hn-055-n.woff") format("woff2"), url("../../../fonts/hn-055-n.woff") format("woff");
  font-weight: 400; }

@font-face {
  font-family: "Helvetica Neue Custom";
  src: local("Helvetica Neue Bold"), url("../../../fonts/hn-075-n.woff") format("woff2"), url("../../../fonts/hn-075-n.woff") format("woff");
  font-weight: 700; }

@font-face {
  font-family: "Helvetica Neue Custom";
  src: url("../../../fonts/hn-085-n.woff") format("woff2"), url("../../../fonts/hn-085-n.woff") format("woff");
  font-weight: 900; }

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Styles applied broadly to tag selectors.
 */
/*
   * Apply a natural box layout model to all elements. See
   * here for more details:
   * https://paulirish.com/2012/box-sizing-border-box-ftw/
   */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

[lang]:not([lang="en"]) {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

body {
  background: #f0f0f0;
  color: #333333;
  font-family: "Helvetica Neue Custom", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

body,
input,
select {
  font-smooth: always;
  -webkit-font-smoothing: antialiased; }

a {
  color: #333333;
  text-decoration: underline;
  -webkit-transition: color .2s;
  transition: color .2s; }
  .inverse a {
    color: #FFF; }
  a:focus {
    outline: 2px solid #73afec;
    outline-offset: -2px; }
  a:hover {
    color: #333333; }
    .inverse a:hover {
      color: #FFF; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0; }

hr {
  width: 100%;
  height: 1px;
  border: none;
  border-top: 1px solid #f6f6f6;
  background: #FFFFFF;
  margin-bottom: 20px; }

dl,
p,
ol,
ul {
  margin: 0 0 1.5em; }

.form-checkbox {
  display: block;
  padding-left: 20px; }

.form-checkbox__input {
  /*
     * These rules, together with the 20px padding applied to
     * .form-checkbox itself, provide for multi-line checkbox
     * labels without losing indentation.
     */
  float: left;
  margin-left: -20px;
  position: relative;
  top: 4px; }

/*
   * Provides vertical alignment that matches .form-control for
   * situations where a checkbox and input are on one line
   */
.form-checkbox--inline {
  display: table-cell;
  height: 40px;
  vertical-align: middle; }

.form-control {
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #333333;
  font-family: "Helvetica Neue Custom", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  padding: 10px 10px;
  vertical-align: middle;
  width: 100%; }
  .form-control:focus {
    border-color: rgba(168, 203, 236, 0.8);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(168, 203, 236, 0.6);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(168, 203, 236, 0.6);
    outline: 0 none;
    outline: -webkit-focus-ring-color auto 5px; }

textarea.form-control {
  height: auto; }

.form-control--dropdown {
  text-align: left;
  text-decoration: none;
  /*
     * Hide default dropdown arrow in:
     * * Chrome
     * * Safari
     * * IE 10
     * * IE 11 (ya rly)
     * * Firefox
     */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Custom gradient & arrow background */
  background: #F8F8F8 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAADIyMiYmJjIyMjAwMDMzMzExMczMzG/7/KwAAAAHdFJOUwCoC4YjllkQbp1YAAAARklEQVQY02MoYEAB9OYyGTswMDgbwbgsgiEMLIEicFlDUQdXQbgsg7JgSKCwApzLZCgIlESYrCwIlERwmQyNUOxVUaCjBwG62A+AiSlt5gAAAABJRU5ErkJggg==") right 15px center no-repeat;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAADIyMiYmJjIyMjAwMDMzMzExMczMzG/7/KwAAAAHdFJOUwCoC4YjllkQbp1YAAAARklEQVQY02MoYEAB9OYyGTswMDgbwbgsgiEMLIEicFlDUQdXQbgsg7JgSKCwApzLZCgIlESYrCwIlERwmQyNUOxVUaCjBwG62A+AiSlt5gAAAABJRU5ErkJggg==") right 15px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F8F8F8));
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAADIyMiYmJjIyMjAwMDMzMzExMczMzG/7/KwAAAAHdFJOUwCoC4YjllkQbp1YAAAARklEQVQY02MoYEAB9OYyGTswMDgbwbgsgiEMLIEicFlDUQdXQbgsg7JgSKCwApzLZCgIlESYrCwIlERwmQyNUOxVUaCjBwG62A+AiSlt5gAAAABJRU5ErkJggg==") right 15px center no-repeat, linear-gradient(to bottom, #FFFFFF, #F8F8F8);
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  /*
     * Make sure the selected option doesn't
     * overlap the background image
     */
  padding-right: 50px;
  /*
     * This section is mostly for the sake of Firefox, which
     * disregards line-height in a select >:( roll on web components
     */
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 22px;
  position: relative; }
  .form-control--dropdown::-ms-expand {
    display: none; }

.form-control--disabled,
.form-control[disabled] {
  border-color: #DDDDDD;
  color: #666666;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }

.form-control--error {
  border-color: #bf0c00; }

.form-group {
  display: block;
  margin-bottom: 25px; }

.form-label {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  font-weight: 700;
  margin-bottom: 5px; }

.form-label--required::after {
  content: "*";
  color: #e62b1e; }

.form-error {
  color: #bf0c00;
  margin-top: 2px; }

.form-errors {
  background-color: #bf0c00;
  padding: 20px;
  margin-bottom: 20px; }

.form-errors--attached {
  margin-bottom: 0;
  border-bottom: none; }

.form-well {
  background: #F7F7F7;
  overflow: hidden;
  padding: 15px;
  padding-bottom: 0; }

.input-group {
  display: table; }
  .input-group .form-control {
    display: table-cell;
    width: 100%; }

.input-group__addon {
  display: table-cell;
  width: 1%; }

.input-overlay {
  position: relative; }
  .input-overlay .form-control {
    padding-right: 40px; }

.input-overlay__addon {
  pointer-events: none;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  width: 40px; }
  .input-overlay__addon .icon {
    width: 24px;
    height: 24px;
    line-height: 25px;
    font-size: 24px; }

@media only screen and (min-width: 1024px) {
  .form-control {
    font-size: 15px; }
  .form-control--small {
    font-size: 13px; } }

/**
 * Basic page layout-related classes and convenience classes.
 */
.area--dark {
  background: #111111; }

.area--shaded {
  background: #F3F3F3; }

.page {
  *zoom: 1;
  background: #ffffff; }
  .page::after {
    content: "";
    display: table;
    clear: both; }

/*
   * Avoid using this; favor semantic approaches.
   * But sometimes nothing beats a good clearfix
   */
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: "";
    display: table;
    clear: both; }

.copy {
  max-width: 62em; }

.container {
  *zoom: 1;
  clear: both;
  float: none;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
  position: relative; }
  .container::after {
    content: "";
    display: table;
    clear: both; }

.image {
  margin-bottom: 10px;
  max-width: 100%; }

/*
   * Reverses text colors
   * See also the color mixin!
   */
.inverse {
  color: #FFF; }

.hidden {
  display: none; }

.hyphens {
  word-wrap: break-word;
  overflow-wrap: break-word; }

.invisible {
  visibility: hidden; }

/*
   * Convenience class to remove bottom margins (e.g. paragraphs)
   * in modules, with allowance for reasonably deep nesting
   */
.module > *:last-child,
.module > *:last-child > *:last-child,
.module > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.relative {
  position: relative; }

.screen-reader-text {
  left: -9999px;
  position: absolute;
  top: -9999px; }

/*
   * Semantic list / secret list - used when a <ul> or <ol>
   * semantically applies but a visual reset is needed
   */
.sl {
  list-style: none;
  margin: 0;
  padding: 0; }

.sb {
  color: currentColor;
  background: transparent;
  border: 0;
  padding: 0; }

.sa {
  color: currentColor;
  text-decoration: none; }
  .sa:hover, .sa:visited, .sa:active {
    color: currentColor; }

/*
   * Pretty list - used on a parent <ul> or <ol> to reduce the
   * indentation used on some browsers
   */
.pl {
  list-style-position: inside;
  margin-left: 8px;
  padding-left: 1em;
  text-indent: -1em; }
  .pl li {
    margin-top: 5px; }
    .pl li:first-child {
      margin-top: 0; }

.dl--n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .dl--n dt {
    float: left;
    padding-right: .8ex; }
  .dl--n dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 2 50%;
            flex: 1 2 50%;
    margin: 0; }

/*
   * Hack to make sure spinjs spinners always show in center of
   * the screen.
   */
.spinner--centered {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important; }

/*
   * Convenience classes to target styles only when
   * the user is logged in or out
   */
.loggedout .loggedin-only {
  display: none; }

.loggedin .loggedout-only {
  display: none; }

.show-xs,
.show-sm,
.show-lg,
.show-xl {
  display: none; }

/**
  Convenience classes to display elements depending
  on SVG support
  */
.svg .if-no-svg {
  display: none; }

.no-svg .if-svg {
  display: none; }

/*
   * Vertical centering; note that vc__wrap should be applied as
   * a wrapper to the item being centered!
   */
.vc {
  display: table;
  height: 100%;
  width: 100%; }

.vc__wrap {
  display: table-cell;
  vertical-align: middle; }

.pad1,
.pad2,
.pad3 {
  padding: 20px 0; }

.pad4 {
  padding: 10px 0; }

.pad5 {
  padding: 5px 0; }

.hpad1,
.hpad2,
.hpad3 {
  padding-left: 20px;
  padding-right: 20px; }

.hpad4 {
  padding-left: 10px;
  padding-right: 10px; }

.hpad5 {
  padding-left: 5px;
  padding-right: 5px; }

.fallback .hide-on-fallback {
  display: none; }

@media only screen and (min-width: 480px) {
  .hide-xs {
    display: none; }
  .show-xs {
    display: block; } }

@media only screen and (min-width: 600px) {
  .image--left,
  .image--right {
    max-width: 40%; }
  .image--left {
    float: left;
    margin-right: 20px; }
  .image--right {
    float: right;
    margin-left: 20px; } }

@media only screen and (min-width: 768px) {
  .hide-sm {
    display: none; }
  .show-sm {
    display: block; } }

@media only screen and (min-width: 1024px) {
  .hide-lg {
    display: none; }
  .show-lg {
    display: block; } }

@media only screen and (min-width: 1200px) {
  .container {
    padding: 0 40px; }
  .hide-xl {
    display: none; }
  .show-xl {
    display: block; }
  .pad1 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .pad2 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .hpad1 {
    padding-left: 40px;
    padding-right: 40px; }
  .hpad2 {
    padding-left: 30px;
    padding-right: 30px; } }

/**
 * Grid system
 *
 * See /swatch/grid for examples.
 */
.row {
  *zoom: 1;
  margin-left: -40px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col,
.col-oh-1,
.col-oh-2,
.col-oh-3,
.col-oh-4,
.col-oh-5,
.col-oh-6,
.col-oh-7,
.col-oh-8,
.col-oh-9,
.col-oh-10,
.col-oh-11,
.col-oh-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.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-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 {
  padding-left: 40px;
  float: left;
  width: 100%; }
  .col > *:first-child,
  .col > *:first-child > *:first-child,
  .col > *:first-child > *:first-child > *:first-child,
  .col-oh-1 > *:first-child,
  .col-oh-1 > *:first-child > *:first-child,
  .col-oh-1 > *:first-child > *:first-child > *:first-child,
  .col-oh-2 > *:first-child,
  .col-oh-2 > *:first-child > *:first-child,
  .col-oh-2 > *:first-child > *:first-child > *:first-child,
  .col-oh-3 > *:first-child,
  .col-oh-3 > *:first-child > *:first-child,
  .col-oh-3 > *:first-child > *:first-child > *:first-child,
  .col-oh-4 > *:first-child,
  .col-oh-4 > *:first-child > *:first-child,
  .col-oh-4 > *:first-child > *:first-child > *:first-child,
  .col-oh-5 > *:first-child,
  .col-oh-5 > *:first-child > *:first-child,
  .col-oh-5 > *:first-child > *:first-child > *:first-child,
  .col-oh-6 > *:first-child,
  .col-oh-6 > *:first-child > *:first-child,
  .col-oh-6 > *:first-child > *:first-child > *:first-child,
  .col-oh-7 > *:first-child,
  .col-oh-7 > *:first-child > *:first-child,
  .col-oh-7 > *:first-child > *:first-child > *:first-child,
  .col-oh-8 > *:first-child,
  .col-oh-8 > *:first-child > *:first-child,
  .col-oh-8 > *:first-child > *:first-child > *:first-child,
  .col-oh-9 > *:first-child,
  .col-oh-9 > *:first-child > *:first-child,
  .col-oh-9 > *:first-child > *:first-child > *:first-child,
  .col-oh-10 > *:first-child,
  .col-oh-10 > *:first-child > *:first-child,
  .col-oh-10 > *:first-child > *:first-child > *:first-child,
  .col-oh-11 > *:first-child,
  .col-oh-11 > *:first-child > *:first-child,
  .col-oh-11 > *:first-child > *:first-child > *:first-child,
  .col-oh-12 > *:first-child,
  .col-oh-12 > *:first-child > *:first-child,
  .col-oh-12 > *:first-child > *:first-child > *:first-child,
  .col-xs-1 > *:first-child,
  .col-xs-1 > *:first-child > *:first-child,
  .col-xs-1 > *:first-child > *:first-child > *:first-child,
  .col-xs-2 > *:first-child,
  .col-xs-2 > *:first-child > *:first-child,
  .col-xs-2 > *:first-child > *:first-child > *:first-child,
  .col-xs-3 > *:first-child,
  .col-xs-3 > *:first-child > *:first-child,
  .col-xs-3 > *:first-child > *:first-child > *:first-child,
  .col-xs-4 > *:first-child,
  .col-xs-4 > *:first-child > *:first-child,
  .col-xs-4 > *:first-child > *:first-child > *:first-child,
  .col-xs-5 > *:first-child,
  .col-xs-5 > *:first-child > *:first-child,
  .col-xs-5 > *:first-child > *:first-child > *:first-child,
  .col-xs-6 > *:first-child,
  .col-xs-6 > *:first-child > *:first-child,
  .col-xs-6 > *:first-child > *:first-child > *:first-child,
  .col-xs-7 > *:first-child,
  .col-xs-7 > *:first-child > *:first-child,
  .col-xs-7 > *:first-child > *:first-child > *:first-child,
  .col-xs-8 > *:first-child,
  .col-xs-8 > *:first-child > *:first-child,
  .col-xs-8 > *:first-child > *:first-child > *:first-child,
  .col-xs-9 > *:first-child,
  .col-xs-9 > *:first-child > *:first-child,
  .col-xs-9 > *:first-child > *:first-child > *:first-child,
  .col-xs-10 > *:first-child,
  .col-xs-10 > *:first-child > *:first-child,
  .col-xs-10 > *:first-child > *:first-child > *:first-child,
  .col-xs-11 > *:first-child,
  .col-xs-11 > *:first-child > *:first-child,
  .col-xs-11 > *:first-child > *:first-child > *:first-child,
  .col-xs-12 > *:first-child,
  .col-xs-12 > *:first-child > *:first-child,
  .col-xs-12 > *:first-child > *:first-child > *:first-child,
  .col-sm-1 > *:first-child,
  .col-sm-1 > *:first-child > *:first-child,
  .col-sm-1 > *:first-child > *:first-child > *:first-child,
  .col-sm-2 > *:first-child,
  .col-sm-2 > *:first-child > *:first-child,
  .col-sm-2 > *:first-child > *:first-child > *:first-child,
  .col-sm-3 > *:first-child,
  .col-sm-3 > *:first-child > *:first-child,
  .col-sm-3 > *:first-child > *:first-child > *:first-child,
  .col-sm-4 > *:first-child,
  .col-sm-4 > *:first-child > *:first-child,
  .col-sm-4 > *:first-child > *:first-child > *:first-child,
  .col-sm-5 > *:first-child,
  .col-sm-5 > *:first-child > *:first-child,
  .col-sm-5 > *:first-child > *:first-child > *:first-child,
  .col-sm-6 > *:first-child,
  .col-sm-6 > *:first-child > *:first-child,
  .col-sm-6 > *:first-child > *:first-child > *:first-child,
  .col-sm-7 > *:first-child,
  .col-sm-7 > *:first-child > *:first-child,
  .col-sm-7 > *:first-child > *:first-child > *:first-child,
  .col-sm-8 > *:first-child,
  .col-sm-8 > *:first-child > *:first-child,
  .col-sm-8 > *:first-child > *:first-child > *:first-child,
  .col-sm-9 > *:first-child,
  .col-sm-9 > *:first-child > *:first-child,
  .col-sm-9 > *:first-child > *:first-child > *:first-child,
  .col-sm-10 > *:first-child,
  .col-sm-10 > *:first-child > *:first-child,
  .col-sm-10 > *:first-child > *:first-child > *:first-child,
  .col-sm-11 > *:first-child,
  .col-sm-11 > *:first-child > *:first-child,
  .col-sm-11 > *:first-child > *:first-child > *:first-child,
  .col-sm-12 > *:first-child,
  .col-sm-12 > *:first-child > *:first-child,
  .col-sm-12 > *:first-child > *:first-child > *:first-child,
  .col-lg-1 > *:first-child,
  .col-lg-1 > *:first-child > *:first-child,
  .col-lg-1 > *:first-child > *:first-child > *:first-child,
  .col-lg-2 > *:first-child,
  .col-lg-2 > *:first-child > *:first-child,
  .col-lg-2 > *:first-child > *:first-child > *:first-child,
  .col-lg-3 > *:first-child,
  .col-lg-3 > *:first-child > *:first-child,
  .col-lg-3 > *:first-child > *:first-child > *:first-child,
  .col-lg-4 > *:first-child,
  .col-lg-4 > *:first-child > *:first-child,
  .col-lg-4 > *:first-child > *:first-child > *:first-child,
  .col-lg-5 > *:first-child,
  .col-lg-5 > *:first-child > *:first-child,
  .col-lg-5 > *:first-child > *:first-child > *:first-child,
  .col-lg-6 > *:first-child,
  .col-lg-6 > *:first-child > *:first-child,
  .col-lg-6 > *:first-child > *:first-child > *:first-child,
  .col-lg-7 > *:first-child,
  .col-lg-7 > *:first-child > *:first-child,
  .col-lg-7 > *:first-child > *:first-child > *:first-child,
  .col-lg-8 > *:first-child,
  .col-lg-8 > *:first-child > *:first-child,
  .col-lg-8 > *:first-child > *:first-child > *:first-child,
  .col-lg-9 > *:first-child,
  .col-lg-9 > *:first-child > *:first-child,
  .col-lg-9 > *:first-child > *:first-child > *:first-child,
  .col-lg-10 > *:first-child,
  .col-lg-10 > *:first-child > *:first-child,
  .col-lg-10 > *:first-child > *:first-child > *:first-child,
  .col-lg-11 > *:first-child,
  .col-lg-11 > *:first-child > *:first-child,
  .col-lg-11 > *:first-child > *:first-child > *:first-child,
  .col-lg-12 > *:first-child,
  .col-lg-12 > *:first-child > *:first-child,
  .col-lg-12 > *:first-child > *:first-child > *:first-child {
    margin-top: 0; }

.row-skinny {
  margin-left: -20px; }
  .row-skinny .col {
    padding-left: 20px; }

.row-gutterless {
  margin-left: 0; }
  .row-gutterless [class*=" col"],
  .row-gutterless [class^="col"] {
    padding-left: 0; }

.row--equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.col--equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.col-oh-1 {
  width: 8.33333%; }

.col-oh-2 {
  width: 16.66667%; }

.col-oh-3 {
  width: 25%; }

.col-oh-4 {
  width: 33.33333%; }

.col-oh-5 {
  width: 41.66667%; }

.col-oh-6 {
  width: 50%; }

.col-oh-7 {
  width: 58.33333%; }

.col-oh-8 {
  width: 66.66667%; }

.col-oh-9 {
  width: 75%; }

.col-oh-10 {
  width: 83.33333%; }

.col-oh-11 {
  width: 91.66667%; }

.col-oh-12 {
  width: 100%; }

.row-oh-2up .col {
  width: 50%; }

.row-oh-2up .col:nth-child(1n) {
  clear: none; }

.row-oh-2up .col:nth-child(2n+1) {
  clear: left; }

.row-oh-3up .col {
  width: 33.33333%; }

.row-oh-3up .col:nth-child(1n) {
  clear: none; }

.row-oh-3up .col:nth-child(3n+1) {
  clear: left; }

.row-oh-4up .col {
  width: 25%; }

.row-oh-4up .col:nth-child(1n) {
  clear: none; }

.row-oh-4up .col:nth-child(4n+1) {
  clear: left; }

.row-oh-5up .col {
  width: 20%; }

.row-oh-5up .col:nth-child(1n) {
  clear: none; }

.row-oh-5up .col:nth-child(5n+1) {
  clear: left; }

.row-oh-6up .col {
  width: 16.66667%; }

.row-oh-6up .col:nth-child(1n) {
  clear: none; }

.row-oh-6up .col:nth-child(6n+1) {
  clear: left; }

@media only screen and (min-width: 480px) {
  .row-xs-wide {
    margin-left: -40px; }
    .row-xs-wide .col {
      padding-left: 40px; }
  .row-xs--equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .col-xs--equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .col-xs-1 {
    width: 8.33333%; }
  .col-xs-2 {
    width: 16.66667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-4 {
    width: 33.33333%; }
  .col-xs-5 {
    width: 41.66667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-7 {
    width: 58.33333%; }
  .col-xs-8 {
    width: 66.66667%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-10 {
    width: 83.33333%; }
  .col-xs-11 {
    width: 91.66667%; }
  .col-xs-12 {
    width: 100%; }
  .row-xs-2up .col {
    width: 50%; }
  .row-xs-2up .col:nth-child(1n) {
    clear: none; }
  .row-xs-2up .col:nth-child(2n+1) {
    clear: left; }
  .row-xs-3up .col {
    width: 33.33333%; }
  .row-xs-3up .col:nth-child(1n) {
    clear: none; }
  .row-xs-3up .col:nth-child(3n+1) {
    clear: left; }
  .row-xs-4up .col {
    width: 25%; }
  .row-xs-4up .col:nth-child(1n) {
    clear: none; }
  .row-xs-4up .col:nth-child(4n+1) {
    clear: left; }
  .row-xs-5up .col {
    width: 20%; }
  .row-xs-5up .col:nth-child(1n) {
    clear: none; }
  .row-xs-5up .col:nth-child(5n+1) {
    clear: left; }
  .row-xs-6up .col {
    width: 16.66667%; }
  .row-xs-6up .col:nth-child(1n) {
    clear: none; }
  .row-xs-6up .col:nth-child(6n+1) {
    clear: left; } }

@media only screen and (min-width: 768px) {
  .row-sm-wide {
    margin-left: -40px; }
    .row-sm-wide .col {
      padding-left: 40px; }
  .row-sm--equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .col-sm--equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .row-sm-2up .col {
    width: 50%; }
  .row-sm-2up .col:nth-child(1n) {
    clear: none; }
  .row-sm-2up .col:nth-child(2n+1) {
    clear: left; }
  .row-sm-3up .col {
    width: 33.33333%; }
  .row-sm-3up .col:nth-child(1n) {
    clear: none; }
  .row-sm-3up .col:nth-child(3n+1) {
    clear: left; }
  .row-sm-4up .col {
    width: 25%; }
  .row-sm-4up .col:nth-child(1n) {
    clear: none; }
  .row-sm-4up .col:nth-child(4n+1) {
    clear: left; }
  .row-sm-5up .col {
    width: 20%; }
  .row-sm-5up .col:nth-child(1n) {
    clear: none; }
  .row-sm-5up .col:nth-child(5n+1) {
    clear: left; }
  .row-sm-6up .col {
    width: 16.66667%; }
  .row-sm-6up .col:nth-child(1n) {
    clear: none; }
  .row-sm-6up .col:nth-child(6n+1) {
    clear: left; } }

@media only screen and (min-width: 1024px) {
  .row-lg-wide {
    margin-left: -40px; }
    .row-lg-wide .col {
      padding-left: 40px; }
  .row-lg--equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .col-lg--equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .col--delineated-lg {
    border-left: 1px solid #E5E5E5; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .row-lg-2up .col {
    width: 50%; }
  .row-lg-2up .col:nth-child(1n) {
    clear: none; }
  .row-lg-2up .col:nth-child(2n+1) {
    clear: left; }
  .row-lg-3up .col {
    width: 33.33333%; }
  .row-lg-3up .col:nth-child(1n) {
    clear: none; }
  .row-lg-3up .col:nth-child(3n+1) {
    clear: left; }
  .row-lg-4up .col {
    width: 25%; }
  .row-lg-4up .col:nth-child(1n) {
    clear: none; }
  .row-lg-4up .col:nth-child(4n+1) {
    clear: left; }
  .row-lg-5up .col {
    width: 20%; }
  .row-lg-5up .col:nth-child(1n) {
    clear: none; }
  .row-lg-5up .col:nth-child(5n+1) {
    clear: left; }
  .row-lg-6up .col {
    width: 16.66667%; }
  .row-lg-6up .col:nth-child(1n) {
    clear: none; }
  .row-lg-6up .col:nth-child(6n+1) {
    clear: left; }
  /*
   * Adds a sidebar with an enforced width of 300px,
   * necessary for ads
   */
  .col-lg-sidebar {
    width: 340px; }
  .col-lg-sidebarred {
    margin-right: -340px;
    padding-right: 340px; } }

/** @define Grid; use strict */
/**
 * Core grid component
 *
 * DO NOT apply dimension or offset utilities to the `Grid` element. All cell
 * widths and offsets should be applied to child grid cells.
 */
/* Grid container
   ========================================================================== */
/**
 * All content must be contained within child `Grid__cell` elements.
 *
 * 1. Account for browser defaults of elements that might be the root node of
 *    the component.
 * 2. Remove inter-cell whitespace that appears between `inline-block` child
 *    elements.
 * 3. Ensure consistent default alignment.
 */
.Grid {
  display: block;
  /* 1 */
  font-size: 0;
  /* 2 */
  margin: 0;
  /* 1 */
  padding: 0;
  /* 1 */
  text-align: left;
  /* 3 */ }

/**
 * Modifier: center align all grid cells
 */
.Grid--align-center {
  text-align: center; }

/**
 * Modifier: right align all grid cells
 */
.Grid--align-right {
  text-align: right; }

/**
 * Modifier: middle-align grid cells
 */
.Grid--align-middle > .Grid__cell {
  vertical-align: middle; }

/**
 * Modifier: bottom-align grid cells
 */
.Grid--align-bottom > .Grid__cell {
  vertical-align: bottom; }

.Grid--equal-height > .Grid__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.Grid--equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

/**
 * Modifier: gutters
 *
 * NOTE: this can trigger a horizontal scrollbar if the component is as wide as
 * the viewport. Use padding on a container, or `overflow-x:hidden` to protect
 * against it.
 */
.Grid--with-gutter {
  margin: 0 -0.4rem; }

.Grid--with-gutter > .Grid__cell {
  padding: 0 0.4rem; }

/* Grid cell
   ========================================================================== */
/**
 * No explicit width by default. Rely on combining `Grid__cell` with a dimension
 * utility or a component class that extends 'grid'.
 *
 * 1. Fundamentals of the non-float grid layout.
 * 2. Reset font size change made in `Grid`.
 * 3. Keeps content correctly aligned with the grid direction.
 * 4. Controls vertical positioning of units.
 * 5. Make cells full-width by default.
 */
.Grid__cell {
  display: inline-block;
  /* 1 */
  font-size: 1rem;
  /* 2 */
  margin: 0;
  padding: 0;
  text-align: left;
  /* 3 */
  vertical-align: top;
  /* 4 */
  width: 100%;
  /* 5 */ }

/**
 * Modifier: horizontally center one unit
 * Set a specific unit to be horizontally centered. Doesn't affect
 * any other units. Can still contain a child `Grid` object.
 */
.Grid__cell--center {
  display: block;
  margin: 0 auto; }

/** @define Arrange; weak */
/**
 * This component lets you lay out a row of cells in various ways. You can
 * specify whether a cell should be wide enough to fit its content, or take up
 * the remaining space in the row. It's also possible to give all cells an
 * equal width, and to control their vertical alignment.
 */
/**
 * 1. Protect against the component expanding beyond the confines of its
 *    container if properties affecting the box-model are applied to the
 *    component. Mainly necessary because of (5).
 * 2. Rely on table layout.
 * 3. Zero out the default spacing that might be on an element (e.g., `ul`).
 * 4. Make sure the component fills at least the full width of its parent.
 * 5. Reset the table-layout algorithm in case a component is nested.
 */
.Arrange {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 2 */
  margin: 0;
  /* 3 */
  min-width: 100%;
  /* 4 */
  padding: 0;
  /* 3 */
  table-layout: auto;
  /* 5 */ }

/**
 * There are three possible types of child. `size-fill` will expand to fill all
 * of the remaining space not filled by `size-fit` elements. `row` will begin a
 * new row context, keeping columns the same size.
 *
 * 1. Zero out any default spacing that might be on an element (e.g., `li`);
 *    Margin has no effect when coupled with `display: table-cell`.
 * 2. All cells are top-aligned by default
 */
.Arrange__size-fill,
.Arrange__size-fit {
  display: table-cell;
  padding: 0;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Make sure the main content block expands to fill the remaining space.
 */
.Arrange__size-fill {
  width: 100%; }

/**
 * Where possible, protect against large images breaking the layout. Prevent them from
 * exceeding the width of the main content block by making them fluid.
 *
 * Only work for all browsers with the `Arrange--equally` variant. For Firefox
 * and IE to constrain image dimensions for other layouts, large images will
 * need their width set to `100%`.
 */
.Arrange__size-fill img {
  height: auto;
  max-width: 100%; }

/**
 * Defend against a side-effect of this layout pattern: images in
 * 'Arrange-size-fit' cannot be fluid, otherwise they lose their ability to
 * provide size to a cell.
 */
.Arrange__size-fit img {
  max-width: none !important;
  width: auto !important; }

/**
 * Start a new row context.
 */
.Arrange__row {
  display: table-row; }

/* Vertical alignment modifiers
   ========================================================================== */
.Arrange--middle > .Arrange__size-fill,
.Arrange--middle > .Arrange__size-fit {
  vertical-align: middle; }

.Arrange--bottom > .Arrange__size-fill,
.Arrange--bottom > .Arrange__size-fit {
  vertical-align: bottom; }

/* Equal-width modifier
   ========================================================================== */
/**
 * This layout algorithm will create equal-width table cells, irrespective of
 * the width of their content.
 *
 * 1. The layout algorithm requires a set width to correctly calculate table
 *    cell width.
 */
.Arrange--equal {
  table-layout: fixed;
  width: 100%;
  /* 1 */ }

/**
 * Give the cells an equal width. This value ensures that Arrange is still 100%
 * wide when gutters are used in conjunctions with equal-width cells.
 *
 * It's recommended that only 'Arrange-size-fill' be used for equal width cells.
 * Their inner images will automatically be responsive.
 */
.Arrange--equal > .Arrange__size-fill,
.Arrange--equal > .Arrange__size-fit,
.Arrange--equal > .Arrange__row > .Arrange__size-fill,
.Arrange--equal > .Arrange__row > .Arrange__size-fit {
  width: 1%; }

/* Gutter modifier
   ========================================================================== */
/**
 * Add a gutter between cells
 *
 * NOTE: this can trigger a horizontal scrollbar if the component is as wide as
 * the viewport. Use padding on a container, or `overflow-x:hidden` to protect
 * against it.
 */
.Arrange--with-gutter {
  margin: 0 -5px; }

.Arrange--with-gutter > .Arrange__size-fit,
.Arrange--with-gutter > .Arrange__size-fill,
.Arrange--with-gutter > .Arrange__row > .Arrange__size-fit,
.Arrange--with-gutter > .Arrange__row > .Arrange__size-fill {
  padding: 0 5px; }

/**
 * Typographic styles
 */
.page {
  font-size: 87.5%;
  line-height: 1.5; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
.h8,
.h9,
.h10,
.h11,
.h12,
.h13 {
  color: #222222;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.2;
  margin: 0; }
  .inverse .h1, .inverse
  .h2, .inverse
  .h3, .inverse
  .h4, .inverse
  .h5, .inverse
  .h6, .inverse
  .h7, .inverse
  .h8, .inverse
  .h9, .inverse
  .h10, .inverse
  .h11, .inverse
  .h12, .inverse
  .h13 {
    color: #FFF; }
  .h1 a,
  .h2 a,
  .h3 a,
  .h4 a,
  .h5 a,
  .h6 a,
  .h7 a,
  .h8 a,
  .h9 a,
  .h10 a,
  .h11 a,
  .h12 a,
  .h13 a {
    color: #111111;
    text-decoration: none; }
    .inverse .h1 a, .inverse
    .h2 a, .inverse
    .h3 a, .inverse
    .h4 a, .inverse
    .h5 a, .inverse
    .h6 a, .inverse
    .h7 a, .inverse
    .h8 a, .inverse
    .h9 a, .inverse
    .h10 a, .inverse
    .h11 a, .inverse
    .h12 a, .inverse
    .h13 a {
      color: #FFF; }
    .h1 a:hover,
    .h2 a:hover,
    .h3 a:hover,
    .h4 a:hover,
    .h5 a:hover,
    .h6 a:hover,
    .h7 a:hover,
    .h8 a:hover,
    .h9 a:hover,
    .h10 a:hover,
    .h11 a:hover,
    .h12 a:hover,
    .h13 a:hover {
      color: #555555; }
      .inverse .h1 a:hover, .inverse
      .h2 a:hover, .inverse
      .h3 a:hover, .inverse
      .h4 a:hover, .inverse
      .h5 a:hover, .inverse
      .h6 a:hover, .inverse
      .h7 a:hover, .inverse
      .h8 a:hover, .inverse
      .h9 a:hover, .inverse
      .h10 a:hover, .inverse
      .h11 a:hover, .inverse
      .h12 a:hover, .inverse
      .h13 a:hover {
        color: #FFF; }
  a:hover .h1, a:hover
  .h2, a:hover
  .h3, a:hover
  .h4, a:hover
  .h5, a:hover
  .h6, a:hover
  .h7, a:hover
  .h8, a:hover
  .h9, a:hover
  .h10, a:hover
  .h11, a:hover
  .h12, a:hover
  .h13 {
    color: #555555; }
    .inverse a:hover .h1, .inverse a:hover
    .h2, .inverse a:hover
    .h3, .inverse a:hover
    .h4, .inverse a:hover
    .h5, .inverse a:hover
    .h6, .inverse a:hover
    .h7, .inverse a:hover
    .h8, .inverse a:hover
    .h9, .inverse a:hover
    .h10, .inverse a:hover
    .h11, .inverse a:hover
    .h12, .inverse a:hover
    .h13 {
      color: #FFF; }

.h1,
.h2 {
  font-size: 38px;
  font-size: 2.375rem; }

.h1--alt,
.h1__alt {
  font-weight: 300; }

.h2 {
  font-weight: 900;
  letter-spacing: -1px; }

.h3 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 300; }

.h4 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300; }

.h5 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300; }

.h6 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900; }

.h7 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900; }

.h8 {
  font-size: 18px;
  font-size: 1.125rem; }

.h8__alt {
  font-weight: 300; }

.h9 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900; }

.h10 {
  font-size: 16px;
  font-size: 1rem; }

.h11 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400; }

.h12 {
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400; }

.h13 {
  font-weight: 400;
  text-transform: uppercase; }

.p1 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.59091;
  font-weight: 300; }

.p2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.38889; }

.p3 {
  color: #666666;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.66667; }
  .inverse .p3 {
    color: #FFF; }

.p4 {
  color: #666666;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.78571; }
  .inverse .p4 {
    color: #FFF; }

/*
   * Links
   */
.l1,
.l2,
.l3 {
  color: #333333;
  font-weight: 700; }
  .inverse .l1, .inverse
  .l2, .inverse
  .l3 {
    color: #FFF; }
  .l1:hover,
  .l2:hover,
  .l3:hover {
    color: #666666; }
    .inverse .l1:hover, .inverse
    .l2:hover, .inverse
    .l3:hover {
      color: #FFF; }

.l1 {
  font-size: 16px;
  font-size: 1rem; }

.l2 {
  font-size: 15px;
  font-size: 0.9375rem; }

/*
   * Miscellaneous typographic styles
   */
.bq1,
.bq2,
.c1,
.e1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic; }

.c1,
.e1,
.e2,
.meta {
  color: #666666; }
  .inverse .c1, .inverse
  .e1, .inverse
  .e2, .inverse
  .meta {
    color: #FFF; }

.bq1,
.bq2 {
  color: #333333;
  position: relative; }
  .inverse .bq1, .inverse
  .bq2 {
    color: #FFF; }
  .bq1::after,
  .bq2::after {
    content: "\201D"; }
  .bq1::before,
  .bq2::before {
    content: "\201C";
    width: 2ex;
    position: absolute;
    left: -1ex; }

.bq1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.60714; }
  .bq1::before {
    color: #CCCCCC;
    font-size: 270%;
    line-height: 1.1;
    width: 2em;
    left: -1.3ex; }

.bq2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4; }

.c1 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.46667; }

.e1 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: normal; }

.e2 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.66667;
  font-weight: bold;
  text-transform: uppercase; }

.meta {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700; }

.meta__item::before {
  content: "\2022   "; }

.meta__item:first-child::before {
  display: none; }

.meta__row {
  display: block; }

.meta__val {
  font-weight: 400; }

.small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5; }

.undec {
  text-decoration: none; }

/*
   * Contextual colors
   */
.text-danger,
.text-danger a {
  color: #e62b1e; }
  .inverse .text-danger, .inverse
  .text-danger a {
    color: #FFF; }

.text-primary,
.text-primary a {
  color: #111111; }
  .inverse .text-primary, .inverse
  .text-primary a {
    color: #FFF; }

.text-secondary,
.text-secondary a {
  color: #999999;
  font-weight: 400; }
  .inverse .text-secondary, .inverse
  .text-secondary a {
    color: #FFF; }

/*
   * Bottom margins
   */
.m1,
.m2,
.m3 {
  margin-bottom: 20px; }

.m4 {
  margin-bottom: 10px; }

.m5 {
  margin-bottom: 5px; }

.font-smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.font-weight--light {
  font-weight: 300; }

.font-weight--roman {
  font-weight: 400; }

.font-weight--bold {
  font-weight: 700; }

.font-weight--heavy {
  font-weight: 900; }

.line-height {
  line-height: 1; }

.line-height--title {
  line-height: 1.2; }

.line-height--copy {
  line-height: 1.5; }

.tracked {
  letter-spacing: .16em; }

.tracked--tight {
  letter-spacing: -0.03125em; }

.tracked--loose {
  letter-spacing: -0.32em; }

.text-uppercase {
  text-transform: uppercase; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-table {
  text-align: table; }

.text-bottom {
  vertical-align: bottom; }

.text-top {
  vertical-align: top; }

.text-middle {
  vertical-align: middle; }

@media only screen and (min-width: 1024px) {
  .h1,
  .h2 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1.04762; }
  .h3 {
    font-size: 32px;
    font-size: 2rem; }
  .h9 {
    font-size: 15px;
    font-size: 0.9375rem; }
  .h10 {
    font-size: 15px;
    font-size: 0.9375rem; }
  .h11 {
    font-size: 15px;
    font-size: 0.9375rem; }
  .h12 {
    font-size: 15px;
    font-size: 0.9375rem; }
  .p1 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.59091; }
  .p3 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857; }
  .p4 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.53846; }
  /*
   * Links
   */
  .l1 {
    font-size: 14px;
    font-size: 0.875rem; }
  .l2 {
    font-size: 13px;
    font-size: 0.8125rem; }
  /*
   * Miscellaneous typographic styles
   */
  .bq1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.60714; }
  .c1 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.66667; }
  .e1 {
    font-size: 15px;
    font-size: 0.9375rem; }
  .e2 {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 2; }
  .meta {
    font-size: 12px;
    font-size: 0.75rem; }
  /*
   * Bottom margins
   */
  .m1 {
    margin-bottom: 40px; }
  .m2 {
    margin-bottom: 30px; } }

.bg\:blue {
  background-color: #0698d0; }

.c\:blue {
  color: #0698d0; }

.hover\/bg\:blue:hover {
  background-color: #0698d0; }

.hover\/c\:blue:hover {
  color: #0698d0; }

.bg\:blue\.1 {
  background-color: rgba(6, 152, 208, 0.9); }

.c\:blue\.1 {
  color: rgba(6, 152, 208, 0.9); }

.hover\/bg\:blue\.1:hover {
  background-color: rgba(6, 152, 208, 0.9); }

.hover\/c\:blue\.1:hover {
  color: rgba(6, 152, 208, 0.9); }

.bg\:blue\.2 {
  background-color: rgba(6, 152, 208, 0.8); }

.c\:blue\.2 {
  color: rgba(6, 152, 208, 0.8); }

.hover\/bg\:blue\.2:hover {
  background-color: rgba(6, 152, 208, 0.8); }

.hover\/c\:blue\.2:hover {
  color: rgba(6, 152, 208, 0.8); }

.bg\:blue\.3 {
  background-color: rgba(6, 152, 208, 0.7); }

.c\:blue\.3 {
  color: rgba(6, 152, 208, 0.7); }

.hover\/bg\:blue\.3:hover {
  background-color: rgba(6, 152, 208, 0.7); }

.hover\/c\:blue\.3:hover {
  color: rgba(6, 152, 208, 0.7); }

.bg\:blue\.4 {
  background-color: rgba(6, 152, 208, 0.6); }

.c\:blue\.4 {
  color: rgba(6, 152, 208, 0.6); }

.hover\/bg\:blue\.4:hover {
  background-color: rgba(6, 152, 208, 0.6); }

.hover\/c\:blue\.4:hover {
  color: rgba(6, 152, 208, 0.6); }

.bg\:blue\.5 {
  background-color: rgba(6, 152, 208, 0.5); }

.c\:blue\.5 {
  color: rgba(6, 152, 208, 0.5); }

.hover\/bg\:blue\.5:hover {
  background-color: rgba(6, 152, 208, 0.5); }

.hover\/c\:blue\.5:hover {
  color: rgba(6, 152, 208, 0.5); }

.bg\:blue\.6 {
  background-color: rgba(6, 152, 208, 0.4); }

.c\:blue\.6 {
  color: rgba(6, 152, 208, 0.4); }

.hover\/bg\:blue\.6:hover {
  background-color: rgba(6, 152, 208, 0.4); }

.hover\/c\:blue\.6:hover {
  color: rgba(6, 152, 208, 0.4); }

.bg\:blue\.7 {
  background-color: rgba(6, 152, 208, 0.3); }

.c\:blue\.7 {
  color: rgba(6, 152, 208, 0.3); }

.hover\/bg\:blue\.7:hover {
  background-color: rgba(6, 152, 208, 0.3); }

.hover\/c\:blue\.7:hover {
  color: rgba(6, 152, 208, 0.3); }

.bg\:blue\.8 {
  background-color: rgba(6, 152, 208, 0.2); }

.c\:blue\.8 {
  color: rgba(6, 152, 208, 0.2); }

.hover\/bg\:blue\.8:hover {
  background-color: rgba(6, 152, 208, 0.2); }

.hover\/c\:blue\.8:hover {
  color: rgba(6, 152, 208, 0.2); }

.bg\:blue\.9 {
  background-color: rgba(6, 152, 208, 0.1); }

.c\:blue\.9 {
  color: rgba(6, 152, 208, 0.1); }

.hover\/bg\:blue\.9:hover {
  background-color: rgba(6, 152, 208, 0.1); }

.hover\/c\:blue\.9:hover {
  color: rgba(6, 152, 208, 0.1); }

.bg\:black {
  background-color: #111111; }

.c\:black {
  color: #111111; }

.hover\/bg\:black:hover {
  background-color: #111111; }

.hover\/c\:black:hover {
  color: #111111; }

.bg\:black\.1 {
  background-color: rgba(17, 17, 17, 0.9); }

.c\:black\.1 {
  color: rgba(17, 17, 17, 0.9); }

.hover\/bg\:black\.1:hover {
  background-color: rgba(17, 17, 17, 0.9); }

.hover\/c\:black\.1:hover {
  color: rgba(17, 17, 17, 0.9); }

.bg\:black\.2 {
  background-color: rgba(17, 17, 17, 0.8); }

.c\:black\.2 {
  color: rgba(17, 17, 17, 0.8); }

.hover\/bg\:black\.2:hover {
  background-color: rgba(17, 17, 17, 0.8); }

.hover\/c\:black\.2:hover {
  color: rgba(17, 17, 17, 0.8); }

.bg\:black\.3 {
  background-color: rgba(17, 17, 17, 0.7); }

.c\:black\.3 {
  color: rgba(17, 17, 17, 0.7); }

.hover\/bg\:black\.3:hover {
  background-color: rgba(17, 17, 17, 0.7); }

.hover\/c\:black\.3:hover {
  color: rgba(17, 17, 17, 0.7); }

.bg\:black\.4 {
  background-color: rgba(17, 17, 17, 0.6); }

.c\:black\.4 {
  color: rgba(17, 17, 17, 0.6); }

.hover\/bg\:black\.4:hover {
  background-color: rgba(17, 17, 17, 0.6); }

.hover\/c\:black\.4:hover {
  color: rgba(17, 17, 17, 0.6); }

.bg\:black\.5 {
  background-color: rgba(17, 17, 17, 0.5); }

.c\:black\.5 {
  color: rgba(17, 17, 17, 0.5); }

.hover\/bg\:black\.5:hover {
  background-color: rgba(17, 17, 17, 0.5); }

.hover\/c\:black\.5:hover {
  color: rgba(17, 17, 17, 0.5); }

.bg\:black\.6 {
  background-color: rgba(17, 17, 17, 0.4); }

.c\:black\.6 {
  color: rgba(17, 17, 17, 0.4); }

.hover\/bg\:black\.6:hover {
  background-color: rgba(17, 17, 17, 0.4); }

.hover\/c\:black\.6:hover {
  color: rgba(17, 17, 17, 0.4); }

.bg\:black\.7 {
  background-color: rgba(17, 17, 17, 0.3); }

.c\:black\.7 {
  color: rgba(17, 17, 17, 0.3); }

.hover\/bg\:black\.7:hover {
  background-color: rgba(17, 17, 17, 0.3); }

.hover\/c\:black\.7:hover {
  color: rgba(17, 17, 17, 0.3); }

.bg\:black\.8 {
  background-color: rgba(17, 17, 17, 0.2); }

.c\:black\.8 {
  color: rgba(17, 17, 17, 0.2); }

.hover\/bg\:black\.8:hover {
  background-color: rgba(17, 17, 17, 0.2); }

.hover\/c\:black\.8:hover {
  color: rgba(17, 17, 17, 0.2); }

.bg\:black\.9 {
  background-color: rgba(17, 17, 17, 0.1); }

.c\:black\.9 {
  color: rgba(17, 17, 17, 0.1); }

.hover\/bg\:black\.9:hover {
  background-color: rgba(17, 17, 17, 0.1); }

.hover\/c\:black\.9:hover {
  color: rgba(17, 17, 17, 0.1); }

.bg\:gray-dd {
  background-color: #333333; }

.c\:gray-dd {
  color: #333333; }

.hover\/bg\:gray-dd:hover {
  background-color: #333333; }

.hover\/c\:gray-dd:hover {
  color: #333333; }

.bg\:gray-dd\.1 {
  background-color: rgba(51, 51, 51, 0.9); }

.c\:gray-dd\.1 {
  color: rgba(51, 51, 51, 0.9); }

.hover\/bg\:gray-dd\.1:hover {
  background-color: rgba(51, 51, 51, 0.9); }

.hover\/c\:gray-dd\.1:hover {
  color: rgba(51, 51, 51, 0.9); }

.bg\:gray-dd\.2 {
  background-color: rgba(51, 51, 51, 0.8); }

.c\:gray-dd\.2 {
  color: rgba(51, 51, 51, 0.8); }

.hover\/bg\:gray-dd\.2:hover {
  background-color: rgba(51, 51, 51, 0.8); }

.hover\/c\:gray-dd\.2:hover {
  color: rgba(51, 51, 51, 0.8); }

.bg\:gray-dd\.3 {
  background-color: rgba(51, 51, 51, 0.7); }

.c\:gray-dd\.3 {
  color: rgba(51, 51, 51, 0.7); }

.hover\/bg\:gray-dd\.3:hover {
  background-color: rgba(51, 51, 51, 0.7); }

.hover\/c\:gray-dd\.3:hover {
  color: rgba(51, 51, 51, 0.7); }

.bg\:gray-dd\.4 {
  background-color: rgba(51, 51, 51, 0.6); }

.c\:gray-dd\.4 {
  color: rgba(51, 51, 51, 0.6); }

.hover\/bg\:gray-dd\.4:hover {
  background-color: rgba(51, 51, 51, 0.6); }

.hover\/c\:gray-dd\.4:hover {
  color: rgba(51, 51, 51, 0.6); }

.bg\:gray-dd\.5 {
  background-color: rgba(51, 51, 51, 0.5); }

.c\:gray-dd\.5 {
  color: rgba(51, 51, 51, 0.5); }

.hover\/bg\:gray-dd\.5:hover {
  background-color: rgba(51, 51, 51, 0.5); }

.hover\/c\:gray-dd\.5:hover {
  color: rgba(51, 51, 51, 0.5); }

.bg\:gray-dd\.6 {
  background-color: rgba(51, 51, 51, 0.4); }

.c\:gray-dd\.6 {
  color: rgba(51, 51, 51, 0.4); }

.hover\/bg\:gray-dd\.6:hover {
  background-color: rgba(51, 51, 51, 0.4); }

.hover\/c\:gray-dd\.6:hover {
  color: rgba(51, 51, 51, 0.4); }

.bg\:gray-dd\.7 {
  background-color: rgba(51, 51, 51, 0.3); }

.c\:gray-dd\.7 {
  color: rgba(51, 51, 51, 0.3); }

.hover\/bg\:gray-dd\.7:hover {
  background-color: rgba(51, 51, 51, 0.3); }

.hover\/c\:gray-dd\.7:hover {
  color: rgba(51, 51, 51, 0.3); }

.bg\:gray-dd\.8 {
  background-color: rgba(51, 51, 51, 0.2); }

.c\:gray-dd\.8 {
  color: rgba(51, 51, 51, 0.2); }

.hover\/bg\:gray-dd\.8:hover {
  background-color: rgba(51, 51, 51, 0.2); }

.hover\/c\:gray-dd\.8:hover {
  color: rgba(51, 51, 51, 0.2); }

.bg\:gray-dd\.9 {
  background-color: rgba(51, 51, 51, 0.1); }

.c\:gray-dd\.9 {
  color: rgba(51, 51, 51, 0.1); }

.hover\/bg\:gray-dd\.9:hover {
  background-color: rgba(51, 51, 51, 0.1); }

.hover\/c\:gray-dd\.9:hover {
  color: rgba(51, 51, 51, 0.1); }

.bg\:gray-d {
  background-color: #666666; }

.c\:gray-d {
  color: #666666; }

.hover\/bg\:gray-d:hover {
  background-color: #666666; }

.hover\/c\:gray-d:hover {
  color: #666666; }

.bg\:gray-d\.1 {
  background-color: rgba(102, 102, 102, 0.9); }

.c\:gray-d\.1 {
  color: rgba(102, 102, 102, 0.9); }

.hover\/bg\:gray-d\.1:hover {
  background-color: rgba(102, 102, 102, 0.9); }

.hover\/c\:gray-d\.1:hover {
  color: rgba(102, 102, 102, 0.9); }

.bg\:gray-d\.2 {
  background-color: rgba(102, 102, 102, 0.8); }

.c\:gray-d\.2 {
  color: rgba(102, 102, 102, 0.8); }

.hover\/bg\:gray-d\.2:hover {
  background-color: rgba(102, 102, 102, 0.8); }

.hover\/c\:gray-d\.2:hover {
  color: rgba(102, 102, 102, 0.8); }

.bg\:gray-d\.3 {
  background-color: rgba(102, 102, 102, 0.7); }

.c\:gray-d\.3 {
  color: rgba(102, 102, 102, 0.7); }

.hover\/bg\:gray-d\.3:hover {
  background-color: rgba(102, 102, 102, 0.7); }

.hover\/c\:gray-d\.3:hover {
  color: rgba(102, 102, 102, 0.7); }

.bg\:gray-d\.4 {
  background-color: rgba(102, 102, 102, 0.6); }

.c\:gray-d\.4 {
  color: rgba(102, 102, 102, 0.6); }

.hover\/bg\:gray-d\.4:hover {
  background-color: rgba(102, 102, 102, 0.6); }

.hover\/c\:gray-d\.4:hover {
  color: rgba(102, 102, 102, 0.6); }

.bg\:gray-d\.5 {
  background-color: rgba(102, 102, 102, 0.5); }

.c\:gray-d\.5 {
  color: rgba(102, 102, 102, 0.5); }

.hover\/bg\:gray-d\.5:hover {
  background-color: rgba(102, 102, 102, 0.5); }

.hover\/c\:gray-d\.5:hover {
  color: rgba(102, 102, 102, 0.5); }

.bg\:gray-d\.6 {
  background-color: rgba(102, 102, 102, 0.4); }

.c\:gray-d\.6 {
  color: rgba(102, 102, 102, 0.4); }

.hover\/bg\:gray-d\.6:hover {
  background-color: rgba(102, 102, 102, 0.4); }

.hover\/c\:gray-d\.6:hover {
  color: rgba(102, 102, 102, 0.4); }

.bg\:gray-d\.7 {
  background-color: rgba(102, 102, 102, 0.3); }

.c\:gray-d\.7 {
  color: rgba(102, 102, 102, 0.3); }

.hover\/bg\:gray-d\.7:hover {
  background-color: rgba(102, 102, 102, 0.3); }

.hover\/c\:gray-d\.7:hover {
  color: rgba(102, 102, 102, 0.3); }

.bg\:gray-d\.8 {
  background-color: rgba(102, 102, 102, 0.2); }

.c\:gray-d\.8 {
  color: rgba(102, 102, 102, 0.2); }

.hover\/bg\:gray-d\.8:hover {
  background-color: rgba(102, 102, 102, 0.2); }

.hover\/c\:gray-d\.8:hover {
  color: rgba(102, 102, 102, 0.2); }

.bg\:gray-d\.9 {
  background-color: rgba(102, 102, 102, 0.1); }

.c\:gray-d\.9 {
  color: rgba(102, 102, 102, 0.1); }

.hover\/bg\:gray-d\.9:hover {
  background-color: rgba(102, 102, 102, 0.1); }

.hover\/c\:gray-d\.9:hover {
  color: rgba(102, 102, 102, 0.1); }

.bg\:gray {
  background-color: #999999; }

.c\:gray {
  color: #999999; }

.hover\/bg\:gray:hover {
  background-color: #999999; }

.hover\/c\:gray:hover {
  color: #999999; }

.bg\:gray\.1 {
  background-color: rgba(153, 153, 153, 0.9); }

.c\:gray\.1 {
  color: rgba(153, 153, 153, 0.9); }

.hover\/bg\:gray\.1:hover {
  background-color: rgba(153, 153, 153, 0.9); }

.hover\/c\:gray\.1:hover {
  color: rgba(153, 153, 153, 0.9); }

.bg\:gray\.2 {
  background-color: rgba(153, 153, 153, 0.8); }

.c\:gray\.2 {
  color: rgba(153, 153, 153, 0.8); }

.hover\/bg\:gray\.2:hover {
  background-color: rgba(153, 153, 153, 0.8); }

.hover\/c\:gray\.2:hover {
  color: rgba(153, 153, 153, 0.8); }

.bg\:gray\.3 {
  background-color: rgba(153, 153, 153, 0.7); }

.c\:gray\.3 {
  color: rgba(153, 153, 153, 0.7); }

.hover\/bg\:gray\.3:hover {
  background-color: rgba(153, 153, 153, 0.7); }

.hover\/c\:gray\.3:hover {
  color: rgba(153, 153, 153, 0.7); }

.bg\:gray\.4 {
  background-color: rgba(153, 153, 153, 0.6); }

.c\:gray\.4 {
  color: rgba(153, 153, 153, 0.6); }

.hover\/bg\:gray\.4:hover {
  background-color: rgba(153, 153, 153, 0.6); }

.hover\/c\:gray\.4:hover {
  color: rgba(153, 153, 153, 0.6); }

.bg\:gray\.5 {
  background-color: rgba(153, 153, 153, 0.5); }

.c\:gray\.5 {
  color: rgba(153, 153, 153, 0.5); }

.hover\/bg\:gray\.5:hover {
  background-color: rgba(153, 153, 153, 0.5); }

.hover\/c\:gray\.5:hover {
  color: rgba(153, 153, 153, 0.5); }

.bg\:gray\.6 {
  background-color: rgba(153, 153, 153, 0.4); }

.c\:gray\.6 {
  color: rgba(153, 153, 153, 0.4); }

.hover\/bg\:gray\.6:hover {
  background-color: rgba(153, 153, 153, 0.4); }

.hover\/c\:gray\.6:hover {
  color: rgba(153, 153, 153, 0.4); }

.bg\:gray\.7 {
  background-color: rgba(153, 153, 153, 0.3); }

.c\:gray\.7 {
  color: rgba(153, 153, 153, 0.3); }

.hover\/bg\:gray\.7:hover {
  background-color: rgba(153, 153, 153, 0.3); }

.hover\/c\:gray\.7:hover {
  color: rgba(153, 153, 153, 0.3); }

.bg\:gray\.8 {
  background-color: rgba(153, 153, 153, 0.2); }

.c\:gray\.8 {
  color: rgba(153, 153, 153, 0.2); }

.hover\/bg\:gray\.8:hover {
  background-color: rgba(153, 153, 153, 0.2); }

.hover\/c\:gray\.8:hover {
  color: rgba(153, 153, 153, 0.2); }

.bg\:gray\.9 {
  background-color: rgba(153, 153, 153, 0.1); }

.c\:gray\.9 {
  color: rgba(153, 153, 153, 0.1); }

.hover\/bg\:gray\.9:hover {
  background-color: rgba(153, 153, 153, 0.1); }

.hover\/c\:gray\.9:hover {
  color: rgba(153, 153, 153, 0.1); }

.bg\:gray-l {
  background-color: #cccccc; }

.c\:gray-l {
  color: #cccccc; }

.hover\/bg\:gray-l:hover {
  background-color: #cccccc; }

.hover\/c\:gray-l:hover {
  color: #cccccc; }

.bg\:gray-l\.1 {
  background-color: rgba(204, 204, 204, 0.9); }

.c\:gray-l\.1 {
  color: rgba(204, 204, 204, 0.9); }

.hover\/bg\:gray-l\.1:hover {
  background-color: rgba(204, 204, 204, 0.9); }

.hover\/c\:gray-l\.1:hover {
  color: rgba(204, 204, 204, 0.9); }

.bg\:gray-l\.2 {
  background-color: rgba(204, 204, 204, 0.8); }

.c\:gray-l\.2 {
  color: rgba(204, 204, 204, 0.8); }

.hover\/bg\:gray-l\.2:hover {
  background-color: rgba(204, 204, 204, 0.8); }

.hover\/c\:gray-l\.2:hover {
  color: rgba(204, 204, 204, 0.8); }

.bg\:gray-l\.3 {
  background-color: rgba(204, 204, 204, 0.7); }

.c\:gray-l\.3 {
  color: rgba(204, 204, 204, 0.7); }

.hover\/bg\:gray-l\.3:hover {
  background-color: rgba(204, 204, 204, 0.7); }

.hover\/c\:gray-l\.3:hover {
  color: rgba(204, 204, 204, 0.7); }

.bg\:gray-l\.4 {
  background-color: rgba(204, 204, 204, 0.6); }

.c\:gray-l\.4 {
  color: rgba(204, 204, 204, 0.6); }

.hover\/bg\:gray-l\.4:hover {
  background-color: rgba(204, 204, 204, 0.6); }

.hover\/c\:gray-l\.4:hover {
  color: rgba(204, 204, 204, 0.6); }

.bg\:gray-l\.5 {
  background-color: rgba(204, 204, 204, 0.5); }

.c\:gray-l\.5 {
  color: rgba(204, 204, 204, 0.5); }

.hover\/bg\:gray-l\.5:hover {
  background-color: rgba(204, 204, 204, 0.5); }

.hover\/c\:gray-l\.5:hover {
  color: rgba(204, 204, 204, 0.5); }

.bg\:gray-l\.6 {
  background-color: rgba(204, 204, 204, 0.4); }

.c\:gray-l\.6 {
  color: rgba(204, 204, 204, 0.4); }

.hover\/bg\:gray-l\.6:hover {
  background-color: rgba(204, 204, 204, 0.4); }

.hover\/c\:gray-l\.6:hover {
  color: rgba(204, 204, 204, 0.4); }

.bg\:gray-l\.7 {
  background-color: rgba(204, 204, 204, 0.3); }

.c\:gray-l\.7 {
  color: rgba(204, 204, 204, 0.3); }

.hover\/bg\:gray-l\.7:hover {
  background-color: rgba(204, 204, 204, 0.3); }

.hover\/c\:gray-l\.7:hover {
  color: rgba(204, 204, 204, 0.3); }

.bg\:gray-l\.8 {
  background-color: rgba(204, 204, 204, 0.2); }

.c\:gray-l\.8 {
  color: rgba(204, 204, 204, 0.2); }

.hover\/bg\:gray-l\.8:hover {
  background-color: rgba(204, 204, 204, 0.2); }

.hover\/c\:gray-l\.8:hover {
  color: rgba(204, 204, 204, 0.2); }

.bg\:gray-l\.9 {
  background-color: rgba(204, 204, 204, 0.1); }

.c\:gray-l\.9 {
  color: rgba(204, 204, 204, 0.1); }

.hover\/bg\:gray-l\.9:hover {
  background-color: rgba(204, 204, 204, 0.1); }

.hover\/c\:gray-l\.9:hover {
  color: rgba(204, 204, 204, 0.1); }

.bg\:gray-ll {
  background-color: #f6f6f6; }

.c\:gray-ll {
  color: #f6f6f6; }

.hover\/bg\:gray-ll:hover {
  background-color: #f6f6f6; }

.hover\/c\:gray-ll:hover {
  color: #f6f6f6; }

.bg\:gray-ll\.1 {
  background-color: rgba(246, 246, 246, 0.9); }

.c\:gray-ll\.1 {
  color: rgba(246, 246, 246, 0.9); }

.hover\/bg\:gray-ll\.1:hover {
  background-color: rgba(246, 246, 246, 0.9); }

.hover\/c\:gray-ll\.1:hover {
  color: rgba(246, 246, 246, 0.9); }

.bg\:gray-ll\.2 {
  background-color: rgba(246, 246, 246, 0.8); }

.c\:gray-ll\.2 {
  color: rgba(246, 246, 246, 0.8); }

.hover\/bg\:gray-ll\.2:hover {
  background-color: rgba(246, 246, 246, 0.8); }

.hover\/c\:gray-ll\.2:hover {
  color: rgba(246, 246, 246, 0.8); }

.bg\:gray-ll\.3 {
  background-color: rgba(246, 246, 246, 0.7); }

.c\:gray-ll\.3 {
  color: rgba(246, 246, 246, 0.7); }

.hover\/bg\:gray-ll\.3:hover {
  background-color: rgba(246, 246, 246, 0.7); }

.hover\/c\:gray-ll\.3:hover {
  color: rgba(246, 246, 246, 0.7); }

.bg\:gray-ll\.4 {
  background-color: rgba(246, 246, 246, 0.6); }

.c\:gray-ll\.4 {
  color: rgba(246, 246, 246, 0.6); }

.hover\/bg\:gray-ll\.4:hover {
  background-color: rgba(246, 246, 246, 0.6); }

.hover\/c\:gray-ll\.4:hover {
  color: rgba(246, 246, 246, 0.6); }

.bg\:gray-ll\.5 {
  background-color: rgba(246, 246, 246, 0.5); }

.c\:gray-ll\.5 {
  color: rgba(246, 246, 246, 0.5); }

.hover\/bg\:gray-ll\.5:hover {
  background-color: rgba(246, 246, 246, 0.5); }

.hover\/c\:gray-ll\.5:hover {
  color: rgba(246, 246, 246, 0.5); }

.bg\:gray-ll\.6 {
  background-color: rgba(246, 246, 246, 0.4); }

.c\:gray-ll\.6 {
  color: rgba(246, 246, 246, 0.4); }

.hover\/bg\:gray-ll\.6:hover {
  background-color: rgba(246, 246, 246, 0.4); }

.hover\/c\:gray-ll\.6:hover {
  color: rgba(246, 246, 246, 0.4); }

.bg\:gray-ll\.7 {
  background-color: rgba(246, 246, 246, 0.3); }

.c\:gray-ll\.7 {
  color: rgba(246, 246, 246, 0.3); }

.hover\/bg\:gray-ll\.7:hover {
  background-color: rgba(246, 246, 246, 0.3); }

.hover\/c\:gray-ll\.7:hover {
  color: rgba(246, 246, 246, 0.3); }

.bg\:gray-ll\.8 {
  background-color: rgba(246, 246, 246, 0.2); }

.c\:gray-ll\.8 {
  color: rgba(246, 246, 246, 0.2); }

.hover\/bg\:gray-ll\.8:hover {
  background-color: rgba(246, 246, 246, 0.2); }

.hover\/c\:gray-ll\.8:hover {
  color: rgba(246, 246, 246, 0.2); }

.bg\:gray-ll\.9 {
  background-color: rgba(246, 246, 246, 0.1); }

.c\:gray-ll\.9 {
  color: rgba(246, 246, 246, 0.1); }

.hover\/bg\:gray-ll\.9:hover {
  background-color: rgba(246, 246, 246, 0.1); }

.hover\/c\:gray-ll\.9:hover {
  color: rgba(246, 246, 246, 0.1); }

.bg\:white-d {
  background-color: #e3e3e3; }

.c\:white-d {
  color: #e3e3e3; }

.hover\/bg\:white-d:hover {
  background-color: #e3e3e3; }

.hover\/c\:white-d:hover {
  color: #e3e3e3; }

.bg\:white-d\.1 {
  background-color: rgba(227, 227, 227, 0.9); }

.c\:white-d\.1 {
  color: rgba(227, 227, 227, 0.9); }

.hover\/bg\:white-d\.1:hover {
  background-color: rgba(227, 227, 227, 0.9); }

.hover\/c\:white-d\.1:hover {
  color: rgba(227, 227, 227, 0.9); }

.bg\:white-d\.2 {
  background-color: rgba(227, 227, 227, 0.8); }

.c\:white-d\.2 {
  color: rgba(227, 227, 227, 0.8); }

.hover\/bg\:white-d\.2:hover {
  background-color: rgba(227, 227, 227, 0.8); }

.hover\/c\:white-d\.2:hover {
  color: rgba(227, 227, 227, 0.8); }

.bg\:white-d\.3 {
  background-color: rgba(227, 227, 227, 0.7); }

.c\:white-d\.3 {
  color: rgba(227, 227, 227, 0.7); }

.hover\/bg\:white-d\.3:hover {
  background-color: rgba(227, 227, 227, 0.7); }

.hover\/c\:white-d\.3:hover {
  color: rgba(227, 227, 227, 0.7); }

.bg\:white-d\.4 {
  background-color: rgba(227, 227, 227, 0.6); }

.c\:white-d\.4 {
  color: rgba(227, 227, 227, 0.6); }

.hover\/bg\:white-d\.4:hover {
  background-color: rgba(227, 227, 227, 0.6); }

.hover\/c\:white-d\.4:hover {
  color: rgba(227, 227, 227, 0.6); }

.bg\:white-d\.5 {
  background-color: rgba(227, 227, 227, 0.5); }

.c\:white-d\.5 {
  color: rgba(227, 227, 227, 0.5); }

.hover\/bg\:white-d\.5:hover {
  background-color: rgba(227, 227, 227, 0.5); }

.hover\/c\:white-d\.5:hover {
  color: rgba(227, 227, 227, 0.5); }

.bg\:white-d\.6 {
  background-color: rgba(227, 227, 227, 0.4); }

.c\:white-d\.6 {
  color: rgba(227, 227, 227, 0.4); }

.hover\/bg\:white-d\.6:hover {
  background-color: rgba(227, 227, 227, 0.4); }

.hover\/c\:white-d\.6:hover {
  color: rgba(227, 227, 227, 0.4); }

.bg\:white-d\.7 {
  background-color: rgba(227, 227, 227, 0.3); }

.c\:white-d\.7 {
  color: rgba(227, 227, 227, 0.3); }

.hover\/bg\:white-d\.7:hover {
  background-color: rgba(227, 227, 227, 0.3); }

.hover\/c\:white-d\.7:hover {
  color: rgba(227, 227, 227, 0.3); }

.bg\:white-d\.8 {
  background-color: rgba(227, 227, 227, 0.2); }

.c\:white-d\.8 {
  color: rgba(227, 227, 227, 0.2); }

.hover\/bg\:white-d\.8:hover {
  background-color: rgba(227, 227, 227, 0.2); }

.hover\/c\:white-d\.8:hover {
  color: rgba(227, 227, 227, 0.2); }

.bg\:white-d\.9 {
  background-color: rgba(227, 227, 227, 0.1); }

.c\:white-d\.9 {
  color: rgba(227, 227, 227, 0.1); }

.hover\/bg\:white-d\.9:hover {
  background-color: rgba(227, 227, 227, 0.1); }

.hover\/c\:white-d\.9:hover {
  color: rgba(227, 227, 227, 0.1); }

.bg\:white {
  background-color: #ffffff; }

.c\:white {
  color: #ffffff; }

.hover\/bg\:white:hover {
  background-color: #ffffff; }

.hover\/c\:white:hover {
  color: #ffffff; }

.bg\:white\.1 {
  background-color: rgba(255, 255, 255, 0.9); }

.c\:white\.1 {
  color: rgba(255, 255, 255, 0.9); }

.hover\/bg\:white\.1:hover {
  background-color: rgba(255, 255, 255, 0.9); }

.hover\/c\:white\.1:hover {
  color: rgba(255, 255, 255, 0.9); }

.bg\:white\.2 {
  background-color: rgba(255, 255, 255, 0.8); }

.c\:white\.2 {
  color: rgba(255, 255, 255, 0.8); }

.hover\/bg\:white\.2:hover {
  background-color: rgba(255, 255, 255, 0.8); }

.hover\/c\:white\.2:hover {
  color: rgba(255, 255, 255, 0.8); }

.bg\:white\.3 {
  background-color: rgba(255, 255, 255, 0.7); }

.c\:white\.3 {
  color: rgba(255, 255, 255, 0.7); }

.hover\/bg\:white\.3:hover {
  background-color: rgba(255, 255, 255, 0.7); }

.hover\/c\:white\.3:hover {
  color: rgba(255, 255, 255, 0.7); }

.bg\:white\.4 {
  background-color: rgba(255, 255, 255, 0.6); }

.c\:white\.4 {
  color: rgba(255, 255, 255, 0.6); }

.hover\/bg\:white\.4:hover {
  background-color: rgba(255, 255, 255, 0.6); }

.hover\/c\:white\.4:hover {
  color: rgba(255, 255, 255, 0.6); }

.bg\:white\.5 {
  background-color: rgba(255, 255, 255, 0.5); }

.c\:white\.5 {
  color: rgba(255, 255, 255, 0.5); }

.hover\/bg\:white\.5:hover {
  background-color: rgba(255, 255, 255, 0.5); }

.hover\/c\:white\.5:hover {
  color: rgba(255, 255, 255, 0.5); }

.bg\:white\.6 {
  background-color: rgba(255, 255, 255, 0.4); }

.c\:white\.6 {
  color: rgba(255, 255, 255, 0.4); }

.hover\/bg\:white\.6:hover {
  background-color: rgba(255, 255, 255, 0.4); }

.hover\/c\:white\.6:hover {
  color: rgba(255, 255, 255, 0.4); }

.bg\:white\.7 {
  background-color: rgba(255, 255, 255, 0.3); }

.c\:white\.7 {
  color: rgba(255, 255, 255, 0.3); }

.hover\/bg\:white\.7:hover {
  background-color: rgba(255, 255, 255, 0.3); }

.hover\/c\:white\.7:hover {
  color: rgba(255, 255, 255, 0.3); }

.bg\:white\.8 {
  background-color: rgba(255, 255, 255, 0.2); }

.c\:white\.8 {
  color: rgba(255, 255, 255, 0.2); }

.hover\/bg\:white\.8:hover {
  background-color: rgba(255, 255, 255, 0.2); }

.hover\/c\:white\.8:hover {
  color: rgba(255, 255, 255, 0.2); }

.bg\:white\.9 {
  background-color: rgba(255, 255, 255, 0.1); }

.c\:white\.9 {
  color: rgba(255, 255, 255, 0.1); }

.hover\/bg\:white\.9:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.hover\/c\:white\.9:hover {
  color: rgba(255, 255, 255, 0.1); }

.bg\:orange {
  background-color: #ff904b; }

.c\:orange {
  color: #ff904b; }

.hover\/bg\:orange:hover {
  background-color: #ff904b; }

.hover\/c\:orange:hover {
  color: #ff904b; }

.bg\:orange\.1 {
  background-color: rgba(255, 144, 75, 0.9); }

.c\:orange\.1 {
  color: rgba(255, 144, 75, 0.9); }

.hover\/bg\:orange\.1:hover {
  background-color: rgba(255, 144, 75, 0.9); }

.hover\/c\:orange\.1:hover {
  color: rgba(255, 144, 75, 0.9); }

.bg\:orange\.2 {
  background-color: rgba(255, 144, 75, 0.8); }

.c\:orange\.2 {
  color: rgba(255, 144, 75, 0.8); }

.hover\/bg\:orange\.2:hover {
  background-color: rgba(255, 144, 75, 0.8); }

.hover\/c\:orange\.2:hover {
  color: rgba(255, 144, 75, 0.8); }

.bg\:orange\.3 {
  background-color: rgba(255, 144, 75, 0.7); }

.c\:orange\.3 {
  color: rgba(255, 144, 75, 0.7); }

.hover\/bg\:orange\.3:hover {
  background-color: rgba(255, 144, 75, 0.7); }

.hover\/c\:orange\.3:hover {
  color: rgba(255, 144, 75, 0.7); }

.bg\:orange\.4 {
  background-color: rgba(255, 144, 75, 0.6); }

.c\:orange\.4 {
  color: rgba(255, 144, 75, 0.6); }

.hover\/bg\:orange\.4:hover {
  background-color: rgba(255, 144, 75, 0.6); }

.hover\/c\:orange\.4:hover {
  color: rgba(255, 144, 75, 0.6); }

.bg\:orange\.5 {
  background-color: rgba(255, 144, 75, 0.5); }

.c\:orange\.5 {
  color: rgba(255, 144, 75, 0.5); }

.hover\/bg\:orange\.5:hover {
  background-color: rgba(255, 144, 75, 0.5); }

.hover\/c\:orange\.5:hover {
  color: rgba(255, 144, 75, 0.5); }

.bg\:orange\.6 {
  background-color: rgba(255, 144, 75, 0.4); }

.c\:orange\.6 {
  color: rgba(255, 144, 75, 0.4); }

.hover\/bg\:orange\.6:hover {
  background-color: rgba(255, 144, 75, 0.4); }

.hover\/c\:orange\.6:hover {
  color: rgba(255, 144, 75, 0.4); }

.bg\:orange\.7 {
  background-color: rgba(255, 144, 75, 0.3); }

.c\:orange\.7 {
  color: rgba(255, 144, 75, 0.3); }

.hover\/bg\:orange\.7:hover {
  background-color: rgba(255, 144, 75, 0.3); }

.hover\/c\:orange\.7:hover {
  color: rgba(255, 144, 75, 0.3); }

.bg\:orange\.8 {
  background-color: rgba(255, 144, 75, 0.2); }

.c\:orange\.8 {
  color: rgba(255, 144, 75, 0.2); }

.hover\/bg\:orange\.8:hover {
  background-color: rgba(255, 144, 75, 0.2); }

.hover\/c\:orange\.8:hover {
  color: rgba(255, 144, 75, 0.2); }

.bg\:orange\.9 {
  background-color: rgba(255, 144, 75, 0.1); }

.c\:orange\.9 {
  color: rgba(255, 144, 75, 0.1); }

.hover\/bg\:orange\.9:hover {
  background-color: rgba(255, 144, 75, 0.1); }

.hover\/c\:orange\.9:hover {
  color: rgba(255, 144, 75, 0.1); }

.bg\:coral {
  background-color: #ff5041; }

.c\:coral {
  color: #ff5041; }

.hover\/bg\:coral:hover {
  background-color: #ff5041; }

.hover\/c\:coral:hover {
  color: #ff5041; }

.bg\:coral\.1 {
  background-color: rgba(255, 80, 65, 0.9); }

.c\:coral\.1 {
  color: rgba(255, 80, 65, 0.9); }

.hover\/bg\:coral\.1:hover {
  background-color: rgba(255, 80, 65, 0.9); }

.hover\/c\:coral\.1:hover {
  color: rgba(255, 80, 65, 0.9); }

.bg\:coral\.2 {
  background-color: rgba(255, 80, 65, 0.8); }

.c\:coral\.2 {
  color: rgba(255, 80, 65, 0.8); }

.hover\/bg\:coral\.2:hover {
  background-color: rgba(255, 80, 65, 0.8); }

.hover\/c\:coral\.2:hover {
  color: rgba(255, 80, 65, 0.8); }

.bg\:coral\.3 {
  background-color: rgba(255, 80, 65, 0.7); }

.c\:coral\.3 {
  color: rgba(255, 80, 65, 0.7); }

.hover\/bg\:coral\.3:hover {
  background-color: rgba(255, 80, 65, 0.7); }

.hover\/c\:coral\.3:hover {
  color: rgba(255, 80, 65, 0.7); }

.bg\:coral\.4 {
  background-color: rgba(255, 80, 65, 0.6); }

.c\:coral\.4 {
  color: rgba(255, 80, 65, 0.6); }

.hover\/bg\:coral\.4:hover {
  background-color: rgba(255, 80, 65, 0.6); }

.hover\/c\:coral\.4:hover {
  color: rgba(255, 80, 65, 0.6); }

.bg\:coral\.5 {
  background-color: rgba(255, 80, 65, 0.5); }

.c\:coral\.5 {
  color: rgba(255, 80, 65, 0.5); }

.hover\/bg\:coral\.5:hover {
  background-color: rgba(255, 80, 65, 0.5); }

.hover\/c\:coral\.5:hover {
  color: rgba(255, 80, 65, 0.5); }

.bg\:coral\.6 {
  background-color: rgba(255, 80, 65, 0.4); }

.c\:coral\.6 {
  color: rgba(255, 80, 65, 0.4); }

.hover\/bg\:coral\.6:hover {
  background-color: rgba(255, 80, 65, 0.4); }

.hover\/c\:coral\.6:hover {
  color: rgba(255, 80, 65, 0.4); }

.bg\:coral\.7 {
  background-color: rgba(255, 80, 65, 0.3); }

.c\:coral\.7 {
  color: rgba(255, 80, 65, 0.3); }

.hover\/bg\:coral\.7:hover {
  background-color: rgba(255, 80, 65, 0.3); }

.hover\/c\:coral\.7:hover {
  color: rgba(255, 80, 65, 0.3); }

.bg\:coral\.8 {
  background-color: rgba(255, 80, 65, 0.2); }

.c\:coral\.8 {
  color: rgba(255, 80, 65, 0.2); }

.hover\/bg\:coral\.8:hover {
  background-color: rgba(255, 80, 65, 0.2); }

.hover\/c\:coral\.8:hover {
  color: rgba(255, 80, 65, 0.2); }

.bg\:coral\.9 {
  background-color: rgba(255, 80, 65, 0.1); }

.c\:coral\.9 {
  color: rgba(255, 80, 65, 0.1); }

.hover\/bg\:coral\.9:hover {
  background-color: rgba(255, 80, 65, 0.1); }

.hover\/c\:coral\.9:hover {
  color: rgba(255, 80, 65, 0.1); }

.bg\:red {
  background-color: #e62b1e; }

.c\:red {
  color: #e62b1e; }

.hover\/bg\:red:hover {
  background-color: #e62b1e; }

.hover\/c\:red:hover {
  color: #e62b1e; }

.bg\:red\.1 {
  background-color: rgba(230, 43, 30, 0.9); }

.c\:red\.1 {
  color: rgba(230, 43, 30, 0.9); }

.hover\/bg\:red\.1:hover {
  background-color: rgba(230, 43, 30, 0.9); }

.hover\/c\:red\.1:hover {
  color: rgba(230, 43, 30, 0.9); }

.bg\:red\.2 {
  background-color: rgba(230, 43, 30, 0.8); }

.c\:red\.2 {
  color: rgba(230, 43, 30, 0.8); }

.hover\/bg\:red\.2:hover {
  background-color: rgba(230, 43, 30, 0.8); }

.hover\/c\:red\.2:hover {
  color: rgba(230, 43, 30, 0.8); }

.bg\:red\.3 {
  background-color: rgba(230, 43, 30, 0.7); }

.c\:red\.3 {
  color: rgba(230, 43, 30, 0.7); }

.hover\/bg\:red\.3:hover {
  background-color: rgba(230, 43, 30, 0.7); }

.hover\/c\:red\.3:hover {
  color: rgba(230, 43, 30, 0.7); }

.bg\:red\.4 {
  background-color: rgba(230, 43, 30, 0.6); }

.c\:red\.4 {
  color: rgba(230, 43, 30, 0.6); }

.hover\/bg\:red\.4:hover {
  background-color: rgba(230, 43, 30, 0.6); }

.hover\/c\:red\.4:hover {
  color: rgba(230, 43, 30, 0.6); }

.bg\:red\.5 {
  background-color: rgba(230, 43, 30, 0.5); }

.c\:red\.5 {
  color: rgba(230, 43, 30, 0.5); }

.hover\/bg\:red\.5:hover {
  background-color: rgba(230, 43, 30, 0.5); }

.hover\/c\:red\.5:hover {
  color: rgba(230, 43, 30, 0.5); }

.bg\:red\.6 {
  background-color: rgba(230, 43, 30, 0.4); }

.c\:red\.6 {
  color: rgba(230, 43, 30, 0.4); }

.hover\/bg\:red\.6:hover {
  background-color: rgba(230, 43, 30, 0.4); }

.hover\/c\:red\.6:hover {
  color: rgba(230, 43, 30, 0.4); }

.bg\:red\.7 {
  background-color: rgba(230, 43, 30, 0.3); }

.c\:red\.7 {
  color: rgba(230, 43, 30, 0.3); }

.hover\/bg\:red\.7:hover {
  background-color: rgba(230, 43, 30, 0.3); }

.hover\/c\:red\.7:hover {
  color: rgba(230, 43, 30, 0.3); }

.bg\:red\.8 {
  background-color: rgba(230, 43, 30, 0.2); }

.c\:red\.8 {
  color: rgba(230, 43, 30, 0.2); }

.hover\/bg\:red\.8:hover {
  background-color: rgba(230, 43, 30, 0.2); }

.hover\/c\:red\.8:hover {
  color: rgba(230, 43, 30, 0.2); }

.bg\:red\.9 {
  background-color: rgba(230, 43, 30, 0.1); }

.c\:red\.9 {
  color: rgba(230, 43, 30, 0.1); }

.hover\/bg\:red\.9:hover {
  background-color: rgba(230, 43, 30, 0.1); }

.hover\/c\:red\.9:hover {
  color: rgba(230, 43, 30, 0.1); }

.bg\:twitter {
  background-color: #55acee; }

.c\:twitter {
  color: #55acee; }

.hover\/bg\:twitter:hover {
  background-color: #55acee; }

.hover\/c\:twitter:hover {
  color: #55acee; }

.bg\:twitter\.1 {
  background-color: rgba(85, 172, 238, 0.9); }

.c\:twitter\.1 {
  color: rgba(85, 172, 238, 0.9); }

.hover\/bg\:twitter\.1:hover {
  background-color: rgba(85, 172, 238, 0.9); }

.hover\/c\:twitter\.1:hover {
  color: rgba(85, 172, 238, 0.9); }

.bg\:twitter\.2 {
  background-color: rgba(85, 172, 238, 0.8); }

.c\:twitter\.2 {
  color: rgba(85, 172, 238, 0.8); }

.hover\/bg\:twitter\.2:hover {
  background-color: rgba(85, 172, 238, 0.8); }

.hover\/c\:twitter\.2:hover {
  color: rgba(85, 172, 238, 0.8); }

.bg\:twitter\.3 {
  background-color: rgba(85, 172, 238, 0.7); }

.c\:twitter\.3 {
  color: rgba(85, 172, 238, 0.7); }

.hover\/bg\:twitter\.3:hover {
  background-color: rgba(85, 172, 238, 0.7); }

.hover\/c\:twitter\.3:hover {
  color: rgba(85, 172, 238, 0.7); }

.bg\:twitter\.4 {
  background-color: rgba(85, 172, 238, 0.6); }

.c\:twitter\.4 {
  color: rgba(85, 172, 238, 0.6); }

.hover\/bg\:twitter\.4:hover {
  background-color: rgba(85, 172, 238, 0.6); }

.hover\/c\:twitter\.4:hover {
  color: rgba(85, 172, 238, 0.6); }

.bg\:twitter\.5 {
  background-color: rgba(85, 172, 238, 0.5); }

.c\:twitter\.5 {
  color: rgba(85, 172, 238, 0.5); }

.hover\/bg\:twitter\.5:hover {
  background-color: rgba(85, 172, 238, 0.5); }

.hover\/c\:twitter\.5:hover {
  color: rgba(85, 172, 238, 0.5); }

.bg\:twitter\.6 {
  background-color: rgba(85, 172, 238, 0.4); }

.c\:twitter\.6 {
  color: rgba(85, 172, 238, 0.4); }

.hover\/bg\:twitter\.6:hover {
  background-color: rgba(85, 172, 238, 0.4); }

.hover\/c\:twitter\.6:hover {
  color: rgba(85, 172, 238, 0.4); }

.bg\:twitter\.7 {
  background-color: rgba(85, 172, 238, 0.3); }

.c\:twitter\.7 {
  color: rgba(85, 172, 238, 0.3); }

.hover\/bg\:twitter\.7:hover {
  background-color: rgba(85, 172, 238, 0.3); }

.hover\/c\:twitter\.7:hover {
  color: rgba(85, 172, 238, 0.3); }

.bg\:twitter\.8 {
  background-color: rgba(85, 172, 238, 0.2); }

.c\:twitter\.8 {
  color: rgba(85, 172, 238, 0.2); }

.hover\/bg\:twitter\.8:hover {
  background-color: rgba(85, 172, 238, 0.2); }

.hover\/c\:twitter\.8:hover {
  color: rgba(85, 172, 238, 0.2); }

.bg\:twitter\.9 {
  background-color: rgba(85, 172, 238, 0.1); }

.c\:twitter\.9 {
  color: rgba(85, 172, 238, 0.1); }

.hover\/bg\:twitter\.9:hover {
  background-color: rgba(85, 172, 238, 0.1); }

.hover\/c\:twitter\.9:hover {
  color: rgba(85, 172, 238, 0.1); }

.bg\:facebook {
  background-color: #3b5998; }

.c\:facebook {
  color: #3b5998; }

.hover\/bg\:facebook:hover {
  background-color: #3b5998; }

.hover\/c\:facebook:hover {
  color: #3b5998; }

.bg\:facebook\.1 {
  background-color: rgba(59, 89, 152, 0.9); }

.c\:facebook\.1 {
  color: rgba(59, 89, 152, 0.9); }

.hover\/bg\:facebook\.1:hover {
  background-color: rgba(59, 89, 152, 0.9); }

.hover\/c\:facebook\.1:hover {
  color: rgba(59, 89, 152, 0.9); }

.bg\:facebook\.2 {
  background-color: rgba(59, 89, 152, 0.8); }

.c\:facebook\.2 {
  color: rgba(59, 89, 152, 0.8); }

.hover\/bg\:facebook\.2:hover {
  background-color: rgba(59, 89, 152, 0.8); }

.hover\/c\:facebook\.2:hover {
  color: rgba(59, 89, 152, 0.8); }

.bg\:facebook\.3 {
  background-color: rgba(59, 89, 152, 0.7); }

.c\:facebook\.3 {
  color: rgba(59, 89, 152, 0.7); }

.hover\/bg\:facebook\.3:hover {
  background-color: rgba(59, 89, 152, 0.7); }

.hover\/c\:facebook\.3:hover {
  color: rgba(59, 89, 152, 0.7); }

.bg\:facebook\.4 {
  background-color: rgba(59, 89, 152, 0.6); }

.c\:facebook\.4 {
  color: rgba(59, 89, 152, 0.6); }

.hover\/bg\:facebook\.4:hover {
  background-color: rgba(59, 89, 152, 0.6); }

.hover\/c\:facebook\.4:hover {
  color: rgba(59, 89, 152, 0.6); }

.bg\:facebook\.5 {
  background-color: rgba(59, 89, 152, 0.5); }

.c\:facebook\.5 {
  color: rgba(59, 89, 152, 0.5); }

.hover\/bg\:facebook\.5:hover {
  background-color: rgba(59, 89, 152, 0.5); }

.hover\/c\:facebook\.5:hover {
  color: rgba(59, 89, 152, 0.5); }

.bg\:facebook\.6 {
  background-color: rgba(59, 89, 152, 0.4); }

.c\:facebook\.6 {
  color: rgba(59, 89, 152, 0.4); }

.hover\/bg\:facebook\.6:hover {
  background-color: rgba(59, 89, 152, 0.4); }

.hover\/c\:facebook\.6:hover {
  color: rgba(59, 89, 152, 0.4); }

.bg\:facebook\.7 {
  background-color: rgba(59, 89, 152, 0.3); }

.c\:facebook\.7 {
  color: rgba(59, 89, 152, 0.3); }

.hover\/bg\:facebook\.7:hover {
  background-color: rgba(59, 89, 152, 0.3); }

.hover\/c\:facebook\.7:hover {
  color: rgba(59, 89, 152, 0.3); }

.bg\:facebook\.8 {
  background-color: rgba(59, 89, 152, 0.2); }

.c\:facebook\.8 {
  color: rgba(59, 89, 152, 0.2); }

.hover\/bg\:facebook\.8:hover {
  background-color: rgba(59, 89, 152, 0.2); }

.hover\/c\:facebook\.8:hover {
  color: rgba(59, 89, 152, 0.2); }

.bg\:facebook\.9 {
  background-color: rgba(59, 89, 152, 0.1); }

.c\:facebook\.9 {
  color: rgba(59, 89, 152, 0.1); }

.hover\/bg\:facebook\.9:hover {
  background-color: rgba(59, 89, 152, 0.1); }

.hover\/c\:facebook\.9:hover {
  color: rgba(59, 89, 152, 0.1); }

.bg\:linkedin {
  background-color: #0077b5; }

.c\:linkedin {
  color: #0077b5; }

.hover\/bg\:linkedin:hover {
  background-color: #0077b5; }

.hover\/c\:linkedin:hover {
  color: #0077b5; }

.bg\:linkedin\.1 {
  background-color: rgba(0, 119, 181, 0.9); }

.c\:linkedin\.1 {
  color: rgba(0, 119, 181, 0.9); }

.hover\/bg\:linkedin\.1:hover {
  background-color: rgba(0, 119, 181, 0.9); }

.hover\/c\:linkedin\.1:hover {
  color: rgba(0, 119, 181, 0.9); }

.bg\:linkedin\.2 {
  background-color: rgba(0, 119, 181, 0.8); }

.c\:linkedin\.2 {
  color: rgba(0, 119, 181, 0.8); }

.hover\/bg\:linkedin\.2:hover {
  background-color: rgba(0, 119, 181, 0.8); }

.hover\/c\:linkedin\.2:hover {
  color: rgba(0, 119, 181, 0.8); }

.bg\:linkedin\.3 {
  background-color: rgba(0, 119, 181, 0.7); }

.c\:linkedin\.3 {
  color: rgba(0, 119, 181, 0.7); }

.hover\/bg\:linkedin\.3:hover {
  background-color: rgba(0, 119, 181, 0.7); }

.hover\/c\:linkedin\.3:hover {
  color: rgba(0, 119, 181, 0.7); }

.bg\:linkedin\.4 {
  background-color: rgba(0, 119, 181, 0.6); }

.c\:linkedin\.4 {
  color: rgba(0, 119, 181, 0.6); }

.hover\/bg\:linkedin\.4:hover {
  background-color: rgba(0, 119, 181, 0.6); }

.hover\/c\:linkedin\.4:hover {
  color: rgba(0, 119, 181, 0.6); }

.bg\:linkedin\.5 {
  background-color: rgba(0, 119, 181, 0.5); }

.c\:linkedin\.5 {
  color: rgba(0, 119, 181, 0.5); }

.hover\/bg\:linkedin\.5:hover {
  background-color: rgba(0, 119, 181, 0.5); }

.hover\/c\:linkedin\.5:hover {
  color: rgba(0, 119, 181, 0.5); }

.bg\:linkedin\.6 {
  background-color: rgba(0, 119, 181, 0.4); }

.c\:linkedin\.6 {
  color: rgba(0, 119, 181, 0.4); }

.hover\/bg\:linkedin\.6:hover {
  background-color: rgba(0, 119, 181, 0.4); }

.hover\/c\:linkedin\.6:hover {
  color: rgba(0, 119, 181, 0.4); }

.bg\:linkedin\.7 {
  background-color: rgba(0, 119, 181, 0.3); }

.c\:linkedin\.7 {
  color: rgba(0, 119, 181, 0.3); }

.hover\/bg\:linkedin\.7:hover {
  background-color: rgba(0, 119, 181, 0.3); }

.hover\/c\:linkedin\.7:hover {
  color: rgba(0, 119, 181, 0.3); }

.bg\:linkedin\.8 {
  background-color: rgba(0, 119, 181, 0.2); }

.c\:linkedin\.8 {
  color: rgba(0, 119, 181, 0.2); }

.hover\/bg\:linkedin\.8:hover {
  background-color: rgba(0, 119, 181, 0.2); }

.hover\/c\:linkedin\.8:hover {
  color: rgba(0, 119, 181, 0.2); }

.bg\:linkedin\.9 {
  background-color: rgba(0, 119, 181, 0.1); }

.c\:linkedin\.9 {
  color: rgba(0, 119, 181, 0.1); }

.hover\/bg\:linkedin\.9:hover {
  background-color: rgba(0, 119, 181, 0.1); }

.hover\/c\:linkedin\.9:hover {
  color: rgba(0, 119, 181, 0.1); }

.bg\:messenger {
  background-color: #0084ff; }

.c\:messenger {
  color: #0084ff; }

.hover\/bg\:messenger:hover {
  background-color: #0084ff; }

.hover\/c\:messenger:hover {
  color: #0084ff; }

.bg\:messenger\.1 {
  background-color: rgba(0, 132, 255, 0.9); }

.c\:messenger\.1 {
  color: rgba(0, 132, 255, 0.9); }

.hover\/bg\:messenger\.1:hover {
  background-color: rgba(0, 132, 255, 0.9); }

.hover\/c\:messenger\.1:hover {
  color: rgba(0, 132, 255, 0.9); }

.bg\:messenger\.2 {
  background-color: rgba(0, 132, 255, 0.8); }

.c\:messenger\.2 {
  color: rgba(0, 132, 255, 0.8); }

.hover\/bg\:messenger\.2:hover {
  background-color: rgba(0, 132, 255, 0.8); }

.hover\/c\:messenger\.2:hover {
  color: rgba(0, 132, 255, 0.8); }

.bg\:messenger\.3 {
  background-color: rgba(0, 132, 255, 0.7); }

.c\:messenger\.3 {
  color: rgba(0, 132, 255, 0.7); }

.hover\/bg\:messenger\.3:hover {
  background-color: rgba(0, 132, 255, 0.7); }

.hover\/c\:messenger\.3:hover {
  color: rgba(0, 132, 255, 0.7); }

.bg\:messenger\.4 {
  background-color: rgba(0, 132, 255, 0.6); }

.c\:messenger\.4 {
  color: rgba(0, 132, 255, 0.6); }

.hover\/bg\:messenger\.4:hover {
  background-color: rgba(0, 132, 255, 0.6); }

.hover\/c\:messenger\.4:hover {
  color: rgba(0, 132, 255, 0.6); }

.bg\:messenger\.5 {
  background-color: rgba(0, 132, 255, 0.5); }

.c\:messenger\.5 {
  color: rgba(0, 132, 255, 0.5); }

.hover\/bg\:messenger\.5:hover {
  background-color: rgba(0, 132, 255, 0.5); }

.hover\/c\:messenger\.5:hover {
  color: rgba(0, 132, 255, 0.5); }

.bg\:messenger\.6 {
  background-color: rgba(0, 132, 255, 0.4); }

.c\:messenger\.6 {
  color: rgba(0, 132, 255, 0.4); }

.hover\/bg\:messenger\.6:hover {
  background-color: rgba(0, 132, 255, 0.4); }

.hover\/c\:messenger\.6:hover {
  color: rgba(0, 132, 255, 0.4); }

.bg\:messenger\.7 {
  background-color: rgba(0, 132, 255, 0.3); }

.c\:messenger\.7 {
  color: rgba(0, 132, 255, 0.3); }

.hover\/bg\:messenger\.7:hover {
  background-color: rgba(0, 132, 255, 0.3); }

.hover\/c\:messenger\.7:hover {
  color: rgba(0, 132, 255, 0.3); }

.bg\:messenger\.8 {
  background-color: rgba(0, 132, 255, 0.2); }

.c\:messenger\.8 {
  color: rgba(0, 132, 255, 0.2); }

.hover\/bg\:messenger\.8:hover {
  background-color: rgba(0, 132, 255, 0.2); }

.hover\/c\:messenger\.8:hover {
  color: rgba(0, 132, 255, 0.2); }

.bg\:messenger\.9 {
  background-color: rgba(0, 132, 255, 0.1); }

.c\:messenger\.9 {
  color: rgba(0, 132, 255, 0.1); }

.hover\/bg\:messenger\.9:hover {
  background-color: rgba(0, 132, 255, 0.1); }

.hover\/c\:messenger\.9:hover {
  color: rgba(0, 132, 255, 0.1); }

.bg\:reddit {
  background-color: #ff4500; }

.c\:reddit {
  color: #ff4500; }

.hover\/bg\:reddit:hover {
  background-color: #ff4500; }

.hover\/c\:reddit:hover {
  color: #ff4500; }

.bg\:reddit\.1 {
  background-color: rgba(255, 69, 0, 0.9); }

.c\:reddit\.1 {
  color: rgba(255, 69, 0, 0.9); }

.hover\/bg\:reddit\.1:hover {
  background-color: rgba(255, 69, 0, 0.9); }

.hover\/c\:reddit\.1:hover {
  color: rgba(255, 69, 0, 0.9); }

.bg\:reddit\.2 {
  background-color: rgba(255, 69, 0, 0.8); }

.c\:reddit\.2 {
  color: rgba(255, 69, 0, 0.8); }

.hover\/bg\:reddit\.2:hover {
  background-color: rgba(255, 69, 0, 0.8); }

.hover\/c\:reddit\.2:hover {
  color: rgba(255, 69, 0, 0.8); }

.bg\:reddit\.3 {
  background-color: rgba(255, 69, 0, 0.7); }

.c\:reddit\.3 {
  color: rgba(255, 69, 0, 0.7); }

.hover\/bg\:reddit\.3:hover {
  background-color: rgba(255, 69, 0, 0.7); }

.hover\/c\:reddit\.3:hover {
  color: rgba(255, 69, 0, 0.7); }

.bg\:reddit\.4 {
  background-color: rgba(255, 69, 0, 0.6); }

.c\:reddit\.4 {
  color: rgba(255, 69, 0, 0.6); }

.hover\/bg\:reddit\.4:hover {
  background-color: rgba(255, 69, 0, 0.6); }

.hover\/c\:reddit\.4:hover {
  color: rgba(255, 69, 0, 0.6); }

.bg\:reddit\.5 {
  background-color: rgba(255, 69, 0, 0.5); }

.c\:reddit\.5 {
  color: rgba(255, 69, 0, 0.5); }

.hover\/bg\:reddit\.5:hover {
  background-color: rgba(255, 69, 0, 0.5); }

.hover\/c\:reddit\.5:hover {
  color: rgba(255, 69, 0, 0.5); }

.bg\:reddit\.6 {
  background-color: rgba(255, 69, 0, 0.4); }

.c\:reddit\.6 {
  color: rgba(255, 69, 0, 0.4); }

.hover\/bg\:reddit\.6:hover {
  background-color: rgba(255, 69, 0, 0.4); }

.hover\/c\:reddit\.6:hover {
  color: rgba(255, 69, 0, 0.4); }

.bg\:reddit\.7 {
  background-color: rgba(255, 69, 0, 0.3); }

.c\:reddit\.7 {
  color: rgba(255, 69, 0, 0.3); }

.hover\/bg\:reddit\.7:hover {
  background-color: rgba(255, 69, 0, 0.3); }

.hover\/c\:reddit\.7:hover {
  color: rgba(255, 69, 0, 0.3); }

.bg\:reddit\.8 {
  background-color: rgba(255, 69, 0, 0.2); }

.c\:reddit\.8 {
  color: rgba(255, 69, 0, 0.2); }

.hover\/bg\:reddit\.8:hover {
  background-color: rgba(255, 69, 0, 0.2); }

.hover\/c\:reddit\.8:hover {
  color: rgba(255, 69, 0, 0.2); }

.bg\:reddit\.9 {
  background-color: rgba(255, 69, 0, 0.1); }

.c\:reddit\.9 {
  color: rgba(255, 69, 0, 0.1); }

.hover\/bg\:reddit\.9:hover {
  background-color: rgba(255, 69, 0, 0.1); }

.hover\/c\:reddit\.9:hover {
  color: rgba(255, 69, 0, 0.1); }

.bg\:sms {
  background-color: #25d366; }

.c\:sms {
  color: #25d366; }

.hover\/bg\:sms:hover {
  background-color: #25d366; }

.hover\/c\:sms:hover {
  color: #25d366; }

.bg\:sms\.1 {
  background-color: rgba(37, 211, 102, 0.9); }

.c\:sms\.1 {
  color: rgba(37, 211, 102, 0.9); }

.hover\/bg\:sms\.1:hover {
  background-color: rgba(37, 211, 102, 0.9); }

.hover\/c\:sms\.1:hover {
  color: rgba(37, 211, 102, 0.9); }

.bg\:sms\.2 {
  background-color: rgba(37, 211, 102, 0.8); }

.c\:sms\.2 {
  color: rgba(37, 211, 102, 0.8); }

.hover\/bg\:sms\.2:hover {
  background-color: rgba(37, 211, 102, 0.8); }

.hover\/c\:sms\.2:hover {
  color: rgba(37, 211, 102, 0.8); }

.bg\:sms\.3 {
  background-color: rgba(37, 211, 102, 0.7); }

.c\:sms\.3 {
  color: rgba(37, 211, 102, 0.7); }

.hover\/bg\:sms\.3:hover {
  background-color: rgba(37, 211, 102, 0.7); }

.hover\/c\:sms\.3:hover {
  color: rgba(37, 211, 102, 0.7); }

.bg\:sms\.4 {
  background-color: rgba(37, 211, 102, 0.6); }

.c\:sms\.4 {
  color: rgba(37, 211, 102, 0.6); }

.hover\/bg\:sms\.4:hover {
  background-color: rgba(37, 211, 102, 0.6); }

.hover\/c\:sms\.4:hover {
  color: rgba(37, 211, 102, 0.6); }

.bg\:sms\.5 {
  background-color: rgba(37, 211, 102, 0.5); }

.c\:sms\.5 {
  color: rgba(37, 211, 102, 0.5); }

.hover\/bg\:sms\.5:hover {
  background-color: rgba(37, 211, 102, 0.5); }

.hover\/c\:sms\.5:hover {
  color: rgba(37, 211, 102, 0.5); }

.bg\:sms\.6 {
  background-color: rgba(37, 211, 102, 0.4); }

.c\:sms\.6 {
  color: rgba(37, 211, 102, 0.4); }

.hover\/bg\:sms\.6:hover {
  background-color: rgba(37, 211, 102, 0.4); }

.hover\/c\:sms\.6:hover {
  color: rgba(37, 211, 102, 0.4); }

.bg\:sms\.7 {
  background-color: rgba(37, 211, 102, 0.3); }

.c\:sms\.7 {
  color: rgba(37, 211, 102, 0.3); }

.hover\/bg\:sms\.7:hover {
  background-color: rgba(37, 211, 102, 0.3); }

.hover\/c\:sms\.7:hover {
  color: rgba(37, 211, 102, 0.3); }

.bg\:sms\.8 {
  background-color: rgba(37, 211, 102, 0.2); }

.c\:sms\.8 {
  color: rgba(37, 211, 102, 0.2); }

.hover\/bg\:sms\.8:hover {
  background-color: rgba(37, 211, 102, 0.2); }

.hover\/c\:sms\.8:hover {
  color: rgba(37, 211, 102, 0.2); }

.bg\:sms\.9 {
  background-color: rgba(37, 211, 102, 0.1); }

.c\:sms\.9 {
  color: rgba(37, 211, 102, 0.1); }

.hover\/bg\:sms\.9:hover {
  background-color: rgba(37, 211, 102, 0.1); }

.hover\/c\:sms\.9:hover {
  color: rgba(37, 211, 102, 0.1); }

.bg\:whatsapp {
  background-color: #25d366; }

.c\:whatsapp {
  color: #25d366; }

.hover\/bg\:whatsapp:hover {
  background-color: #25d366; }

.hover\/c\:whatsapp:hover {
  color: #25d366; }

.bg\:whatsapp\.1 {
  background-color: rgba(37, 211, 102, 0.9); }

.c\:whatsapp\.1 {
  color: rgba(37, 211, 102, 0.9); }

.hover\/bg\:whatsapp\.1:hover {
  background-color: rgba(37, 211, 102, 0.9); }

.hover\/c\:whatsapp\.1:hover {
  color: rgba(37, 211, 102, 0.9); }

.bg\:whatsapp\.2 {
  background-color: rgba(37, 211, 102, 0.8); }

.c\:whatsapp\.2 {
  color: rgba(37, 211, 102, 0.8); }

.hover\/bg\:whatsapp\.2:hover {
  background-color: rgba(37, 211, 102, 0.8); }

.hover\/c\:whatsapp\.2:hover {
  color: rgba(37, 211, 102, 0.8); }

.bg\:whatsapp\.3 {
  background-color: rgba(37, 211, 102, 0.7); }

.c\:whatsapp\.3 {
  color: rgba(37, 211, 102, 0.7); }

.hover\/bg\:whatsapp\.3:hover {
  background-color: rgba(37, 211, 102, 0.7); }

.hover\/c\:whatsapp\.3:hover {
  color: rgba(37, 211, 102, 0.7); }

.bg\:whatsapp\.4 {
  background-color: rgba(37, 211, 102, 0.6); }

.c\:whatsapp\.4 {
  color: rgba(37, 211, 102, 0.6); }

.hover\/bg\:whatsapp\.4:hover {
  background-color: rgba(37, 211, 102, 0.6); }

.hover\/c\:whatsapp\.4:hover {
  color: rgba(37, 211, 102, 0.6); }

.bg\:whatsapp\.5 {
  background-color: rgba(37, 211, 102, 0.5); }

.c\:whatsapp\.5 {
  color: rgba(37, 211, 102, 0.5); }

.hover\/bg\:whatsapp\.5:hover {
  background-color: rgba(37, 211, 102, 0.5); }

.hover\/c\:whatsapp\.5:hover {
  color: rgba(37, 211, 102, 0.5); }

.bg\:whatsapp\.6 {
  background-color: rgba(37, 211, 102, 0.4); }

.c\:whatsapp\.6 {
  color: rgba(37, 211, 102, 0.4); }

.hover\/bg\:whatsapp\.6:hover {
  background-color: rgba(37, 211, 102, 0.4); }

.hover\/c\:whatsapp\.6:hover {
  color: rgba(37, 211, 102, 0.4); }

.bg\:whatsapp\.7 {
  background-color: rgba(37, 211, 102, 0.3); }

.c\:whatsapp\.7 {
  color: rgba(37, 211, 102, 0.3); }

.hover\/bg\:whatsapp\.7:hover {
  background-color: rgba(37, 211, 102, 0.3); }

.hover\/c\:whatsapp\.7:hover {
  color: rgba(37, 211, 102, 0.3); }

.bg\:whatsapp\.8 {
  background-color: rgba(37, 211, 102, 0.2); }

.c\:whatsapp\.8 {
  color: rgba(37, 211, 102, 0.2); }

.hover\/bg\:whatsapp\.8:hover {
  background-color: rgba(37, 211, 102, 0.2); }

.hover\/c\:whatsapp\.8:hover {
  color: rgba(37, 211, 102, 0.2); }

.bg\:whatsapp\.9 {
  background-color: rgba(37, 211, 102, 0.1); }

.c\:whatsapp\.9 {
  color: rgba(37, 211, 102, 0.1); }

.hover\/bg\:whatsapp\.9:hover {
  background-color: rgba(37, 211, 102, 0.1); }

.hover\/c\:whatsapp\.9:hover {
  color: rgba(37, 211, 102, 0.1); }

.bg\:none {
  background-color: transparent; }

.c\:none {
  color: transparent; }

.hover\/bg\:none:hover {
  background-color: transparent; }

.hover\/c\:none:hover {
  color: transparent; }

.bg\:none\.1 {
  background-color: rgba(0, 0, 0, 0); }

.c\:none\.1 {
  color: rgba(0, 0, 0, 0); }

.hover\/bg\:none\.1:hover {
  background-color: rgba(0, 0, 0, 0); }

.hover\/c\:none\.1:hover {
  color: rgba(0, 0, 0, 0); }

.bg\:none\.2 {
  background-color: rgba(0, 0, 0, 0); }

.c\:none\.2 {
  color: rgba(0, 0, 0, 0); }

.hover\/bg\:none\.2:hover {
  background-color: rgba(0, 0, 0, 0); }

.hover\/c\:none\.2:hover {
  color: rgba(0, 0, 0, 0); }

.bg\:none\.3 {
  background-color: rgba(0, 0, 0, 0); }

.c\:none\.3 {
  color: rgba(0, 0, 0, 0); }

.hover\/bg\:none\.3:hover {
  background-color: rgba(0, 0, 0, 0); }

.hover\/c\:none\.3:hover {
  color: rgba(0, 0, 0, 0); }

.bg\:none\.4 {
  background-color: rgba(0, 0, 0, 0); }

.c\:none\.4 {
  color: rgba(0, 0, 0, 0); }

.hover\/bg\:none\.4:hover {
  background-color: rgba(0, 0, 0, 0); }

.hover\/c\:none\.4:hover {
  color: rgba(0, 0, 0, 0); }

.bg\:none\.5 {
  background-color: rgba(0, 0, 0, 0); }

.c\:none\.5 {
  color: rgba(0, 0, 0, 0); }

.hover\/bg\:none\.5:hover {
  background-color: rgba(0, 0, 0, 0); }

.hover\/c\:none\.5:hover {
  color: rgba(0, 0, 0, 0); }

.bg\:none\.6 {
  background-color: rgba(0, 0, 0, 0); }

.c\:none\.6 {
  color: rgba(0, 0, 0, 0); }

.hover\/bg\:none\.6:hover {
  background-color: rgba(0, 0, 0, 0); }

.hover\/c\:none\.6:hover {
  color: rgba(0, 0, 0, 0); }

.bg\:none\.7 {
  background-color: rgba(0, 0, 0, 0); }

.c\:none\.7 {
  color: rgba(0, 0, 0, 0); }

.hover\/bg\:none\.7:hover {
  background-color: rgba(0, 0, 0, 0); }

.hover\/c\:none\.7:hover {
  color: rgba(0, 0, 0, 0); }

.bg\:none\.8 {
  background-color: rgba(0, 0, 0, 0); }

.c\:none\.8 {
  color: rgba(0, 0, 0, 0); }

.hover\/bg\:none\.8:hover {
  background-color: rgba(0, 0, 0, 0); }

.hover\/c\:none\.8:hover {
  color: rgba(0, 0, 0, 0); }

.bg\:none\.9 {
  background-color: rgba(0, 0, 0, 0); }

.c\:none\.9 {
  color: rgba(0, 0, 0, 0); }

.hover\/bg\:none\.9:hover {
  background-color: rgba(0, 0, 0, 0); }

.hover\/c\:none\.9:hover {
  color: rgba(0, 0, 0, 0); }

.bg\:blue-to-yellow {
  background-image: linear-gradient(120deg, #c3f7fd 0%, #f4f4ea 60%); }

.bg\:yellow-to-blue {
  background-image: linear-gradient(120deg, #f4f4ea, #c3f7fd); }

@media (min-width: 400px) {
  .bg\:blue\@xxs {
    background-color: #0698d0; }
  .c\:blue\@xxs {
    color: #0698d0; }
  .hover\/bg\:blue\@xxs:hover {
    background-color: #0698d0; }
  .hover\/c\:blue\@xxs:hover {
    color: #0698d0; }
  .bg\:blue\.1\@xxs {
    background-color: rgba(6, 152, 208, 0.9); }
  .c\:blue\.1\@xxs {
    color: rgba(6, 152, 208, 0.9); }
  .hover\/bg\:blue\.1\@xxs:hover {
    background-color: rgba(6, 152, 208, 0.9); }
  .hover\/c\:blue\.1\@xxs:hover {
    color: rgba(6, 152, 208, 0.9); }
  .bg\:blue\.2\@xxs {
    background-color: rgba(6, 152, 208, 0.8); }
  .c\:blue\.2\@xxs {
    color: rgba(6, 152, 208, 0.8); }
  .hover\/bg\:blue\.2\@xxs:hover {
    background-color: rgba(6, 152, 208, 0.8); }
  .hover\/c\:blue\.2\@xxs:hover {
    color: rgba(6, 152, 208, 0.8); }
  .bg\:blue\.3\@xxs {
    background-color: rgba(6, 152, 208, 0.7); }
  .c\:blue\.3\@xxs {
    color: rgba(6, 152, 208, 0.7); }
  .hover\/bg\:blue\.3\@xxs:hover {
    background-color: rgba(6, 152, 208, 0.7); }
  .hover\/c\:blue\.3\@xxs:hover {
    color: rgba(6, 152, 208, 0.7); }
  .bg\:blue\.4\@xxs {
    background-color: rgba(6, 152, 208, 0.6); }
  .c\:blue\.4\@xxs {
    color: rgba(6, 152, 208, 0.6); }
  .hover\/bg\:blue\.4\@xxs:hover {
    background-color: rgba(6, 152, 208, 0.6); }
  .hover\/c\:blue\.4\@xxs:hover {
    color: rgba(6, 152, 208, 0.6); }
  .bg\:blue\.5\@xxs {
    background-color: rgba(6, 152, 208, 0.5); }
  .c\:blue\.5\@xxs {
    color: rgba(6, 152, 208, 0.5); }
  .hover\/bg\:blue\.5\@xxs:hover {
    background-color: rgba(6, 152, 208, 0.5); }
  .hover\/c\:blue\.5\@xxs:hover {
    color: rgba(6, 152, 208, 0.5); }
  .bg\:blue\.6\@xxs {
    background-color: rgba(6, 152, 208, 0.4); }
  .c\:blue\.6\@xxs {
    color: rgba(6, 152, 208, 0.4); }
  .hover\/bg\:blue\.6\@xxs:hover {
    background-color: rgba(6, 152, 208, 0.4); }
  .hover\/c\:blue\.6\@xxs:hover {
    color: rgba(6, 152, 208, 0.4); }
  .bg\:blue\.7\@xxs {
    background-color: rgba(6, 152, 208, 0.3); }
  .c\:blue\.7\@xxs {
    color: rgba(6, 152, 208, 0.3); }
  .hover\/bg\:blue\.7\@xxs:hover {
    background-color: rgba(6, 152, 208, 0.3); }
  .hover\/c\:blue\.7\@xxs:hover {
    color: rgba(6, 152, 208, 0.3); }
  .bg\:blue\.8\@xxs {
    background-color: rgba(6, 152, 208, 0.2); }
  .c\:blue\.8\@xxs {
    color: rgba(6, 152, 208, 0.2); }
  .hover\/bg\:blue\.8\@xxs:hover {
    background-color: rgba(6, 152, 208, 0.2); }
  .hover\/c\:blue\.8\@xxs:hover {
    color: rgba(6, 152, 208, 0.2); }
  .bg\:blue\.9\@xxs {
    background-color: rgba(6, 152, 208, 0.1); }
  .c\:blue\.9\@xxs {
    color: rgba(6, 152, 208, 0.1); }
  .hover\/bg\:blue\.9\@xxs:hover {
    background-color: rgba(6, 152, 208, 0.1); }
  .hover\/c\:blue\.9\@xxs:hover {
    color: rgba(6, 152, 208, 0.1); } }

@media (min-width: 400px) {
  .bg\:black\@xxs {
    background-color: #111111; }
  .c\:black\@xxs {
    color: #111111; }
  .hover\/bg\:black\@xxs:hover {
    background-color: #111111; }
  .hover\/c\:black\@xxs:hover {
    color: #111111; }
  .bg\:black\.1\@xxs {
    background-color: rgba(17, 17, 17, 0.9); }
  .c\:black\.1\@xxs {
    color: rgba(17, 17, 17, 0.9); }
  .hover\/bg\:black\.1\@xxs:hover {
    background-color: rgba(17, 17, 17, 0.9); }
  .hover\/c\:black\.1\@xxs:hover {
    color: rgba(17, 17, 17, 0.9); }
  .bg\:black\.2\@xxs {
    background-color: rgba(17, 17, 17, 0.8); }
  .c\:black\.2\@xxs {
    color: rgba(17, 17, 17, 0.8); }
  .hover\/bg\:black\.2\@xxs:hover {
    background-color: rgba(17, 17, 17, 0.8); }
  .hover\/c\:black\.2\@xxs:hover {
    color: rgba(17, 17, 17, 0.8); }
  .bg\:black\.3\@xxs {
    background-color: rgba(17, 17, 17, 0.7); }
  .c\:black\.3\@xxs {
    color: rgba(17, 17, 17, 0.7); }
  .hover\/bg\:black\.3\@xxs:hover {
    background-color: rgba(17, 17, 17, 0.7); }
  .hover\/c\:black\.3\@xxs:hover {
    color: rgba(17, 17, 17, 0.7); }
  .bg\:black\.4\@xxs {
    background-color: rgba(17, 17, 17, 0.6); }
  .c\:black\.4\@xxs {
    color: rgba(17, 17, 17, 0.6); }
  .hover\/bg\:black\.4\@xxs:hover {
    background-color: rgba(17, 17, 17, 0.6); }
  .hover\/c\:black\.4\@xxs:hover {
    color: rgba(17, 17, 17, 0.6); }
  .bg\:black\.5\@xxs {
    background-color: rgba(17, 17, 17, 0.5); }
  .c\:black\.5\@xxs {
    color: rgba(17, 17, 17, 0.5); }
  .hover\/bg\:black\.5\@xxs:hover {
    background-color: rgba(17, 17, 17, 0.5); }
  .hover\/c\:black\.5\@xxs:hover {
    color: rgba(17, 17, 17, 0.5); }
  .bg\:black\.6\@xxs {
    background-color: rgba(17, 17, 17, 0.4); }
  .c\:black\.6\@xxs {
    color: rgba(17, 17, 17, 0.4); }
  .hover\/bg\:black\.6\@xxs:hover {
    background-color: rgba(17, 17, 17, 0.4); }
  .hover\/c\:black\.6\@xxs:hover {
    color: rgba(17, 17, 17, 0.4); }
  .bg\:black\.7\@xxs {
    background-color: rgba(17, 17, 17, 0.3); }
  .c\:black\.7\@xxs {
    color: rgba(17, 17, 17, 0.3); }
  .hover\/bg\:black\.7\@xxs:hover {
    background-color: rgba(17, 17, 17, 0.3); }
  .hover\/c\:black\.7\@xxs:hover {
    color: rgba(17, 17, 17, 0.3); }
  .bg\:black\.8\@xxs {
    background-color: rgba(17, 17, 17, 0.2); }
  .c\:black\.8\@xxs {
    color: rgba(17, 17, 17, 0.2); }
  .hover\/bg\:black\.8\@xxs:hover {
    background-color: rgba(17, 17, 17, 0.2); }
  .hover\/c\:black\.8\@xxs:hover {
    color: rgba(17, 17, 17, 0.2); }
  .bg\:black\.9\@xxs {
    background-color: rgba(17, 17, 17, 0.1); }
  .c\:black\.9\@xxs {
    color: rgba(17, 17, 17, 0.1); }
  .hover\/bg\:black\.9\@xxs:hover {
    background-color: rgba(17, 17, 17, 0.1); }
  .hover\/c\:black\.9\@xxs:hover {
    color: rgba(17, 17, 17, 0.1); } }

@media (min-width: 400px) {
  .bg\:gray-dd\@xxs {
    background-color: #333333; }
  .c\:gray-dd\@xxs {
    color: #333333; }
  .hover\/bg\:gray-dd\@xxs:hover {
    background-color: #333333; }
  .hover\/c\:gray-dd\@xxs:hover {
    color: #333333; }
  .bg\:gray-dd\.1\@xxs {
    background-color: rgba(51, 51, 51, 0.9); }
  .c\:gray-dd\.1\@xxs {
    color: rgba(51, 51, 51, 0.9); }
  .hover\/bg\:gray-dd\.1\@xxs:hover {
    background-color: rgba(51, 51, 51, 0.9); }
  .hover\/c\:gray-dd\.1\@xxs:hover {
    color: rgba(51, 51, 51, 0.9); }
  .bg\:gray-dd\.2\@xxs {
    background-color: rgba(51, 51, 51, 0.8); }
  .c\:gray-dd\.2\@xxs {
    color: rgba(51, 51, 51, 0.8); }
  .hover\/bg\:gray-dd\.2\@xxs:hover {
    background-color: rgba(51, 51, 51, 0.8); }
  .hover\/c\:gray-dd\.2\@xxs:hover {
    color: rgba(51, 51, 51, 0.8); }
  .bg\:gray-dd\.3\@xxs {
    background-color: rgba(51, 51, 51, 0.7); }
  .c\:gray-dd\.3\@xxs {
    color: rgba(51, 51, 51, 0.7); }
  .hover\/bg\:gray-dd\.3\@xxs:hover {
    background-color: rgba(51, 51, 51, 0.7); }
  .hover\/c\:gray-dd\.3\@xxs:hover {
    color: rgba(51, 51, 51, 0.7); }
  .bg\:gray-dd\.4\@xxs {
    background-color: rgba(51, 51, 51, 0.6); }
  .c\:gray-dd\.4\@xxs {
    color: rgba(51, 51, 51, 0.6); }
  .hover\/bg\:gray-dd\.4\@xxs:hover {
    background-color: rgba(51, 51, 51, 0.6); }
  .hover\/c\:gray-dd\.4\@xxs:hover {
    color: rgba(51, 51, 51, 0.6); }
  .bg\:gray-dd\.5\@xxs {
    background-color: rgba(51, 51, 51, 0.5); }
  .c\:gray-dd\.5\@xxs {
    color: rgba(51, 51, 51, 0.5); }
  .hover\/bg\:gray-dd\.5\@xxs:hover {
    background-color: rgba(51, 51, 51, 0.5); }
  .hover\/c\:gray-dd\.5\@xxs:hover {
    color: rgba(51, 51, 51, 0.5); }
  .bg\:gray-dd\.6\@xxs {
    background-color: rgba(51, 51, 51, 0.4); }
  .c\:gray-dd\.6\@xxs {
    color: rgba(51, 51, 51, 0.4); }
  .hover\/bg\:gray-dd\.6\@xxs:hover {
    background-color: rgba(51, 51, 51, 0.4); }
  .hover\/c\:gray-dd\.6\@xxs:hover {
    color: rgba(51, 51, 51, 0.4); }
  .bg\:gray-dd\.7\@xxs {
    background-color: rgba(51, 51, 51, 0.3); }
  .c\:gray-dd\.7\@xxs {
    color: rgba(51, 51, 51, 0.3); }
  .hover\/bg\:gray-dd\.7\@xxs:hover {
    background-color: rgba(51, 51, 51, 0.3); }
  .hover\/c\:gray-dd\.7\@xxs:hover {
    color: rgba(51, 51, 51, 0.3); }
  .bg\:gray-dd\.8\@xxs {
    background-color: rgba(51, 51, 51, 0.2); }
  .c\:gray-dd\.8\@xxs {
    color: rgba(51, 51, 51, 0.2); }
  .hover\/bg\:gray-dd\.8\@xxs:hover {
    background-color: rgba(51, 51, 51, 0.2); }
  .hover\/c\:gray-dd\.8\@xxs:hover {
    color: rgba(51, 51, 51, 0.2); }
  .bg\:gray-dd\.9\@xxs {
    background-color: rgba(51, 51, 51, 0.1); }
  .c\:gray-dd\.9\@xxs {
    color: rgba(51, 51, 51, 0.1); }
  .hover\/bg\:gray-dd\.9\@xxs:hover {
    background-color: rgba(51, 51, 51, 0.1); }
  .hover\/c\:gray-dd\.9\@xxs:hover {
    color: rgba(51, 51, 51, 0.1); } }

@media (min-width: 400px) {
  .bg\:gray-d\@xxs {
    background-color: #666666; }
  .c\:gray-d\@xxs {
    color: #666666; }
  .hover\/bg\:gray-d\@xxs:hover {
    background-color: #666666; }
  .hover\/c\:gray-d\@xxs:hover {
    color: #666666; }
  .bg\:gray-d\.1\@xxs {
    background-color: rgba(102, 102, 102, 0.9); }
  .c\:gray-d\.1\@xxs {
    color: rgba(102, 102, 102, 0.9); }
  .hover\/bg\:gray-d\.1\@xxs:hover {
    background-color: rgba(102, 102, 102, 0.9); }
  .hover\/c\:gray-d\.1\@xxs:hover {
    color: rgba(102, 102, 102, 0.9); }
  .bg\:gray-d\.2\@xxs {
    background-color: rgba(102, 102, 102, 0.8); }
  .c\:gray-d\.2\@xxs {
    color: rgba(102, 102, 102, 0.8); }
  .hover\/bg\:gray-d\.2\@xxs:hover {
    background-color: rgba(102, 102, 102, 0.8); }
  .hover\/c\:gray-d\.2\@xxs:hover {
    color: rgba(102, 102, 102, 0.8); }
  .bg\:gray-d\.3\@xxs {
    background-color: rgba(102, 102, 102, 0.7); }
  .c\:gray-d\.3\@xxs {
    color: rgba(102, 102, 102, 0.7); }
  .hover\/bg\:gray-d\.3\@xxs:hover {
    background-color: rgba(102, 102, 102, 0.7); }
  .hover\/c\:gray-d\.3\@xxs:hover {
    color: rgba(102, 102, 102, 0.7); }
  .bg\:gray-d\.4\@xxs {
    background-color: rgba(102, 102, 102, 0.6); }
  .c\:gray-d\.4\@xxs {
    color: rgba(102, 102, 102, 0.6); }
  .hover\/bg\:gray-d\.4\@xxs:hover {
    background-color: rgba(102, 102, 102, 0.6); }
  .hover\/c\:gray-d\.4\@xxs:hover {
    color: rgba(102, 102, 102, 0.6); }
  .bg\:gray-d\.5\@xxs {
    background-color: rgba(102, 102, 102, 0.5); }
  .c\:gray-d\.5\@xxs {
    color: rgba(102, 102, 102, 0.5); }
  .hover\/bg\:gray-d\.5\@xxs:hover {
    background-color: rgba(102, 102, 102, 0.5); }
  .hover\/c\:gray-d\.5\@xxs:hover {
    color: rgba(102, 102, 102, 0.5); }
  .bg\:gray-d\.6\@xxs {
    background-color: rgba(102, 102, 102, 0.4); }
  .c\:gray-d\.6\@xxs {
    color: rgba(102, 102, 102, 0.4); }
  .hover\/bg\:gray-d\.6\@xxs:hover {
    background-color: rgba(102, 102, 102, 0.4); }
  .hover\/c\:gray-d\.6\@xxs:hover {
    color: rgba(102, 102, 102, 0.4); }
  .bg\:gray-d\.7\@xxs {
    background-color: rgba(102, 102, 102, 0.3); }
  .c\:gray-d\.7\@xxs {
    color: rgba(102, 102, 102, 0.3); }
  .hover\/bg\:gray-d\.7\@xxs:hover {
    background-color: rgba(102, 102, 102, 0.3); }
  .hover\/c\:gray-d\.7\@xxs:hover {
    color: rgba(102, 102, 102, 0.3); }
  .bg\:gray-d\.8\@xxs {
    background-color: rgba(102, 102, 102, 0.2); }
  .c\:gray-d\.8\@xxs {
    color: rgba(102, 102, 102, 0.2); }
  .hover\/bg\:gray-d\.8\@xxs:hover {
    background-color: rgba(102, 102, 102, 0.2); }
  .hover\/c\:gray-d\.8\@xxs:hover {
    color: rgba(102, 102, 102, 0.2); }
  .bg\:gray-d\.9\@xxs {
    background-color: rgba(102, 102, 102, 0.1); }
  .c\:gray-d\.9\@xxs {
    color: rgba(102, 102, 102, 0.1); }
  .hover\/bg\:gray-d\.9\@xxs:hover {
    background-color: rgba(102, 102, 102, 0.1); }
  .hover\/c\:gray-d\.9\@xxs:hover {
    color: rgba(102, 102, 102, 0.1); } }

@media (min-width: 400px) {
  .bg\:gray\@xxs {
    background-color: #999999; }
  .c\:gray\@xxs {
    color: #999999; }
  .hover\/bg\:gray\@xxs:hover {
    background-color: #999999; }
  .hover\/c\:gray\@xxs:hover {
    color: #999999; }
  .bg\:gray\.1\@xxs {
    background-color: rgba(153, 153, 153, 0.9); }
  .c\:gray\.1\@xxs {
    color: rgba(153, 153, 153, 0.9); }
  .hover\/bg\:gray\.1\@xxs:hover {
    background-color: rgba(153, 153, 153, 0.9); }
  .hover\/c\:gray\.1\@xxs:hover {
    color: rgba(153, 153, 153, 0.9); }
  .bg\:gray\.2\@xxs {
    background-color: rgba(153, 153, 153, 0.8); }
  .c\:gray\.2\@xxs {
    color: rgba(153, 153, 153, 0.8); }
  .hover\/bg\:gray\.2\@xxs:hover {
    background-color: rgba(153, 153, 153, 0.8); }
  .hover\/c\:gray\.2\@xxs:hover {
    color: rgba(153, 153, 153, 0.8); }
  .bg\:gray\.3\@xxs {
    background-color: rgba(153, 153, 153, 0.7); }
  .c\:gray\.3\@xxs {
    color: rgba(153, 153, 153, 0.7); }
  .hover\/bg\:gray\.3\@xxs:hover {
    background-color: rgba(153, 153, 153, 0.7); }
  .hover\/c\:gray\.3\@xxs:hover {
    color: rgba(153, 153, 153, 0.7); }
  .bg\:gray\.4\@xxs {
    background-color: rgba(153, 153, 153, 0.6); }
  .c\:gray\.4\@xxs {
    color: rgba(153, 153, 153, 0.6); }
  .hover\/bg\:gray\.4\@xxs:hover {
    background-color: rgba(153, 153, 153, 0.6); }
  .hover\/c\:gray\.4\@xxs:hover {
    color: rgba(153, 153, 153, 0.6); }
  .bg\:gray\.5\@xxs {
    background-color: rgba(153, 153, 153, 0.5); }
  .c\:gray\.5\@xxs {
    color: rgba(153, 153, 153, 0.5); }
  .hover\/bg\:gray\.5\@xxs:hover {
    background-color: rgba(153, 153, 153, 0.5); }
  .hover\/c\:gray\.5\@xxs:hover {
    color: rgba(153, 153, 153, 0.5); }
  .bg\:gray\.6\@xxs {
    background-color: rgba(153, 153, 153, 0.4); }
  .c\:gray\.6\@xxs {
    color: rgba(153, 153, 153, 0.4); }
  .hover\/bg\:gray\.6\@xxs:hover {
    background-color: rgba(153, 153, 153, 0.4); }
  .hover\/c\:gray\.6\@xxs:hover {
    color: rgba(153, 153, 153, 0.4); }
  .bg\:gray\.7\@xxs {
    background-color: rgba(153, 153, 153, 0.3); }
  .c\:gray\.7\@xxs {
    color: rgba(153, 153, 153, 0.3); }
  .hover\/bg\:gray\.7\@xxs:hover {
    background-color: rgba(153, 153, 153, 0.3); }
  .hover\/c\:gray\.7\@xxs:hover {
    color: rgba(153, 153, 153, 0.3); }
  .bg\:gray\.8\@xxs {
    background-color: rgba(153, 153, 153, 0.2); }
  .c\:gray\.8\@xxs {
    color: rgba(153, 153, 153, 0.2); }
  .hover\/bg\:gray\.8\@xxs:hover {
    background-color: rgba(153, 153, 153, 0.2); }
  .hover\/c\:gray\.8\@xxs:hover {
    color: rgba(153, 153, 153, 0.2); }
  .bg\:gray\.9\@xxs {
    background-color: rgba(153, 153, 153, 0.1); }
  .c\:gray\.9\@xxs {
    color: rgba(153, 153, 153, 0.1); }
  .hover\/bg\:gray\.9\@xxs:hover {
    background-color: rgba(153, 153, 153, 0.1); }
  .hover\/c\:gray\.9\@xxs:hover {
    color: rgba(153, 153, 153, 0.1); } }

@media (min-width: 400px) {
  .bg\:gray-l\@xxs {
    background-color: #cccccc; }
  .c\:gray-l\@xxs {
    color: #cccccc; }
  .hover\/bg\:gray-l\@xxs:hover {
    background-color: #cccccc; }
  .hover\/c\:gray-l\@xxs:hover {
    color: #cccccc; }
  .bg\:gray-l\.1\@xxs {
    background-color: rgba(204, 204, 204, 0.9); }
  .c\:gray-l\.1\@xxs {
    color: rgba(204, 204, 204, 0.9); }
  .hover\/bg\:gray-l\.1\@xxs:hover {
    background-color: rgba(204, 204, 204, 0.9); }
  .hover\/c\:gray-l\.1\@xxs:hover {
    color: rgba(204, 204, 204, 0.9); }
  .bg\:gray-l\.2\@xxs {
    background-color: rgba(204, 204, 204, 0.8); }
  .c\:gray-l\.2\@xxs {
    color: rgba(204, 204, 204, 0.8); }
  .hover\/bg\:gray-l\.2\@xxs:hover {
    background-color: rgba(204, 204, 204, 0.8); }
  .hover\/c\:gray-l\.2\@xxs:hover {
    color: rgba(204, 204, 204, 0.8); }
  .bg\:gray-l\.3\@xxs {
    background-color: rgba(204, 204, 204, 0.7); }
  .c\:gray-l\.3\@xxs {
    color: rgba(204, 204, 204, 0.7); }
  .hover\/bg\:gray-l\.3\@xxs:hover {
    background-color: rgba(204, 204, 204, 0.7); }
  .hover\/c\:gray-l\.3\@xxs:hover {
    color: rgba(204, 204, 204, 0.7); }
  .bg\:gray-l\.4\@xxs {
    background-color: rgba(204, 204, 204, 0.6); }
  .c\:gray-l\.4\@xxs {
    color: rgba(204, 204, 204, 0.6); }
  .hover\/bg\:gray-l\.4\@xxs:hover {
    background-color: rgba(204, 204, 204, 0.6); }
  .hover\/c\:gray-l\.4\@xxs:hover {
    color: rgba(204, 204, 204, 0.6); }
  .bg\:gray-l\.5\@xxs {
    background-color: rgba(204, 204, 204, 0.5); }
  .c\:gray-l\.5\@xxs {
    color: rgba(204, 204, 204, 0.5); }
  .hover\/bg\:gray-l\.5\@xxs:hover {
    background-color: rgba(204, 204, 204, 0.5); }
  .hover\/c\:gray-l\.5\@xxs:hover {
    color: rgba(204, 204, 204, 0.5); }
  .bg\:gray-l\.6\@xxs {
    background-color: rgba(204, 204, 204, 0.4); }
  .c\:gray-l\.6\@xxs {
    color: rgba(204, 204, 204, 0.4); }
  .hover\/bg\:gray-l\.6\@xxs:hover {
    background-color: rgba(204, 204, 204, 0.4); }
  .hover\/c\:gray-l\.6\@xxs:hover {
    color: rgba(204, 204, 204, 0.4); }
  .bg\:gray-l\.7\@xxs {
    background-color: rgba(204, 204, 204, 0.3); }
  .c\:gray-l\.7\@xxs {
    color: rgba(204, 204, 204, 0.3); }
  .hover\/bg\:gray-l\.7\@xxs:hover {
    background-color: rgba(204, 204, 204, 0.3); }
  .hover\/c\:gray-l\.7\@xxs:hover {
    color: rgba(204, 204, 204, 0.3); }
  .bg\:gray-l\.8\@xxs {
    background-color: rgba(204, 204, 204, 0.2); }
  .c\:gray-l\.8\@xxs {
    color: rgba(204, 204, 204, 0.2); }
  .hover\/bg\:gray-l\.8\@xxs:hover {
    background-color: rgba(204, 204, 204, 0.2); }
  .hover\/c\:gray-l\.8\@xxs:hover {
    color: rgba(204, 204, 204, 0.2); }
  .bg\:gray-l\.9\@xxs {
    background-color: rgba(204, 204, 204, 0.1); }
  .c\:gray-l\.9\@xxs {
    color: rgba(204, 204, 204, 0.1); }
  .hover\/bg\:gray-l\.9\@xxs:hover {
    background-color: rgba(204, 204, 204, 0.1); }
  .hover\/c\:gray-l\.9\@xxs:hover {
    color: rgba(204, 204, 204, 0.1); } }

@media (min-width: 400px) {
  .bg\:gray-ll\@xxs {
    background-color: #f6f6f6; }
  .c\:gray-ll\@xxs {
    color: #f6f6f6; }
  .hover\/bg\:gray-ll\@xxs:hover {
    background-color: #f6f6f6; }
  .hover\/c\:gray-ll\@xxs:hover {
    color: #f6f6f6; }
  .bg\:gray-ll\.1\@xxs {
    background-color: rgba(246, 246, 246, 0.9); }
  .c\:gray-ll\.1\@xxs {
    color: rgba(246, 246, 246, 0.9); }
  .hover\/bg\:gray-ll\.1\@xxs:hover {
    background-color: rgba(246, 246, 246, 0.9); }
  .hover\/c\:gray-ll\.1\@xxs:hover {
    color: rgba(246, 246, 246, 0.9); }
  .bg\:gray-ll\.2\@xxs {
    background-color: rgba(246, 246, 246, 0.8); }
  .c\:gray-ll\.2\@xxs {
    color: rgba(246, 246, 246, 0.8); }
  .hover\/bg\:gray-ll\.2\@xxs:hover {
    background-color: rgba(246, 246, 246, 0.8); }
  .hover\/c\:gray-ll\.2\@xxs:hover {
    color: rgba(246, 246, 246, 0.8); }
  .bg\:gray-ll\.3\@xxs {
    background-color: rgba(246, 246, 246, 0.7); }
  .c\:gray-ll\.3\@xxs {
    color: rgba(246, 246, 246, 0.7); }
  .hover\/bg\:gray-ll\.3\@xxs:hover {
    background-color: rgba(246, 246, 246, 0.7); }
  .hover\/c\:gray-ll\.3\@xxs:hover {
    color: rgba(246, 246, 246, 0.7); }
  .bg\:gray-ll\.4\@xxs {
    background-color: rgba(246, 246, 246, 0.6); }
  .c\:gray-ll\.4\@xxs {
    color: rgba(246, 246, 246, 0.6); }
  .hover\/bg\:gray-ll\.4\@xxs:hover {
    background-color: rgba(246, 246, 246, 0.6); }
  .hover\/c\:gray-ll\.4\@xxs:hover {
    color: rgba(246, 246, 246, 0.6); }
  .bg\:gray-ll\.5\@xxs {
    background-color: rgba(246, 246, 246, 0.5); }
  .c\:gray-ll\.5\@xxs {
    color: rgba(246, 246, 246, 0.5); }
  .hover\/bg\:gray-ll\.5\@xxs:hover {
    background-color: rgba(246, 246, 246, 0.5); }
  .hover\/c\:gray-ll\.5\@xxs:hover {
    color: rgba(246, 246, 246, 0.5); }
  .bg\:gray-ll\.6\@xxs {
    background-color: rgba(246, 246, 246, 0.4); }
  .c\:gray-ll\.6\@xxs {
    color: rgba(246, 246, 246, 0.4); }
  .hover\/bg\:gray-ll\.6\@xxs:hover {
    background-color: rgba(246, 246, 246, 0.4); }
  .hover\/c\:gray-ll\.6\@xxs:hover {
    color: rgba(246, 246, 246, 0.4); }
  .bg\:gray-ll\.7\@xxs {
    background-color: rgba(246, 246, 246, 0.3); }
  .c\:gray-ll\.7\@xxs {
    color: rgba(246, 246, 246, 0.3); }
  .hover\/bg\:gray-ll\.7\@xxs:hover {
    background-color: rgba(246, 246, 246, 0.3); }
  .hover\/c\:gray-ll\.7\@xxs:hover {
    color: rgba(246, 246, 246, 0.3); }
  .bg\:gray-ll\.8\@xxs {
    background-color: rgba(246, 246, 246, 0.2); }
  .c\:gray-ll\.8\@xxs {
    color: rgba(246, 246, 246, 0.2); }
  .hover\/bg\:gray-ll\.8\@xxs:hover {
    background-color: rgba(246, 246, 246, 0.2); }
  .hover\/c\:gray-ll\.8\@xxs:hover {
    color: rgba(246, 246, 246, 0.2); }
  .bg\:gray-ll\.9\@xxs {
    background-color: rgba(246, 246, 246, 0.1); }
  .c\:gray-ll\.9\@xxs {
    color: rgba(246, 246, 246, 0.1); }
  .hover\/bg\:gray-ll\.9\@xxs:hover {
    background-color: rgba(246, 246, 246, 0.1); }
  .hover\/c\:gray-ll\.9\@xxs:hover {
    color: rgba(246, 246, 246, 0.1); } }

@media (min-width: 400px) {
  .bg\:white-d\@xxs {
    background-color: #e3e3e3; }
  .c\:white-d\@xxs {
    color: #e3e3e3; }
  .hover\/bg\:white-d\@xxs:hover {
    background-color: #e3e3e3; }
  .hover\/c\:white-d\@xxs:hover {
    color: #e3e3e3; }
  .bg\:white-d\.1\@xxs {
    background-color: rgba(227, 227, 227, 0.9); }
  .c\:white-d\.1\@xxs {
    color: rgba(227, 227, 227, 0.9); }
  .hover\/bg\:white-d\.1\@xxs:hover {
    background-color: rgba(227, 227, 227, 0.9); }
  .hover\/c\:white-d\.1\@xxs:hover {
    color: rgba(227, 227, 227, 0.9); }
  .bg\:white-d\.2\@xxs {
    background-color: rgba(227, 227, 227, 0.8); }
  .c\:white-d\.2\@xxs {
    color: rgba(227, 227, 227, 0.8); }
  .hover\/bg\:white-d\.2\@xxs:hover {
    background-color: rgba(227, 227, 227, 0.8); }
  .hover\/c\:white-d\.2\@xxs:hover {
    color: rgba(227, 227, 227, 0.8); }
  .bg\:white-d\.3\@xxs {
    background-color: rgba(227, 227, 227, 0.7); }
  .c\:white-d\.3\@xxs {
    color: rgba(227, 227, 227, 0.7); }
  .hover\/bg\:white-d\.3\@xxs:hover {
    background-color: rgba(227, 227, 227, 0.7); }
  .hover\/c\:white-d\.3\@xxs:hover {
    color: rgba(227, 227, 227, 0.7); }
  .bg\:white-d\.4\@xxs {
    background-color: rgba(227, 227, 227, 0.6); }
  .c\:white-d\.4\@xxs {
    color: rgba(227, 227, 227, 0.6); }
  .hover\/bg\:white-d\.4\@xxs:hover {
    background-color: rgba(227, 227, 227, 0.6); }
  .hover\/c\:white-d\.4\@xxs:hover {
    color: rgba(227, 227, 227, 0.6); }
  .bg\:white-d\.5\@xxs {
    background-color: rgba(227, 227, 227, 0.5); }
  .c\:white-d\.5\@xxs {
    color: rgba(227, 227, 227, 0.5); }
  .hover\/bg\:white-d\.5\@xxs:hover {
    background-color: rgba(227, 227, 227, 0.5); }
  .hover\/c\:white-d\.5\@xxs:hover {
    color: rgba(227, 227, 227, 0.5); }
  .bg\:white-d\.6\@xxs {
    background-color: rgba(227, 227, 227, 0.4); }
  .c\:white-d\.6\@xxs {
    color: rgba(227, 227, 227, 0.4); }
  .hover\/bg\:white-d\.6\@xxs:hover {
    background-color: rgba(227, 227, 227, 0.4); }
  .hover\/c\:white-d\.6\@xxs:hover {
    color: rgba(227, 227, 227, 0.4); }
  .bg\:white-d\.7\@xxs {
    background-color: rgba(227, 227, 227, 0.3); }
  .c\:white-d\.7\@xxs {
    color: rgba(227, 227, 227, 0.3); }
  .hover\/bg\:white-d\.7\@xxs:hover {
    background-color: rgba(227, 227, 227, 0.3); }
  .hover\/c\:white-d\.7\@xxs:hover {
    color: rgba(227, 227, 227, 0.3); }
  .bg\:white-d\.8\@xxs {
    background-color: rgba(227, 227, 227, 0.2); }
  .c\:white-d\.8\@xxs {
    color: rgba(227, 227, 227, 0.2); }
  .hover\/bg\:white-d\.8\@xxs:hover {
    background-color: rgba(227, 227, 227, 0.2); }
  .hover\/c\:white-d\.8\@xxs:hover {
    color: rgba(227, 227, 227, 0.2); }
  .bg\:white-d\.9\@xxs {
    background-color: rgba(227, 227, 227, 0.1); }
  .c\:white-d\.9\@xxs {
    color: rgba(227, 227, 227, 0.1); }
  .hover\/bg\:white-d\.9\@xxs:hover {
    background-color: rgba(227, 227, 227, 0.1); }
  .hover\/c\:white-d\.9\@xxs:hover {
    color: rgba(227, 227, 227, 0.1); } }

@media (min-width: 400px) {
  .bg\:white\@xxs {
    background-color: #ffffff; }
  .c\:white\@xxs {
    color: #ffffff; }
  .hover\/bg\:white\@xxs:hover {
    background-color: #ffffff; }
  .hover\/c\:white\@xxs:hover {
    color: #ffffff; }
  .bg\:white\.1\@xxs {
    background-color: rgba(255, 255, 255, 0.9); }
  .c\:white\.1\@xxs {
    color: rgba(255, 255, 255, 0.9); }
  .hover\/bg\:white\.1\@xxs:hover {
    background-color: rgba(255, 255, 255, 0.9); }
  .hover\/c\:white\.1\@xxs:hover {
    color: rgba(255, 255, 255, 0.9); }
  .bg\:white\.2\@xxs {
    background-color: rgba(255, 255, 255, 0.8); }
  .c\:white\.2\@xxs {
    color: rgba(255, 255, 255, 0.8); }
  .hover\/bg\:white\.2\@xxs:hover {
    background-color: rgba(255, 255, 255, 0.8); }
  .hover\/c\:white\.2\@xxs:hover {
    color: rgba(255, 255, 255, 0.8); }
  .bg\:white\.3\@xxs {
    background-color: rgba(255, 255, 255, 0.7); }
  .c\:white\.3\@xxs {
    color: rgba(255, 255, 255, 0.7); }
  .hover\/bg\:white\.3\@xxs:hover {
    background-color: rgba(255, 255, 255, 0.7); }
  .hover\/c\:white\.3\@xxs:hover {
    color: rgba(255, 255, 255, 0.7); }
  .bg\:white\.4\@xxs {
    background-color: rgba(255, 255, 255, 0.6); }
  .c\:white\.4\@xxs {
    color: rgba(255, 255, 255, 0.6); }
  .hover\/bg\:white\.4\@xxs:hover {
    background-color: rgba(255, 255, 255, 0.6); }
  .hover\/c\:white\.4\@xxs:hover {
    color: rgba(255, 255, 255, 0.6); }
  .bg\:white\.5\@xxs {
    background-color: rgba(255, 255, 255, 0.5); }
  .c\:white\.5\@xxs {
    color: rgba(255, 255, 255, 0.5); }
  .hover\/bg\:white\.5\@xxs:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .hover\/c\:white\.5\@xxs:hover {
    color: rgba(255, 255, 255, 0.5); }
  .bg\:white\.6\@xxs {
    background-color: rgba(255, 255, 255, 0.4); }
  .c\:white\.6\@xxs {
    color: rgba(255, 255, 255, 0.4); }
  .hover\/bg\:white\.6\@xxs:hover {
    background-color: rgba(255, 255, 255, 0.4); }
  .hover\/c\:white\.6\@xxs:hover {
    color: rgba(255, 255, 255, 0.4); }
  .bg\:white\.7\@xxs {
    background-color: rgba(255, 255, 255, 0.3); }
  .c\:white\.7\@xxs {
    color: rgba(255, 255, 255, 0.3); }
  .hover\/bg\:white\.7\@xxs:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  .hover\/c\:white\.7\@xxs:hover {
    color: rgba(255, 255, 255, 0.3); }
  .bg\:white\.8\@xxs {
    background-color: rgba(255, 255, 255, 0.2); }
  .c\:white\.8\@xxs {
    color: rgba(255, 255, 255, 0.2); }
  .hover\/bg\:white\.8\@xxs:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  .hover\/c\:white\.8\@xxs:hover {
    color: rgba(255, 255, 255, 0.2); }
  .bg\:white\.9\@xxs {
    background-color: rgba(255, 255, 255, 0.1); }
  .c\:white\.9\@xxs {
    color: rgba(255, 255, 255, 0.1); }
  .hover\/bg\:white\.9\@xxs:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .hover\/c\:white\.9\@xxs:hover {
    color: rgba(255, 255, 255, 0.1); } }

@media (min-width: 400px) {
  .bg\:orange\@xxs {
    background-color: #ff904b; }
  .c\:orange\@xxs {
    color: #ff904b; }
  .hover\/bg\:orange\@xxs:hover {
    background-color: #ff904b; }
  .hover\/c\:orange\@xxs:hover {
    color: #ff904b; }
  .bg\:orange\.1\@xxs {
    background-color: rgba(255, 144, 75, 0.9); }
  .c\:orange\.1\@xxs {
    color: rgba(255, 144, 75, 0.9); }
  .hover\/bg\:orange\.1\@xxs:hover {
    background-color: rgba(255, 144, 75, 0.9); }
  .hover\/c\:orange\.1\@xxs:hover {
    color: rgba(255, 144, 75, 0.9); }
  .bg\:orange\.2\@xxs {
    background-color: rgba(255, 144, 75, 0.8); }
  .c\:orange\.2\@xxs {
    color: rgba(255, 144, 75, 0.8); }
  .hover\/bg\:orange\.2\@xxs:hover {
    background-color: rgba(255, 144, 75, 0.8); }
  .hover\/c\:orange\.2\@xxs:hover {
    color: rgba(255, 144, 75, 0.8); }
  .bg\:orange\.3\@xxs {
    background-color: rgba(255, 144, 75, 0.7); }
  .c\:orange\.3\@xxs {
    color: rgba(255, 144, 75, 0.7); }
  .hover\/bg\:orange\.3\@xxs:hover {
    background-color: rgba(255, 144, 75, 0.7); }
  .hover\/c\:orange\.3\@xxs:hover {
    color: rgba(255, 144, 75, 0.7); }
  .bg\:orange\.4\@xxs {
    background-color: rgba(255, 144, 75, 0.6); }
  .c\:orange\.4\@xxs {
    color: rgba(255, 144, 75, 0.6); }
  .hover\/bg\:orange\.4\@xxs:hover {
    background-color: rgba(255, 144, 75, 0.6); }
  .hover\/c\:orange\.4\@xxs:hover {
    color: rgba(255, 144, 75, 0.6); }
  .bg\:orange\.5\@xxs {
    background-color: rgba(255, 144, 75, 0.5); }
  .c\:orange\.5\@xxs {
    color: rgba(255, 144, 75, 0.5); }
  .hover\/bg\:orange\.5\@xxs:hover {
    background-color: rgba(255, 144, 75, 0.5); }
  .hover\/c\:orange\.5\@xxs:hover {
    color: rgba(255, 144, 75, 0.5); }
  .bg\:orange\.6\@xxs {
    background-color: rgba(255, 144, 75, 0.4); }
  .c\:orange\.6\@xxs {
    color: rgba(255, 144, 75, 0.4); }
  .hover\/bg\:orange\.6\@xxs:hover {
    background-color: rgba(255, 144, 75, 0.4); }
  .hover\/c\:orange\.6\@xxs:hover {
    color: rgba(255, 144, 75, 0.4); }
  .bg\:orange\.7\@xxs {
    background-color: rgba(255, 144, 75, 0.3); }
  .c\:orange\.7\@xxs {
    color: rgba(255, 144, 75, 0.3); }
  .hover\/bg\:orange\.7\@xxs:hover {
    background-color: rgba(255, 144, 75, 0.3); }
  .hover\/c\:orange\.7\@xxs:hover {
    color: rgba(255, 144, 75, 0.3); }
  .bg\:orange\.8\@xxs {
    background-color: rgba(255, 144, 75, 0.2); }
  .c\:orange\.8\@xxs {
    color: rgba(255, 144, 75, 0.2); }
  .hover\/bg\:orange\.8\@xxs:hover {
    background-color: rgba(255, 144, 75, 0.2); }
  .hover\/c\:orange\.8\@xxs:hover {
    color: rgba(255, 144, 75, 0.2); }
  .bg\:orange\.9\@xxs {
    background-color: rgba(255, 144, 75, 0.1); }
  .c\:orange\.9\@xxs {
    color: rgba(255, 144, 75, 0.1); }
  .hover\/bg\:orange\.9\@xxs:hover {
    background-color: rgba(255, 144, 75, 0.1); }
  .hover\/c\:orange\.9\@xxs:hover {
    color: rgba(255, 144, 75, 0.1); } }

@media (min-width: 400px) {
  .bg\:coral\@xxs {
    background-color: #ff5041; }
  .c\:coral\@xxs {
    color: #ff5041; }
  .hover\/bg\:coral\@xxs:hover {
    background-color: #ff5041; }
  .hover\/c\:coral\@xxs:hover {
    color: #ff5041; }
  .bg\:coral\.1\@xxs {
    background-color: rgba(255, 80, 65, 0.9); }
  .c\:coral\.1\@xxs {
    color: rgba(255, 80, 65, 0.9); }
  .hover\/bg\:coral\.1\@xxs:hover {
    background-color: rgba(255, 80, 65, 0.9); }
  .hover\/c\:coral\.1\@xxs:hover {
    color: rgba(255, 80, 65, 0.9); }
  .bg\:coral\.2\@xxs {
    background-color: rgba(255, 80, 65, 0.8); }
  .c\:coral\.2\@xxs {
    color: rgba(255, 80, 65, 0.8); }
  .hover\/bg\:coral\.2\@xxs:hover {
    background-color: rgba(255, 80, 65, 0.8); }
  .hover\/c\:coral\.2\@xxs:hover {
    color: rgba(255, 80, 65, 0.8); }
  .bg\:coral\.3\@xxs {
    background-color: rgba(255, 80, 65, 0.7); }
  .c\:coral\.3\@xxs {
    color: rgba(255, 80, 65, 0.7); }
  .hover\/bg\:coral\.3\@xxs:hover {
    background-color: rgba(255, 80, 65, 0.7); }
  .hover\/c\:coral\.3\@xxs:hover {
    color: rgba(255, 80, 65, 0.7); }
  .bg\:coral\.4\@xxs {
    background-color: rgba(255, 80, 65, 0.6); }
  .c\:coral\.4\@xxs {
    color: rgba(255, 80, 65, 0.6); }
  .hover\/bg\:coral\.4\@xxs:hover {
    background-color: rgba(255, 80, 65, 0.6); }
  .hover\/c\:coral\.4\@xxs:hover {
    color: rgba(255, 80, 65, 0.6); }
  .bg\:coral\.5\@xxs {
    background-color: rgba(255, 80, 65, 0.5); }
  .c\:coral\.5\@xxs {
    color: rgba(255, 80, 65, 0.5); }
  .hover\/bg\:coral\.5\@xxs:hover {
    background-color: rgba(255, 80, 65, 0.5); }
  .hover\/c\:coral\.5\@xxs:hover {
    color: rgba(255, 80, 65, 0.5); }
  .bg\:coral\.6\@xxs {
    background-color: rgba(255, 80, 65, 0.4); }
  .c\:coral\.6\@xxs {
    color: rgba(255, 80, 65, 0.4); }
  .hover\/bg\:coral\.6\@xxs:hover {
    background-color: rgba(255, 80, 65, 0.4); }
  .hover\/c\:coral\.6\@xxs:hover {
    color: rgba(255, 80, 65, 0.4); }
  .bg\:coral\.7\@xxs {
    background-color: rgba(255, 80, 65, 0.3); }
  .c\:coral\.7\@xxs {
    color: rgba(255, 80, 65, 0.3); }
  .hover\/bg\:coral\.7\@xxs:hover {
    background-color: rgba(255, 80, 65, 0.3); }
  .hover\/c\:coral\.7\@xxs:hover {
    color: rgba(255, 80, 65, 0.3); }
  .bg\:coral\.8\@xxs {
    background-color: rgba(255, 80, 65, 0.2); }
  .c\:coral\.8\@xxs {
    color: rgba(255, 80, 65, 0.2); }
  .hover\/bg\:coral\.8\@xxs:hover {
    background-color: rgba(255, 80, 65, 0.2); }
  .hover\/c\:coral\.8\@xxs:hover {
    color: rgba(255, 80, 65, 0.2); }
  .bg\:coral\.9\@xxs {
    background-color: rgba(255, 80, 65, 0.1); }
  .c\:coral\.9\@xxs {
    color: rgba(255, 80, 65, 0.1); }
  .hover\/bg\:coral\.9\@xxs:hover {
    background-color: rgba(255, 80, 65, 0.1); }
  .hover\/c\:coral\.9\@xxs:hover {
    color: rgba(255, 80, 65, 0.1); } }

@media (min-width: 400px) {
  .bg\:red\@xxs {
    background-color: #e62b1e; }
  .c\:red\@xxs {
    color: #e62b1e; }
  .hover\/bg\:red\@xxs:hover {
    background-color: #e62b1e; }
  .hover\/c\:red\@xxs:hover {
    color: #e62b1e; }
  .bg\:red\.1\@xxs {
    background-color: rgba(230, 43, 30, 0.9); }
  .c\:red\.1\@xxs {
    color: rgba(230, 43, 30, 0.9); }
  .hover\/bg\:red\.1\@xxs:hover {
    background-color: rgba(230, 43, 30, 0.9); }
  .hover\/c\:red\.1\@xxs:hover {
    color: rgba(230, 43, 30, 0.9); }
  .bg\:red\.2\@xxs {
    background-color: rgba(230, 43, 30, 0.8); }
  .c\:red\.2\@xxs {
    color: rgba(230, 43, 30, 0.8); }
  .hover\/bg\:red\.2\@xxs:hover {
    background-color: rgba(230, 43, 30, 0.8); }
  .hover\/c\:red\.2\@xxs:hover {
    color: rgba(230, 43, 30, 0.8); }
  .bg\:red\.3\@xxs {
    background-color: rgba(230, 43, 30, 0.7); }
  .c\:red\.3\@xxs {
    color: rgba(230, 43, 30, 0.7); }
  .hover\/bg\:red\.3\@xxs:hover {
    background-color: rgba(230, 43, 30, 0.7); }
  .hover\/c\:red\.3\@xxs:hover {
    color: rgba(230, 43, 30, 0.7); }
  .bg\:red\.4\@xxs {
    background-color: rgba(230, 43, 30, 0.6); }
  .c\:red\.4\@xxs {
    color: rgba(230, 43, 30, 0.6); }
  .hover\/bg\:red\.4\@xxs:hover {
    background-color: rgba(230, 43, 30, 0.6); }
  .hover\/c\:red\.4\@xxs:hover {
    color: rgba(230, 43, 30, 0.6); }
  .bg\:red\.5\@xxs {
    background-color: rgba(230, 43, 30, 0.5); }
  .c\:red\.5\@xxs {
    color: rgba(230, 43, 30, 0.5); }
  .hover\/bg\:red\.5\@xxs:hover {
    background-color: rgba(230, 43, 30, 0.5); }
  .hover\/c\:red\.5\@xxs:hover {
    color: rgba(230, 43, 30, 0.5); }
  .bg\:red\.6\@xxs {
    background-color: rgba(230, 43, 30, 0.4); }
  .c\:red\.6\@xxs {
    color: rgba(230, 43, 30, 0.4); }
  .hover\/bg\:red\.6\@xxs:hover {
    background-color: rgba(230, 43, 30, 0.4); }
  .hover\/c\:red\.6\@xxs:hover {
    color: rgba(230, 43, 30, 0.4); }
  .bg\:red\.7\@xxs {
    background-color: rgba(230, 43, 30, 0.3); }
  .c\:red\.7\@xxs {
    color: rgba(230, 43, 30, 0.3); }
  .hover\/bg\:red\.7\@xxs:hover {
    background-color: rgba(230, 43, 30, 0.3); }
  .hover\/c\:red\.7\@xxs:hover {
    color: rgba(230, 43, 30, 0.3); }
  .bg\:red\.8\@xxs {
    background-color: rgba(230, 43, 30, 0.2); }
  .c\:red\.8\@xxs {
    color: rgba(230, 43, 30, 0.2); }
  .hover\/bg\:red\.8\@xxs:hover {
    background-color: rgba(230, 43, 30, 0.2); }
  .hover\/c\:red\.8\@xxs:hover {
    color: rgba(230, 43, 30, 0.2); }
  .bg\:red\.9\@xxs {
    background-color: rgba(230, 43, 30, 0.1); }
  .c\:red\.9\@xxs {
    color: rgba(230, 43, 30, 0.1); }
  .hover\/bg\:red\.9\@xxs:hover {
    background-color: rgba(230, 43, 30, 0.1); }
  .hover\/c\:red\.9\@xxs:hover {
    color: rgba(230, 43, 30, 0.1); } }

@media (min-width: 400px) {
  .bg\:twitter\@xxs {
    background-color: #55acee; }
  .c\:twitter\@xxs {
    color: #55acee; }
  .hover\/bg\:twitter\@xxs:hover {
    background-color: #55acee; }
  .hover\/c\:twitter\@xxs:hover {
    color: #55acee; }
  .bg\:twitter\.1\@xxs {
    background-color: rgba(85, 172, 238, 0.9); }
  .c\:twitter\.1\@xxs {
    color: rgba(85, 172, 238, 0.9); }
  .hover\/bg\:twitter\.1\@xxs:hover {
    background-color: rgba(85, 172, 238, 0.9); }
  .hover\/c\:twitter\.1\@xxs:hover {
    color: rgba(85, 172, 238, 0.9); }
  .bg\:twitter\.2\@xxs {
    background-color: rgba(85, 172, 238, 0.8); }
  .c\:twitter\.2\@xxs {
    color: rgba(85, 172, 238, 0.8); }
  .hover\/bg\:twitter\.2\@xxs:hover {
    background-color: rgba(85, 172, 238, 0.8); }
  .hover\/c\:twitter\.2\@xxs:hover {
    color: rgba(85, 172, 238, 0.8); }
  .bg\:twitter\.3\@xxs {
    background-color: rgba(85, 172, 238, 0.7); }
  .c\:twitter\.3\@xxs {
    color: rgba(85, 172, 238, 0.7); }
  .hover\/bg\:twitter\.3\@xxs:hover {
    background-color: rgba(85, 172, 238, 0.7); }
  .hover\/c\:twitter\.3\@xxs:hover {
    color: rgba(85, 172, 238, 0.7); }
  .bg\:twitter\.4\@xxs {
    background-color: rgba(85, 172, 238, 0.6); }
  .c\:twitter\.4\@xxs {
    color: rgba(85, 172, 238, 0.6); }
  .hover\/bg\:twitter\.4\@xxs:hover {
    background-color: rgba(85, 172, 238, 0.6); }
  .hover\/c\:twitter\.4\@xxs:hover {
    color: rgba(85, 172, 238, 0.6); }
  .bg\:twitter\.5\@xxs {
    background-color: rgba(85, 172, 238, 0.5); }
  .c\:twitter\.5\@xxs {
    color: rgba(85, 172, 238, 0.5); }
  .hover\/bg\:twitter\.5\@xxs:hover {
    background-color: rgba(85, 172, 238, 0.5); }
  .hover\/c\:twitter\.5\@xxs:hover {
    color: rgba(85, 172, 238, 0.5); }
  .bg\:twitter\.6\@xxs {
    background-color: rgba(85, 172, 238, 0.4); }
  .c\:twitter\.6\@xxs {
    color: rgba(85, 172, 238, 0.4); }
  .hover\/bg\:twitter\.6\@xxs:hover {
    background-color: rgba(85, 172, 238, 0.4); }
  .hover\/c\:twitter\.6\@xxs:hover {
    color: rgba(85, 172, 238, 0.4); }
  .bg\:twitter\.7\@xxs {
    background-color: rgba(85, 172, 238, 0.3); }
  .c\:twitter\.7\@xxs {
    color: rgba(85, 172, 238, 0.3); }
  .hover\/bg\:twitter\.7\@xxs:hover {
    background-color: rgba(85, 172, 238, 0.3); }
  .hover\/c\:twitter\.7\@xxs:hover {
    color: rgba(85, 172, 238, 0.3); }
  .bg\:twitter\.8\@xxs {
    background-color: rgba(85, 172, 238, 0.2); }
  .c\:twitter\.8\@xxs {
    color: rgba(85, 172, 238, 0.2); }
  .hover\/bg\:twitter\.8\@xxs:hover {
    background-color: rgba(85, 172, 238, 0.2); }
  .hover\/c\:twitter\.8\@xxs:hover {
    color: rgba(85, 172, 238, 0.2); }
  .bg\:twitter\.9\@xxs {
    background-color: rgba(85, 172, 238, 0.1); }
  .c\:twitter\.9\@xxs {
    color: rgba(85, 172, 238, 0.1); }
  .hover\/bg\:twitter\.9\@xxs:hover {
    background-color: rgba(85, 172, 238, 0.1); }
  .hover\/c\:twitter\.9\@xxs:hover {
    color: rgba(85, 172, 238, 0.1); } }

@media (min-width: 400px) {
  .bg\:facebook\@xxs {
    background-color: #3b5998; }
  .c\:facebook\@xxs {
    color: #3b5998; }
  .hover\/bg\:facebook\@xxs:hover {
    background-color: #3b5998; }
  .hover\/c\:facebook\@xxs:hover {
    color: #3b5998; }
  .bg\:facebook\.1\@xxs {
    background-color: rgba(59, 89, 152, 0.9); }
  .c\:facebook\.1\@xxs {
    color: rgba(59, 89, 152, 0.9); }
  .hover\/bg\:facebook\.1\@xxs:hover {
    background-color: rgba(59, 89, 152, 0.9); }
  .hover\/c\:facebook\.1\@xxs:hover {
    color: rgba(59, 89, 152, 0.9); }
  .bg\:facebook\.2\@xxs {
    background-color: rgba(59, 89, 152, 0.8); }
  .c\:facebook\.2\@xxs {
    color: rgba(59, 89, 152, 0.8); }
  .hover\/bg\:facebook\.2\@xxs:hover {
    background-color: rgba(59, 89, 152, 0.8); }
  .hover\/c\:facebook\.2\@xxs:hover {
    color: rgba(59, 89, 152, 0.8); }
  .bg\:facebook\.3\@xxs {
    background-color: rgba(59, 89, 152, 0.7); }
  .c\:facebook\.3\@xxs {
    color: rgba(59, 89, 152, 0.7); }
  .hover\/bg\:facebook\.3\@xxs:hover {
    background-color: rgba(59, 89, 152, 0.7); }
  .hover\/c\:facebook\.3\@xxs:hover {
    color: rgba(59, 89, 152, 0.7); }
  .bg\:facebook\.4\@xxs {
    background-color: rgba(59, 89, 152, 0.6); }
  .c\:facebook\.4\@xxs {
    color: rgba(59, 89, 152, 0.6); }
  .hover\/bg\:facebook\.4\@xxs:hover {
    background-color: rgba(59, 89, 152, 0.6); }
  .hover\/c\:facebook\.4\@xxs:hover {
    color: rgba(59, 89, 152, 0.6); }
  .bg\:facebook\.5\@xxs {
    background-color: rgba(59, 89, 152, 0.5); }
  .c\:facebook\.5\@xxs {
    color: rgba(59, 89, 152, 0.5); }
  .hover\/bg\:facebook\.5\@xxs:hover {
    background-color: rgba(59, 89, 152, 0.5); }
  .hover\/c\:facebook\.5\@xxs:hover {
    color: rgba(59, 89, 152, 0.5); }
  .bg\:facebook\.6\@xxs {
    background-color: rgba(59, 89, 152, 0.4); }
  .c\:facebook\.6\@xxs {
    color: rgba(59, 89, 152, 0.4); }
  .hover\/bg\:facebook\.6\@xxs:hover {
    background-color: rgba(59, 89, 152, 0.4); }
  .hover\/c\:facebook\.6\@xxs:hover {
    color: rgba(59, 89, 152, 0.4); }
  .bg\:facebook\.7\@xxs {
    background-color: rgba(59, 89, 152, 0.3); }
  .c\:facebook\.7\@xxs {
    color: rgba(59, 89, 152, 0.3); }
  .hover\/bg\:facebook\.7\@xxs:hover {
    background-color: rgba(59, 89, 152, 0.3); }
  .hover\/c\:facebook\.7\@xxs:hover {
    color: rgba(59, 89, 152, 0.3); }
  .bg\:facebook\.8\@xxs {
    background-color: rgba(59, 89, 152, 0.2); }
  .c\:facebook\.8\@xxs {
    color: rgba(59, 89, 152, 0.2); }
  .hover\/bg\:facebook\.8\@xxs:hover {
    background-color: rgba(59, 89, 152, 0.2); }
  .hover\/c\:facebook\.8\@xxs:hover {
    color: rgba(59, 89, 152, 0.2); }
  .bg\:facebook\.9\@xxs {
    background-color: rgba(59, 89, 152, 0.1); }
  .c\:facebook\.9\@xxs {
    color: rgba(59, 89, 152, 0.1); }
  .hover\/bg\:facebook\.9\@xxs:hover {
    background-color: rgba(59, 89, 152, 0.1); }
  .hover\/c\:facebook\.9\@xxs:hover {
    color: rgba(59, 89, 152, 0.1); } }

@media (min-width: 400px) {
  .bg\:linkedin\@xxs {
    background-color: #0077b5; }
  .c\:linkedin\@xxs {
    color: #0077b5; }
  .hover\/bg\:linkedin\@xxs:hover {
    background-color: #0077b5; }
  .hover\/c\:linkedin\@xxs:hover {
    color: #0077b5; }
  .bg\:linkedin\.1\@xxs {
    background-color: rgba(0, 119, 181, 0.9); }
  .c\:linkedin\.1\@xxs {
    color: rgba(0, 119, 181, 0.9); }
  .hover\/bg\:linkedin\.1\@xxs:hover {
    background-color: rgba(0, 119, 181, 0.9); }
  .hover\/c\:linkedin\.1\@xxs:hover {
    color: rgba(0, 119, 181, 0.9); }
  .bg\:linkedin\.2\@xxs {
    background-color: rgba(0, 119, 181, 0.8); }
  .c\:linkedin\.2\@xxs {
    color: rgba(0, 119, 181, 0.8); }
  .hover\/bg\:linkedin\.2\@xxs:hover {
    background-color: rgba(0, 119, 181, 0.8); }
  .hover\/c\:linkedin\.2\@xxs:hover {
    color: rgba(0, 119, 181, 0.8); }
  .bg\:linkedin\.3\@xxs {
    background-color: rgba(0, 119, 181, 0.7); }
  .c\:linkedin\.3\@xxs {
    color: rgba(0, 119, 181, 0.7); }
  .hover\/bg\:linkedin\.3\@xxs:hover {
    background-color: rgba(0, 119, 181, 0.7); }
  .hover\/c\:linkedin\.3\@xxs:hover {
    color: rgba(0, 119, 181, 0.7); }
  .bg\:linkedin\.4\@xxs {
    background-color: rgba(0, 119, 181, 0.6); }
  .c\:linkedin\.4\@xxs {
    color: rgba(0, 119, 181, 0.6); }
  .hover\/bg\:linkedin\.4\@xxs:hover {
    background-color: rgba(0, 119, 181, 0.6); }
  .hover\/c\:linkedin\.4\@xxs:hover {
    color: rgba(0, 119, 181, 0.6); }
  .bg\:linkedin\.5\@xxs {
    background-color: rgba(0, 119, 181, 0.5); }
  .c\:linkedin\.5\@xxs {
    color: rgba(0, 119, 181, 0.5); }
  .hover\/bg\:linkedin\.5\@xxs:hover {
    background-color: rgba(0, 119, 181, 0.5); }
  .hover\/c\:linkedin\.5\@xxs:hover {
    color: rgba(0, 119, 181, 0.5); }
  .bg\:linkedin\.6\@xxs {
    background-color: rgba(0, 119, 181, 0.4); }
  .c\:linkedin\.6\@xxs {
    color: rgba(0, 119, 181, 0.4); }
  .hover\/bg\:linkedin\.6\@xxs:hover {
    background-color: rgba(0, 119, 181, 0.4); }
  .hover\/c\:linkedin\.6\@xxs:hover {
    color: rgba(0, 119, 181, 0.4); }
  .bg\:linkedin\.7\@xxs {
    background-color: rgba(0, 119, 181, 0.3); }
  .c\:linkedin\.7\@xxs {
    color: rgba(0, 119, 181, 0.3); }
  .hover\/bg\:linkedin\.7\@xxs:hover {
    background-color: rgba(0, 119, 181, 0.3); }
  .hover\/c\:linkedin\.7\@xxs:hover {
    color: rgba(0, 119, 181, 0.3); }
  .bg\:linkedin\.8\@xxs {
    background-color: rgba(0, 119, 181, 0.2); }
  .c\:linkedin\.8\@xxs {
    color: rgba(0, 119, 181, 0.2); }
  .hover\/bg\:linkedin\.8\@xxs:hover {
    background-color: rgba(0, 119, 181, 0.2); }
  .hover\/c\:linkedin\.8\@xxs:hover {
    color: rgba(0, 119, 181, 0.2); }
  .bg\:linkedin\.9\@xxs {
    background-color: rgba(0, 119, 181, 0.1); }
  .c\:linkedin\.9\@xxs {
    color: rgba(0, 119, 181, 0.1); }
  .hover\/bg\:linkedin\.9\@xxs:hover {
    background-color: rgba(0, 119, 181, 0.1); }
  .hover\/c\:linkedin\.9\@xxs:hover {
    color: rgba(0, 119, 181, 0.1); } }

@media (min-width: 400px) {
  .bg\:messenger\@xxs {
    background-color: #0084ff; }
  .c\:messenger\@xxs {
    color: #0084ff; }
  .hover\/bg\:messenger\@xxs:hover {
    background-color: #0084ff; }
  .hover\/c\:messenger\@xxs:hover {
    color: #0084ff; }
  .bg\:messenger\.1\@xxs {
    background-color: rgba(0, 132, 255, 0.9); }
  .c\:messenger\.1\@xxs {
    color: rgba(0, 132, 255, 0.9); }
  .hover\/bg\:messenger\.1\@xxs:hover {
    background-color: rgba(0, 132, 255, 0.9); }
  .hover\/c\:messenger\.1\@xxs:hover {
    color: rgba(0, 132, 255, 0.9); }
  .bg\:messenger\.2\@xxs {
    background-color: rgba(0, 132, 255, 0.8); }
  .c\:messenger\.2\@xxs {
    color: rgba(0, 132, 255, 0.8); }
  .hover\/bg\:messenger\.2\@xxs:hover {
    background-color: rgba(0, 132, 255, 0.8); }
  .hover\/c\:messenger\.2\@xxs:hover {
    color: rgba(0, 132, 255, 0.8); }
  .bg\:messenger\.3\@xxs {
    background-color: rgba(0, 132, 255, 0.7); }
  .c\:messenger\.3\@xxs {
    color: rgba(0, 132, 255, 0.7); }
  .hover\/bg\:messenger\.3\@xxs:hover {
    background-color: rgba(0, 132, 255, 0.7); }
  .hover\/c\:messenger\.3\@xxs:hover {
    color: rgba(0, 132, 255, 0.7); }
  .bg\:messenger\.4\@xxs {
    background-color: rgba(0, 132, 255, 0.6); }
  .c\:messenger\.4\@xxs {
    color: rgba(0, 132, 255, 0.6); }
  .hover\/bg\:messenger\.4\@xxs:hover {
    background-color: rgba(0, 132, 255, 0.6); }
  .hover\/c\:messenger\.4\@xxs:hover {
    color: rgba(0, 132, 255, 0.6); }
  .bg\:messenger\.5\@xxs {
    background-color: rgba(0, 132, 255, 0.5); }
  .c\:messenger\.5\@xxs {
    color: rgba(0, 132, 255, 0.5); }
  .hover\/bg\:messenger\.5\@xxs:hover {
    background-color: rgba(0, 132, 255, 0.5); }
  .hover\/c\:messenger\.5\@xxs:hover {
    color: rgba(0, 132, 255, 0.5); }
  .bg\:messenger\.6\@xxs {
    background-color: rgba(0, 132, 255, 0.4); }
  .c\:messenger\.6\@xxs {
    color: rgba(0, 132, 255, 0.4); }
  .hover\/bg\:messenger\.6\@xxs:hover {
    background-color: rgba(0, 132, 255, 0.4); }
  .hover\/c\:messenger\.6\@xxs:hover {
    color: rgba(0, 132, 255, 0.4); }
  .bg\:messenger\.7\@xxs {
    background-color: rgba(0, 132, 255, 0.3); }
  .c\:messenger\.7\@xxs {
    color: rgba(0, 132, 255, 0.3); }
  .hover\/bg\:messenger\.7\@xxs:hover {
    background-color: rgba(0, 132, 255, 0.3); }
  .hover\/c\:messenger\.7\@xxs:hover {
    color: rgba(0, 132, 255, 0.3); }
  .bg\:messenger\.8\@xxs {
    background-color: rgba(0, 132, 255, 0.2); }
  .c\:messenger\.8\@xxs {
    color: rgba(0, 132, 255, 0.2); }
  .hover\/bg\:messenger\.8\@xxs:hover {
    background-color: rgba(0, 132, 255, 0.2); }
  .hover\/c\:messenger\.8\@xxs:hover {
    color: rgba(0, 132, 255, 0.2); }
  .bg\:messenger\.9\@xxs {
    background-color: rgba(0, 132, 255, 0.1); }
  .c\:messenger\.9\@xxs {
    color: rgba(0, 132, 255, 0.1); }
  .hover\/bg\:messenger\.9\@xxs:hover {
    background-color: rgba(0, 132, 255, 0.1); }
  .hover\/c\:messenger\.9\@xxs:hover {
    color: rgba(0, 132, 255, 0.1); } }

@media (min-width: 400px) {
  .bg\:reddit\@xxs {
    background-color: #ff4500; }
  .c\:reddit\@xxs {
    color: #ff4500; }
  .hover\/bg\:reddit\@xxs:hover {
    background-color: #ff4500; }
  .hover\/c\:reddit\@xxs:hover {
    color: #ff4500; }
  .bg\:reddit\.1\@xxs {
    background-color: rgba(255, 69, 0, 0.9); }
  .c\:reddit\.1\@xxs {
    color: rgba(255, 69, 0, 0.9); }
  .hover\/bg\:reddit\.1\@xxs:hover {
    background-color: rgba(255, 69, 0, 0.9); }
  .hover\/c\:reddit\.1\@xxs:hover {
    color: rgba(255, 69, 0, 0.9); }
  .bg\:reddit\.2\@xxs {
    background-color: rgba(255, 69, 0, 0.8); }
  .c\:reddit\.2\@xxs {
    color: rgba(255, 69, 0, 0.8); }
  .hover\/bg\:reddit\.2\@xxs:hover {
    background-color: rgba(255, 69, 0, 0.8); }
  .hover\/c\:reddit\.2\@xxs:hover {
    color: rgba(255, 69, 0, 0.8); }
  .bg\:reddit\.3\@xxs {
    background-color: rgba(255, 69, 0, 0.7); }
  .c\:reddit\.3\@xxs {
    color: rgba(255, 69, 0, 0.7); }
  .hover\/bg\:reddit\.3\@xxs:hover {
    background-color: rgba(255, 69, 0, 0.7); }
  .hover\/c\:reddit\.3\@xxs:hover {
    color: rgba(255, 69, 0, 0.7); }
  .bg\:reddit\.4\@xxs {
    background-color: rgba(255, 69, 0, 0.6); }
  .c\:reddit\.4\@xxs {
    color: rgba(255, 69, 0, 0.6); }
  .hover\/bg\:reddit\.4\@xxs:hover {
    background-color: rgba(255, 69, 0, 0.6); }
  .hover\/c\:reddit\.4\@xxs:hover {
    color: rgba(255, 69, 0, 0.6); }
  .bg\:reddit\.5\@xxs {
    background-color: rgba(255, 69, 0, 0.5); }
  .c\:reddit\.5\@xxs {
    color: rgba(255, 69, 0, 0.5); }
  .hover\/bg\:reddit\.5\@xxs:hover {
    background-color: rgba(255, 69, 0, 0.5); }
  .hover\/c\:reddit\.5\@xxs:hover {
    color: rgba(255, 69, 0, 0.5); }
  .bg\:reddit\.6\@xxs {
    background-color: rgba(255, 69, 0, 0.4); }
  .c\:reddit\.6\@xxs {
    color: rgba(255, 69, 0, 0.4); }
  .hover\/bg\:reddit\.6\@xxs:hover {
    background-color: rgba(255, 69, 0, 0.4); }
  .hover\/c\:reddit\.6\@xxs:hover {
    color: rgba(255, 69, 0, 0.4); }
  .bg\:reddit\.7\@xxs {
    background-color: rgba(255, 69, 0, 0.3); }
  .c\:reddit\.7\@xxs {
    color: rgba(255, 69, 0, 0.3); }
  .hover\/bg\:reddit\.7\@xxs:hover {
    background-color: rgba(255, 69, 0, 0.3); }
  .hover\/c\:reddit\.7\@xxs:hover {
    color: rgba(255, 69, 0, 0.3); }
  .bg\:reddit\.8\@xxs {
    background-color: rgba(255, 69, 0, 0.2); }
  .c\:reddit\.8\@xxs {
    color: rgba(255, 69, 0, 0.2); }
  .hover\/bg\:reddit\.8\@xxs:hover {
    background-color: rgba(255, 69, 0, 0.2); }
  .hover\/c\:reddit\.8\@xxs:hover {
    color: rgba(255, 69, 0, 0.2); }
  .bg\:reddit\.9\@xxs {
    background-color: rgba(255, 69, 0, 0.1); }
  .c\:reddit\.9\@xxs {
    color: rgba(255, 69, 0, 0.1); }
  .hover\/bg\:reddit\.9\@xxs:hover {
    background-color: rgba(255, 69, 0, 0.1); }
  .hover\/c\:reddit\.9\@xxs:hover {
    color: rgba(255, 69, 0, 0.1); } }

@media (min-width: 400px) {
  .bg\:sms\@xxs {
    background-color: #25d366; }
  .c\:sms\@xxs {
    color: #25d366; }
  .hover\/bg\:sms\@xxs:hover {
    background-color: #25d366; }
  .hover\/c\:sms\@xxs:hover {
    color: #25d366; }
  .bg\:sms\.1\@xxs {
    background-color: rgba(37, 211, 102, 0.9); }
  .c\:sms\.1\@xxs {
    color: rgba(37, 211, 102, 0.9); }
  .hover\/bg\:sms\.1\@xxs:hover {
    background-color: rgba(37, 211, 102, 0.9); }
  .hover\/c\:sms\.1\@xxs:hover {
    color: rgba(37, 211, 102, 0.9); }
  .bg\:sms\.2\@xxs {
    background-color: rgba(37, 211, 102, 0.8); }
  .c\:sms\.2\@xxs {
    color: rgba(37, 211, 102, 0.8); }
  .hover\/bg\:sms\.2\@xxs:hover {
    background-color: rgba(37, 211, 102, 0.8); }
  .hover\/c\:sms\.2\@xxs:hover {
    color: rgba(37, 211, 102, 0.8); }
  .bg\:sms\.3\@xxs {
    background-color: rgba(37, 211, 102, 0.7); }
  .c\:sms\.3\@xxs {
    color: rgba(37, 211, 102, 0.7); }
  .hover\/bg\:sms\.3\@xxs:hover {
    background-color: rgba(37, 211, 102, 0.7); }
  .hover\/c\:sms\.3\@xxs:hover {
    color: rgba(37, 211, 102, 0.7); }
  .bg\:sms\.4\@xxs {
    background-color: rgba(37, 211, 102, 0.6); }
  .c\:sms\.4\@xxs {
    color: rgba(37, 211, 102, 0.6); }
  .hover\/bg\:sms\.4\@xxs:hover {
    background-color: rgba(37, 211, 102, 0.6); }
  .hover\/c\:sms\.4\@xxs:hover {
    color: rgba(37, 211, 102, 0.6); }
  .bg\:sms\.5\@xxs {
    background-color: rgba(37, 211, 102, 0.5); }
  .c\:sms\.5\@xxs {
    color: rgba(37, 211, 102, 0.5); }
  .hover\/bg\:sms\.5\@xxs:hover {
    background-color: rgba(37, 211, 102, 0.5); }
  .hover\/c\:sms\.5\@xxs:hover {
    color: rgba(37, 211, 102, 0.5); }
  .bg\:sms\.6\@xxs {
    background-color: rgba(37, 211, 102, 0.4); }
  .c\:sms\.6\@xxs {
    color: rgba(37, 211, 102, 0.4); }
  .hover\/bg\:sms\.6\@xxs:hover {
    background-color: rgba(37, 211, 102, 0.4); }
  .hover\/c\:sms\.6\@xxs:hover {
    color: rgba(37, 211, 102, 0.4); }
  .bg\:sms\.7\@xxs {
    background-color: rgba(37, 211, 102, 0.3); }
  .c\:sms\.7\@xxs {
    color: rgba(37, 211, 102, 0.3); }
  .hover\/bg\:sms\.7\@xxs:hover {
    background-color: rgba(37, 211, 102, 0.3); }
  .hover\/c\:sms\.7\@xxs:hover {
    color: rgba(37, 211, 102, 0.3); }
  .bg\:sms\.8\@xxs {
    background-color: rgba(37, 211, 102, 0.2); }
  .c\:sms\.8\@xxs {
    color: rgba(37, 211, 102, 0.2); }
  .hover\/bg\:sms\.8\@xxs:hover {
    background-color: rgba(37, 211, 102, 0.2); }
  .hover\/c\:sms\.8\@xxs:hover {
    color: rgba(37, 211, 102, 0.2); }
  .bg\:sms\.9\@xxs {
    background-color: rgba(37, 211, 102, 0.1); }
  .c\:sms\.9\@xxs {
    color: rgba(37, 211, 102, 0.1); }
  .hover\/bg\:sms\.9\@xxs:hover {
    background-color: rgba(37, 211, 102, 0.1); }
  .hover\/c\:sms\.9\@xxs:hover {
    color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 400px) {
  .bg\:whatsapp\@xxs {
    background-color: #25d366; }
  .c\:whatsapp\@xxs {
    color: #25d366; }
  .hover\/bg\:whatsapp\@xxs:hover {
    background-color: #25d366; }
  .hover\/c\:whatsapp\@xxs:hover {
    color: #25d366; }
  .bg\:whatsapp\.1\@xxs {
    background-color: rgba(37, 211, 102, 0.9); }
  .c\:whatsapp\.1\@xxs {
    color: rgba(37, 211, 102, 0.9); }
  .hover\/bg\:whatsapp\.1\@xxs:hover {
    background-color: rgba(37, 211, 102, 0.9); }
  .hover\/c\:whatsapp\.1\@xxs:hover {
    color: rgba(37, 211, 102, 0.9); }
  .bg\:whatsapp\.2\@xxs {
    background-color: rgba(37, 211, 102, 0.8); }
  .c\:whatsapp\.2\@xxs {
    color: rgba(37, 211, 102, 0.8); }
  .hover\/bg\:whatsapp\.2\@xxs:hover {
    background-color: rgba(37, 211, 102, 0.8); }
  .hover\/c\:whatsapp\.2\@xxs:hover {
    color: rgba(37, 211, 102, 0.8); }
  .bg\:whatsapp\.3\@xxs {
    background-color: rgba(37, 211, 102, 0.7); }
  .c\:whatsapp\.3\@xxs {
    color: rgba(37, 211, 102, 0.7); }
  .hover\/bg\:whatsapp\.3\@xxs:hover {
    background-color: rgba(37, 211, 102, 0.7); }
  .hover\/c\:whatsapp\.3\@xxs:hover {
    color: rgba(37, 211, 102, 0.7); }
  .bg\:whatsapp\.4\@xxs {
    background-color: rgba(37, 211, 102, 0.6); }
  .c\:whatsapp\.4\@xxs {
    color: rgba(37, 211, 102, 0.6); }
  .hover\/bg\:whatsapp\.4\@xxs:hover {
    background-color: rgba(37, 211, 102, 0.6); }
  .hover\/c\:whatsapp\.4\@xxs:hover {
    color: rgba(37, 211, 102, 0.6); }
  .bg\:whatsapp\.5\@xxs {
    background-color: rgba(37, 211, 102, 0.5); }
  .c\:whatsapp\.5\@xxs {
    color: rgba(37, 211, 102, 0.5); }
  .hover\/bg\:whatsapp\.5\@xxs:hover {
    background-color: rgba(37, 211, 102, 0.5); }
  .hover\/c\:whatsapp\.5\@xxs:hover {
    color: rgba(37, 211, 102, 0.5); }
  .bg\:whatsapp\.6\@xxs {
    background-color: rgba(37, 211, 102, 0.4); }
  .c\:whatsapp\.6\@xxs {
    color: rgba(37, 211, 102, 0.4); }
  .hover\/bg\:whatsapp\.6\@xxs:hover {
    background-color: rgba(37, 211, 102, 0.4); }
  .hover\/c\:whatsapp\.6\@xxs:hover {
    color: rgba(37, 211, 102, 0.4); }
  .bg\:whatsapp\.7\@xxs {
    background-color: rgba(37, 211, 102, 0.3); }
  .c\:whatsapp\.7\@xxs {
    color: rgba(37, 211, 102, 0.3); }
  .hover\/bg\:whatsapp\.7\@xxs:hover {
    background-color: rgba(37, 211, 102, 0.3); }
  .hover\/c\:whatsapp\.7\@xxs:hover {
    color: rgba(37, 211, 102, 0.3); }
  .bg\:whatsapp\.8\@xxs {
    background-color: rgba(37, 211, 102, 0.2); }
  .c\:whatsapp\.8\@xxs {
    color: rgba(37, 211, 102, 0.2); }
  .hover\/bg\:whatsapp\.8\@xxs:hover {
    background-color: rgba(37, 211, 102, 0.2); }
  .hover\/c\:whatsapp\.8\@xxs:hover {
    color: rgba(37, 211, 102, 0.2); }
  .bg\:whatsapp\.9\@xxs {
    background-color: rgba(37, 211, 102, 0.1); }
  .c\:whatsapp\.9\@xxs {
    color: rgba(37, 211, 102, 0.1); }
  .hover\/bg\:whatsapp\.9\@xxs:hover {
    background-color: rgba(37, 211, 102, 0.1); }
  .hover\/c\:whatsapp\.9\@xxs:hover {
    color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 400px) {
  .bg\:none\@xxs {
    background-color: transparent; }
  .c\:none\@xxs {
    color: transparent; }
  .hover\/bg\:none\@xxs:hover {
    background-color: transparent; }
  .hover\/c\:none\@xxs:hover {
    color: transparent; }
  .bg\:none\.1\@xxs {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.1\@xxs {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.1\@xxs:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.1\@xxs:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.2\@xxs {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.2\@xxs {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.2\@xxs:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.2\@xxs:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.3\@xxs {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.3\@xxs {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.3\@xxs:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.3\@xxs:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.4\@xxs {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.4\@xxs {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.4\@xxs:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.4\@xxs:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.5\@xxs {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.5\@xxs {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.5\@xxs:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.5\@xxs:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.6\@xxs {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.6\@xxs {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.6\@xxs:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.6\@xxs:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.7\@xxs {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.7\@xxs {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.7\@xxs:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.7\@xxs:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.8\@xxs {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.8\@xxs {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.8\@xxs:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.8\@xxs:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.9\@xxs {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.9\@xxs {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.9\@xxs:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.9\@xxs:hover {
    color: rgba(0, 0, 0, 0); } }

.bg\:blue-to-yellow\@xxs {
  background-image: linear-gradient(120deg, #c3f7fd 0%, #f4f4ea 60%); }

.bg\:yellow-to-blue\@break {
  background-image: linear-gradient(120deg, #f4f4ea, #c3f7fd); }

@media (min-width: 500px) {
  .bg\:blue\@xs {
    background-color: #0698d0; }
  .c\:blue\@xs {
    color: #0698d0; }
  .hover\/bg\:blue\@xs:hover {
    background-color: #0698d0; }
  .hover\/c\:blue\@xs:hover {
    color: #0698d0; }
  .bg\:blue\.1\@xs {
    background-color: rgba(6, 152, 208, 0.9); }
  .c\:blue\.1\@xs {
    color: rgba(6, 152, 208, 0.9); }
  .hover\/bg\:blue\.1\@xs:hover {
    background-color: rgba(6, 152, 208, 0.9); }
  .hover\/c\:blue\.1\@xs:hover {
    color: rgba(6, 152, 208, 0.9); }
  .bg\:blue\.2\@xs {
    background-color: rgba(6, 152, 208, 0.8); }
  .c\:blue\.2\@xs {
    color: rgba(6, 152, 208, 0.8); }
  .hover\/bg\:blue\.2\@xs:hover {
    background-color: rgba(6, 152, 208, 0.8); }
  .hover\/c\:blue\.2\@xs:hover {
    color: rgba(6, 152, 208, 0.8); }
  .bg\:blue\.3\@xs {
    background-color: rgba(6, 152, 208, 0.7); }
  .c\:blue\.3\@xs {
    color: rgba(6, 152, 208, 0.7); }
  .hover\/bg\:blue\.3\@xs:hover {
    background-color: rgba(6, 152, 208, 0.7); }
  .hover\/c\:blue\.3\@xs:hover {
    color: rgba(6, 152, 208, 0.7); }
  .bg\:blue\.4\@xs {
    background-color: rgba(6, 152, 208, 0.6); }
  .c\:blue\.4\@xs {
    color: rgba(6, 152, 208, 0.6); }
  .hover\/bg\:blue\.4\@xs:hover {
    background-color: rgba(6, 152, 208, 0.6); }
  .hover\/c\:blue\.4\@xs:hover {
    color: rgba(6, 152, 208, 0.6); }
  .bg\:blue\.5\@xs {
    background-color: rgba(6, 152, 208, 0.5); }
  .c\:blue\.5\@xs {
    color: rgba(6, 152, 208, 0.5); }
  .hover\/bg\:blue\.5\@xs:hover {
    background-color: rgba(6, 152, 208, 0.5); }
  .hover\/c\:blue\.5\@xs:hover {
    color: rgba(6, 152, 208, 0.5); }
  .bg\:blue\.6\@xs {
    background-color: rgba(6, 152, 208, 0.4); }
  .c\:blue\.6\@xs {
    color: rgba(6, 152, 208, 0.4); }
  .hover\/bg\:blue\.6\@xs:hover {
    background-color: rgba(6, 152, 208, 0.4); }
  .hover\/c\:blue\.6\@xs:hover {
    color: rgba(6, 152, 208, 0.4); }
  .bg\:blue\.7\@xs {
    background-color: rgba(6, 152, 208, 0.3); }
  .c\:blue\.7\@xs {
    color: rgba(6, 152, 208, 0.3); }
  .hover\/bg\:blue\.7\@xs:hover {
    background-color: rgba(6, 152, 208, 0.3); }
  .hover\/c\:blue\.7\@xs:hover {
    color: rgba(6, 152, 208, 0.3); }
  .bg\:blue\.8\@xs {
    background-color: rgba(6, 152, 208, 0.2); }
  .c\:blue\.8\@xs {
    color: rgba(6, 152, 208, 0.2); }
  .hover\/bg\:blue\.8\@xs:hover {
    background-color: rgba(6, 152, 208, 0.2); }
  .hover\/c\:blue\.8\@xs:hover {
    color: rgba(6, 152, 208, 0.2); }
  .bg\:blue\.9\@xs {
    background-color: rgba(6, 152, 208, 0.1); }
  .c\:blue\.9\@xs {
    color: rgba(6, 152, 208, 0.1); }
  .hover\/bg\:blue\.9\@xs:hover {
    background-color: rgba(6, 152, 208, 0.1); }
  .hover\/c\:blue\.9\@xs:hover {
    color: rgba(6, 152, 208, 0.1); } }

@media (min-width: 500px) {
  .bg\:black\@xs {
    background-color: #111111; }
  .c\:black\@xs {
    color: #111111; }
  .hover\/bg\:black\@xs:hover {
    background-color: #111111; }
  .hover\/c\:black\@xs:hover {
    color: #111111; }
  .bg\:black\.1\@xs {
    background-color: rgba(17, 17, 17, 0.9); }
  .c\:black\.1\@xs {
    color: rgba(17, 17, 17, 0.9); }
  .hover\/bg\:black\.1\@xs:hover {
    background-color: rgba(17, 17, 17, 0.9); }
  .hover\/c\:black\.1\@xs:hover {
    color: rgba(17, 17, 17, 0.9); }
  .bg\:black\.2\@xs {
    background-color: rgba(17, 17, 17, 0.8); }
  .c\:black\.2\@xs {
    color: rgba(17, 17, 17, 0.8); }
  .hover\/bg\:black\.2\@xs:hover {
    background-color: rgba(17, 17, 17, 0.8); }
  .hover\/c\:black\.2\@xs:hover {
    color: rgba(17, 17, 17, 0.8); }
  .bg\:black\.3\@xs {
    background-color: rgba(17, 17, 17, 0.7); }
  .c\:black\.3\@xs {
    color: rgba(17, 17, 17, 0.7); }
  .hover\/bg\:black\.3\@xs:hover {
    background-color: rgba(17, 17, 17, 0.7); }
  .hover\/c\:black\.3\@xs:hover {
    color: rgba(17, 17, 17, 0.7); }
  .bg\:black\.4\@xs {
    background-color: rgba(17, 17, 17, 0.6); }
  .c\:black\.4\@xs {
    color: rgba(17, 17, 17, 0.6); }
  .hover\/bg\:black\.4\@xs:hover {
    background-color: rgba(17, 17, 17, 0.6); }
  .hover\/c\:black\.4\@xs:hover {
    color: rgba(17, 17, 17, 0.6); }
  .bg\:black\.5\@xs {
    background-color: rgba(17, 17, 17, 0.5); }
  .c\:black\.5\@xs {
    color: rgba(17, 17, 17, 0.5); }
  .hover\/bg\:black\.5\@xs:hover {
    background-color: rgba(17, 17, 17, 0.5); }
  .hover\/c\:black\.5\@xs:hover {
    color: rgba(17, 17, 17, 0.5); }
  .bg\:black\.6\@xs {
    background-color: rgba(17, 17, 17, 0.4); }
  .c\:black\.6\@xs {
    color: rgba(17, 17, 17, 0.4); }
  .hover\/bg\:black\.6\@xs:hover {
    background-color: rgba(17, 17, 17, 0.4); }
  .hover\/c\:black\.6\@xs:hover {
    color: rgba(17, 17, 17, 0.4); }
  .bg\:black\.7\@xs {
    background-color: rgba(17, 17, 17, 0.3); }
  .c\:black\.7\@xs {
    color: rgba(17, 17, 17, 0.3); }
  .hover\/bg\:black\.7\@xs:hover {
    background-color: rgba(17, 17, 17, 0.3); }
  .hover\/c\:black\.7\@xs:hover {
    color: rgba(17, 17, 17, 0.3); }
  .bg\:black\.8\@xs {
    background-color: rgba(17, 17, 17, 0.2); }
  .c\:black\.8\@xs {
    color: rgba(17, 17, 17, 0.2); }
  .hover\/bg\:black\.8\@xs:hover {
    background-color: rgba(17, 17, 17, 0.2); }
  .hover\/c\:black\.8\@xs:hover {
    color: rgba(17, 17, 17, 0.2); }
  .bg\:black\.9\@xs {
    background-color: rgba(17, 17, 17, 0.1); }
  .c\:black\.9\@xs {
    color: rgba(17, 17, 17, 0.1); }
  .hover\/bg\:black\.9\@xs:hover {
    background-color: rgba(17, 17, 17, 0.1); }
  .hover\/c\:black\.9\@xs:hover {
    color: rgba(17, 17, 17, 0.1); } }

@media (min-width: 500px) {
  .bg\:gray-dd\@xs {
    background-color: #333333; }
  .c\:gray-dd\@xs {
    color: #333333; }
  .hover\/bg\:gray-dd\@xs:hover {
    background-color: #333333; }
  .hover\/c\:gray-dd\@xs:hover {
    color: #333333; }
  .bg\:gray-dd\.1\@xs {
    background-color: rgba(51, 51, 51, 0.9); }
  .c\:gray-dd\.1\@xs {
    color: rgba(51, 51, 51, 0.9); }
  .hover\/bg\:gray-dd\.1\@xs:hover {
    background-color: rgba(51, 51, 51, 0.9); }
  .hover\/c\:gray-dd\.1\@xs:hover {
    color: rgba(51, 51, 51, 0.9); }
  .bg\:gray-dd\.2\@xs {
    background-color: rgba(51, 51, 51, 0.8); }
  .c\:gray-dd\.2\@xs {
    color: rgba(51, 51, 51, 0.8); }
  .hover\/bg\:gray-dd\.2\@xs:hover {
    background-color: rgba(51, 51, 51, 0.8); }
  .hover\/c\:gray-dd\.2\@xs:hover {
    color: rgba(51, 51, 51, 0.8); }
  .bg\:gray-dd\.3\@xs {
    background-color: rgba(51, 51, 51, 0.7); }
  .c\:gray-dd\.3\@xs {
    color: rgba(51, 51, 51, 0.7); }
  .hover\/bg\:gray-dd\.3\@xs:hover {
    background-color: rgba(51, 51, 51, 0.7); }
  .hover\/c\:gray-dd\.3\@xs:hover {
    color: rgba(51, 51, 51, 0.7); }
  .bg\:gray-dd\.4\@xs {
    background-color: rgba(51, 51, 51, 0.6); }
  .c\:gray-dd\.4\@xs {
    color: rgba(51, 51, 51, 0.6); }
  .hover\/bg\:gray-dd\.4\@xs:hover {
    background-color: rgba(51, 51, 51, 0.6); }
  .hover\/c\:gray-dd\.4\@xs:hover {
    color: rgba(51, 51, 51, 0.6); }
  .bg\:gray-dd\.5\@xs {
    background-color: rgba(51, 51, 51, 0.5); }
  .c\:gray-dd\.5\@xs {
    color: rgba(51, 51, 51, 0.5); }
  .hover\/bg\:gray-dd\.5\@xs:hover {
    background-color: rgba(51, 51, 51, 0.5); }
  .hover\/c\:gray-dd\.5\@xs:hover {
    color: rgba(51, 51, 51, 0.5); }
  .bg\:gray-dd\.6\@xs {
    background-color: rgba(51, 51, 51, 0.4); }
  .c\:gray-dd\.6\@xs {
    color: rgba(51, 51, 51, 0.4); }
  .hover\/bg\:gray-dd\.6\@xs:hover {
    background-color: rgba(51, 51, 51, 0.4); }
  .hover\/c\:gray-dd\.6\@xs:hover {
    color: rgba(51, 51, 51, 0.4); }
  .bg\:gray-dd\.7\@xs {
    background-color: rgba(51, 51, 51, 0.3); }
  .c\:gray-dd\.7\@xs {
    color: rgba(51, 51, 51, 0.3); }
  .hover\/bg\:gray-dd\.7\@xs:hover {
    background-color: rgba(51, 51, 51, 0.3); }
  .hover\/c\:gray-dd\.7\@xs:hover {
    color: rgba(51, 51, 51, 0.3); }
  .bg\:gray-dd\.8\@xs {
    background-color: rgba(51, 51, 51, 0.2); }
  .c\:gray-dd\.8\@xs {
    color: rgba(51, 51, 51, 0.2); }
  .hover\/bg\:gray-dd\.8\@xs:hover {
    background-color: rgba(51, 51, 51, 0.2); }
  .hover\/c\:gray-dd\.8\@xs:hover {
    color: rgba(51, 51, 51, 0.2); }
  .bg\:gray-dd\.9\@xs {
    background-color: rgba(51, 51, 51, 0.1); }
  .c\:gray-dd\.9\@xs {
    color: rgba(51, 51, 51, 0.1); }
  .hover\/bg\:gray-dd\.9\@xs:hover {
    background-color: rgba(51, 51, 51, 0.1); }
  .hover\/c\:gray-dd\.9\@xs:hover {
    color: rgba(51, 51, 51, 0.1); } }

@media (min-width: 500px) {
  .bg\:gray-d\@xs {
    background-color: #666666; }
  .c\:gray-d\@xs {
    color: #666666; }
  .hover\/bg\:gray-d\@xs:hover {
    background-color: #666666; }
  .hover\/c\:gray-d\@xs:hover {
    color: #666666; }
  .bg\:gray-d\.1\@xs {
    background-color: rgba(102, 102, 102, 0.9); }
  .c\:gray-d\.1\@xs {
    color: rgba(102, 102, 102, 0.9); }
  .hover\/bg\:gray-d\.1\@xs:hover {
    background-color: rgba(102, 102, 102, 0.9); }
  .hover\/c\:gray-d\.1\@xs:hover {
    color: rgba(102, 102, 102, 0.9); }
  .bg\:gray-d\.2\@xs {
    background-color: rgba(102, 102, 102, 0.8); }
  .c\:gray-d\.2\@xs {
    color: rgba(102, 102, 102, 0.8); }
  .hover\/bg\:gray-d\.2\@xs:hover {
    background-color: rgba(102, 102, 102, 0.8); }
  .hover\/c\:gray-d\.2\@xs:hover {
    color: rgba(102, 102, 102, 0.8); }
  .bg\:gray-d\.3\@xs {
    background-color: rgba(102, 102, 102, 0.7); }
  .c\:gray-d\.3\@xs {
    color: rgba(102, 102, 102, 0.7); }
  .hover\/bg\:gray-d\.3\@xs:hover {
    background-color: rgba(102, 102, 102, 0.7); }
  .hover\/c\:gray-d\.3\@xs:hover {
    color: rgba(102, 102, 102, 0.7); }
  .bg\:gray-d\.4\@xs {
    background-color: rgba(102, 102, 102, 0.6); }
  .c\:gray-d\.4\@xs {
    color: rgba(102, 102, 102, 0.6); }
  .hover\/bg\:gray-d\.4\@xs:hover {
    background-color: rgba(102, 102, 102, 0.6); }
  .hover\/c\:gray-d\.4\@xs:hover {
    color: rgba(102, 102, 102, 0.6); }
  .bg\:gray-d\.5\@xs {
    background-color: rgba(102, 102, 102, 0.5); }
  .c\:gray-d\.5\@xs {
    color: rgba(102, 102, 102, 0.5); }
  .hover\/bg\:gray-d\.5\@xs:hover {
    background-color: rgba(102, 102, 102, 0.5); }
  .hover\/c\:gray-d\.5\@xs:hover {
    color: rgba(102, 102, 102, 0.5); }
  .bg\:gray-d\.6\@xs {
    background-color: rgba(102, 102, 102, 0.4); }
  .c\:gray-d\.6\@xs {
    color: rgba(102, 102, 102, 0.4); }
  .hover\/bg\:gray-d\.6\@xs:hover {
    background-color: rgba(102, 102, 102, 0.4); }
  .hover\/c\:gray-d\.6\@xs:hover {
    color: rgba(102, 102, 102, 0.4); }
  .bg\:gray-d\.7\@xs {
    background-color: rgba(102, 102, 102, 0.3); }
  .c\:gray-d\.7\@xs {
    color: rgba(102, 102, 102, 0.3); }
  .hover\/bg\:gray-d\.7\@xs:hover {
    background-color: rgba(102, 102, 102, 0.3); }
  .hover\/c\:gray-d\.7\@xs:hover {
    color: rgba(102, 102, 102, 0.3); }
  .bg\:gray-d\.8\@xs {
    background-color: rgba(102, 102, 102, 0.2); }
  .c\:gray-d\.8\@xs {
    color: rgba(102, 102, 102, 0.2); }
  .hover\/bg\:gray-d\.8\@xs:hover {
    background-color: rgba(102, 102, 102, 0.2); }
  .hover\/c\:gray-d\.8\@xs:hover {
    color: rgba(102, 102, 102, 0.2); }
  .bg\:gray-d\.9\@xs {
    background-color: rgba(102, 102, 102, 0.1); }
  .c\:gray-d\.9\@xs {
    color: rgba(102, 102, 102, 0.1); }
  .hover\/bg\:gray-d\.9\@xs:hover {
    background-color: rgba(102, 102, 102, 0.1); }
  .hover\/c\:gray-d\.9\@xs:hover {
    color: rgba(102, 102, 102, 0.1); } }

@media (min-width: 500px) {
  .bg\:gray\@xs {
    background-color: #999999; }
  .c\:gray\@xs {
    color: #999999; }
  .hover\/bg\:gray\@xs:hover {
    background-color: #999999; }
  .hover\/c\:gray\@xs:hover {
    color: #999999; }
  .bg\:gray\.1\@xs {
    background-color: rgba(153, 153, 153, 0.9); }
  .c\:gray\.1\@xs {
    color: rgba(153, 153, 153, 0.9); }
  .hover\/bg\:gray\.1\@xs:hover {
    background-color: rgba(153, 153, 153, 0.9); }
  .hover\/c\:gray\.1\@xs:hover {
    color: rgba(153, 153, 153, 0.9); }
  .bg\:gray\.2\@xs {
    background-color: rgba(153, 153, 153, 0.8); }
  .c\:gray\.2\@xs {
    color: rgba(153, 153, 153, 0.8); }
  .hover\/bg\:gray\.2\@xs:hover {
    background-color: rgba(153, 153, 153, 0.8); }
  .hover\/c\:gray\.2\@xs:hover {
    color: rgba(153, 153, 153, 0.8); }
  .bg\:gray\.3\@xs {
    background-color: rgba(153, 153, 153, 0.7); }
  .c\:gray\.3\@xs {
    color: rgba(153, 153, 153, 0.7); }
  .hover\/bg\:gray\.3\@xs:hover {
    background-color: rgba(153, 153, 153, 0.7); }
  .hover\/c\:gray\.3\@xs:hover {
    color: rgba(153, 153, 153, 0.7); }
  .bg\:gray\.4\@xs {
    background-color: rgba(153, 153, 153, 0.6); }
  .c\:gray\.4\@xs {
    color: rgba(153, 153, 153, 0.6); }
  .hover\/bg\:gray\.4\@xs:hover {
    background-color: rgba(153, 153, 153, 0.6); }
  .hover\/c\:gray\.4\@xs:hover {
    color: rgba(153, 153, 153, 0.6); }
  .bg\:gray\.5\@xs {
    background-color: rgba(153, 153, 153, 0.5); }
  .c\:gray\.5\@xs {
    color: rgba(153, 153, 153, 0.5); }
  .hover\/bg\:gray\.5\@xs:hover {
    background-color: rgba(153, 153, 153, 0.5); }
  .hover\/c\:gray\.5\@xs:hover {
    color: rgba(153, 153, 153, 0.5); }
  .bg\:gray\.6\@xs {
    background-color: rgba(153, 153, 153, 0.4); }
  .c\:gray\.6\@xs {
    color: rgba(153, 153, 153, 0.4); }
  .hover\/bg\:gray\.6\@xs:hover {
    background-color: rgba(153, 153, 153, 0.4); }
  .hover\/c\:gray\.6\@xs:hover {
    color: rgba(153, 153, 153, 0.4); }
  .bg\:gray\.7\@xs {
    background-color: rgba(153, 153, 153, 0.3); }
  .c\:gray\.7\@xs {
    color: rgba(153, 153, 153, 0.3); }
  .hover\/bg\:gray\.7\@xs:hover {
    background-color: rgba(153, 153, 153, 0.3); }
  .hover\/c\:gray\.7\@xs:hover {
    color: rgba(153, 153, 153, 0.3); }
  .bg\:gray\.8\@xs {
    background-color: rgba(153, 153, 153, 0.2); }
  .c\:gray\.8\@xs {
    color: rgba(153, 153, 153, 0.2); }
  .hover\/bg\:gray\.8\@xs:hover {
    background-color: rgba(153, 153, 153, 0.2); }
  .hover\/c\:gray\.8\@xs:hover {
    color: rgba(153, 153, 153, 0.2); }
  .bg\:gray\.9\@xs {
    background-color: rgba(153, 153, 153, 0.1); }
  .c\:gray\.9\@xs {
    color: rgba(153, 153, 153, 0.1); }
  .hover\/bg\:gray\.9\@xs:hover {
    background-color: rgba(153, 153, 153, 0.1); }
  .hover\/c\:gray\.9\@xs:hover {
    color: rgba(153, 153, 153, 0.1); } }

@media (min-width: 500px) {
  .bg\:gray-l\@xs {
    background-color: #cccccc; }
  .c\:gray-l\@xs {
    color: #cccccc; }
  .hover\/bg\:gray-l\@xs:hover {
    background-color: #cccccc; }
  .hover\/c\:gray-l\@xs:hover {
    color: #cccccc; }
  .bg\:gray-l\.1\@xs {
    background-color: rgba(204, 204, 204, 0.9); }
  .c\:gray-l\.1\@xs {
    color: rgba(204, 204, 204, 0.9); }
  .hover\/bg\:gray-l\.1\@xs:hover {
    background-color: rgba(204, 204, 204, 0.9); }
  .hover\/c\:gray-l\.1\@xs:hover {
    color: rgba(204, 204, 204, 0.9); }
  .bg\:gray-l\.2\@xs {
    background-color: rgba(204, 204, 204, 0.8); }
  .c\:gray-l\.2\@xs {
    color: rgba(204, 204, 204, 0.8); }
  .hover\/bg\:gray-l\.2\@xs:hover {
    background-color: rgba(204, 204, 204, 0.8); }
  .hover\/c\:gray-l\.2\@xs:hover {
    color: rgba(204, 204, 204, 0.8); }
  .bg\:gray-l\.3\@xs {
    background-color: rgba(204, 204, 204, 0.7); }
  .c\:gray-l\.3\@xs {
    color: rgba(204, 204, 204, 0.7); }
  .hover\/bg\:gray-l\.3\@xs:hover {
    background-color: rgba(204, 204, 204, 0.7); }
  .hover\/c\:gray-l\.3\@xs:hover {
    color: rgba(204, 204, 204, 0.7); }
  .bg\:gray-l\.4\@xs {
    background-color: rgba(204, 204, 204, 0.6); }
  .c\:gray-l\.4\@xs {
    color: rgba(204, 204, 204, 0.6); }
  .hover\/bg\:gray-l\.4\@xs:hover {
    background-color: rgba(204, 204, 204, 0.6); }
  .hover\/c\:gray-l\.4\@xs:hover {
    color: rgba(204, 204, 204, 0.6); }
  .bg\:gray-l\.5\@xs {
    background-color: rgba(204, 204, 204, 0.5); }
  .c\:gray-l\.5\@xs {
    color: rgba(204, 204, 204, 0.5); }
  .hover\/bg\:gray-l\.5\@xs:hover {
    background-color: rgba(204, 204, 204, 0.5); }
  .hover\/c\:gray-l\.5\@xs:hover {
    color: rgba(204, 204, 204, 0.5); }
  .bg\:gray-l\.6\@xs {
    background-color: rgba(204, 204, 204, 0.4); }
  .c\:gray-l\.6\@xs {
    color: rgba(204, 204, 204, 0.4); }
  .hover\/bg\:gray-l\.6\@xs:hover {
    background-color: rgba(204, 204, 204, 0.4); }
  .hover\/c\:gray-l\.6\@xs:hover {
    color: rgba(204, 204, 204, 0.4); }
  .bg\:gray-l\.7\@xs {
    background-color: rgba(204, 204, 204, 0.3); }
  .c\:gray-l\.7\@xs {
    color: rgba(204, 204, 204, 0.3); }
  .hover\/bg\:gray-l\.7\@xs:hover {
    background-color: rgba(204, 204, 204, 0.3); }
  .hover\/c\:gray-l\.7\@xs:hover {
    color: rgba(204, 204, 204, 0.3); }
  .bg\:gray-l\.8\@xs {
    background-color: rgba(204, 204, 204, 0.2); }
  .c\:gray-l\.8\@xs {
    color: rgba(204, 204, 204, 0.2); }
  .hover\/bg\:gray-l\.8\@xs:hover {
    background-color: rgba(204, 204, 204, 0.2); }
  .hover\/c\:gray-l\.8\@xs:hover {
    color: rgba(204, 204, 204, 0.2); }
  .bg\:gray-l\.9\@xs {
    background-color: rgba(204, 204, 204, 0.1); }
  .c\:gray-l\.9\@xs {
    color: rgba(204, 204, 204, 0.1); }
  .hover\/bg\:gray-l\.9\@xs:hover {
    background-color: rgba(204, 204, 204, 0.1); }
  .hover\/c\:gray-l\.9\@xs:hover {
    color: rgba(204, 204, 204, 0.1); } }

@media (min-width: 500px) {
  .bg\:gray-ll\@xs {
    background-color: #f6f6f6; }
  .c\:gray-ll\@xs {
    color: #f6f6f6; }
  .hover\/bg\:gray-ll\@xs:hover {
    background-color: #f6f6f6; }
  .hover\/c\:gray-ll\@xs:hover {
    color: #f6f6f6; }
  .bg\:gray-ll\.1\@xs {
    background-color: rgba(246, 246, 246, 0.9); }
  .c\:gray-ll\.1\@xs {
    color: rgba(246, 246, 246, 0.9); }
  .hover\/bg\:gray-ll\.1\@xs:hover {
    background-color: rgba(246, 246, 246, 0.9); }
  .hover\/c\:gray-ll\.1\@xs:hover {
    color: rgba(246, 246, 246, 0.9); }
  .bg\:gray-ll\.2\@xs {
    background-color: rgba(246, 246, 246, 0.8); }
  .c\:gray-ll\.2\@xs {
    color: rgba(246, 246, 246, 0.8); }
  .hover\/bg\:gray-ll\.2\@xs:hover {
    background-color: rgba(246, 246, 246, 0.8); }
  .hover\/c\:gray-ll\.2\@xs:hover {
    color: rgba(246, 246, 246, 0.8); }
  .bg\:gray-ll\.3\@xs {
    background-color: rgba(246, 246, 246, 0.7); }
  .c\:gray-ll\.3\@xs {
    color: rgba(246, 246, 246, 0.7); }
  .hover\/bg\:gray-ll\.3\@xs:hover {
    background-color: rgba(246, 246, 246, 0.7); }
  .hover\/c\:gray-ll\.3\@xs:hover {
    color: rgba(246, 246, 246, 0.7); }
  .bg\:gray-ll\.4\@xs {
    background-color: rgba(246, 246, 246, 0.6); }
  .c\:gray-ll\.4\@xs {
    color: rgba(246, 246, 246, 0.6); }
  .hover\/bg\:gray-ll\.4\@xs:hover {
    background-color: rgba(246, 246, 246, 0.6); }
  .hover\/c\:gray-ll\.4\@xs:hover {
    color: rgba(246, 246, 246, 0.6); }
  .bg\:gray-ll\.5\@xs {
    background-color: rgba(246, 246, 246, 0.5); }
  .c\:gray-ll\.5\@xs {
    color: rgba(246, 246, 246, 0.5); }
  .hover\/bg\:gray-ll\.5\@xs:hover {
    background-color: rgba(246, 246, 246, 0.5); }
  .hover\/c\:gray-ll\.5\@xs:hover {
    color: rgba(246, 246, 246, 0.5); }
  .bg\:gray-ll\.6\@xs {
    background-color: rgba(246, 246, 246, 0.4); }
  .c\:gray-ll\.6\@xs {
    color: rgba(246, 246, 246, 0.4); }
  .hover\/bg\:gray-ll\.6\@xs:hover {
    background-color: rgba(246, 246, 246, 0.4); }
  .hover\/c\:gray-ll\.6\@xs:hover {
    color: rgba(246, 246, 246, 0.4); }
  .bg\:gray-ll\.7\@xs {
    background-color: rgba(246, 246, 246, 0.3); }
  .c\:gray-ll\.7\@xs {
    color: rgba(246, 246, 246, 0.3); }
  .hover\/bg\:gray-ll\.7\@xs:hover {
    background-color: rgba(246, 246, 246, 0.3); }
  .hover\/c\:gray-ll\.7\@xs:hover {
    color: rgba(246, 246, 246, 0.3); }
  .bg\:gray-ll\.8\@xs {
    background-color: rgba(246, 246, 246, 0.2); }
  .c\:gray-ll\.8\@xs {
    color: rgba(246, 246, 246, 0.2); }
  .hover\/bg\:gray-ll\.8\@xs:hover {
    background-color: rgba(246, 246, 246, 0.2); }
  .hover\/c\:gray-ll\.8\@xs:hover {
    color: rgba(246, 246, 246, 0.2); }
  .bg\:gray-ll\.9\@xs {
    background-color: rgba(246, 246, 246, 0.1); }
  .c\:gray-ll\.9\@xs {
    color: rgba(246, 246, 246, 0.1); }
  .hover\/bg\:gray-ll\.9\@xs:hover {
    background-color: rgba(246, 246, 246, 0.1); }
  .hover\/c\:gray-ll\.9\@xs:hover {
    color: rgba(246, 246, 246, 0.1); } }

@media (min-width: 500px) {
  .bg\:white-d\@xs {
    background-color: #e3e3e3; }
  .c\:white-d\@xs {
    color: #e3e3e3; }
  .hover\/bg\:white-d\@xs:hover {
    background-color: #e3e3e3; }
  .hover\/c\:white-d\@xs:hover {
    color: #e3e3e3; }
  .bg\:white-d\.1\@xs {
    background-color: rgba(227, 227, 227, 0.9); }
  .c\:white-d\.1\@xs {
    color: rgba(227, 227, 227, 0.9); }
  .hover\/bg\:white-d\.1\@xs:hover {
    background-color: rgba(227, 227, 227, 0.9); }
  .hover\/c\:white-d\.1\@xs:hover {
    color: rgba(227, 227, 227, 0.9); }
  .bg\:white-d\.2\@xs {
    background-color: rgba(227, 227, 227, 0.8); }
  .c\:white-d\.2\@xs {
    color: rgba(227, 227, 227, 0.8); }
  .hover\/bg\:white-d\.2\@xs:hover {
    background-color: rgba(227, 227, 227, 0.8); }
  .hover\/c\:white-d\.2\@xs:hover {
    color: rgba(227, 227, 227, 0.8); }
  .bg\:white-d\.3\@xs {
    background-color: rgba(227, 227, 227, 0.7); }
  .c\:white-d\.3\@xs {
    color: rgba(227, 227, 227, 0.7); }
  .hover\/bg\:white-d\.3\@xs:hover {
    background-color: rgba(227, 227, 227, 0.7); }
  .hover\/c\:white-d\.3\@xs:hover {
    color: rgba(227, 227, 227, 0.7); }
  .bg\:white-d\.4\@xs {
    background-color: rgba(227, 227, 227, 0.6); }
  .c\:white-d\.4\@xs {
    color: rgba(227, 227, 227, 0.6); }
  .hover\/bg\:white-d\.4\@xs:hover {
    background-color: rgba(227, 227, 227, 0.6); }
  .hover\/c\:white-d\.4\@xs:hover {
    color: rgba(227, 227, 227, 0.6); }
  .bg\:white-d\.5\@xs {
    background-color: rgba(227, 227, 227, 0.5); }
  .c\:white-d\.5\@xs {
    color: rgba(227, 227, 227, 0.5); }
  .hover\/bg\:white-d\.5\@xs:hover {
    background-color: rgba(227, 227, 227, 0.5); }
  .hover\/c\:white-d\.5\@xs:hover {
    color: rgba(227, 227, 227, 0.5); }
  .bg\:white-d\.6\@xs {
    background-color: rgba(227, 227, 227, 0.4); }
  .c\:white-d\.6\@xs {
    color: rgba(227, 227, 227, 0.4); }
  .hover\/bg\:white-d\.6\@xs:hover {
    background-color: rgba(227, 227, 227, 0.4); }
  .hover\/c\:white-d\.6\@xs:hover {
    color: rgba(227, 227, 227, 0.4); }
  .bg\:white-d\.7\@xs {
    background-color: rgba(227, 227, 227, 0.3); }
  .c\:white-d\.7\@xs {
    color: rgba(227, 227, 227, 0.3); }
  .hover\/bg\:white-d\.7\@xs:hover {
    background-color: rgba(227, 227, 227, 0.3); }
  .hover\/c\:white-d\.7\@xs:hover {
    color: rgba(227, 227, 227, 0.3); }
  .bg\:white-d\.8\@xs {
    background-color: rgba(227, 227, 227, 0.2); }
  .c\:white-d\.8\@xs {
    color: rgba(227, 227, 227, 0.2); }
  .hover\/bg\:white-d\.8\@xs:hover {
    background-color: rgba(227, 227, 227, 0.2); }
  .hover\/c\:white-d\.8\@xs:hover {
    color: rgba(227, 227, 227, 0.2); }
  .bg\:white-d\.9\@xs {
    background-color: rgba(227, 227, 227, 0.1); }
  .c\:white-d\.9\@xs {
    color: rgba(227, 227, 227, 0.1); }
  .hover\/bg\:white-d\.9\@xs:hover {
    background-color: rgba(227, 227, 227, 0.1); }
  .hover\/c\:white-d\.9\@xs:hover {
    color: rgba(227, 227, 227, 0.1); } }

@media (min-width: 500px) {
  .bg\:white\@xs {
    background-color: #ffffff; }
  .c\:white\@xs {
    color: #ffffff; }
  .hover\/bg\:white\@xs:hover {
    background-color: #ffffff; }
  .hover\/c\:white\@xs:hover {
    color: #ffffff; }
  .bg\:white\.1\@xs {
    background-color: rgba(255, 255, 255, 0.9); }
  .c\:white\.1\@xs {
    color: rgba(255, 255, 255, 0.9); }
  .hover\/bg\:white\.1\@xs:hover {
    background-color: rgba(255, 255, 255, 0.9); }
  .hover\/c\:white\.1\@xs:hover {
    color: rgba(255, 255, 255, 0.9); }
  .bg\:white\.2\@xs {
    background-color: rgba(255, 255, 255, 0.8); }
  .c\:white\.2\@xs {
    color: rgba(255, 255, 255, 0.8); }
  .hover\/bg\:white\.2\@xs:hover {
    background-color: rgba(255, 255, 255, 0.8); }
  .hover\/c\:white\.2\@xs:hover {
    color: rgba(255, 255, 255, 0.8); }
  .bg\:white\.3\@xs {
    background-color: rgba(255, 255, 255, 0.7); }
  .c\:white\.3\@xs {
    color: rgba(255, 255, 255, 0.7); }
  .hover\/bg\:white\.3\@xs:hover {
    background-color: rgba(255, 255, 255, 0.7); }
  .hover\/c\:white\.3\@xs:hover {
    color: rgba(255, 255, 255, 0.7); }
  .bg\:white\.4\@xs {
    background-color: rgba(255, 255, 255, 0.6); }
  .c\:white\.4\@xs {
    color: rgba(255, 255, 255, 0.6); }
  .hover\/bg\:white\.4\@xs:hover {
    background-color: rgba(255, 255, 255, 0.6); }
  .hover\/c\:white\.4\@xs:hover {
    color: rgba(255, 255, 255, 0.6); }
  .bg\:white\.5\@xs {
    background-color: rgba(255, 255, 255, 0.5); }
  .c\:white\.5\@xs {
    color: rgba(255, 255, 255, 0.5); }
  .hover\/bg\:white\.5\@xs:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .hover\/c\:white\.5\@xs:hover {
    color: rgba(255, 255, 255, 0.5); }
  .bg\:white\.6\@xs {
    background-color: rgba(255, 255, 255, 0.4); }
  .c\:white\.6\@xs {
    color: rgba(255, 255, 255, 0.4); }
  .hover\/bg\:white\.6\@xs:hover {
    background-color: rgba(255, 255, 255, 0.4); }
  .hover\/c\:white\.6\@xs:hover {
    color: rgba(255, 255, 255, 0.4); }
  .bg\:white\.7\@xs {
    background-color: rgba(255, 255, 255, 0.3); }
  .c\:white\.7\@xs {
    color: rgba(255, 255, 255, 0.3); }
  .hover\/bg\:white\.7\@xs:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  .hover\/c\:white\.7\@xs:hover {
    color: rgba(255, 255, 255, 0.3); }
  .bg\:white\.8\@xs {
    background-color: rgba(255, 255, 255, 0.2); }
  .c\:white\.8\@xs {
    color: rgba(255, 255, 255, 0.2); }
  .hover\/bg\:white\.8\@xs:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  .hover\/c\:white\.8\@xs:hover {
    color: rgba(255, 255, 255, 0.2); }
  .bg\:white\.9\@xs {
    background-color: rgba(255, 255, 255, 0.1); }
  .c\:white\.9\@xs {
    color: rgba(255, 255, 255, 0.1); }
  .hover\/bg\:white\.9\@xs:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .hover\/c\:white\.9\@xs:hover {
    color: rgba(255, 255, 255, 0.1); } }

@media (min-width: 500px) {
  .bg\:orange\@xs {
    background-color: #ff904b; }
  .c\:orange\@xs {
    color: #ff904b; }
  .hover\/bg\:orange\@xs:hover {
    background-color: #ff904b; }
  .hover\/c\:orange\@xs:hover {
    color: #ff904b; }
  .bg\:orange\.1\@xs {
    background-color: rgba(255, 144, 75, 0.9); }
  .c\:orange\.1\@xs {
    color: rgba(255, 144, 75, 0.9); }
  .hover\/bg\:orange\.1\@xs:hover {
    background-color: rgba(255, 144, 75, 0.9); }
  .hover\/c\:orange\.1\@xs:hover {
    color: rgba(255, 144, 75, 0.9); }
  .bg\:orange\.2\@xs {
    background-color: rgba(255, 144, 75, 0.8); }
  .c\:orange\.2\@xs {
    color: rgba(255, 144, 75, 0.8); }
  .hover\/bg\:orange\.2\@xs:hover {
    background-color: rgba(255, 144, 75, 0.8); }
  .hover\/c\:orange\.2\@xs:hover {
    color: rgba(255, 144, 75, 0.8); }
  .bg\:orange\.3\@xs {
    background-color: rgba(255, 144, 75, 0.7); }
  .c\:orange\.3\@xs {
    color: rgba(255, 144, 75, 0.7); }
  .hover\/bg\:orange\.3\@xs:hover {
    background-color: rgba(255, 144, 75, 0.7); }
  .hover\/c\:orange\.3\@xs:hover {
    color: rgba(255, 144, 75, 0.7); }
  .bg\:orange\.4\@xs {
    background-color: rgba(255, 144, 75, 0.6); }
  .c\:orange\.4\@xs {
    color: rgba(255, 144, 75, 0.6); }
  .hover\/bg\:orange\.4\@xs:hover {
    background-color: rgba(255, 144, 75, 0.6); }
  .hover\/c\:orange\.4\@xs:hover {
    color: rgba(255, 144, 75, 0.6); }
  .bg\:orange\.5\@xs {
    background-color: rgba(255, 144, 75, 0.5); }
  .c\:orange\.5\@xs {
    color: rgba(255, 144, 75, 0.5); }
  .hover\/bg\:orange\.5\@xs:hover {
    background-color: rgba(255, 144, 75, 0.5); }
  .hover\/c\:orange\.5\@xs:hover {
    color: rgba(255, 144, 75, 0.5); }
  .bg\:orange\.6\@xs {
    background-color: rgba(255, 144, 75, 0.4); }
  .c\:orange\.6\@xs {
    color: rgba(255, 144, 75, 0.4); }
  .hover\/bg\:orange\.6\@xs:hover {
    background-color: rgba(255, 144, 75, 0.4); }
  .hover\/c\:orange\.6\@xs:hover {
    color: rgba(255, 144, 75, 0.4); }
  .bg\:orange\.7\@xs {
    background-color: rgba(255, 144, 75, 0.3); }
  .c\:orange\.7\@xs {
    color: rgba(255, 144, 75, 0.3); }
  .hover\/bg\:orange\.7\@xs:hover {
    background-color: rgba(255, 144, 75, 0.3); }
  .hover\/c\:orange\.7\@xs:hover {
    color: rgba(255, 144, 75, 0.3); }
  .bg\:orange\.8\@xs {
    background-color: rgba(255, 144, 75, 0.2); }
  .c\:orange\.8\@xs {
    color: rgba(255, 144, 75, 0.2); }
  .hover\/bg\:orange\.8\@xs:hover {
    background-color: rgba(255, 144, 75, 0.2); }
  .hover\/c\:orange\.8\@xs:hover {
    color: rgba(255, 144, 75, 0.2); }
  .bg\:orange\.9\@xs {
    background-color: rgba(255, 144, 75, 0.1); }
  .c\:orange\.9\@xs {
    color: rgba(255, 144, 75, 0.1); }
  .hover\/bg\:orange\.9\@xs:hover {
    background-color: rgba(255, 144, 75, 0.1); }
  .hover\/c\:orange\.9\@xs:hover {
    color: rgba(255, 144, 75, 0.1); } }

@media (min-width: 500px) {
  .bg\:coral\@xs {
    background-color: #ff5041; }
  .c\:coral\@xs {
    color: #ff5041; }
  .hover\/bg\:coral\@xs:hover {
    background-color: #ff5041; }
  .hover\/c\:coral\@xs:hover {
    color: #ff5041; }
  .bg\:coral\.1\@xs {
    background-color: rgba(255, 80, 65, 0.9); }
  .c\:coral\.1\@xs {
    color: rgba(255, 80, 65, 0.9); }
  .hover\/bg\:coral\.1\@xs:hover {
    background-color: rgba(255, 80, 65, 0.9); }
  .hover\/c\:coral\.1\@xs:hover {
    color: rgba(255, 80, 65, 0.9); }
  .bg\:coral\.2\@xs {
    background-color: rgba(255, 80, 65, 0.8); }
  .c\:coral\.2\@xs {
    color: rgba(255, 80, 65, 0.8); }
  .hover\/bg\:coral\.2\@xs:hover {
    background-color: rgba(255, 80, 65, 0.8); }
  .hover\/c\:coral\.2\@xs:hover {
    color: rgba(255, 80, 65, 0.8); }
  .bg\:coral\.3\@xs {
    background-color: rgba(255, 80, 65, 0.7); }
  .c\:coral\.3\@xs {
    color: rgba(255, 80, 65, 0.7); }
  .hover\/bg\:coral\.3\@xs:hover {
    background-color: rgba(255, 80, 65, 0.7); }
  .hover\/c\:coral\.3\@xs:hover {
    color: rgba(255, 80, 65, 0.7); }
  .bg\:coral\.4\@xs {
    background-color: rgba(255, 80, 65, 0.6); }
  .c\:coral\.4\@xs {
    color: rgba(255, 80, 65, 0.6); }
  .hover\/bg\:coral\.4\@xs:hover {
    background-color: rgba(255, 80, 65, 0.6); }
  .hover\/c\:coral\.4\@xs:hover {
    color: rgba(255, 80, 65, 0.6); }
  .bg\:coral\.5\@xs {
    background-color: rgba(255, 80, 65, 0.5); }
  .c\:coral\.5\@xs {
    color: rgba(255, 80, 65, 0.5); }
  .hover\/bg\:coral\.5\@xs:hover {
    background-color: rgba(255, 80, 65, 0.5); }
  .hover\/c\:coral\.5\@xs:hover {
    color: rgba(255, 80, 65, 0.5); }
  .bg\:coral\.6\@xs {
    background-color: rgba(255, 80, 65, 0.4); }
  .c\:coral\.6\@xs {
    color: rgba(255, 80, 65, 0.4); }
  .hover\/bg\:coral\.6\@xs:hover {
    background-color: rgba(255, 80, 65, 0.4); }
  .hover\/c\:coral\.6\@xs:hover {
    color: rgba(255, 80, 65, 0.4); }
  .bg\:coral\.7\@xs {
    background-color: rgba(255, 80, 65, 0.3); }
  .c\:coral\.7\@xs {
    color: rgba(255, 80, 65, 0.3); }
  .hover\/bg\:coral\.7\@xs:hover {
    background-color: rgba(255, 80, 65, 0.3); }
  .hover\/c\:coral\.7\@xs:hover {
    color: rgba(255, 80, 65, 0.3); }
  .bg\:coral\.8\@xs {
    background-color: rgba(255, 80, 65, 0.2); }
  .c\:coral\.8\@xs {
    color: rgba(255, 80, 65, 0.2); }
  .hover\/bg\:coral\.8\@xs:hover {
    background-color: rgba(255, 80, 65, 0.2); }
  .hover\/c\:coral\.8\@xs:hover {
    color: rgba(255, 80, 65, 0.2); }
  .bg\:coral\.9\@xs {
    background-color: rgba(255, 80, 65, 0.1); }
  .c\:coral\.9\@xs {
    color: rgba(255, 80, 65, 0.1); }
  .hover\/bg\:coral\.9\@xs:hover {
    background-color: rgba(255, 80, 65, 0.1); }
  .hover\/c\:coral\.9\@xs:hover {
    color: rgba(255, 80, 65, 0.1); } }

@media (min-width: 500px) {
  .bg\:red\@xs {
    background-color: #e62b1e; }
  .c\:red\@xs {
    color: #e62b1e; }
  .hover\/bg\:red\@xs:hover {
    background-color: #e62b1e; }
  .hover\/c\:red\@xs:hover {
    color: #e62b1e; }
  .bg\:red\.1\@xs {
    background-color: rgba(230, 43, 30, 0.9); }
  .c\:red\.1\@xs {
    color: rgba(230, 43, 30, 0.9); }
  .hover\/bg\:red\.1\@xs:hover {
    background-color: rgba(230, 43, 30, 0.9); }
  .hover\/c\:red\.1\@xs:hover {
    color: rgba(230, 43, 30, 0.9); }
  .bg\:red\.2\@xs {
    background-color: rgba(230, 43, 30, 0.8); }
  .c\:red\.2\@xs {
    color: rgba(230, 43, 30, 0.8); }
  .hover\/bg\:red\.2\@xs:hover {
    background-color: rgba(230, 43, 30, 0.8); }
  .hover\/c\:red\.2\@xs:hover {
    color: rgba(230, 43, 30, 0.8); }
  .bg\:red\.3\@xs {
    background-color: rgba(230, 43, 30, 0.7); }
  .c\:red\.3\@xs {
    color: rgba(230, 43, 30, 0.7); }
  .hover\/bg\:red\.3\@xs:hover {
    background-color: rgba(230, 43, 30, 0.7); }
  .hover\/c\:red\.3\@xs:hover {
    color: rgba(230, 43, 30, 0.7); }
  .bg\:red\.4\@xs {
    background-color: rgba(230, 43, 30, 0.6); }
  .c\:red\.4\@xs {
    color: rgba(230, 43, 30, 0.6); }
  .hover\/bg\:red\.4\@xs:hover {
    background-color: rgba(230, 43, 30, 0.6); }
  .hover\/c\:red\.4\@xs:hover {
    color: rgba(230, 43, 30, 0.6); }
  .bg\:red\.5\@xs {
    background-color: rgba(230, 43, 30, 0.5); }
  .c\:red\.5\@xs {
    color: rgba(230, 43, 30, 0.5); }
  .hover\/bg\:red\.5\@xs:hover {
    background-color: rgba(230, 43, 30, 0.5); }
  .hover\/c\:red\.5\@xs:hover {
    color: rgba(230, 43, 30, 0.5); }
  .bg\:red\.6\@xs {
    background-color: rgba(230, 43, 30, 0.4); }
  .c\:red\.6\@xs {
    color: rgba(230, 43, 30, 0.4); }
  .hover\/bg\:red\.6\@xs:hover {
    background-color: rgba(230, 43, 30, 0.4); }
  .hover\/c\:red\.6\@xs:hover {
    color: rgba(230, 43, 30, 0.4); }
  .bg\:red\.7\@xs {
    background-color: rgba(230, 43, 30, 0.3); }
  .c\:red\.7\@xs {
    color: rgba(230, 43, 30, 0.3); }
  .hover\/bg\:red\.7\@xs:hover {
    background-color: rgba(230, 43, 30, 0.3); }
  .hover\/c\:red\.7\@xs:hover {
    color: rgba(230, 43, 30, 0.3); }
  .bg\:red\.8\@xs {
    background-color: rgba(230, 43, 30, 0.2); }
  .c\:red\.8\@xs {
    color: rgba(230, 43, 30, 0.2); }
  .hover\/bg\:red\.8\@xs:hover {
    background-color: rgba(230, 43, 30, 0.2); }
  .hover\/c\:red\.8\@xs:hover {
    color: rgba(230, 43, 30, 0.2); }
  .bg\:red\.9\@xs {
    background-color: rgba(230, 43, 30, 0.1); }
  .c\:red\.9\@xs {
    color: rgba(230, 43, 30, 0.1); }
  .hover\/bg\:red\.9\@xs:hover {
    background-color: rgba(230, 43, 30, 0.1); }
  .hover\/c\:red\.9\@xs:hover {
    color: rgba(230, 43, 30, 0.1); } }

@media (min-width: 500px) {
  .bg\:twitter\@xs {
    background-color: #55acee; }
  .c\:twitter\@xs {
    color: #55acee; }
  .hover\/bg\:twitter\@xs:hover {
    background-color: #55acee; }
  .hover\/c\:twitter\@xs:hover {
    color: #55acee; }
  .bg\:twitter\.1\@xs {
    background-color: rgba(85, 172, 238, 0.9); }
  .c\:twitter\.1\@xs {
    color: rgba(85, 172, 238, 0.9); }
  .hover\/bg\:twitter\.1\@xs:hover {
    background-color: rgba(85, 172, 238, 0.9); }
  .hover\/c\:twitter\.1\@xs:hover {
    color: rgba(85, 172, 238, 0.9); }
  .bg\:twitter\.2\@xs {
    background-color: rgba(85, 172, 238, 0.8); }
  .c\:twitter\.2\@xs {
    color: rgba(85, 172, 238, 0.8); }
  .hover\/bg\:twitter\.2\@xs:hover {
    background-color: rgba(85, 172, 238, 0.8); }
  .hover\/c\:twitter\.2\@xs:hover {
    color: rgba(85, 172, 238, 0.8); }
  .bg\:twitter\.3\@xs {
    background-color: rgba(85, 172, 238, 0.7); }
  .c\:twitter\.3\@xs {
    color: rgba(85, 172, 238, 0.7); }
  .hover\/bg\:twitter\.3\@xs:hover {
    background-color: rgba(85, 172, 238, 0.7); }
  .hover\/c\:twitter\.3\@xs:hover {
    color: rgba(85, 172, 238, 0.7); }
  .bg\:twitter\.4\@xs {
    background-color: rgba(85, 172, 238, 0.6); }
  .c\:twitter\.4\@xs {
    color: rgba(85, 172, 238, 0.6); }
  .hover\/bg\:twitter\.4\@xs:hover {
    background-color: rgba(85, 172, 238, 0.6); }
  .hover\/c\:twitter\.4\@xs:hover {
    color: rgba(85, 172, 238, 0.6); }
  .bg\:twitter\.5\@xs {
    background-color: rgba(85, 172, 238, 0.5); }
  .c\:twitter\.5\@xs {
    color: rgba(85, 172, 238, 0.5); }
  .hover\/bg\:twitter\.5\@xs:hover {
    background-color: rgba(85, 172, 238, 0.5); }
  .hover\/c\:twitter\.5\@xs:hover {
    color: rgba(85, 172, 238, 0.5); }
  .bg\:twitter\.6\@xs {
    background-color: rgba(85, 172, 238, 0.4); }
  .c\:twitter\.6\@xs {
    color: rgba(85, 172, 238, 0.4); }
  .hover\/bg\:twitter\.6\@xs:hover {
    background-color: rgba(85, 172, 238, 0.4); }
  .hover\/c\:twitter\.6\@xs:hover {
    color: rgba(85, 172, 238, 0.4); }
  .bg\:twitter\.7\@xs {
    background-color: rgba(85, 172, 238, 0.3); }
  .c\:twitter\.7\@xs {
    color: rgba(85, 172, 238, 0.3); }
  .hover\/bg\:twitter\.7\@xs:hover {
    background-color: rgba(85, 172, 238, 0.3); }
  .hover\/c\:twitter\.7\@xs:hover {
    color: rgba(85, 172, 238, 0.3); }
  .bg\:twitter\.8\@xs {
    background-color: rgba(85, 172, 238, 0.2); }
  .c\:twitter\.8\@xs {
    color: rgba(85, 172, 238, 0.2); }
  .hover\/bg\:twitter\.8\@xs:hover {
    background-color: rgba(85, 172, 238, 0.2); }
  .hover\/c\:twitter\.8\@xs:hover {
    color: rgba(85, 172, 238, 0.2); }
  .bg\:twitter\.9\@xs {
    background-color: rgba(85, 172, 238, 0.1); }
  .c\:twitter\.9\@xs {
    color: rgba(85, 172, 238, 0.1); }
  .hover\/bg\:twitter\.9\@xs:hover {
    background-color: rgba(85, 172, 238, 0.1); }
  .hover\/c\:twitter\.9\@xs:hover {
    color: rgba(85, 172, 238, 0.1); } }

@media (min-width: 500px) {
  .bg\:facebook\@xs {
    background-color: #3b5998; }
  .c\:facebook\@xs {
    color: #3b5998; }
  .hover\/bg\:facebook\@xs:hover {
    background-color: #3b5998; }
  .hover\/c\:facebook\@xs:hover {
    color: #3b5998; }
  .bg\:facebook\.1\@xs {
    background-color: rgba(59, 89, 152, 0.9); }
  .c\:facebook\.1\@xs {
    color: rgba(59, 89, 152, 0.9); }
  .hover\/bg\:facebook\.1\@xs:hover {
    background-color: rgba(59, 89, 152, 0.9); }
  .hover\/c\:facebook\.1\@xs:hover {
    color: rgba(59, 89, 152, 0.9); }
  .bg\:facebook\.2\@xs {
    background-color: rgba(59, 89, 152, 0.8); }
  .c\:facebook\.2\@xs {
    color: rgba(59, 89, 152, 0.8); }
  .hover\/bg\:facebook\.2\@xs:hover {
    background-color: rgba(59, 89, 152, 0.8); }
  .hover\/c\:facebook\.2\@xs:hover {
    color: rgba(59, 89, 152, 0.8); }
  .bg\:facebook\.3\@xs {
    background-color: rgba(59, 89, 152, 0.7); }
  .c\:facebook\.3\@xs {
    color: rgba(59, 89, 152, 0.7); }
  .hover\/bg\:facebook\.3\@xs:hover {
    background-color: rgba(59, 89, 152, 0.7); }
  .hover\/c\:facebook\.3\@xs:hover {
    color: rgba(59, 89, 152, 0.7); }
  .bg\:facebook\.4\@xs {
    background-color: rgba(59, 89, 152, 0.6); }
  .c\:facebook\.4\@xs {
    color: rgba(59, 89, 152, 0.6); }
  .hover\/bg\:facebook\.4\@xs:hover {
    background-color: rgba(59, 89, 152, 0.6); }
  .hover\/c\:facebook\.4\@xs:hover {
    color: rgba(59, 89, 152, 0.6); }
  .bg\:facebook\.5\@xs {
    background-color: rgba(59, 89, 152, 0.5); }
  .c\:facebook\.5\@xs {
    color: rgba(59, 89, 152, 0.5); }
  .hover\/bg\:facebook\.5\@xs:hover {
    background-color: rgba(59, 89, 152, 0.5); }
  .hover\/c\:facebook\.5\@xs:hover {
    color: rgba(59, 89, 152, 0.5); }
  .bg\:facebook\.6\@xs {
    background-color: rgba(59, 89, 152, 0.4); }
  .c\:facebook\.6\@xs {
    color: rgba(59, 89, 152, 0.4); }
  .hover\/bg\:facebook\.6\@xs:hover {
    background-color: rgba(59, 89, 152, 0.4); }
  .hover\/c\:facebook\.6\@xs:hover {
    color: rgba(59, 89, 152, 0.4); }
  .bg\:facebook\.7\@xs {
    background-color: rgba(59, 89, 152, 0.3); }
  .c\:facebook\.7\@xs {
    color: rgba(59, 89, 152, 0.3); }
  .hover\/bg\:facebook\.7\@xs:hover {
    background-color: rgba(59, 89, 152, 0.3); }
  .hover\/c\:facebook\.7\@xs:hover {
    color: rgba(59, 89, 152, 0.3); }
  .bg\:facebook\.8\@xs {
    background-color: rgba(59, 89, 152, 0.2); }
  .c\:facebook\.8\@xs {
    color: rgba(59, 89, 152, 0.2); }
  .hover\/bg\:facebook\.8\@xs:hover {
    background-color: rgba(59, 89, 152, 0.2); }
  .hover\/c\:facebook\.8\@xs:hover {
    color: rgba(59, 89, 152, 0.2); }
  .bg\:facebook\.9\@xs {
    background-color: rgba(59, 89, 152, 0.1); }
  .c\:facebook\.9\@xs {
    color: rgba(59, 89, 152, 0.1); }
  .hover\/bg\:facebook\.9\@xs:hover {
    background-color: rgba(59, 89, 152, 0.1); }
  .hover\/c\:facebook\.9\@xs:hover {
    color: rgba(59, 89, 152, 0.1); } }

@media (min-width: 500px) {
  .bg\:linkedin\@xs {
    background-color: #0077b5; }
  .c\:linkedin\@xs {
    color: #0077b5; }
  .hover\/bg\:linkedin\@xs:hover {
    background-color: #0077b5; }
  .hover\/c\:linkedin\@xs:hover {
    color: #0077b5; }
  .bg\:linkedin\.1\@xs {
    background-color: rgba(0, 119, 181, 0.9); }
  .c\:linkedin\.1\@xs {
    color: rgba(0, 119, 181, 0.9); }
  .hover\/bg\:linkedin\.1\@xs:hover {
    background-color: rgba(0, 119, 181, 0.9); }
  .hover\/c\:linkedin\.1\@xs:hover {
    color: rgba(0, 119, 181, 0.9); }
  .bg\:linkedin\.2\@xs {
    background-color: rgba(0, 119, 181, 0.8); }
  .c\:linkedin\.2\@xs {
    color: rgba(0, 119, 181, 0.8); }
  .hover\/bg\:linkedin\.2\@xs:hover {
    background-color: rgba(0, 119, 181, 0.8); }
  .hover\/c\:linkedin\.2\@xs:hover {
    color: rgba(0, 119, 181, 0.8); }
  .bg\:linkedin\.3\@xs {
    background-color: rgba(0, 119, 181, 0.7); }
  .c\:linkedin\.3\@xs {
    color: rgba(0, 119, 181, 0.7); }
  .hover\/bg\:linkedin\.3\@xs:hover {
    background-color: rgba(0, 119, 181, 0.7); }
  .hover\/c\:linkedin\.3\@xs:hover {
    color: rgba(0, 119, 181, 0.7); }
  .bg\:linkedin\.4\@xs {
    background-color: rgba(0, 119, 181, 0.6); }
  .c\:linkedin\.4\@xs {
    color: rgba(0, 119, 181, 0.6); }
  .hover\/bg\:linkedin\.4\@xs:hover {
    background-color: rgba(0, 119, 181, 0.6); }
  .hover\/c\:linkedin\.4\@xs:hover {
    color: rgba(0, 119, 181, 0.6); }
  .bg\:linkedin\.5\@xs {
    background-color: rgba(0, 119, 181, 0.5); }
  .c\:linkedin\.5\@xs {
    color: rgba(0, 119, 181, 0.5); }
  .hover\/bg\:linkedin\.5\@xs:hover {
    background-color: rgba(0, 119, 181, 0.5); }
  .hover\/c\:linkedin\.5\@xs:hover {
    color: rgba(0, 119, 181, 0.5); }
  .bg\:linkedin\.6\@xs {
    background-color: rgba(0, 119, 181, 0.4); }
  .c\:linkedin\.6\@xs {
    color: rgba(0, 119, 181, 0.4); }
  .hover\/bg\:linkedin\.6\@xs:hover {
    background-color: rgba(0, 119, 181, 0.4); }
  .hover\/c\:linkedin\.6\@xs:hover {
    color: rgba(0, 119, 181, 0.4); }
  .bg\:linkedin\.7\@xs {
    background-color: rgba(0, 119, 181, 0.3); }
  .c\:linkedin\.7\@xs {
    color: rgba(0, 119, 181, 0.3); }
  .hover\/bg\:linkedin\.7\@xs:hover {
    background-color: rgba(0, 119, 181, 0.3); }
  .hover\/c\:linkedin\.7\@xs:hover {
    color: rgba(0, 119, 181, 0.3); }
  .bg\:linkedin\.8\@xs {
    background-color: rgba(0, 119, 181, 0.2); }
  .c\:linkedin\.8\@xs {
    color: rgba(0, 119, 181, 0.2); }
  .hover\/bg\:linkedin\.8\@xs:hover {
    background-color: rgba(0, 119, 181, 0.2); }
  .hover\/c\:linkedin\.8\@xs:hover {
    color: rgba(0, 119, 181, 0.2); }
  .bg\:linkedin\.9\@xs {
    background-color: rgba(0, 119, 181, 0.1); }
  .c\:linkedin\.9\@xs {
    color: rgba(0, 119, 181, 0.1); }
  .hover\/bg\:linkedin\.9\@xs:hover {
    background-color: rgba(0, 119, 181, 0.1); }
  .hover\/c\:linkedin\.9\@xs:hover {
    color: rgba(0, 119, 181, 0.1); } }

@media (min-width: 500px) {
  .bg\:messenger\@xs {
    background-color: #0084ff; }
  .c\:messenger\@xs {
    color: #0084ff; }
  .hover\/bg\:messenger\@xs:hover {
    background-color: #0084ff; }
  .hover\/c\:messenger\@xs:hover {
    color: #0084ff; }
  .bg\:messenger\.1\@xs {
    background-color: rgba(0, 132, 255, 0.9); }
  .c\:messenger\.1\@xs {
    color: rgba(0, 132, 255, 0.9); }
  .hover\/bg\:messenger\.1\@xs:hover {
    background-color: rgba(0, 132, 255, 0.9); }
  .hover\/c\:messenger\.1\@xs:hover {
    color: rgba(0, 132, 255, 0.9); }
  .bg\:messenger\.2\@xs {
    background-color: rgba(0, 132, 255, 0.8); }
  .c\:messenger\.2\@xs {
    color: rgba(0, 132, 255, 0.8); }
  .hover\/bg\:messenger\.2\@xs:hover {
    background-color: rgba(0, 132, 255, 0.8); }
  .hover\/c\:messenger\.2\@xs:hover {
    color: rgba(0, 132, 255, 0.8); }
  .bg\:messenger\.3\@xs {
    background-color: rgba(0, 132, 255, 0.7); }
  .c\:messenger\.3\@xs {
    color: rgba(0, 132, 255, 0.7); }
  .hover\/bg\:messenger\.3\@xs:hover {
    background-color: rgba(0, 132, 255, 0.7); }
  .hover\/c\:messenger\.3\@xs:hover {
    color: rgba(0, 132, 255, 0.7); }
  .bg\:messenger\.4\@xs {
    background-color: rgba(0, 132, 255, 0.6); }
  .c\:messenger\.4\@xs {
    color: rgba(0, 132, 255, 0.6); }
  .hover\/bg\:messenger\.4\@xs:hover {
    background-color: rgba(0, 132, 255, 0.6); }
  .hover\/c\:messenger\.4\@xs:hover {
    color: rgba(0, 132, 255, 0.6); }
  .bg\:messenger\.5\@xs {
    background-color: rgba(0, 132, 255, 0.5); }
  .c\:messenger\.5\@xs {
    color: rgba(0, 132, 255, 0.5); }
  .hover\/bg\:messenger\.5\@xs:hover {
    background-color: rgba(0, 132, 255, 0.5); }
  .hover\/c\:messenger\.5\@xs:hover {
    color: rgba(0, 132, 255, 0.5); }
  .bg\:messenger\.6\@xs {
    background-color: rgba(0, 132, 255, 0.4); }
  .c\:messenger\.6\@xs {
    color: rgba(0, 132, 255, 0.4); }
  .hover\/bg\:messenger\.6\@xs:hover {
    background-color: rgba(0, 132, 255, 0.4); }
  .hover\/c\:messenger\.6\@xs:hover {
    color: rgba(0, 132, 255, 0.4); }
  .bg\:messenger\.7\@xs {
    background-color: rgba(0, 132, 255, 0.3); }
  .c\:messenger\.7\@xs {
    color: rgba(0, 132, 255, 0.3); }
  .hover\/bg\:messenger\.7\@xs:hover {
    background-color: rgba(0, 132, 255, 0.3); }
  .hover\/c\:messenger\.7\@xs:hover {
    color: rgba(0, 132, 255, 0.3); }
  .bg\:messenger\.8\@xs {
    background-color: rgba(0, 132, 255, 0.2); }
  .c\:messenger\.8\@xs {
    color: rgba(0, 132, 255, 0.2); }
  .hover\/bg\:messenger\.8\@xs:hover {
    background-color: rgba(0, 132, 255, 0.2); }
  .hover\/c\:messenger\.8\@xs:hover {
    color: rgba(0, 132, 255, 0.2); }
  .bg\:messenger\.9\@xs {
    background-color: rgba(0, 132, 255, 0.1); }
  .c\:messenger\.9\@xs {
    color: rgba(0, 132, 255, 0.1); }
  .hover\/bg\:messenger\.9\@xs:hover {
    background-color: rgba(0, 132, 255, 0.1); }
  .hover\/c\:messenger\.9\@xs:hover {
    color: rgba(0, 132, 255, 0.1); } }

@media (min-width: 500px) {
  .bg\:reddit\@xs {
    background-color: #ff4500; }
  .c\:reddit\@xs {
    color: #ff4500; }
  .hover\/bg\:reddit\@xs:hover {
    background-color: #ff4500; }
  .hover\/c\:reddit\@xs:hover {
    color: #ff4500; }
  .bg\:reddit\.1\@xs {
    background-color: rgba(255, 69, 0, 0.9); }
  .c\:reddit\.1\@xs {
    color: rgba(255, 69, 0, 0.9); }
  .hover\/bg\:reddit\.1\@xs:hover {
    background-color: rgba(255, 69, 0, 0.9); }
  .hover\/c\:reddit\.1\@xs:hover {
    color: rgba(255, 69, 0, 0.9); }
  .bg\:reddit\.2\@xs {
    background-color: rgba(255, 69, 0, 0.8); }
  .c\:reddit\.2\@xs {
    color: rgba(255, 69, 0, 0.8); }
  .hover\/bg\:reddit\.2\@xs:hover {
    background-color: rgba(255, 69, 0, 0.8); }
  .hover\/c\:reddit\.2\@xs:hover {
    color: rgba(255, 69, 0, 0.8); }
  .bg\:reddit\.3\@xs {
    background-color: rgba(255, 69, 0, 0.7); }
  .c\:reddit\.3\@xs {
    color: rgba(255, 69, 0, 0.7); }
  .hover\/bg\:reddit\.3\@xs:hover {
    background-color: rgba(255, 69, 0, 0.7); }
  .hover\/c\:reddit\.3\@xs:hover {
    color: rgba(255, 69, 0, 0.7); }
  .bg\:reddit\.4\@xs {
    background-color: rgba(255, 69, 0, 0.6); }
  .c\:reddit\.4\@xs {
    color: rgba(255, 69, 0, 0.6); }
  .hover\/bg\:reddit\.4\@xs:hover {
    background-color: rgba(255, 69, 0, 0.6); }
  .hover\/c\:reddit\.4\@xs:hover {
    color: rgba(255, 69, 0, 0.6); }
  .bg\:reddit\.5\@xs {
    background-color: rgba(255, 69, 0, 0.5); }
  .c\:reddit\.5\@xs {
    color: rgba(255, 69, 0, 0.5); }
  .hover\/bg\:reddit\.5\@xs:hover {
    background-color: rgba(255, 69, 0, 0.5); }
  .hover\/c\:reddit\.5\@xs:hover {
    color: rgba(255, 69, 0, 0.5); }
  .bg\:reddit\.6\@xs {
    background-color: rgba(255, 69, 0, 0.4); }
  .c\:reddit\.6\@xs {
    color: rgba(255, 69, 0, 0.4); }
  .hover\/bg\:reddit\.6\@xs:hover {
    background-color: rgba(255, 69, 0, 0.4); }
  .hover\/c\:reddit\.6\@xs:hover {
    color: rgba(255, 69, 0, 0.4); }
  .bg\:reddit\.7\@xs {
    background-color: rgba(255, 69, 0, 0.3); }
  .c\:reddit\.7\@xs {
    color: rgba(255, 69, 0, 0.3); }
  .hover\/bg\:reddit\.7\@xs:hover {
    background-color: rgba(255, 69, 0, 0.3); }
  .hover\/c\:reddit\.7\@xs:hover {
    color: rgba(255, 69, 0, 0.3); }
  .bg\:reddit\.8\@xs {
    background-color: rgba(255, 69, 0, 0.2); }
  .c\:reddit\.8\@xs {
    color: rgba(255, 69, 0, 0.2); }
  .hover\/bg\:reddit\.8\@xs:hover {
    background-color: rgba(255, 69, 0, 0.2); }
  .hover\/c\:reddit\.8\@xs:hover {
    color: rgba(255, 69, 0, 0.2); }
  .bg\:reddit\.9\@xs {
    background-color: rgba(255, 69, 0, 0.1); }
  .c\:reddit\.9\@xs {
    color: rgba(255, 69, 0, 0.1); }
  .hover\/bg\:reddit\.9\@xs:hover {
    background-color: rgba(255, 69, 0, 0.1); }
  .hover\/c\:reddit\.9\@xs:hover {
    color: rgba(255, 69, 0, 0.1); } }

@media (min-width: 500px) {
  .bg\:sms\@xs {
    background-color: #25d366; }
  .c\:sms\@xs {
    color: #25d366; }
  .hover\/bg\:sms\@xs:hover {
    background-color: #25d366; }
  .hover\/c\:sms\@xs:hover {
    color: #25d366; }
  .bg\:sms\.1\@xs {
    background-color: rgba(37, 211, 102, 0.9); }
  .c\:sms\.1\@xs {
    color: rgba(37, 211, 102, 0.9); }
  .hover\/bg\:sms\.1\@xs:hover {
    background-color: rgba(37, 211, 102, 0.9); }
  .hover\/c\:sms\.1\@xs:hover {
    color: rgba(37, 211, 102, 0.9); }
  .bg\:sms\.2\@xs {
    background-color: rgba(37, 211, 102, 0.8); }
  .c\:sms\.2\@xs {
    color: rgba(37, 211, 102, 0.8); }
  .hover\/bg\:sms\.2\@xs:hover {
    background-color: rgba(37, 211, 102, 0.8); }
  .hover\/c\:sms\.2\@xs:hover {
    color: rgba(37, 211, 102, 0.8); }
  .bg\:sms\.3\@xs {
    background-color: rgba(37, 211, 102, 0.7); }
  .c\:sms\.3\@xs {
    color: rgba(37, 211, 102, 0.7); }
  .hover\/bg\:sms\.3\@xs:hover {
    background-color: rgba(37, 211, 102, 0.7); }
  .hover\/c\:sms\.3\@xs:hover {
    color: rgba(37, 211, 102, 0.7); }
  .bg\:sms\.4\@xs {
    background-color: rgba(37, 211, 102, 0.6); }
  .c\:sms\.4\@xs {
    color: rgba(37, 211, 102, 0.6); }
  .hover\/bg\:sms\.4\@xs:hover {
    background-color: rgba(37, 211, 102, 0.6); }
  .hover\/c\:sms\.4\@xs:hover {
    color: rgba(37, 211, 102, 0.6); }
  .bg\:sms\.5\@xs {
    background-color: rgba(37, 211, 102, 0.5); }
  .c\:sms\.5\@xs {
    color: rgba(37, 211, 102, 0.5); }
  .hover\/bg\:sms\.5\@xs:hover {
    background-color: rgba(37, 211, 102, 0.5); }
  .hover\/c\:sms\.5\@xs:hover {
    color: rgba(37, 211, 102, 0.5); }
  .bg\:sms\.6\@xs {
    background-color: rgba(37, 211, 102, 0.4); }
  .c\:sms\.6\@xs {
    color: rgba(37, 211, 102, 0.4); }
  .hover\/bg\:sms\.6\@xs:hover {
    background-color: rgba(37, 211, 102, 0.4); }
  .hover\/c\:sms\.6\@xs:hover {
    color: rgba(37, 211, 102, 0.4); }
  .bg\:sms\.7\@xs {
    background-color: rgba(37, 211, 102, 0.3); }
  .c\:sms\.7\@xs {
    color: rgba(37, 211, 102, 0.3); }
  .hover\/bg\:sms\.7\@xs:hover {
    background-color: rgba(37, 211, 102, 0.3); }
  .hover\/c\:sms\.7\@xs:hover {
    color: rgba(37, 211, 102, 0.3); }
  .bg\:sms\.8\@xs {
    background-color: rgba(37, 211, 102, 0.2); }
  .c\:sms\.8\@xs {
    color: rgba(37, 211, 102, 0.2); }
  .hover\/bg\:sms\.8\@xs:hover {
    background-color: rgba(37, 211, 102, 0.2); }
  .hover\/c\:sms\.8\@xs:hover {
    color: rgba(37, 211, 102, 0.2); }
  .bg\:sms\.9\@xs {
    background-color: rgba(37, 211, 102, 0.1); }
  .c\:sms\.9\@xs {
    color: rgba(37, 211, 102, 0.1); }
  .hover\/bg\:sms\.9\@xs:hover {
    background-color: rgba(37, 211, 102, 0.1); }
  .hover\/c\:sms\.9\@xs:hover {
    color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 500px) {
  .bg\:whatsapp\@xs {
    background-color: #25d366; }
  .c\:whatsapp\@xs {
    color: #25d366; }
  .hover\/bg\:whatsapp\@xs:hover {
    background-color: #25d366; }
  .hover\/c\:whatsapp\@xs:hover {
    color: #25d366; }
  .bg\:whatsapp\.1\@xs {
    background-color: rgba(37, 211, 102, 0.9); }
  .c\:whatsapp\.1\@xs {
    color: rgba(37, 211, 102, 0.9); }
  .hover\/bg\:whatsapp\.1\@xs:hover {
    background-color: rgba(37, 211, 102, 0.9); }
  .hover\/c\:whatsapp\.1\@xs:hover {
    color: rgba(37, 211, 102, 0.9); }
  .bg\:whatsapp\.2\@xs {
    background-color: rgba(37, 211, 102, 0.8); }
  .c\:whatsapp\.2\@xs {
    color: rgba(37, 211, 102, 0.8); }
  .hover\/bg\:whatsapp\.2\@xs:hover {
    background-color: rgba(37, 211, 102, 0.8); }
  .hover\/c\:whatsapp\.2\@xs:hover {
    color: rgba(37, 211, 102, 0.8); }
  .bg\:whatsapp\.3\@xs {
    background-color: rgba(37, 211, 102, 0.7); }
  .c\:whatsapp\.3\@xs {
    color: rgba(37, 211, 102, 0.7); }
  .hover\/bg\:whatsapp\.3\@xs:hover {
    background-color: rgba(37, 211, 102, 0.7); }
  .hover\/c\:whatsapp\.3\@xs:hover {
    color: rgba(37, 211, 102, 0.7); }
  .bg\:whatsapp\.4\@xs {
    background-color: rgba(37, 211, 102, 0.6); }
  .c\:whatsapp\.4\@xs {
    color: rgba(37, 211, 102, 0.6); }
  .hover\/bg\:whatsapp\.4\@xs:hover {
    background-color: rgba(37, 211, 102, 0.6); }
  .hover\/c\:whatsapp\.4\@xs:hover {
    color: rgba(37, 211, 102, 0.6); }
  .bg\:whatsapp\.5\@xs {
    background-color: rgba(37, 211, 102, 0.5); }
  .c\:whatsapp\.5\@xs {
    color: rgba(37, 211, 102, 0.5); }
  .hover\/bg\:whatsapp\.5\@xs:hover {
    background-color: rgba(37, 211, 102, 0.5); }
  .hover\/c\:whatsapp\.5\@xs:hover {
    color: rgba(37, 211, 102, 0.5); }
  .bg\:whatsapp\.6\@xs {
    background-color: rgba(37, 211, 102, 0.4); }
  .c\:whatsapp\.6\@xs {
    color: rgba(37, 211, 102, 0.4); }
  .hover\/bg\:whatsapp\.6\@xs:hover {
    background-color: rgba(37, 211, 102, 0.4); }
  .hover\/c\:whatsapp\.6\@xs:hover {
    color: rgba(37, 211, 102, 0.4); }
  .bg\:whatsapp\.7\@xs {
    background-color: rgba(37, 211, 102, 0.3); }
  .c\:whatsapp\.7\@xs {
    color: rgba(37, 211, 102, 0.3); }
  .hover\/bg\:whatsapp\.7\@xs:hover {
    background-color: rgba(37, 211, 102, 0.3); }
  .hover\/c\:whatsapp\.7\@xs:hover {
    color: rgba(37, 211, 102, 0.3); }
  .bg\:whatsapp\.8\@xs {
    background-color: rgba(37, 211, 102, 0.2); }
  .c\:whatsapp\.8\@xs {
    color: rgba(37, 211, 102, 0.2); }
  .hover\/bg\:whatsapp\.8\@xs:hover {
    background-color: rgba(37, 211, 102, 0.2); }
  .hover\/c\:whatsapp\.8\@xs:hover {
    color: rgba(37, 211, 102, 0.2); }
  .bg\:whatsapp\.9\@xs {
    background-color: rgba(37, 211, 102, 0.1); }
  .c\:whatsapp\.9\@xs {
    color: rgba(37, 211, 102, 0.1); }
  .hover\/bg\:whatsapp\.9\@xs:hover {
    background-color: rgba(37, 211, 102, 0.1); }
  .hover\/c\:whatsapp\.9\@xs:hover {
    color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 500px) {
  .bg\:none\@xs {
    background-color: transparent; }
  .c\:none\@xs {
    color: transparent; }
  .hover\/bg\:none\@xs:hover {
    background-color: transparent; }
  .hover\/c\:none\@xs:hover {
    color: transparent; }
  .bg\:none\.1\@xs {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.1\@xs {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.1\@xs:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.1\@xs:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.2\@xs {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.2\@xs {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.2\@xs:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.2\@xs:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.3\@xs {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.3\@xs {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.3\@xs:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.3\@xs:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.4\@xs {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.4\@xs {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.4\@xs:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.4\@xs:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.5\@xs {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.5\@xs {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.5\@xs:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.5\@xs:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.6\@xs {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.6\@xs {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.6\@xs:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.6\@xs:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.7\@xs {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.7\@xs {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.7\@xs:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.7\@xs:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.8\@xs {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.8\@xs {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.8\@xs:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.8\@xs:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.9\@xs {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.9\@xs {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.9\@xs:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.9\@xs:hover {
    color: rgba(0, 0, 0, 0); } }

.bg\:blue-to-yellow\@xs {
  background-image: linear-gradient(120deg, #c3f7fd 0%, #f4f4ea 60%); }

.bg\:yellow-to-blue\@break {
  background-image: linear-gradient(120deg, #f4f4ea, #c3f7fd); }

@media (min-width: 700px) {
  .bg\:blue\@sm {
    background-color: #0698d0; }
  .c\:blue\@sm {
    color: #0698d0; }
  .hover\/bg\:blue\@sm:hover {
    background-color: #0698d0; }
  .hover\/c\:blue\@sm:hover {
    color: #0698d0; }
  .bg\:blue\.1\@sm {
    background-color: rgba(6, 152, 208, 0.9); }
  .c\:blue\.1\@sm {
    color: rgba(6, 152, 208, 0.9); }
  .hover\/bg\:blue\.1\@sm:hover {
    background-color: rgba(6, 152, 208, 0.9); }
  .hover\/c\:blue\.1\@sm:hover {
    color: rgba(6, 152, 208, 0.9); }
  .bg\:blue\.2\@sm {
    background-color: rgba(6, 152, 208, 0.8); }
  .c\:blue\.2\@sm {
    color: rgba(6, 152, 208, 0.8); }
  .hover\/bg\:blue\.2\@sm:hover {
    background-color: rgba(6, 152, 208, 0.8); }
  .hover\/c\:blue\.2\@sm:hover {
    color: rgba(6, 152, 208, 0.8); }
  .bg\:blue\.3\@sm {
    background-color: rgba(6, 152, 208, 0.7); }
  .c\:blue\.3\@sm {
    color: rgba(6, 152, 208, 0.7); }
  .hover\/bg\:blue\.3\@sm:hover {
    background-color: rgba(6, 152, 208, 0.7); }
  .hover\/c\:blue\.3\@sm:hover {
    color: rgba(6, 152, 208, 0.7); }
  .bg\:blue\.4\@sm {
    background-color: rgba(6, 152, 208, 0.6); }
  .c\:blue\.4\@sm {
    color: rgba(6, 152, 208, 0.6); }
  .hover\/bg\:blue\.4\@sm:hover {
    background-color: rgba(6, 152, 208, 0.6); }
  .hover\/c\:blue\.4\@sm:hover {
    color: rgba(6, 152, 208, 0.6); }
  .bg\:blue\.5\@sm {
    background-color: rgba(6, 152, 208, 0.5); }
  .c\:blue\.5\@sm {
    color: rgba(6, 152, 208, 0.5); }
  .hover\/bg\:blue\.5\@sm:hover {
    background-color: rgba(6, 152, 208, 0.5); }
  .hover\/c\:blue\.5\@sm:hover {
    color: rgba(6, 152, 208, 0.5); }
  .bg\:blue\.6\@sm {
    background-color: rgba(6, 152, 208, 0.4); }
  .c\:blue\.6\@sm {
    color: rgba(6, 152, 208, 0.4); }
  .hover\/bg\:blue\.6\@sm:hover {
    background-color: rgba(6, 152, 208, 0.4); }
  .hover\/c\:blue\.6\@sm:hover {
    color: rgba(6, 152, 208, 0.4); }
  .bg\:blue\.7\@sm {
    background-color: rgba(6, 152, 208, 0.3); }
  .c\:blue\.7\@sm {
    color: rgba(6, 152, 208, 0.3); }
  .hover\/bg\:blue\.7\@sm:hover {
    background-color: rgba(6, 152, 208, 0.3); }
  .hover\/c\:blue\.7\@sm:hover {
    color: rgba(6, 152, 208, 0.3); }
  .bg\:blue\.8\@sm {
    background-color: rgba(6, 152, 208, 0.2); }
  .c\:blue\.8\@sm {
    color: rgba(6, 152, 208, 0.2); }
  .hover\/bg\:blue\.8\@sm:hover {
    background-color: rgba(6, 152, 208, 0.2); }
  .hover\/c\:blue\.8\@sm:hover {
    color: rgba(6, 152, 208, 0.2); }
  .bg\:blue\.9\@sm {
    background-color: rgba(6, 152, 208, 0.1); }
  .c\:blue\.9\@sm {
    color: rgba(6, 152, 208, 0.1); }
  .hover\/bg\:blue\.9\@sm:hover {
    background-color: rgba(6, 152, 208, 0.1); }
  .hover\/c\:blue\.9\@sm:hover {
    color: rgba(6, 152, 208, 0.1); } }

@media (min-width: 700px) {
  .bg\:black\@sm {
    background-color: #111111; }
  .c\:black\@sm {
    color: #111111; }
  .hover\/bg\:black\@sm:hover {
    background-color: #111111; }
  .hover\/c\:black\@sm:hover {
    color: #111111; }
  .bg\:black\.1\@sm {
    background-color: rgba(17, 17, 17, 0.9); }
  .c\:black\.1\@sm {
    color: rgba(17, 17, 17, 0.9); }
  .hover\/bg\:black\.1\@sm:hover {
    background-color: rgba(17, 17, 17, 0.9); }
  .hover\/c\:black\.1\@sm:hover {
    color: rgba(17, 17, 17, 0.9); }
  .bg\:black\.2\@sm {
    background-color: rgba(17, 17, 17, 0.8); }
  .c\:black\.2\@sm {
    color: rgba(17, 17, 17, 0.8); }
  .hover\/bg\:black\.2\@sm:hover {
    background-color: rgba(17, 17, 17, 0.8); }
  .hover\/c\:black\.2\@sm:hover {
    color: rgba(17, 17, 17, 0.8); }
  .bg\:black\.3\@sm {
    background-color: rgba(17, 17, 17, 0.7); }
  .c\:black\.3\@sm {
    color: rgba(17, 17, 17, 0.7); }
  .hover\/bg\:black\.3\@sm:hover {
    background-color: rgba(17, 17, 17, 0.7); }
  .hover\/c\:black\.3\@sm:hover {
    color: rgba(17, 17, 17, 0.7); }
  .bg\:black\.4\@sm {
    background-color: rgba(17, 17, 17, 0.6); }
  .c\:black\.4\@sm {
    color: rgba(17, 17, 17, 0.6); }
  .hover\/bg\:black\.4\@sm:hover {
    background-color: rgba(17, 17, 17, 0.6); }
  .hover\/c\:black\.4\@sm:hover {
    color: rgba(17, 17, 17, 0.6); }
  .bg\:black\.5\@sm {
    background-color: rgba(17, 17, 17, 0.5); }
  .c\:black\.5\@sm {
    color: rgba(17, 17, 17, 0.5); }
  .hover\/bg\:black\.5\@sm:hover {
    background-color: rgba(17, 17, 17, 0.5); }
  .hover\/c\:black\.5\@sm:hover {
    color: rgba(17, 17, 17, 0.5); }
  .bg\:black\.6\@sm {
    background-color: rgba(17, 17, 17, 0.4); }
  .c\:black\.6\@sm {
    color: rgba(17, 17, 17, 0.4); }
  .hover\/bg\:black\.6\@sm:hover {
    background-color: rgba(17, 17, 17, 0.4); }
  .hover\/c\:black\.6\@sm:hover {
    color: rgba(17, 17, 17, 0.4); }
  .bg\:black\.7\@sm {
    background-color: rgba(17, 17, 17, 0.3); }
  .c\:black\.7\@sm {
    color: rgba(17, 17, 17, 0.3); }
  .hover\/bg\:black\.7\@sm:hover {
    background-color: rgba(17, 17, 17, 0.3); }
  .hover\/c\:black\.7\@sm:hover {
    color: rgba(17, 17, 17, 0.3); }
  .bg\:black\.8\@sm {
    background-color: rgba(17, 17, 17, 0.2); }
  .c\:black\.8\@sm {
    color: rgba(17, 17, 17, 0.2); }
  .hover\/bg\:black\.8\@sm:hover {
    background-color: rgba(17, 17, 17, 0.2); }
  .hover\/c\:black\.8\@sm:hover {
    color: rgba(17, 17, 17, 0.2); }
  .bg\:black\.9\@sm {
    background-color: rgba(17, 17, 17, 0.1); }
  .c\:black\.9\@sm {
    color: rgba(17, 17, 17, 0.1); }
  .hover\/bg\:black\.9\@sm:hover {
    background-color: rgba(17, 17, 17, 0.1); }
  .hover\/c\:black\.9\@sm:hover {
    color: rgba(17, 17, 17, 0.1); } }

@media (min-width: 700px) {
  .bg\:gray-dd\@sm {
    background-color: #333333; }
  .c\:gray-dd\@sm {
    color: #333333; }
  .hover\/bg\:gray-dd\@sm:hover {
    background-color: #333333; }
  .hover\/c\:gray-dd\@sm:hover {
    color: #333333; }
  .bg\:gray-dd\.1\@sm {
    background-color: rgba(51, 51, 51, 0.9); }
  .c\:gray-dd\.1\@sm {
    color: rgba(51, 51, 51, 0.9); }
  .hover\/bg\:gray-dd\.1\@sm:hover {
    background-color: rgba(51, 51, 51, 0.9); }
  .hover\/c\:gray-dd\.1\@sm:hover {
    color: rgba(51, 51, 51, 0.9); }
  .bg\:gray-dd\.2\@sm {
    background-color: rgba(51, 51, 51, 0.8); }
  .c\:gray-dd\.2\@sm {
    color: rgba(51, 51, 51, 0.8); }
  .hover\/bg\:gray-dd\.2\@sm:hover {
    background-color: rgba(51, 51, 51, 0.8); }
  .hover\/c\:gray-dd\.2\@sm:hover {
    color: rgba(51, 51, 51, 0.8); }
  .bg\:gray-dd\.3\@sm {
    background-color: rgba(51, 51, 51, 0.7); }
  .c\:gray-dd\.3\@sm {
    color: rgba(51, 51, 51, 0.7); }
  .hover\/bg\:gray-dd\.3\@sm:hover {
    background-color: rgba(51, 51, 51, 0.7); }
  .hover\/c\:gray-dd\.3\@sm:hover {
    color: rgba(51, 51, 51, 0.7); }
  .bg\:gray-dd\.4\@sm {
    background-color: rgba(51, 51, 51, 0.6); }
  .c\:gray-dd\.4\@sm {
    color: rgba(51, 51, 51, 0.6); }
  .hover\/bg\:gray-dd\.4\@sm:hover {
    background-color: rgba(51, 51, 51, 0.6); }
  .hover\/c\:gray-dd\.4\@sm:hover {
    color: rgba(51, 51, 51, 0.6); }
  .bg\:gray-dd\.5\@sm {
    background-color: rgba(51, 51, 51, 0.5); }
  .c\:gray-dd\.5\@sm {
    color: rgba(51, 51, 51, 0.5); }
  .hover\/bg\:gray-dd\.5\@sm:hover {
    background-color: rgba(51, 51, 51, 0.5); }
  .hover\/c\:gray-dd\.5\@sm:hover {
    color: rgba(51, 51, 51, 0.5); }
  .bg\:gray-dd\.6\@sm {
    background-color: rgba(51, 51, 51, 0.4); }
  .c\:gray-dd\.6\@sm {
    color: rgba(51, 51, 51, 0.4); }
  .hover\/bg\:gray-dd\.6\@sm:hover {
    background-color: rgba(51, 51, 51, 0.4); }
  .hover\/c\:gray-dd\.6\@sm:hover {
    color: rgba(51, 51, 51, 0.4); }
  .bg\:gray-dd\.7\@sm {
    background-color: rgba(51, 51, 51, 0.3); }
  .c\:gray-dd\.7\@sm {
    color: rgba(51, 51, 51, 0.3); }
  .hover\/bg\:gray-dd\.7\@sm:hover {
    background-color: rgba(51, 51, 51, 0.3); }
  .hover\/c\:gray-dd\.7\@sm:hover {
    color: rgba(51, 51, 51, 0.3); }
  .bg\:gray-dd\.8\@sm {
    background-color: rgba(51, 51, 51, 0.2); }
  .c\:gray-dd\.8\@sm {
    color: rgba(51, 51, 51, 0.2); }
  .hover\/bg\:gray-dd\.8\@sm:hover {
    background-color: rgba(51, 51, 51, 0.2); }
  .hover\/c\:gray-dd\.8\@sm:hover {
    color: rgba(51, 51, 51, 0.2); }
  .bg\:gray-dd\.9\@sm {
    background-color: rgba(51, 51, 51, 0.1); }
  .c\:gray-dd\.9\@sm {
    color: rgba(51, 51, 51, 0.1); }
  .hover\/bg\:gray-dd\.9\@sm:hover {
    background-color: rgba(51, 51, 51, 0.1); }
  .hover\/c\:gray-dd\.9\@sm:hover {
    color: rgba(51, 51, 51, 0.1); } }

@media (min-width: 700px) {
  .bg\:gray-d\@sm {
    background-color: #666666; }
  .c\:gray-d\@sm {
    color: #666666; }
  .hover\/bg\:gray-d\@sm:hover {
    background-color: #666666; }
  .hover\/c\:gray-d\@sm:hover {
    color: #666666; }
  .bg\:gray-d\.1\@sm {
    background-color: rgba(102, 102, 102, 0.9); }
  .c\:gray-d\.1\@sm {
    color: rgba(102, 102, 102, 0.9); }
  .hover\/bg\:gray-d\.1\@sm:hover {
    background-color: rgba(102, 102, 102, 0.9); }
  .hover\/c\:gray-d\.1\@sm:hover {
    color: rgba(102, 102, 102, 0.9); }
  .bg\:gray-d\.2\@sm {
    background-color: rgba(102, 102, 102, 0.8); }
  .c\:gray-d\.2\@sm {
    color: rgba(102, 102, 102, 0.8); }
  .hover\/bg\:gray-d\.2\@sm:hover {
    background-color: rgba(102, 102, 102, 0.8); }
  .hover\/c\:gray-d\.2\@sm:hover {
    color: rgba(102, 102, 102, 0.8); }
  .bg\:gray-d\.3\@sm {
    background-color: rgba(102, 102, 102, 0.7); }
  .c\:gray-d\.3\@sm {
    color: rgba(102, 102, 102, 0.7); }
  .hover\/bg\:gray-d\.3\@sm:hover {
    background-color: rgba(102, 102, 102, 0.7); }
  .hover\/c\:gray-d\.3\@sm:hover {
    color: rgba(102, 102, 102, 0.7); }
  .bg\:gray-d\.4\@sm {
    background-color: rgba(102, 102, 102, 0.6); }
  .c\:gray-d\.4\@sm {
    color: rgba(102, 102, 102, 0.6); }
  .hover\/bg\:gray-d\.4\@sm:hover {
    background-color: rgba(102, 102, 102, 0.6); }
  .hover\/c\:gray-d\.4\@sm:hover {
    color: rgba(102, 102, 102, 0.6); }
  .bg\:gray-d\.5\@sm {
    background-color: rgba(102, 102, 102, 0.5); }
  .c\:gray-d\.5\@sm {
    color: rgba(102, 102, 102, 0.5); }
  .hover\/bg\:gray-d\.5\@sm:hover {
    background-color: rgba(102, 102, 102, 0.5); }
  .hover\/c\:gray-d\.5\@sm:hover {
    color: rgba(102, 102, 102, 0.5); }
  .bg\:gray-d\.6\@sm {
    background-color: rgba(102, 102, 102, 0.4); }
  .c\:gray-d\.6\@sm {
    color: rgba(102, 102, 102, 0.4); }
  .hover\/bg\:gray-d\.6\@sm:hover {
    background-color: rgba(102, 102, 102, 0.4); }
  .hover\/c\:gray-d\.6\@sm:hover {
    color: rgba(102, 102, 102, 0.4); }
  .bg\:gray-d\.7\@sm {
    background-color: rgba(102, 102, 102, 0.3); }
  .c\:gray-d\.7\@sm {
    color: rgba(102, 102, 102, 0.3); }
  .hover\/bg\:gray-d\.7\@sm:hover {
    background-color: rgba(102, 102, 102, 0.3); }
  .hover\/c\:gray-d\.7\@sm:hover {
    color: rgba(102, 102, 102, 0.3); }
  .bg\:gray-d\.8\@sm {
    background-color: rgba(102, 102, 102, 0.2); }
  .c\:gray-d\.8\@sm {
    color: rgba(102, 102, 102, 0.2); }
  .hover\/bg\:gray-d\.8\@sm:hover {
    background-color: rgba(102, 102, 102, 0.2); }
  .hover\/c\:gray-d\.8\@sm:hover {
    color: rgba(102, 102, 102, 0.2); }
  .bg\:gray-d\.9\@sm {
    background-color: rgba(102, 102, 102, 0.1); }
  .c\:gray-d\.9\@sm {
    color: rgba(102, 102, 102, 0.1); }
  .hover\/bg\:gray-d\.9\@sm:hover {
    background-color: rgba(102, 102, 102, 0.1); }
  .hover\/c\:gray-d\.9\@sm:hover {
    color: rgba(102, 102, 102, 0.1); } }

@media (min-width: 700px) {
  .bg\:gray\@sm {
    background-color: #999999; }
  .c\:gray\@sm {
    color: #999999; }
  .hover\/bg\:gray\@sm:hover {
    background-color: #999999; }
  .hover\/c\:gray\@sm:hover {
    color: #999999; }
  .bg\:gray\.1\@sm {
    background-color: rgba(153, 153, 153, 0.9); }
  .c\:gray\.1\@sm {
    color: rgba(153, 153, 153, 0.9); }
  .hover\/bg\:gray\.1\@sm:hover {
    background-color: rgba(153, 153, 153, 0.9); }
  .hover\/c\:gray\.1\@sm:hover {
    color: rgba(153, 153, 153, 0.9); }
  .bg\:gray\.2\@sm {
    background-color: rgba(153, 153, 153, 0.8); }
  .c\:gray\.2\@sm {
    color: rgba(153, 153, 153, 0.8); }
  .hover\/bg\:gray\.2\@sm:hover {
    background-color: rgba(153, 153, 153, 0.8); }
  .hover\/c\:gray\.2\@sm:hover {
    color: rgba(153, 153, 153, 0.8); }
  .bg\:gray\.3\@sm {
    background-color: rgba(153, 153, 153, 0.7); }
  .c\:gray\.3\@sm {
    color: rgba(153, 153, 153, 0.7); }
  .hover\/bg\:gray\.3\@sm:hover {
    background-color: rgba(153, 153, 153, 0.7); }
  .hover\/c\:gray\.3\@sm:hover {
    color: rgba(153, 153, 153, 0.7); }
  .bg\:gray\.4\@sm {
    background-color: rgba(153, 153, 153, 0.6); }
  .c\:gray\.4\@sm {
    color: rgba(153, 153, 153, 0.6); }
  .hover\/bg\:gray\.4\@sm:hover {
    background-color: rgba(153, 153, 153, 0.6); }
  .hover\/c\:gray\.4\@sm:hover {
    color: rgba(153, 153, 153, 0.6); }
  .bg\:gray\.5\@sm {
    background-color: rgba(153, 153, 153, 0.5); }
  .c\:gray\.5\@sm {
    color: rgba(153, 153, 153, 0.5); }
  .hover\/bg\:gray\.5\@sm:hover {
    background-color: rgba(153, 153, 153, 0.5); }
  .hover\/c\:gray\.5\@sm:hover {
    color: rgba(153, 153, 153, 0.5); }
  .bg\:gray\.6\@sm {
    background-color: rgba(153, 153, 153, 0.4); }
  .c\:gray\.6\@sm {
    color: rgba(153, 153, 153, 0.4); }
  .hover\/bg\:gray\.6\@sm:hover {
    background-color: rgba(153, 153, 153, 0.4); }
  .hover\/c\:gray\.6\@sm:hover {
    color: rgba(153, 153, 153, 0.4); }
  .bg\:gray\.7\@sm {
    background-color: rgba(153, 153, 153, 0.3); }
  .c\:gray\.7\@sm {
    color: rgba(153, 153, 153, 0.3); }
  .hover\/bg\:gray\.7\@sm:hover {
    background-color: rgba(153, 153, 153, 0.3); }
  .hover\/c\:gray\.7\@sm:hover {
    color: rgba(153, 153, 153, 0.3); }
  .bg\:gray\.8\@sm {
    background-color: rgba(153, 153, 153, 0.2); }
  .c\:gray\.8\@sm {
    color: rgba(153, 153, 153, 0.2); }
  .hover\/bg\:gray\.8\@sm:hover {
    background-color: rgba(153, 153, 153, 0.2); }
  .hover\/c\:gray\.8\@sm:hover {
    color: rgba(153, 153, 153, 0.2); }
  .bg\:gray\.9\@sm {
    background-color: rgba(153, 153, 153, 0.1); }
  .c\:gray\.9\@sm {
    color: rgba(153, 153, 153, 0.1); }
  .hover\/bg\:gray\.9\@sm:hover {
    background-color: rgba(153, 153, 153, 0.1); }
  .hover\/c\:gray\.9\@sm:hover {
    color: rgba(153, 153, 153, 0.1); } }

@media (min-width: 700px) {
  .bg\:gray-l\@sm {
    background-color: #cccccc; }
  .c\:gray-l\@sm {
    color: #cccccc; }
  .hover\/bg\:gray-l\@sm:hover {
    background-color: #cccccc; }
  .hover\/c\:gray-l\@sm:hover {
    color: #cccccc; }
  .bg\:gray-l\.1\@sm {
    background-color: rgba(204, 204, 204, 0.9); }
  .c\:gray-l\.1\@sm {
    color: rgba(204, 204, 204, 0.9); }
  .hover\/bg\:gray-l\.1\@sm:hover {
    background-color: rgba(204, 204, 204, 0.9); }
  .hover\/c\:gray-l\.1\@sm:hover {
    color: rgba(204, 204, 204, 0.9); }
  .bg\:gray-l\.2\@sm {
    background-color: rgba(204, 204, 204, 0.8); }
  .c\:gray-l\.2\@sm {
    color: rgba(204, 204, 204, 0.8); }
  .hover\/bg\:gray-l\.2\@sm:hover {
    background-color: rgba(204, 204, 204, 0.8); }
  .hover\/c\:gray-l\.2\@sm:hover {
    color: rgba(204, 204, 204, 0.8); }
  .bg\:gray-l\.3\@sm {
    background-color: rgba(204, 204, 204, 0.7); }
  .c\:gray-l\.3\@sm {
    color: rgba(204, 204, 204, 0.7); }
  .hover\/bg\:gray-l\.3\@sm:hover {
    background-color: rgba(204, 204, 204, 0.7); }
  .hover\/c\:gray-l\.3\@sm:hover {
    color: rgba(204, 204, 204, 0.7); }
  .bg\:gray-l\.4\@sm {
    background-color: rgba(204, 204, 204, 0.6); }
  .c\:gray-l\.4\@sm {
    color: rgba(204, 204, 204, 0.6); }
  .hover\/bg\:gray-l\.4\@sm:hover {
    background-color: rgba(204, 204, 204, 0.6); }
  .hover\/c\:gray-l\.4\@sm:hover {
    color: rgba(204, 204, 204, 0.6); }
  .bg\:gray-l\.5\@sm {
    background-color: rgba(204, 204, 204, 0.5); }
  .c\:gray-l\.5\@sm {
    color: rgba(204, 204, 204, 0.5); }
  .hover\/bg\:gray-l\.5\@sm:hover {
    background-color: rgba(204, 204, 204, 0.5); }
  .hover\/c\:gray-l\.5\@sm:hover {
    color: rgba(204, 204, 204, 0.5); }
  .bg\:gray-l\.6\@sm {
    background-color: rgba(204, 204, 204, 0.4); }
  .c\:gray-l\.6\@sm {
    color: rgba(204, 204, 204, 0.4); }
  .hover\/bg\:gray-l\.6\@sm:hover {
    background-color: rgba(204, 204, 204, 0.4); }
  .hover\/c\:gray-l\.6\@sm:hover {
    color: rgba(204, 204, 204, 0.4); }
  .bg\:gray-l\.7\@sm {
    background-color: rgba(204, 204, 204, 0.3); }
  .c\:gray-l\.7\@sm {
    color: rgba(204, 204, 204, 0.3); }
  .hover\/bg\:gray-l\.7\@sm:hover {
    background-color: rgba(204, 204, 204, 0.3); }
  .hover\/c\:gray-l\.7\@sm:hover {
    color: rgba(204, 204, 204, 0.3); }
  .bg\:gray-l\.8\@sm {
    background-color: rgba(204, 204, 204, 0.2); }
  .c\:gray-l\.8\@sm {
    color: rgba(204, 204, 204, 0.2); }
  .hover\/bg\:gray-l\.8\@sm:hover {
    background-color: rgba(204, 204, 204, 0.2); }
  .hover\/c\:gray-l\.8\@sm:hover {
    color: rgba(204, 204, 204, 0.2); }
  .bg\:gray-l\.9\@sm {
    background-color: rgba(204, 204, 204, 0.1); }
  .c\:gray-l\.9\@sm {
    color: rgba(204, 204, 204, 0.1); }
  .hover\/bg\:gray-l\.9\@sm:hover {
    background-color: rgba(204, 204, 204, 0.1); }
  .hover\/c\:gray-l\.9\@sm:hover {
    color: rgba(204, 204, 204, 0.1); } }

@media (min-width: 700px) {
  .bg\:gray-ll\@sm {
    background-color: #f6f6f6; }
  .c\:gray-ll\@sm {
    color: #f6f6f6; }
  .hover\/bg\:gray-ll\@sm:hover {
    background-color: #f6f6f6; }
  .hover\/c\:gray-ll\@sm:hover {
    color: #f6f6f6; }
  .bg\:gray-ll\.1\@sm {
    background-color: rgba(246, 246, 246, 0.9); }
  .c\:gray-ll\.1\@sm {
    color: rgba(246, 246, 246, 0.9); }
  .hover\/bg\:gray-ll\.1\@sm:hover {
    background-color: rgba(246, 246, 246, 0.9); }
  .hover\/c\:gray-ll\.1\@sm:hover {
    color: rgba(246, 246, 246, 0.9); }
  .bg\:gray-ll\.2\@sm {
    background-color: rgba(246, 246, 246, 0.8); }
  .c\:gray-ll\.2\@sm {
    color: rgba(246, 246, 246, 0.8); }
  .hover\/bg\:gray-ll\.2\@sm:hover {
    background-color: rgba(246, 246, 246, 0.8); }
  .hover\/c\:gray-ll\.2\@sm:hover {
    color: rgba(246, 246, 246, 0.8); }
  .bg\:gray-ll\.3\@sm {
    background-color: rgba(246, 246, 246, 0.7); }
  .c\:gray-ll\.3\@sm {
    color: rgba(246, 246, 246, 0.7); }
  .hover\/bg\:gray-ll\.3\@sm:hover {
    background-color: rgba(246, 246, 246, 0.7); }
  .hover\/c\:gray-ll\.3\@sm:hover {
    color: rgba(246, 246, 246, 0.7); }
  .bg\:gray-ll\.4\@sm {
    background-color: rgba(246, 246, 246, 0.6); }
  .c\:gray-ll\.4\@sm {
    color: rgba(246, 246, 246, 0.6); }
  .hover\/bg\:gray-ll\.4\@sm:hover {
    background-color: rgba(246, 246, 246, 0.6); }
  .hover\/c\:gray-ll\.4\@sm:hover {
    color: rgba(246, 246, 246, 0.6); }
  .bg\:gray-ll\.5\@sm {
    background-color: rgba(246, 246, 246, 0.5); }
  .c\:gray-ll\.5\@sm {
    color: rgba(246, 246, 246, 0.5); }
  .hover\/bg\:gray-ll\.5\@sm:hover {
    background-color: rgba(246, 246, 246, 0.5); }
  .hover\/c\:gray-ll\.5\@sm:hover {
    color: rgba(246, 246, 246, 0.5); }
  .bg\:gray-ll\.6\@sm {
    background-color: rgba(246, 246, 246, 0.4); }
  .c\:gray-ll\.6\@sm {
    color: rgba(246, 246, 246, 0.4); }
  .hover\/bg\:gray-ll\.6\@sm:hover {
    background-color: rgba(246, 246, 246, 0.4); }
  .hover\/c\:gray-ll\.6\@sm:hover {
    color: rgba(246, 246, 246, 0.4); }
  .bg\:gray-ll\.7\@sm {
    background-color: rgba(246, 246, 246, 0.3); }
  .c\:gray-ll\.7\@sm {
    color: rgba(246, 246, 246, 0.3); }
  .hover\/bg\:gray-ll\.7\@sm:hover {
    background-color: rgba(246, 246, 246, 0.3); }
  .hover\/c\:gray-ll\.7\@sm:hover {
    color: rgba(246, 246, 246, 0.3); }
  .bg\:gray-ll\.8\@sm {
    background-color: rgba(246, 246, 246, 0.2); }
  .c\:gray-ll\.8\@sm {
    color: rgba(246, 246, 246, 0.2); }
  .hover\/bg\:gray-ll\.8\@sm:hover {
    background-color: rgba(246, 246, 246, 0.2); }
  .hover\/c\:gray-ll\.8\@sm:hover {
    color: rgba(246, 246, 246, 0.2); }
  .bg\:gray-ll\.9\@sm {
    background-color: rgba(246, 246, 246, 0.1); }
  .c\:gray-ll\.9\@sm {
    color: rgba(246, 246, 246, 0.1); }
  .hover\/bg\:gray-ll\.9\@sm:hover {
    background-color: rgba(246, 246, 246, 0.1); }
  .hover\/c\:gray-ll\.9\@sm:hover {
    color: rgba(246, 246, 246, 0.1); } }

@media (min-width: 700px) {
  .bg\:white-d\@sm {
    background-color: #e3e3e3; }
  .c\:white-d\@sm {
    color: #e3e3e3; }
  .hover\/bg\:white-d\@sm:hover {
    background-color: #e3e3e3; }
  .hover\/c\:white-d\@sm:hover {
    color: #e3e3e3; }
  .bg\:white-d\.1\@sm {
    background-color: rgba(227, 227, 227, 0.9); }
  .c\:white-d\.1\@sm {
    color: rgba(227, 227, 227, 0.9); }
  .hover\/bg\:white-d\.1\@sm:hover {
    background-color: rgba(227, 227, 227, 0.9); }
  .hover\/c\:white-d\.1\@sm:hover {
    color: rgba(227, 227, 227, 0.9); }
  .bg\:white-d\.2\@sm {
    background-color: rgba(227, 227, 227, 0.8); }
  .c\:white-d\.2\@sm {
    color: rgba(227, 227, 227, 0.8); }
  .hover\/bg\:white-d\.2\@sm:hover {
    background-color: rgba(227, 227, 227, 0.8); }
  .hover\/c\:white-d\.2\@sm:hover {
    color: rgba(227, 227, 227, 0.8); }
  .bg\:white-d\.3\@sm {
    background-color: rgba(227, 227, 227, 0.7); }
  .c\:white-d\.3\@sm {
    color: rgba(227, 227, 227, 0.7); }
  .hover\/bg\:white-d\.3\@sm:hover {
    background-color: rgba(227, 227, 227, 0.7); }
  .hover\/c\:white-d\.3\@sm:hover {
    color: rgba(227, 227, 227, 0.7); }
  .bg\:white-d\.4\@sm {
    background-color: rgba(227, 227, 227, 0.6); }
  .c\:white-d\.4\@sm {
    color: rgba(227, 227, 227, 0.6); }
  .hover\/bg\:white-d\.4\@sm:hover {
    background-color: rgba(227, 227, 227, 0.6); }
  .hover\/c\:white-d\.4\@sm:hover {
    color: rgba(227, 227, 227, 0.6); }
  .bg\:white-d\.5\@sm {
    background-color: rgba(227, 227, 227, 0.5); }
  .c\:white-d\.5\@sm {
    color: rgba(227, 227, 227, 0.5); }
  .hover\/bg\:white-d\.5\@sm:hover {
    background-color: rgba(227, 227, 227, 0.5); }
  .hover\/c\:white-d\.5\@sm:hover {
    color: rgba(227, 227, 227, 0.5); }
  .bg\:white-d\.6\@sm {
    background-color: rgba(227, 227, 227, 0.4); }
  .c\:white-d\.6\@sm {
    color: rgba(227, 227, 227, 0.4); }
  .hover\/bg\:white-d\.6\@sm:hover {
    background-color: rgba(227, 227, 227, 0.4); }
  .hover\/c\:white-d\.6\@sm:hover {
    color: rgba(227, 227, 227, 0.4); }
  .bg\:white-d\.7\@sm {
    background-color: rgba(227, 227, 227, 0.3); }
  .c\:white-d\.7\@sm {
    color: rgba(227, 227, 227, 0.3); }
  .hover\/bg\:white-d\.7\@sm:hover {
    background-color: rgba(227, 227, 227, 0.3); }
  .hover\/c\:white-d\.7\@sm:hover {
    color: rgba(227, 227, 227, 0.3); }
  .bg\:white-d\.8\@sm {
    background-color: rgba(227, 227, 227, 0.2); }
  .c\:white-d\.8\@sm {
    color: rgba(227, 227, 227, 0.2); }
  .hover\/bg\:white-d\.8\@sm:hover {
    background-color: rgba(227, 227, 227, 0.2); }
  .hover\/c\:white-d\.8\@sm:hover {
    color: rgba(227, 227, 227, 0.2); }
  .bg\:white-d\.9\@sm {
    background-color: rgba(227, 227, 227, 0.1); }
  .c\:white-d\.9\@sm {
    color: rgba(227, 227, 227, 0.1); }
  .hover\/bg\:white-d\.9\@sm:hover {
    background-color: rgba(227, 227, 227, 0.1); }
  .hover\/c\:white-d\.9\@sm:hover {
    color: rgba(227, 227, 227, 0.1); } }

@media (min-width: 700px) {
  .bg\:white\@sm {
    background-color: #ffffff; }
  .c\:white\@sm {
    color: #ffffff; }
  .hover\/bg\:white\@sm:hover {
    background-color: #ffffff; }
  .hover\/c\:white\@sm:hover {
    color: #ffffff; }
  .bg\:white\.1\@sm {
    background-color: rgba(255, 255, 255, 0.9); }
  .c\:white\.1\@sm {
    color: rgba(255, 255, 255, 0.9); }
  .hover\/bg\:white\.1\@sm:hover {
    background-color: rgba(255, 255, 255, 0.9); }
  .hover\/c\:white\.1\@sm:hover {
    color: rgba(255, 255, 255, 0.9); }
  .bg\:white\.2\@sm {
    background-color: rgba(255, 255, 255, 0.8); }
  .c\:white\.2\@sm {
    color: rgba(255, 255, 255, 0.8); }
  .hover\/bg\:white\.2\@sm:hover {
    background-color: rgba(255, 255, 255, 0.8); }
  .hover\/c\:white\.2\@sm:hover {
    color: rgba(255, 255, 255, 0.8); }
  .bg\:white\.3\@sm {
    background-color: rgba(255, 255, 255, 0.7); }
  .c\:white\.3\@sm {
    color: rgba(255, 255, 255, 0.7); }
  .hover\/bg\:white\.3\@sm:hover {
    background-color: rgba(255, 255, 255, 0.7); }
  .hover\/c\:white\.3\@sm:hover {
    color: rgba(255, 255, 255, 0.7); }
  .bg\:white\.4\@sm {
    background-color: rgba(255, 255, 255, 0.6); }
  .c\:white\.4\@sm {
    color: rgba(255, 255, 255, 0.6); }
  .hover\/bg\:white\.4\@sm:hover {
    background-color: rgba(255, 255, 255, 0.6); }
  .hover\/c\:white\.4\@sm:hover {
    color: rgba(255, 255, 255, 0.6); }
  .bg\:white\.5\@sm {
    background-color: rgba(255, 255, 255, 0.5); }
  .c\:white\.5\@sm {
    color: rgba(255, 255, 255, 0.5); }
  .hover\/bg\:white\.5\@sm:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .hover\/c\:white\.5\@sm:hover {
    color: rgba(255, 255, 255, 0.5); }
  .bg\:white\.6\@sm {
    background-color: rgba(255, 255, 255, 0.4); }
  .c\:white\.6\@sm {
    color: rgba(255, 255, 255, 0.4); }
  .hover\/bg\:white\.6\@sm:hover {
    background-color: rgba(255, 255, 255, 0.4); }
  .hover\/c\:white\.6\@sm:hover {
    color: rgba(255, 255, 255, 0.4); }
  .bg\:white\.7\@sm {
    background-color: rgba(255, 255, 255, 0.3); }
  .c\:white\.7\@sm {
    color: rgba(255, 255, 255, 0.3); }
  .hover\/bg\:white\.7\@sm:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  .hover\/c\:white\.7\@sm:hover {
    color: rgba(255, 255, 255, 0.3); }
  .bg\:white\.8\@sm {
    background-color: rgba(255, 255, 255, 0.2); }
  .c\:white\.8\@sm {
    color: rgba(255, 255, 255, 0.2); }
  .hover\/bg\:white\.8\@sm:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  .hover\/c\:white\.8\@sm:hover {
    color: rgba(255, 255, 255, 0.2); }
  .bg\:white\.9\@sm {
    background-color: rgba(255, 255, 255, 0.1); }
  .c\:white\.9\@sm {
    color: rgba(255, 255, 255, 0.1); }
  .hover\/bg\:white\.9\@sm:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .hover\/c\:white\.9\@sm:hover {
    color: rgba(255, 255, 255, 0.1); } }

@media (min-width: 700px) {
  .bg\:orange\@sm {
    background-color: #ff904b; }
  .c\:orange\@sm {
    color: #ff904b; }
  .hover\/bg\:orange\@sm:hover {
    background-color: #ff904b; }
  .hover\/c\:orange\@sm:hover {
    color: #ff904b; }
  .bg\:orange\.1\@sm {
    background-color: rgba(255, 144, 75, 0.9); }
  .c\:orange\.1\@sm {
    color: rgba(255, 144, 75, 0.9); }
  .hover\/bg\:orange\.1\@sm:hover {
    background-color: rgba(255, 144, 75, 0.9); }
  .hover\/c\:orange\.1\@sm:hover {
    color: rgba(255, 144, 75, 0.9); }
  .bg\:orange\.2\@sm {
    background-color: rgba(255, 144, 75, 0.8); }
  .c\:orange\.2\@sm {
    color: rgba(255, 144, 75, 0.8); }
  .hover\/bg\:orange\.2\@sm:hover {
    background-color: rgba(255, 144, 75, 0.8); }
  .hover\/c\:orange\.2\@sm:hover {
    color: rgba(255, 144, 75, 0.8); }
  .bg\:orange\.3\@sm {
    background-color: rgba(255, 144, 75, 0.7); }
  .c\:orange\.3\@sm {
    color: rgba(255, 144, 75, 0.7); }
  .hover\/bg\:orange\.3\@sm:hover {
    background-color: rgba(255, 144, 75, 0.7); }
  .hover\/c\:orange\.3\@sm:hover {
    color: rgba(255, 144, 75, 0.7); }
  .bg\:orange\.4\@sm {
    background-color: rgba(255, 144, 75, 0.6); }
  .c\:orange\.4\@sm {
    color: rgba(255, 144, 75, 0.6); }
  .hover\/bg\:orange\.4\@sm:hover {
    background-color: rgba(255, 144, 75, 0.6); }
  .hover\/c\:orange\.4\@sm:hover {
    color: rgba(255, 144, 75, 0.6); }
  .bg\:orange\.5\@sm {
    background-color: rgba(255, 144, 75, 0.5); }
  .c\:orange\.5\@sm {
    color: rgba(255, 144, 75, 0.5); }
  .hover\/bg\:orange\.5\@sm:hover {
    background-color: rgba(255, 144, 75, 0.5); }
  .hover\/c\:orange\.5\@sm:hover {
    color: rgba(255, 144, 75, 0.5); }
  .bg\:orange\.6\@sm {
    background-color: rgba(255, 144, 75, 0.4); }
  .c\:orange\.6\@sm {
    color: rgba(255, 144, 75, 0.4); }
  .hover\/bg\:orange\.6\@sm:hover {
    background-color: rgba(255, 144, 75, 0.4); }
  .hover\/c\:orange\.6\@sm:hover {
    color: rgba(255, 144, 75, 0.4); }
  .bg\:orange\.7\@sm {
    background-color: rgba(255, 144, 75, 0.3); }
  .c\:orange\.7\@sm {
    color: rgba(255, 144, 75, 0.3); }
  .hover\/bg\:orange\.7\@sm:hover {
    background-color: rgba(255, 144, 75, 0.3); }
  .hover\/c\:orange\.7\@sm:hover {
    color: rgba(255, 144, 75, 0.3); }
  .bg\:orange\.8\@sm {
    background-color: rgba(255, 144, 75, 0.2); }
  .c\:orange\.8\@sm {
    color: rgba(255, 144, 75, 0.2); }
  .hover\/bg\:orange\.8\@sm:hover {
    background-color: rgba(255, 144, 75, 0.2); }
  .hover\/c\:orange\.8\@sm:hover {
    color: rgba(255, 144, 75, 0.2); }
  .bg\:orange\.9\@sm {
    background-color: rgba(255, 144, 75, 0.1); }
  .c\:orange\.9\@sm {
    color: rgba(255, 144, 75, 0.1); }
  .hover\/bg\:orange\.9\@sm:hover {
    background-color: rgba(255, 144, 75, 0.1); }
  .hover\/c\:orange\.9\@sm:hover {
    color: rgba(255, 144, 75, 0.1); } }

@media (min-width: 700px) {
  .bg\:coral\@sm {
    background-color: #ff5041; }
  .c\:coral\@sm {
    color: #ff5041; }
  .hover\/bg\:coral\@sm:hover {
    background-color: #ff5041; }
  .hover\/c\:coral\@sm:hover {
    color: #ff5041; }
  .bg\:coral\.1\@sm {
    background-color: rgba(255, 80, 65, 0.9); }
  .c\:coral\.1\@sm {
    color: rgba(255, 80, 65, 0.9); }
  .hover\/bg\:coral\.1\@sm:hover {
    background-color: rgba(255, 80, 65, 0.9); }
  .hover\/c\:coral\.1\@sm:hover {
    color: rgba(255, 80, 65, 0.9); }
  .bg\:coral\.2\@sm {
    background-color: rgba(255, 80, 65, 0.8); }
  .c\:coral\.2\@sm {
    color: rgba(255, 80, 65, 0.8); }
  .hover\/bg\:coral\.2\@sm:hover {
    background-color: rgba(255, 80, 65, 0.8); }
  .hover\/c\:coral\.2\@sm:hover {
    color: rgba(255, 80, 65, 0.8); }
  .bg\:coral\.3\@sm {
    background-color: rgba(255, 80, 65, 0.7); }
  .c\:coral\.3\@sm {
    color: rgba(255, 80, 65, 0.7); }
  .hover\/bg\:coral\.3\@sm:hover {
    background-color: rgba(255, 80, 65, 0.7); }
  .hover\/c\:coral\.3\@sm:hover {
    color: rgba(255, 80, 65, 0.7); }
  .bg\:coral\.4\@sm {
    background-color: rgba(255, 80, 65, 0.6); }
  .c\:coral\.4\@sm {
    color: rgba(255, 80, 65, 0.6); }
  .hover\/bg\:coral\.4\@sm:hover {
    background-color: rgba(255, 80, 65, 0.6); }
  .hover\/c\:coral\.4\@sm:hover {
    color: rgba(255, 80, 65, 0.6); }
  .bg\:coral\.5\@sm {
    background-color: rgba(255, 80, 65, 0.5); }
  .c\:coral\.5\@sm {
    color: rgba(255, 80, 65, 0.5); }
  .hover\/bg\:coral\.5\@sm:hover {
    background-color: rgba(255, 80, 65, 0.5); }
  .hover\/c\:coral\.5\@sm:hover {
    color: rgba(255, 80, 65, 0.5); }
  .bg\:coral\.6\@sm {
    background-color: rgba(255, 80, 65, 0.4); }
  .c\:coral\.6\@sm {
    color: rgba(255, 80, 65, 0.4); }
  .hover\/bg\:coral\.6\@sm:hover {
    background-color: rgba(255, 80, 65, 0.4); }
  .hover\/c\:coral\.6\@sm:hover {
    color: rgba(255, 80, 65, 0.4); }
  .bg\:coral\.7\@sm {
    background-color: rgba(255, 80, 65, 0.3); }
  .c\:coral\.7\@sm {
    color: rgba(255, 80, 65, 0.3); }
  .hover\/bg\:coral\.7\@sm:hover {
    background-color: rgba(255, 80, 65, 0.3); }
  .hover\/c\:coral\.7\@sm:hover {
    color: rgba(255, 80, 65, 0.3); }
  .bg\:coral\.8\@sm {
    background-color: rgba(255, 80, 65, 0.2); }
  .c\:coral\.8\@sm {
    color: rgba(255, 80, 65, 0.2); }
  .hover\/bg\:coral\.8\@sm:hover {
    background-color: rgba(255, 80, 65, 0.2); }
  .hover\/c\:coral\.8\@sm:hover {
    color: rgba(255, 80, 65, 0.2); }
  .bg\:coral\.9\@sm {
    background-color: rgba(255, 80, 65, 0.1); }
  .c\:coral\.9\@sm {
    color: rgba(255, 80, 65, 0.1); }
  .hover\/bg\:coral\.9\@sm:hover {
    background-color: rgba(255, 80, 65, 0.1); }
  .hover\/c\:coral\.9\@sm:hover {
    color: rgba(255, 80, 65, 0.1); } }

@media (min-width: 700px) {
  .bg\:red\@sm {
    background-color: #e62b1e; }
  .c\:red\@sm {
    color: #e62b1e; }
  .hover\/bg\:red\@sm:hover {
    background-color: #e62b1e; }
  .hover\/c\:red\@sm:hover {
    color: #e62b1e; }
  .bg\:red\.1\@sm {
    background-color: rgba(230, 43, 30, 0.9); }
  .c\:red\.1\@sm {
    color: rgba(230, 43, 30, 0.9); }
  .hover\/bg\:red\.1\@sm:hover {
    background-color: rgba(230, 43, 30, 0.9); }
  .hover\/c\:red\.1\@sm:hover {
    color: rgba(230, 43, 30, 0.9); }
  .bg\:red\.2\@sm {
    background-color: rgba(230, 43, 30, 0.8); }
  .c\:red\.2\@sm {
    color: rgba(230, 43, 30, 0.8); }
  .hover\/bg\:red\.2\@sm:hover {
    background-color: rgba(230, 43, 30, 0.8); }
  .hover\/c\:red\.2\@sm:hover {
    color: rgba(230, 43, 30, 0.8); }
  .bg\:red\.3\@sm {
    background-color: rgba(230, 43, 30, 0.7); }
  .c\:red\.3\@sm {
    color: rgba(230, 43, 30, 0.7); }
  .hover\/bg\:red\.3\@sm:hover {
    background-color: rgba(230, 43, 30, 0.7); }
  .hover\/c\:red\.3\@sm:hover {
    color: rgba(230, 43, 30, 0.7); }
  .bg\:red\.4\@sm {
    background-color: rgba(230, 43, 30, 0.6); }
  .c\:red\.4\@sm {
    color: rgba(230, 43, 30, 0.6); }
  .hover\/bg\:red\.4\@sm:hover {
    background-color: rgba(230, 43, 30, 0.6); }
  .hover\/c\:red\.4\@sm:hover {
    color: rgba(230, 43, 30, 0.6); }
  .bg\:red\.5\@sm {
    background-color: rgba(230, 43, 30, 0.5); }
  .c\:red\.5\@sm {
    color: rgba(230, 43, 30, 0.5); }
  .hover\/bg\:red\.5\@sm:hover {
    background-color: rgba(230, 43, 30, 0.5); }
  .hover\/c\:red\.5\@sm:hover {
    color: rgba(230, 43, 30, 0.5); }
  .bg\:red\.6\@sm {
    background-color: rgba(230, 43, 30, 0.4); }
  .c\:red\.6\@sm {
    color: rgba(230, 43, 30, 0.4); }
  .hover\/bg\:red\.6\@sm:hover {
    background-color: rgba(230, 43, 30, 0.4); }
  .hover\/c\:red\.6\@sm:hover {
    color: rgba(230, 43, 30, 0.4); }
  .bg\:red\.7\@sm {
    background-color: rgba(230, 43, 30, 0.3); }
  .c\:red\.7\@sm {
    color: rgba(230, 43, 30, 0.3); }
  .hover\/bg\:red\.7\@sm:hover {
    background-color: rgba(230, 43, 30, 0.3); }
  .hover\/c\:red\.7\@sm:hover {
    color: rgba(230, 43, 30, 0.3); }
  .bg\:red\.8\@sm {
    background-color: rgba(230, 43, 30, 0.2); }
  .c\:red\.8\@sm {
    color: rgba(230, 43, 30, 0.2); }
  .hover\/bg\:red\.8\@sm:hover {
    background-color: rgba(230, 43, 30, 0.2); }
  .hover\/c\:red\.8\@sm:hover {
    color: rgba(230, 43, 30, 0.2); }
  .bg\:red\.9\@sm {
    background-color: rgba(230, 43, 30, 0.1); }
  .c\:red\.9\@sm {
    color: rgba(230, 43, 30, 0.1); }
  .hover\/bg\:red\.9\@sm:hover {
    background-color: rgba(230, 43, 30, 0.1); }
  .hover\/c\:red\.9\@sm:hover {
    color: rgba(230, 43, 30, 0.1); } }

@media (min-width: 700px) {
  .bg\:twitter\@sm {
    background-color: #55acee; }
  .c\:twitter\@sm {
    color: #55acee; }
  .hover\/bg\:twitter\@sm:hover {
    background-color: #55acee; }
  .hover\/c\:twitter\@sm:hover {
    color: #55acee; }
  .bg\:twitter\.1\@sm {
    background-color: rgba(85, 172, 238, 0.9); }
  .c\:twitter\.1\@sm {
    color: rgba(85, 172, 238, 0.9); }
  .hover\/bg\:twitter\.1\@sm:hover {
    background-color: rgba(85, 172, 238, 0.9); }
  .hover\/c\:twitter\.1\@sm:hover {
    color: rgba(85, 172, 238, 0.9); }
  .bg\:twitter\.2\@sm {
    background-color: rgba(85, 172, 238, 0.8); }
  .c\:twitter\.2\@sm {
    color: rgba(85, 172, 238, 0.8); }
  .hover\/bg\:twitter\.2\@sm:hover {
    background-color: rgba(85, 172, 238, 0.8); }
  .hover\/c\:twitter\.2\@sm:hover {
    color: rgba(85, 172, 238, 0.8); }
  .bg\:twitter\.3\@sm {
    background-color: rgba(85, 172, 238, 0.7); }
  .c\:twitter\.3\@sm {
    color: rgba(85, 172, 238, 0.7); }
  .hover\/bg\:twitter\.3\@sm:hover {
    background-color: rgba(85, 172, 238, 0.7); }
  .hover\/c\:twitter\.3\@sm:hover {
    color: rgba(85, 172, 238, 0.7); }
  .bg\:twitter\.4\@sm {
    background-color: rgba(85, 172, 238, 0.6); }
  .c\:twitter\.4\@sm {
    color: rgba(85, 172, 238, 0.6); }
  .hover\/bg\:twitter\.4\@sm:hover {
    background-color: rgba(85, 172, 238, 0.6); }
  .hover\/c\:twitter\.4\@sm:hover {
    color: rgba(85, 172, 238, 0.6); }
  .bg\:twitter\.5\@sm {
    background-color: rgba(85, 172, 238, 0.5); }
  .c\:twitter\.5\@sm {
    color: rgba(85, 172, 238, 0.5); }
  .hover\/bg\:twitter\.5\@sm:hover {
    background-color: rgba(85, 172, 238, 0.5); }
  .hover\/c\:twitter\.5\@sm:hover {
    color: rgba(85, 172, 238, 0.5); }
  .bg\:twitter\.6\@sm {
    background-color: rgba(85, 172, 238, 0.4); }
  .c\:twitter\.6\@sm {
    color: rgba(85, 172, 238, 0.4); }
  .hover\/bg\:twitter\.6\@sm:hover {
    background-color: rgba(85, 172, 238, 0.4); }
  .hover\/c\:twitter\.6\@sm:hover {
    color: rgba(85, 172, 238, 0.4); }
  .bg\:twitter\.7\@sm {
    background-color: rgba(85, 172, 238, 0.3); }
  .c\:twitter\.7\@sm {
    color: rgba(85, 172, 238, 0.3); }
  .hover\/bg\:twitter\.7\@sm:hover {
    background-color: rgba(85, 172, 238, 0.3); }
  .hover\/c\:twitter\.7\@sm:hover {
    color: rgba(85, 172, 238, 0.3); }
  .bg\:twitter\.8\@sm {
    background-color: rgba(85, 172, 238, 0.2); }
  .c\:twitter\.8\@sm {
    color: rgba(85, 172, 238, 0.2); }
  .hover\/bg\:twitter\.8\@sm:hover {
    background-color: rgba(85, 172, 238, 0.2); }
  .hover\/c\:twitter\.8\@sm:hover {
    color: rgba(85, 172, 238, 0.2); }
  .bg\:twitter\.9\@sm {
    background-color: rgba(85, 172, 238, 0.1); }
  .c\:twitter\.9\@sm {
    color: rgba(85, 172, 238, 0.1); }
  .hover\/bg\:twitter\.9\@sm:hover {
    background-color: rgba(85, 172, 238, 0.1); }
  .hover\/c\:twitter\.9\@sm:hover {
    color: rgba(85, 172, 238, 0.1); } }

@media (min-width: 700px) {
  .bg\:facebook\@sm {
    background-color: #3b5998; }
  .c\:facebook\@sm {
    color: #3b5998; }
  .hover\/bg\:facebook\@sm:hover {
    background-color: #3b5998; }
  .hover\/c\:facebook\@sm:hover {
    color: #3b5998; }
  .bg\:facebook\.1\@sm {
    background-color: rgba(59, 89, 152, 0.9); }
  .c\:facebook\.1\@sm {
    color: rgba(59, 89, 152, 0.9); }
  .hover\/bg\:facebook\.1\@sm:hover {
    background-color: rgba(59, 89, 152, 0.9); }
  .hover\/c\:facebook\.1\@sm:hover {
    color: rgba(59, 89, 152, 0.9); }
  .bg\:facebook\.2\@sm {
    background-color: rgba(59, 89, 152, 0.8); }
  .c\:facebook\.2\@sm {
    color: rgba(59, 89, 152, 0.8); }
  .hover\/bg\:facebook\.2\@sm:hover {
    background-color: rgba(59, 89, 152, 0.8); }
  .hover\/c\:facebook\.2\@sm:hover {
    color: rgba(59, 89, 152, 0.8); }
  .bg\:facebook\.3\@sm {
    background-color: rgba(59, 89, 152, 0.7); }
  .c\:facebook\.3\@sm {
    color: rgba(59, 89, 152, 0.7); }
  .hover\/bg\:facebook\.3\@sm:hover {
    background-color: rgba(59, 89, 152, 0.7); }
  .hover\/c\:facebook\.3\@sm:hover {
    color: rgba(59, 89, 152, 0.7); }
  .bg\:facebook\.4\@sm {
    background-color: rgba(59, 89, 152, 0.6); }
  .c\:facebook\.4\@sm {
    color: rgba(59, 89, 152, 0.6); }
  .hover\/bg\:facebook\.4\@sm:hover {
    background-color: rgba(59, 89, 152, 0.6); }
  .hover\/c\:facebook\.4\@sm:hover {
    color: rgba(59, 89, 152, 0.6); }
  .bg\:facebook\.5\@sm {
    background-color: rgba(59, 89, 152, 0.5); }
  .c\:facebook\.5\@sm {
    color: rgba(59, 89, 152, 0.5); }
  .hover\/bg\:facebook\.5\@sm:hover {
    background-color: rgba(59, 89, 152, 0.5); }
  .hover\/c\:facebook\.5\@sm:hover {
    color: rgba(59, 89, 152, 0.5); }
  .bg\:facebook\.6\@sm {
    background-color: rgba(59, 89, 152, 0.4); }
  .c\:facebook\.6\@sm {
    color: rgba(59, 89, 152, 0.4); }
  .hover\/bg\:facebook\.6\@sm:hover {
    background-color: rgba(59, 89, 152, 0.4); }
  .hover\/c\:facebook\.6\@sm:hover {
    color: rgba(59, 89, 152, 0.4); }
  .bg\:facebook\.7\@sm {
    background-color: rgba(59, 89, 152, 0.3); }
  .c\:facebook\.7\@sm {
    color: rgba(59, 89, 152, 0.3); }
  .hover\/bg\:facebook\.7\@sm:hover {
    background-color: rgba(59, 89, 152, 0.3); }
  .hover\/c\:facebook\.7\@sm:hover {
    color: rgba(59, 89, 152, 0.3); }
  .bg\:facebook\.8\@sm {
    background-color: rgba(59, 89, 152, 0.2); }
  .c\:facebook\.8\@sm {
    color: rgba(59, 89, 152, 0.2); }
  .hover\/bg\:facebook\.8\@sm:hover {
    background-color: rgba(59, 89, 152, 0.2); }
  .hover\/c\:facebook\.8\@sm:hover {
    color: rgba(59, 89, 152, 0.2); }
  .bg\:facebook\.9\@sm {
    background-color: rgba(59, 89, 152, 0.1); }
  .c\:facebook\.9\@sm {
    color: rgba(59, 89, 152, 0.1); }
  .hover\/bg\:facebook\.9\@sm:hover {
    background-color: rgba(59, 89, 152, 0.1); }
  .hover\/c\:facebook\.9\@sm:hover {
    color: rgba(59, 89, 152, 0.1); } }

@media (min-width: 700px) {
  .bg\:linkedin\@sm {
    background-color: #0077b5; }
  .c\:linkedin\@sm {
    color: #0077b5; }
  .hover\/bg\:linkedin\@sm:hover {
    background-color: #0077b5; }
  .hover\/c\:linkedin\@sm:hover {
    color: #0077b5; }
  .bg\:linkedin\.1\@sm {
    background-color: rgba(0, 119, 181, 0.9); }
  .c\:linkedin\.1\@sm {
    color: rgba(0, 119, 181, 0.9); }
  .hover\/bg\:linkedin\.1\@sm:hover {
    background-color: rgba(0, 119, 181, 0.9); }
  .hover\/c\:linkedin\.1\@sm:hover {
    color: rgba(0, 119, 181, 0.9); }
  .bg\:linkedin\.2\@sm {
    background-color: rgba(0, 119, 181, 0.8); }
  .c\:linkedin\.2\@sm {
    color: rgba(0, 119, 181, 0.8); }
  .hover\/bg\:linkedin\.2\@sm:hover {
    background-color: rgba(0, 119, 181, 0.8); }
  .hover\/c\:linkedin\.2\@sm:hover {
    color: rgba(0, 119, 181, 0.8); }
  .bg\:linkedin\.3\@sm {
    background-color: rgba(0, 119, 181, 0.7); }
  .c\:linkedin\.3\@sm {
    color: rgba(0, 119, 181, 0.7); }
  .hover\/bg\:linkedin\.3\@sm:hover {
    background-color: rgba(0, 119, 181, 0.7); }
  .hover\/c\:linkedin\.3\@sm:hover {
    color: rgba(0, 119, 181, 0.7); }
  .bg\:linkedin\.4\@sm {
    background-color: rgba(0, 119, 181, 0.6); }
  .c\:linkedin\.4\@sm {
    color: rgba(0, 119, 181, 0.6); }
  .hover\/bg\:linkedin\.4\@sm:hover {
    background-color: rgba(0, 119, 181, 0.6); }
  .hover\/c\:linkedin\.4\@sm:hover {
    color: rgba(0, 119, 181, 0.6); }
  .bg\:linkedin\.5\@sm {
    background-color: rgba(0, 119, 181, 0.5); }
  .c\:linkedin\.5\@sm {
    color: rgba(0, 119, 181, 0.5); }
  .hover\/bg\:linkedin\.5\@sm:hover {
    background-color: rgba(0, 119, 181, 0.5); }
  .hover\/c\:linkedin\.5\@sm:hover {
    color: rgba(0, 119, 181, 0.5); }
  .bg\:linkedin\.6\@sm {
    background-color: rgba(0, 119, 181, 0.4); }
  .c\:linkedin\.6\@sm {
    color: rgba(0, 119, 181, 0.4); }
  .hover\/bg\:linkedin\.6\@sm:hover {
    background-color: rgba(0, 119, 181, 0.4); }
  .hover\/c\:linkedin\.6\@sm:hover {
    color: rgba(0, 119, 181, 0.4); }
  .bg\:linkedin\.7\@sm {
    background-color: rgba(0, 119, 181, 0.3); }
  .c\:linkedin\.7\@sm {
    color: rgba(0, 119, 181, 0.3); }
  .hover\/bg\:linkedin\.7\@sm:hover {
    background-color: rgba(0, 119, 181, 0.3); }
  .hover\/c\:linkedin\.7\@sm:hover {
    color: rgba(0, 119, 181, 0.3); }
  .bg\:linkedin\.8\@sm {
    background-color: rgba(0, 119, 181, 0.2); }
  .c\:linkedin\.8\@sm {
    color: rgba(0, 119, 181, 0.2); }
  .hover\/bg\:linkedin\.8\@sm:hover {
    background-color: rgba(0, 119, 181, 0.2); }
  .hover\/c\:linkedin\.8\@sm:hover {
    color: rgba(0, 119, 181, 0.2); }
  .bg\:linkedin\.9\@sm {
    background-color: rgba(0, 119, 181, 0.1); }
  .c\:linkedin\.9\@sm {
    color: rgba(0, 119, 181, 0.1); }
  .hover\/bg\:linkedin\.9\@sm:hover {
    background-color: rgba(0, 119, 181, 0.1); }
  .hover\/c\:linkedin\.9\@sm:hover {
    color: rgba(0, 119, 181, 0.1); } }

@media (min-width: 700px) {
  .bg\:messenger\@sm {
    background-color: #0084ff; }
  .c\:messenger\@sm {
    color: #0084ff; }
  .hover\/bg\:messenger\@sm:hover {
    background-color: #0084ff; }
  .hover\/c\:messenger\@sm:hover {
    color: #0084ff; }
  .bg\:messenger\.1\@sm {
    background-color: rgba(0, 132, 255, 0.9); }
  .c\:messenger\.1\@sm {
    color: rgba(0, 132, 255, 0.9); }
  .hover\/bg\:messenger\.1\@sm:hover {
    background-color: rgba(0, 132, 255, 0.9); }
  .hover\/c\:messenger\.1\@sm:hover {
    color: rgba(0, 132, 255, 0.9); }
  .bg\:messenger\.2\@sm {
    background-color: rgba(0, 132, 255, 0.8); }
  .c\:messenger\.2\@sm {
    color: rgba(0, 132, 255, 0.8); }
  .hover\/bg\:messenger\.2\@sm:hover {
    background-color: rgba(0, 132, 255, 0.8); }
  .hover\/c\:messenger\.2\@sm:hover {
    color: rgba(0, 132, 255, 0.8); }
  .bg\:messenger\.3\@sm {
    background-color: rgba(0, 132, 255, 0.7); }
  .c\:messenger\.3\@sm {
    color: rgba(0, 132, 255, 0.7); }
  .hover\/bg\:messenger\.3\@sm:hover {
    background-color: rgba(0, 132, 255, 0.7); }
  .hover\/c\:messenger\.3\@sm:hover {
    color: rgba(0, 132, 255, 0.7); }
  .bg\:messenger\.4\@sm {
    background-color: rgba(0, 132, 255, 0.6); }
  .c\:messenger\.4\@sm {
    color: rgba(0, 132, 255, 0.6); }
  .hover\/bg\:messenger\.4\@sm:hover {
    background-color: rgba(0, 132, 255, 0.6); }
  .hover\/c\:messenger\.4\@sm:hover {
    color: rgba(0, 132, 255, 0.6); }
  .bg\:messenger\.5\@sm {
    background-color: rgba(0, 132, 255, 0.5); }
  .c\:messenger\.5\@sm {
    color: rgba(0, 132, 255, 0.5); }
  .hover\/bg\:messenger\.5\@sm:hover {
    background-color: rgba(0, 132, 255, 0.5); }
  .hover\/c\:messenger\.5\@sm:hover {
    color: rgba(0, 132, 255, 0.5); }
  .bg\:messenger\.6\@sm {
    background-color: rgba(0, 132, 255, 0.4); }
  .c\:messenger\.6\@sm {
    color: rgba(0, 132, 255, 0.4); }
  .hover\/bg\:messenger\.6\@sm:hover {
    background-color: rgba(0, 132, 255, 0.4); }
  .hover\/c\:messenger\.6\@sm:hover {
    color: rgba(0, 132, 255, 0.4); }
  .bg\:messenger\.7\@sm {
    background-color: rgba(0, 132, 255, 0.3); }
  .c\:messenger\.7\@sm {
    color: rgba(0, 132, 255, 0.3); }
  .hover\/bg\:messenger\.7\@sm:hover {
    background-color: rgba(0, 132, 255, 0.3); }
  .hover\/c\:messenger\.7\@sm:hover {
    color: rgba(0, 132, 255, 0.3); }
  .bg\:messenger\.8\@sm {
    background-color: rgba(0, 132, 255, 0.2); }
  .c\:messenger\.8\@sm {
    color: rgba(0, 132, 255, 0.2); }
  .hover\/bg\:messenger\.8\@sm:hover {
    background-color: rgba(0, 132, 255, 0.2); }
  .hover\/c\:messenger\.8\@sm:hover {
    color: rgba(0, 132, 255, 0.2); }
  .bg\:messenger\.9\@sm {
    background-color: rgba(0, 132, 255, 0.1); }
  .c\:messenger\.9\@sm {
    color: rgba(0, 132, 255, 0.1); }
  .hover\/bg\:messenger\.9\@sm:hover {
    background-color: rgba(0, 132, 255, 0.1); }
  .hover\/c\:messenger\.9\@sm:hover {
    color: rgba(0, 132, 255, 0.1); } }

@media (min-width: 700px) {
  .bg\:reddit\@sm {
    background-color: #ff4500; }
  .c\:reddit\@sm {
    color: #ff4500; }
  .hover\/bg\:reddit\@sm:hover {
    background-color: #ff4500; }
  .hover\/c\:reddit\@sm:hover {
    color: #ff4500; }
  .bg\:reddit\.1\@sm {
    background-color: rgba(255, 69, 0, 0.9); }
  .c\:reddit\.1\@sm {
    color: rgba(255, 69, 0, 0.9); }
  .hover\/bg\:reddit\.1\@sm:hover {
    background-color: rgba(255, 69, 0, 0.9); }
  .hover\/c\:reddit\.1\@sm:hover {
    color: rgba(255, 69, 0, 0.9); }
  .bg\:reddit\.2\@sm {
    background-color: rgba(255, 69, 0, 0.8); }
  .c\:reddit\.2\@sm {
    color: rgba(255, 69, 0, 0.8); }
  .hover\/bg\:reddit\.2\@sm:hover {
    background-color: rgba(255, 69, 0, 0.8); }
  .hover\/c\:reddit\.2\@sm:hover {
    color: rgba(255, 69, 0, 0.8); }
  .bg\:reddit\.3\@sm {
    background-color: rgba(255, 69, 0, 0.7); }
  .c\:reddit\.3\@sm {
    color: rgba(255, 69, 0, 0.7); }
  .hover\/bg\:reddit\.3\@sm:hover {
    background-color: rgba(255, 69, 0, 0.7); }
  .hover\/c\:reddit\.3\@sm:hover {
    color: rgba(255, 69, 0, 0.7); }
  .bg\:reddit\.4\@sm {
    background-color: rgba(255, 69, 0, 0.6); }
  .c\:reddit\.4\@sm {
    color: rgba(255, 69, 0, 0.6); }
  .hover\/bg\:reddit\.4\@sm:hover {
    background-color: rgba(255, 69, 0, 0.6); }
  .hover\/c\:reddit\.4\@sm:hover {
    color: rgba(255, 69, 0, 0.6); }
  .bg\:reddit\.5\@sm {
    background-color: rgba(255, 69, 0, 0.5); }
  .c\:reddit\.5\@sm {
    color: rgba(255, 69, 0, 0.5); }
  .hover\/bg\:reddit\.5\@sm:hover {
    background-color: rgba(255, 69, 0, 0.5); }
  .hover\/c\:reddit\.5\@sm:hover {
    color: rgba(255, 69, 0, 0.5); }
  .bg\:reddit\.6\@sm {
    background-color: rgba(255, 69, 0, 0.4); }
  .c\:reddit\.6\@sm {
    color: rgba(255, 69, 0, 0.4); }
  .hover\/bg\:reddit\.6\@sm:hover {
    background-color: rgba(255, 69, 0, 0.4); }
  .hover\/c\:reddit\.6\@sm:hover {
    color: rgba(255, 69, 0, 0.4); }
  .bg\:reddit\.7\@sm {
    background-color: rgba(255, 69, 0, 0.3); }
  .c\:reddit\.7\@sm {
    color: rgba(255, 69, 0, 0.3); }
  .hover\/bg\:reddit\.7\@sm:hover {
    background-color: rgba(255, 69, 0, 0.3); }
  .hover\/c\:reddit\.7\@sm:hover {
    color: rgba(255, 69, 0, 0.3); }
  .bg\:reddit\.8\@sm {
    background-color: rgba(255, 69, 0, 0.2); }
  .c\:reddit\.8\@sm {
    color: rgba(255, 69, 0, 0.2); }
  .hover\/bg\:reddit\.8\@sm:hover {
    background-color: rgba(255, 69, 0, 0.2); }
  .hover\/c\:reddit\.8\@sm:hover {
    color: rgba(255, 69, 0, 0.2); }
  .bg\:reddit\.9\@sm {
    background-color: rgba(255, 69, 0, 0.1); }
  .c\:reddit\.9\@sm {
    color: rgba(255, 69, 0, 0.1); }
  .hover\/bg\:reddit\.9\@sm:hover {
    background-color: rgba(255, 69, 0, 0.1); }
  .hover\/c\:reddit\.9\@sm:hover {
    color: rgba(255, 69, 0, 0.1); } }

@media (min-width: 700px) {
  .bg\:sms\@sm {
    background-color: #25d366; }
  .c\:sms\@sm {
    color: #25d366; }
  .hover\/bg\:sms\@sm:hover {
    background-color: #25d366; }
  .hover\/c\:sms\@sm:hover {
    color: #25d366; }
  .bg\:sms\.1\@sm {
    background-color: rgba(37, 211, 102, 0.9); }
  .c\:sms\.1\@sm {
    color: rgba(37, 211, 102, 0.9); }
  .hover\/bg\:sms\.1\@sm:hover {
    background-color: rgba(37, 211, 102, 0.9); }
  .hover\/c\:sms\.1\@sm:hover {
    color: rgba(37, 211, 102, 0.9); }
  .bg\:sms\.2\@sm {
    background-color: rgba(37, 211, 102, 0.8); }
  .c\:sms\.2\@sm {
    color: rgba(37, 211, 102, 0.8); }
  .hover\/bg\:sms\.2\@sm:hover {
    background-color: rgba(37, 211, 102, 0.8); }
  .hover\/c\:sms\.2\@sm:hover {
    color: rgba(37, 211, 102, 0.8); }
  .bg\:sms\.3\@sm {
    background-color: rgba(37, 211, 102, 0.7); }
  .c\:sms\.3\@sm {
    color: rgba(37, 211, 102, 0.7); }
  .hover\/bg\:sms\.3\@sm:hover {
    background-color: rgba(37, 211, 102, 0.7); }
  .hover\/c\:sms\.3\@sm:hover {
    color: rgba(37, 211, 102, 0.7); }
  .bg\:sms\.4\@sm {
    background-color: rgba(37, 211, 102, 0.6); }
  .c\:sms\.4\@sm {
    color: rgba(37, 211, 102, 0.6); }
  .hover\/bg\:sms\.4\@sm:hover {
    background-color: rgba(37, 211, 102, 0.6); }
  .hover\/c\:sms\.4\@sm:hover {
    color: rgba(37, 211, 102, 0.6); }
  .bg\:sms\.5\@sm {
    background-color: rgba(37, 211, 102, 0.5); }
  .c\:sms\.5\@sm {
    color: rgba(37, 211, 102, 0.5); }
  .hover\/bg\:sms\.5\@sm:hover {
    background-color: rgba(37, 211, 102, 0.5); }
  .hover\/c\:sms\.5\@sm:hover {
    color: rgba(37, 211, 102, 0.5); }
  .bg\:sms\.6\@sm {
    background-color: rgba(37, 211, 102, 0.4); }
  .c\:sms\.6\@sm {
    color: rgba(37, 211, 102, 0.4); }
  .hover\/bg\:sms\.6\@sm:hover {
    background-color: rgba(37, 211, 102, 0.4); }
  .hover\/c\:sms\.6\@sm:hover {
    color: rgba(37, 211, 102, 0.4); }
  .bg\:sms\.7\@sm {
    background-color: rgba(37, 211, 102, 0.3); }
  .c\:sms\.7\@sm {
    color: rgba(37, 211, 102, 0.3); }
  .hover\/bg\:sms\.7\@sm:hover {
    background-color: rgba(37, 211, 102, 0.3); }
  .hover\/c\:sms\.7\@sm:hover {
    color: rgba(37, 211, 102, 0.3); }
  .bg\:sms\.8\@sm {
    background-color: rgba(37, 211, 102, 0.2); }
  .c\:sms\.8\@sm {
    color: rgba(37, 211, 102, 0.2); }
  .hover\/bg\:sms\.8\@sm:hover {
    background-color: rgba(37, 211, 102, 0.2); }
  .hover\/c\:sms\.8\@sm:hover {
    color: rgba(37, 211, 102, 0.2); }
  .bg\:sms\.9\@sm {
    background-color: rgba(37, 211, 102, 0.1); }
  .c\:sms\.9\@sm {
    color: rgba(37, 211, 102, 0.1); }
  .hover\/bg\:sms\.9\@sm:hover {
    background-color: rgba(37, 211, 102, 0.1); }
  .hover\/c\:sms\.9\@sm:hover {
    color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 700px) {
  .bg\:whatsapp\@sm {
    background-color: #25d366; }
  .c\:whatsapp\@sm {
    color: #25d366; }
  .hover\/bg\:whatsapp\@sm:hover {
    background-color: #25d366; }
  .hover\/c\:whatsapp\@sm:hover {
    color: #25d366; }
  .bg\:whatsapp\.1\@sm {
    background-color: rgba(37, 211, 102, 0.9); }
  .c\:whatsapp\.1\@sm {
    color: rgba(37, 211, 102, 0.9); }
  .hover\/bg\:whatsapp\.1\@sm:hover {
    background-color: rgba(37, 211, 102, 0.9); }
  .hover\/c\:whatsapp\.1\@sm:hover {
    color: rgba(37, 211, 102, 0.9); }
  .bg\:whatsapp\.2\@sm {
    background-color: rgba(37, 211, 102, 0.8); }
  .c\:whatsapp\.2\@sm {
    color: rgba(37, 211, 102, 0.8); }
  .hover\/bg\:whatsapp\.2\@sm:hover {
    background-color: rgba(37, 211, 102, 0.8); }
  .hover\/c\:whatsapp\.2\@sm:hover {
    color: rgba(37, 211, 102, 0.8); }
  .bg\:whatsapp\.3\@sm {
    background-color: rgba(37, 211, 102, 0.7); }
  .c\:whatsapp\.3\@sm {
    color: rgba(37, 211, 102, 0.7); }
  .hover\/bg\:whatsapp\.3\@sm:hover {
    background-color: rgba(37, 211, 102, 0.7); }
  .hover\/c\:whatsapp\.3\@sm:hover {
    color: rgba(37, 211, 102, 0.7); }
  .bg\:whatsapp\.4\@sm {
    background-color: rgba(37, 211, 102, 0.6); }
  .c\:whatsapp\.4\@sm {
    color: rgba(37, 211, 102, 0.6); }
  .hover\/bg\:whatsapp\.4\@sm:hover {
    background-color: rgba(37, 211, 102, 0.6); }
  .hover\/c\:whatsapp\.4\@sm:hover {
    color: rgba(37, 211, 102, 0.6); }
  .bg\:whatsapp\.5\@sm {
    background-color: rgba(37, 211, 102, 0.5); }
  .c\:whatsapp\.5\@sm {
    color: rgba(37, 211, 102, 0.5); }
  .hover\/bg\:whatsapp\.5\@sm:hover {
    background-color: rgba(37, 211, 102, 0.5); }
  .hover\/c\:whatsapp\.5\@sm:hover {
    color: rgba(37, 211, 102, 0.5); }
  .bg\:whatsapp\.6\@sm {
    background-color: rgba(37, 211, 102, 0.4); }
  .c\:whatsapp\.6\@sm {
    color: rgba(37, 211, 102, 0.4); }
  .hover\/bg\:whatsapp\.6\@sm:hover {
    background-color: rgba(37, 211, 102, 0.4); }
  .hover\/c\:whatsapp\.6\@sm:hover {
    color: rgba(37, 211, 102, 0.4); }
  .bg\:whatsapp\.7\@sm {
    background-color: rgba(37, 211, 102, 0.3); }
  .c\:whatsapp\.7\@sm {
    color: rgba(37, 211, 102, 0.3); }
  .hover\/bg\:whatsapp\.7\@sm:hover {
    background-color: rgba(37, 211, 102, 0.3); }
  .hover\/c\:whatsapp\.7\@sm:hover {
    color: rgba(37, 211, 102, 0.3); }
  .bg\:whatsapp\.8\@sm {
    background-color: rgba(37, 211, 102, 0.2); }
  .c\:whatsapp\.8\@sm {
    color: rgba(37, 211, 102, 0.2); }
  .hover\/bg\:whatsapp\.8\@sm:hover {
    background-color: rgba(37, 211, 102, 0.2); }
  .hover\/c\:whatsapp\.8\@sm:hover {
    color: rgba(37, 211, 102, 0.2); }
  .bg\:whatsapp\.9\@sm {
    background-color: rgba(37, 211, 102, 0.1); }
  .c\:whatsapp\.9\@sm {
    color: rgba(37, 211, 102, 0.1); }
  .hover\/bg\:whatsapp\.9\@sm:hover {
    background-color: rgba(37, 211, 102, 0.1); }
  .hover\/c\:whatsapp\.9\@sm:hover {
    color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 700px) {
  .bg\:none\@sm {
    background-color: transparent; }
  .c\:none\@sm {
    color: transparent; }
  .hover\/bg\:none\@sm:hover {
    background-color: transparent; }
  .hover\/c\:none\@sm:hover {
    color: transparent; }
  .bg\:none\.1\@sm {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.1\@sm {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.1\@sm:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.1\@sm:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.2\@sm {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.2\@sm {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.2\@sm:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.2\@sm:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.3\@sm {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.3\@sm {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.3\@sm:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.3\@sm:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.4\@sm {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.4\@sm {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.4\@sm:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.4\@sm:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.5\@sm {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.5\@sm {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.5\@sm:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.5\@sm:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.6\@sm {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.6\@sm {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.6\@sm:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.6\@sm:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.7\@sm {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.7\@sm {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.7\@sm:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.7\@sm:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.8\@sm {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.8\@sm {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.8\@sm:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.8\@sm:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.9\@sm {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.9\@sm {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.9\@sm:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.9\@sm:hover {
    color: rgba(0, 0, 0, 0); } }

.bg\:blue-to-yellow\@sm {
  background-image: linear-gradient(120deg, #c3f7fd 0%, #f4f4ea 60%); }

.bg\:yellow-to-blue\@break {
  background-image: linear-gradient(120deg, #f4f4ea, #c3f7fd); }

@media (min-width: 900px) {
  .bg\:blue\@md {
    background-color: #0698d0; }
  .c\:blue\@md {
    color: #0698d0; }
  .hover\/bg\:blue\@md:hover {
    background-color: #0698d0; }
  .hover\/c\:blue\@md:hover {
    color: #0698d0; }
  .bg\:blue\.1\@md {
    background-color: rgba(6, 152, 208, 0.9); }
  .c\:blue\.1\@md {
    color: rgba(6, 152, 208, 0.9); }
  .hover\/bg\:blue\.1\@md:hover {
    background-color: rgba(6, 152, 208, 0.9); }
  .hover\/c\:blue\.1\@md:hover {
    color: rgba(6, 152, 208, 0.9); }
  .bg\:blue\.2\@md {
    background-color: rgba(6, 152, 208, 0.8); }
  .c\:blue\.2\@md {
    color: rgba(6, 152, 208, 0.8); }
  .hover\/bg\:blue\.2\@md:hover {
    background-color: rgba(6, 152, 208, 0.8); }
  .hover\/c\:blue\.2\@md:hover {
    color: rgba(6, 152, 208, 0.8); }
  .bg\:blue\.3\@md {
    background-color: rgba(6, 152, 208, 0.7); }
  .c\:blue\.3\@md {
    color: rgba(6, 152, 208, 0.7); }
  .hover\/bg\:blue\.3\@md:hover {
    background-color: rgba(6, 152, 208, 0.7); }
  .hover\/c\:blue\.3\@md:hover {
    color: rgba(6, 152, 208, 0.7); }
  .bg\:blue\.4\@md {
    background-color: rgba(6, 152, 208, 0.6); }
  .c\:blue\.4\@md {
    color: rgba(6, 152, 208, 0.6); }
  .hover\/bg\:blue\.4\@md:hover {
    background-color: rgba(6, 152, 208, 0.6); }
  .hover\/c\:blue\.4\@md:hover {
    color: rgba(6, 152, 208, 0.6); }
  .bg\:blue\.5\@md {
    background-color: rgba(6, 152, 208, 0.5); }
  .c\:blue\.5\@md {
    color: rgba(6, 152, 208, 0.5); }
  .hover\/bg\:blue\.5\@md:hover {
    background-color: rgba(6, 152, 208, 0.5); }
  .hover\/c\:blue\.5\@md:hover {
    color: rgba(6, 152, 208, 0.5); }
  .bg\:blue\.6\@md {
    background-color: rgba(6, 152, 208, 0.4); }
  .c\:blue\.6\@md {
    color: rgba(6, 152, 208, 0.4); }
  .hover\/bg\:blue\.6\@md:hover {
    background-color: rgba(6, 152, 208, 0.4); }
  .hover\/c\:blue\.6\@md:hover {
    color: rgba(6, 152, 208, 0.4); }
  .bg\:blue\.7\@md {
    background-color: rgba(6, 152, 208, 0.3); }
  .c\:blue\.7\@md {
    color: rgba(6, 152, 208, 0.3); }
  .hover\/bg\:blue\.7\@md:hover {
    background-color: rgba(6, 152, 208, 0.3); }
  .hover\/c\:blue\.7\@md:hover {
    color: rgba(6, 152, 208, 0.3); }
  .bg\:blue\.8\@md {
    background-color: rgba(6, 152, 208, 0.2); }
  .c\:blue\.8\@md {
    color: rgba(6, 152, 208, 0.2); }
  .hover\/bg\:blue\.8\@md:hover {
    background-color: rgba(6, 152, 208, 0.2); }
  .hover\/c\:blue\.8\@md:hover {
    color: rgba(6, 152, 208, 0.2); }
  .bg\:blue\.9\@md {
    background-color: rgba(6, 152, 208, 0.1); }
  .c\:blue\.9\@md {
    color: rgba(6, 152, 208, 0.1); }
  .hover\/bg\:blue\.9\@md:hover {
    background-color: rgba(6, 152, 208, 0.1); }
  .hover\/c\:blue\.9\@md:hover {
    color: rgba(6, 152, 208, 0.1); } }

@media (min-width: 900px) {
  .bg\:black\@md {
    background-color: #111111; }
  .c\:black\@md {
    color: #111111; }
  .hover\/bg\:black\@md:hover {
    background-color: #111111; }
  .hover\/c\:black\@md:hover {
    color: #111111; }
  .bg\:black\.1\@md {
    background-color: rgba(17, 17, 17, 0.9); }
  .c\:black\.1\@md {
    color: rgba(17, 17, 17, 0.9); }
  .hover\/bg\:black\.1\@md:hover {
    background-color: rgba(17, 17, 17, 0.9); }
  .hover\/c\:black\.1\@md:hover {
    color: rgba(17, 17, 17, 0.9); }
  .bg\:black\.2\@md {
    background-color: rgba(17, 17, 17, 0.8); }
  .c\:black\.2\@md {
    color: rgba(17, 17, 17, 0.8); }
  .hover\/bg\:black\.2\@md:hover {
    background-color: rgba(17, 17, 17, 0.8); }
  .hover\/c\:black\.2\@md:hover {
    color: rgba(17, 17, 17, 0.8); }
  .bg\:black\.3\@md {
    background-color: rgba(17, 17, 17, 0.7); }
  .c\:black\.3\@md {
    color: rgba(17, 17, 17, 0.7); }
  .hover\/bg\:black\.3\@md:hover {
    background-color: rgba(17, 17, 17, 0.7); }
  .hover\/c\:black\.3\@md:hover {
    color: rgba(17, 17, 17, 0.7); }
  .bg\:black\.4\@md {
    background-color: rgba(17, 17, 17, 0.6); }
  .c\:black\.4\@md {
    color: rgba(17, 17, 17, 0.6); }
  .hover\/bg\:black\.4\@md:hover {
    background-color: rgba(17, 17, 17, 0.6); }
  .hover\/c\:black\.4\@md:hover {
    color: rgba(17, 17, 17, 0.6); }
  .bg\:black\.5\@md {
    background-color: rgba(17, 17, 17, 0.5); }
  .c\:black\.5\@md {
    color: rgba(17, 17, 17, 0.5); }
  .hover\/bg\:black\.5\@md:hover {
    background-color: rgba(17, 17, 17, 0.5); }
  .hover\/c\:black\.5\@md:hover {
    color: rgba(17, 17, 17, 0.5); }
  .bg\:black\.6\@md {
    background-color: rgba(17, 17, 17, 0.4); }
  .c\:black\.6\@md {
    color: rgba(17, 17, 17, 0.4); }
  .hover\/bg\:black\.6\@md:hover {
    background-color: rgba(17, 17, 17, 0.4); }
  .hover\/c\:black\.6\@md:hover {
    color: rgba(17, 17, 17, 0.4); }
  .bg\:black\.7\@md {
    background-color: rgba(17, 17, 17, 0.3); }
  .c\:black\.7\@md {
    color: rgba(17, 17, 17, 0.3); }
  .hover\/bg\:black\.7\@md:hover {
    background-color: rgba(17, 17, 17, 0.3); }
  .hover\/c\:black\.7\@md:hover {
    color: rgba(17, 17, 17, 0.3); }
  .bg\:black\.8\@md {
    background-color: rgba(17, 17, 17, 0.2); }
  .c\:black\.8\@md {
    color: rgba(17, 17, 17, 0.2); }
  .hover\/bg\:black\.8\@md:hover {
    background-color: rgba(17, 17, 17, 0.2); }
  .hover\/c\:black\.8\@md:hover {
    color: rgba(17, 17, 17, 0.2); }
  .bg\:black\.9\@md {
    background-color: rgba(17, 17, 17, 0.1); }
  .c\:black\.9\@md {
    color: rgba(17, 17, 17, 0.1); }
  .hover\/bg\:black\.9\@md:hover {
    background-color: rgba(17, 17, 17, 0.1); }
  .hover\/c\:black\.9\@md:hover {
    color: rgba(17, 17, 17, 0.1); } }

@media (min-width: 900px) {
  .bg\:gray-dd\@md {
    background-color: #333333; }
  .c\:gray-dd\@md {
    color: #333333; }
  .hover\/bg\:gray-dd\@md:hover {
    background-color: #333333; }
  .hover\/c\:gray-dd\@md:hover {
    color: #333333; }
  .bg\:gray-dd\.1\@md {
    background-color: rgba(51, 51, 51, 0.9); }
  .c\:gray-dd\.1\@md {
    color: rgba(51, 51, 51, 0.9); }
  .hover\/bg\:gray-dd\.1\@md:hover {
    background-color: rgba(51, 51, 51, 0.9); }
  .hover\/c\:gray-dd\.1\@md:hover {
    color: rgba(51, 51, 51, 0.9); }
  .bg\:gray-dd\.2\@md {
    background-color: rgba(51, 51, 51, 0.8); }
  .c\:gray-dd\.2\@md {
    color: rgba(51, 51, 51, 0.8); }
  .hover\/bg\:gray-dd\.2\@md:hover {
    background-color: rgba(51, 51, 51, 0.8); }
  .hover\/c\:gray-dd\.2\@md:hover {
    color: rgba(51, 51, 51, 0.8); }
  .bg\:gray-dd\.3\@md {
    background-color: rgba(51, 51, 51, 0.7); }
  .c\:gray-dd\.3\@md {
    color: rgba(51, 51, 51, 0.7); }
  .hover\/bg\:gray-dd\.3\@md:hover {
    background-color: rgba(51, 51, 51, 0.7); }
  .hover\/c\:gray-dd\.3\@md:hover {
    color: rgba(51, 51, 51, 0.7); }
  .bg\:gray-dd\.4\@md {
    background-color: rgba(51, 51, 51, 0.6); }
  .c\:gray-dd\.4\@md {
    color: rgba(51, 51, 51, 0.6); }
  .hover\/bg\:gray-dd\.4\@md:hover {
    background-color: rgba(51, 51, 51, 0.6); }
  .hover\/c\:gray-dd\.4\@md:hover {
    color: rgba(51, 51, 51, 0.6); }
  .bg\:gray-dd\.5\@md {
    background-color: rgba(51, 51, 51, 0.5); }
  .c\:gray-dd\.5\@md {
    color: rgba(51, 51, 51, 0.5); }
  .hover\/bg\:gray-dd\.5\@md:hover {
    background-color: rgba(51, 51, 51, 0.5); }
  .hover\/c\:gray-dd\.5\@md:hover {
    color: rgba(51, 51, 51, 0.5); }
  .bg\:gray-dd\.6\@md {
    background-color: rgba(51, 51, 51, 0.4); }
  .c\:gray-dd\.6\@md {
    color: rgba(51, 51, 51, 0.4); }
  .hover\/bg\:gray-dd\.6\@md:hover {
    background-color: rgba(51, 51, 51, 0.4); }
  .hover\/c\:gray-dd\.6\@md:hover {
    color: rgba(51, 51, 51, 0.4); }
  .bg\:gray-dd\.7\@md {
    background-color: rgba(51, 51, 51, 0.3); }
  .c\:gray-dd\.7\@md {
    color: rgba(51, 51, 51, 0.3); }
  .hover\/bg\:gray-dd\.7\@md:hover {
    background-color: rgba(51, 51, 51, 0.3); }
  .hover\/c\:gray-dd\.7\@md:hover {
    color: rgba(51, 51, 51, 0.3); }
  .bg\:gray-dd\.8\@md {
    background-color: rgba(51, 51, 51, 0.2); }
  .c\:gray-dd\.8\@md {
    color: rgba(51, 51, 51, 0.2); }
  .hover\/bg\:gray-dd\.8\@md:hover {
    background-color: rgba(51, 51, 51, 0.2); }
  .hover\/c\:gray-dd\.8\@md:hover {
    color: rgba(51, 51, 51, 0.2); }
  .bg\:gray-dd\.9\@md {
    background-color: rgba(51, 51, 51, 0.1); }
  .c\:gray-dd\.9\@md {
    color: rgba(51, 51, 51, 0.1); }
  .hover\/bg\:gray-dd\.9\@md:hover {
    background-color: rgba(51, 51, 51, 0.1); }
  .hover\/c\:gray-dd\.9\@md:hover {
    color: rgba(51, 51, 51, 0.1); } }

@media (min-width: 900px) {
  .bg\:gray-d\@md {
    background-color: #666666; }
  .c\:gray-d\@md {
    color: #666666; }
  .hover\/bg\:gray-d\@md:hover {
    background-color: #666666; }
  .hover\/c\:gray-d\@md:hover {
    color: #666666; }
  .bg\:gray-d\.1\@md {
    background-color: rgba(102, 102, 102, 0.9); }
  .c\:gray-d\.1\@md {
    color: rgba(102, 102, 102, 0.9); }
  .hover\/bg\:gray-d\.1\@md:hover {
    background-color: rgba(102, 102, 102, 0.9); }
  .hover\/c\:gray-d\.1\@md:hover {
    color: rgba(102, 102, 102, 0.9); }
  .bg\:gray-d\.2\@md {
    background-color: rgba(102, 102, 102, 0.8); }
  .c\:gray-d\.2\@md {
    color: rgba(102, 102, 102, 0.8); }
  .hover\/bg\:gray-d\.2\@md:hover {
    background-color: rgba(102, 102, 102, 0.8); }
  .hover\/c\:gray-d\.2\@md:hover {
    color: rgba(102, 102, 102, 0.8); }
  .bg\:gray-d\.3\@md {
    background-color: rgba(102, 102, 102, 0.7); }
  .c\:gray-d\.3\@md {
    color: rgba(102, 102, 102, 0.7); }
  .hover\/bg\:gray-d\.3\@md:hover {
    background-color: rgba(102, 102, 102, 0.7); }
  .hover\/c\:gray-d\.3\@md:hover {
    color: rgba(102, 102, 102, 0.7); }
  .bg\:gray-d\.4\@md {
    background-color: rgba(102, 102, 102, 0.6); }
  .c\:gray-d\.4\@md {
    color: rgba(102, 102, 102, 0.6); }
  .hover\/bg\:gray-d\.4\@md:hover {
    background-color: rgba(102, 102, 102, 0.6); }
  .hover\/c\:gray-d\.4\@md:hover {
    color: rgba(102, 102, 102, 0.6); }
  .bg\:gray-d\.5\@md {
    background-color: rgba(102, 102, 102, 0.5); }
  .c\:gray-d\.5\@md {
    color: rgba(102, 102, 102, 0.5); }
  .hover\/bg\:gray-d\.5\@md:hover {
    background-color: rgba(102, 102, 102, 0.5); }
  .hover\/c\:gray-d\.5\@md:hover {
    color: rgba(102, 102, 102, 0.5); }
  .bg\:gray-d\.6\@md {
    background-color: rgba(102, 102, 102, 0.4); }
  .c\:gray-d\.6\@md {
    color: rgba(102, 102, 102, 0.4); }
  .hover\/bg\:gray-d\.6\@md:hover {
    background-color: rgba(102, 102, 102, 0.4); }
  .hover\/c\:gray-d\.6\@md:hover {
    color: rgba(102, 102, 102, 0.4); }
  .bg\:gray-d\.7\@md {
    background-color: rgba(102, 102, 102, 0.3); }
  .c\:gray-d\.7\@md {
    color: rgba(102, 102, 102, 0.3); }
  .hover\/bg\:gray-d\.7\@md:hover {
    background-color: rgba(102, 102, 102, 0.3); }
  .hover\/c\:gray-d\.7\@md:hover {
    color: rgba(102, 102, 102, 0.3); }
  .bg\:gray-d\.8\@md {
    background-color: rgba(102, 102, 102, 0.2); }
  .c\:gray-d\.8\@md {
    color: rgba(102, 102, 102, 0.2); }
  .hover\/bg\:gray-d\.8\@md:hover {
    background-color: rgba(102, 102, 102, 0.2); }
  .hover\/c\:gray-d\.8\@md:hover {
    color: rgba(102, 102, 102, 0.2); }
  .bg\:gray-d\.9\@md {
    background-color: rgba(102, 102, 102, 0.1); }
  .c\:gray-d\.9\@md {
    color: rgba(102, 102, 102, 0.1); }
  .hover\/bg\:gray-d\.9\@md:hover {
    background-color: rgba(102, 102, 102, 0.1); }
  .hover\/c\:gray-d\.9\@md:hover {
    color: rgba(102, 102, 102, 0.1); } }

@media (min-width: 900px) {
  .bg\:gray\@md {
    background-color: #999999; }
  .c\:gray\@md {
    color: #999999; }
  .hover\/bg\:gray\@md:hover {
    background-color: #999999; }
  .hover\/c\:gray\@md:hover {
    color: #999999; }
  .bg\:gray\.1\@md {
    background-color: rgba(153, 153, 153, 0.9); }
  .c\:gray\.1\@md {
    color: rgba(153, 153, 153, 0.9); }
  .hover\/bg\:gray\.1\@md:hover {
    background-color: rgba(153, 153, 153, 0.9); }
  .hover\/c\:gray\.1\@md:hover {
    color: rgba(153, 153, 153, 0.9); }
  .bg\:gray\.2\@md {
    background-color: rgba(153, 153, 153, 0.8); }
  .c\:gray\.2\@md {
    color: rgba(153, 153, 153, 0.8); }
  .hover\/bg\:gray\.2\@md:hover {
    background-color: rgba(153, 153, 153, 0.8); }
  .hover\/c\:gray\.2\@md:hover {
    color: rgba(153, 153, 153, 0.8); }
  .bg\:gray\.3\@md {
    background-color: rgba(153, 153, 153, 0.7); }
  .c\:gray\.3\@md {
    color: rgba(153, 153, 153, 0.7); }
  .hover\/bg\:gray\.3\@md:hover {
    background-color: rgba(153, 153, 153, 0.7); }
  .hover\/c\:gray\.3\@md:hover {
    color: rgba(153, 153, 153, 0.7); }
  .bg\:gray\.4\@md {
    background-color: rgba(153, 153, 153, 0.6); }
  .c\:gray\.4\@md {
    color: rgba(153, 153, 153, 0.6); }
  .hover\/bg\:gray\.4\@md:hover {
    background-color: rgba(153, 153, 153, 0.6); }
  .hover\/c\:gray\.4\@md:hover {
    color: rgba(153, 153, 153, 0.6); }
  .bg\:gray\.5\@md {
    background-color: rgba(153, 153, 153, 0.5); }
  .c\:gray\.5\@md {
    color: rgba(153, 153, 153, 0.5); }
  .hover\/bg\:gray\.5\@md:hover {
    background-color: rgba(153, 153, 153, 0.5); }
  .hover\/c\:gray\.5\@md:hover {
    color: rgba(153, 153, 153, 0.5); }
  .bg\:gray\.6\@md {
    background-color: rgba(153, 153, 153, 0.4); }
  .c\:gray\.6\@md {
    color: rgba(153, 153, 153, 0.4); }
  .hover\/bg\:gray\.6\@md:hover {
    background-color: rgba(153, 153, 153, 0.4); }
  .hover\/c\:gray\.6\@md:hover {
    color: rgba(153, 153, 153, 0.4); }
  .bg\:gray\.7\@md {
    background-color: rgba(153, 153, 153, 0.3); }
  .c\:gray\.7\@md {
    color: rgba(153, 153, 153, 0.3); }
  .hover\/bg\:gray\.7\@md:hover {
    background-color: rgba(153, 153, 153, 0.3); }
  .hover\/c\:gray\.7\@md:hover {
    color: rgba(153, 153, 153, 0.3); }
  .bg\:gray\.8\@md {
    background-color: rgba(153, 153, 153, 0.2); }
  .c\:gray\.8\@md {
    color: rgba(153, 153, 153, 0.2); }
  .hover\/bg\:gray\.8\@md:hover {
    background-color: rgba(153, 153, 153, 0.2); }
  .hover\/c\:gray\.8\@md:hover {
    color: rgba(153, 153, 153, 0.2); }
  .bg\:gray\.9\@md {
    background-color: rgba(153, 153, 153, 0.1); }
  .c\:gray\.9\@md {
    color: rgba(153, 153, 153, 0.1); }
  .hover\/bg\:gray\.9\@md:hover {
    background-color: rgba(153, 153, 153, 0.1); }
  .hover\/c\:gray\.9\@md:hover {
    color: rgba(153, 153, 153, 0.1); } }

@media (min-width: 900px) {
  .bg\:gray-l\@md {
    background-color: #cccccc; }
  .c\:gray-l\@md {
    color: #cccccc; }
  .hover\/bg\:gray-l\@md:hover {
    background-color: #cccccc; }
  .hover\/c\:gray-l\@md:hover {
    color: #cccccc; }
  .bg\:gray-l\.1\@md {
    background-color: rgba(204, 204, 204, 0.9); }
  .c\:gray-l\.1\@md {
    color: rgba(204, 204, 204, 0.9); }
  .hover\/bg\:gray-l\.1\@md:hover {
    background-color: rgba(204, 204, 204, 0.9); }
  .hover\/c\:gray-l\.1\@md:hover {
    color: rgba(204, 204, 204, 0.9); }
  .bg\:gray-l\.2\@md {
    background-color: rgba(204, 204, 204, 0.8); }
  .c\:gray-l\.2\@md {
    color: rgba(204, 204, 204, 0.8); }
  .hover\/bg\:gray-l\.2\@md:hover {
    background-color: rgba(204, 204, 204, 0.8); }
  .hover\/c\:gray-l\.2\@md:hover {
    color: rgba(204, 204, 204, 0.8); }
  .bg\:gray-l\.3\@md {
    background-color: rgba(204, 204, 204, 0.7); }
  .c\:gray-l\.3\@md {
    color: rgba(204, 204, 204, 0.7); }
  .hover\/bg\:gray-l\.3\@md:hover {
    background-color: rgba(204, 204, 204, 0.7); }
  .hover\/c\:gray-l\.3\@md:hover {
    color: rgba(204, 204, 204, 0.7); }
  .bg\:gray-l\.4\@md {
    background-color: rgba(204, 204, 204, 0.6); }
  .c\:gray-l\.4\@md {
    color: rgba(204, 204, 204, 0.6); }
  .hover\/bg\:gray-l\.4\@md:hover {
    background-color: rgba(204, 204, 204, 0.6); }
  .hover\/c\:gray-l\.4\@md:hover {
    color: rgba(204, 204, 204, 0.6); }
  .bg\:gray-l\.5\@md {
    background-color: rgba(204, 204, 204, 0.5); }
  .c\:gray-l\.5\@md {
    color: rgba(204, 204, 204, 0.5); }
  .hover\/bg\:gray-l\.5\@md:hover {
    background-color: rgba(204, 204, 204, 0.5); }
  .hover\/c\:gray-l\.5\@md:hover {
    color: rgba(204, 204, 204, 0.5); }
  .bg\:gray-l\.6\@md {
    background-color: rgba(204, 204, 204, 0.4); }
  .c\:gray-l\.6\@md {
    color: rgba(204, 204, 204, 0.4); }
  .hover\/bg\:gray-l\.6\@md:hover {
    background-color: rgba(204, 204, 204, 0.4); }
  .hover\/c\:gray-l\.6\@md:hover {
    color: rgba(204, 204, 204, 0.4); }
  .bg\:gray-l\.7\@md {
    background-color: rgba(204, 204, 204, 0.3); }
  .c\:gray-l\.7\@md {
    color: rgba(204, 204, 204, 0.3); }
  .hover\/bg\:gray-l\.7\@md:hover {
    background-color: rgba(204, 204, 204, 0.3); }
  .hover\/c\:gray-l\.7\@md:hover {
    color: rgba(204, 204, 204, 0.3); }
  .bg\:gray-l\.8\@md {
    background-color: rgba(204, 204, 204, 0.2); }
  .c\:gray-l\.8\@md {
    color: rgba(204, 204, 204, 0.2); }
  .hover\/bg\:gray-l\.8\@md:hover {
    background-color: rgba(204, 204, 204, 0.2); }
  .hover\/c\:gray-l\.8\@md:hover {
    color: rgba(204, 204, 204, 0.2); }
  .bg\:gray-l\.9\@md {
    background-color: rgba(204, 204, 204, 0.1); }
  .c\:gray-l\.9\@md {
    color: rgba(204, 204, 204, 0.1); }
  .hover\/bg\:gray-l\.9\@md:hover {
    background-color: rgba(204, 204, 204, 0.1); }
  .hover\/c\:gray-l\.9\@md:hover {
    color: rgba(204, 204, 204, 0.1); } }

@media (min-width: 900px) {
  .bg\:gray-ll\@md {
    background-color: #f6f6f6; }
  .c\:gray-ll\@md {
    color: #f6f6f6; }
  .hover\/bg\:gray-ll\@md:hover {
    background-color: #f6f6f6; }
  .hover\/c\:gray-ll\@md:hover {
    color: #f6f6f6; }
  .bg\:gray-ll\.1\@md {
    background-color: rgba(246, 246, 246, 0.9); }
  .c\:gray-ll\.1\@md {
    color: rgba(246, 246, 246, 0.9); }
  .hover\/bg\:gray-ll\.1\@md:hover {
    background-color: rgba(246, 246, 246, 0.9); }
  .hover\/c\:gray-ll\.1\@md:hover {
    color: rgba(246, 246, 246, 0.9); }
  .bg\:gray-ll\.2\@md {
    background-color: rgba(246, 246, 246, 0.8); }
  .c\:gray-ll\.2\@md {
    color: rgba(246, 246, 246, 0.8); }
  .hover\/bg\:gray-ll\.2\@md:hover {
    background-color: rgba(246, 246, 246, 0.8); }
  .hover\/c\:gray-ll\.2\@md:hover {
    color: rgba(246, 246, 246, 0.8); }
  .bg\:gray-ll\.3\@md {
    background-color: rgba(246, 246, 246, 0.7); }
  .c\:gray-ll\.3\@md {
    color: rgba(246, 246, 246, 0.7); }
  .hover\/bg\:gray-ll\.3\@md:hover {
    background-color: rgba(246, 246, 246, 0.7); }
  .hover\/c\:gray-ll\.3\@md:hover {
    color: rgba(246, 246, 246, 0.7); }
  .bg\:gray-ll\.4\@md {
    background-color: rgba(246, 246, 246, 0.6); }
  .c\:gray-ll\.4\@md {
    color: rgba(246, 246, 246, 0.6); }
  .hover\/bg\:gray-ll\.4\@md:hover {
    background-color: rgba(246, 246, 246, 0.6); }
  .hover\/c\:gray-ll\.4\@md:hover {
    color: rgba(246, 246, 246, 0.6); }
  .bg\:gray-ll\.5\@md {
    background-color: rgba(246, 246, 246, 0.5); }
  .c\:gray-ll\.5\@md {
    color: rgba(246, 246, 246, 0.5); }
  .hover\/bg\:gray-ll\.5\@md:hover {
    background-color: rgba(246, 246, 246, 0.5); }
  .hover\/c\:gray-ll\.5\@md:hover {
    color: rgba(246, 246, 246, 0.5); }
  .bg\:gray-ll\.6\@md {
    background-color: rgba(246, 246, 246, 0.4); }
  .c\:gray-ll\.6\@md {
    color: rgba(246, 246, 246, 0.4); }
  .hover\/bg\:gray-ll\.6\@md:hover {
    background-color: rgba(246, 246, 246, 0.4); }
  .hover\/c\:gray-ll\.6\@md:hover {
    color: rgba(246, 246, 246, 0.4); }
  .bg\:gray-ll\.7\@md {
    background-color: rgba(246, 246, 246, 0.3); }
  .c\:gray-ll\.7\@md {
    color: rgba(246, 246, 246, 0.3); }
  .hover\/bg\:gray-ll\.7\@md:hover {
    background-color: rgba(246, 246, 246, 0.3); }
  .hover\/c\:gray-ll\.7\@md:hover {
    color: rgba(246, 246, 246, 0.3); }
  .bg\:gray-ll\.8\@md {
    background-color: rgba(246, 246, 246, 0.2); }
  .c\:gray-ll\.8\@md {
    color: rgba(246, 246, 246, 0.2); }
  .hover\/bg\:gray-ll\.8\@md:hover {
    background-color: rgba(246, 246, 246, 0.2); }
  .hover\/c\:gray-ll\.8\@md:hover {
    color: rgba(246, 246, 246, 0.2); }
  .bg\:gray-ll\.9\@md {
    background-color: rgba(246, 246, 246, 0.1); }
  .c\:gray-ll\.9\@md {
    color: rgba(246, 246, 246, 0.1); }
  .hover\/bg\:gray-ll\.9\@md:hover {
    background-color: rgba(246, 246, 246, 0.1); }
  .hover\/c\:gray-ll\.9\@md:hover {
    color: rgba(246, 246, 246, 0.1); } }

@media (min-width: 900px) {
  .bg\:white-d\@md {
    background-color: #e3e3e3; }
  .c\:white-d\@md {
    color: #e3e3e3; }
  .hover\/bg\:white-d\@md:hover {
    background-color: #e3e3e3; }
  .hover\/c\:white-d\@md:hover {
    color: #e3e3e3; }
  .bg\:white-d\.1\@md {
    background-color: rgba(227, 227, 227, 0.9); }
  .c\:white-d\.1\@md {
    color: rgba(227, 227, 227, 0.9); }
  .hover\/bg\:white-d\.1\@md:hover {
    background-color: rgba(227, 227, 227, 0.9); }
  .hover\/c\:white-d\.1\@md:hover {
    color: rgba(227, 227, 227, 0.9); }
  .bg\:white-d\.2\@md {
    background-color: rgba(227, 227, 227, 0.8); }
  .c\:white-d\.2\@md {
    color: rgba(227, 227, 227, 0.8); }
  .hover\/bg\:white-d\.2\@md:hover {
    background-color: rgba(227, 227, 227, 0.8); }
  .hover\/c\:white-d\.2\@md:hover {
    color: rgba(227, 227, 227, 0.8); }
  .bg\:white-d\.3\@md {
    background-color: rgba(227, 227, 227, 0.7); }
  .c\:white-d\.3\@md {
    color: rgba(227, 227, 227, 0.7); }
  .hover\/bg\:white-d\.3\@md:hover {
    background-color: rgba(227, 227, 227, 0.7); }
  .hover\/c\:white-d\.3\@md:hover {
    color: rgba(227, 227, 227, 0.7); }
  .bg\:white-d\.4\@md {
    background-color: rgba(227, 227, 227, 0.6); }
  .c\:white-d\.4\@md {
    color: rgba(227, 227, 227, 0.6); }
  .hover\/bg\:white-d\.4\@md:hover {
    background-color: rgba(227, 227, 227, 0.6); }
  .hover\/c\:white-d\.4\@md:hover {
    color: rgba(227, 227, 227, 0.6); }
  .bg\:white-d\.5\@md {
    background-color: rgba(227, 227, 227, 0.5); }
  .c\:white-d\.5\@md {
    color: rgba(227, 227, 227, 0.5); }
  .hover\/bg\:white-d\.5\@md:hover {
    background-color: rgba(227, 227, 227, 0.5); }
  .hover\/c\:white-d\.5\@md:hover {
    color: rgba(227, 227, 227, 0.5); }
  .bg\:white-d\.6\@md {
    background-color: rgba(227, 227, 227, 0.4); }
  .c\:white-d\.6\@md {
    color: rgba(227, 227, 227, 0.4); }
  .hover\/bg\:white-d\.6\@md:hover {
    background-color: rgba(227, 227, 227, 0.4); }
  .hover\/c\:white-d\.6\@md:hover {
    color: rgba(227, 227, 227, 0.4); }
  .bg\:white-d\.7\@md {
    background-color: rgba(227, 227, 227, 0.3); }
  .c\:white-d\.7\@md {
    color: rgba(227, 227, 227, 0.3); }
  .hover\/bg\:white-d\.7\@md:hover {
    background-color: rgba(227, 227, 227, 0.3); }
  .hover\/c\:white-d\.7\@md:hover {
    color: rgba(227, 227, 227, 0.3); }
  .bg\:white-d\.8\@md {
    background-color: rgba(227, 227, 227, 0.2); }
  .c\:white-d\.8\@md {
    color: rgba(227, 227, 227, 0.2); }
  .hover\/bg\:white-d\.8\@md:hover {
    background-color: rgba(227, 227, 227, 0.2); }
  .hover\/c\:white-d\.8\@md:hover {
    color: rgba(227, 227, 227, 0.2); }
  .bg\:white-d\.9\@md {
    background-color: rgba(227, 227, 227, 0.1); }
  .c\:white-d\.9\@md {
    color: rgba(227, 227, 227, 0.1); }
  .hover\/bg\:white-d\.9\@md:hover {
    background-color: rgba(227, 227, 227, 0.1); }
  .hover\/c\:white-d\.9\@md:hover {
    color: rgba(227, 227, 227, 0.1); } }

@media (min-width: 900px) {
  .bg\:white\@md {
    background-color: #ffffff; }
  .c\:white\@md {
    color: #ffffff; }
  .hover\/bg\:white\@md:hover {
    background-color: #ffffff; }
  .hover\/c\:white\@md:hover {
    color: #ffffff; }
  .bg\:white\.1\@md {
    background-color: rgba(255, 255, 255, 0.9); }
  .c\:white\.1\@md {
    color: rgba(255, 255, 255, 0.9); }
  .hover\/bg\:white\.1\@md:hover {
    background-color: rgba(255, 255, 255, 0.9); }
  .hover\/c\:white\.1\@md:hover {
    color: rgba(255, 255, 255, 0.9); }
  .bg\:white\.2\@md {
    background-color: rgba(255, 255, 255, 0.8); }
  .c\:white\.2\@md {
    color: rgba(255, 255, 255, 0.8); }
  .hover\/bg\:white\.2\@md:hover {
    background-color: rgba(255, 255, 255, 0.8); }
  .hover\/c\:white\.2\@md:hover {
    color: rgba(255, 255, 255, 0.8); }
  .bg\:white\.3\@md {
    background-color: rgba(255, 255, 255, 0.7); }
  .c\:white\.3\@md {
    color: rgba(255, 255, 255, 0.7); }
  .hover\/bg\:white\.3\@md:hover {
    background-color: rgba(255, 255, 255, 0.7); }
  .hover\/c\:white\.3\@md:hover {
    color: rgba(255, 255, 255, 0.7); }
  .bg\:white\.4\@md {
    background-color: rgba(255, 255, 255, 0.6); }
  .c\:white\.4\@md {
    color: rgba(255, 255, 255, 0.6); }
  .hover\/bg\:white\.4\@md:hover {
    background-color: rgba(255, 255, 255, 0.6); }
  .hover\/c\:white\.4\@md:hover {
    color: rgba(255, 255, 255, 0.6); }
  .bg\:white\.5\@md {
    background-color: rgba(255, 255, 255, 0.5); }
  .c\:white\.5\@md {
    color: rgba(255, 255, 255, 0.5); }
  .hover\/bg\:white\.5\@md:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .hover\/c\:white\.5\@md:hover {
    color: rgba(255, 255, 255, 0.5); }
  .bg\:white\.6\@md {
    background-color: rgba(255, 255, 255, 0.4); }
  .c\:white\.6\@md {
    color: rgba(255, 255, 255, 0.4); }
  .hover\/bg\:white\.6\@md:hover {
    background-color: rgba(255, 255, 255, 0.4); }
  .hover\/c\:white\.6\@md:hover {
    color: rgba(255, 255, 255, 0.4); }
  .bg\:white\.7\@md {
    background-color: rgba(255, 255, 255, 0.3); }
  .c\:white\.7\@md {
    color: rgba(255, 255, 255, 0.3); }
  .hover\/bg\:white\.7\@md:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  .hover\/c\:white\.7\@md:hover {
    color: rgba(255, 255, 255, 0.3); }
  .bg\:white\.8\@md {
    background-color: rgba(255, 255, 255, 0.2); }
  .c\:white\.8\@md {
    color: rgba(255, 255, 255, 0.2); }
  .hover\/bg\:white\.8\@md:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  .hover\/c\:white\.8\@md:hover {
    color: rgba(255, 255, 255, 0.2); }
  .bg\:white\.9\@md {
    background-color: rgba(255, 255, 255, 0.1); }
  .c\:white\.9\@md {
    color: rgba(255, 255, 255, 0.1); }
  .hover\/bg\:white\.9\@md:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .hover\/c\:white\.9\@md:hover {
    color: rgba(255, 255, 255, 0.1); } }

@media (min-width: 900px) {
  .bg\:orange\@md {
    background-color: #ff904b; }
  .c\:orange\@md {
    color: #ff904b; }
  .hover\/bg\:orange\@md:hover {
    background-color: #ff904b; }
  .hover\/c\:orange\@md:hover {
    color: #ff904b; }
  .bg\:orange\.1\@md {
    background-color: rgba(255, 144, 75, 0.9); }
  .c\:orange\.1\@md {
    color: rgba(255, 144, 75, 0.9); }
  .hover\/bg\:orange\.1\@md:hover {
    background-color: rgba(255, 144, 75, 0.9); }
  .hover\/c\:orange\.1\@md:hover {
    color: rgba(255, 144, 75, 0.9); }
  .bg\:orange\.2\@md {
    background-color: rgba(255, 144, 75, 0.8); }
  .c\:orange\.2\@md {
    color: rgba(255, 144, 75, 0.8); }
  .hover\/bg\:orange\.2\@md:hover {
    background-color: rgba(255, 144, 75, 0.8); }
  .hover\/c\:orange\.2\@md:hover {
    color: rgba(255, 144, 75, 0.8); }
  .bg\:orange\.3\@md {
    background-color: rgba(255, 144, 75, 0.7); }
  .c\:orange\.3\@md {
    color: rgba(255, 144, 75, 0.7); }
  .hover\/bg\:orange\.3\@md:hover {
    background-color: rgba(255, 144, 75, 0.7); }
  .hover\/c\:orange\.3\@md:hover {
    color: rgba(255, 144, 75, 0.7); }
  .bg\:orange\.4\@md {
    background-color: rgba(255, 144, 75, 0.6); }
  .c\:orange\.4\@md {
    color: rgba(255, 144, 75, 0.6); }
  .hover\/bg\:orange\.4\@md:hover {
    background-color: rgba(255, 144, 75, 0.6); }
  .hover\/c\:orange\.4\@md:hover {
    color: rgba(255, 144, 75, 0.6); }
  .bg\:orange\.5\@md {
    background-color: rgba(255, 144, 75, 0.5); }
  .c\:orange\.5\@md {
    color: rgba(255, 144, 75, 0.5); }
  .hover\/bg\:orange\.5\@md:hover {
    background-color: rgba(255, 144, 75, 0.5); }
  .hover\/c\:orange\.5\@md:hover {
    color: rgba(255, 144, 75, 0.5); }
  .bg\:orange\.6\@md {
    background-color: rgba(255, 144, 75, 0.4); }
  .c\:orange\.6\@md {
    color: rgba(255, 144, 75, 0.4); }
  .hover\/bg\:orange\.6\@md:hover {
    background-color: rgba(255, 144, 75, 0.4); }
  .hover\/c\:orange\.6\@md:hover {
    color: rgba(255, 144, 75, 0.4); }
  .bg\:orange\.7\@md {
    background-color: rgba(255, 144, 75, 0.3); }
  .c\:orange\.7\@md {
    color: rgba(255, 144, 75, 0.3); }
  .hover\/bg\:orange\.7\@md:hover {
    background-color: rgba(255, 144, 75, 0.3); }
  .hover\/c\:orange\.7\@md:hover {
    color: rgba(255, 144, 75, 0.3); }
  .bg\:orange\.8\@md {
    background-color: rgba(255, 144, 75, 0.2); }
  .c\:orange\.8\@md {
    color: rgba(255, 144, 75, 0.2); }
  .hover\/bg\:orange\.8\@md:hover {
    background-color: rgba(255, 144, 75, 0.2); }
  .hover\/c\:orange\.8\@md:hover {
    color: rgba(255, 144, 75, 0.2); }
  .bg\:orange\.9\@md {
    background-color: rgba(255, 144, 75, 0.1); }
  .c\:orange\.9\@md {
    color: rgba(255, 144, 75, 0.1); }
  .hover\/bg\:orange\.9\@md:hover {
    background-color: rgba(255, 144, 75, 0.1); }
  .hover\/c\:orange\.9\@md:hover {
    color: rgba(255, 144, 75, 0.1); } }

@media (min-width: 900px) {
  .bg\:coral\@md {
    background-color: #ff5041; }
  .c\:coral\@md {
    color: #ff5041; }
  .hover\/bg\:coral\@md:hover {
    background-color: #ff5041; }
  .hover\/c\:coral\@md:hover {
    color: #ff5041; }
  .bg\:coral\.1\@md {
    background-color: rgba(255, 80, 65, 0.9); }
  .c\:coral\.1\@md {
    color: rgba(255, 80, 65, 0.9); }
  .hover\/bg\:coral\.1\@md:hover {
    background-color: rgba(255, 80, 65, 0.9); }
  .hover\/c\:coral\.1\@md:hover {
    color: rgba(255, 80, 65, 0.9); }
  .bg\:coral\.2\@md {
    background-color: rgba(255, 80, 65, 0.8); }
  .c\:coral\.2\@md {
    color: rgba(255, 80, 65, 0.8); }
  .hover\/bg\:coral\.2\@md:hover {
    background-color: rgba(255, 80, 65, 0.8); }
  .hover\/c\:coral\.2\@md:hover {
    color: rgba(255, 80, 65, 0.8); }
  .bg\:coral\.3\@md {
    background-color: rgba(255, 80, 65, 0.7); }
  .c\:coral\.3\@md {
    color: rgba(255, 80, 65, 0.7); }
  .hover\/bg\:coral\.3\@md:hover {
    background-color: rgba(255, 80, 65, 0.7); }
  .hover\/c\:coral\.3\@md:hover {
    color: rgba(255, 80, 65, 0.7); }
  .bg\:coral\.4\@md {
    background-color: rgba(255, 80, 65, 0.6); }
  .c\:coral\.4\@md {
    color: rgba(255, 80, 65, 0.6); }
  .hover\/bg\:coral\.4\@md:hover {
    background-color: rgba(255, 80, 65, 0.6); }
  .hover\/c\:coral\.4\@md:hover {
    color: rgba(255, 80, 65, 0.6); }
  .bg\:coral\.5\@md {
    background-color: rgba(255, 80, 65, 0.5); }
  .c\:coral\.5\@md {
    color: rgba(255, 80, 65, 0.5); }
  .hover\/bg\:coral\.5\@md:hover {
    background-color: rgba(255, 80, 65, 0.5); }
  .hover\/c\:coral\.5\@md:hover {
    color: rgba(255, 80, 65, 0.5); }
  .bg\:coral\.6\@md {
    background-color: rgba(255, 80, 65, 0.4); }
  .c\:coral\.6\@md {
    color: rgba(255, 80, 65, 0.4); }
  .hover\/bg\:coral\.6\@md:hover {
    background-color: rgba(255, 80, 65, 0.4); }
  .hover\/c\:coral\.6\@md:hover {
    color: rgba(255, 80, 65, 0.4); }
  .bg\:coral\.7\@md {
    background-color: rgba(255, 80, 65, 0.3); }
  .c\:coral\.7\@md {
    color: rgba(255, 80, 65, 0.3); }
  .hover\/bg\:coral\.7\@md:hover {
    background-color: rgba(255, 80, 65, 0.3); }
  .hover\/c\:coral\.7\@md:hover {
    color: rgba(255, 80, 65, 0.3); }
  .bg\:coral\.8\@md {
    background-color: rgba(255, 80, 65, 0.2); }
  .c\:coral\.8\@md {
    color: rgba(255, 80, 65, 0.2); }
  .hover\/bg\:coral\.8\@md:hover {
    background-color: rgba(255, 80, 65, 0.2); }
  .hover\/c\:coral\.8\@md:hover {
    color: rgba(255, 80, 65, 0.2); }
  .bg\:coral\.9\@md {
    background-color: rgba(255, 80, 65, 0.1); }
  .c\:coral\.9\@md {
    color: rgba(255, 80, 65, 0.1); }
  .hover\/bg\:coral\.9\@md:hover {
    background-color: rgba(255, 80, 65, 0.1); }
  .hover\/c\:coral\.9\@md:hover {
    color: rgba(255, 80, 65, 0.1); } }

@media (min-width: 900px) {
  .bg\:red\@md {
    background-color: #e62b1e; }
  .c\:red\@md {
    color: #e62b1e; }
  .hover\/bg\:red\@md:hover {
    background-color: #e62b1e; }
  .hover\/c\:red\@md:hover {
    color: #e62b1e; }
  .bg\:red\.1\@md {
    background-color: rgba(230, 43, 30, 0.9); }
  .c\:red\.1\@md {
    color: rgba(230, 43, 30, 0.9); }
  .hover\/bg\:red\.1\@md:hover {
    background-color: rgba(230, 43, 30, 0.9); }
  .hover\/c\:red\.1\@md:hover {
    color: rgba(230, 43, 30, 0.9); }
  .bg\:red\.2\@md {
    background-color: rgba(230, 43, 30, 0.8); }
  .c\:red\.2\@md {
    color: rgba(230, 43, 30, 0.8); }
  .hover\/bg\:red\.2\@md:hover {
    background-color: rgba(230, 43, 30, 0.8); }
  .hover\/c\:red\.2\@md:hover {
    color: rgba(230, 43, 30, 0.8); }
  .bg\:red\.3\@md {
    background-color: rgba(230, 43, 30, 0.7); }
  .c\:red\.3\@md {
    color: rgba(230, 43, 30, 0.7); }
  .hover\/bg\:red\.3\@md:hover {
    background-color: rgba(230, 43, 30, 0.7); }
  .hover\/c\:red\.3\@md:hover {
    color: rgba(230, 43, 30, 0.7); }
  .bg\:red\.4\@md {
    background-color: rgba(230, 43, 30, 0.6); }
  .c\:red\.4\@md {
    color: rgba(230, 43, 30, 0.6); }
  .hover\/bg\:red\.4\@md:hover {
    background-color: rgba(230, 43, 30, 0.6); }
  .hover\/c\:red\.4\@md:hover {
    color: rgba(230, 43, 30, 0.6); }
  .bg\:red\.5\@md {
    background-color: rgba(230, 43, 30, 0.5); }
  .c\:red\.5\@md {
    color: rgba(230, 43, 30, 0.5); }
  .hover\/bg\:red\.5\@md:hover {
    background-color: rgba(230, 43, 30, 0.5); }
  .hover\/c\:red\.5\@md:hover {
    color: rgba(230, 43, 30, 0.5); }
  .bg\:red\.6\@md {
    background-color: rgba(230, 43, 30, 0.4); }
  .c\:red\.6\@md {
    color: rgba(230, 43, 30, 0.4); }
  .hover\/bg\:red\.6\@md:hover {
    background-color: rgba(230, 43, 30, 0.4); }
  .hover\/c\:red\.6\@md:hover {
    color: rgba(230, 43, 30, 0.4); }
  .bg\:red\.7\@md {
    background-color: rgba(230, 43, 30, 0.3); }
  .c\:red\.7\@md {
    color: rgba(230, 43, 30, 0.3); }
  .hover\/bg\:red\.7\@md:hover {
    background-color: rgba(230, 43, 30, 0.3); }
  .hover\/c\:red\.7\@md:hover {
    color: rgba(230, 43, 30, 0.3); }
  .bg\:red\.8\@md {
    background-color: rgba(230, 43, 30, 0.2); }
  .c\:red\.8\@md {
    color: rgba(230, 43, 30, 0.2); }
  .hover\/bg\:red\.8\@md:hover {
    background-color: rgba(230, 43, 30, 0.2); }
  .hover\/c\:red\.8\@md:hover {
    color: rgba(230, 43, 30, 0.2); }
  .bg\:red\.9\@md {
    background-color: rgba(230, 43, 30, 0.1); }
  .c\:red\.9\@md {
    color: rgba(230, 43, 30, 0.1); }
  .hover\/bg\:red\.9\@md:hover {
    background-color: rgba(230, 43, 30, 0.1); }
  .hover\/c\:red\.9\@md:hover {
    color: rgba(230, 43, 30, 0.1); } }

@media (min-width: 900px) {
  .bg\:twitter\@md {
    background-color: #55acee; }
  .c\:twitter\@md {
    color: #55acee; }
  .hover\/bg\:twitter\@md:hover {
    background-color: #55acee; }
  .hover\/c\:twitter\@md:hover {
    color: #55acee; }
  .bg\:twitter\.1\@md {
    background-color: rgba(85, 172, 238, 0.9); }
  .c\:twitter\.1\@md {
    color: rgba(85, 172, 238, 0.9); }
  .hover\/bg\:twitter\.1\@md:hover {
    background-color: rgba(85, 172, 238, 0.9); }
  .hover\/c\:twitter\.1\@md:hover {
    color: rgba(85, 172, 238, 0.9); }
  .bg\:twitter\.2\@md {
    background-color: rgba(85, 172, 238, 0.8); }
  .c\:twitter\.2\@md {
    color: rgba(85, 172, 238, 0.8); }
  .hover\/bg\:twitter\.2\@md:hover {
    background-color: rgba(85, 172, 238, 0.8); }
  .hover\/c\:twitter\.2\@md:hover {
    color: rgba(85, 172, 238, 0.8); }
  .bg\:twitter\.3\@md {
    background-color: rgba(85, 172, 238, 0.7); }
  .c\:twitter\.3\@md {
    color: rgba(85, 172, 238, 0.7); }
  .hover\/bg\:twitter\.3\@md:hover {
    background-color: rgba(85, 172, 238, 0.7); }
  .hover\/c\:twitter\.3\@md:hover {
    color: rgba(85, 172, 238, 0.7); }
  .bg\:twitter\.4\@md {
    background-color: rgba(85, 172, 238, 0.6); }
  .c\:twitter\.4\@md {
    color: rgba(85, 172, 238, 0.6); }
  .hover\/bg\:twitter\.4\@md:hover {
    background-color: rgba(85, 172, 238, 0.6); }
  .hover\/c\:twitter\.4\@md:hover {
    color: rgba(85, 172, 238, 0.6); }
  .bg\:twitter\.5\@md {
    background-color: rgba(85, 172, 238, 0.5); }
  .c\:twitter\.5\@md {
    color: rgba(85, 172, 238, 0.5); }
  .hover\/bg\:twitter\.5\@md:hover {
    background-color: rgba(85, 172, 238, 0.5); }
  .hover\/c\:twitter\.5\@md:hover {
    color: rgba(85, 172, 238, 0.5); }
  .bg\:twitter\.6\@md {
    background-color: rgba(85, 172, 238, 0.4); }
  .c\:twitter\.6\@md {
    color: rgba(85, 172, 238, 0.4); }
  .hover\/bg\:twitter\.6\@md:hover {
    background-color: rgba(85, 172, 238, 0.4); }
  .hover\/c\:twitter\.6\@md:hover {
    color: rgba(85, 172, 238, 0.4); }
  .bg\:twitter\.7\@md {
    background-color: rgba(85, 172, 238, 0.3); }
  .c\:twitter\.7\@md {
    color: rgba(85, 172, 238, 0.3); }
  .hover\/bg\:twitter\.7\@md:hover {
    background-color: rgba(85, 172, 238, 0.3); }
  .hover\/c\:twitter\.7\@md:hover {
    color: rgba(85, 172, 238, 0.3); }
  .bg\:twitter\.8\@md {
    background-color: rgba(85, 172, 238, 0.2); }
  .c\:twitter\.8\@md {
    color: rgba(85, 172, 238, 0.2); }
  .hover\/bg\:twitter\.8\@md:hover {
    background-color: rgba(85, 172, 238, 0.2); }
  .hover\/c\:twitter\.8\@md:hover {
    color: rgba(85, 172, 238, 0.2); }
  .bg\:twitter\.9\@md {
    background-color: rgba(85, 172, 238, 0.1); }
  .c\:twitter\.9\@md {
    color: rgba(85, 172, 238, 0.1); }
  .hover\/bg\:twitter\.9\@md:hover {
    background-color: rgba(85, 172, 238, 0.1); }
  .hover\/c\:twitter\.9\@md:hover {
    color: rgba(85, 172, 238, 0.1); } }

@media (min-width: 900px) {
  .bg\:facebook\@md {
    background-color: #3b5998; }
  .c\:facebook\@md {
    color: #3b5998; }
  .hover\/bg\:facebook\@md:hover {
    background-color: #3b5998; }
  .hover\/c\:facebook\@md:hover {
    color: #3b5998; }
  .bg\:facebook\.1\@md {
    background-color: rgba(59, 89, 152, 0.9); }
  .c\:facebook\.1\@md {
    color: rgba(59, 89, 152, 0.9); }
  .hover\/bg\:facebook\.1\@md:hover {
    background-color: rgba(59, 89, 152, 0.9); }
  .hover\/c\:facebook\.1\@md:hover {
    color: rgba(59, 89, 152, 0.9); }
  .bg\:facebook\.2\@md {
    background-color: rgba(59, 89, 152, 0.8); }
  .c\:facebook\.2\@md {
    color: rgba(59, 89, 152, 0.8); }
  .hover\/bg\:facebook\.2\@md:hover {
    background-color: rgba(59, 89, 152, 0.8); }
  .hover\/c\:facebook\.2\@md:hover {
    color: rgba(59, 89, 152, 0.8); }
  .bg\:facebook\.3\@md {
    background-color: rgba(59, 89, 152, 0.7); }
  .c\:facebook\.3\@md {
    color: rgba(59, 89, 152, 0.7); }
  .hover\/bg\:facebook\.3\@md:hover {
    background-color: rgba(59, 89, 152, 0.7); }
  .hover\/c\:facebook\.3\@md:hover {
    color: rgba(59, 89, 152, 0.7); }
  .bg\:facebook\.4\@md {
    background-color: rgba(59, 89, 152, 0.6); }
  .c\:facebook\.4\@md {
    color: rgba(59, 89, 152, 0.6); }
  .hover\/bg\:facebook\.4\@md:hover {
    background-color: rgba(59, 89, 152, 0.6); }
  .hover\/c\:facebook\.4\@md:hover {
    color: rgba(59, 89, 152, 0.6); }
  .bg\:facebook\.5\@md {
    background-color: rgba(59, 89, 152, 0.5); }
  .c\:facebook\.5\@md {
    color: rgba(59, 89, 152, 0.5); }
  .hover\/bg\:facebook\.5\@md:hover {
    background-color: rgba(59, 89, 152, 0.5); }
  .hover\/c\:facebook\.5\@md:hover {
    color: rgba(59, 89, 152, 0.5); }
  .bg\:facebook\.6\@md {
    background-color: rgba(59, 89, 152, 0.4); }
  .c\:facebook\.6\@md {
    color: rgba(59, 89, 152, 0.4); }
  .hover\/bg\:facebook\.6\@md:hover {
    background-color: rgba(59, 89, 152, 0.4); }
  .hover\/c\:facebook\.6\@md:hover {
    color: rgba(59, 89, 152, 0.4); }
  .bg\:facebook\.7\@md {
    background-color: rgba(59, 89, 152, 0.3); }
  .c\:facebook\.7\@md {
    color: rgba(59, 89, 152, 0.3); }
  .hover\/bg\:facebook\.7\@md:hover {
    background-color: rgba(59, 89, 152, 0.3); }
  .hover\/c\:facebook\.7\@md:hover {
    color: rgba(59, 89, 152, 0.3); }
  .bg\:facebook\.8\@md {
    background-color: rgba(59, 89, 152, 0.2); }
  .c\:facebook\.8\@md {
    color: rgba(59, 89, 152, 0.2); }
  .hover\/bg\:facebook\.8\@md:hover {
    background-color: rgba(59, 89, 152, 0.2); }
  .hover\/c\:facebook\.8\@md:hover {
    color: rgba(59, 89, 152, 0.2); }
  .bg\:facebook\.9\@md {
    background-color: rgba(59, 89, 152, 0.1); }
  .c\:facebook\.9\@md {
    color: rgba(59, 89, 152, 0.1); }
  .hover\/bg\:facebook\.9\@md:hover {
    background-color: rgba(59, 89, 152, 0.1); }
  .hover\/c\:facebook\.9\@md:hover {
    color: rgba(59, 89, 152, 0.1); } }

@media (min-width: 900px) {
  .bg\:linkedin\@md {
    background-color: #0077b5; }
  .c\:linkedin\@md {
    color: #0077b5; }
  .hover\/bg\:linkedin\@md:hover {
    background-color: #0077b5; }
  .hover\/c\:linkedin\@md:hover {
    color: #0077b5; }
  .bg\:linkedin\.1\@md {
    background-color: rgba(0, 119, 181, 0.9); }
  .c\:linkedin\.1\@md {
    color: rgba(0, 119, 181, 0.9); }
  .hover\/bg\:linkedin\.1\@md:hover {
    background-color: rgba(0, 119, 181, 0.9); }
  .hover\/c\:linkedin\.1\@md:hover {
    color: rgba(0, 119, 181, 0.9); }
  .bg\:linkedin\.2\@md {
    background-color: rgba(0, 119, 181, 0.8); }
  .c\:linkedin\.2\@md {
    color: rgba(0, 119, 181, 0.8); }
  .hover\/bg\:linkedin\.2\@md:hover {
    background-color: rgba(0, 119, 181, 0.8); }
  .hover\/c\:linkedin\.2\@md:hover {
    color: rgba(0, 119, 181, 0.8); }
  .bg\:linkedin\.3\@md {
    background-color: rgba(0, 119, 181, 0.7); }
  .c\:linkedin\.3\@md {
    color: rgba(0, 119, 181, 0.7); }
  .hover\/bg\:linkedin\.3\@md:hover {
    background-color: rgba(0, 119, 181, 0.7); }
  .hover\/c\:linkedin\.3\@md:hover {
    color: rgba(0, 119, 181, 0.7); }
  .bg\:linkedin\.4\@md {
    background-color: rgba(0, 119, 181, 0.6); }
  .c\:linkedin\.4\@md {
    color: rgba(0, 119, 181, 0.6); }
  .hover\/bg\:linkedin\.4\@md:hover {
    background-color: rgba(0, 119, 181, 0.6); }
  .hover\/c\:linkedin\.4\@md:hover {
    color: rgba(0, 119, 181, 0.6); }
  .bg\:linkedin\.5\@md {
    background-color: rgba(0, 119, 181, 0.5); }
  .c\:linkedin\.5\@md {
    color: rgba(0, 119, 181, 0.5); }
  .hover\/bg\:linkedin\.5\@md:hover {
    background-color: rgba(0, 119, 181, 0.5); }
  .hover\/c\:linkedin\.5\@md:hover {
    color: rgba(0, 119, 181, 0.5); }
  .bg\:linkedin\.6\@md {
    background-color: rgba(0, 119, 181, 0.4); }
  .c\:linkedin\.6\@md {
    color: rgba(0, 119, 181, 0.4); }
  .hover\/bg\:linkedin\.6\@md:hover {
    background-color: rgba(0, 119, 181, 0.4); }
  .hover\/c\:linkedin\.6\@md:hover {
    color: rgba(0, 119, 181, 0.4); }
  .bg\:linkedin\.7\@md {
    background-color: rgba(0, 119, 181, 0.3); }
  .c\:linkedin\.7\@md {
    color: rgba(0, 119, 181, 0.3); }
  .hover\/bg\:linkedin\.7\@md:hover {
    background-color: rgba(0, 119, 181, 0.3); }
  .hover\/c\:linkedin\.7\@md:hover {
    color: rgba(0, 119, 181, 0.3); }
  .bg\:linkedin\.8\@md {
    background-color: rgba(0, 119, 181, 0.2); }
  .c\:linkedin\.8\@md {
    color: rgba(0, 119, 181, 0.2); }
  .hover\/bg\:linkedin\.8\@md:hover {
    background-color: rgba(0, 119, 181, 0.2); }
  .hover\/c\:linkedin\.8\@md:hover {
    color: rgba(0, 119, 181, 0.2); }
  .bg\:linkedin\.9\@md {
    background-color: rgba(0, 119, 181, 0.1); }
  .c\:linkedin\.9\@md {
    color: rgba(0, 119, 181, 0.1); }
  .hover\/bg\:linkedin\.9\@md:hover {
    background-color: rgba(0, 119, 181, 0.1); }
  .hover\/c\:linkedin\.9\@md:hover {
    color: rgba(0, 119, 181, 0.1); } }

@media (min-width: 900px) {
  .bg\:messenger\@md {
    background-color: #0084ff; }
  .c\:messenger\@md {
    color: #0084ff; }
  .hover\/bg\:messenger\@md:hover {
    background-color: #0084ff; }
  .hover\/c\:messenger\@md:hover {
    color: #0084ff; }
  .bg\:messenger\.1\@md {
    background-color: rgba(0, 132, 255, 0.9); }
  .c\:messenger\.1\@md {
    color: rgba(0, 132, 255, 0.9); }
  .hover\/bg\:messenger\.1\@md:hover {
    background-color: rgba(0, 132, 255, 0.9); }
  .hover\/c\:messenger\.1\@md:hover {
    color: rgba(0, 132, 255, 0.9); }
  .bg\:messenger\.2\@md {
    background-color: rgba(0, 132, 255, 0.8); }
  .c\:messenger\.2\@md {
    color: rgba(0, 132, 255, 0.8); }
  .hover\/bg\:messenger\.2\@md:hover {
    background-color: rgba(0, 132, 255, 0.8); }
  .hover\/c\:messenger\.2\@md:hover {
    color: rgba(0, 132, 255, 0.8); }
  .bg\:messenger\.3\@md {
    background-color: rgba(0, 132, 255, 0.7); }
  .c\:messenger\.3\@md {
    color: rgba(0, 132, 255, 0.7); }
  .hover\/bg\:messenger\.3\@md:hover {
    background-color: rgba(0, 132, 255, 0.7); }
  .hover\/c\:messenger\.3\@md:hover {
    color: rgba(0, 132, 255, 0.7); }
  .bg\:messenger\.4\@md {
    background-color: rgba(0, 132, 255, 0.6); }
  .c\:messenger\.4\@md {
    color: rgba(0, 132, 255, 0.6); }
  .hover\/bg\:messenger\.4\@md:hover {
    background-color: rgba(0, 132, 255, 0.6); }
  .hover\/c\:messenger\.4\@md:hover {
    color: rgba(0, 132, 255, 0.6); }
  .bg\:messenger\.5\@md {
    background-color: rgba(0, 132, 255, 0.5); }
  .c\:messenger\.5\@md {
    color: rgba(0, 132, 255, 0.5); }
  .hover\/bg\:messenger\.5\@md:hover {
    background-color: rgba(0, 132, 255, 0.5); }
  .hover\/c\:messenger\.5\@md:hover {
    color: rgba(0, 132, 255, 0.5); }
  .bg\:messenger\.6\@md {
    background-color: rgba(0, 132, 255, 0.4); }
  .c\:messenger\.6\@md {
    color: rgba(0, 132, 255, 0.4); }
  .hover\/bg\:messenger\.6\@md:hover {
    background-color: rgba(0, 132, 255, 0.4); }
  .hover\/c\:messenger\.6\@md:hover {
    color: rgba(0, 132, 255, 0.4); }
  .bg\:messenger\.7\@md {
    background-color: rgba(0, 132, 255, 0.3); }
  .c\:messenger\.7\@md {
    color: rgba(0, 132, 255, 0.3); }
  .hover\/bg\:messenger\.7\@md:hover {
    background-color: rgba(0, 132, 255, 0.3); }
  .hover\/c\:messenger\.7\@md:hover {
    color: rgba(0, 132, 255, 0.3); }
  .bg\:messenger\.8\@md {
    background-color: rgba(0, 132, 255, 0.2); }
  .c\:messenger\.8\@md {
    color: rgba(0, 132, 255, 0.2); }
  .hover\/bg\:messenger\.8\@md:hover {
    background-color: rgba(0, 132, 255, 0.2); }
  .hover\/c\:messenger\.8\@md:hover {
    color: rgba(0, 132, 255, 0.2); }
  .bg\:messenger\.9\@md {
    background-color: rgba(0, 132, 255, 0.1); }
  .c\:messenger\.9\@md {
    color: rgba(0, 132, 255, 0.1); }
  .hover\/bg\:messenger\.9\@md:hover {
    background-color: rgba(0, 132, 255, 0.1); }
  .hover\/c\:messenger\.9\@md:hover {
    color: rgba(0, 132, 255, 0.1); } }

@media (min-width: 900px) {
  .bg\:reddit\@md {
    background-color: #ff4500; }
  .c\:reddit\@md {
    color: #ff4500; }
  .hover\/bg\:reddit\@md:hover {
    background-color: #ff4500; }
  .hover\/c\:reddit\@md:hover {
    color: #ff4500; }
  .bg\:reddit\.1\@md {
    background-color: rgba(255, 69, 0, 0.9); }
  .c\:reddit\.1\@md {
    color: rgba(255, 69, 0, 0.9); }
  .hover\/bg\:reddit\.1\@md:hover {
    background-color: rgba(255, 69, 0, 0.9); }
  .hover\/c\:reddit\.1\@md:hover {
    color: rgba(255, 69, 0, 0.9); }
  .bg\:reddit\.2\@md {
    background-color: rgba(255, 69, 0, 0.8); }
  .c\:reddit\.2\@md {
    color: rgba(255, 69, 0, 0.8); }
  .hover\/bg\:reddit\.2\@md:hover {
    background-color: rgba(255, 69, 0, 0.8); }
  .hover\/c\:reddit\.2\@md:hover {
    color: rgba(255, 69, 0, 0.8); }
  .bg\:reddit\.3\@md {
    background-color: rgba(255, 69, 0, 0.7); }
  .c\:reddit\.3\@md {
    color: rgba(255, 69, 0, 0.7); }
  .hover\/bg\:reddit\.3\@md:hover {
    background-color: rgba(255, 69, 0, 0.7); }
  .hover\/c\:reddit\.3\@md:hover {
    color: rgba(255, 69, 0, 0.7); }
  .bg\:reddit\.4\@md {
    background-color: rgba(255, 69, 0, 0.6); }
  .c\:reddit\.4\@md {
    color: rgba(255, 69, 0, 0.6); }
  .hover\/bg\:reddit\.4\@md:hover {
    background-color: rgba(255, 69, 0, 0.6); }
  .hover\/c\:reddit\.4\@md:hover {
    color: rgba(255, 69, 0, 0.6); }
  .bg\:reddit\.5\@md {
    background-color: rgba(255, 69, 0, 0.5); }
  .c\:reddit\.5\@md {
    color: rgba(255, 69, 0, 0.5); }
  .hover\/bg\:reddit\.5\@md:hover {
    background-color: rgba(255, 69, 0, 0.5); }
  .hover\/c\:reddit\.5\@md:hover {
    color: rgba(255, 69, 0, 0.5); }
  .bg\:reddit\.6\@md {
    background-color: rgba(255, 69, 0, 0.4); }
  .c\:reddit\.6\@md {
    color: rgba(255, 69, 0, 0.4); }
  .hover\/bg\:reddit\.6\@md:hover {
    background-color: rgba(255, 69, 0, 0.4); }
  .hover\/c\:reddit\.6\@md:hover {
    color: rgba(255, 69, 0, 0.4); }
  .bg\:reddit\.7\@md {
    background-color: rgba(255, 69, 0, 0.3); }
  .c\:reddit\.7\@md {
    color: rgba(255, 69, 0, 0.3); }
  .hover\/bg\:reddit\.7\@md:hover {
    background-color: rgba(255, 69, 0, 0.3); }
  .hover\/c\:reddit\.7\@md:hover {
    color: rgba(255, 69, 0, 0.3); }
  .bg\:reddit\.8\@md {
    background-color: rgba(255, 69, 0, 0.2); }
  .c\:reddit\.8\@md {
    color: rgba(255, 69, 0, 0.2); }
  .hover\/bg\:reddit\.8\@md:hover {
    background-color: rgba(255, 69, 0, 0.2); }
  .hover\/c\:reddit\.8\@md:hover {
    color: rgba(255, 69, 0, 0.2); }
  .bg\:reddit\.9\@md {
    background-color: rgba(255, 69, 0, 0.1); }
  .c\:reddit\.9\@md {
    color: rgba(255, 69, 0, 0.1); }
  .hover\/bg\:reddit\.9\@md:hover {
    background-color: rgba(255, 69, 0, 0.1); }
  .hover\/c\:reddit\.9\@md:hover {
    color: rgba(255, 69, 0, 0.1); } }

@media (min-width: 900px) {
  .bg\:sms\@md {
    background-color: #25d366; }
  .c\:sms\@md {
    color: #25d366; }
  .hover\/bg\:sms\@md:hover {
    background-color: #25d366; }
  .hover\/c\:sms\@md:hover {
    color: #25d366; }
  .bg\:sms\.1\@md {
    background-color: rgba(37, 211, 102, 0.9); }
  .c\:sms\.1\@md {
    color: rgba(37, 211, 102, 0.9); }
  .hover\/bg\:sms\.1\@md:hover {
    background-color: rgba(37, 211, 102, 0.9); }
  .hover\/c\:sms\.1\@md:hover {
    color: rgba(37, 211, 102, 0.9); }
  .bg\:sms\.2\@md {
    background-color: rgba(37, 211, 102, 0.8); }
  .c\:sms\.2\@md {
    color: rgba(37, 211, 102, 0.8); }
  .hover\/bg\:sms\.2\@md:hover {
    background-color: rgba(37, 211, 102, 0.8); }
  .hover\/c\:sms\.2\@md:hover {
    color: rgba(37, 211, 102, 0.8); }
  .bg\:sms\.3\@md {
    background-color: rgba(37, 211, 102, 0.7); }
  .c\:sms\.3\@md {
    color: rgba(37, 211, 102, 0.7); }
  .hover\/bg\:sms\.3\@md:hover {
    background-color: rgba(37, 211, 102, 0.7); }
  .hover\/c\:sms\.3\@md:hover {
    color: rgba(37, 211, 102, 0.7); }
  .bg\:sms\.4\@md {
    background-color: rgba(37, 211, 102, 0.6); }
  .c\:sms\.4\@md {
    color: rgba(37, 211, 102, 0.6); }
  .hover\/bg\:sms\.4\@md:hover {
    background-color: rgba(37, 211, 102, 0.6); }
  .hover\/c\:sms\.4\@md:hover {
    color: rgba(37, 211, 102, 0.6); }
  .bg\:sms\.5\@md {
    background-color: rgba(37, 211, 102, 0.5); }
  .c\:sms\.5\@md {
    color: rgba(37, 211, 102, 0.5); }
  .hover\/bg\:sms\.5\@md:hover {
    background-color: rgba(37, 211, 102, 0.5); }
  .hover\/c\:sms\.5\@md:hover {
    color: rgba(37, 211, 102, 0.5); }
  .bg\:sms\.6\@md {
    background-color: rgba(37, 211, 102, 0.4); }
  .c\:sms\.6\@md {
    color: rgba(37, 211, 102, 0.4); }
  .hover\/bg\:sms\.6\@md:hover {
    background-color: rgba(37, 211, 102, 0.4); }
  .hover\/c\:sms\.6\@md:hover {
    color: rgba(37, 211, 102, 0.4); }
  .bg\:sms\.7\@md {
    background-color: rgba(37, 211, 102, 0.3); }
  .c\:sms\.7\@md {
    color: rgba(37, 211, 102, 0.3); }
  .hover\/bg\:sms\.7\@md:hover {
    background-color: rgba(37, 211, 102, 0.3); }
  .hover\/c\:sms\.7\@md:hover {
    color: rgba(37, 211, 102, 0.3); }
  .bg\:sms\.8\@md {
    background-color: rgba(37, 211, 102, 0.2); }
  .c\:sms\.8\@md {
    color: rgba(37, 211, 102, 0.2); }
  .hover\/bg\:sms\.8\@md:hover {
    background-color: rgba(37, 211, 102, 0.2); }
  .hover\/c\:sms\.8\@md:hover {
    color: rgba(37, 211, 102, 0.2); }
  .bg\:sms\.9\@md {
    background-color: rgba(37, 211, 102, 0.1); }
  .c\:sms\.9\@md {
    color: rgba(37, 211, 102, 0.1); }
  .hover\/bg\:sms\.9\@md:hover {
    background-color: rgba(37, 211, 102, 0.1); }
  .hover\/c\:sms\.9\@md:hover {
    color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 900px) {
  .bg\:whatsapp\@md {
    background-color: #25d366; }
  .c\:whatsapp\@md {
    color: #25d366; }
  .hover\/bg\:whatsapp\@md:hover {
    background-color: #25d366; }
  .hover\/c\:whatsapp\@md:hover {
    color: #25d366; }
  .bg\:whatsapp\.1\@md {
    background-color: rgba(37, 211, 102, 0.9); }
  .c\:whatsapp\.1\@md {
    color: rgba(37, 211, 102, 0.9); }
  .hover\/bg\:whatsapp\.1\@md:hover {
    background-color: rgba(37, 211, 102, 0.9); }
  .hover\/c\:whatsapp\.1\@md:hover {
    color: rgba(37, 211, 102, 0.9); }
  .bg\:whatsapp\.2\@md {
    background-color: rgba(37, 211, 102, 0.8); }
  .c\:whatsapp\.2\@md {
    color: rgba(37, 211, 102, 0.8); }
  .hover\/bg\:whatsapp\.2\@md:hover {
    background-color: rgba(37, 211, 102, 0.8); }
  .hover\/c\:whatsapp\.2\@md:hover {
    color: rgba(37, 211, 102, 0.8); }
  .bg\:whatsapp\.3\@md {
    background-color: rgba(37, 211, 102, 0.7); }
  .c\:whatsapp\.3\@md {
    color: rgba(37, 211, 102, 0.7); }
  .hover\/bg\:whatsapp\.3\@md:hover {
    background-color: rgba(37, 211, 102, 0.7); }
  .hover\/c\:whatsapp\.3\@md:hover {
    color: rgba(37, 211, 102, 0.7); }
  .bg\:whatsapp\.4\@md {
    background-color: rgba(37, 211, 102, 0.6); }
  .c\:whatsapp\.4\@md {
    color: rgba(37, 211, 102, 0.6); }
  .hover\/bg\:whatsapp\.4\@md:hover {
    background-color: rgba(37, 211, 102, 0.6); }
  .hover\/c\:whatsapp\.4\@md:hover {
    color: rgba(37, 211, 102, 0.6); }
  .bg\:whatsapp\.5\@md {
    background-color: rgba(37, 211, 102, 0.5); }
  .c\:whatsapp\.5\@md {
    color: rgba(37, 211, 102, 0.5); }
  .hover\/bg\:whatsapp\.5\@md:hover {
    background-color: rgba(37, 211, 102, 0.5); }
  .hover\/c\:whatsapp\.5\@md:hover {
    color: rgba(37, 211, 102, 0.5); }
  .bg\:whatsapp\.6\@md {
    background-color: rgba(37, 211, 102, 0.4); }
  .c\:whatsapp\.6\@md {
    color: rgba(37, 211, 102, 0.4); }
  .hover\/bg\:whatsapp\.6\@md:hover {
    background-color: rgba(37, 211, 102, 0.4); }
  .hover\/c\:whatsapp\.6\@md:hover {
    color: rgba(37, 211, 102, 0.4); }
  .bg\:whatsapp\.7\@md {
    background-color: rgba(37, 211, 102, 0.3); }
  .c\:whatsapp\.7\@md {
    color: rgba(37, 211, 102, 0.3); }
  .hover\/bg\:whatsapp\.7\@md:hover {
    background-color: rgba(37, 211, 102, 0.3); }
  .hover\/c\:whatsapp\.7\@md:hover {
    color: rgba(37, 211, 102, 0.3); }
  .bg\:whatsapp\.8\@md {
    background-color: rgba(37, 211, 102, 0.2); }
  .c\:whatsapp\.8\@md {
    color: rgba(37, 211, 102, 0.2); }
  .hover\/bg\:whatsapp\.8\@md:hover {
    background-color: rgba(37, 211, 102, 0.2); }
  .hover\/c\:whatsapp\.8\@md:hover {
    color: rgba(37, 211, 102, 0.2); }
  .bg\:whatsapp\.9\@md {
    background-color: rgba(37, 211, 102, 0.1); }
  .c\:whatsapp\.9\@md {
    color: rgba(37, 211, 102, 0.1); }
  .hover\/bg\:whatsapp\.9\@md:hover {
    background-color: rgba(37, 211, 102, 0.1); }
  .hover\/c\:whatsapp\.9\@md:hover {
    color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 900px) {
  .bg\:none\@md {
    background-color: transparent; }
  .c\:none\@md {
    color: transparent; }
  .hover\/bg\:none\@md:hover {
    background-color: transparent; }
  .hover\/c\:none\@md:hover {
    color: transparent; }
  .bg\:none\.1\@md {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.1\@md {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.1\@md:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.1\@md:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.2\@md {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.2\@md {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.2\@md:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.2\@md:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.3\@md {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.3\@md {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.3\@md:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.3\@md:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.4\@md {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.4\@md {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.4\@md:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.4\@md:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.5\@md {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.5\@md {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.5\@md:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.5\@md:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.6\@md {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.6\@md {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.6\@md:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.6\@md:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.7\@md {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.7\@md {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.7\@md:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.7\@md:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.8\@md {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.8\@md {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.8\@md:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.8\@md:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.9\@md {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.9\@md {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.9\@md:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.9\@md:hover {
    color: rgba(0, 0, 0, 0); } }

.bg\:blue-to-yellow\@md {
  background-image: linear-gradient(120deg, #c3f7fd 0%, #f4f4ea 60%); }

.bg\:yellow-to-blue\@break {
  background-image: linear-gradient(120deg, #f4f4ea, #c3f7fd); }

@media (min-width: 1100px) {
  .bg\:blue\@lg {
    background-color: #0698d0; }
  .c\:blue\@lg {
    color: #0698d0; }
  .hover\/bg\:blue\@lg:hover {
    background-color: #0698d0; }
  .hover\/c\:blue\@lg:hover {
    color: #0698d0; }
  .bg\:blue\.1\@lg {
    background-color: rgba(6, 152, 208, 0.9); }
  .c\:blue\.1\@lg {
    color: rgba(6, 152, 208, 0.9); }
  .hover\/bg\:blue\.1\@lg:hover {
    background-color: rgba(6, 152, 208, 0.9); }
  .hover\/c\:blue\.1\@lg:hover {
    color: rgba(6, 152, 208, 0.9); }
  .bg\:blue\.2\@lg {
    background-color: rgba(6, 152, 208, 0.8); }
  .c\:blue\.2\@lg {
    color: rgba(6, 152, 208, 0.8); }
  .hover\/bg\:blue\.2\@lg:hover {
    background-color: rgba(6, 152, 208, 0.8); }
  .hover\/c\:blue\.2\@lg:hover {
    color: rgba(6, 152, 208, 0.8); }
  .bg\:blue\.3\@lg {
    background-color: rgba(6, 152, 208, 0.7); }
  .c\:blue\.3\@lg {
    color: rgba(6, 152, 208, 0.7); }
  .hover\/bg\:blue\.3\@lg:hover {
    background-color: rgba(6, 152, 208, 0.7); }
  .hover\/c\:blue\.3\@lg:hover {
    color: rgba(6, 152, 208, 0.7); }
  .bg\:blue\.4\@lg {
    background-color: rgba(6, 152, 208, 0.6); }
  .c\:blue\.4\@lg {
    color: rgba(6, 152, 208, 0.6); }
  .hover\/bg\:blue\.4\@lg:hover {
    background-color: rgba(6, 152, 208, 0.6); }
  .hover\/c\:blue\.4\@lg:hover {
    color: rgba(6, 152, 208, 0.6); }
  .bg\:blue\.5\@lg {
    background-color: rgba(6, 152, 208, 0.5); }
  .c\:blue\.5\@lg {
    color: rgba(6, 152, 208, 0.5); }
  .hover\/bg\:blue\.5\@lg:hover {
    background-color: rgba(6, 152, 208, 0.5); }
  .hover\/c\:blue\.5\@lg:hover {
    color: rgba(6, 152, 208, 0.5); }
  .bg\:blue\.6\@lg {
    background-color: rgba(6, 152, 208, 0.4); }
  .c\:blue\.6\@lg {
    color: rgba(6, 152, 208, 0.4); }
  .hover\/bg\:blue\.6\@lg:hover {
    background-color: rgba(6, 152, 208, 0.4); }
  .hover\/c\:blue\.6\@lg:hover {
    color: rgba(6, 152, 208, 0.4); }
  .bg\:blue\.7\@lg {
    background-color: rgba(6, 152, 208, 0.3); }
  .c\:blue\.7\@lg {
    color: rgba(6, 152, 208, 0.3); }
  .hover\/bg\:blue\.7\@lg:hover {
    background-color: rgba(6, 152, 208, 0.3); }
  .hover\/c\:blue\.7\@lg:hover {
    color: rgba(6, 152, 208, 0.3); }
  .bg\:blue\.8\@lg {
    background-color: rgba(6, 152, 208, 0.2); }
  .c\:blue\.8\@lg {
    color: rgba(6, 152, 208, 0.2); }
  .hover\/bg\:blue\.8\@lg:hover {
    background-color: rgba(6, 152, 208, 0.2); }
  .hover\/c\:blue\.8\@lg:hover {
    color: rgba(6, 152, 208, 0.2); }
  .bg\:blue\.9\@lg {
    background-color: rgba(6, 152, 208, 0.1); }
  .c\:blue\.9\@lg {
    color: rgba(6, 152, 208, 0.1); }
  .hover\/bg\:blue\.9\@lg:hover {
    background-color: rgba(6, 152, 208, 0.1); }
  .hover\/c\:blue\.9\@lg:hover {
    color: rgba(6, 152, 208, 0.1); } }

@media (min-width: 1100px) {
  .bg\:black\@lg {
    background-color: #111111; }
  .c\:black\@lg {
    color: #111111; }
  .hover\/bg\:black\@lg:hover {
    background-color: #111111; }
  .hover\/c\:black\@lg:hover {
    color: #111111; }
  .bg\:black\.1\@lg {
    background-color: rgba(17, 17, 17, 0.9); }
  .c\:black\.1\@lg {
    color: rgba(17, 17, 17, 0.9); }
  .hover\/bg\:black\.1\@lg:hover {
    background-color: rgba(17, 17, 17, 0.9); }
  .hover\/c\:black\.1\@lg:hover {
    color: rgba(17, 17, 17, 0.9); }
  .bg\:black\.2\@lg {
    background-color: rgba(17, 17, 17, 0.8); }
  .c\:black\.2\@lg {
    color: rgba(17, 17, 17, 0.8); }
  .hover\/bg\:black\.2\@lg:hover {
    background-color: rgba(17, 17, 17, 0.8); }
  .hover\/c\:black\.2\@lg:hover {
    color: rgba(17, 17, 17, 0.8); }
  .bg\:black\.3\@lg {
    background-color: rgba(17, 17, 17, 0.7); }
  .c\:black\.3\@lg {
    color: rgba(17, 17, 17, 0.7); }
  .hover\/bg\:black\.3\@lg:hover {
    background-color: rgba(17, 17, 17, 0.7); }
  .hover\/c\:black\.3\@lg:hover {
    color: rgba(17, 17, 17, 0.7); }
  .bg\:black\.4\@lg {
    background-color: rgba(17, 17, 17, 0.6); }
  .c\:black\.4\@lg {
    color: rgba(17, 17, 17, 0.6); }
  .hover\/bg\:black\.4\@lg:hover {
    background-color: rgba(17, 17, 17, 0.6); }
  .hover\/c\:black\.4\@lg:hover {
    color: rgba(17, 17, 17, 0.6); }
  .bg\:black\.5\@lg {
    background-color: rgba(17, 17, 17, 0.5); }
  .c\:black\.5\@lg {
    color: rgba(17, 17, 17, 0.5); }
  .hover\/bg\:black\.5\@lg:hover {
    background-color: rgba(17, 17, 17, 0.5); }
  .hover\/c\:black\.5\@lg:hover {
    color: rgba(17, 17, 17, 0.5); }
  .bg\:black\.6\@lg {
    background-color: rgba(17, 17, 17, 0.4); }
  .c\:black\.6\@lg {
    color: rgba(17, 17, 17, 0.4); }
  .hover\/bg\:black\.6\@lg:hover {
    background-color: rgba(17, 17, 17, 0.4); }
  .hover\/c\:black\.6\@lg:hover {
    color: rgba(17, 17, 17, 0.4); }
  .bg\:black\.7\@lg {
    background-color: rgba(17, 17, 17, 0.3); }
  .c\:black\.7\@lg {
    color: rgba(17, 17, 17, 0.3); }
  .hover\/bg\:black\.7\@lg:hover {
    background-color: rgba(17, 17, 17, 0.3); }
  .hover\/c\:black\.7\@lg:hover {
    color: rgba(17, 17, 17, 0.3); }
  .bg\:black\.8\@lg {
    background-color: rgba(17, 17, 17, 0.2); }
  .c\:black\.8\@lg {
    color: rgba(17, 17, 17, 0.2); }
  .hover\/bg\:black\.8\@lg:hover {
    background-color: rgba(17, 17, 17, 0.2); }
  .hover\/c\:black\.8\@lg:hover {
    color: rgba(17, 17, 17, 0.2); }
  .bg\:black\.9\@lg {
    background-color: rgba(17, 17, 17, 0.1); }
  .c\:black\.9\@lg {
    color: rgba(17, 17, 17, 0.1); }
  .hover\/bg\:black\.9\@lg:hover {
    background-color: rgba(17, 17, 17, 0.1); }
  .hover\/c\:black\.9\@lg:hover {
    color: rgba(17, 17, 17, 0.1); } }

@media (min-width: 1100px) {
  .bg\:gray-dd\@lg {
    background-color: #333333; }
  .c\:gray-dd\@lg {
    color: #333333; }
  .hover\/bg\:gray-dd\@lg:hover {
    background-color: #333333; }
  .hover\/c\:gray-dd\@lg:hover {
    color: #333333; }
  .bg\:gray-dd\.1\@lg {
    background-color: rgba(51, 51, 51, 0.9); }
  .c\:gray-dd\.1\@lg {
    color: rgba(51, 51, 51, 0.9); }
  .hover\/bg\:gray-dd\.1\@lg:hover {
    background-color: rgba(51, 51, 51, 0.9); }
  .hover\/c\:gray-dd\.1\@lg:hover {
    color: rgba(51, 51, 51, 0.9); }
  .bg\:gray-dd\.2\@lg {
    background-color: rgba(51, 51, 51, 0.8); }
  .c\:gray-dd\.2\@lg {
    color: rgba(51, 51, 51, 0.8); }
  .hover\/bg\:gray-dd\.2\@lg:hover {
    background-color: rgba(51, 51, 51, 0.8); }
  .hover\/c\:gray-dd\.2\@lg:hover {
    color: rgba(51, 51, 51, 0.8); }
  .bg\:gray-dd\.3\@lg {
    background-color: rgba(51, 51, 51, 0.7); }
  .c\:gray-dd\.3\@lg {
    color: rgba(51, 51, 51, 0.7); }
  .hover\/bg\:gray-dd\.3\@lg:hover {
    background-color: rgba(51, 51, 51, 0.7); }
  .hover\/c\:gray-dd\.3\@lg:hover {
    color: rgba(51, 51, 51, 0.7); }
  .bg\:gray-dd\.4\@lg {
    background-color: rgba(51, 51, 51, 0.6); }
  .c\:gray-dd\.4\@lg {
    color: rgba(51, 51, 51, 0.6); }
  .hover\/bg\:gray-dd\.4\@lg:hover {
    background-color: rgba(51, 51, 51, 0.6); }
  .hover\/c\:gray-dd\.4\@lg:hover {
    color: rgba(51, 51, 51, 0.6); }
  .bg\:gray-dd\.5\@lg {
    background-color: rgba(51, 51, 51, 0.5); }
  .c\:gray-dd\.5\@lg {
    color: rgba(51, 51, 51, 0.5); }
  .hover\/bg\:gray-dd\.5\@lg:hover {
    background-color: rgba(51, 51, 51, 0.5); }
  .hover\/c\:gray-dd\.5\@lg:hover {
    color: rgba(51, 51, 51, 0.5); }
  .bg\:gray-dd\.6\@lg {
    background-color: rgba(51, 51, 51, 0.4); }
  .c\:gray-dd\.6\@lg {
    color: rgba(51, 51, 51, 0.4); }
  .hover\/bg\:gray-dd\.6\@lg:hover {
    background-color: rgba(51, 51, 51, 0.4); }
  .hover\/c\:gray-dd\.6\@lg:hover {
    color: rgba(51, 51, 51, 0.4); }
  .bg\:gray-dd\.7\@lg {
    background-color: rgba(51, 51, 51, 0.3); }
  .c\:gray-dd\.7\@lg {
    color: rgba(51, 51, 51, 0.3); }
  .hover\/bg\:gray-dd\.7\@lg:hover {
    background-color: rgba(51, 51, 51, 0.3); }
  .hover\/c\:gray-dd\.7\@lg:hover {
    color: rgba(51, 51, 51, 0.3); }
  .bg\:gray-dd\.8\@lg {
    background-color: rgba(51, 51, 51, 0.2); }
  .c\:gray-dd\.8\@lg {
    color: rgba(51, 51, 51, 0.2); }
  .hover\/bg\:gray-dd\.8\@lg:hover {
    background-color: rgba(51, 51, 51, 0.2); }
  .hover\/c\:gray-dd\.8\@lg:hover {
    color: rgba(51, 51, 51, 0.2); }
  .bg\:gray-dd\.9\@lg {
    background-color: rgba(51, 51, 51, 0.1); }
  .c\:gray-dd\.9\@lg {
    color: rgba(51, 51, 51, 0.1); }
  .hover\/bg\:gray-dd\.9\@lg:hover {
    background-color: rgba(51, 51, 51, 0.1); }
  .hover\/c\:gray-dd\.9\@lg:hover {
    color: rgba(51, 51, 51, 0.1); } }

@media (min-width: 1100px) {
  .bg\:gray-d\@lg {
    background-color: #666666; }
  .c\:gray-d\@lg {
    color: #666666; }
  .hover\/bg\:gray-d\@lg:hover {
    background-color: #666666; }
  .hover\/c\:gray-d\@lg:hover {
    color: #666666; }
  .bg\:gray-d\.1\@lg {
    background-color: rgba(102, 102, 102, 0.9); }
  .c\:gray-d\.1\@lg {
    color: rgba(102, 102, 102, 0.9); }
  .hover\/bg\:gray-d\.1\@lg:hover {
    background-color: rgba(102, 102, 102, 0.9); }
  .hover\/c\:gray-d\.1\@lg:hover {
    color: rgba(102, 102, 102, 0.9); }
  .bg\:gray-d\.2\@lg {
    background-color: rgba(102, 102, 102, 0.8); }
  .c\:gray-d\.2\@lg {
    color: rgba(102, 102, 102, 0.8); }
  .hover\/bg\:gray-d\.2\@lg:hover {
    background-color: rgba(102, 102, 102, 0.8); }
  .hover\/c\:gray-d\.2\@lg:hover {
    color: rgba(102, 102, 102, 0.8); }
  .bg\:gray-d\.3\@lg {
    background-color: rgba(102, 102, 102, 0.7); }
  .c\:gray-d\.3\@lg {
    color: rgba(102, 102, 102, 0.7); }
  .hover\/bg\:gray-d\.3\@lg:hover {
    background-color: rgba(102, 102, 102, 0.7); }
  .hover\/c\:gray-d\.3\@lg:hover {
    color: rgba(102, 102, 102, 0.7); }
  .bg\:gray-d\.4\@lg {
    background-color: rgba(102, 102, 102, 0.6); }
  .c\:gray-d\.4\@lg {
    color: rgba(102, 102, 102, 0.6); }
  .hover\/bg\:gray-d\.4\@lg:hover {
    background-color: rgba(102, 102, 102, 0.6); }
  .hover\/c\:gray-d\.4\@lg:hover {
    color: rgba(102, 102, 102, 0.6); }
  .bg\:gray-d\.5\@lg {
    background-color: rgba(102, 102, 102, 0.5); }
  .c\:gray-d\.5\@lg {
    color: rgba(102, 102, 102, 0.5); }
  .hover\/bg\:gray-d\.5\@lg:hover {
    background-color: rgba(102, 102, 102, 0.5); }
  .hover\/c\:gray-d\.5\@lg:hover {
    color: rgba(102, 102, 102, 0.5); }
  .bg\:gray-d\.6\@lg {
    background-color: rgba(102, 102, 102, 0.4); }
  .c\:gray-d\.6\@lg {
    color: rgba(102, 102, 102, 0.4); }
  .hover\/bg\:gray-d\.6\@lg:hover {
    background-color: rgba(102, 102, 102, 0.4); }
  .hover\/c\:gray-d\.6\@lg:hover {
    color: rgba(102, 102, 102, 0.4); }
  .bg\:gray-d\.7\@lg {
    background-color: rgba(102, 102, 102, 0.3); }
  .c\:gray-d\.7\@lg {
    color: rgba(102, 102, 102, 0.3); }
  .hover\/bg\:gray-d\.7\@lg:hover {
    background-color: rgba(102, 102, 102, 0.3); }
  .hover\/c\:gray-d\.7\@lg:hover {
    color: rgba(102, 102, 102, 0.3); }
  .bg\:gray-d\.8\@lg {
    background-color: rgba(102, 102, 102, 0.2); }
  .c\:gray-d\.8\@lg {
    color: rgba(102, 102, 102, 0.2); }
  .hover\/bg\:gray-d\.8\@lg:hover {
    background-color: rgba(102, 102, 102, 0.2); }
  .hover\/c\:gray-d\.8\@lg:hover {
    color: rgba(102, 102, 102, 0.2); }
  .bg\:gray-d\.9\@lg {
    background-color: rgba(102, 102, 102, 0.1); }
  .c\:gray-d\.9\@lg {
    color: rgba(102, 102, 102, 0.1); }
  .hover\/bg\:gray-d\.9\@lg:hover {
    background-color: rgba(102, 102, 102, 0.1); }
  .hover\/c\:gray-d\.9\@lg:hover {
    color: rgba(102, 102, 102, 0.1); } }

@media (min-width: 1100px) {
  .bg\:gray\@lg {
    background-color: #999999; }
  .c\:gray\@lg {
    color: #999999; }
  .hover\/bg\:gray\@lg:hover {
    background-color: #999999; }
  .hover\/c\:gray\@lg:hover {
    color: #999999; }
  .bg\:gray\.1\@lg {
    background-color: rgba(153, 153, 153, 0.9); }
  .c\:gray\.1\@lg {
    color: rgba(153, 153, 153, 0.9); }
  .hover\/bg\:gray\.1\@lg:hover {
    background-color: rgba(153, 153, 153, 0.9); }
  .hover\/c\:gray\.1\@lg:hover {
    color: rgba(153, 153, 153, 0.9); }
  .bg\:gray\.2\@lg {
    background-color: rgba(153, 153, 153, 0.8); }
  .c\:gray\.2\@lg {
    color: rgba(153, 153, 153, 0.8); }
  .hover\/bg\:gray\.2\@lg:hover {
    background-color: rgba(153, 153, 153, 0.8); }
  .hover\/c\:gray\.2\@lg:hover {
    color: rgba(153, 153, 153, 0.8); }
  .bg\:gray\.3\@lg {
    background-color: rgba(153, 153, 153, 0.7); }
  .c\:gray\.3\@lg {
    color: rgba(153, 153, 153, 0.7); }
  .hover\/bg\:gray\.3\@lg:hover {
    background-color: rgba(153, 153, 153, 0.7); }
  .hover\/c\:gray\.3\@lg:hover {
    color: rgba(153, 153, 153, 0.7); }
  .bg\:gray\.4\@lg {
    background-color: rgba(153, 153, 153, 0.6); }
  .c\:gray\.4\@lg {
    color: rgba(153, 153, 153, 0.6); }
  .hover\/bg\:gray\.4\@lg:hover {
    background-color: rgba(153, 153, 153, 0.6); }
  .hover\/c\:gray\.4\@lg:hover {
    color: rgba(153, 153, 153, 0.6); }
  .bg\:gray\.5\@lg {
    background-color: rgba(153, 153, 153, 0.5); }
  .c\:gray\.5\@lg {
    color: rgba(153, 153, 153, 0.5); }
  .hover\/bg\:gray\.5\@lg:hover {
    background-color: rgba(153, 153, 153, 0.5); }
  .hover\/c\:gray\.5\@lg:hover {
    color: rgba(153, 153, 153, 0.5); }
  .bg\:gray\.6\@lg {
    background-color: rgba(153, 153, 153, 0.4); }
  .c\:gray\.6\@lg {
    color: rgba(153, 153, 153, 0.4); }
  .hover\/bg\:gray\.6\@lg:hover {
    background-color: rgba(153, 153, 153, 0.4); }
  .hover\/c\:gray\.6\@lg:hover {
    color: rgba(153, 153, 153, 0.4); }
  .bg\:gray\.7\@lg {
    background-color: rgba(153, 153, 153, 0.3); }
  .c\:gray\.7\@lg {
    color: rgba(153, 153, 153, 0.3); }
  .hover\/bg\:gray\.7\@lg:hover {
    background-color: rgba(153, 153, 153, 0.3); }
  .hover\/c\:gray\.7\@lg:hover {
    color: rgba(153, 153, 153, 0.3); }
  .bg\:gray\.8\@lg {
    background-color: rgba(153, 153, 153, 0.2); }
  .c\:gray\.8\@lg {
    color: rgba(153, 153, 153, 0.2); }
  .hover\/bg\:gray\.8\@lg:hover {
    background-color: rgba(153, 153, 153, 0.2); }
  .hover\/c\:gray\.8\@lg:hover {
    color: rgba(153, 153, 153, 0.2); }
  .bg\:gray\.9\@lg {
    background-color: rgba(153, 153, 153, 0.1); }
  .c\:gray\.9\@lg {
    color: rgba(153, 153, 153, 0.1); }
  .hover\/bg\:gray\.9\@lg:hover {
    background-color: rgba(153, 153, 153, 0.1); }
  .hover\/c\:gray\.9\@lg:hover {
    color: rgba(153, 153, 153, 0.1); } }

@media (min-width: 1100px) {
  .bg\:gray-l\@lg {
    background-color: #cccccc; }
  .c\:gray-l\@lg {
    color: #cccccc; }
  .hover\/bg\:gray-l\@lg:hover {
    background-color: #cccccc; }
  .hover\/c\:gray-l\@lg:hover {
    color: #cccccc; }
  .bg\:gray-l\.1\@lg {
    background-color: rgba(204, 204, 204, 0.9); }
  .c\:gray-l\.1\@lg {
    color: rgba(204, 204, 204, 0.9); }
  .hover\/bg\:gray-l\.1\@lg:hover {
    background-color: rgba(204, 204, 204, 0.9); }
  .hover\/c\:gray-l\.1\@lg:hover {
    color: rgba(204, 204, 204, 0.9); }
  .bg\:gray-l\.2\@lg {
    background-color: rgba(204, 204, 204, 0.8); }
  .c\:gray-l\.2\@lg {
    color: rgba(204, 204, 204, 0.8); }
  .hover\/bg\:gray-l\.2\@lg:hover {
    background-color: rgba(204, 204, 204, 0.8); }
  .hover\/c\:gray-l\.2\@lg:hover {
    color: rgba(204, 204, 204, 0.8); }
  .bg\:gray-l\.3\@lg {
    background-color: rgba(204, 204, 204, 0.7); }
  .c\:gray-l\.3\@lg {
    color: rgba(204, 204, 204, 0.7); }
  .hover\/bg\:gray-l\.3\@lg:hover {
    background-color: rgba(204, 204, 204, 0.7); }
  .hover\/c\:gray-l\.3\@lg:hover {
    color: rgba(204, 204, 204, 0.7); }
  .bg\:gray-l\.4\@lg {
    background-color: rgba(204, 204, 204, 0.6); }
  .c\:gray-l\.4\@lg {
    color: rgba(204, 204, 204, 0.6); }
  .hover\/bg\:gray-l\.4\@lg:hover {
    background-color: rgba(204, 204, 204, 0.6); }
  .hover\/c\:gray-l\.4\@lg:hover {
    color: rgba(204, 204, 204, 0.6); }
  .bg\:gray-l\.5\@lg {
    background-color: rgba(204, 204, 204, 0.5); }
  .c\:gray-l\.5\@lg {
    color: rgba(204, 204, 204, 0.5); }
  .hover\/bg\:gray-l\.5\@lg:hover {
    background-color: rgba(204, 204, 204, 0.5); }
  .hover\/c\:gray-l\.5\@lg:hover {
    color: rgba(204, 204, 204, 0.5); }
  .bg\:gray-l\.6\@lg {
    background-color: rgba(204, 204, 204, 0.4); }
  .c\:gray-l\.6\@lg {
    color: rgba(204, 204, 204, 0.4); }
  .hover\/bg\:gray-l\.6\@lg:hover {
    background-color: rgba(204, 204, 204, 0.4); }
  .hover\/c\:gray-l\.6\@lg:hover {
    color: rgba(204, 204, 204, 0.4); }
  .bg\:gray-l\.7\@lg {
    background-color: rgba(204, 204, 204, 0.3); }
  .c\:gray-l\.7\@lg {
    color: rgba(204, 204, 204, 0.3); }
  .hover\/bg\:gray-l\.7\@lg:hover {
    background-color: rgba(204, 204, 204, 0.3); }
  .hover\/c\:gray-l\.7\@lg:hover {
    color: rgba(204, 204, 204, 0.3); }
  .bg\:gray-l\.8\@lg {
    background-color: rgba(204, 204, 204, 0.2); }
  .c\:gray-l\.8\@lg {
    color: rgba(204, 204, 204, 0.2); }
  .hover\/bg\:gray-l\.8\@lg:hover {
    background-color: rgba(204, 204, 204, 0.2); }
  .hover\/c\:gray-l\.8\@lg:hover {
    color: rgba(204, 204, 204, 0.2); }
  .bg\:gray-l\.9\@lg {
    background-color: rgba(204, 204, 204, 0.1); }
  .c\:gray-l\.9\@lg {
    color: rgba(204, 204, 204, 0.1); }
  .hover\/bg\:gray-l\.9\@lg:hover {
    background-color: rgba(204, 204, 204, 0.1); }
  .hover\/c\:gray-l\.9\@lg:hover {
    color: rgba(204, 204, 204, 0.1); } }

@media (min-width: 1100px) {
  .bg\:gray-ll\@lg {
    background-color: #f6f6f6; }
  .c\:gray-ll\@lg {
    color: #f6f6f6; }
  .hover\/bg\:gray-ll\@lg:hover {
    background-color: #f6f6f6; }
  .hover\/c\:gray-ll\@lg:hover {
    color: #f6f6f6; }
  .bg\:gray-ll\.1\@lg {
    background-color: rgba(246, 246, 246, 0.9); }
  .c\:gray-ll\.1\@lg {
    color: rgba(246, 246, 246, 0.9); }
  .hover\/bg\:gray-ll\.1\@lg:hover {
    background-color: rgba(246, 246, 246, 0.9); }
  .hover\/c\:gray-ll\.1\@lg:hover {
    color: rgba(246, 246, 246, 0.9); }
  .bg\:gray-ll\.2\@lg {
    background-color: rgba(246, 246, 246, 0.8); }
  .c\:gray-ll\.2\@lg {
    color: rgba(246, 246, 246, 0.8); }
  .hover\/bg\:gray-ll\.2\@lg:hover {
    background-color: rgba(246, 246, 246, 0.8); }
  .hover\/c\:gray-ll\.2\@lg:hover {
    color: rgba(246, 246, 246, 0.8); }
  .bg\:gray-ll\.3\@lg {
    background-color: rgba(246, 246, 246, 0.7); }
  .c\:gray-ll\.3\@lg {
    color: rgba(246, 246, 246, 0.7); }
  .hover\/bg\:gray-ll\.3\@lg:hover {
    background-color: rgba(246, 246, 246, 0.7); }
  .hover\/c\:gray-ll\.3\@lg:hover {
    color: rgba(246, 246, 246, 0.7); }
  .bg\:gray-ll\.4\@lg {
    background-color: rgba(246, 246, 246, 0.6); }
  .c\:gray-ll\.4\@lg {
    color: rgba(246, 246, 246, 0.6); }
  .hover\/bg\:gray-ll\.4\@lg:hover {
    background-color: rgba(246, 246, 246, 0.6); }
  .hover\/c\:gray-ll\.4\@lg:hover {
    color: rgba(246, 246, 246, 0.6); }
  .bg\:gray-ll\.5\@lg {
    background-color: rgba(246, 246, 246, 0.5); }
  .c\:gray-ll\.5\@lg {
    color: rgba(246, 246, 246, 0.5); }
  .hover\/bg\:gray-ll\.5\@lg:hover {
    background-color: rgba(246, 246, 246, 0.5); }
  .hover\/c\:gray-ll\.5\@lg:hover {
    color: rgba(246, 246, 246, 0.5); }
  .bg\:gray-ll\.6\@lg {
    background-color: rgba(246, 246, 246, 0.4); }
  .c\:gray-ll\.6\@lg {
    color: rgba(246, 246, 246, 0.4); }
  .hover\/bg\:gray-ll\.6\@lg:hover {
    background-color: rgba(246, 246, 246, 0.4); }
  .hover\/c\:gray-ll\.6\@lg:hover {
    color: rgba(246, 246, 246, 0.4); }
  .bg\:gray-ll\.7\@lg {
    background-color: rgba(246, 246, 246, 0.3); }
  .c\:gray-ll\.7\@lg {
    color: rgba(246, 246, 246, 0.3); }
  .hover\/bg\:gray-ll\.7\@lg:hover {
    background-color: rgba(246, 246, 246, 0.3); }
  .hover\/c\:gray-ll\.7\@lg:hover {
    color: rgba(246, 246, 246, 0.3); }
  .bg\:gray-ll\.8\@lg {
    background-color: rgba(246, 246, 246, 0.2); }
  .c\:gray-ll\.8\@lg {
    color: rgba(246, 246, 246, 0.2); }
  .hover\/bg\:gray-ll\.8\@lg:hover {
    background-color: rgba(246, 246, 246, 0.2); }
  .hover\/c\:gray-ll\.8\@lg:hover {
    color: rgba(246, 246, 246, 0.2); }
  .bg\:gray-ll\.9\@lg {
    background-color: rgba(246, 246, 246, 0.1); }
  .c\:gray-ll\.9\@lg {
    color: rgba(246, 246, 246, 0.1); }
  .hover\/bg\:gray-ll\.9\@lg:hover {
    background-color: rgba(246, 246, 246, 0.1); }
  .hover\/c\:gray-ll\.9\@lg:hover {
    color: rgba(246, 246, 246, 0.1); } }

@media (min-width: 1100px) {
  .bg\:white-d\@lg {
    background-color: #e3e3e3; }
  .c\:white-d\@lg {
    color: #e3e3e3; }
  .hover\/bg\:white-d\@lg:hover {
    background-color: #e3e3e3; }
  .hover\/c\:white-d\@lg:hover {
    color: #e3e3e3; }
  .bg\:white-d\.1\@lg {
    background-color: rgba(227, 227, 227, 0.9); }
  .c\:white-d\.1\@lg {
    color: rgba(227, 227, 227, 0.9); }
  .hover\/bg\:white-d\.1\@lg:hover {
    background-color: rgba(227, 227, 227, 0.9); }
  .hover\/c\:white-d\.1\@lg:hover {
    color: rgba(227, 227, 227, 0.9); }
  .bg\:white-d\.2\@lg {
    background-color: rgba(227, 227, 227, 0.8); }
  .c\:white-d\.2\@lg {
    color: rgba(227, 227, 227, 0.8); }
  .hover\/bg\:white-d\.2\@lg:hover {
    background-color: rgba(227, 227, 227, 0.8); }
  .hover\/c\:white-d\.2\@lg:hover {
    color: rgba(227, 227, 227, 0.8); }
  .bg\:white-d\.3\@lg {
    background-color: rgba(227, 227, 227, 0.7); }
  .c\:white-d\.3\@lg {
    color: rgba(227, 227, 227, 0.7); }
  .hover\/bg\:white-d\.3\@lg:hover {
    background-color: rgba(227, 227, 227, 0.7); }
  .hover\/c\:white-d\.3\@lg:hover {
    color: rgba(227, 227, 227, 0.7); }
  .bg\:white-d\.4\@lg {
    background-color: rgba(227, 227, 227, 0.6); }
  .c\:white-d\.4\@lg {
    color: rgba(227, 227, 227, 0.6); }
  .hover\/bg\:white-d\.4\@lg:hover {
    background-color: rgba(227, 227, 227, 0.6); }
  .hover\/c\:white-d\.4\@lg:hover {
    color: rgba(227, 227, 227, 0.6); }
  .bg\:white-d\.5\@lg {
    background-color: rgba(227, 227, 227, 0.5); }
  .c\:white-d\.5\@lg {
    color: rgba(227, 227, 227, 0.5); }
  .hover\/bg\:white-d\.5\@lg:hover {
    background-color: rgba(227, 227, 227, 0.5); }
  .hover\/c\:white-d\.5\@lg:hover {
    color: rgba(227, 227, 227, 0.5); }
  .bg\:white-d\.6\@lg {
    background-color: rgba(227, 227, 227, 0.4); }
  .c\:white-d\.6\@lg {
    color: rgba(227, 227, 227, 0.4); }
  .hover\/bg\:white-d\.6\@lg:hover {
    background-color: rgba(227, 227, 227, 0.4); }
  .hover\/c\:white-d\.6\@lg:hover {
    color: rgba(227, 227, 227, 0.4); }
  .bg\:white-d\.7\@lg {
    background-color: rgba(227, 227, 227, 0.3); }
  .c\:white-d\.7\@lg {
    color: rgba(227, 227, 227, 0.3); }
  .hover\/bg\:white-d\.7\@lg:hover {
    background-color: rgba(227, 227, 227, 0.3); }
  .hover\/c\:white-d\.7\@lg:hover {
    color: rgba(227, 227, 227, 0.3); }
  .bg\:white-d\.8\@lg {
    background-color: rgba(227, 227, 227, 0.2); }
  .c\:white-d\.8\@lg {
    color: rgba(227, 227, 227, 0.2); }
  .hover\/bg\:white-d\.8\@lg:hover {
    background-color: rgba(227, 227, 227, 0.2); }
  .hover\/c\:white-d\.8\@lg:hover {
    color: rgba(227, 227, 227, 0.2); }
  .bg\:white-d\.9\@lg {
    background-color: rgba(227, 227, 227, 0.1); }
  .c\:white-d\.9\@lg {
    color: rgba(227, 227, 227, 0.1); }
  .hover\/bg\:white-d\.9\@lg:hover {
    background-color: rgba(227, 227, 227, 0.1); }
  .hover\/c\:white-d\.9\@lg:hover {
    color: rgba(227, 227, 227, 0.1); } }

@media (min-width: 1100px) {
  .bg\:white\@lg {
    background-color: #ffffff; }
  .c\:white\@lg {
    color: #ffffff; }
  .hover\/bg\:white\@lg:hover {
    background-color: #ffffff; }
  .hover\/c\:white\@lg:hover {
    color: #ffffff; }
  .bg\:white\.1\@lg {
    background-color: rgba(255, 255, 255, 0.9); }
  .c\:white\.1\@lg {
    color: rgba(255, 255, 255, 0.9); }
  .hover\/bg\:white\.1\@lg:hover {
    background-color: rgba(255, 255, 255, 0.9); }
  .hover\/c\:white\.1\@lg:hover {
    color: rgba(255, 255, 255, 0.9); }
  .bg\:white\.2\@lg {
    background-color: rgba(255, 255, 255, 0.8); }
  .c\:white\.2\@lg {
    color: rgba(255, 255, 255, 0.8); }
  .hover\/bg\:white\.2\@lg:hover {
    background-color: rgba(255, 255, 255, 0.8); }
  .hover\/c\:white\.2\@lg:hover {
    color: rgba(255, 255, 255, 0.8); }
  .bg\:white\.3\@lg {
    background-color: rgba(255, 255, 255, 0.7); }
  .c\:white\.3\@lg {
    color: rgba(255, 255, 255, 0.7); }
  .hover\/bg\:white\.3\@lg:hover {
    background-color: rgba(255, 255, 255, 0.7); }
  .hover\/c\:white\.3\@lg:hover {
    color: rgba(255, 255, 255, 0.7); }
  .bg\:white\.4\@lg {
    background-color: rgba(255, 255, 255, 0.6); }
  .c\:white\.4\@lg {
    color: rgba(255, 255, 255, 0.6); }
  .hover\/bg\:white\.4\@lg:hover {
    background-color: rgba(255, 255, 255, 0.6); }
  .hover\/c\:white\.4\@lg:hover {
    color: rgba(255, 255, 255, 0.6); }
  .bg\:white\.5\@lg {
    background-color: rgba(255, 255, 255, 0.5); }
  .c\:white\.5\@lg {
    color: rgba(255, 255, 255, 0.5); }
  .hover\/bg\:white\.5\@lg:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .hover\/c\:white\.5\@lg:hover {
    color: rgba(255, 255, 255, 0.5); }
  .bg\:white\.6\@lg {
    background-color: rgba(255, 255, 255, 0.4); }
  .c\:white\.6\@lg {
    color: rgba(255, 255, 255, 0.4); }
  .hover\/bg\:white\.6\@lg:hover {
    background-color: rgba(255, 255, 255, 0.4); }
  .hover\/c\:white\.6\@lg:hover {
    color: rgba(255, 255, 255, 0.4); }
  .bg\:white\.7\@lg {
    background-color: rgba(255, 255, 255, 0.3); }
  .c\:white\.7\@lg {
    color: rgba(255, 255, 255, 0.3); }
  .hover\/bg\:white\.7\@lg:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  .hover\/c\:white\.7\@lg:hover {
    color: rgba(255, 255, 255, 0.3); }
  .bg\:white\.8\@lg {
    background-color: rgba(255, 255, 255, 0.2); }
  .c\:white\.8\@lg {
    color: rgba(255, 255, 255, 0.2); }
  .hover\/bg\:white\.8\@lg:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  .hover\/c\:white\.8\@lg:hover {
    color: rgba(255, 255, 255, 0.2); }
  .bg\:white\.9\@lg {
    background-color: rgba(255, 255, 255, 0.1); }
  .c\:white\.9\@lg {
    color: rgba(255, 255, 255, 0.1); }
  .hover\/bg\:white\.9\@lg:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .hover\/c\:white\.9\@lg:hover {
    color: rgba(255, 255, 255, 0.1); } }

@media (min-width: 1100px) {
  .bg\:orange\@lg {
    background-color: #ff904b; }
  .c\:orange\@lg {
    color: #ff904b; }
  .hover\/bg\:orange\@lg:hover {
    background-color: #ff904b; }
  .hover\/c\:orange\@lg:hover {
    color: #ff904b; }
  .bg\:orange\.1\@lg {
    background-color: rgba(255, 144, 75, 0.9); }
  .c\:orange\.1\@lg {
    color: rgba(255, 144, 75, 0.9); }
  .hover\/bg\:orange\.1\@lg:hover {
    background-color: rgba(255, 144, 75, 0.9); }
  .hover\/c\:orange\.1\@lg:hover {
    color: rgba(255, 144, 75, 0.9); }
  .bg\:orange\.2\@lg {
    background-color: rgba(255, 144, 75, 0.8); }
  .c\:orange\.2\@lg {
    color: rgba(255, 144, 75, 0.8); }
  .hover\/bg\:orange\.2\@lg:hover {
    background-color: rgba(255, 144, 75, 0.8); }
  .hover\/c\:orange\.2\@lg:hover {
    color: rgba(255, 144, 75, 0.8); }
  .bg\:orange\.3\@lg {
    background-color: rgba(255, 144, 75, 0.7); }
  .c\:orange\.3\@lg {
    color: rgba(255, 144, 75, 0.7); }
  .hover\/bg\:orange\.3\@lg:hover {
    background-color: rgba(255, 144, 75, 0.7); }
  .hover\/c\:orange\.3\@lg:hover {
    color: rgba(255, 144, 75, 0.7); }
  .bg\:orange\.4\@lg {
    background-color: rgba(255, 144, 75, 0.6); }
  .c\:orange\.4\@lg {
    color: rgba(255, 144, 75, 0.6); }
  .hover\/bg\:orange\.4\@lg:hover {
    background-color: rgba(255, 144, 75, 0.6); }
  .hover\/c\:orange\.4\@lg:hover {
    color: rgba(255, 144, 75, 0.6); }
  .bg\:orange\.5\@lg {
    background-color: rgba(255, 144, 75, 0.5); }
  .c\:orange\.5\@lg {
    color: rgba(255, 144, 75, 0.5); }
  .hover\/bg\:orange\.5\@lg:hover {
    background-color: rgba(255, 144, 75, 0.5); }
  .hover\/c\:orange\.5\@lg:hover {
    color: rgba(255, 144, 75, 0.5); }
  .bg\:orange\.6\@lg {
    background-color: rgba(255, 144, 75, 0.4); }
  .c\:orange\.6\@lg {
    color: rgba(255, 144, 75, 0.4); }
  .hover\/bg\:orange\.6\@lg:hover {
    background-color: rgba(255, 144, 75, 0.4); }
  .hover\/c\:orange\.6\@lg:hover {
    color: rgba(255, 144, 75, 0.4); }
  .bg\:orange\.7\@lg {
    background-color: rgba(255, 144, 75, 0.3); }
  .c\:orange\.7\@lg {
    color: rgba(255, 144, 75, 0.3); }
  .hover\/bg\:orange\.7\@lg:hover {
    background-color: rgba(255, 144, 75, 0.3); }
  .hover\/c\:orange\.7\@lg:hover {
    color: rgba(255, 144, 75, 0.3); }
  .bg\:orange\.8\@lg {
    background-color: rgba(255, 144, 75, 0.2); }
  .c\:orange\.8\@lg {
    color: rgba(255, 144, 75, 0.2); }
  .hover\/bg\:orange\.8\@lg:hover {
    background-color: rgba(255, 144, 75, 0.2); }
  .hover\/c\:orange\.8\@lg:hover {
    color: rgba(255, 144, 75, 0.2); }
  .bg\:orange\.9\@lg {
    background-color: rgba(255, 144, 75, 0.1); }
  .c\:orange\.9\@lg {
    color: rgba(255, 144, 75, 0.1); }
  .hover\/bg\:orange\.9\@lg:hover {
    background-color: rgba(255, 144, 75, 0.1); }
  .hover\/c\:orange\.9\@lg:hover {
    color: rgba(255, 144, 75, 0.1); } }

@media (min-width: 1100px) {
  .bg\:coral\@lg {
    background-color: #ff5041; }
  .c\:coral\@lg {
    color: #ff5041; }
  .hover\/bg\:coral\@lg:hover {
    background-color: #ff5041; }
  .hover\/c\:coral\@lg:hover {
    color: #ff5041; }
  .bg\:coral\.1\@lg {
    background-color: rgba(255, 80, 65, 0.9); }
  .c\:coral\.1\@lg {
    color: rgba(255, 80, 65, 0.9); }
  .hover\/bg\:coral\.1\@lg:hover {
    background-color: rgba(255, 80, 65, 0.9); }
  .hover\/c\:coral\.1\@lg:hover {
    color: rgba(255, 80, 65, 0.9); }
  .bg\:coral\.2\@lg {
    background-color: rgba(255, 80, 65, 0.8); }
  .c\:coral\.2\@lg {
    color: rgba(255, 80, 65, 0.8); }
  .hover\/bg\:coral\.2\@lg:hover {
    background-color: rgba(255, 80, 65, 0.8); }
  .hover\/c\:coral\.2\@lg:hover {
    color: rgba(255, 80, 65, 0.8); }
  .bg\:coral\.3\@lg {
    background-color: rgba(255, 80, 65, 0.7); }
  .c\:coral\.3\@lg {
    color: rgba(255, 80, 65, 0.7); }
  .hover\/bg\:coral\.3\@lg:hover {
    background-color: rgba(255, 80, 65, 0.7); }
  .hover\/c\:coral\.3\@lg:hover {
    color: rgba(255, 80, 65, 0.7); }
  .bg\:coral\.4\@lg {
    background-color: rgba(255, 80, 65, 0.6); }
  .c\:coral\.4\@lg {
    color: rgba(255, 80, 65, 0.6); }
  .hover\/bg\:coral\.4\@lg:hover {
    background-color: rgba(255, 80, 65, 0.6); }
  .hover\/c\:coral\.4\@lg:hover {
    color: rgba(255, 80, 65, 0.6); }
  .bg\:coral\.5\@lg {
    background-color: rgba(255, 80, 65, 0.5); }
  .c\:coral\.5\@lg {
    color: rgba(255, 80, 65, 0.5); }
  .hover\/bg\:coral\.5\@lg:hover {
    background-color: rgba(255, 80, 65, 0.5); }
  .hover\/c\:coral\.5\@lg:hover {
    color: rgba(255, 80, 65, 0.5); }
  .bg\:coral\.6\@lg {
    background-color: rgba(255, 80, 65, 0.4); }
  .c\:coral\.6\@lg {
    color: rgba(255, 80, 65, 0.4); }
  .hover\/bg\:coral\.6\@lg:hover {
    background-color: rgba(255, 80, 65, 0.4); }
  .hover\/c\:coral\.6\@lg:hover {
    color: rgba(255, 80, 65, 0.4); }
  .bg\:coral\.7\@lg {
    background-color: rgba(255, 80, 65, 0.3); }
  .c\:coral\.7\@lg {
    color: rgba(255, 80, 65, 0.3); }
  .hover\/bg\:coral\.7\@lg:hover {
    background-color: rgba(255, 80, 65, 0.3); }
  .hover\/c\:coral\.7\@lg:hover {
    color: rgba(255, 80, 65, 0.3); }
  .bg\:coral\.8\@lg {
    background-color: rgba(255, 80, 65, 0.2); }
  .c\:coral\.8\@lg {
    color: rgba(255, 80, 65, 0.2); }
  .hover\/bg\:coral\.8\@lg:hover {
    background-color: rgba(255, 80, 65, 0.2); }
  .hover\/c\:coral\.8\@lg:hover {
    color: rgba(255, 80, 65, 0.2); }
  .bg\:coral\.9\@lg {
    background-color: rgba(255, 80, 65, 0.1); }
  .c\:coral\.9\@lg {
    color: rgba(255, 80, 65, 0.1); }
  .hover\/bg\:coral\.9\@lg:hover {
    background-color: rgba(255, 80, 65, 0.1); }
  .hover\/c\:coral\.9\@lg:hover {
    color: rgba(255, 80, 65, 0.1); } }

@media (min-width: 1100px) {
  .bg\:red\@lg {
    background-color: #e62b1e; }
  .c\:red\@lg {
    color: #e62b1e; }
  .hover\/bg\:red\@lg:hover {
    background-color: #e62b1e; }
  .hover\/c\:red\@lg:hover {
    color: #e62b1e; }
  .bg\:red\.1\@lg {
    background-color: rgba(230, 43, 30, 0.9); }
  .c\:red\.1\@lg {
    color: rgba(230, 43, 30, 0.9); }
  .hover\/bg\:red\.1\@lg:hover {
    background-color: rgba(230, 43, 30, 0.9); }
  .hover\/c\:red\.1\@lg:hover {
    color: rgba(230, 43, 30, 0.9); }
  .bg\:red\.2\@lg {
    background-color: rgba(230, 43, 30, 0.8); }
  .c\:red\.2\@lg {
    color: rgba(230, 43, 30, 0.8); }
  .hover\/bg\:red\.2\@lg:hover {
    background-color: rgba(230, 43, 30, 0.8); }
  .hover\/c\:red\.2\@lg:hover {
    color: rgba(230, 43, 30, 0.8); }
  .bg\:red\.3\@lg {
    background-color: rgba(230, 43, 30, 0.7); }
  .c\:red\.3\@lg {
    color: rgba(230, 43, 30, 0.7); }
  .hover\/bg\:red\.3\@lg:hover {
    background-color: rgba(230, 43, 30, 0.7); }
  .hover\/c\:red\.3\@lg:hover {
    color: rgba(230, 43, 30, 0.7); }
  .bg\:red\.4\@lg {
    background-color: rgba(230, 43, 30, 0.6); }
  .c\:red\.4\@lg {
    color: rgba(230, 43, 30, 0.6); }
  .hover\/bg\:red\.4\@lg:hover {
    background-color: rgba(230, 43, 30, 0.6); }
  .hover\/c\:red\.4\@lg:hover {
    color: rgba(230, 43, 30, 0.6); }
  .bg\:red\.5\@lg {
    background-color: rgba(230, 43, 30, 0.5); }
  .c\:red\.5\@lg {
    color: rgba(230, 43, 30, 0.5); }
  .hover\/bg\:red\.5\@lg:hover {
    background-color: rgba(230, 43, 30, 0.5); }
  .hover\/c\:red\.5\@lg:hover {
    color: rgba(230, 43, 30, 0.5); }
  .bg\:red\.6\@lg {
    background-color: rgba(230, 43, 30, 0.4); }
  .c\:red\.6\@lg {
    color: rgba(230, 43, 30, 0.4); }
  .hover\/bg\:red\.6\@lg:hover {
    background-color: rgba(230, 43, 30, 0.4); }
  .hover\/c\:red\.6\@lg:hover {
    color: rgba(230, 43, 30, 0.4); }
  .bg\:red\.7\@lg {
    background-color: rgba(230, 43, 30, 0.3); }
  .c\:red\.7\@lg {
    color: rgba(230, 43, 30, 0.3); }
  .hover\/bg\:red\.7\@lg:hover {
    background-color: rgba(230, 43, 30, 0.3); }
  .hover\/c\:red\.7\@lg:hover {
    color: rgba(230, 43, 30, 0.3); }
  .bg\:red\.8\@lg {
    background-color: rgba(230, 43, 30, 0.2); }
  .c\:red\.8\@lg {
    color: rgba(230, 43, 30, 0.2); }
  .hover\/bg\:red\.8\@lg:hover {
    background-color: rgba(230, 43, 30, 0.2); }
  .hover\/c\:red\.8\@lg:hover {
    color: rgba(230, 43, 30, 0.2); }
  .bg\:red\.9\@lg {
    background-color: rgba(230, 43, 30, 0.1); }
  .c\:red\.9\@lg {
    color: rgba(230, 43, 30, 0.1); }
  .hover\/bg\:red\.9\@lg:hover {
    background-color: rgba(230, 43, 30, 0.1); }
  .hover\/c\:red\.9\@lg:hover {
    color: rgba(230, 43, 30, 0.1); } }

@media (min-width: 1100px) {
  .bg\:twitter\@lg {
    background-color: #55acee; }
  .c\:twitter\@lg {
    color: #55acee; }
  .hover\/bg\:twitter\@lg:hover {
    background-color: #55acee; }
  .hover\/c\:twitter\@lg:hover {
    color: #55acee; }
  .bg\:twitter\.1\@lg {
    background-color: rgba(85, 172, 238, 0.9); }
  .c\:twitter\.1\@lg {
    color: rgba(85, 172, 238, 0.9); }
  .hover\/bg\:twitter\.1\@lg:hover {
    background-color: rgba(85, 172, 238, 0.9); }
  .hover\/c\:twitter\.1\@lg:hover {
    color: rgba(85, 172, 238, 0.9); }
  .bg\:twitter\.2\@lg {
    background-color: rgba(85, 172, 238, 0.8); }
  .c\:twitter\.2\@lg {
    color: rgba(85, 172, 238, 0.8); }
  .hover\/bg\:twitter\.2\@lg:hover {
    background-color: rgba(85, 172, 238, 0.8); }
  .hover\/c\:twitter\.2\@lg:hover {
    color: rgba(85, 172, 238, 0.8); }
  .bg\:twitter\.3\@lg {
    background-color: rgba(85, 172, 238, 0.7); }
  .c\:twitter\.3\@lg {
    color: rgba(85, 172, 238, 0.7); }
  .hover\/bg\:twitter\.3\@lg:hover {
    background-color: rgba(85, 172, 238, 0.7); }
  .hover\/c\:twitter\.3\@lg:hover {
    color: rgba(85, 172, 238, 0.7); }
  .bg\:twitter\.4\@lg {
    background-color: rgba(85, 172, 238, 0.6); }
  .c\:twitter\.4\@lg {
    color: rgba(85, 172, 238, 0.6); }
  .hover\/bg\:twitter\.4\@lg:hover {
    background-color: rgba(85, 172, 238, 0.6); }
  .hover\/c\:twitter\.4\@lg:hover {
    color: rgba(85, 172, 238, 0.6); }
  .bg\:twitter\.5\@lg {
    background-color: rgba(85, 172, 238, 0.5); }
  .c\:twitter\.5\@lg {
    color: rgba(85, 172, 238, 0.5); }
  .hover\/bg\:twitter\.5\@lg:hover {
    background-color: rgba(85, 172, 238, 0.5); }
  .hover\/c\:twitter\.5\@lg:hover {
    color: rgba(85, 172, 238, 0.5); }
  .bg\:twitter\.6\@lg {
    background-color: rgba(85, 172, 238, 0.4); }
  .c\:twitter\.6\@lg {
    color: rgba(85, 172, 238, 0.4); }
  .hover\/bg\:twitter\.6\@lg:hover {
    background-color: rgba(85, 172, 238, 0.4); }
  .hover\/c\:twitter\.6\@lg:hover {
    color: rgba(85, 172, 238, 0.4); }
  .bg\:twitter\.7\@lg {
    background-color: rgba(85, 172, 238, 0.3); }
  .c\:twitter\.7\@lg {
    color: rgba(85, 172, 238, 0.3); }
  .hover\/bg\:twitter\.7\@lg:hover {
    background-color: rgba(85, 172, 238, 0.3); }
  .hover\/c\:twitter\.7\@lg:hover {
    color: rgba(85, 172, 238, 0.3); }
  .bg\:twitter\.8\@lg {
    background-color: rgba(85, 172, 238, 0.2); }
  .c\:twitter\.8\@lg {
    color: rgba(85, 172, 238, 0.2); }
  .hover\/bg\:twitter\.8\@lg:hover {
    background-color: rgba(85, 172, 238, 0.2); }
  .hover\/c\:twitter\.8\@lg:hover {
    color: rgba(85, 172, 238, 0.2); }
  .bg\:twitter\.9\@lg {
    background-color: rgba(85, 172, 238, 0.1); }
  .c\:twitter\.9\@lg {
    color: rgba(85, 172, 238, 0.1); }
  .hover\/bg\:twitter\.9\@lg:hover {
    background-color: rgba(85, 172, 238, 0.1); }
  .hover\/c\:twitter\.9\@lg:hover {
    color: rgba(85, 172, 238, 0.1); } }

@media (min-width: 1100px) {
  .bg\:facebook\@lg {
    background-color: #3b5998; }
  .c\:facebook\@lg {
    color: #3b5998; }
  .hover\/bg\:facebook\@lg:hover {
    background-color: #3b5998; }
  .hover\/c\:facebook\@lg:hover {
    color: #3b5998; }
  .bg\:facebook\.1\@lg {
    background-color: rgba(59, 89, 152, 0.9); }
  .c\:facebook\.1\@lg {
    color: rgba(59, 89, 152, 0.9); }
  .hover\/bg\:facebook\.1\@lg:hover {
    background-color: rgba(59, 89, 152, 0.9); }
  .hover\/c\:facebook\.1\@lg:hover {
    color: rgba(59, 89, 152, 0.9); }
  .bg\:facebook\.2\@lg {
    background-color: rgba(59, 89, 152, 0.8); }
  .c\:facebook\.2\@lg {
    color: rgba(59, 89, 152, 0.8); }
  .hover\/bg\:facebook\.2\@lg:hover {
    background-color: rgba(59, 89, 152, 0.8); }
  .hover\/c\:facebook\.2\@lg:hover {
    color: rgba(59, 89, 152, 0.8); }
  .bg\:facebook\.3\@lg {
    background-color: rgba(59, 89, 152, 0.7); }
  .c\:facebook\.3\@lg {
    color: rgba(59, 89, 152, 0.7); }
  .hover\/bg\:facebook\.3\@lg:hover {
    background-color: rgba(59, 89, 152, 0.7); }
  .hover\/c\:facebook\.3\@lg:hover {
    color: rgba(59, 89, 152, 0.7); }
  .bg\:facebook\.4\@lg {
    background-color: rgba(59, 89, 152, 0.6); }
  .c\:facebook\.4\@lg {
    color: rgba(59, 89, 152, 0.6); }
  .hover\/bg\:facebook\.4\@lg:hover {
    background-color: rgba(59, 89, 152, 0.6); }
  .hover\/c\:facebook\.4\@lg:hover {
    color: rgba(59, 89, 152, 0.6); }
  .bg\:facebook\.5\@lg {
    background-color: rgba(59, 89, 152, 0.5); }
  .c\:facebook\.5\@lg {
    color: rgba(59, 89, 152, 0.5); }
  .hover\/bg\:facebook\.5\@lg:hover {
    background-color: rgba(59, 89, 152, 0.5); }
  .hover\/c\:facebook\.5\@lg:hover {
    color: rgba(59, 89, 152, 0.5); }
  .bg\:facebook\.6\@lg {
    background-color: rgba(59, 89, 152, 0.4); }
  .c\:facebook\.6\@lg {
    color: rgba(59, 89, 152, 0.4); }
  .hover\/bg\:facebook\.6\@lg:hover {
    background-color: rgba(59, 89, 152, 0.4); }
  .hover\/c\:facebook\.6\@lg:hover {
    color: rgba(59, 89, 152, 0.4); }
  .bg\:facebook\.7\@lg {
    background-color: rgba(59, 89, 152, 0.3); }
  .c\:facebook\.7\@lg {
    color: rgba(59, 89, 152, 0.3); }
  .hover\/bg\:facebook\.7\@lg:hover {
    background-color: rgba(59, 89, 152, 0.3); }
  .hover\/c\:facebook\.7\@lg:hover {
    color: rgba(59, 89, 152, 0.3); }
  .bg\:facebook\.8\@lg {
    background-color: rgba(59, 89, 152, 0.2); }
  .c\:facebook\.8\@lg {
    color: rgba(59, 89, 152, 0.2); }
  .hover\/bg\:facebook\.8\@lg:hover {
    background-color: rgba(59, 89, 152, 0.2); }
  .hover\/c\:facebook\.8\@lg:hover {
    color: rgba(59, 89, 152, 0.2); }
  .bg\:facebook\.9\@lg {
    background-color: rgba(59, 89, 152, 0.1); }
  .c\:facebook\.9\@lg {
    color: rgba(59, 89, 152, 0.1); }
  .hover\/bg\:facebook\.9\@lg:hover {
    background-color: rgba(59, 89, 152, 0.1); }
  .hover\/c\:facebook\.9\@lg:hover {
    color: rgba(59, 89, 152, 0.1); } }

@media (min-width: 1100px) {
  .bg\:linkedin\@lg {
    background-color: #0077b5; }
  .c\:linkedin\@lg {
    color: #0077b5; }
  .hover\/bg\:linkedin\@lg:hover {
    background-color: #0077b5; }
  .hover\/c\:linkedin\@lg:hover {
    color: #0077b5; }
  .bg\:linkedin\.1\@lg {
    background-color: rgba(0, 119, 181, 0.9); }
  .c\:linkedin\.1\@lg {
    color: rgba(0, 119, 181, 0.9); }
  .hover\/bg\:linkedin\.1\@lg:hover {
    background-color: rgba(0, 119, 181, 0.9); }
  .hover\/c\:linkedin\.1\@lg:hover {
    color: rgba(0, 119, 181, 0.9); }
  .bg\:linkedin\.2\@lg {
    background-color: rgba(0, 119, 181, 0.8); }
  .c\:linkedin\.2\@lg {
    color: rgba(0, 119, 181, 0.8); }
  .hover\/bg\:linkedin\.2\@lg:hover {
    background-color: rgba(0, 119, 181, 0.8); }
  .hover\/c\:linkedin\.2\@lg:hover {
    color: rgba(0, 119, 181, 0.8); }
  .bg\:linkedin\.3\@lg {
    background-color: rgba(0, 119, 181, 0.7); }
  .c\:linkedin\.3\@lg {
    color: rgba(0, 119, 181, 0.7); }
  .hover\/bg\:linkedin\.3\@lg:hover {
    background-color: rgba(0, 119, 181, 0.7); }
  .hover\/c\:linkedin\.3\@lg:hover {
    color: rgba(0, 119, 181, 0.7); }
  .bg\:linkedin\.4\@lg {
    background-color: rgba(0, 119, 181, 0.6); }
  .c\:linkedin\.4\@lg {
    color: rgba(0, 119, 181, 0.6); }
  .hover\/bg\:linkedin\.4\@lg:hover {
    background-color: rgba(0, 119, 181, 0.6); }
  .hover\/c\:linkedin\.4\@lg:hover {
    color: rgba(0, 119, 181, 0.6); }
  .bg\:linkedin\.5\@lg {
    background-color: rgba(0, 119, 181, 0.5); }
  .c\:linkedin\.5\@lg {
    color: rgba(0, 119, 181, 0.5); }
  .hover\/bg\:linkedin\.5\@lg:hover {
    background-color: rgba(0, 119, 181, 0.5); }
  .hover\/c\:linkedin\.5\@lg:hover {
    color: rgba(0, 119, 181, 0.5); }
  .bg\:linkedin\.6\@lg {
    background-color: rgba(0, 119, 181, 0.4); }
  .c\:linkedin\.6\@lg {
    color: rgba(0, 119, 181, 0.4); }
  .hover\/bg\:linkedin\.6\@lg:hover {
    background-color: rgba(0, 119, 181, 0.4); }
  .hover\/c\:linkedin\.6\@lg:hover {
    color: rgba(0, 119, 181, 0.4); }
  .bg\:linkedin\.7\@lg {
    background-color: rgba(0, 119, 181, 0.3); }
  .c\:linkedin\.7\@lg {
    color: rgba(0, 119, 181, 0.3); }
  .hover\/bg\:linkedin\.7\@lg:hover {
    background-color: rgba(0, 119, 181, 0.3); }
  .hover\/c\:linkedin\.7\@lg:hover {
    color: rgba(0, 119, 181, 0.3); }
  .bg\:linkedin\.8\@lg {
    background-color: rgba(0, 119, 181, 0.2); }
  .c\:linkedin\.8\@lg {
    color: rgba(0, 119, 181, 0.2); }
  .hover\/bg\:linkedin\.8\@lg:hover {
    background-color: rgba(0, 119, 181, 0.2); }
  .hover\/c\:linkedin\.8\@lg:hover {
    color: rgba(0, 119, 181, 0.2); }
  .bg\:linkedin\.9\@lg {
    background-color: rgba(0, 119, 181, 0.1); }
  .c\:linkedin\.9\@lg {
    color: rgba(0, 119, 181, 0.1); }
  .hover\/bg\:linkedin\.9\@lg:hover {
    background-color: rgba(0, 119, 181, 0.1); }
  .hover\/c\:linkedin\.9\@lg:hover {
    color: rgba(0, 119, 181, 0.1); } }

@media (min-width: 1100px) {
  .bg\:messenger\@lg {
    background-color: #0084ff; }
  .c\:messenger\@lg {
    color: #0084ff; }
  .hover\/bg\:messenger\@lg:hover {
    background-color: #0084ff; }
  .hover\/c\:messenger\@lg:hover {
    color: #0084ff; }
  .bg\:messenger\.1\@lg {
    background-color: rgba(0, 132, 255, 0.9); }
  .c\:messenger\.1\@lg {
    color: rgba(0, 132, 255, 0.9); }
  .hover\/bg\:messenger\.1\@lg:hover {
    background-color: rgba(0, 132, 255, 0.9); }
  .hover\/c\:messenger\.1\@lg:hover {
    color: rgba(0, 132, 255, 0.9); }
  .bg\:messenger\.2\@lg {
    background-color: rgba(0, 132, 255, 0.8); }
  .c\:messenger\.2\@lg {
    color: rgba(0, 132, 255, 0.8); }
  .hover\/bg\:messenger\.2\@lg:hover {
    background-color: rgba(0, 132, 255, 0.8); }
  .hover\/c\:messenger\.2\@lg:hover {
    color: rgba(0, 132, 255, 0.8); }
  .bg\:messenger\.3\@lg {
    background-color: rgba(0, 132, 255, 0.7); }
  .c\:messenger\.3\@lg {
    color: rgba(0, 132, 255, 0.7); }
  .hover\/bg\:messenger\.3\@lg:hover {
    background-color: rgba(0, 132, 255, 0.7); }
  .hover\/c\:messenger\.3\@lg:hover {
    color: rgba(0, 132, 255, 0.7); }
  .bg\:messenger\.4\@lg {
    background-color: rgba(0, 132, 255, 0.6); }
  .c\:messenger\.4\@lg {
    color: rgba(0, 132, 255, 0.6); }
  .hover\/bg\:messenger\.4\@lg:hover {
    background-color: rgba(0, 132, 255, 0.6); }
  .hover\/c\:messenger\.4\@lg:hover {
    color: rgba(0, 132, 255, 0.6); }
  .bg\:messenger\.5\@lg {
    background-color: rgba(0, 132, 255, 0.5); }
  .c\:messenger\.5\@lg {
    color: rgba(0, 132, 255, 0.5); }
  .hover\/bg\:messenger\.5\@lg:hover {
    background-color: rgba(0, 132, 255, 0.5); }
  .hover\/c\:messenger\.5\@lg:hover {
    color: rgba(0, 132, 255, 0.5); }
  .bg\:messenger\.6\@lg {
    background-color: rgba(0, 132, 255, 0.4); }
  .c\:messenger\.6\@lg {
    color: rgba(0, 132, 255, 0.4); }
  .hover\/bg\:messenger\.6\@lg:hover {
    background-color: rgba(0, 132, 255, 0.4); }
  .hover\/c\:messenger\.6\@lg:hover {
    color: rgba(0, 132, 255, 0.4); }
  .bg\:messenger\.7\@lg {
    background-color: rgba(0, 132, 255, 0.3); }
  .c\:messenger\.7\@lg {
    color: rgba(0, 132, 255, 0.3); }
  .hover\/bg\:messenger\.7\@lg:hover {
    background-color: rgba(0, 132, 255, 0.3); }
  .hover\/c\:messenger\.7\@lg:hover {
    color: rgba(0, 132, 255, 0.3); }
  .bg\:messenger\.8\@lg {
    background-color: rgba(0, 132, 255, 0.2); }
  .c\:messenger\.8\@lg {
    color: rgba(0, 132, 255, 0.2); }
  .hover\/bg\:messenger\.8\@lg:hover {
    background-color: rgba(0, 132, 255, 0.2); }
  .hover\/c\:messenger\.8\@lg:hover {
    color: rgba(0, 132, 255, 0.2); }
  .bg\:messenger\.9\@lg {
    background-color: rgba(0, 132, 255, 0.1); }
  .c\:messenger\.9\@lg {
    color: rgba(0, 132, 255, 0.1); }
  .hover\/bg\:messenger\.9\@lg:hover {
    background-color: rgba(0, 132, 255, 0.1); }
  .hover\/c\:messenger\.9\@lg:hover {
    color: rgba(0, 132, 255, 0.1); } }

@media (min-width: 1100px) {
  .bg\:reddit\@lg {
    background-color: #ff4500; }
  .c\:reddit\@lg {
    color: #ff4500; }
  .hover\/bg\:reddit\@lg:hover {
    background-color: #ff4500; }
  .hover\/c\:reddit\@lg:hover {
    color: #ff4500; }
  .bg\:reddit\.1\@lg {
    background-color: rgba(255, 69, 0, 0.9); }
  .c\:reddit\.1\@lg {
    color: rgba(255, 69, 0, 0.9); }
  .hover\/bg\:reddit\.1\@lg:hover {
    background-color: rgba(255, 69, 0, 0.9); }
  .hover\/c\:reddit\.1\@lg:hover {
    color: rgba(255, 69, 0, 0.9); }
  .bg\:reddit\.2\@lg {
    background-color: rgba(255, 69, 0, 0.8); }
  .c\:reddit\.2\@lg {
    color: rgba(255, 69, 0, 0.8); }
  .hover\/bg\:reddit\.2\@lg:hover {
    background-color: rgba(255, 69, 0, 0.8); }
  .hover\/c\:reddit\.2\@lg:hover {
    color: rgba(255, 69, 0, 0.8); }
  .bg\:reddit\.3\@lg {
    background-color: rgba(255, 69, 0, 0.7); }
  .c\:reddit\.3\@lg {
    color: rgba(255, 69, 0, 0.7); }
  .hover\/bg\:reddit\.3\@lg:hover {
    background-color: rgba(255, 69, 0, 0.7); }
  .hover\/c\:reddit\.3\@lg:hover {
    color: rgba(255, 69, 0, 0.7); }
  .bg\:reddit\.4\@lg {
    background-color: rgba(255, 69, 0, 0.6); }
  .c\:reddit\.4\@lg {
    color: rgba(255, 69, 0, 0.6); }
  .hover\/bg\:reddit\.4\@lg:hover {
    background-color: rgba(255, 69, 0, 0.6); }
  .hover\/c\:reddit\.4\@lg:hover {
    color: rgba(255, 69, 0, 0.6); }
  .bg\:reddit\.5\@lg {
    background-color: rgba(255, 69, 0, 0.5); }
  .c\:reddit\.5\@lg {
    color: rgba(255, 69, 0, 0.5); }
  .hover\/bg\:reddit\.5\@lg:hover {
    background-color: rgba(255, 69, 0, 0.5); }
  .hover\/c\:reddit\.5\@lg:hover {
    color: rgba(255, 69, 0, 0.5); }
  .bg\:reddit\.6\@lg {
    background-color: rgba(255, 69, 0, 0.4); }
  .c\:reddit\.6\@lg {
    color: rgba(255, 69, 0, 0.4); }
  .hover\/bg\:reddit\.6\@lg:hover {
    background-color: rgba(255, 69, 0, 0.4); }
  .hover\/c\:reddit\.6\@lg:hover {
    color: rgba(255, 69, 0, 0.4); }
  .bg\:reddit\.7\@lg {
    background-color: rgba(255, 69, 0, 0.3); }
  .c\:reddit\.7\@lg {
    color: rgba(255, 69, 0, 0.3); }
  .hover\/bg\:reddit\.7\@lg:hover {
    background-color: rgba(255, 69, 0, 0.3); }
  .hover\/c\:reddit\.7\@lg:hover {
    color: rgba(255, 69, 0, 0.3); }
  .bg\:reddit\.8\@lg {
    background-color: rgba(255, 69, 0, 0.2); }
  .c\:reddit\.8\@lg {
    color: rgba(255, 69, 0, 0.2); }
  .hover\/bg\:reddit\.8\@lg:hover {
    background-color: rgba(255, 69, 0, 0.2); }
  .hover\/c\:reddit\.8\@lg:hover {
    color: rgba(255, 69, 0, 0.2); }
  .bg\:reddit\.9\@lg {
    background-color: rgba(255, 69, 0, 0.1); }
  .c\:reddit\.9\@lg {
    color: rgba(255, 69, 0, 0.1); }
  .hover\/bg\:reddit\.9\@lg:hover {
    background-color: rgba(255, 69, 0, 0.1); }
  .hover\/c\:reddit\.9\@lg:hover {
    color: rgba(255, 69, 0, 0.1); } }

@media (min-width: 1100px) {
  .bg\:sms\@lg {
    background-color: #25d366; }
  .c\:sms\@lg {
    color: #25d366; }
  .hover\/bg\:sms\@lg:hover {
    background-color: #25d366; }
  .hover\/c\:sms\@lg:hover {
    color: #25d366; }
  .bg\:sms\.1\@lg {
    background-color: rgba(37, 211, 102, 0.9); }
  .c\:sms\.1\@lg {
    color: rgba(37, 211, 102, 0.9); }
  .hover\/bg\:sms\.1\@lg:hover {
    background-color: rgba(37, 211, 102, 0.9); }
  .hover\/c\:sms\.1\@lg:hover {
    color: rgba(37, 211, 102, 0.9); }
  .bg\:sms\.2\@lg {
    background-color: rgba(37, 211, 102, 0.8); }
  .c\:sms\.2\@lg {
    color: rgba(37, 211, 102, 0.8); }
  .hover\/bg\:sms\.2\@lg:hover {
    background-color: rgba(37, 211, 102, 0.8); }
  .hover\/c\:sms\.2\@lg:hover {
    color: rgba(37, 211, 102, 0.8); }
  .bg\:sms\.3\@lg {
    background-color: rgba(37, 211, 102, 0.7); }
  .c\:sms\.3\@lg {
    color: rgba(37, 211, 102, 0.7); }
  .hover\/bg\:sms\.3\@lg:hover {
    background-color: rgba(37, 211, 102, 0.7); }
  .hover\/c\:sms\.3\@lg:hover {
    color: rgba(37, 211, 102, 0.7); }
  .bg\:sms\.4\@lg {
    background-color: rgba(37, 211, 102, 0.6); }
  .c\:sms\.4\@lg {
    color: rgba(37, 211, 102, 0.6); }
  .hover\/bg\:sms\.4\@lg:hover {
    background-color: rgba(37, 211, 102, 0.6); }
  .hover\/c\:sms\.4\@lg:hover {
    color: rgba(37, 211, 102, 0.6); }
  .bg\:sms\.5\@lg {
    background-color: rgba(37, 211, 102, 0.5); }
  .c\:sms\.5\@lg {
    color: rgba(37, 211, 102, 0.5); }
  .hover\/bg\:sms\.5\@lg:hover {
    background-color: rgba(37, 211, 102, 0.5); }
  .hover\/c\:sms\.5\@lg:hover {
    color: rgba(37, 211, 102, 0.5); }
  .bg\:sms\.6\@lg {
    background-color: rgba(37, 211, 102, 0.4); }
  .c\:sms\.6\@lg {
    color: rgba(37, 211, 102, 0.4); }
  .hover\/bg\:sms\.6\@lg:hover {
    background-color: rgba(37, 211, 102, 0.4); }
  .hover\/c\:sms\.6\@lg:hover {
    color: rgba(37, 211, 102, 0.4); }
  .bg\:sms\.7\@lg {
    background-color: rgba(37, 211, 102, 0.3); }
  .c\:sms\.7\@lg {
    color: rgba(37, 211, 102, 0.3); }
  .hover\/bg\:sms\.7\@lg:hover {
    background-color: rgba(37, 211, 102, 0.3); }
  .hover\/c\:sms\.7\@lg:hover {
    color: rgba(37, 211, 102, 0.3); }
  .bg\:sms\.8\@lg {
    background-color: rgba(37, 211, 102, 0.2); }
  .c\:sms\.8\@lg {
    color: rgba(37, 211, 102, 0.2); }
  .hover\/bg\:sms\.8\@lg:hover {
    background-color: rgba(37, 211, 102, 0.2); }
  .hover\/c\:sms\.8\@lg:hover {
    color: rgba(37, 211, 102, 0.2); }
  .bg\:sms\.9\@lg {
    background-color: rgba(37, 211, 102, 0.1); }
  .c\:sms\.9\@lg {
    color: rgba(37, 211, 102, 0.1); }
  .hover\/bg\:sms\.9\@lg:hover {
    background-color: rgba(37, 211, 102, 0.1); }
  .hover\/c\:sms\.9\@lg:hover {
    color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 1100px) {
  .bg\:whatsapp\@lg {
    background-color: #25d366; }
  .c\:whatsapp\@lg {
    color: #25d366; }
  .hover\/bg\:whatsapp\@lg:hover {
    background-color: #25d366; }
  .hover\/c\:whatsapp\@lg:hover {
    color: #25d366; }
  .bg\:whatsapp\.1\@lg {
    background-color: rgba(37, 211, 102, 0.9); }
  .c\:whatsapp\.1\@lg {
    color: rgba(37, 211, 102, 0.9); }
  .hover\/bg\:whatsapp\.1\@lg:hover {
    background-color: rgba(37, 211, 102, 0.9); }
  .hover\/c\:whatsapp\.1\@lg:hover {
    color: rgba(37, 211, 102, 0.9); }
  .bg\:whatsapp\.2\@lg {
    background-color: rgba(37, 211, 102, 0.8); }
  .c\:whatsapp\.2\@lg {
    color: rgba(37, 211, 102, 0.8); }
  .hover\/bg\:whatsapp\.2\@lg:hover {
    background-color: rgba(37, 211, 102, 0.8); }
  .hover\/c\:whatsapp\.2\@lg:hover {
    color: rgba(37, 211, 102, 0.8); }
  .bg\:whatsapp\.3\@lg {
    background-color: rgba(37, 211, 102, 0.7); }
  .c\:whatsapp\.3\@lg {
    color: rgba(37, 211, 102, 0.7); }
  .hover\/bg\:whatsapp\.3\@lg:hover {
    background-color: rgba(37, 211, 102, 0.7); }
  .hover\/c\:whatsapp\.3\@lg:hover {
    color: rgba(37, 211, 102, 0.7); }
  .bg\:whatsapp\.4\@lg {
    background-color: rgba(37, 211, 102, 0.6); }
  .c\:whatsapp\.4\@lg {
    color: rgba(37, 211, 102, 0.6); }
  .hover\/bg\:whatsapp\.4\@lg:hover {
    background-color: rgba(37, 211, 102, 0.6); }
  .hover\/c\:whatsapp\.4\@lg:hover {
    color: rgba(37, 211, 102, 0.6); }
  .bg\:whatsapp\.5\@lg {
    background-color: rgba(37, 211, 102, 0.5); }
  .c\:whatsapp\.5\@lg {
    color: rgba(37, 211, 102, 0.5); }
  .hover\/bg\:whatsapp\.5\@lg:hover {
    background-color: rgba(37, 211, 102, 0.5); }
  .hover\/c\:whatsapp\.5\@lg:hover {
    color: rgba(37, 211, 102, 0.5); }
  .bg\:whatsapp\.6\@lg {
    background-color: rgba(37, 211, 102, 0.4); }
  .c\:whatsapp\.6\@lg {
    color: rgba(37, 211, 102, 0.4); }
  .hover\/bg\:whatsapp\.6\@lg:hover {
    background-color: rgba(37, 211, 102, 0.4); }
  .hover\/c\:whatsapp\.6\@lg:hover {
    color: rgba(37, 211, 102, 0.4); }
  .bg\:whatsapp\.7\@lg {
    background-color: rgba(37, 211, 102, 0.3); }
  .c\:whatsapp\.7\@lg {
    color: rgba(37, 211, 102, 0.3); }
  .hover\/bg\:whatsapp\.7\@lg:hover {
    background-color: rgba(37, 211, 102, 0.3); }
  .hover\/c\:whatsapp\.7\@lg:hover {
    color: rgba(37, 211, 102, 0.3); }
  .bg\:whatsapp\.8\@lg {
    background-color: rgba(37, 211, 102, 0.2); }
  .c\:whatsapp\.8\@lg {
    color: rgba(37, 211, 102, 0.2); }
  .hover\/bg\:whatsapp\.8\@lg:hover {
    background-color: rgba(37, 211, 102, 0.2); }
  .hover\/c\:whatsapp\.8\@lg:hover {
    color: rgba(37, 211, 102, 0.2); }
  .bg\:whatsapp\.9\@lg {
    background-color: rgba(37, 211, 102, 0.1); }
  .c\:whatsapp\.9\@lg {
    color: rgba(37, 211, 102, 0.1); }
  .hover\/bg\:whatsapp\.9\@lg:hover {
    background-color: rgba(37, 211, 102, 0.1); }
  .hover\/c\:whatsapp\.9\@lg:hover {
    color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 1100px) {
  .bg\:none\@lg {
    background-color: transparent; }
  .c\:none\@lg {
    color: transparent; }
  .hover\/bg\:none\@lg:hover {
    background-color: transparent; }
  .hover\/c\:none\@lg:hover {
    color: transparent; }
  .bg\:none\.1\@lg {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.1\@lg {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.1\@lg:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.1\@lg:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.2\@lg {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.2\@lg {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.2\@lg:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.2\@lg:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.3\@lg {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.3\@lg {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.3\@lg:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.3\@lg:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.4\@lg {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.4\@lg {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.4\@lg:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.4\@lg:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.5\@lg {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.5\@lg {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.5\@lg:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.5\@lg:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.6\@lg {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.6\@lg {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.6\@lg:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.6\@lg:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.7\@lg {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.7\@lg {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.7\@lg:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.7\@lg:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.8\@lg {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.8\@lg {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.8\@lg:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.8\@lg:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.9\@lg {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.9\@lg {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.9\@lg:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.9\@lg:hover {
    color: rgba(0, 0, 0, 0); } }

.bg\:blue-to-yellow\@lg {
  background-image: linear-gradient(120deg, #c3f7fd 0%, #f4f4ea 60%); }

.bg\:yellow-to-blue\@break {
  background-image: linear-gradient(120deg, #f4f4ea, #c3f7fd); }

@media (min-width: 1300px) {
  .bg\:blue\@xl {
    background-color: #0698d0; }
  .c\:blue\@xl {
    color: #0698d0; }
  .hover\/bg\:blue\@xl:hover {
    background-color: #0698d0; }
  .hover\/c\:blue\@xl:hover {
    color: #0698d0; }
  .bg\:blue\.1\@xl {
    background-color: rgba(6, 152, 208, 0.9); }
  .c\:blue\.1\@xl {
    color: rgba(6, 152, 208, 0.9); }
  .hover\/bg\:blue\.1\@xl:hover {
    background-color: rgba(6, 152, 208, 0.9); }
  .hover\/c\:blue\.1\@xl:hover {
    color: rgba(6, 152, 208, 0.9); }
  .bg\:blue\.2\@xl {
    background-color: rgba(6, 152, 208, 0.8); }
  .c\:blue\.2\@xl {
    color: rgba(6, 152, 208, 0.8); }
  .hover\/bg\:blue\.2\@xl:hover {
    background-color: rgba(6, 152, 208, 0.8); }
  .hover\/c\:blue\.2\@xl:hover {
    color: rgba(6, 152, 208, 0.8); }
  .bg\:blue\.3\@xl {
    background-color: rgba(6, 152, 208, 0.7); }
  .c\:blue\.3\@xl {
    color: rgba(6, 152, 208, 0.7); }
  .hover\/bg\:blue\.3\@xl:hover {
    background-color: rgba(6, 152, 208, 0.7); }
  .hover\/c\:blue\.3\@xl:hover {
    color: rgba(6, 152, 208, 0.7); }
  .bg\:blue\.4\@xl {
    background-color: rgba(6, 152, 208, 0.6); }
  .c\:blue\.4\@xl {
    color: rgba(6, 152, 208, 0.6); }
  .hover\/bg\:blue\.4\@xl:hover {
    background-color: rgba(6, 152, 208, 0.6); }
  .hover\/c\:blue\.4\@xl:hover {
    color: rgba(6, 152, 208, 0.6); }
  .bg\:blue\.5\@xl {
    background-color: rgba(6, 152, 208, 0.5); }
  .c\:blue\.5\@xl {
    color: rgba(6, 152, 208, 0.5); }
  .hover\/bg\:blue\.5\@xl:hover {
    background-color: rgba(6, 152, 208, 0.5); }
  .hover\/c\:blue\.5\@xl:hover {
    color: rgba(6, 152, 208, 0.5); }
  .bg\:blue\.6\@xl {
    background-color: rgba(6, 152, 208, 0.4); }
  .c\:blue\.6\@xl {
    color: rgba(6, 152, 208, 0.4); }
  .hover\/bg\:blue\.6\@xl:hover {
    background-color: rgba(6, 152, 208, 0.4); }
  .hover\/c\:blue\.6\@xl:hover {
    color: rgba(6, 152, 208, 0.4); }
  .bg\:blue\.7\@xl {
    background-color: rgba(6, 152, 208, 0.3); }
  .c\:blue\.7\@xl {
    color: rgba(6, 152, 208, 0.3); }
  .hover\/bg\:blue\.7\@xl:hover {
    background-color: rgba(6, 152, 208, 0.3); }
  .hover\/c\:blue\.7\@xl:hover {
    color: rgba(6, 152, 208, 0.3); }
  .bg\:blue\.8\@xl {
    background-color: rgba(6, 152, 208, 0.2); }
  .c\:blue\.8\@xl {
    color: rgba(6, 152, 208, 0.2); }
  .hover\/bg\:blue\.8\@xl:hover {
    background-color: rgba(6, 152, 208, 0.2); }
  .hover\/c\:blue\.8\@xl:hover {
    color: rgba(6, 152, 208, 0.2); }
  .bg\:blue\.9\@xl {
    background-color: rgba(6, 152, 208, 0.1); }
  .c\:blue\.9\@xl {
    color: rgba(6, 152, 208, 0.1); }
  .hover\/bg\:blue\.9\@xl:hover {
    background-color: rgba(6, 152, 208, 0.1); }
  .hover\/c\:blue\.9\@xl:hover {
    color: rgba(6, 152, 208, 0.1); } }

@media (min-width: 1300px) {
  .bg\:black\@xl {
    background-color: #111111; }
  .c\:black\@xl {
    color: #111111; }
  .hover\/bg\:black\@xl:hover {
    background-color: #111111; }
  .hover\/c\:black\@xl:hover {
    color: #111111; }
  .bg\:black\.1\@xl {
    background-color: rgba(17, 17, 17, 0.9); }
  .c\:black\.1\@xl {
    color: rgba(17, 17, 17, 0.9); }
  .hover\/bg\:black\.1\@xl:hover {
    background-color: rgba(17, 17, 17, 0.9); }
  .hover\/c\:black\.1\@xl:hover {
    color: rgba(17, 17, 17, 0.9); }
  .bg\:black\.2\@xl {
    background-color: rgba(17, 17, 17, 0.8); }
  .c\:black\.2\@xl {
    color: rgba(17, 17, 17, 0.8); }
  .hover\/bg\:black\.2\@xl:hover {
    background-color: rgba(17, 17, 17, 0.8); }
  .hover\/c\:black\.2\@xl:hover {
    color: rgba(17, 17, 17, 0.8); }
  .bg\:black\.3\@xl {
    background-color: rgba(17, 17, 17, 0.7); }
  .c\:black\.3\@xl {
    color: rgba(17, 17, 17, 0.7); }
  .hover\/bg\:black\.3\@xl:hover {
    background-color: rgba(17, 17, 17, 0.7); }
  .hover\/c\:black\.3\@xl:hover {
    color: rgba(17, 17, 17, 0.7); }
  .bg\:black\.4\@xl {
    background-color: rgba(17, 17, 17, 0.6); }
  .c\:black\.4\@xl {
    color: rgba(17, 17, 17, 0.6); }
  .hover\/bg\:black\.4\@xl:hover {
    background-color: rgba(17, 17, 17, 0.6); }
  .hover\/c\:black\.4\@xl:hover {
    color: rgba(17, 17, 17, 0.6); }
  .bg\:black\.5\@xl {
    background-color: rgba(17, 17, 17, 0.5); }
  .c\:black\.5\@xl {
    color: rgba(17, 17, 17, 0.5); }
  .hover\/bg\:black\.5\@xl:hover {
    background-color: rgba(17, 17, 17, 0.5); }
  .hover\/c\:black\.5\@xl:hover {
    color: rgba(17, 17, 17, 0.5); }
  .bg\:black\.6\@xl {
    background-color: rgba(17, 17, 17, 0.4); }
  .c\:black\.6\@xl {
    color: rgba(17, 17, 17, 0.4); }
  .hover\/bg\:black\.6\@xl:hover {
    background-color: rgba(17, 17, 17, 0.4); }
  .hover\/c\:black\.6\@xl:hover {
    color: rgba(17, 17, 17, 0.4); }
  .bg\:black\.7\@xl {
    background-color: rgba(17, 17, 17, 0.3); }
  .c\:black\.7\@xl {
    color: rgba(17, 17, 17, 0.3); }
  .hover\/bg\:black\.7\@xl:hover {
    background-color: rgba(17, 17, 17, 0.3); }
  .hover\/c\:black\.7\@xl:hover {
    color: rgba(17, 17, 17, 0.3); }
  .bg\:black\.8\@xl {
    background-color: rgba(17, 17, 17, 0.2); }
  .c\:black\.8\@xl {
    color: rgba(17, 17, 17, 0.2); }
  .hover\/bg\:black\.8\@xl:hover {
    background-color: rgba(17, 17, 17, 0.2); }
  .hover\/c\:black\.8\@xl:hover {
    color: rgba(17, 17, 17, 0.2); }
  .bg\:black\.9\@xl {
    background-color: rgba(17, 17, 17, 0.1); }
  .c\:black\.9\@xl {
    color: rgba(17, 17, 17, 0.1); }
  .hover\/bg\:black\.9\@xl:hover {
    background-color: rgba(17, 17, 17, 0.1); }
  .hover\/c\:black\.9\@xl:hover {
    color: rgba(17, 17, 17, 0.1); } }

@media (min-width: 1300px) {
  .bg\:gray-dd\@xl {
    background-color: #333333; }
  .c\:gray-dd\@xl {
    color: #333333; }
  .hover\/bg\:gray-dd\@xl:hover {
    background-color: #333333; }
  .hover\/c\:gray-dd\@xl:hover {
    color: #333333; }
  .bg\:gray-dd\.1\@xl {
    background-color: rgba(51, 51, 51, 0.9); }
  .c\:gray-dd\.1\@xl {
    color: rgba(51, 51, 51, 0.9); }
  .hover\/bg\:gray-dd\.1\@xl:hover {
    background-color: rgba(51, 51, 51, 0.9); }
  .hover\/c\:gray-dd\.1\@xl:hover {
    color: rgba(51, 51, 51, 0.9); }
  .bg\:gray-dd\.2\@xl {
    background-color: rgba(51, 51, 51, 0.8); }
  .c\:gray-dd\.2\@xl {
    color: rgba(51, 51, 51, 0.8); }
  .hover\/bg\:gray-dd\.2\@xl:hover {
    background-color: rgba(51, 51, 51, 0.8); }
  .hover\/c\:gray-dd\.2\@xl:hover {
    color: rgba(51, 51, 51, 0.8); }
  .bg\:gray-dd\.3\@xl {
    background-color: rgba(51, 51, 51, 0.7); }
  .c\:gray-dd\.3\@xl {
    color: rgba(51, 51, 51, 0.7); }
  .hover\/bg\:gray-dd\.3\@xl:hover {
    background-color: rgba(51, 51, 51, 0.7); }
  .hover\/c\:gray-dd\.3\@xl:hover {
    color: rgba(51, 51, 51, 0.7); }
  .bg\:gray-dd\.4\@xl {
    background-color: rgba(51, 51, 51, 0.6); }
  .c\:gray-dd\.4\@xl {
    color: rgba(51, 51, 51, 0.6); }
  .hover\/bg\:gray-dd\.4\@xl:hover {
    background-color: rgba(51, 51, 51, 0.6); }
  .hover\/c\:gray-dd\.4\@xl:hover {
    color: rgba(51, 51, 51, 0.6); }
  .bg\:gray-dd\.5\@xl {
    background-color: rgba(51, 51, 51, 0.5); }
  .c\:gray-dd\.5\@xl {
    color: rgba(51, 51, 51, 0.5); }
  .hover\/bg\:gray-dd\.5\@xl:hover {
    background-color: rgba(51, 51, 51, 0.5); }
  .hover\/c\:gray-dd\.5\@xl:hover {
    color: rgba(51, 51, 51, 0.5); }
  .bg\:gray-dd\.6\@xl {
    background-color: rgba(51, 51, 51, 0.4); }
  .c\:gray-dd\.6\@xl {
    color: rgba(51, 51, 51, 0.4); }
  .hover\/bg\:gray-dd\.6\@xl:hover {
    background-color: rgba(51, 51, 51, 0.4); }
  .hover\/c\:gray-dd\.6\@xl:hover {
    color: rgba(51, 51, 51, 0.4); }
  .bg\:gray-dd\.7\@xl {
    background-color: rgba(51, 51, 51, 0.3); }
  .c\:gray-dd\.7\@xl {
    color: rgba(51, 51, 51, 0.3); }
  .hover\/bg\:gray-dd\.7\@xl:hover {
    background-color: rgba(51, 51, 51, 0.3); }
  .hover\/c\:gray-dd\.7\@xl:hover {
    color: rgba(51, 51, 51, 0.3); }
  .bg\:gray-dd\.8\@xl {
    background-color: rgba(51, 51, 51, 0.2); }
  .c\:gray-dd\.8\@xl {
    color: rgba(51, 51, 51, 0.2); }
  .hover\/bg\:gray-dd\.8\@xl:hover {
    background-color: rgba(51, 51, 51, 0.2); }
  .hover\/c\:gray-dd\.8\@xl:hover {
    color: rgba(51, 51, 51, 0.2); }
  .bg\:gray-dd\.9\@xl {
    background-color: rgba(51, 51, 51, 0.1); }
  .c\:gray-dd\.9\@xl {
    color: rgba(51, 51, 51, 0.1); }
  .hover\/bg\:gray-dd\.9\@xl:hover {
    background-color: rgba(51, 51, 51, 0.1); }
  .hover\/c\:gray-dd\.9\@xl:hover {
    color: rgba(51, 51, 51, 0.1); } }

@media (min-width: 1300px) {
  .bg\:gray-d\@xl {
    background-color: #666666; }
  .c\:gray-d\@xl {
    color: #666666; }
  .hover\/bg\:gray-d\@xl:hover {
    background-color: #666666; }
  .hover\/c\:gray-d\@xl:hover {
    color: #666666; }
  .bg\:gray-d\.1\@xl {
    background-color: rgba(102, 102, 102, 0.9); }
  .c\:gray-d\.1\@xl {
    color: rgba(102, 102, 102, 0.9); }
  .hover\/bg\:gray-d\.1\@xl:hover {
    background-color: rgba(102, 102, 102, 0.9); }
  .hover\/c\:gray-d\.1\@xl:hover {
    color: rgba(102, 102, 102, 0.9); }
  .bg\:gray-d\.2\@xl {
    background-color: rgba(102, 102, 102, 0.8); }
  .c\:gray-d\.2\@xl {
    color: rgba(102, 102, 102, 0.8); }
  .hover\/bg\:gray-d\.2\@xl:hover {
    background-color: rgba(102, 102, 102, 0.8); }
  .hover\/c\:gray-d\.2\@xl:hover {
    color: rgba(102, 102, 102, 0.8); }
  .bg\:gray-d\.3\@xl {
    background-color: rgba(102, 102, 102, 0.7); }
  .c\:gray-d\.3\@xl {
    color: rgba(102, 102, 102, 0.7); }
  .hover\/bg\:gray-d\.3\@xl:hover {
    background-color: rgba(102, 102, 102, 0.7); }
  .hover\/c\:gray-d\.3\@xl:hover {
    color: rgba(102, 102, 102, 0.7); }
  .bg\:gray-d\.4\@xl {
    background-color: rgba(102, 102, 102, 0.6); }
  .c\:gray-d\.4\@xl {
    color: rgba(102, 102, 102, 0.6); }
  .hover\/bg\:gray-d\.4\@xl:hover {
    background-color: rgba(102, 102, 102, 0.6); }
  .hover\/c\:gray-d\.4\@xl:hover {
    color: rgba(102, 102, 102, 0.6); }
  .bg\:gray-d\.5\@xl {
    background-color: rgba(102, 102, 102, 0.5); }
  .c\:gray-d\.5\@xl {
    color: rgba(102, 102, 102, 0.5); }
  .hover\/bg\:gray-d\.5\@xl:hover {
    background-color: rgba(102, 102, 102, 0.5); }
  .hover\/c\:gray-d\.5\@xl:hover {
    color: rgba(102, 102, 102, 0.5); }
  .bg\:gray-d\.6\@xl {
    background-color: rgba(102, 102, 102, 0.4); }
  .c\:gray-d\.6\@xl {
    color: rgba(102, 102, 102, 0.4); }
  .hover\/bg\:gray-d\.6\@xl:hover {
    background-color: rgba(102, 102, 102, 0.4); }
  .hover\/c\:gray-d\.6\@xl:hover {
    color: rgba(102, 102, 102, 0.4); }
  .bg\:gray-d\.7\@xl {
    background-color: rgba(102, 102, 102, 0.3); }
  .c\:gray-d\.7\@xl {
    color: rgba(102, 102, 102, 0.3); }
  .hover\/bg\:gray-d\.7\@xl:hover {
    background-color: rgba(102, 102, 102, 0.3); }
  .hover\/c\:gray-d\.7\@xl:hover {
    color: rgba(102, 102, 102, 0.3); }
  .bg\:gray-d\.8\@xl {
    background-color: rgba(102, 102, 102, 0.2); }
  .c\:gray-d\.8\@xl {
    color: rgba(102, 102, 102, 0.2); }
  .hover\/bg\:gray-d\.8\@xl:hover {
    background-color: rgba(102, 102, 102, 0.2); }
  .hover\/c\:gray-d\.8\@xl:hover {
    color: rgba(102, 102, 102, 0.2); }
  .bg\:gray-d\.9\@xl {
    background-color: rgba(102, 102, 102, 0.1); }
  .c\:gray-d\.9\@xl {
    color: rgba(102, 102, 102, 0.1); }
  .hover\/bg\:gray-d\.9\@xl:hover {
    background-color: rgba(102, 102, 102, 0.1); }
  .hover\/c\:gray-d\.9\@xl:hover {
    color: rgba(102, 102, 102, 0.1); } }

@media (min-width: 1300px) {
  .bg\:gray\@xl {
    background-color: #999999; }
  .c\:gray\@xl {
    color: #999999; }
  .hover\/bg\:gray\@xl:hover {
    background-color: #999999; }
  .hover\/c\:gray\@xl:hover {
    color: #999999; }
  .bg\:gray\.1\@xl {
    background-color: rgba(153, 153, 153, 0.9); }
  .c\:gray\.1\@xl {
    color: rgba(153, 153, 153, 0.9); }
  .hover\/bg\:gray\.1\@xl:hover {
    background-color: rgba(153, 153, 153, 0.9); }
  .hover\/c\:gray\.1\@xl:hover {
    color: rgba(153, 153, 153, 0.9); }
  .bg\:gray\.2\@xl {
    background-color: rgba(153, 153, 153, 0.8); }
  .c\:gray\.2\@xl {
    color: rgba(153, 153, 153, 0.8); }
  .hover\/bg\:gray\.2\@xl:hover {
    background-color: rgba(153, 153, 153, 0.8); }
  .hover\/c\:gray\.2\@xl:hover {
    color: rgba(153, 153, 153, 0.8); }
  .bg\:gray\.3\@xl {
    background-color: rgba(153, 153, 153, 0.7); }
  .c\:gray\.3\@xl {
    color: rgba(153, 153, 153, 0.7); }
  .hover\/bg\:gray\.3\@xl:hover {
    background-color: rgba(153, 153, 153, 0.7); }
  .hover\/c\:gray\.3\@xl:hover {
    color: rgba(153, 153, 153, 0.7); }
  .bg\:gray\.4\@xl {
    background-color: rgba(153, 153, 153, 0.6); }
  .c\:gray\.4\@xl {
    color: rgba(153, 153, 153, 0.6); }
  .hover\/bg\:gray\.4\@xl:hover {
    background-color: rgba(153, 153, 153, 0.6); }
  .hover\/c\:gray\.4\@xl:hover {
    color: rgba(153, 153, 153, 0.6); }
  .bg\:gray\.5\@xl {
    background-color: rgba(153, 153, 153, 0.5); }
  .c\:gray\.5\@xl {
    color: rgba(153, 153, 153, 0.5); }
  .hover\/bg\:gray\.5\@xl:hover {
    background-color: rgba(153, 153, 153, 0.5); }
  .hover\/c\:gray\.5\@xl:hover {
    color: rgba(153, 153, 153, 0.5); }
  .bg\:gray\.6\@xl {
    background-color: rgba(153, 153, 153, 0.4); }
  .c\:gray\.6\@xl {
    color: rgba(153, 153, 153, 0.4); }
  .hover\/bg\:gray\.6\@xl:hover {
    background-color: rgba(153, 153, 153, 0.4); }
  .hover\/c\:gray\.6\@xl:hover {
    color: rgba(153, 153, 153, 0.4); }
  .bg\:gray\.7\@xl {
    background-color: rgba(153, 153, 153, 0.3); }
  .c\:gray\.7\@xl {
    color: rgba(153, 153, 153, 0.3); }
  .hover\/bg\:gray\.7\@xl:hover {
    background-color: rgba(153, 153, 153, 0.3); }
  .hover\/c\:gray\.7\@xl:hover {
    color: rgba(153, 153, 153, 0.3); }
  .bg\:gray\.8\@xl {
    background-color: rgba(153, 153, 153, 0.2); }
  .c\:gray\.8\@xl {
    color: rgba(153, 153, 153, 0.2); }
  .hover\/bg\:gray\.8\@xl:hover {
    background-color: rgba(153, 153, 153, 0.2); }
  .hover\/c\:gray\.8\@xl:hover {
    color: rgba(153, 153, 153, 0.2); }
  .bg\:gray\.9\@xl {
    background-color: rgba(153, 153, 153, 0.1); }
  .c\:gray\.9\@xl {
    color: rgba(153, 153, 153, 0.1); }
  .hover\/bg\:gray\.9\@xl:hover {
    background-color: rgba(153, 153, 153, 0.1); }
  .hover\/c\:gray\.9\@xl:hover {
    color: rgba(153, 153, 153, 0.1); } }

@media (min-width: 1300px) {
  .bg\:gray-l\@xl {
    background-color: #cccccc; }
  .c\:gray-l\@xl {
    color: #cccccc; }
  .hover\/bg\:gray-l\@xl:hover {
    background-color: #cccccc; }
  .hover\/c\:gray-l\@xl:hover {
    color: #cccccc; }
  .bg\:gray-l\.1\@xl {
    background-color: rgba(204, 204, 204, 0.9); }
  .c\:gray-l\.1\@xl {
    color: rgba(204, 204, 204, 0.9); }
  .hover\/bg\:gray-l\.1\@xl:hover {
    background-color: rgba(204, 204, 204, 0.9); }
  .hover\/c\:gray-l\.1\@xl:hover {
    color: rgba(204, 204, 204, 0.9); }
  .bg\:gray-l\.2\@xl {
    background-color: rgba(204, 204, 204, 0.8); }
  .c\:gray-l\.2\@xl {
    color: rgba(204, 204, 204, 0.8); }
  .hover\/bg\:gray-l\.2\@xl:hover {
    background-color: rgba(204, 204, 204, 0.8); }
  .hover\/c\:gray-l\.2\@xl:hover {
    color: rgba(204, 204, 204, 0.8); }
  .bg\:gray-l\.3\@xl {
    background-color: rgba(204, 204, 204, 0.7); }
  .c\:gray-l\.3\@xl {
    color: rgba(204, 204, 204, 0.7); }
  .hover\/bg\:gray-l\.3\@xl:hover {
    background-color: rgba(204, 204, 204, 0.7); }
  .hover\/c\:gray-l\.3\@xl:hover {
    color: rgba(204, 204, 204, 0.7); }
  .bg\:gray-l\.4\@xl {
    background-color: rgba(204, 204, 204, 0.6); }
  .c\:gray-l\.4\@xl {
    color: rgba(204, 204, 204, 0.6); }
  .hover\/bg\:gray-l\.4\@xl:hover {
    background-color: rgba(204, 204, 204, 0.6); }
  .hover\/c\:gray-l\.4\@xl:hover {
    color: rgba(204, 204, 204, 0.6); }
  .bg\:gray-l\.5\@xl {
    background-color: rgba(204, 204, 204, 0.5); }
  .c\:gray-l\.5\@xl {
    color: rgba(204, 204, 204, 0.5); }
  .hover\/bg\:gray-l\.5\@xl:hover {
    background-color: rgba(204, 204, 204, 0.5); }
  .hover\/c\:gray-l\.5\@xl:hover {
    color: rgba(204, 204, 204, 0.5); }
  .bg\:gray-l\.6\@xl {
    background-color: rgba(204, 204, 204, 0.4); }
  .c\:gray-l\.6\@xl {
    color: rgba(204, 204, 204, 0.4); }
  .hover\/bg\:gray-l\.6\@xl:hover {
    background-color: rgba(204, 204, 204, 0.4); }
  .hover\/c\:gray-l\.6\@xl:hover {
    color: rgba(204, 204, 204, 0.4); }
  .bg\:gray-l\.7\@xl {
    background-color: rgba(204, 204, 204, 0.3); }
  .c\:gray-l\.7\@xl {
    color: rgba(204, 204, 204, 0.3); }
  .hover\/bg\:gray-l\.7\@xl:hover {
    background-color: rgba(204, 204, 204, 0.3); }
  .hover\/c\:gray-l\.7\@xl:hover {
    color: rgba(204, 204, 204, 0.3); }
  .bg\:gray-l\.8\@xl {
    background-color: rgba(204, 204, 204, 0.2); }
  .c\:gray-l\.8\@xl {
    color: rgba(204, 204, 204, 0.2); }
  .hover\/bg\:gray-l\.8\@xl:hover {
    background-color: rgba(204, 204, 204, 0.2); }
  .hover\/c\:gray-l\.8\@xl:hover {
    color: rgba(204, 204, 204, 0.2); }
  .bg\:gray-l\.9\@xl {
    background-color: rgba(204, 204, 204, 0.1); }
  .c\:gray-l\.9\@xl {
    color: rgba(204, 204, 204, 0.1); }
  .hover\/bg\:gray-l\.9\@xl:hover {
    background-color: rgba(204, 204, 204, 0.1); }
  .hover\/c\:gray-l\.9\@xl:hover {
    color: rgba(204, 204, 204, 0.1); } }

@media (min-width: 1300px) {
  .bg\:gray-ll\@xl {
    background-color: #f6f6f6; }
  .c\:gray-ll\@xl {
    color: #f6f6f6; }
  .hover\/bg\:gray-ll\@xl:hover {
    background-color: #f6f6f6; }
  .hover\/c\:gray-ll\@xl:hover {
    color: #f6f6f6; }
  .bg\:gray-ll\.1\@xl {
    background-color: rgba(246, 246, 246, 0.9); }
  .c\:gray-ll\.1\@xl {
    color: rgba(246, 246, 246, 0.9); }
  .hover\/bg\:gray-ll\.1\@xl:hover {
    background-color: rgba(246, 246, 246, 0.9); }
  .hover\/c\:gray-ll\.1\@xl:hover {
    color: rgba(246, 246, 246, 0.9); }
  .bg\:gray-ll\.2\@xl {
    background-color: rgba(246, 246, 246, 0.8); }
  .c\:gray-ll\.2\@xl {
    color: rgba(246, 246, 246, 0.8); }
  .hover\/bg\:gray-ll\.2\@xl:hover {
    background-color: rgba(246, 246, 246, 0.8); }
  .hover\/c\:gray-ll\.2\@xl:hover {
    color: rgba(246, 246, 246, 0.8); }
  .bg\:gray-ll\.3\@xl {
    background-color: rgba(246, 246, 246, 0.7); }
  .c\:gray-ll\.3\@xl {
    color: rgba(246, 246, 246, 0.7); }
  .hover\/bg\:gray-ll\.3\@xl:hover {
    background-color: rgba(246, 246, 246, 0.7); }
  .hover\/c\:gray-ll\.3\@xl:hover {
    color: rgba(246, 246, 246, 0.7); }
  .bg\:gray-ll\.4\@xl {
    background-color: rgba(246, 246, 246, 0.6); }
  .c\:gray-ll\.4\@xl {
    color: rgba(246, 246, 246, 0.6); }
  .hover\/bg\:gray-ll\.4\@xl:hover {
    background-color: rgba(246, 246, 246, 0.6); }
  .hover\/c\:gray-ll\.4\@xl:hover {
    color: rgba(246, 246, 246, 0.6); }
  .bg\:gray-ll\.5\@xl {
    background-color: rgba(246, 246, 246, 0.5); }
  .c\:gray-ll\.5\@xl {
    color: rgba(246, 246, 246, 0.5); }
  .hover\/bg\:gray-ll\.5\@xl:hover {
    background-color: rgba(246, 246, 246, 0.5); }
  .hover\/c\:gray-ll\.5\@xl:hover {
    color: rgba(246, 246, 246, 0.5); }
  .bg\:gray-ll\.6\@xl {
    background-color: rgba(246, 246, 246, 0.4); }
  .c\:gray-ll\.6\@xl {
    color: rgba(246, 246, 246, 0.4); }
  .hover\/bg\:gray-ll\.6\@xl:hover {
    background-color: rgba(246, 246, 246, 0.4); }
  .hover\/c\:gray-ll\.6\@xl:hover {
    color: rgba(246, 246, 246, 0.4); }
  .bg\:gray-ll\.7\@xl {
    background-color: rgba(246, 246, 246, 0.3); }
  .c\:gray-ll\.7\@xl {
    color: rgba(246, 246, 246, 0.3); }
  .hover\/bg\:gray-ll\.7\@xl:hover {
    background-color: rgba(246, 246, 246, 0.3); }
  .hover\/c\:gray-ll\.7\@xl:hover {
    color: rgba(246, 246, 246, 0.3); }
  .bg\:gray-ll\.8\@xl {
    background-color: rgba(246, 246, 246, 0.2); }
  .c\:gray-ll\.8\@xl {
    color: rgba(246, 246, 246, 0.2); }
  .hover\/bg\:gray-ll\.8\@xl:hover {
    background-color: rgba(246, 246, 246, 0.2); }
  .hover\/c\:gray-ll\.8\@xl:hover {
    color: rgba(246, 246, 246, 0.2); }
  .bg\:gray-ll\.9\@xl {
    background-color: rgba(246, 246, 246, 0.1); }
  .c\:gray-ll\.9\@xl {
    color: rgba(246, 246, 246, 0.1); }
  .hover\/bg\:gray-ll\.9\@xl:hover {
    background-color: rgba(246, 246, 246, 0.1); }
  .hover\/c\:gray-ll\.9\@xl:hover {
    color: rgba(246, 246, 246, 0.1); } }

@media (min-width: 1300px) {
  .bg\:white-d\@xl {
    background-color: #e3e3e3; }
  .c\:white-d\@xl {
    color: #e3e3e3; }
  .hover\/bg\:white-d\@xl:hover {
    background-color: #e3e3e3; }
  .hover\/c\:white-d\@xl:hover {
    color: #e3e3e3; }
  .bg\:white-d\.1\@xl {
    background-color: rgba(227, 227, 227, 0.9); }
  .c\:white-d\.1\@xl {
    color: rgba(227, 227, 227, 0.9); }
  .hover\/bg\:white-d\.1\@xl:hover {
    background-color: rgba(227, 227, 227, 0.9); }
  .hover\/c\:white-d\.1\@xl:hover {
    color: rgba(227, 227, 227, 0.9); }
  .bg\:white-d\.2\@xl {
    background-color: rgba(227, 227, 227, 0.8); }
  .c\:white-d\.2\@xl {
    color: rgba(227, 227, 227, 0.8); }
  .hover\/bg\:white-d\.2\@xl:hover {
    background-color: rgba(227, 227, 227, 0.8); }
  .hover\/c\:white-d\.2\@xl:hover {
    color: rgba(227, 227, 227, 0.8); }
  .bg\:white-d\.3\@xl {
    background-color: rgba(227, 227, 227, 0.7); }
  .c\:white-d\.3\@xl {
    color: rgba(227, 227, 227, 0.7); }
  .hover\/bg\:white-d\.3\@xl:hover {
    background-color: rgba(227, 227, 227, 0.7); }
  .hover\/c\:white-d\.3\@xl:hover {
    color: rgba(227, 227, 227, 0.7); }
  .bg\:white-d\.4\@xl {
    background-color: rgba(227, 227, 227, 0.6); }
  .c\:white-d\.4\@xl {
    color: rgba(227, 227, 227, 0.6); }
  .hover\/bg\:white-d\.4\@xl:hover {
    background-color: rgba(227, 227, 227, 0.6); }
  .hover\/c\:white-d\.4\@xl:hover {
    color: rgba(227, 227, 227, 0.6); }
  .bg\:white-d\.5\@xl {
    background-color: rgba(227, 227, 227, 0.5); }
  .c\:white-d\.5\@xl {
    color: rgba(227, 227, 227, 0.5); }
  .hover\/bg\:white-d\.5\@xl:hover {
    background-color: rgba(227, 227, 227, 0.5); }
  .hover\/c\:white-d\.5\@xl:hover {
    color: rgba(227, 227, 227, 0.5); }
  .bg\:white-d\.6\@xl {
    background-color: rgba(227, 227, 227, 0.4); }
  .c\:white-d\.6\@xl {
    color: rgba(227, 227, 227, 0.4); }
  .hover\/bg\:white-d\.6\@xl:hover {
    background-color: rgba(227, 227, 227, 0.4); }
  .hover\/c\:white-d\.6\@xl:hover {
    color: rgba(227, 227, 227, 0.4); }
  .bg\:white-d\.7\@xl {
    background-color: rgba(227, 227, 227, 0.3); }
  .c\:white-d\.7\@xl {
    color: rgba(227, 227, 227, 0.3); }
  .hover\/bg\:white-d\.7\@xl:hover {
    background-color: rgba(227, 227, 227, 0.3); }
  .hover\/c\:white-d\.7\@xl:hover {
    color: rgba(227, 227, 227, 0.3); }
  .bg\:white-d\.8\@xl {
    background-color: rgba(227, 227, 227, 0.2); }
  .c\:white-d\.8\@xl {
    color: rgba(227, 227, 227, 0.2); }
  .hover\/bg\:white-d\.8\@xl:hover {
    background-color: rgba(227, 227, 227, 0.2); }
  .hover\/c\:white-d\.8\@xl:hover {
    color: rgba(227, 227, 227, 0.2); }
  .bg\:white-d\.9\@xl {
    background-color: rgba(227, 227, 227, 0.1); }
  .c\:white-d\.9\@xl {
    color: rgba(227, 227, 227, 0.1); }
  .hover\/bg\:white-d\.9\@xl:hover {
    background-color: rgba(227, 227, 227, 0.1); }
  .hover\/c\:white-d\.9\@xl:hover {
    color: rgba(227, 227, 227, 0.1); } }

@media (min-width: 1300px) {
  .bg\:white\@xl {
    background-color: #ffffff; }
  .c\:white\@xl {
    color: #ffffff; }
  .hover\/bg\:white\@xl:hover {
    background-color: #ffffff; }
  .hover\/c\:white\@xl:hover {
    color: #ffffff; }
  .bg\:white\.1\@xl {
    background-color: rgba(255, 255, 255, 0.9); }
  .c\:white\.1\@xl {
    color: rgba(255, 255, 255, 0.9); }
  .hover\/bg\:white\.1\@xl:hover {
    background-color: rgba(255, 255, 255, 0.9); }
  .hover\/c\:white\.1\@xl:hover {
    color: rgba(255, 255, 255, 0.9); }
  .bg\:white\.2\@xl {
    background-color: rgba(255, 255, 255, 0.8); }
  .c\:white\.2\@xl {
    color: rgba(255, 255, 255, 0.8); }
  .hover\/bg\:white\.2\@xl:hover {
    background-color: rgba(255, 255, 255, 0.8); }
  .hover\/c\:white\.2\@xl:hover {
    color: rgba(255, 255, 255, 0.8); }
  .bg\:white\.3\@xl {
    background-color: rgba(255, 255, 255, 0.7); }
  .c\:white\.3\@xl {
    color: rgba(255, 255, 255, 0.7); }
  .hover\/bg\:white\.3\@xl:hover {
    background-color: rgba(255, 255, 255, 0.7); }
  .hover\/c\:white\.3\@xl:hover {
    color: rgba(255, 255, 255, 0.7); }
  .bg\:white\.4\@xl {
    background-color: rgba(255, 255, 255, 0.6); }
  .c\:white\.4\@xl {
    color: rgba(255, 255, 255, 0.6); }
  .hover\/bg\:white\.4\@xl:hover {
    background-color: rgba(255, 255, 255, 0.6); }
  .hover\/c\:white\.4\@xl:hover {
    color: rgba(255, 255, 255, 0.6); }
  .bg\:white\.5\@xl {
    background-color: rgba(255, 255, 255, 0.5); }
  .c\:white\.5\@xl {
    color: rgba(255, 255, 255, 0.5); }
  .hover\/bg\:white\.5\@xl:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .hover\/c\:white\.5\@xl:hover {
    color: rgba(255, 255, 255, 0.5); }
  .bg\:white\.6\@xl {
    background-color: rgba(255, 255, 255, 0.4); }
  .c\:white\.6\@xl {
    color: rgba(255, 255, 255, 0.4); }
  .hover\/bg\:white\.6\@xl:hover {
    background-color: rgba(255, 255, 255, 0.4); }
  .hover\/c\:white\.6\@xl:hover {
    color: rgba(255, 255, 255, 0.4); }
  .bg\:white\.7\@xl {
    background-color: rgba(255, 255, 255, 0.3); }
  .c\:white\.7\@xl {
    color: rgba(255, 255, 255, 0.3); }
  .hover\/bg\:white\.7\@xl:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  .hover\/c\:white\.7\@xl:hover {
    color: rgba(255, 255, 255, 0.3); }
  .bg\:white\.8\@xl {
    background-color: rgba(255, 255, 255, 0.2); }
  .c\:white\.8\@xl {
    color: rgba(255, 255, 255, 0.2); }
  .hover\/bg\:white\.8\@xl:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  .hover\/c\:white\.8\@xl:hover {
    color: rgba(255, 255, 255, 0.2); }
  .bg\:white\.9\@xl {
    background-color: rgba(255, 255, 255, 0.1); }
  .c\:white\.9\@xl {
    color: rgba(255, 255, 255, 0.1); }
  .hover\/bg\:white\.9\@xl:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .hover\/c\:white\.9\@xl:hover {
    color: rgba(255, 255, 255, 0.1); } }

@media (min-width: 1300px) {
  .bg\:orange\@xl {
    background-color: #ff904b; }
  .c\:orange\@xl {
    color: #ff904b; }
  .hover\/bg\:orange\@xl:hover {
    background-color: #ff904b; }
  .hover\/c\:orange\@xl:hover {
    color: #ff904b; }
  .bg\:orange\.1\@xl {
    background-color: rgba(255, 144, 75, 0.9); }
  .c\:orange\.1\@xl {
    color: rgba(255, 144, 75, 0.9); }
  .hover\/bg\:orange\.1\@xl:hover {
    background-color: rgba(255, 144, 75, 0.9); }
  .hover\/c\:orange\.1\@xl:hover {
    color: rgba(255, 144, 75, 0.9); }
  .bg\:orange\.2\@xl {
    background-color: rgba(255, 144, 75, 0.8); }
  .c\:orange\.2\@xl {
    color: rgba(255, 144, 75, 0.8); }
  .hover\/bg\:orange\.2\@xl:hover {
    background-color: rgba(255, 144, 75, 0.8); }
  .hover\/c\:orange\.2\@xl:hover {
    color: rgba(255, 144, 75, 0.8); }
  .bg\:orange\.3\@xl {
    background-color: rgba(255, 144, 75, 0.7); }
  .c\:orange\.3\@xl {
    color: rgba(255, 144, 75, 0.7); }
  .hover\/bg\:orange\.3\@xl:hover {
    background-color: rgba(255, 144, 75, 0.7); }
  .hover\/c\:orange\.3\@xl:hover {
    color: rgba(255, 144, 75, 0.7); }
  .bg\:orange\.4\@xl {
    background-color: rgba(255, 144, 75, 0.6); }
  .c\:orange\.4\@xl {
    color: rgba(255, 144, 75, 0.6); }
  .hover\/bg\:orange\.4\@xl:hover {
    background-color: rgba(255, 144, 75, 0.6); }
  .hover\/c\:orange\.4\@xl:hover {
    color: rgba(255, 144, 75, 0.6); }
  .bg\:orange\.5\@xl {
    background-color: rgba(255, 144, 75, 0.5); }
  .c\:orange\.5\@xl {
    color: rgba(255, 144, 75, 0.5); }
  .hover\/bg\:orange\.5\@xl:hover {
    background-color: rgba(255, 144, 75, 0.5); }
  .hover\/c\:orange\.5\@xl:hover {
    color: rgba(255, 144, 75, 0.5); }
  .bg\:orange\.6\@xl {
    background-color: rgba(255, 144, 75, 0.4); }
  .c\:orange\.6\@xl {
    color: rgba(255, 144, 75, 0.4); }
  .hover\/bg\:orange\.6\@xl:hover {
    background-color: rgba(255, 144, 75, 0.4); }
  .hover\/c\:orange\.6\@xl:hover {
    color: rgba(255, 144, 75, 0.4); }
  .bg\:orange\.7\@xl {
    background-color: rgba(255, 144, 75, 0.3); }
  .c\:orange\.7\@xl {
    color: rgba(255, 144, 75, 0.3); }
  .hover\/bg\:orange\.7\@xl:hover {
    background-color: rgba(255, 144, 75, 0.3); }
  .hover\/c\:orange\.7\@xl:hover {
    color: rgba(255, 144, 75, 0.3); }
  .bg\:orange\.8\@xl {
    background-color: rgba(255, 144, 75, 0.2); }
  .c\:orange\.8\@xl {
    color: rgba(255, 144, 75, 0.2); }
  .hover\/bg\:orange\.8\@xl:hover {
    background-color: rgba(255, 144, 75, 0.2); }
  .hover\/c\:orange\.8\@xl:hover {
    color: rgba(255, 144, 75, 0.2); }
  .bg\:orange\.9\@xl {
    background-color: rgba(255, 144, 75, 0.1); }
  .c\:orange\.9\@xl {
    color: rgba(255, 144, 75, 0.1); }
  .hover\/bg\:orange\.9\@xl:hover {
    background-color: rgba(255, 144, 75, 0.1); }
  .hover\/c\:orange\.9\@xl:hover {
    color: rgba(255, 144, 75, 0.1); } }

@media (min-width: 1300px) {
  .bg\:coral\@xl {
    background-color: #ff5041; }
  .c\:coral\@xl {
    color: #ff5041; }
  .hover\/bg\:coral\@xl:hover {
    background-color: #ff5041; }
  .hover\/c\:coral\@xl:hover {
    color: #ff5041; }
  .bg\:coral\.1\@xl {
    background-color: rgba(255, 80, 65, 0.9); }
  .c\:coral\.1\@xl {
    color: rgba(255, 80, 65, 0.9); }
  .hover\/bg\:coral\.1\@xl:hover {
    background-color: rgba(255, 80, 65, 0.9); }
  .hover\/c\:coral\.1\@xl:hover {
    color: rgba(255, 80, 65, 0.9); }
  .bg\:coral\.2\@xl {
    background-color: rgba(255, 80, 65, 0.8); }
  .c\:coral\.2\@xl {
    color: rgba(255, 80, 65, 0.8); }
  .hover\/bg\:coral\.2\@xl:hover {
    background-color: rgba(255, 80, 65, 0.8); }
  .hover\/c\:coral\.2\@xl:hover {
    color: rgba(255, 80, 65, 0.8); }
  .bg\:coral\.3\@xl {
    background-color: rgba(255, 80, 65, 0.7); }
  .c\:coral\.3\@xl {
    color: rgba(255, 80, 65, 0.7); }
  .hover\/bg\:coral\.3\@xl:hover {
    background-color: rgba(255, 80, 65, 0.7); }
  .hover\/c\:coral\.3\@xl:hover {
    color: rgba(255, 80, 65, 0.7); }
  .bg\:coral\.4\@xl {
    background-color: rgba(255, 80, 65, 0.6); }
  .c\:coral\.4\@xl {
    color: rgba(255, 80, 65, 0.6); }
  .hover\/bg\:coral\.4\@xl:hover {
    background-color: rgba(255, 80, 65, 0.6); }
  .hover\/c\:coral\.4\@xl:hover {
    color: rgba(255, 80, 65, 0.6); }
  .bg\:coral\.5\@xl {
    background-color: rgba(255, 80, 65, 0.5); }
  .c\:coral\.5\@xl {
    color: rgba(255, 80, 65, 0.5); }
  .hover\/bg\:coral\.5\@xl:hover {
    background-color: rgba(255, 80, 65, 0.5); }
  .hover\/c\:coral\.5\@xl:hover {
    color: rgba(255, 80, 65, 0.5); }
  .bg\:coral\.6\@xl {
    background-color: rgba(255, 80, 65, 0.4); }
  .c\:coral\.6\@xl {
    color: rgba(255, 80, 65, 0.4); }
  .hover\/bg\:coral\.6\@xl:hover {
    background-color: rgba(255, 80, 65, 0.4); }
  .hover\/c\:coral\.6\@xl:hover {
    color: rgba(255, 80, 65, 0.4); }
  .bg\:coral\.7\@xl {
    background-color: rgba(255, 80, 65, 0.3); }
  .c\:coral\.7\@xl {
    color: rgba(255, 80, 65, 0.3); }
  .hover\/bg\:coral\.7\@xl:hover {
    background-color: rgba(255, 80, 65, 0.3); }
  .hover\/c\:coral\.7\@xl:hover {
    color: rgba(255, 80, 65, 0.3); }
  .bg\:coral\.8\@xl {
    background-color: rgba(255, 80, 65, 0.2); }
  .c\:coral\.8\@xl {
    color: rgba(255, 80, 65, 0.2); }
  .hover\/bg\:coral\.8\@xl:hover {
    background-color: rgba(255, 80, 65, 0.2); }
  .hover\/c\:coral\.8\@xl:hover {
    color: rgba(255, 80, 65, 0.2); }
  .bg\:coral\.9\@xl {
    background-color: rgba(255, 80, 65, 0.1); }
  .c\:coral\.9\@xl {
    color: rgba(255, 80, 65, 0.1); }
  .hover\/bg\:coral\.9\@xl:hover {
    background-color: rgba(255, 80, 65, 0.1); }
  .hover\/c\:coral\.9\@xl:hover {
    color: rgba(255, 80, 65, 0.1); } }

@media (min-width: 1300px) {
  .bg\:red\@xl {
    background-color: #e62b1e; }
  .c\:red\@xl {
    color: #e62b1e; }
  .hover\/bg\:red\@xl:hover {
    background-color: #e62b1e; }
  .hover\/c\:red\@xl:hover {
    color: #e62b1e; }
  .bg\:red\.1\@xl {
    background-color: rgba(230, 43, 30, 0.9); }
  .c\:red\.1\@xl {
    color: rgba(230, 43, 30, 0.9); }
  .hover\/bg\:red\.1\@xl:hover {
    background-color: rgba(230, 43, 30, 0.9); }
  .hover\/c\:red\.1\@xl:hover {
    color: rgba(230, 43, 30, 0.9); }
  .bg\:red\.2\@xl {
    background-color: rgba(230, 43, 30, 0.8); }
  .c\:red\.2\@xl {
    color: rgba(230, 43, 30, 0.8); }
  .hover\/bg\:red\.2\@xl:hover {
    background-color: rgba(230, 43, 30, 0.8); }
  .hover\/c\:red\.2\@xl:hover {
    color: rgba(230, 43, 30, 0.8); }
  .bg\:red\.3\@xl {
    background-color: rgba(230, 43, 30, 0.7); }
  .c\:red\.3\@xl {
    color: rgba(230, 43, 30, 0.7); }
  .hover\/bg\:red\.3\@xl:hover {
    background-color: rgba(230, 43, 30, 0.7); }
  .hover\/c\:red\.3\@xl:hover {
    color: rgba(230, 43, 30, 0.7); }
  .bg\:red\.4\@xl {
    background-color: rgba(230, 43, 30, 0.6); }
  .c\:red\.4\@xl {
    color: rgba(230, 43, 30, 0.6); }
  .hover\/bg\:red\.4\@xl:hover {
    background-color: rgba(230, 43, 30, 0.6); }
  .hover\/c\:red\.4\@xl:hover {
    color: rgba(230, 43, 30, 0.6); }
  .bg\:red\.5\@xl {
    background-color: rgba(230, 43, 30, 0.5); }
  .c\:red\.5\@xl {
    color: rgba(230, 43, 30, 0.5); }
  .hover\/bg\:red\.5\@xl:hover {
    background-color: rgba(230, 43, 30, 0.5); }
  .hover\/c\:red\.5\@xl:hover {
    color: rgba(230, 43, 30, 0.5); }
  .bg\:red\.6\@xl {
    background-color: rgba(230, 43, 30, 0.4); }
  .c\:red\.6\@xl {
    color: rgba(230, 43, 30, 0.4); }
  .hover\/bg\:red\.6\@xl:hover {
    background-color: rgba(230, 43, 30, 0.4); }
  .hover\/c\:red\.6\@xl:hover {
    color: rgba(230, 43, 30, 0.4); }
  .bg\:red\.7\@xl {
    background-color: rgba(230, 43, 30, 0.3); }
  .c\:red\.7\@xl {
    color: rgba(230, 43, 30, 0.3); }
  .hover\/bg\:red\.7\@xl:hover {
    background-color: rgba(230, 43, 30, 0.3); }
  .hover\/c\:red\.7\@xl:hover {
    color: rgba(230, 43, 30, 0.3); }
  .bg\:red\.8\@xl {
    background-color: rgba(230, 43, 30, 0.2); }
  .c\:red\.8\@xl {
    color: rgba(230, 43, 30, 0.2); }
  .hover\/bg\:red\.8\@xl:hover {
    background-color: rgba(230, 43, 30, 0.2); }
  .hover\/c\:red\.8\@xl:hover {
    color: rgba(230, 43, 30, 0.2); }
  .bg\:red\.9\@xl {
    background-color: rgba(230, 43, 30, 0.1); }
  .c\:red\.9\@xl {
    color: rgba(230, 43, 30, 0.1); }
  .hover\/bg\:red\.9\@xl:hover {
    background-color: rgba(230, 43, 30, 0.1); }
  .hover\/c\:red\.9\@xl:hover {
    color: rgba(230, 43, 30, 0.1); } }

@media (min-width: 1300px) {
  .bg\:twitter\@xl {
    background-color: #55acee; }
  .c\:twitter\@xl {
    color: #55acee; }
  .hover\/bg\:twitter\@xl:hover {
    background-color: #55acee; }
  .hover\/c\:twitter\@xl:hover {
    color: #55acee; }
  .bg\:twitter\.1\@xl {
    background-color: rgba(85, 172, 238, 0.9); }
  .c\:twitter\.1\@xl {
    color: rgba(85, 172, 238, 0.9); }
  .hover\/bg\:twitter\.1\@xl:hover {
    background-color: rgba(85, 172, 238, 0.9); }
  .hover\/c\:twitter\.1\@xl:hover {
    color: rgba(85, 172, 238, 0.9); }
  .bg\:twitter\.2\@xl {
    background-color: rgba(85, 172, 238, 0.8); }
  .c\:twitter\.2\@xl {
    color: rgba(85, 172, 238, 0.8); }
  .hover\/bg\:twitter\.2\@xl:hover {
    background-color: rgba(85, 172, 238, 0.8); }
  .hover\/c\:twitter\.2\@xl:hover {
    color: rgba(85, 172, 238, 0.8); }
  .bg\:twitter\.3\@xl {
    background-color: rgba(85, 172, 238, 0.7); }
  .c\:twitter\.3\@xl {
    color: rgba(85, 172, 238, 0.7); }
  .hover\/bg\:twitter\.3\@xl:hover {
    background-color: rgba(85, 172, 238, 0.7); }
  .hover\/c\:twitter\.3\@xl:hover {
    color: rgba(85, 172, 238, 0.7); }
  .bg\:twitter\.4\@xl {
    background-color: rgba(85, 172, 238, 0.6); }
  .c\:twitter\.4\@xl {
    color: rgba(85, 172, 238, 0.6); }
  .hover\/bg\:twitter\.4\@xl:hover {
    background-color: rgba(85, 172, 238, 0.6); }
  .hover\/c\:twitter\.4\@xl:hover {
    color: rgba(85, 172, 238, 0.6); }
  .bg\:twitter\.5\@xl {
    background-color: rgba(85, 172, 238, 0.5); }
  .c\:twitter\.5\@xl {
    color: rgba(85, 172, 238, 0.5); }
  .hover\/bg\:twitter\.5\@xl:hover {
    background-color: rgba(85, 172, 238, 0.5); }
  .hover\/c\:twitter\.5\@xl:hover {
    color: rgba(85, 172, 238, 0.5); }
  .bg\:twitter\.6\@xl {
    background-color: rgba(85, 172, 238, 0.4); }
  .c\:twitter\.6\@xl {
    color: rgba(85, 172, 238, 0.4); }
  .hover\/bg\:twitter\.6\@xl:hover {
    background-color: rgba(85, 172, 238, 0.4); }
  .hover\/c\:twitter\.6\@xl:hover {
    color: rgba(85, 172, 238, 0.4); }
  .bg\:twitter\.7\@xl {
    background-color: rgba(85, 172, 238, 0.3); }
  .c\:twitter\.7\@xl {
    color: rgba(85, 172, 238, 0.3); }
  .hover\/bg\:twitter\.7\@xl:hover {
    background-color: rgba(85, 172, 238, 0.3); }
  .hover\/c\:twitter\.7\@xl:hover {
    color: rgba(85, 172, 238, 0.3); }
  .bg\:twitter\.8\@xl {
    background-color: rgba(85, 172, 238, 0.2); }
  .c\:twitter\.8\@xl {
    color: rgba(85, 172, 238, 0.2); }
  .hover\/bg\:twitter\.8\@xl:hover {
    background-color: rgba(85, 172, 238, 0.2); }
  .hover\/c\:twitter\.8\@xl:hover {
    color: rgba(85, 172, 238, 0.2); }
  .bg\:twitter\.9\@xl {
    background-color: rgba(85, 172, 238, 0.1); }
  .c\:twitter\.9\@xl {
    color: rgba(85, 172, 238, 0.1); }
  .hover\/bg\:twitter\.9\@xl:hover {
    background-color: rgba(85, 172, 238, 0.1); }
  .hover\/c\:twitter\.9\@xl:hover {
    color: rgba(85, 172, 238, 0.1); } }

@media (min-width: 1300px) {
  .bg\:facebook\@xl {
    background-color: #3b5998; }
  .c\:facebook\@xl {
    color: #3b5998; }
  .hover\/bg\:facebook\@xl:hover {
    background-color: #3b5998; }
  .hover\/c\:facebook\@xl:hover {
    color: #3b5998; }
  .bg\:facebook\.1\@xl {
    background-color: rgba(59, 89, 152, 0.9); }
  .c\:facebook\.1\@xl {
    color: rgba(59, 89, 152, 0.9); }
  .hover\/bg\:facebook\.1\@xl:hover {
    background-color: rgba(59, 89, 152, 0.9); }
  .hover\/c\:facebook\.1\@xl:hover {
    color: rgba(59, 89, 152, 0.9); }
  .bg\:facebook\.2\@xl {
    background-color: rgba(59, 89, 152, 0.8); }
  .c\:facebook\.2\@xl {
    color: rgba(59, 89, 152, 0.8); }
  .hover\/bg\:facebook\.2\@xl:hover {
    background-color: rgba(59, 89, 152, 0.8); }
  .hover\/c\:facebook\.2\@xl:hover {
    color: rgba(59, 89, 152, 0.8); }
  .bg\:facebook\.3\@xl {
    background-color: rgba(59, 89, 152, 0.7); }
  .c\:facebook\.3\@xl {
    color: rgba(59, 89, 152, 0.7); }
  .hover\/bg\:facebook\.3\@xl:hover {
    background-color: rgba(59, 89, 152, 0.7); }
  .hover\/c\:facebook\.3\@xl:hover {
    color: rgba(59, 89, 152, 0.7); }
  .bg\:facebook\.4\@xl {
    background-color: rgba(59, 89, 152, 0.6); }
  .c\:facebook\.4\@xl {
    color: rgba(59, 89, 152, 0.6); }
  .hover\/bg\:facebook\.4\@xl:hover {
    background-color: rgba(59, 89, 152, 0.6); }
  .hover\/c\:facebook\.4\@xl:hover {
    color: rgba(59, 89, 152, 0.6); }
  .bg\:facebook\.5\@xl {
    background-color: rgba(59, 89, 152, 0.5); }
  .c\:facebook\.5\@xl {
    color: rgba(59, 89, 152, 0.5); }
  .hover\/bg\:facebook\.5\@xl:hover {
    background-color: rgba(59, 89, 152, 0.5); }
  .hover\/c\:facebook\.5\@xl:hover {
    color: rgba(59, 89, 152, 0.5); }
  .bg\:facebook\.6\@xl {
    background-color: rgba(59, 89, 152, 0.4); }
  .c\:facebook\.6\@xl {
    color: rgba(59, 89, 152, 0.4); }
  .hover\/bg\:facebook\.6\@xl:hover {
    background-color: rgba(59, 89, 152, 0.4); }
  .hover\/c\:facebook\.6\@xl:hover {
    color: rgba(59, 89, 152, 0.4); }
  .bg\:facebook\.7\@xl {
    background-color: rgba(59, 89, 152, 0.3); }
  .c\:facebook\.7\@xl {
    color: rgba(59, 89, 152, 0.3); }
  .hover\/bg\:facebook\.7\@xl:hover {
    background-color: rgba(59, 89, 152, 0.3); }
  .hover\/c\:facebook\.7\@xl:hover {
    color: rgba(59, 89, 152, 0.3); }
  .bg\:facebook\.8\@xl {
    background-color: rgba(59, 89, 152, 0.2); }
  .c\:facebook\.8\@xl {
    color: rgba(59, 89, 152, 0.2); }
  .hover\/bg\:facebook\.8\@xl:hover {
    background-color: rgba(59, 89, 152, 0.2); }
  .hover\/c\:facebook\.8\@xl:hover {
    color: rgba(59, 89, 152, 0.2); }
  .bg\:facebook\.9\@xl {
    background-color: rgba(59, 89, 152, 0.1); }
  .c\:facebook\.9\@xl {
    color: rgba(59, 89, 152, 0.1); }
  .hover\/bg\:facebook\.9\@xl:hover {
    background-color: rgba(59, 89, 152, 0.1); }
  .hover\/c\:facebook\.9\@xl:hover {
    color: rgba(59, 89, 152, 0.1); } }

@media (min-width: 1300px) {
  .bg\:linkedin\@xl {
    background-color: #0077b5; }
  .c\:linkedin\@xl {
    color: #0077b5; }
  .hover\/bg\:linkedin\@xl:hover {
    background-color: #0077b5; }
  .hover\/c\:linkedin\@xl:hover {
    color: #0077b5; }
  .bg\:linkedin\.1\@xl {
    background-color: rgba(0, 119, 181, 0.9); }
  .c\:linkedin\.1\@xl {
    color: rgba(0, 119, 181, 0.9); }
  .hover\/bg\:linkedin\.1\@xl:hover {
    background-color: rgba(0, 119, 181, 0.9); }
  .hover\/c\:linkedin\.1\@xl:hover {
    color: rgba(0, 119, 181, 0.9); }
  .bg\:linkedin\.2\@xl {
    background-color: rgba(0, 119, 181, 0.8); }
  .c\:linkedin\.2\@xl {
    color: rgba(0, 119, 181, 0.8); }
  .hover\/bg\:linkedin\.2\@xl:hover {
    background-color: rgba(0, 119, 181, 0.8); }
  .hover\/c\:linkedin\.2\@xl:hover {
    color: rgba(0, 119, 181, 0.8); }
  .bg\:linkedin\.3\@xl {
    background-color: rgba(0, 119, 181, 0.7); }
  .c\:linkedin\.3\@xl {
    color: rgba(0, 119, 181, 0.7); }
  .hover\/bg\:linkedin\.3\@xl:hover {
    background-color: rgba(0, 119, 181, 0.7); }
  .hover\/c\:linkedin\.3\@xl:hover {
    color: rgba(0, 119, 181, 0.7); }
  .bg\:linkedin\.4\@xl {
    background-color: rgba(0, 119, 181, 0.6); }
  .c\:linkedin\.4\@xl {
    color: rgba(0, 119, 181, 0.6); }
  .hover\/bg\:linkedin\.4\@xl:hover {
    background-color: rgba(0, 119, 181, 0.6); }
  .hover\/c\:linkedin\.4\@xl:hover {
    color: rgba(0, 119, 181, 0.6); }
  .bg\:linkedin\.5\@xl {
    background-color: rgba(0, 119, 181, 0.5); }
  .c\:linkedin\.5\@xl {
    color: rgba(0, 119, 181, 0.5); }
  .hover\/bg\:linkedin\.5\@xl:hover {
    background-color: rgba(0, 119, 181, 0.5); }
  .hover\/c\:linkedin\.5\@xl:hover {
    color: rgba(0, 119, 181, 0.5); }
  .bg\:linkedin\.6\@xl {
    background-color: rgba(0, 119, 181, 0.4); }
  .c\:linkedin\.6\@xl {
    color: rgba(0, 119, 181, 0.4); }
  .hover\/bg\:linkedin\.6\@xl:hover {
    background-color: rgba(0, 119, 181, 0.4); }
  .hover\/c\:linkedin\.6\@xl:hover {
    color: rgba(0, 119, 181, 0.4); }
  .bg\:linkedin\.7\@xl {
    background-color: rgba(0, 119, 181, 0.3); }
  .c\:linkedin\.7\@xl {
    color: rgba(0, 119, 181, 0.3); }
  .hover\/bg\:linkedin\.7\@xl:hover {
    background-color: rgba(0, 119, 181, 0.3); }
  .hover\/c\:linkedin\.7\@xl:hover {
    color: rgba(0, 119, 181, 0.3); }
  .bg\:linkedin\.8\@xl {
    background-color: rgba(0, 119, 181, 0.2); }
  .c\:linkedin\.8\@xl {
    color: rgba(0, 119, 181, 0.2); }
  .hover\/bg\:linkedin\.8\@xl:hover {
    background-color: rgba(0, 119, 181, 0.2); }
  .hover\/c\:linkedin\.8\@xl:hover {
    color: rgba(0, 119, 181, 0.2); }
  .bg\:linkedin\.9\@xl {
    background-color: rgba(0, 119, 181, 0.1); }
  .c\:linkedin\.9\@xl {
    color: rgba(0, 119, 181, 0.1); }
  .hover\/bg\:linkedin\.9\@xl:hover {
    background-color: rgba(0, 119, 181, 0.1); }
  .hover\/c\:linkedin\.9\@xl:hover {
    color: rgba(0, 119, 181, 0.1); } }

@media (min-width: 1300px) {
  .bg\:messenger\@xl {
    background-color: #0084ff; }
  .c\:messenger\@xl {
    color: #0084ff; }
  .hover\/bg\:messenger\@xl:hover {
    background-color: #0084ff; }
  .hover\/c\:messenger\@xl:hover {
    color: #0084ff; }
  .bg\:messenger\.1\@xl {
    background-color: rgba(0, 132, 255, 0.9); }
  .c\:messenger\.1\@xl {
    color: rgba(0, 132, 255, 0.9); }
  .hover\/bg\:messenger\.1\@xl:hover {
    background-color: rgba(0, 132, 255, 0.9); }
  .hover\/c\:messenger\.1\@xl:hover {
    color: rgba(0, 132, 255, 0.9); }
  .bg\:messenger\.2\@xl {
    background-color: rgba(0, 132, 255, 0.8); }
  .c\:messenger\.2\@xl {
    color: rgba(0, 132, 255, 0.8); }
  .hover\/bg\:messenger\.2\@xl:hover {
    background-color: rgba(0, 132, 255, 0.8); }
  .hover\/c\:messenger\.2\@xl:hover {
    color: rgba(0, 132, 255, 0.8); }
  .bg\:messenger\.3\@xl {
    background-color: rgba(0, 132, 255, 0.7); }
  .c\:messenger\.3\@xl {
    color: rgba(0, 132, 255, 0.7); }
  .hover\/bg\:messenger\.3\@xl:hover {
    background-color: rgba(0, 132, 255, 0.7); }
  .hover\/c\:messenger\.3\@xl:hover {
    color: rgba(0, 132, 255, 0.7); }
  .bg\:messenger\.4\@xl {
    background-color: rgba(0, 132, 255, 0.6); }
  .c\:messenger\.4\@xl {
    color: rgba(0, 132, 255, 0.6); }
  .hover\/bg\:messenger\.4\@xl:hover {
    background-color: rgba(0, 132, 255, 0.6); }
  .hover\/c\:messenger\.4\@xl:hover {
    color: rgba(0, 132, 255, 0.6); }
  .bg\:messenger\.5\@xl {
    background-color: rgba(0, 132, 255, 0.5); }
  .c\:messenger\.5\@xl {
    color: rgba(0, 132, 255, 0.5); }
  .hover\/bg\:messenger\.5\@xl:hover {
    background-color: rgba(0, 132, 255, 0.5); }
  .hover\/c\:messenger\.5\@xl:hover {
    color: rgba(0, 132, 255, 0.5); }
  .bg\:messenger\.6\@xl {
    background-color: rgba(0, 132, 255, 0.4); }
  .c\:messenger\.6\@xl {
    color: rgba(0, 132, 255, 0.4); }
  .hover\/bg\:messenger\.6\@xl:hover {
    background-color: rgba(0, 132, 255, 0.4); }
  .hover\/c\:messenger\.6\@xl:hover {
    color: rgba(0, 132, 255, 0.4); }
  .bg\:messenger\.7\@xl {
    background-color: rgba(0, 132, 255, 0.3); }
  .c\:messenger\.7\@xl {
    color: rgba(0, 132, 255, 0.3); }
  .hover\/bg\:messenger\.7\@xl:hover {
    background-color: rgba(0, 132, 255, 0.3); }
  .hover\/c\:messenger\.7\@xl:hover {
    color: rgba(0, 132, 255, 0.3); }
  .bg\:messenger\.8\@xl {
    background-color: rgba(0, 132, 255, 0.2); }
  .c\:messenger\.8\@xl {
    color: rgba(0, 132, 255, 0.2); }
  .hover\/bg\:messenger\.8\@xl:hover {
    background-color: rgba(0, 132, 255, 0.2); }
  .hover\/c\:messenger\.8\@xl:hover {
    color: rgba(0, 132, 255, 0.2); }
  .bg\:messenger\.9\@xl {
    background-color: rgba(0, 132, 255, 0.1); }
  .c\:messenger\.9\@xl {
    color: rgba(0, 132, 255, 0.1); }
  .hover\/bg\:messenger\.9\@xl:hover {
    background-color: rgba(0, 132, 255, 0.1); }
  .hover\/c\:messenger\.9\@xl:hover {
    color: rgba(0, 132, 255, 0.1); } }

@media (min-width: 1300px) {
  .bg\:reddit\@xl {
    background-color: #ff4500; }
  .c\:reddit\@xl {
    color: #ff4500; }
  .hover\/bg\:reddit\@xl:hover {
    background-color: #ff4500; }
  .hover\/c\:reddit\@xl:hover {
    color: #ff4500; }
  .bg\:reddit\.1\@xl {
    background-color: rgba(255, 69, 0, 0.9); }
  .c\:reddit\.1\@xl {
    color: rgba(255, 69, 0, 0.9); }
  .hover\/bg\:reddit\.1\@xl:hover {
    background-color: rgba(255, 69, 0, 0.9); }
  .hover\/c\:reddit\.1\@xl:hover {
    color: rgba(255, 69, 0, 0.9); }
  .bg\:reddit\.2\@xl {
    background-color: rgba(255, 69, 0, 0.8); }
  .c\:reddit\.2\@xl {
    color: rgba(255, 69, 0, 0.8); }
  .hover\/bg\:reddit\.2\@xl:hover {
    background-color: rgba(255, 69, 0, 0.8); }
  .hover\/c\:reddit\.2\@xl:hover {
    color: rgba(255, 69, 0, 0.8); }
  .bg\:reddit\.3\@xl {
    background-color: rgba(255, 69, 0, 0.7); }
  .c\:reddit\.3\@xl {
    color: rgba(255, 69, 0, 0.7); }
  .hover\/bg\:reddit\.3\@xl:hover {
    background-color: rgba(255, 69, 0, 0.7); }
  .hover\/c\:reddit\.3\@xl:hover {
    color: rgba(255, 69, 0, 0.7); }
  .bg\:reddit\.4\@xl {
    background-color: rgba(255, 69, 0, 0.6); }
  .c\:reddit\.4\@xl {
    color: rgba(255, 69, 0, 0.6); }
  .hover\/bg\:reddit\.4\@xl:hover {
    background-color: rgba(255, 69, 0, 0.6); }
  .hover\/c\:reddit\.4\@xl:hover {
    color: rgba(255, 69, 0, 0.6); }
  .bg\:reddit\.5\@xl {
    background-color: rgba(255, 69, 0, 0.5); }
  .c\:reddit\.5\@xl {
    color: rgba(255, 69, 0, 0.5); }
  .hover\/bg\:reddit\.5\@xl:hover {
    background-color: rgba(255, 69, 0, 0.5); }
  .hover\/c\:reddit\.5\@xl:hover {
    color: rgba(255, 69, 0, 0.5); }
  .bg\:reddit\.6\@xl {
    background-color: rgba(255, 69, 0, 0.4); }
  .c\:reddit\.6\@xl {
    color: rgba(255, 69, 0, 0.4); }
  .hover\/bg\:reddit\.6\@xl:hover {
    background-color: rgba(255, 69, 0, 0.4); }
  .hover\/c\:reddit\.6\@xl:hover {
    color: rgba(255, 69, 0, 0.4); }
  .bg\:reddit\.7\@xl {
    background-color: rgba(255, 69, 0, 0.3); }
  .c\:reddit\.7\@xl {
    color: rgba(255, 69, 0, 0.3); }
  .hover\/bg\:reddit\.7\@xl:hover {
    background-color: rgba(255, 69, 0, 0.3); }
  .hover\/c\:reddit\.7\@xl:hover {
    color: rgba(255, 69, 0, 0.3); }
  .bg\:reddit\.8\@xl {
    background-color: rgba(255, 69, 0, 0.2); }
  .c\:reddit\.8\@xl {
    color: rgba(255, 69, 0, 0.2); }
  .hover\/bg\:reddit\.8\@xl:hover {
    background-color: rgba(255, 69, 0, 0.2); }
  .hover\/c\:reddit\.8\@xl:hover {
    color: rgba(255, 69, 0, 0.2); }
  .bg\:reddit\.9\@xl {
    background-color: rgba(255, 69, 0, 0.1); }
  .c\:reddit\.9\@xl {
    color: rgba(255, 69, 0, 0.1); }
  .hover\/bg\:reddit\.9\@xl:hover {
    background-color: rgba(255, 69, 0, 0.1); }
  .hover\/c\:reddit\.9\@xl:hover {
    color: rgba(255, 69, 0, 0.1); } }

@media (min-width: 1300px) {
  .bg\:sms\@xl {
    background-color: #25d366; }
  .c\:sms\@xl {
    color: #25d366; }
  .hover\/bg\:sms\@xl:hover {
    background-color: #25d366; }
  .hover\/c\:sms\@xl:hover {
    color: #25d366; }
  .bg\:sms\.1\@xl {
    background-color: rgba(37, 211, 102, 0.9); }
  .c\:sms\.1\@xl {
    color: rgba(37, 211, 102, 0.9); }
  .hover\/bg\:sms\.1\@xl:hover {
    background-color: rgba(37, 211, 102, 0.9); }
  .hover\/c\:sms\.1\@xl:hover {
    color: rgba(37, 211, 102, 0.9); }
  .bg\:sms\.2\@xl {
    background-color: rgba(37, 211, 102, 0.8); }
  .c\:sms\.2\@xl {
    color: rgba(37, 211, 102, 0.8); }
  .hover\/bg\:sms\.2\@xl:hover {
    background-color: rgba(37, 211, 102, 0.8); }
  .hover\/c\:sms\.2\@xl:hover {
    color: rgba(37, 211, 102, 0.8); }
  .bg\:sms\.3\@xl {
    background-color: rgba(37, 211, 102, 0.7); }
  .c\:sms\.3\@xl {
    color: rgba(37, 211, 102, 0.7); }
  .hover\/bg\:sms\.3\@xl:hover {
    background-color: rgba(37, 211, 102, 0.7); }
  .hover\/c\:sms\.3\@xl:hover {
    color: rgba(37, 211, 102, 0.7); }
  .bg\:sms\.4\@xl {
    background-color: rgba(37, 211, 102, 0.6); }
  .c\:sms\.4\@xl {
    color: rgba(37, 211, 102, 0.6); }
  .hover\/bg\:sms\.4\@xl:hover {
    background-color: rgba(37, 211, 102, 0.6); }
  .hover\/c\:sms\.4\@xl:hover {
    color: rgba(37, 211, 102, 0.6); }
  .bg\:sms\.5\@xl {
    background-color: rgba(37, 211, 102, 0.5); }
  .c\:sms\.5\@xl {
    color: rgba(37, 211, 102, 0.5); }
  .hover\/bg\:sms\.5\@xl:hover {
    background-color: rgba(37, 211, 102, 0.5); }
  .hover\/c\:sms\.5\@xl:hover {
    color: rgba(37, 211, 102, 0.5); }
  .bg\:sms\.6\@xl {
    background-color: rgba(37, 211, 102, 0.4); }
  .c\:sms\.6\@xl {
    color: rgba(37, 211, 102, 0.4); }
  .hover\/bg\:sms\.6\@xl:hover {
    background-color: rgba(37, 211, 102, 0.4); }
  .hover\/c\:sms\.6\@xl:hover {
    color: rgba(37, 211, 102, 0.4); }
  .bg\:sms\.7\@xl {
    background-color: rgba(37, 211, 102, 0.3); }
  .c\:sms\.7\@xl {
    color: rgba(37, 211, 102, 0.3); }
  .hover\/bg\:sms\.7\@xl:hover {
    background-color: rgba(37, 211, 102, 0.3); }
  .hover\/c\:sms\.7\@xl:hover {
    color: rgba(37, 211, 102, 0.3); }
  .bg\:sms\.8\@xl {
    background-color: rgba(37, 211, 102, 0.2); }
  .c\:sms\.8\@xl {
    color: rgba(37, 211, 102, 0.2); }
  .hover\/bg\:sms\.8\@xl:hover {
    background-color: rgba(37, 211, 102, 0.2); }
  .hover\/c\:sms\.8\@xl:hover {
    color: rgba(37, 211, 102, 0.2); }
  .bg\:sms\.9\@xl {
    background-color: rgba(37, 211, 102, 0.1); }
  .c\:sms\.9\@xl {
    color: rgba(37, 211, 102, 0.1); }
  .hover\/bg\:sms\.9\@xl:hover {
    background-color: rgba(37, 211, 102, 0.1); }
  .hover\/c\:sms\.9\@xl:hover {
    color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 1300px) {
  .bg\:whatsapp\@xl {
    background-color: #25d366; }
  .c\:whatsapp\@xl {
    color: #25d366; }
  .hover\/bg\:whatsapp\@xl:hover {
    background-color: #25d366; }
  .hover\/c\:whatsapp\@xl:hover {
    color: #25d366; }
  .bg\:whatsapp\.1\@xl {
    background-color: rgba(37, 211, 102, 0.9); }
  .c\:whatsapp\.1\@xl {
    color: rgba(37, 211, 102, 0.9); }
  .hover\/bg\:whatsapp\.1\@xl:hover {
    background-color: rgba(37, 211, 102, 0.9); }
  .hover\/c\:whatsapp\.1\@xl:hover {
    color: rgba(37, 211, 102, 0.9); }
  .bg\:whatsapp\.2\@xl {
    background-color: rgba(37, 211, 102, 0.8); }
  .c\:whatsapp\.2\@xl {
    color: rgba(37, 211, 102, 0.8); }
  .hover\/bg\:whatsapp\.2\@xl:hover {
    background-color: rgba(37, 211, 102, 0.8); }
  .hover\/c\:whatsapp\.2\@xl:hover {
    color: rgba(37, 211, 102, 0.8); }
  .bg\:whatsapp\.3\@xl {
    background-color: rgba(37, 211, 102, 0.7); }
  .c\:whatsapp\.3\@xl {
    color: rgba(37, 211, 102, 0.7); }
  .hover\/bg\:whatsapp\.3\@xl:hover {
    background-color: rgba(37, 211, 102, 0.7); }
  .hover\/c\:whatsapp\.3\@xl:hover {
    color: rgba(37, 211, 102, 0.7); }
  .bg\:whatsapp\.4\@xl {
    background-color: rgba(37, 211, 102, 0.6); }
  .c\:whatsapp\.4\@xl {
    color: rgba(37, 211, 102, 0.6); }
  .hover\/bg\:whatsapp\.4\@xl:hover {
    background-color: rgba(37, 211, 102, 0.6); }
  .hover\/c\:whatsapp\.4\@xl:hover {
    color: rgba(37, 211, 102, 0.6); }
  .bg\:whatsapp\.5\@xl {
    background-color: rgba(37, 211, 102, 0.5); }
  .c\:whatsapp\.5\@xl {
    color: rgba(37, 211, 102, 0.5); }
  .hover\/bg\:whatsapp\.5\@xl:hover {
    background-color: rgba(37, 211, 102, 0.5); }
  .hover\/c\:whatsapp\.5\@xl:hover {
    color: rgba(37, 211, 102, 0.5); }
  .bg\:whatsapp\.6\@xl {
    background-color: rgba(37, 211, 102, 0.4); }
  .c\:whatsapp\.6\@xl {
    color: rgba(37, 211, 102, 0.4); }
  .hover\/bg\:whatsapp\.6\@xl:hover {
    background-color: rgba(37, 211, 102, 0.4); }
  .hover\/c\:whatsapp\.6\@xl:hover {
    color: rgba(37, 211, 102, 0.4); }
  .bg\:whatsapp\.7\@xl {
    background-color: rgba(37, 211, 102, 0.3); }
  .c\:whatsapp\.7\@xl {
    color: rgba(37, 211, 102, 0.3); }
  .hover\/bg\:whatsapp\.7\@xl:hover {
    background-color: rgba(37, 211, 102, 0.3); }
  .hover\/c\:whatsapp\.7\@xl:hover {
    color: rgba(37, 211, 102, 0.3); }
  .bg\:whatsapp\.8\@xl {
    background-color: rgba(37, 211, 102, 0.2); }
  .c\:whatsapp\.8\@xl {
    color: rgba(37, 211, 102, 0.2); }
  .hover\/bg\:whatsapp\.8\@xl:hover {
    background-color: rgba(37, 211, 102, 0.2); }
  .hover\/c\:whatsapp\.8\@xl:hover {
    color: rgba(37, 211, 102, 0.2); }
  .bg\:whatsapp\.9\@xl {
    background-color: rgba(37, 211, 102, 0.1); }
  .c\:whatsapp\.9\@xl {
    color: rgba(37, 211, 102, 0.1); }
  .hover\/bg\:whatsapp\.9\@xl:hover {
    background-color: rgba(37, 211, 102, 0.1); }
  .hover\/c\:whatsapp\.9\@xl:hover {
    color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 1300px) {
  .bg\:none\@xl {
    background-color: transparent; }
  .c\:none\@xl {
    color: transparent; }
  .hover\/bg\:none\@xl:hover {
    background-color: transparent; }
  .hover\/c\:none\@xl:hover {
    color: transparent; }
  .bg\:none\.1\@xl {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.1\@xl {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.1\@xl:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.1\@xl:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.2\@xl {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.2\@xl {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.2\@xl:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.2\@xl:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.3\@xl {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.3\@xl {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.3\@xl:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.3\@xl:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.4\@xl {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.4\@xl {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.4\@xl:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.4\@xl:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.5\@xl {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.5\@xl {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.5\@xl:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.5\@xl:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.6\@xl {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.6\@xl {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.6\@xl:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.6\@xl:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.7\@xl {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.7\@xl {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.7\@xl:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.7\@xl:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.8\@xl {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.8\@xl {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.8\@xl:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.8\@xl:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.9\@xl {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.9\@xl {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.9\@xl:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.9\@xl:hover {
    color: rgba(0, 0, 0, 0); } }

.bg\:blue-to-yellow\@xl {
  background-image: linear-gradient(120deg, #c3f7fd 0%, #f4f4ea 60%); }

.bg\:yellow-to-blue\@break {
  background-image: linear-gradient(120deg, #f4f4ea, #c3f7fd); }

@media (min-width: 1700px) {
  .bg\:blue\@xxl {
    background-color: #0698d0; }
  .c\:blue\@xxl {
    color: #0698d0; }
  .hover\/bg\:blue\@xxl:hover {
    background-color: #0698d0; }
  .hover\/c\:blue\@xxl:hover {
    color: #0698d0; }
  .bg\:blue\.1\@xxl {
    background-color: rgba(6, 152, 208, 0.9); }
  .c\:blue\.1\@xxl {
    color: rgba(6, 152, 208, 0.9); }
  .hover\/bg\:blue\.1\@xxl:hover {
    background-color: rgba(6, 152, 208, 0.9); }
  .hover\/c\:blue\.1\@xxl:hover {
    color: rgba(6, 152, 208, 0.9); }
  .bg\:blue\.2\@xxl {
    background-color: rgba(6, 152, 208, 0.8); }
  .c\:blue\.2\@xxl {
    color: rgba(6, 152, 208, 0.8); }
  .hover\/bg\:blue\.2\@xxl:hover {
    background-color: rgba(6, 152, 208, 0.8); }
  .hover\/c\:blue\.2\@xxl:hover {
    color: rgba(6, 152, 208, 0.8); }
  .bg\:blue\.3\@xxl {
    background-color: rgba(6, 152, 208, 0.7); }
  .c\:blue\.3\@xxl {
    color: rgba(6, 152, 208, 0.7); }
  .hover\/bg\:blue\.3\@xxl:hover {
    background-color: rgba(6, 152, 208, 0.7); }
  .hover\/c\:blue\.3\@xxl:hover {
    color: rgba(6, 152, 208, 0.7); }
  .bg\:blue\.4\@xxl {
    background-color: rgba(6, 152, 208, 0.6); }
  .c\:blue\.4\@xxl {
    color: rgba(6, 152, 208, 0.6); }
  .hover\/bg\:blue\.4\@xxl:hover {
    background-color: rgba(6, 152, 208, 0.6); }
  .hover\/c\:blue\.4\@xxl:hover {
    color: rgba(6, 152, 208, 0.6); }
  .bg\:blue\.5\@xxl {
    background-color: rgba(6, 152, 208, 0.5); }
  .c\:blue\.5\@xxl {
    color: rgba(6, 152, 208, 0.5); }
  .hover\/bg\:blue\.5\@xxl:hover {
    background-color: rgba(6, 152, 208, 0.5); }
  .hover\/c\:blue\.5\@xxl:hover {
    color: rgba(6, 152, 208, 0.5); }
  .bg\:blue\.6\@xxl {
    background-color: rgba(6, 152, 208, 0.4); }
  .c\:blue\.6\@xxl {
    color: rgba(6, 152, 208, 0.4); }
  .hover\/bg\:blue\.6\@xxl:hover {
    background-color: rgba(6, 152, 208, 0.4); }
  .hover\/c\:blue\.6\@xxl:hover {
    color: rgba(6, 152, 208, 0.4); }
  .bg\:blue\.7\@xxl {
    background-color: rgba(6, 152, 208, 0.3); }
  .c\:blue\.7\@xxl {
    color: rgba(6, 152, 208, 0.3); }
  .hover\/bg\:blue\.7\@xxl:hover {
    background-color: rgba(6, 152, 208, 0.3); }
  .hover\/c\:blue\.7\@xxl:hover {
    color: rgba(6, 152, 208, 0.3); }
  .bg\:blue\.8\@xxl {
    background-color: rgba(6, 152, 208, 0.2); }
  .c\:blue\.8\@xxl {
    color: rgba(6, 152, 208, 0.2); }
  .hover\/bg\:blue\.8\@xxl:hover {
    background-color: rgba(6, 152, 208, 0.2); }
  .hover\/c\:blue\.8\@xxl:hover {
    color: rgba(6, 152, 208, 0.2); }
  .bg\:blue\.9\@xxl {
    background-color: rgba(6, 152, 208, 0.1); }
  .c\:blue\.9\@xxl {
    color: rgba(6, 152, 208, 0.1); }
  .hover\/bg\:blue\.9\@xxl:hover {
    background-color: rgba(6, 152, 208, 0.1); }
  .hover\/c\:blue\.9\@xxl:hover {
    color: rgba(6, 152, 208, 0.1); } }

@media (min-width: 1700px) {
  .bg\:black\@xxl {
    background-color: #111111; }
  .c\:black\@xxl {
    color: #111111; }
  .hover\/bg\:black\@xxl:hover {
    background-color: #111111; }
  .hover\/c\:black\@xxl:hover {
    color: #111111; }
  .bg\:black\.1\@xxl {
    background-color: rgba(17, 17, 17, 0.9); }
  .c\:black\.1\@xxl {
    color: rgba(17, 17, 17, 0.9); }
  .hover\/bg\:black\.1\@xxl:hover {
    background-color: rgba(17, 17, 17, 0.9); }
  .hover\/c\:black\.1\@xxl:hover {
    color: rgba(17, 17, 17, 0.9); }
  .bg\:black\.2\@xxl {
    background-color: rgba(17, 17, 17, 0.8); }
  .c\:black\.2\@xxl {
    color: rgba(17, 17, 17, 0.8); }
  .hover\/bg\:black\.2\@xxl:hover {
    background-color: rgba(17, 17, 17, 0.8); }
  .hover\/c\:black\.2\@xxl:hover {
    color: rgba(17, 17, 17, 0.8); }
  .bg\:black\.3\@xxl {
    background-color: rgba(17, 17, 17, 0.7); }
  .c\:black\.3\@xxl {
    color: rgba(17, 17, 17, 0.7); }
  .hover\/bg\:black\.3\@xxl:hover {
    background-color: rgba(17, 17, 17, 0.7); }
  .hover\/c\:black\.3\@xxl:hover {
    color: rgba(17, 17, 17, 0.7); }
  .bg\:black\.4\@xxl {
    background-color: rgba(17, 17, 17, 0.6); }
  .c\:black\.4\@xxl {
    color: rgba(17, 17, 17, 0.6); }
  .hover\/bg\:black\.4\@xxl:hover {
    background-color: rgba(17, 17, 17, 0.6); }
  .hover\/c\:black\.4\@xxl:hover {
    color: rgba(17, 17, 17, 0.6); }
  .bg\:black\.5\@xxl {
    background-color: rgba(17, 17, 17, 0.5); }
  .c\:black\.5\@xxl {
    color: rgba(17, 17, 17, 0.5); }
  .hover\/bg\:black\.5\@xxl:hover {
    background-color: rgba(17, 17, 17, 0.5); }
  .hover\/c\:black\.5\@xxl:hover {
    color: rgba(17, 17, 17, 0.5); }
  .bg\:black\.6\@xxl {
    background-color: rgba(17, 17, 17, 0.4); }
  .c\:black\.6\@xxl {
    color: rgba(17, 17, 17, 0.4); }
  .hover\/bg\:black\.6\@xxl:hover {
    background-color: rgba(17, 17, 17, 0.4); }
  .hover\/c\:black\.6\@xxl:hover {
    color: rgba(17, 17, 17, 0.4); }
  .bg\:black\.7\@xxl {
    background-color: rgba(17, 17, 17, 0.3); }
  .c\:black\.7\@xxl {
    color: rgba(17, 17, 17, 0.3); }
  .hover\/bg\:black\.7\@xxl:hover {
    background-color: rgba(17, 17, 17, 0.3); }
  .hover\/c\:black\.7\@xxl:hover {
    color: rgba(17, 17, 17, 0.3); }
  .bg\:black\.8\@xxl {
    background-color: rgba(17, 17, 17, 0.2); }
  .c\:black\.8\@xxl {
    color: rgba(17, 17, 17, 0.2); }
  .hover\/bg\:black\.8\@xxl:hover {
    background-color: rgba(17, 17, 17, 0.2); }
  .hover\/c\:black\.8\@xxl:hover {
    color: rgba(17, 17, 17, 0.2); }
  .bg\:black\.9\@xxl {
    background-color: rgba(17, 17, 17, 0.1); }
  .c\:black\.9\@xxl {
    color: rgba(17, 17, 17, 0.1); }
  .hover\/bg\:black\.9\@xxl:hover {
    background-color: rgba(17, 17, 17, 0.1); }
  .hover\/c\:black\.9\@xxl:hover {
    color: rgba(17, 17, 17, 0.1); } }

@media (min-width: 1700px) {
  .bg\:gray-dd\@xxl {
    background-color: #333333; }
  .c\:gray-dd\@xxl {
    color: #333333; }
  .hover\/bg\:gray-dd\@xxl:hover {
    background-color: #333333; }
  .hover\/c\:gray-dd\@xxl:hover {
    color: #333333; }
  .bg\:gray-dd\.1\@xxl {
    background-color: rgba(51, 51, 51, 0.9); }
  .c\:gray-dd\.1\@xxl {
    color: rgba(51, 51, 51, 0.9); }
  .hover\/bg\:gray-dd\.1\@xxl:hover {
    background-color: rgba(51, 51, 51, 0.9); }
  .hover\/c\:gray-dd\.1\@xxl:hover {
    color: rgba(51, 51, 51, 0.9); }
  .bg\:gray-dd\.2\@xxl {
    background-color: rgba(51, 51, 51, 0.8); }
  .c\:gray-dd\.2\@xxl {
    color: rgba(51, 51, 51, 0.8); }
  .hover\/bg\:gray-dd\.2\@xxl:hover {
    background-color: rgba(51, 51, 51, 0.8); }
  .hover\/c\:gray-dd\.2\@xxl:hover {
    color: rgba(51, 51, 51, 0.8); }
  .bg\:gray-dd\.3\@xxl {
    background-color: rgba(51, 51, 51, 0.7); }
  .c\:gray-dd\.3\@xxl {
    color: rgba(51, 51, 51, 0.7); }
  .hover\/bg\:gray-dd\.3\@xxl:hover {
    background-color: rgba(51, 51, 51, 0.7); }
  .hover\/c\:gray-dd\.3\@xxl:hover {
    color: rgba(51, 51, 51, 0.7); }
  .bg\:gray-dd\.4\@xxl {
    background-color: rgba(51, 51, 51, 0.6); }
  .c\:gray-dd\.4\@xxl {
    color: rgba(51, 51, 51, 0.6); }
  .hover\/bg\:gray-dd\.4\@xxl:hover {
    background-color: rgba(51, 51, 51, 0.6); }
  .hover\/c\:gray-dd\.4\@xxl:hover {
    color: rgba(51, 51, 51, 0.6); }
  .bg\:gray-dd\.5\@xxl {
    background-color: rgba(51, 51, 51, 0.5); }
  .c\:gray-dd\.5\@xxl {
    color: rgba(51, 51, 51, 0.5); }
  .hover\/bg\:gray-dd\.5\@xxl:hover {
    background-color: rgba(51, 51, 51, 0.5); }
  .hover\/c\:gray-dd\.5\@xxl:hover {
    color: rgba(51, 51, 51, 0.5); }
  .bg\:gray-dd\.6\@xxl {
    background-color: rgba(51, 51, 51, 0.4); }
  .c\:gray-dd\.6\@xxl {
    color: rgba(51, 51, 51, 0.4); }
  .hover\/bg\:gray-dd\.6\@xxl:hover {
    background-color: rgba(51, 51, 51, 0.4); }
  .hover\/c\:gray-dd\.6\@xxl:hover {
    color: rgba(51, 51, 51, 0.4); }
  .bg\:gray-dd\.7\@xxl {
    background-color: rgba(51, 51, 51, 0.3); }
  .c\:gray-dd\.7\@xxl {
    color: rgba(51, 51, 51, 0.3); }
  .hover\/bg\:gray-dd\.7\@xxl:hover {
    background-color: rgba(51, 51, 51, 0.3); }
  .hover\/c\:gray-dd\.7\@xxl:hover {
    color: rgba(51, 51, 51, 0.3); }
  .bg\:gray-dd\.8\@xxl {
    background-color: rgba(51, 51, 51, 0.2); }
  .c\:gray-dd\.8\@xxl {
    color: rgba(51, 51, 51, 0.2); }
  .hover\/bg\:gray-dd\.8\@xxl:hover {
    background-color: rgba(51, 51, 51, 0.2); }
  .hover\/c\:gray-dd\.8\@xxl:hover {
    color: rgba(51, 51, 51, 0.2); }
  .bg\:gray-dd\.9\@xxl {
    background-color: rgba(51, 51, 51, 0.1); }
  .c\:gray-dd\.9\@xxl {
    color: rgba(51, 51, 51, 0.1); }
  .hover\/bg\:gray-dd\.9\@xxl:hover {
    background-color: rgba(51, 51, 51, 0.1); }
  .hover\/c\:gray-dd\.9\@xxl:hover {
    color: rgba(51, 51, 51, 0.1); } }

@media (min-width: 1700px) {
  .bg\:gray-d\@xxl {
    background-color: #666666; }
  .c\:gray-d\@xxl {
    color: #666666; }
  .hover\/bg\:gray-d\@xxl:hover {
    background-color: #666666; }
  .hover\/c\:gray-d\@xxl:hover {
    color: #666666; }
  .bg\:gray-d\.1\@xxl {
    background-color: rgba(102, 102, 102, 0.9); }
  .c\:gray-d\.1\@xxl {
    color: rgba(102, 102, 102, 0.9); }
  .hover\/bg\:gray-d\.1\@xxl:hover {
    background-color: rgba(102, 102, 102, 0.9); }
  .hover\/c\:gray-d\.1\@xxl:hover {
    color: rgba(102, 102, 102, 0.9); }
  .bg\:gray-d\.2\@xxl {
    background-color: rgba(102, 102, 102, 0.8); }
  .c\:gray-d\.2\@xxl {
    color: rgba(102, 102, 102, 0.8); }
  .hover\/bg\:gray-d\.2\@xxl:hover {
    background-color: rgba(102, 102, 102, 0.8); }
  .hover\/c\:gray-d\.2\@xxl:hover {
    color: rgba(102, 102, 102, 0.8); }
  .bg\:gray-d\.3\@xxl {
    background-color: rgba(102, 102, 102, 0.7); }
  .c\:gray-d\.3\@xxl {
    color: rgba(102, 102, 102, 0.7); }
  .hover\/bg\:gray-d\.3\@xxl:hover {
    background-color: rgba(102, 102, 102, 0.7); }
  .hover\/c\:gray-d\.3\@xxl:hover {
    color: rgba(102, 102, 102, 0.7); }
  .bg\:gray-d\.4\@xxl {
    background-color: rgba(102, 102, 102, 0.6); }
  .c\:gray-d\.4\@xxl {
    color: rgba(102, 102, 102, 0.6); }
  .hover\/bg\:gray-d\.4\@xxl:hover {
    background-color: rgba(102, 102, 102, 0.6); }
  .hover\/c\:gray-d\.4\@xxl:hover {
    color: rgba(102, 102, 102, 0.6); }
  .bg\:gray-d\.5\@xxl {
    background-color: rgba(102, 102, 102, 0.5); }
  .c\:gray-d\.5\@xxl {
    color: rgba(102, 102, 102, 0.5); }
  .hover\/bg\:gray-d\.5\@xxl:hover {
    background-color: rgba(102, 102, 102, 0.5); }
  .hover\/c\:gray-d\.5\@xxl:hover {
    color: rgba(102, 102, 102, 0.5); }
  .bg\:gray-d\.6\@xxl {
    background-color: rgba(102, 102, 102, 0.4); }
  .c\:gray-d\.6\@xxl {
    color: rgba(102, 102, 102, 0.4); }
  .hover\/bg\:gray-d\.6\@xxl:hover {
    background-color: rgba(102, 102, 102, 0.4); }
  .hover\/c\:gray-d\.6\@xxl:hover {
    color: rgba(102, 102, 102, 0.4); }
  .bg\:gray-d\.7\@xxl {
    background-color: rgba(102, 102, 102, 0.3); }
  .c\:gray-d\.7\@xxl {
    color: rgba(102, 102, 102, 0.3); }
  .hover\/bg\:gray-d\.7\@xxl:hover {
    background-color: rgba(102, 102, 102, 0.3); }
  .hover\/c\:gray-d\.7\@xxl:hover {
    color: rgba(102, 102, 102, 0.3); }
  .bg\:gray-d\.8\@xxl {
    background-color: rgba(102, 102, 102, 0.2); }
  .c\:gray-d\.8\@xxl {
    color: rgba(102, 102, 102, 0.2); }
  .hover\/bg\:gray-d\.8\@xxl:hover {
    background-color: rgba(102, 102, 102, 0.2); }
  .hover\/c\:gray-d\.8\@xxl:hover {
    color: rgba(102, 102, 102, 0.2); }
  .bg\:gray-d\.9\@xxl {
    background-color: rgba(102, 102, 102, 0.1); }
  .c\:gray-d\.9\@xxl {
    color: rgba(102, 102, 102, 0.1); }
  .hover\/bg\:gray-d\.9\@xxl:hover {
    background-color: rgba(102, 102, 102, 0.1); }
  .hover\/c\:gray-d\.9\@xxl:hover {
    color: rgba(102, 102, 102, 0.1); } }

@media (min-width: 1700px) {
  .bg\:gray\@xxl {
    background-color: #999999; }
  .c\:gray\@xxl {
    color: #999999; }
  .hover\/bg\:gray\@xxl:hover {
    background-color: #999999; }
  .hover\/c\:gray\@xxl:hover {
    color: #999999; }
  .bg\:gray\.1\@xxl {
    background-color: rgba(153, 153, 153, 0.9); }
  .c\:gray\.1\@xxl {
    color: rgba(153, 153, 153, 0.9); }
  .hover\/bg\:gray\.1\@xxl:hover {
    background-color: rgba(153, 153, 153, 0.9); }
  .hover\/c\:gray\.1\@xxl:hover {
    color: rgba(153, 153, 153, 0.9); }
  .bg\:gray\.2\@xxl {
    background-color: rgba(153, 153, 153, 0.8); }
  .c\:gray\.2\@xxl {
    color: rgba(153, 153, 153, 0.8); }
  .hover\/bg\:gray\.2\@xxl:hover {
    background-color: rgba(153, 153, 153, 0.8); }
  .hover\/c\:gray\.2\@xxl:hover {
    color: rgba(153, 153, 153, 0.8); }
  .bg\:gray\.3\@xxl {
    background-color: rgba(153, 153, 153, 0.7); }
  .c\:gray\.3\@xxl {
    color: rgba(153, 153, 153, 0.7); }
  .hover\/bg\:gray\.3\@xxl:hover {
    background-color: rgba(153, 153, 153, 0.7); }
  .hover\/c\:gray\.3\@xxl:hover {
    color: rgba(153, 153, 153, 0.7); }
  .bg\:gray\.4\@xxl {
    background-color: rgba(153, 153, 153, 0.6); }
  .c\:gray\.4\@xxl {
    color: rgba(153, 153, 153, 0.6); }
  .hover\/bg\:gray\.4\@xxl:hover {
    background-color: rgba(153, 153, 153, 0.6); }
  .hover\/c\:gray\.4\@xxl:hover {
    color: rgba(153, 153, 153, 0.6); }
  .bg\:gray\.5\@xxl {
    background-color: rgba(153, 153, 153, 0.5); }
  .c\:gray\.5\@xxl {
    color: rgba(153, 153, 153, 0.5); }
  .hover\/bg\:gray\.5\@xxl:hover {
    background-color: rgba(153, 153, 153, 0.5); }
  .hover\/c\:gray\.5\@xxl:hover {
    color: rgba(153, 153, 153, 0.5); }
  .bg\:gray\.6\@xxl {
    background-color: rgba(153, 153, 153, 0.4); }
  .c\:gray\.6\@xxl {
    color: rgba(153, 153, 153, 0.4); }
  .hover\/bg\:gray\.6\@xxl:hover {
    background-color: rgba(153, 153, 153, 0.4); }
  .hover\/c\:gray\.6\@xxl:hover {
    color: rgba(153, 153, 153, 0.4); }
  .bg\:gray\.7\@xxl {
    background-color: rgba(153, 153, 153, 0.3); }
  .c\:gray\.7\@xxl {
    color: rgba(153, 153, 153, 0.3); }
  .hover\/bg\:gray\.7\@xxl:hover {
    background-color: rgba(153, 153, 153, 0.3); }
  .hover\/c\:gray\.7\@xxl:hover {
    color: rgba(153, 153, 153, 0.3); }
  .bg\:gray\.8\@xxl {
    background-color: rgba(153, 153, 153, 0.2); }
  .c\:gray\.8\@xxl {
    color: rgba(153, 153, 153, 0.2); }
  .hover\/bg\:gray\.8\@xxl:hover {
    background-color: rgba(153, 153, 153, 0.2); }
  .hover\/c\:gray\.8\@xxl:hover {
    color: rgba(153, 153, 153, 0.2); }
  .bg\:gray\.9\@xxl {
    background-color: rgba(153, 153, 153, 0.1); }
  .c\:gray\.9\@xxl {
    color: rgba(153, 153, 153, 0.1); }
  .hover\/bg\:gray\.9\@xxl:hover {
    background-color: rgba(153, 153, 153, 0.1); }
  .hover\/c\:gray\.9\@xxl:hover {
    color: rgba(153, 153, 153, 0.1); } }

@media (min-width: 1700px) {
  .bg\:gray-l\@xxl {
    background-color: #cccccc; }
  .c\:gray-l\@xxl {
    color: #cccccc; }
  .hover\/bg\:gray-l\@xxl:hover {
    background-color: #cccccc; }
  .hover\/c\:gray-l\@xxl:hover {
    color: #cccccc; }
  .bg\:gray-l\.1\@xxl {
    background-color: rgba(204, 204, 204, 0.9); }
  .c\:gray-l\.1\@xxl {
    color: rgba(204, 204, 204, 0.9); }
  .hover\/bg\:gray-l\.1\@xxl:hover {
    background-color: rgba(204, 204, 204, 0.9); }
  .hover\/c\:gray-l\.1\@xxl:hover {
    color: rgba(204, 204, 204, 0.9); }
  .bg\:gray-l\.2\@xxl {
    background-color: rgba(204, 204, 204, 0.8); }
  .c\:gray-l\.2\@xxl {
    color: rgba(204, 204, 204, 0.8); }
  .hover\/bg\:gray-l\.2\@xxl:hover {
    background-color: rgba(204, 204, 204, 0.8); }
  .hover\/c\:gray-l\.2\@xxl:hover {
    color: rgba(204, 204, 204, 0.8); }
  .bg\:gray-l\.3\@xxl {
    background-color: rgba(204, 204, 204, 0.7); }
  .c\:gray-l\.3\@xxl {
    color: rgba(204, 204, 204, 0.7); }
  .hover\/bg\:gray-l\.3\@xxl:hover {
    background-color: rgba(204, 204, 204, 0.7); }
  .hover\/c\:gray-l\.3\@xxl:hover {
    color: rgba(204, 204, 204, 0.7); }
  .bg\:gray-l\.4\@xxl {
    background-color: rgba(204, 204, 204, 0.6); }
  .c\:gray-l\.4\@xxl {
    color: rgba(204, 204, 204, 0.6); }
  .hover\/bg\:gray-l\.4\@xxl:hover {
    background-color: rgba(204, 204, 204, 0.6); }
  .hover\/c\:gray-l\.4\@xxl:hover {
    color: rgba(204, 204, 204, 0.6); }
  .bg\:gray-l\.5\@xxl {
    background-color: rgba(204, 204, 204, 0.5); }
  .c\:gray-l\.5\@xxl {
    color: rgba(204, 204, 204, 0.5); }
  .hover\/bg\:gray-l\.5\@xxl:hover {
    background-color: rgba(204, 204, 204, 0.5); }
  .hover\/c\:gray-l\.5\@xxl:hover {
    color: rgba(204, 204, 204, 0.5); }
  .bg\:gray-l\.6\@xxl {
    background-color: rgba(204, 204, 204, 0.4); }
  .c\:gray-l\.6\@xxl {
    color: rgba(204, 204, 204, 0.4); }
  .hover\/bg\:gray-l\.6\@xxl:hover {
    background-color: rgba(204, 204, 204, 0.4); }
  .hover\/c\:gray-l\.6\@xxl:hover {
    color: rgba(204, 204, 204, 0.4); }
  .bg\:gray-l\.7\@xxl {
    background-color: rgba(204, 204, 204, 0.3); }
  .c\:gray-l\.7\@xxl {
    color: rgba(204, 204, 204, 0.3); }
  .hover\/bg\:gray-l\.7\@xxl:hover {
    background-color: rgba(204, 204, 204, 0.3); }
  .hover\/c\:gray-l\.7\@xxl:hover {
    color: rgba(204, 204, 204, 0.3); }
  .bg\:gray-l\.8\@xxl {
    background-color: rgba(204, 204, 204, 0.2); }
  .c\:gray-l\.8\@xxl {
    color: rgba(204, 204, 204, 0.2); }
  .hover\/bg\:gray-l\.8\@xxl:hover {
    background-color: rgba(204, 204, 204, 0.2); }
  .hover\/c\:gray-l\.8\@xxl:hover {
    color: rgba(204, 204, 204, 0.2); }
  .bg\:gray-l\.9\@xxl {
    background-color: rgba(204, 204, 204, 0.1); }
  .c\:gray-l\.9\@xxl {
    color: rgba(204, 204, 204, 0.1); }
  .hover\/bg\:gray-l\.9\@xxl:hover {
    background-color: rgba(204, 204, 204, 0.1); }
  .hover\/c\:gray-l\.9\@xxl:hover {
    color: rgba(204, 204, 204, 0.1); } }

@media (min-width: 1700px) {
  .bg\:gray-ll\@xxl {
    background-color: #f6f6f6; }
  .c\:gray-ll\@xxl {
    color: #f6f6f6; }
  .hover\/bg\:gray-ll\@xxl:hover {
    background-color: #f6f6f6; }
  .hover\/c\:gray-ll\@xxl:hover {
    color: #f6f6f6; }
  .bg\:gray-ll\.1\@xxl {
    background-color: rgba(246, 246, 246, 0.9); }
  .c\:gray-ll\.1\@xxl {
    color: rgba(246, 246, 246, 0.9); }
  .hover\/bg\:gray-ll\.1\@xxl:hover {
    background-color: rgba(246, 246, 246, 0.9); }
  .hover\/c\:gray-ll\.1\@xxl:hover {
    color: rgba(246, 246, 246, 0.9); }
  .bg\:gray-ll\.2\@xxl {
    background-color: rgba(246, 246, 246, 0.8); }
  .c\:gray-ll\.2\@xxl {
    color: rgba(246, 246, 246, 0.8); }
  .hover\/bg\:gray-ll\.2\@xxl:hover {
    background-color: rgba(246, 246, 246, 0.8); }
  .hover\/c\:gray-ll\.2\@xxl:hover {
    color: rgba(246, 246, 246, 0.8); }
  .bg\:gray-ll\.3\@xxl {
    background-color: rgba(246, 246, 246, 0.7); }
  .c\:gray-ll\.3\@xxl {
    color: rgba(246, 246, 246, 0.7); }
  .hover\/bg\:gray-ll\.3\@xxl:hover {
    background-color: rgba(246, 246, 246, 0.7); }
  .hover\/c\:gray-ll\.3\@xxl:hover {
    color: rgba(246, 246, 246, 0.7); }
  .bg\:gray-ll\.4\@xxl {
    background-color: rgba(246, 246, 246, 0.6); }
  .c\:gray-ll\.4\@xxl {
    color: rgba(246, 246, 246, 0.6); }
  .hover\/bg\:gray-ll\.4\@xxl:hover {
    background-color: rgba(246, 246, 246, 0.6); }
  .hover\/c\:gray-ll\.4\@xxl:hover {
    color: rgba(246, 246, 246, 0.6); }
  .bg\:gray-ll\.5\@xxl {
    background-color: rgba(246, 246, 246, 0.5); }
  .c\:gray-ll\.5\@xxl {
    color: rgba(246, 246, 246, 0.5); }
  .hover\/bg\:gray-ll\.5\@xxl:hover {
    background-color: rgba(246, 246, 246, 0.5); }
  .hover\/c\:gray-ll\.5\@xxl:hover {
    color: rgba(246, 246, 246, 0.5); }
  .bg\:gray-ll\.6\@xxl {
    background-color: rgba(246, 246, 246, 0.4); }
  .c\:gray-ll\.6\@xxl {
    color: rgba(246, 246, 246, 0.4); }
  .hover\/bg\:gray-ll\.6\@xxl:hover {
    background-color: rgba(246, 246, 246, 0.4); }
  .hover\/c\:gray-ll\.6\@xxl:hover {
    color: rgba(246, 246, 246, 0.4); }
  .bg\:gray-ll\.7\@xxl {
    background-color: rgba(246, 246, 246, 0.3); }
  .c\:gray-ll\.7\@xxl {
    color: rgba(246, 246, 246, 0.3); }
  .hover\/bg\:gray-ll\.7\@xxl:hover {
    background-color: rgba(246, 246, 246, 0.3); }
  .hover\/c\:gray-ll\.7\@xxl:hover {
    color: rgba(246, 246, 246, 0.3); }
  .bg\:gray-ll\.8\@xxl {
    background-color: rgba(246, 246, 246, 0.2); }
  .c\:gray-ll\.8\@xxl {
    color: rgba(246, 246, 246, 0.2); }
  .hover\/bg\:gray-ll\.8\@xxl:hover {
    background-color: rgba(246, 246, 246, 0.2); }
  .hover\/c\:gray-ll\.8\@xxl:hover {
    color: rgba(246, 246, 246, 0.2); }
  .bg\:gray-ll\.9\@xxl {
    background-color: rgba(246, 246, 246, 0.1); }
  .c\:gray-ll\.9\@xxl {
    color: rgba(246, 246, 246, 0.1); }
  .hover\/bg\:gray-ll\.9\@xxl:hover {
    background-color: rgba(246, 246, 246, 0.1); }
  .hover\/c\:gray-ll\.9\@xxl:hover {
    color: rgba(246, 246, 246, 0.1); } }

@media (min-width: 1700px) {
  .bg\:white-d\@xxl {
    background-color: #e3e3e3; }
  .c\:white-d\@xxl {
    color: #e3e3e3; }
  .hover\/bg\:white-d\@xxl:hover {
    background-color: #e3e3e3; }
  .hover\/c\:white-d\@xxl:hover {
    color: #e3e3e3; }
  .bg\:white-d\.1\@xxl {
    background-color: rgba(227, 227, 227, 0.9); }
  .c\:white-d\.1\@xxl {
    color: rgba(227, 227, 227, 0.9); }
  .hover\/bg\:white-d\.1\@xxl:hover {
    background-color: rgba(227, 227, 227, 0.9); }
  .hover\/c\:white-d\.1\@xxl:hover {
    color: rgba(227, 227, 227, 0.9); }
  .bg\:white-d\.2\@xxl {
    background-color: rgba(227, 227, 227, 0.8); }
  .c\:white-d\.2\@xxl {
    color: rgba(227, 227, 227, 0.8); }
  .hover\/bg\:white-d\.2\@xxl:hover {
    background-color: rgba(227, 227, 227, 0.8); }
  .hover\/c\:white-d\.2\@xxl:hover {
    color: rgba(227, 227, 227, 0.8); }
  .bg\:white-d\.3\@xxl {
    background-color: rgba(227, 227, 227, 0.7); }
  .c\:white-d\.3\@xxl {
    color: rgba(227, 227, 227, 0.7); }
  .hover\/bg\:white-d\.3\@xxl:hover {
    background-color: rgba(227, 227, 227, 0.7); }
  .hover\/c\:white-d\.3\@xxl:hover {
    color: rgba(227, 227, 227, 0.7); }
  .bg\:white-d\.4\@xxl {
    background-color: rgba(227, 227, 227, 0.6); }
  .c\:white-d\.4\@xxl {
    color: rgba(227, 227, 227, 0.6); }
  .hover\/bg\:white-d\.4\@xxl:hover {
    background-color: rgba(227, 227, 227, 0.6); }
  .hover\/c\:white-d\.4\@xxl:hover {
    color: rgba(227, 227, 227, 0.6); }
  .bg\:white-d\.5\@xxl {
    background-color: rgba(227, 227, 227, 0.5); }
  .c\:white-d\.5\@xxl {
    color: rgba(227, 227, 227, 0.5); }
  .hover\/bg\:white-d\.5\@xxl:hover {
    background-color: rgba(227, 227, 227, 0.5); }
  .hover\/c\:white-d\.5\@xxl:hover {
    color: rgba(227, 227, 227, 0.5); }
  .bg\:white-d\.6\@xxl {
    background-color: rgba(227, 227, 227, 0.4); }
  .c\:white-d\.6\@xxl {
    color: rgba(227, 227, 227, 0.4); }
  .hover\/bg\:white-d\.6\@xxl:hover {
    background-color: rgba(227, 227, 227, 0.4); }
  .hover\/c\:white-d\.6\@xxl:hover {
    color: rgba(227, 227, 227, 0.4); }
  .bg\:white-d\.7\@xxl {
    background-color: rgba(227, 227, 227, 0.3); }
  .c\:white-d\.7\@xxl {
    color: rgba(227, 227, 227, 0.3); }
  .hover\/bg\:white-d\.7\@xxl:hover {
    background-color: rgba(227, 227, 227, 0.3); }
  .hover\/c\:white-d\.7\@xxl:hover {
    color: rgba(227, 227, 227, 0.3); }
  .bg\:white-d\.8\@xxl {
    background-color: rgba(227, 227, 227, 0.2); }
  .c\:white-d\.8\@xxl {
    color: rgba(227, 227, 227, 0.2); }
  .hover\/bg\:white-d\.8\@xxl:hover {
    background-color: rgba(227, 227, 227, 0.2); }
  .hover\/c\:white-d\.8\@xxl:hover {
    color: rgba(227, 227, 227, 0.2); }
  .bg\:white-d\.9\@xxl {
    background-color: rgba(227, 227, 227, 0.1); }
  .c\:white-d\.9\@xxl {
    color: rgba(227, 227, 227, 0.1); }
  .hover\/bg\:white-d\.9\@xxl:hover {
    background-color: rgba(227, 227, 227, 0.1); }
  .hover\/c\:white-d\.9\@xxl:hover {
    color: rgba(227, 227, 227, 0.1); } }

@media (min-width: 1700px) {
  .bg\:white\@xxl {
    background-color: #ffffff; }
  .c\:white\@xxl {
    color: #ffffff; }
  .hover\/bg\:white\@xxl:hover {
    background-color: #ffffff; }
  .hover\/c\:white\@xxl:hover {
    color: #ffffff; }
  .bg\:white\.1\@xxl {
    background-color: rgba(255, 255, 255, 0.9); }
  .c\:white\.1\@xxl {
    color: rgba(255, 255, 255, 0.9); }
  .hover\/bg\:white\.1\@xxl:hover {
    background-color: rgba(255, 255, 255, 0.9); }
  .hover\/c\:white\.1\@xxl:hover {
    color: rgba(255, 255, 255, 0.9); }
  .bg\:white\.2\@xxl {
    background-color: rgba(255, 255, 255, 0.8); }
  .c\:white\.2\@xxl {
    color: rgba(255, 255, 255, 0.8); }
  .hover\/bg\:white\.2\@xxl:hover {
    background-color: rgba(255, 255, 255, 0.8); }
  .hover\/c\:white\.2\@xxl:hover {
    color: rgba(255, 255, 255, 0.8); }
  .bg\:white\.3\@xxl {
    background-color: rgba(255, 255, 255, 0.7); }
  .c\:white\.3\@xxl {
    color: rgba(255, 255, 255, 0.7); }
  .hover\/bg\:white\.3\@xxl:hover {
    background-color: rgba(255, 255, 255, 0.7); }
  .hover\/c\:white\.3\@xxl:hover {
    color: rgba(255, 255, 255, 0.7); }
  .bg\:white\.4\@xxl {
    background-color: rgba(255, 255, 255, 0.6); }
  .c\:white\.4\@xxl {
    color: rgba(255, 255, 255, 0.6); }
  .hover\/bg\:white\.4\@xxl:hover {
    background-color: rgba(255, 255, 255, 0.6); }
  .hover\/c\:white\.4\@xxl:hover {
    color: rgba(255, 255, 255, 0.6); }
  .bg\:white\.5\@xxl {
    background-color: rgba(255, 255, 255, 0.5); }
  .c\:white\.5\@xxl {
    color: rgba(255, 255, 255, 0.5); }
  .hover\/bg\:white\.5\@xxl:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .hover\/c\:white\.5\@xxl:hover {
    color: rgba(255, 255, 255, 0.5); }
  .bg\:white\.6\@xxl {
    background-color: rgba(255, 255, 255, 0.4); }
  .c\:white\.6\@xxl {
    color: rgba(255, 255, 255, 0.4); }
  .hover\/bg\:white\.6\@xxl:hover {
    background-color: rgba(255, 255, 255, 0.4); }
  .hover\/c\:white\.6\@xxl:hover {
    color: rgba(255, 255, 255, 0.4); }
  .bg\:white\.7\@xxl {
    background-color: rgba(255, 255, 255, 0.3); }
  .c\:white\.7\@xxl {
    color: rgba(255, 255, 255, 0.3); }
  .hover\/bg\:white\.7\@xxl:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  .hover\/c\:white\.7\@xxl:hover {
    color: rgba(255, 255, 255, 0.3); }
  .bg\:white\.8\@xxl {
    background-color: rgba(255, 255, 255, 0.2); }
  .c\:white\.8\@xxl {
    color: rgba(255, 255, 255, 0.2); }
  .hover\/bg\:white\.8\@xxl:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  .hover\/c\:white\.8\@xxl:hover {
    color: rgba(255, 255, 255, 0.2); }
  .bg\:white\.9\@xxl {
    background-color: rgba(255, 255, 255, 0.1); }
  .c\:white\.9\@xxl {
    color: rgba(255, 255, 255, 0.1); }
  .hover\/bg\:white\.9\@xxl:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .hover\/c\:white\.9\@xxl:hover {
    color: rgba(255, 255, 255, 0.1); } }

@media (min-width: 1700px) {
  .bg\:orange\@xxl {
    background-color: #ff904b; }
  .c\:orange\@xxl {
    color: #ff904b; }
  .hover\/bg\:orange\@xxl:hover {
    background-color: #ff904b; }
  .hover\/c\:orange\@xxl:hover {
    color: #ff904b; }
  .bg\:orange\.1\@xxl {
    background-color: rgba(255, 144, 75, 0.9); }
  .c\:orange\.1\@xxl {
    color: rgba(255, 144, 75, 0.9); }
  .hover\/bg\:orange\.1\@xxl:hover {
    background-color: rgba(255, 144, 75, 0.9); }
  .hover\/c\:orange\.1\@xxl:hover {
    color: rgba(255, 144, 75, 0.9); }
  .bg\:orange\.2\@xxl {
    background-color: rgba(255, 144, 75, 0.8); }
  .c\:orange\.2\@xxl {
    color: rgba(255, 144, 75, 0.8); }
  .hover\/bg\:orange\.2\@xxl:hover {
    background-color: rgba(255, 144, 75, 0.8); }
  .hover\/c\:orange\.2\@xxl:hover {
    color: rgba(255, 144, 75, 0.8); }
  .bg\:orange\.3\@xxl {
    background-color: rgba(255, 144, 75, 0.7); }
  .c\:orange\.3\@xxl {
    color: rgba(255, 144, 75, 0.7); }
  .hover\/bg\:orange\.3\@xxl:hover {
    background-color: rgba(255, 144, 75, 0.7); }
  .hover\/c\:orange\.3\@xxl:hover {
    color: rgba(255, 144, 75, 0.7); }
  .bg\:orange\.4\@xxl {
    background-color: rgba(255, 144, 75, 0.6); }
  .c\:orange\.4\@xxl {
    color: rgba(255, 144, 75, 0.6); }
  .hover\/bg\:orange\.4\@xxl:hover {
    background-color: rgba(255, 144, 75, 0.6); }
  .hover\/c\:orange\.4\@xxl:hover {
    color: rgba(255, 144, 75, 0.6); }
  .bg\:orange\.5\@xxl {
    background-color: rgba(255, 144, 75, 0.5); }
  .c\:orange\.5\@xxl {
    color: rgba(255, 144, 75, 0.5); }
  .hover\/bg\:orange\.5\@xxl:hover {
    background-color: rgba(255, 144, 75, 0.5); }
  .hover\/c\:orange\.5\@xxl:hover {
    color: rgba(255, 144, 75, 0.5); }
  .bg\:orange\.6\@xxl {
    background-color: rgba(255, 144, 75, 0.4); }
  .c\:orange\.6\@xxl {
    color: rgba(255, 144, 75, 0.4); }
  .hover\/bg\:orange\.6\@xxl:hover {
    background-color: rgba(255, 144, 75, 0.4); }
  .hover\/c\:orange\.6\@xxl:hover {
    color: rgba(255, 144, 75, 0.4); }
  .bg\:orange\.7\@xxl {
    background-color: rgba(255, 144, 75, 0.3); }
  .c\:orange\.7\@xxl {
    color: rgba(255, 144, 75, 0.3); }
  .hover\/bg\:orange\.7\@xxl:hover {
    background-color: rgba(255, 144, 75, 0.3); }
  .hover\/c\:orange\.7\@xxl:hover {
    color: rgba(255, 144, 75, 0.3); }
  .bg\:orange\.8\@xxl {
    background-color: rgba(255, 144, 75, 0.2); }
  .c\:orange\.8\@xxl {
    color: rgba(255, 144, 75, 0.2); }
  .hover\/bg\:orange\.8\@xxl:hover {
    background-color: rgba(255, 144, 75, 0.2); }
  .hover\/c\:orange\.8\@xxl:hover {
    color: rgba(255, 144, 75, 0.2); }
  .bg\:orange\.9\@xxl {
    background-color: rgba(255, 144, 75, 0.1); }
  .c\:orange\.9\@xxl {
    color: rgba(255, 144, 75, 0.1); }
  .hover\/bg\:orange\.9\@xxl:hover {
    background-color: rgba(255, 144, 75, 0.1); }
  .hover\/c\:orange\.9\@xxl:hover {
    color: rgba(255, 144, 75, 0.1); } }

@media (min-width: 1700px) {
  .bg\:coral\@xxl {
    background-color: #ff5041; }
  .c\:coral\@xxl {
    color: #ff5041; }
  .hover\/bg\:coral\@xxl:hover {
    background-color: #ff5041; }
  .hover\/c\:coral\@xxl:hover {
    color: #ff5041; }
  .bg\:coral\.1\@xxl {
    background-color: rgba(255, 80, 65, 0.9); }
  .c\:coral\.1\@xxl {
    color: rgba(255, 80, 65, 0.9); }
  .hover\/bg\:coral\.1\@xxl:hover {
    background-color: rgba(255, 80, 65, 0.9); }
  .hover\/c\:coral\.1\@xxl:hover {
    color: rgba(255, 80, 65, 0.9); }
  .bg\:coral\.2\@xxl {
    background-color: rgba(255, 80, 65, 0.8); }
  .c\:coral\.2\@xxl {
    color: rgba(255, 80, 65, 0.8); }
  .hover\/bg\:coral\.2\@xxl:hover {
    background-color: rgba(255, 80, 65, 0.8); }
  .hover\/c\:coral\.2\@xxl:hover {
    color: rgba(255, 80, 65, 0.8); }
  .bg\:coral\.3\@xxl {
    background-color: rgba(255, 80, 65, 0.7); }
  .c\:coral\.3\@xxl {
    color: rgba(255, 80, 65, 0.7); }
  .hover\/bg\:coral\.3\@xxl:hover {
    background-color: rgba(255, 80, 65, 0.7); }
  .hover\/c\:coral\.3\@xxl:hover {
    color: rgba(255, 80, 65, 0.7); }
  .bg\:coral\.4\@xxl {
    background-color: rgba(255, 80, 65, 0.6); }
  .c\:coral\.4\@xxl {
    color: rgba(255, 80, 65, 0.6); }
  .hover\/bg\:coral\.4\@xxl:hover {
    background-color: rgba(255, 80, 65, 0.6); }
  .hover\/c\:coral\.4\@xxl:hover {
    color: rgba(255, 80, 65, 0.6); }
  .bg\:coral\.5\@xxl {
    background-color: rgba(255, 80, 65, 0.5); }
  .c\:coral\.5\@xxl {
    color: rgba(255, 80, 65, 0.5); }
  .hover\/bg\:coral\.5\@xxl:hover {
    background-color: rgba(255, 80, 65, 0.5); }
  .hover\/c\:coral\.5\@xxl:hover {
    color: rgba(255, 80, 65, 0.5); }
  .bg\:coral\.6\@xxl {
    background-color: rgba(255, 80, 65, 0.4); }
  .c\:coral\.6\@xxl {
    color: rgba(255, 80, 65, 0.4); }
  .hover\/bg\:coral\.6\@xxl:hover {
    background-color: rgba(255, 80, 65, 0.4); }
  .hover\/c\:coral\.6\@xxl:hover {
    color: rgba(255, 80, 65, 0.4); }
  .bg\:coral\.7\@xxl {
    background-color: rgba(255, 80, 65, 0.3); }
  .c\:coral\.7\@xxl {
    color: rgba(255, 80, 65, 0.3); }
  .hover\/bg\:coral\.7\@xxl:hover {
    background-color: rgba(255, 80, 65, 0.3); }
  .hover\/c\:coral\.7\@xxl:hover {
    color: rgba(255, 80, 65, 0.3); }
  .bg\:coral\.8\@xxl {
    background-color: rgba(255, 80, 65, 0.2); }
  .c\:coral\.8\@xxl {
    color: rgba(255, 80, 65, 0.2); }
  .hover\/bg\:coral\.8\@xxl:hover {
    background-color: rgba(255, 80, 65, 0.2); }
  .hover\/c\:coral\.8\@xxl:hover {
    color: rgba(255, 80, 65, 0.2); }
  .bg\:coral\.9\@xxl {
    background-color: rgba(255, 80, 65, 0.1); }
  .c\:coral\.9\@xxl {
    color: rgba(255, 80, 65, 0.1); }
  .hover\/bg\:coral\.9\@xxl:hover {
    background-color: rgba(255, 80, 65, 0.1); }
  .hover\/c\:coral\.9\@xxl:hover {
    color: rgba(255, 80, 65, 0.1); } }

@media (min-width: 1700px) {
  .bg\:red\@xxl {
    background-color: #e62b1e; }
  .c\:red\@xxl {
    color: #e62b1e; }
  .hover\/bg\:red\@xxl:hover {
    background-color: #e62b1e; }
  .hover\/c\:red\@xxl:hover {
    color: #e62b1e; }
  .bg\:red\.1\@xxl {
    background-color: rgba(230, 43, 30, 0.9); }
  .c\:red\.1\@xxl {
    color: rgba(230, 43, 30, 0.9); }
  .hover\/bg\:red\.1\@xxl:hover {
    background-color: rgba(230, 43, 30, 0.9); }
  .hover\/c\:red\.1\@xxl:hover {
    color: rgba(230, 43, 30, 0.9); }
  .bg\:red\.2\@xxl {
    background-color: rgba(230, 43, 30, 0.8); }
  .c\:red\.2\@xxl {
    color: rgba(230, 43, 30, 0.8); }
  .hover\/bg\:red\.2\@xxl:hover {
    background-color: rgba(230, 43, 30, 0.8); }
  .hover\/c\:red\.2\@xxl:hover {
    color: rgba(230, 43, 30, 0.8); }
  .bg\:red\.3\@xxl {
    background-color: rgba(230, 43, 30, 0.7); }
  .c\:red\.3\@xxl {
    color: rgba(230, 43, 30, 0.7); }
  .hover\/bg\:red\.3\@xxl:hover {
    background-color: rgba(230, 43, 30, 0.7); }
  .hover\/c\:red\.3\@xxl:hover {
    color: rgba(230, 43, 30, 0.7); }
  .bg\:red\.4\@xxl {
    background-color: rgba(230, 43, 30, 0.6); }
  .c\:red\.4\@xxl {
    color: rgba(230, 43, 30, 0.6); }
  .hover\/bg\:red\.4\@xxl:hover {
    background-color: rgba(230, 43, 30, 0.6); }
  .hover\/c\:red\.4\@xxl:hover {
    color: rgba(230, 43, 30, 0.6); }
  .bg\:red\.5\@xxl {
    background-color: rgba(230, 43, 30, 0.5); }
  .c\:red\.5\@xxl {
    color: rgba(230, 43, 30, 0.5); }
  .hover\/bg\:red\.5\@xxl:hover {
    background-color: rgba(230, 43, 30, 0.5); }
  .hover\/c\:red\.5\@xxl:hover {
    color: rgba(230, 43, 30, 0.5); }
  .bg\:red\.6\@xxl {
    background-color: rgba(230, 43, 30, 0.4); }
  .c\:red\.6\@xxl {
    color: rgba(230, 43, 30, 0.4); }
  .hover\/bg\:red\.6\@xxl:hover {
    background-color: rgba(230, 43, 30, 0.4); }
  .hover\/c\:red\.6\@xxl:hover {
    color: rgba(230, 43, 30, 0.4); }
  .bg\:red\.7\@xxl {
    background-color: rgba(230, 43, 30, 0.3); }
  .c\:red\.7\@xxl {
    color: rgba(230, 43, 30, 0.3); }
  .hover\/bg\:red\.7\@xxl:hover {
    background-color: rgba(230, 43, 30, 0.3); }
  .hover\/c\:red\.7\@xxl:hover {
    color: rgba(230, 43, 30, 0.3); }
  .bg\:red\.8\@xxl {
    background-color: rgba(230, 43, 30, 0.2); }
  .c\:red\.8\@xxl {
    color: rgba(230, 43, 30, 0.2); }
  .hover\/bg\:red\.8\@xxl:hover {
    background-color: rgba(230, 43, 30, 0.2); }
  .hover\/c\:red\.8\@xxl:hover {
    color: rgba(230, 43, 30, 0.2); }
  .bg\:red\.9\@xxl {
    background-color: rgba(230, 43, 30, 0.1); }
  .c\:red\.9\@xxl {
    color: rgba(230, 43, 30, 0.1); }
  .hover\/bg\:red\.9\@xxl:hover {
    background-color: rgba(230, 43, 30, 0.1); }
  .hover\/c\:red\.9\@xxl:hover {
    color: rgba(230, 43, 30, 0.1); } }

@media (min-width: 1700px) {
  .bg\:twitter\@xxl {
    background-color: #55acee; }
  .c\:twitter\@xxl {
    color: #55acee; }
  .hover\/bg\:twitter\@xxl:hover {
    background-color: #55acee; }
  .hover\/c\:twitter\@xxl:hover {
    color: #55acee; }
  .bg\:twitter\.1\@xxl {
    background-color: rgba(85, 172, 238, 0.9); }
  .c\:twitter\.1\@xxl {
    color: rgba(85, 172, 238, 0.9); }
  .hover\/bg\:twitter\.1\@xxl:hover {
    background-color: rgba(85, 172, 238, 0.9); }
  .hover\/c\:twitter\.1\@xxl:hover {
    color: rgba(85, 172, 238, 0.9); }
  .bg\:twitter\.2\@xxl {
    background-color: rgba(85, 172, 238, 0.8); }
  .c\:twitter\.2\@xxl {
    color: rgba(85, 172, 238, 0.8); }
  .hover\/bg\:twitter\.2\@xxl:hover {
    background-color: rgba(85, 172, 238, 0.8); }
  .hover\/c\:twitter\.2\@xxl:hover {
    color: rgba(85, 172, 238, 0.8); }
  .bg\:twitter\.3\@xxl {
    background-color: rgba(85, 172, 238, 0.7); }
  .c\:twitter\.3\@xxl {
    color: rgba(85, 172, 238, 0.7); }
  .hover\/bg\:twitter\.3\@xxl:hover {
    background-color: rgba(85, 172, 238, 0.7); }
  .hover\/c\:twitter\.3\@xxl:hover {
    color: rgba(85, 172, 238, 0.7); }
  .bg\:twitter\.4\@xxl {
    background-color: rgba(85, 172, 238, 0.6); }
  .c\:twitter\.4\@xxl {
    color: rgba(85, 172, 238, 0.6); }
  .hover\/bg\:twitter\.4\@xxl:hover {
    background-color: rgba(85, 172, 238, 0.6); }
  .hover\/c\:twitter\.4\@xxl:hover {
    color: rgba(85, 172, 238, 0.6); }
  .bg\:twitter\.5\@xxl {
    background-color: rgba(85, 172, 238, 0.5); }
  .c\:twitter\.5\@xxl {
    color: rgba(85, 172, 238, 0.5); }
  .hover\/bg\:twitter\.5\@xxl:hover {
    background-color: rgba(85, 172, 238, 0.5); }
  .hover\/c\:twitter\.5\@xxl:hover {
    color: rgba(85, 172, 238, 0.5); }
  .bg\:twitter\.6\@xxl {
    background-color: rgba(85, 172, 238, 0.4); }
  .c\:twitter\.6\@xxl {
    color: rgba(85, 172, 238, 0.4); }
  .hover\/bg\:twitter\.6\@xxl:hover {
    background-color: rgba(85, 172, 238, 0.4); }
  .hover\/c\:twitter\.6\@xxl:hover {
    color: rgba(85, 172, 238, 0.4); }
  .bg\:twitter\.7\@xxl {
    background-color: rgba(85, 172, 238, 0.3); }
  .c\:twitter\.7\@xxl {
    color: rgba(85, 172, 238, 0.3); }
  .hover\/bg\:twitter\.7\@xxl:hover {
    background-color: rgba(85, 172, 238, 0.3); }
  .hover\/c\:twitter\.7\@xxl:hover {
    color: rgba(85, 172, 238, 0.3); }
  .bg\:twitter\.8\@xxl {
    background-color: rgba(85, 172, 238, 0.2); }
  .c\:twitter\.8\@xxl {
    color: rgba(85, 172, 238, 0.2); }
  .hover\/bg\:twitter\.8\@xxl:hover {
    background-color: rgba(85, 172, 238, 0.2); }
  .hover\/c\:twitter\.8\@xxl:hover {
    color: rgba(85, 172, 238, 0.2); }
  .bg\:twitter\.9\@xxl {
    background-color: rgba(85, 172, 238, 0.1); }
  .c\:twitter\.9\@xxl {
    color: rgba(85, 172, 238, 0.1); }
  .hover\/bg\:twitter\.9\@xxl:hover {
    background-color: rgba(85, 172, 238, 0.1); }
  .hover\/c\:twitter\.9\@xxl:hover {
    color: rgba(85, 172, 238, 0.1); } }

@media (min-width: 1700px) {
  .bg\:facebook\@xxl {
    background-color: #3b5998; }
  .c\:facebook\@xxl {
    color: #3b5998; }
  .hover\/bg\:facebook\@xxl:hover {
    background-color: #3b5998; }
  .hover\/c\:facebook\@xxl:hover {
    color: #3b5998; }
  .bg\:facebook\.1\@xxl {
    background-color: rgba(59, 89, 152, 0.9); }
  .c\:facebook\.1\@xxl {
    color: rgba(59, 89, 152, 0.9); }
  .hover\/bg\:facebook\.1\@xxl:hover {
    background-color: rgba(59, 89, 152, 0.9); }
  .hover\/c\:facebook\.1\@xxl:hover {
    color: rgba(59, 89, 152, 0.9); }
  .bg\:facebook\.2\@xxl {
    background-color: rgba(59, 89, 152, 0.8); }
  .c\:facebook\.2\@xxl {
    color: rgba(59, 89, 152, 0.8); }
  .hover\/bg\:facebook\.2\@xxl:hover {
    background-color: rgba(59, 89, 152, 0.8); }
  .hover\/c\:facebook\.2\@xxl:hover {
    color: rgba(59, 89, 152, 0.8); }
  .bg\:facebook\.3\@xxl {
    background-color: rgba(59, 89, 152, 0.7); }
  .c\:facebook\.3\@xxl {
    color: rgba(59, 89, 152, 0.7); }
  .hover\/bg\:facebook\.3\@xxl:hover {
    background-color: rgba(59, 89, 152, 0.7); }
  .hover\/c\:facebook\.3\@xxl:hover {
    color: rgba(59, 89, 152, 0.7); }
  .bg\:facebook\.4\@xxl {
    background-color: rgba(59, 89, 152, 0.6); }
  .c\:facebook\.4\@xxl {
    color: rgba(59, 89, 152, 0.6); }
  .hover\/bg\:facebook\.4\@xxl:hover {
    background-color: rgba(59, 89, 152, 0.6); }
  .hover\/c\:facebook\.4\@xxl:hover {
    color: rgba(59, 89, 152, 0.6); }
  .bg\:facebook\.5\@xxl {
    background-color: rgba(59, 89, 152, 0.5); }
  .c\:facebook\.5\@xxl {
    color: rgba(59, 89, 152, 0.5); }
  .hover\/bg\:facebook\.5\@xxl:hover {
    background-color: rgba(59, 89, 152, 0.5); }
  .hover\/c\:facebook\.5\@xxl:hover {
    color: rgba(59, 89, 152, 0.5); }
  .bg\:facebook\.6\@xxl {
    background-color: rgba(59, 89, 152, 0.4); }
  .c\:facebook\.6\@xxl {
    color: rgba(59, 89, 152, 0.4); }
  .hover\/bg\:facebook\.6\@xxl:hover {
    background-color: rgba(59, 89, 152, 0.4); }
  .hover\/c\:facebook\.6\@xxl:hover {
    color: rgba(59, 89, 152, 0.4); }
  .bg\:facebook\.7\@xxl {
    background-color: rgba(59, 89, 152, 0.3); }
  .c\:facebook\.7\@xxl {
    color: rgba(59, 89, 152, 0.3); }
  .hover\/bg\:facebook\.7\@xxl:hover {
    background-color: rgba(59, 89, 152, 0.3); }
  .hover\/c\:facebook\.7\@xxl:hover {
    color: rgba(59, 89, 152, 0.3); }
  .bg\:facebook\.8\@xxl {
    background-color: rgba(59, 89, 152, 0.2); }
  .c\:facebook\.8\@xxl {
    color: rgba(59, 89, 152, 0.2); }
  .hover\/bg\:facebook\.8\@xxl:hover {
    background-color: rgba(59, 89, 152, 0.2); }
  .hover\/c\:facebook\.8\@xxl:hover {
    color: rgba(59, 89, 152, 0.2); }
  .bg\:facebook\.9\@xxl {
    background-color: rgba(59, 89, 152, 0.1); }
  .c\:facebook\.9\@xxl {
    color: rgba(59, 89, 152, 0.1); }
  .hover\/bg\:facebook\.9\@xxl:hover {
    background-color: rgba(59, 89, 152, 0.1); }
  .hover\/c\:facebook\.9\@xxl:hover {
    color: rgba(59, 89, 152, 0.1); } }

@media (min-width: 1700px) {
  .bg\:linkedin\@xxl {
    background-color: #0077b5; }
  .c\:linkedin\@xxl {
    color: #0077b5; }
  .hover\/bg\:linkedin\@xxl:hover {
    background-color: #0077b5; }
  .hover\/c\:linkedin\@xxl:hover {
    color: #0077b5; }
  .bg\:linkedin\.1\@xxl {
    background-color: rgba(0, 119, 181, 0.9); }
  .c\:linkedin\.1\@xxl {
    color: rgba(0, 119, 181, 0.9); }
  .hover\/bg\:linkedin\.1\@xxl:hover {
    background-color: rgba(0, 119, 181, 0.9); }
  .hover\/c\:linkedin\.1\@xxl:hover {
    color: rgba(0, 119, 181, 0.9); }
  .bg\:linkedin\.2\@xxl {
    background-color: rgba(0, 119, 181, 0.8); }
  .c\:linkedin\.2\@xxl {
    color: rgba(0, 119, 181, 0.8); }
  .hover\/bg\:linkedin\.2\@xxl:hover {
    background-color: rgba(0, 119, 181, 0.8); }
  .hover\/c\:linkedin\.2\@xxl:hover {
    color: rgba(0, 119, 181, 0.8); }
  .bg\:linkedin\.3\@xxl {
    background-color: rgba(0, 119, 181, 0.7); }
  .c\:linkedin\.3\@xxl {
    color: rgba(0, 119, 181, 0.7); }
  .hover\/bg\:linkedin\.3\@xxl:hover {
    background-color: rgba(0, 119, 181, 0.7); }
  .hover\/c\:linkedin\.3\@xxl:hover {
    color: rgba(0, 119, 181, 0.7); }
  .bg\:linkedin\.4\@xxl {
    background-color: rgba(0, 119, 181, 0.6); }
  .c\:linkedin\.4\@xxl {
    color: rgba(0, 119, 181, 0.6); }
  .hover\/bg\:linkedin\.4\@xxl:hover {
    background-color: rgba(0, 119, 181, 0.6); }
  .hover\/c\:linkedin\.4\@xxl:hover {
    color: rgba(0, 119, 181, 0.6); }
  .bg\:linkedin\.5\@xxl {
    background-color: rgba(0, 119, 181, 0.5); }
  .c\:linkedin\.5\@xxl {
    color: rgba(0, 119, 181, 0.5); }
  .hover\/bg\:linkedin\.5\@xxl:hover {
    background-color: rgba(0, 119, 181, 0.5); }
  .hover\/c\:linkedin\.5\@xxl:hover {
    color: rgba(0, 119, 181, 0.5); }
  .bg\:linkedin\.6\@xxl {
    background-color: rgba(0, 119, 181, 0.4); }
  .c\:linkedin\.6\@xxl {
    color: rgba(0, 119, 181, 0.4); }
  .hover\/bg\:linkedin\.6\@xxl:hover {
    background-color: rgba(0, 119, 181, 0.4); }
  .hover\/c\:linkedin\.6\@xxl:hover {
    color: rgba(0, 119, 181, 0.4); }
  .bg\:linkedin\.7\@xxl {
    background-color: rgba(0, 119, 181, 0.3); }
  .c\:linkedin\.7\@xxl {
    color: rgba(0, 119, 181, 0.3); }
  .hover\/bg\:linkedin\.7\@xxl:hover {
    background-color: rgba(0, 119, 181, 0.3); }
  .hover\/c\:linkedin\.7\@xxl:hover {
    color: rgba(0, 119, 181, 0.3); }
  .bg\:linkedin\.8\@xxl {
    background-color: rgba(0, 119, 181, 0.2); }
  .c\:linkedin\.8\@xxl {
    color: rgba(0, 119, 181, 0.2); }
  .hover\/bg\:linkedin\.8\@xxl:hover {
    background-color: rgba(0, 119, 181, 0.2); }
  .hover\/c\:linkedin\.8\@xxl:hover {
    color: rgba(0, 119, 181, 0.2); }
  .bg\:linkedin\.9\@xxl {
    background-color: rgba(0, 119, 181, 0.1); }
  .c\:linkedin\.9\@xxl {
    color: rgba(0, 119, 181, 0.1); }
  .hover\/bg\:linkedin\.9\@xxl:hover {
    background-color: rgba(0, 119, 181, 0.1); }
  .hover\/c\:linkedin\.9\@xxl:hover {
    color: rgba(0, 119, 181, 0.1); } }

@media (min-width: 1700px) {
  .bg\:messenger\@xxl {
    background-color: #0084ff; }
  .c\:messenger\@xxl {
    color: #0084ff; }
  .hover\/bg\:messenger\@xxl:hover {
    background-color: #0084ff; }
  .hover\/c\:messenger\@xxl:hover {
    color: #0084ff; }
  .bg\:messenger\.1\@xxl {
    background-color: rgba(0, 132, 255, 0.9); }
  .c\:messenger\.1\@xxl {
    color: rgba(0, 132, 255, 0.9); }
  .hover\/bg\:messenger\.1\@xxl:hover {
    background-color: rgba(0, 132, 255, 0.9); }
  .hover\/c\:messenger\.1\@xxl:hover {
    color: rgba(0, 132, 255, 0.9); }
  .bg\:messenger\.2\@xxl {
    background-color: rgba(0, 132, 255, 0.8); }
  .c\:messenger\.2\@xxl {
    color: rgba(0, 132, 255, 0.8); }
  .hover\/bg\:messenger\.2\@xxl:hover {
    background-color: rgba(0, 132, 255, 0.8); }
  .hover\/c\:messenger\.2\@xxl:hover {
    color: rgba(0, 132, 255, 0.8); }
  .bg\:messenger\.3\@xxl {
    background-color: rgba(0, 132, 255, 0.7); }
  .c\:messenger\.3\@xxl {
    color: rgba(0, 132, 255, 0.7); }
  .hover\/bg\:messenger\.3\@xxl:hover {
    background-color: rgba(0, 132, 255, 0.7); }
  .hover\/c\:messenger\.3\@xxl:hover {
    color: rgba(0, 132, 255, 0.7); }
  .bg\:messenger\.4\@xxl {
    background-color: rgba(0, 132, 255, 0.6); }
  .c\:messenger\.4\@xxl {
    color: rgba(0, 132, 255, 0.6); }
  .hover\/bg\:messenger\.4\@xxl:hover {
    background-color: rgba(0, 132, 255, 0.6); }
  .hover\/c\:messenger\.4\@xxl:hover {
    color: rgba(0, 132, 255, 0.6); }
  .bg\:messenger\.5\@xxl {
    background-color: rgba(0, 132, 255, 0.5); }
  .c\:messenger\.5\@xxl {
    color: rgba(0, 132, 255, 0.5); }
  .hover\/bg\:messenger\.5\@xxl:hover {
    background-color: rgba(0, 132, 255, 0.5); }
  .hover\/c\:messenger\.5\@xxl:hover {
    color: rgba(0, 132, 255, 0.5); }
  .bg\:messenger\.6\@xxl {
    background-color: rgba(0, 132, 255, 0.4); }
  .c\:messenger\.6\@xxl {
    color: rgba(0, 132, 255, 0.4); }
  .hover\/bg\:messenger\.6\@xxl:hover {
    background-color: rgba(0, 132, 255, 0.4); }
  .hover\/c\:messenger\.6\@xxl:hover {
    color: rgba(0, 132, 255, 0.4); }
  .bg\:messenger\.7\@xxl {
    background-color: rgba(0, 132, 255, 0.3); }
  .c\:messenger\.7\@xxl {
    color: rgba(0, 132, 255, 0.3); }
  .hover\/bg\:messenger\.7\@xxl:hover {
    background-color: rgba(0, 132, 255, 0.3); }
  .hover\/c\:messenger\.7\@xxl:hover {
    color: rgba(0, 132, 255, 0.3); }
  .bg\:messenger\.8\@xxl {
    background-color: rgba(0, 132, 255, 0.2); }
  .c\:messenger\.8\@xxl {
    color: rgba(0, 132, 255, 0.2); }
  .hover\/bg\:messenger\.8\@xxl:hover {
    background-color: rgba(0, 132, 255, 0.2); }
  .hover\/c\:messenger\.8\@xxl:hover {
    color: rgba(0, 132, 255, 0.2); }
  .bg\:messenger\.9\@xxl {
    background-color: rgba(0, 132, 255, 0.1); }
  .c\:messenger\.9\@xxl {
    color: rgba(0, 132, 255, 0.1); }
  .hover\/bg\:messenger\.9\@xxl:hover {
    background-color: rgba(0, 132, 255, 0.1); }
  .hover\/c\:messenger\.9\@xxl:hover {
    color: rgba(0, 132, 255, 0.1); } }

@media (min-width: 1700px) {
  .bg\:reddit\@xxl {
    background-color: #ff4500; }
  .c\:reddit\@xxl {
    color: #ff4500; }
  .hover\/bg\:reddit\@xxl:hover {
    background-color: #ff4500; }
  .hover\/c\:reddit\@xxl:hover {
    color: #ff4500; }
  .bg\:reddit\.1\@xxl {
    background-color: rgba(255, 69, 0, 0.9); }
  .c\:reddit\.1\@xxl {
    color: rgba(255, 69, 0, 0.9); }
  .hover\/bg\:reddit\.1\@xxl:hover {
    background-color: rgba(255, 69, 0, 0.9); }
  .hover\/c\:reddit\.1\@xxl:hover {
    color: rgba(255, 69, 0, 0.9); }
  .bg\:reddit\.2\@xxl {
    background-color: rgba(255, 69, 0, 0.8); }
  .c\:reddit\.2\@xxl {
    color: rgba(255, 69, 0, 0.8); }
  .hover\/bg\:reddit\.2\@xxl:hover {
    background-color: rgba(255, 69, 0, 0.8); }
  .hover\/c\:reddit\.2\@xxl:hover {
    color: rgba(255, 69, 0, 0.8); }
  .bg\:reddit\.3\@xxl {
    background-color: rgba(255, 69, 0, 0.7); }
  .c\:reddit\.3\@xxl {
    color: rgba(255, 69, 0, 0.7); }
  .hover\/bg\:reddit\.3\@xxl:hover {
    background-color: rgba(255, 69, 0, 0.7); }
  .hover\/c\:reddit\.3\@xxl:hover {
    color: rgba(255, 69, 0, 0.7); }
  .bg\:reddit\.4\@xxl {
    background-color: rgba(255, 69, 0, 0.6); }
  .c\:reddit\.4\@xxl {
    color: rgba(255, 69, 0, 0.6); }
  .hover\/bg\:reddit\.4\@xxl:hover {
    background-color: rgba(255, 69, 0, 0.6); }
  .hover\/c\:reddit\.4\@xxl:hover {
    color: rgba(255, 69, 0, 0.6); }
  .bg\:reddit\.5\@xxl {
    background-color: rgba(255, 69, 0, 0.5); }
  .c\:reddit\.5\@xxl {
    color: rgba(255, 69, 0, 0.5); }
  .hover\/bg\:reddit\.5\@xxl:hover {
    background-color: rgba(255, 69, 0, 0.5); }
  .hover\/c\:reddit\.5\@xxl:hover {
    color: rgba(255, 69, 0, 0.5); }
  .bg\:reddit\.6\@xxl {
    background-color: rgba(255, 69, 0, 0.4); }
  .c\:reddit\.6\@xxl {
    color: rgba(255, 69, 0, 0.4); }
  .hover\/bg\:reddit\.6\@xxl:hover {
    background-color: rgba(255, 69, 0, 0.4); }
  .hover\/c\:reddit\.6\@xxl:hover {
    color: rgba(255, 69, 0, 0.4); }
  .bg\:reddit\.7\@xxl {
    background-color: rgba(255, 69, 0, 0.3); }
  .c\:reddit\.7\@xxl {
    color: rgba(255, 69, 0, 0.3); }
  .hover\/bg\:reddit\.7\@xxl:hover {
    background-color: rgba(255, 69, 0, 0.3); }
  .hover\/c\:reddit\.7\@xxl:hover {
    color: rgba(255, 69, 0, 0.3); }
  .bg\:reddit\.8\@xxl {
    background-color: rgba(255, 69, 0, 0.2); }
  .c\:reddit\.8\@xxl {
    color: rgba(255, 69, 0, 0.2); }
  .hover\/bg\:reddit\.8\@xxl:hover {
    background-color: rgba(255, 69, 0, 0.2); }
  .hover\/c\:reddit\.8\@xxl:hover {
    color: rgba(255, 69, 0, 0.2); }
  .bg\:reddit\.9\@xxl {
    background-color: rgba(255, 69, 0, 0.1); }
  .c\:reddit\.9\@xxl {
    color: rgba(255, 69, 0, 0.1); }
  .hover\/bg\:reddit\.9\@xxl:hover {
    background-color: rgba(255, 69, 0, 0.1); }
  .hover\/c\:reddit\.9\@xxl:hover {
    color: rgba(255, 69, 0, 0.1); } }

@media (min-width: 1700px) {
  .bg\:sms\@xxl {
    background-color: #25d366; }
  .c\:sms\@xxl {
    color: #25d366; }
  .hover\/bg\:sms\@xxl:hover {
    background-color: #25d366; }
  .hover\/c\:sms\@xxl:hover {
    color: #25d366; }
  .bg\:sms\.1\@xxl {
    background-color: rgba(37, 211, 102, 0.9); }
  .c\:sms\.1\@xxl {
    color: rgba(37, 211, 102, 0.9); }
  .hover\/bg\:sms\.1\@xxl:hover {
    background-color: rgba(37, 211, 102, 0.9); }
  .hover\/c\:sms\.1\@xxl:hover {
    color: rgba(37, 211, 102, 0.9); }
  .bg\:sms\.2\@xxl {
    background-color: rgba(37, 211, 102, 0.8); }
  .c\:sms\.2\@xxl {
    color: rgba(37, 211, 102, 0.8); }
  .hover\/bg\:sms\.2\@xxl:hover {
    background-color: rgba(37, 211, 102, 0.8); }
  .hover\/c\:sms\.2\@xxl:hover {
    color: rgba(37, 211, 102, 0.8); }
  .bg\:sms\.3\@xxl {
    background-color: rgba(37, 211, 102, 0.7); }
  .c\:sms\.3\@xxl {
    color: rgba(37, 211, 102, 0.7); }
  .hover\/bg\:sms\.3\@xxl:hover {
    background-color: rgba(37, 211, 102, 0.7); }
  .hover\/c\:sms\.3\@xxl:hover {
    color: rgba(37, 211, 102, 0.7); }
  .bg\:sms\.4\@xxl {
    background-color: rgba(37, 211, 102, 0.6); }
  .c\:sms\.4\@xxl {
    color: rgba(37, 211, 102, 0.6); }
  .hover\/bg\:sms\.4\@xxl:hover {
    background-color: rgba(37, 211, 102, 0.6); }
  .hover\/c\:sms\.4\@xxl:hover {
    color: rgba(37, 211, 102, 0.6); }
  .bg\:sms\.5\@xxl {
    background-color: rgba(37, 211, 102, 0.5); }
  .c\:sms\.5\@xxl {
    color: rgba(37, 211, 102, 0.5); }
  .hover\/bg\:sms\.5\@xxl:hover {
    background-color: rgba(37, 211, 102, 0.5); }
  .hover\/c\:sms\.5\@xxl:hover {
    color: rgba(37, 211, 102, 0.5); }
  .bg\:sms\.6\@xxl {
    background-color: rgba(37, 211, 102, 0.4); }
  .c\:sms\.6\@xxl {
    color: rgba(37, 211, 102, 0.4); }
  .hover\/bg\:sms\.6\@xxl:hover {
    background-color: rgba(37, 211, 102, 0.4); }
  .hover\/c\:sms\.6\@xxl:hover {
    color: rgba(37, 211, 102, 0.4); }
  .bg\:sms\.7\@xxl {
    background-color: rgba(37, 211, 102, 0.3); }
  .c\:sms\.7\@xxl {
    color: rgba(37, 211, 102, 0.3); }
  .hover\/bg\:sms\.7\@xxl:hover {
    background-color: rgba(37, 211, 102, 0.3); }
  .hover\/c\:sms\.7\@xxl:hover {
    color: rgba(37, 211, 102, 0.3); }
  .bg\:sms\.8\@xxl {
    background-color: rgba(37, 211, 102, 0.2); }
  .c\:sms\.8\@xxl {
    color: rgba(37, 211, 102, 0.2); }
  .hover\/bg\:sms\.8\@xxl:hover {
    background-color: rgba(37, 211, 102, 0.2); }
  .hover\/c\:sms\.8\@xxl:hover {
    color: rgba(37, 211, 102, 0.2); }
  .bg\:sms\.9\@xxl {
    background-color: rgba(37, 211, 102, 0.1); }
  .c\:sms\.9\@xxl {
    color: rgba(37, 211, 102, 0.1); }
  .hover\/bg\:sms\.9\@xxl:hover {
    background-color: rgba(37, 211, 102, 0.1); }
  .hover\/c\:sms\.9\@xxl:hover {
    color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 1700px) {
  .bg\:whatsapp\@xxl {
    background-color: #25d366; }
  .c\:whatsapp\@xxl {
    color: #25d366; }
  .hover\/bg\:whatsapp\@xxl:hover {
    background-color: #25d366; }
  .hover\/c\:whatsapp\@xxl:hover {
    color: #25d366; }
  .bg\:whatsapp\.1\@xxl {
    background-color: rgba(37, 211, 102, 0.9); }
  .c\:whatsapp\.1\@xxl {
    color: rgba(37, 211, 102, 0.9); }
  .hover\/bg\:whatsapp\.1\@xxl:hover {
    background-color: rgba(37, 211, 102, 0.9); }
  .hover\/c\:whatsapp\.1\@xxl:hover {
    color: rgba(37, 211, 102, 0.9); }
  .bg\:whatsapp\.2\@xxl {
    background-color: rgba(37, 211, 102, 0.8); }
  .c\:whatsapp\.2\@xxl {
    color: rgba(37, 211, 102, 0.8); }
  .hover\/bg\:whatsapp\.2\@xxl:hover {
    background-color: rgba(37, 211, 102, 0.8); }
  .hover\/c\:whatsapp\.2\@xxl:hover {
    color: rgba(37, 211, 102, 0.8); }
  .bg\:whatsapp\.3\@xxl {
    background-color: rgba(37, 211, 102, 0.7); }
  .c\:whatsapp\.3\@xxl {
    color: rgba(37, 211, 102, 0.7); }
  .hover\/bg\:whatsapp\.3\@xxl:hover {
    background-color: rgba(37, 211, 102, 0.7); }
  .hover\/c\:whatsapp\.3\@xxl:hover {
    color: rgba(37, 211, 102, 0.7); }
  .bg\:whatsapp\.4\@xxl {
    background-color: rgba(37, 211, 102, 0.6); }
  .c\:whatsapp\.4\@xxl {
    color: rgba(37, 211, 102, 0.6); }
  .hover\/bg\:whatsapp\.4\@xxl:hover {
    background-color: rgba(37, 211, 102, 0.6); }
  .hover\/c\:whatsapp\.4\@xxl:hover {
    color: rgba(37, 211, 102, 0.6); }
  .bg\:whatsapp\.5\@xxl {
    background-color: rgba(37, 211, 102, 0.5); }
  .c\:whatsapp\.5\@xxl {
    color: rgba(37, 211, 102, 0.5); }
  .hover\/bg\:whatsapp\.5\@xxl:hover {
    background-color: rgba(37, 211, 102, 0.5); }
  .hover\/c\:whatsapp\.5\@xxl:hover {
    color: rgba(37, 211, 102, 0.5); }
  .bg\:whatsapp\.6\@xxl {
    background-color: rgba(37, 211, 102, 0.4); }
  .c\:whatsapp\.6\@xxl {
    color: rgba(37, 211, 102, 0.4); }
  .hover\/bg\:whatsapp\.6\@xxl:hover {
    background-color: rgba(37, 211, 102, 0.4); }
  .hover\/c\:whatsapp\.6\@xxl:hover {
    color: rgba(37, 211, 102, 0.4); }
  .bg\:whatsapp\.7\@xxl {
    background-color: rgba(37, 211, 102, 0.3); }
  .c\:whatsapp\.7\@xxl {
    color: rgba(37, 211, 102, 0.3); }
  .hover\/bg\:whatsapp\.7\@xxl:hover {
    background-color: rgba(37, 211, 102, 0.3); }
  .hover\/c\:whatsapp\.7\@xxl:hover {
    color: rgba(37, 211, 102, 0.3); }
  .bg\:whatsapp\.8\@xxl {
    background-color: rgba(37, 211, 102, 0.2); }
  .c\:whatsapp\.8\@xxl {
    color: rgba(37, 211, 102, 0.2); }
  .hover\/bg\:whatsapp\.8\@xxl:hover {
    background-color: rgba(37, 211, 102, 0.2); }
  .hover\/c\:whatsapp\.8\@xxl:hover {
    color: rgba(37, 211, 102, 0.2); }
  .bg\:whatsapp\.9\@xxl {
    background-color: rgba(37, 211, 102, 0.1); }
  .c\:whatsapp\.9\@xxl {
    color: rgba(37, 211, 102, 0.1); }
  .hover\/bg\:whatsapp\.9\@xxl:hover {
    background-color: rgba(37, 211, 102, 0.1); }
  .hover\/c\:whatsapp\.9\@xxl:hover {
    color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 1700px) {
  .bg\:none\@xxl {
    background-color: transparent; }
  .c\:none\@xxl {
    color: transparent; }
  .hover\/bg\:none\@xxl:hover {
    background-color: transparent; }
  .hover\/c\:none\@xxl:hover {
    color: transparent; }
  .bg\:none\.1\@xxl {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.1\@xxl {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.1\@xxl:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.1\@xxl:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.2\@xxl {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.2\@xxl {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.2\@xxl:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.2\@xxl:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.3\@xxl {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.3\@xxl {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.3\@xxl:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.3\@xxl:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.4\@xxl {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.4\@xxl {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.4\@xxl:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.4\@xxl:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.5\@xxl {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.5\@xxl {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.5\@xxl:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.5\@xxl:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.6\@xxl {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.6\@xxl {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.6\@xxl:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.6\@xxl:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.7\@xxl {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.7\@xxl {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.7\@xxl:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.7\@xxl:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.8\@xxl {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.8\@xxl {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.8\@xxl:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.8\@xxl:hover {
    color: rgba(0, 0, 0, 0); }
  .bg\:none\.9\@xxl {
    background-color: rgba(0, 0, 0, 0); }
  .c\:none\.9\@xxl {
    color: rgba(0, 0, 0, 0); }
  .hover\/bg\:none\.9\@xxl:hover {
    background-color: rgba(0, 0, 0, 0); }
  .hover\/c\:none\.9\@xxl:hover {
    color: rgba(0, 0, 0, 0); } }

.bg\:blue-to-yellow\@xxl {
  background-image: linear-gradient(120deg, #c3f7fd 0%, #f4f4ea 60%); }

.bg\:yellow-to-blue\@break {
  background-image: linear-gradient(120deg, #f4f4ea, #c3f7fd); }

.trans\:bg {
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out; }

.c\:current {
  color: currentColor; }

.Flex-embed {
  display: block;
  overflow: hidden;
  position: relative; }

.Flex-embed__ratio {
  display: block;
  padding-bottom: 100%;
  width: 100%; }

.Flex-embed__ratio--16x9 {
  padding-bottom: 56.25%; }

.Flex-embed__content {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.Flex-embed__content--cover {
  background-position-x: center;
  background-size: cover; }

.blur {
  overflow: hidden; }

.blur__el {
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  margin-left: -2rem;
  margin-top: -2rem;
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
  background-size: cover;
  background-position: bottom center; }

.blur__el--dark {
  -webkit-filter: brightness(50%) blur(2rem);
          filter: brightness(50%) blur(2rem); }

/**
CSS loading spinner
https://projects.lukehaas.me/css-loaders/
*/
.Spinner {
  font-size: 10px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid white;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: Spinner 1.1s infinite linear;
          animation: Spinner 1.1s infinite linear; }

.Spinner--dark {
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left-color: black; }

.Spinner--red {
  border-top-color: #d0dede;
  border-right-color: #d0dede;
  border-bottom-color: #d0dede;
  border-left-color: #ff5041; }

.Spinner,
.Spinner::after {
  border-radius: 50%;
  width: 80px;
  height: 80px; }

@-webkit-keyframes Spinner {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes Spinner {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.m-w\:sm {
  max-width: 8.9161rem !important; }

.m-w\:md {
  max-width: 24rem !important; }

.m-w\:measure {
  max-width: 34em !important; }

.m-w\:lg {
  max-width: 55rem !important; }

.m-w\:xl {
  max-width: 237.37631rem !important; }

.m-w\:max {
  max-width: 100rem !important; }

.m-w\:1 {
  max-width: 1rem !important; }

.m-w\:2 {
  max-width: 1.2rem !important; }

.m-w\:3 {
  max-width: 1.44rem !important; }

.m-w\:4 {
  max-width: 1.728rem !important; }

.m-w\:5 {
  max-width: 2.0736rem !important; }

.m-w\:6 {
  max-width: 2.48832rem !important; }

.m-w\:7 {
  max-width: 2.98598rem !important; }

.m-w\:8 {
  max-width: 3.58318rem !important; }

.m-w\:9 {
  max-width: 4.29982rem !important; }

.m-w\:10 {
  max-width: 5.15978rem !important; }

.m-w\:11 {
  max-width: 6.19174rem !important; }

.m-w\:12 {
  max-width: 7.43008rem !important; }

.m-w\:13 {
  max-width: 8.9161rem !important; }

.m-w\:14 {
  max-width: 10.69932rem !important; }

.m-w\:15 {
  max-width: 12.83918rem !important; }

.m-w\:16 {
  max-width: 15.40702rem !important; }

.m-w\:17 {
  max-width: 18.48843rem !important; }

.m-w\:18 {
  max-width: 22.18611rem !important; }

.m-w\:19 {
  max-width: 26.62333rem !important; }

.m-w\:20 {
  max-width: 31.948rem !important; }

.m-w\:21 {
  max-width: 38.3376rem !important; }

@media (min-width: 400px) {
  .m-w\:sm\@xxs {
    max-width: 8.9161rem !important; }
  .m-w\:md\@xxs {
    max-width: 24rem !important; }
  .m-w\:lg\@xxs {
    max-width: 34rem !important; }
  .m-w\:measure\@xxs {
    max-width: 34em !important; }
  .m-w\:xl\@xxs {
    max-width: 66.24737rem !important; }
  .m-w\:max\@xxs {
    max-width: 100rem !important; }
  .m-w\:1\@xxs {
    max-width: 1rem !important; }
  .m-w\:2\@xxs {
    max-width: 1.2rem !important; }
  .m-w\:3\@xxs {
    max-width: 1.44rem !important; }
  .m-w\:4\@xxs {
    max-width: 1.728rem !important; }
  .m-w\:5\@xxs {
    max-width: 2.0736rem !important; }
  .m-w\:6\@xxs {
    max-width: 2.48832rem !important; }
  .m-w\:7\@xxs {
    max-width: 2.98598rem !important; }
  .m-w\:8\@xxs {
    max-width: 3.58318rem !important; }
  .m-w\:9\@xxs {
    max-width: 4.29982rem !important; }
  .m-w\:10\@xxs {
    max-width: 5.15978rem !important; }
  .m-w\:11\@xxs {
    max-width: 6.19174rem !important; }
  .m-w\:12\@xxs {
    max-width: 7.43008rem !important; }
  .m-w\:13\@xxs {
    max-width: 8.9161rem !important; }
  .m-w\:14\@xxs {
    max-width: 10.69932rem !important; }
  .m-w\:15\@xxs {
    max-width: 12.83918rem !important; }
  .m-w\:16\@xxs {
    max-width: 15.40702rem !important; }
  .m-w\:17\@xxs {
    max-width: 18.48843rem !important; }
  .m-w\:18\@xxs {
    max-width: 22.18611rem !important; }
  .m-w\:19\@xxs {
    max-width: 26.62333rem !important; }
  .m-w\:20\@xxs {
    max-width: 31.948rem !important; }
  .m-w\:21\@xxs {
    max-width: 38.3376rem !important; } }

@media (min-width: 500px) {
  .m-w\:sm\@xs {
    max-width: 8.9161rem !important; }
  .m-w\:md\@xs {
    max-width: 24rem !important; }
  .m-w\:lg\@xs {
    max-width: 34rem !important; }
  .m-w\:measure\@xs {
    max-width: 34em !important; }
  .m-w\:xl\@xs {
    max-width: 66.24737rem !important; }
  .m-w\:max\@xs {
    max-width: 100rem !important; }
  .m-w\:1\@xs {
    max-width: 1rem !important; }
  .m-w\:2\@xs {
    max-width: 1.2rem !important; }
  .m-w\:3\@xs {
    max-width: 1.44rem !important; }
  .m-w\:4\@xs {
    max-width: 1.728rem !important; }
  .m-w\:5\@xs {
    max-width: 2.0736rem !important; }
  .m-w\:6\@xs {
    max-width: 2.48832rem !important; }
  .m-w\:7\@xs {
    max-width: 2.98598rem !important; }
  .m-w\:8\@xs {
    max-width: 3.58318rem !important; }
  .m-w\:9\@xs {
    max-width: 4.29982rem !important; }
  .m-w\:10\@xs {
    max-width: 5.15978rem !important; }
  .m-w\:11\@xs {
    max-width: 6.19174rem !important; }
  .m-w\:12\@xs {
    max-width: 7.43008rem !important; }
  .m-w\:13\@xs {
    max-width: 8.9161rem !important; }
  .m-w\:14\@xs {
    max-width: 10.69932rem !important; }
  .m-w\:15\@xs {
    max-width: 12.83918rem !important; }
  .m-w\:16\@xs {
    max-width: 15.40702rem !important; }
  .m-w\:17\@xs {
    max-width: 18.48843rem !important; }
  .m-w\:18\@xs {
    max-width: 22.18611rem !important; }
  .m-w\:19\@xs {
    max-width: 26.62333rem !important; }
  .m-w\:20\@xs {
    max-width: 31.948rem !important; }
  .m-w\:21\@xs {
    max-width: 38.3376rem !important; } }

@media (min-width: 700px) {
  .m-w\:sm\@sm {
    max-width: 8.9161rem !important; }
  .m-w\:md\@sm {
    max-width: 24rem !important; }
  .m-w\:lg\@sm {
    max-width: 34rem !important; }
  .m-w\:measure\@sm {
    max-width: 34em !important; }
  .m-w\:xl\@sm {
    max-width: 66.24737rem !important; }
  .m-w\:max\@sm {
    max-width: 100rem !important; }
  .m-w\:1\@sm {
    max-width: 1rem !important; }
  .m-w\:2\@sm {
    max-width: 1.2rem !important; }
  .m-w\:3\@sm {
    max-width: 1.44rem !important; }
  .m-w\:4\@sm {
    max-width: 1.728rem !important; }
  .m-w\:5\@sm {
    max-width: 2.0736rem !important; }
  .m-w\:6\@sm {
    max-width: 2.48832rem !important; }
  .m-w\:7\@sm {
    max-width: 2.98598rem !important; }
  .m-w\:8\@sm {
    max-width: 3.58318rem !important; }
  .m-w\:9\@sm {
    max-width: 4.29982rem !important; }
  .m-w\:10\@sm {
    max-width: 5.15978rem !important; }
  .m-w\:11\@sm {
    max-width: 6.19174rem !important; }
  .m-w\:12\@sm {
    max-width: 7.43008rem !important; }
  .m-w\:13\@sm {
    max-width: 8.9161rem !important; }
  .m-w\:14\@sm {
    max-width: 10.69932rem !important; }
  .m-w\:15\@sm {
    max-width: 12.83918rem !important; }
  .m-w\:16\@sm {
    max-width: 15.40702rem !important; }
  .m-w\:17\@sm {
    max-width: 18.48843rem !important; }
  .m-w\:18\@sm {
    max-width: 22.18611rem !important; }
  .m-w\:19\@sm {
    max-width: 26.62333rem !important; }
  .m-w\:20\@sm {
    max-width: 31.948rem !important; }
  .m-w\:21\@sm {
    max-width: 38.3376rem !important; } }

@media (min-width: 900px) {
  .m-w\:sm\@md {
    max-width: 8.9161rem !important; }
  .m-w\:md\@md {
    max-width: 24rem !important; }
  .m-w\:lg\@md {
    max-width: 34rem !important; }
  .m-w\:measure\@md {
    max-width: 34em !important; }
  .m-w\:xl\@md {
    max-width: 66.24737rem !important; }
  .m-w\:max\@md {
    max-width: 100rem !important; }
  .m-w\:1\@md {
    max-width: 1rem !important; }
  .m-w\:2\@md {
    max-width: 1.2rem !important; }
  .m-w\:3\@md {
    max-width: 1.44rem !important; }
  .m-w\:4\@md {
    max-width: 1.728rem !important; }
  .m-w\:5\@md {
    max-width: 2.0736rem !important; }
  .m-w\:6\@md {
    max-width: 2.48832rem !important; }
  .m-w\:7\@md {
    max-width: 2.98598rem !important; }
  .m-w\:8\@md {
    max-width: 3.58318rem !important; }
  .m-w\:9\@md {
    max-width: 4.29982rem !important; }
  .m-w\:10\@md {
    max-width: 5.15978rem !important; }
  .m-w\:11\@md {
    max-width: 6.19174rem !important; }
  .m-w\:12\@md {
    max-width: 7.43008rem !important; }
  .m-w\:13\@md {
    max-width: 8.9161rem !important; }
  .m-w\:14\@md {
    max-width: 10.69932rem !important; }
  .m-w\:15\@md {
    max-width: 12.83918rem !important; }
  .m-w\:16\@md {
    max-width: 15.40702rem !important; }
  .m-w\:17\@md {
    max-width: 18.48843rem !important; }
  .m-w\:18\@md {
    max-width: 22.18611rem !important; }
  .m-w\:19\@md {
    max-width: 26.62333rem !important; }
  .m-w\:20\@md {
    max-width: 31.948rem !important; }
  .m-w\:21\@md {
    max-width: 38.3376rem !important; } }

@media (min-width: 1100px) {
  .m-w\:sm\@lg {
    max-width: 8.9161rem !important; }
  .m-w\:md\@lg {
    max-width: 24rem !important; }
  .m-w\:lg\@lg {
    max-width: 34rem !important; }
  .m-w\:measure\@lg {
    max-width: 34em !important; }
  .m-w\:xl\@lg {
    max-width: 66.24737rem !important; }
  .m-w\:max\@lg {
    max-width: 100rem !important; }
  .m-w\:1\@lg {
    max-width: 1rem !important; }
  .m-w\:2\@lg {
    max-width: 1.2rem !important; }
  .m-w\:3\@lg {
    max-width: 1.44rem !important; }
  .m-w\:4\@lg {
    max-width: 1.728rem !important; }
  .m-w\:5\@lg {
    max-width: 2.0736rem !important; }
  .m-w\:6\@lg {
    max-width: 2.48832rem !important; }
  .m-w\:7\@lg {
    max-width: 2.98598rem !important; }
  .m-w\:8\@lg {
    max-width: 3.58318rem !important; }
  .m-w\:9\@lg {
    max-width: 4.29982rem !important; }
  .m-w\:10\@lg {
    max-width: 5.15978rem !important; }
  .m-w\:11\@lg {
    max-width: 6.19174rem !important; }
  .m-w\:12\@lg {
    max-width: 7.43008rem !important; }
  .m-w\:13\@lg {
    max-width: 8.9161rem !important; }
  .m-w\:14\@lg {
    max-width: 10.69932rem !important; }
  .m-w\:15\@lg {
    max-width: 12.83918rem !important; }
  .m-w\:16\@lg {
    max-width: 15.40702rem !important; }
  .m-w\:17\@lg {
    max-width: 18.48843rem !important; }
  .m-w\:18\@lg {
    max-width: 22.18611rem !important; }
  .m-w\:19\@lg {
    max-width: 26.62333rem !important; }
  .m-w\:20\@lg {
    max-width: 31.948rem !important; }
  .m-w\:21\@lg {
    max-width: 38.3376rem !important; } }

@media (min-width: 1300px) {
  .m-w\:sm\@xl {
    max-width: 8.9161rem !important; }
  .m-w\:md\@xl {
    max-width: 24rem !important; }
  .m-w\:lg\@xl {
    max-width: 34rem !important; }
  .m-w\:measure\@xl {
    max-width: 34em !important; }
  .m-w\:xl\@xl {
    max-width: 66.24737rem !important; }
  .m-w\:max\@xl {
    max-width: 100rem !important; }
  .m-w\:1\@xl {
    max-width: 1rem !important; }
  .m-w\:2\@xl {
    max-width: 1.2rem !important; }
  .m-w\:3\@xl {
    max-width: 1.44rem !important; }
  .m-w\:4\@xl {
    max-width: 1.728rem !important; }
  .m-w\:5\@xl {
    max-width: 2.0736rem !important; }
  .m-w\:6\@xl {
    max-width: 2.48832rem !important; }
  .m-w\:7\@xl {
    max-width: 2.98598rem !important; }
  .m-w\:8\@xl {
    max-width: 3.58318rem !important; }
  .m-w\:9\@xl {
    max-width: 4.29982rem !important; }
  .m-w\:10\@xl {
    max-width: 5.15978rem !important; }
  .m-w\:11\@xl {
    max-width: 6.19174rem !important; }
  .m-w\:12\@xl {
    max-width: 7.43008rem !important; }
  .m-w\:13\@xl {
    max-width: 8.9161rem !important; }
  .m-w\:14\@xl {
    max-width: 10.69932rem !important; }
  .m-w\:15\@xl {
    max-width: 12.83918rem !important; }
  .m-w\:16\@xl {
    max-width: 15.40702rem !important; }
  .m-w\:17\@xl {
    max-width: 18.48843rem !important; }
  .m-w\:18\@xl {
    max-width: 22.18611rem !important; }
  .m-w\:19\@xl {
    max-width: 26.62333rem !important; }
  .m-w\:20\@xl {
    max-width: 31.948rem !important; }
  .m-w\:21\@xl {
    max-width: 38.3376rem !important; } }

@media (min-width: 1700px) {
  .m-w\:sm\@xxl {
    max-width: 8.9161rem !important; }
  .m-w\:md\@xxl {
    max-width: 24rem !important; }
  .m-w\:lg\@xxl {
    max-width: 34rem !important; }
  .m-w\:measure\@xxl {
    max-width: 34em !important; }
  .m-w\:xl\@xxl {
    max-width: 66.24737rem !important; }
  .m-w\:max\@xxl {
    max-width: 100rem !important; }
  .m-w\:1\@xxl {
    max-width: 1rem !important; }
  .m-w\:2\@xxl {
    max-width: 1.2rem !important; }
  .m-w\:3\@xxl {
    max-width: 1.44rem !important; }
  .m-w\:4\@xxl {
    max-width: 1.728rem !important; }
  .m-w\:5\@xxl {
    max-width: 2.0736rem !important; }
  .m-w\:6\@xxl {
    max-width: 2.48832rem !important; }
  .m-w\:7\@xxl {
    max-width: 2.98598rem !important; }
  .m-w\:8\@xxl {
    max-width: 3.58318rem !important; }
  .m-w\:9\@xxl {
    max-width: 4.29982rem !important; }
  .m-w\:10\@xxl {
    max-width: 5.15978rem !important; }
  .m-w\:11\@xxl {
    max-width: 6.19174rem !important; }
  .m-w\:12\@xxl {
    max-width: 7.43008rem !important; }
  .m-w\:13\@xxl {
    max-width: 8.9161rem !important; }
  .m-w\:14\@xxl {
    max-width: 10.69932rem !important; }
  .m-w\:15\@xxl {
    max-width: 12.83918rem !important; }
  .m-w\:16\@xxl {
    max-width: 15.40702rem !important; }
  .m-w\:17\@xxl {
    max-width: 18.48843rem !important; }
  .m-w\:18\@xxl {
    max-width: 22.18611rem !important; }
  .m-w\:19\@xxl {
    max-width: 26.62333rem !important; }
  .m-w\:20\@xxl {
    max-width: 31.948rem !important; }
  .m-w\:21\@xxl {
    max-width: 38.3376rem !important; } }

.depth {
  position: relative;
  z-index: 1;
  border-radius: inherit; }
  .depth::before, .depth::after {
    border-radius: inherit;
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0; }

.depth\:0::before,
.depth\:0::after {
  -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); }

.depth\:0::before {
  opacity: 0;
  -webkit-box-shadow: 0 0 0 #000000, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
          box-shadow: 0 0 0 #000000, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent; }

.depth\:0::after {
  opacity: 0;
  -webkit-box-shadow: 0 0 0 #000000;
          box-shadow: 0 0 0 #000000; }

.depth\:0::before,
.depth\:0::after {
  -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); }

.depth\:1::before,
.depth\:1::after {
  -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); }

.depth\:1::after {
  opacity: .0625;
  -webkit-box-shadow: 0 2px 0 0 #000000;
          box-shadow: 0 2px 0 0 #000000; }

.depth\:2::before,
.depth\:2::after {
  -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); }

.depth\:2::before {
  opacity: .16;
  -webkit-box-shadow: 0 1px 10px transparent, 0 3px 15px #000000, 0 10px 40px transparent, 0 14px 50px transparent, 0 19px 70px transparent;
          box-shadow: 0 1px 10px transparent, 0 3px 15px #000000, 0 10px 40px transparent, 0 14px 50px transparent, 0 19px 70px transparent; }

.depth\:2::after {
  opacity: .23;
  -webkit-box-shadow: 0 1px 1px transparent, 0 3px 3px #000000, 0 6px 3px transparent, 0 10px 5px transparent, 0 15px 6px transparent;
          box-shadow: 0 1px 1px transparent, 0 3px 3px #000000, 0 6px 3px transparent, 0 10px 5px transparent, 0 15px 6px transparent; }

.depth\:3::before,
.depth\:3::after {
  -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); }

.depth\:3::before {
  opacity: .19;
  -webkit-box-shadow: 0 1px 10px transparent, 0 3px 15px transparent, 0 10px 40px #000000, 0 14px 50px transparent, 0 19px 70px transparent;
          box-shadow: 0 1px 10px transparent, 0 3px 15px transparent, 0 10px 40px #000000, 0 14px 50px transparent, 0 19px 70px transparent; }

.depth\:3::after {
  opacity: .23;
  -webkit-box-shadow: 0 1px 1px transparent, 0 3px 3px transparent, 0 6px 3px #000000, 0 10px 5px transparent, 0 15px 6px transparent;
          box-shadow: 0 1px 1px transparent, 0 3px 3px transparent, 0 6px 3px #000000, 0 10px 5px transparent, 0 15px 6px transparent; }

.depth\:4::before,
.depth\:4::after {
  -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); }

.depth\:4::before {
  opacity: .25;
  -webkit-box-shadow: 0 1px 10px transparent, 0 3px 15px transparent, 0 10px 40px transparent, 0 14px 50px #000000, 0 19px 70px transparent;
          box-shadow: 0 1px 10px transparent, 0 3px 15px transparent, 0 10px 40px transparent, 0 14px 50px #000000, 0 19px 70px transparent; }

.depth\:4::after {
  opacity: .22;
  -webkit-box-shadow: 0 1px 1px transparent, 0 3px 3px transparent, 0 6px 3px transparent, 0 10px 5px #000000, 0 15px 6px transparent;
          box-shadow: 0 1px 1px transparent, 0 3px 3px transparent, 0 6px 3px transparent, 0 10px 5px #000000, 0 15px 6px transparent; }

.depth\:5::before,
.depth\:5::after {
  -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); }

.depth\:5::before {
  opacity: .3;
  -webkit-box-shadow: 0 1px 10px transparent, 0 3px 15px transparent, 0 10px 40px transparent, 0 14px 50 transparent, 0 19px 70px #000000;
          box-shadow: 0 1px 10px transparent, 0 3px 15px transparent, 0 10px 40px transparent, 0 14px 50 transparent, 0 19px 70px #000000; }

.depth\:5::after {
  opacity: .22;
  -webkit-box-shadow: 0 1px 1px transparent, 0 3px 3px transparent, 0 6px 3px transparent, 0 10px 5px transparent, 0 15px 6px #000000;
          box-shadow: 0 1px 1px transparent, 0 3px 3px transparent, 0 6px 3px transparent, 0 10px 5px transparent, 0 15px 6px #000000; }

@media (none) {
  .depth\@n {
    position: relative;
    z-index: 1;
    border-radius: inherit; }
    .depth\@n::before, .depth\@n::after {
      border-radius: inherit;
      z-index: -1;
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 0; }
  .depth\:0\@n::before,
  .depth\:0\@n::after {
    -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); }
  .depth\:0\@n::before {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 #000000, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
            box-shadow: 0 0 0 #000000, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent; }
  .depth\:0\@n::after {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 #000000;
            box-shadow: 0 0 0 #000000; }
  .depth\:0\@n::before,
  .depth\:0\@n::after {
    -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); } }

@media (min-width: 400px) {
  .depth\@xxs {
    position: relative;
    z-index: 1;
    border-radius: inherit; }
    .depth\@xxs::before, .depth\@xxs::after {
      border-radius: inherit;
      z-index: -1;
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 0; }
  .depth\:0\@xxs::before,
  .depth\:0\@xxs::after {
    -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); }
  .depth\:0\@xxs::before {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 #000000, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
            box-shadow: 0 0 0 #000000, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent; }
  .depth\:0\@xxs::after {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 #000000;
            box-shadow: 0 0 0 #000000; }
  .depth\:0\@xxs::before,
  .depth\:0\@xxs::after {
    -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); } }

@media (min-width: 500px) {
  .depth\@xs {
    position: relative;
    z-index: 1;
    border-radius: inherit; }
    .depth\@xs::before, .depth\@xs::after {
      border-radius: inherit;
      z-index: -1;
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 0; }
  .depth\:0\@xs::before,
  .depth\:0\@xs::after {
    -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); }
  .depth\:0\@xs::before {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 #000000, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
            box-shadow: 0 0 0 #000000, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent; }
  .depth\:0\@xs::after {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 #000000;
            box-shadow: 0 0 0 #000000; }
  .depth\:0\@xs::before,
  .depth\:0\@xs::after {
    -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); } }

@media (min-width: 700px) {
  .depth\@sm {
    position: relative;
    z-index: 1;
    border-radius: inherit; }
    .depth\@sm::before, .depth\@sm::after {
      border-radius: inherit;
      z-index: -1;
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 0; }
  .depth\:0\@sm::before,
  .depth\:0\@sm::after {
    -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); }
  .depth\:0\@sm::before {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 #000000, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
            box-shadow: 0 0 0 #000000, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent; }
  .depth\:0\@sm::after {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 #000000;
            box-shadow: 0 0 0 #000000; }
  .depth\:0\@sm::before,
  .depth\:0\@sm::after {
    -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); } }

@media (min-width: 900px) {
  .depth\@md {
    position: relative;
    z-index: 1;
    border-radius: inherit; }
    .depth\@md::before, .depth\@md::after {
      border-radius: inherit;
      z-index: -1;
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 0; }
  .depth\:0\@md::before,
  .depth\:0\@md::after {
    -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); }
  .depth\:0\@md::before {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 #000000, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
            box-shadow: 0 0 0 #000000, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent; }
  .depth\:0\@md::after {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 #000000;
            box-shadow: 0 0 0 #000000; }
  .depth\:0\@md::before,
  .depth\:0\@md::after {
    -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); } }

@media (min-width: 1100px) {
  .depth\@lg {
    position: relative;
    z-index: 1;
    border-radius: inherit; }
    .depth\@lg::before, .depth\@lg::after {
      border-radius: inherit;
      z-index: -1;
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 0; }
  .depth\:0\@lg::before,
  .depth\:0\@lg::after {
    -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); }
  .depth\:0\@lg::before {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 #000000, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
            box-shadow: 0 0 0 #000000, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent; }
  .depth\:0\@lg::after {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 #000000;
            box-shadow: 0 0 0 #000000; }
  .depth\:0\@lg::before,
  .depth\:0\@lg::after {
    -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); } }

@media (min-width: 1300px) {
  .depth\@xl {
    position: relative;
    z-index: 1;
    border-radius: inherit; }
    .depth\@xl::before, .depth\@xl::after {
      border-radius: inherit;
      z-index: -1;
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 0; }
  .depth\:0\@xl::before,
  .depth\:0\@xl::after {
    -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); }
  .depth\:0\@xl::before {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 #000000, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
            box-shadow: 0 0 0 #000000, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent; }
  .depth\:0\@xl::after {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 #000000;
            box-shadow: 0 0 0 #000000; }
  .depth\:0\@xl::before,
  .depth\:0\@xl::after {
    -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); } }

@media (min-width: 1700px) {
  .depth\@xxl {
    position: relative;
    z-index: 1;
    border-radius: inherit; }
    .depth\@xxl::before, .depth\@xxl::after {
      border-radius: inherit;
      z-index: -1;
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 0; }
  .depth\:0\@xxl::before,
  .depth\:0\@xxl::after {
    -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); }
  .depth\:0\@xxl::before {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 #000000, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
            box-shadow: 0 0 0 #000000, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent; }
  .depth\:0\@xxl::after {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 #000000;
            box-shadow: 0 0 0 #000000; }
  .depth\:0\@xxl::before,
  .depth\:0\@xxl::after {
    -webkit-transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.7s 0.01s cubic-bezier(0.19, 1, 0.22, 1); } }

.o\:10 {
  opacity: .1; }

.o\:20 {
  opacity: .2; }

.o\:30 {
  opacity: .3; }

.o\:40 {
  opacity: .4; }

.o\:50 {
  opacity: .5; }

.o\:60 {
  opacity: .6; }

.o\:70 {
  opacity: .7; }

.o\:80 {
  opacity: .8; }

.o\:90 {
  opacity: .9; }

.o\:0 {
  opacity: 0 !important; }

.o\:100 {
  opacity: 1 !important; }

.o\:1 {
  opacity: 1 !important; }

.col-s\:a {
  -webkit-column-span: all;
  -o-column-span: all;
  -ms-column-span: all;
  column-span: all; }

.col-b-i\:a {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid; }

.col-f\:a {
  -webkit-column-fill: auto;
  -o-column-fill: auto;
  -ms-column-fill: auto;
  column-fill: auto; }

.col-c\:2 {
  -webkit-column-count: 2;
  -o-column-count: 2;
  -ms-column-count: 2;
  column-count: 2; }

.col-c\:3 {
  -webkit-column-count: 3;
  -o-column-count: 3;
  -ms-column-count: 3;
  column-count: 3; }

.col-c\:4 {
  -webkit-column-count: 4;
  -o-column-count: 4;
  -ms-column-count: 4;
  column-count: 4; }

.col-c\:5 {
  -webkit-column-count: 5;
  -o-column-count: 5;
  -ms-column-count: 5;
  column-count: 5; }

.col-c\:6 {
  -webkit-column-count: 6;
  -o-column-count: 6;
  -ms-column-count: 6;
  column-count: 6; }

.col-g\:5 {
  -webkit-column-gap: 2.0736rem;
  -o-column-gap: 2.0736rem;
  -ms-column-gap: 2.0736rem;
  column-gap: 2.0736rem; }

@media (min-width: 500px) {
  .col-g\:5\@sm {
    -webkit-column-gap: 2.0736rem;
    -o-column-gap: 2.0736rem;
    -ms-column-gap: 2.0736rem;
    column-gap: 2.0736rem; }
  .col-s\:a\@sm {
    -webkit-column-span: all;
    -o-column-span: all;
    -ms-column-span: all;
    column-span: all; } }

@media (min-width: 900px) {
  .col-c\:3\@md {
    -webkit-column-count: 3;
    -o-column-count: 3;
    -ms-column-count: 3;
    column-count: 3; }
  .col-g\:3\@md {
    -webkit-column-gap: 1.44rem;
    -o-column-gap: 1.44rem;
    -ms-column-gap: 1.44rem;
    column-gap: 1.44rem; }
  .col-s\:a\@md {
    -webkit-column-span: all;
    -o-column-span: all;
    -ms-column-span: all;
    column-span: all; } }

@media (min-width: 1100px) {
  .col-c\:6\@lg {
    -webkit-column-count: 6;
    -o-column-count: 6;
    -ms-column-count: 6;
    column-count: 6; }
  .col-s\:a\@lg {
    -webkit-column-span: all;
    -o-column-span: all;
    -ms-column-span: all;
    column-span: all; } }

.hover-grow {
  /**
  translate3d forces hardware acceleration in WebKit, patching an
  issue in Safari [9.1] which causes subsequent elements to "jiggle"
  when the target is styled during focus/hover.
  */
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  .hover-grow .hover-grow__target {
    /**
    translate3d is included here to force hardware acceleration in
    WebKit, patching an issue in Safari [9.1] which causes the target
    to "jiggle" during its animation.
    */
    -webkit-transform: scale(0.82) translate3d(0, 0, 0);
            transform: scale(0.82) translate3d(0, 0, 0); }
  .hover-grow:hover .hover-grow__target, .hover-grow:focus .hover-grow__target {
    /**
      translate3d is included here to preserve the forced hardware
      acceleration established in the target's initial state, making
      sure the growth animation finishes smoothly.
      */
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0); }

.hover-appear .hover-appear__target {
  opacity: 0; }

.hover-appear:hover .hover-appear__target, .hover-appear:focus .hover-appear__target {
  opacity: 1; }

.hover\/elevate {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s; }
  .hover\/elevate:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 20px;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 20px; }

.b {
  border: 1px solid currentColor; }

.b-b\:scanline::after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURf///7+/v6NDdjkAAAAQSURBVAjXY2hgEGBQYHAAAAR4APGA2fwfAAAAAElFTkSuQmCC");
  content: ' ';
  display: block;
  height: 0.5rem; }

.b-t\:scanline::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURf///7+/v6NDdjkAAAAQSURBVAjXY2hgEGBQYHAAAAR4APGA2fwfAAAAAElFTkSuQmCC");
  content: ' ';
  display: block;
  height: 0.5rem; }

.b-b {
  border-bottom: 1px solid currentColor; }

.b\:0 {
  border: 0; }

.b-b\:1 {
  border-bottom: 1px solid currentColor; }

.b-b\:2 {
  border-bottom: 2px solid currentColor; }

.b-b\:3 {
  border-bottom: 3px solid currentColor; }

.b\:black {
  border: 1px solid #111111; }

.b\:gray-l {
  border: 1px solid #cccccc; }

.b-t\:gray-l {
  border-top: 1px solid #cccccc; }

.b-t\:black {
  border-top: 1px solid #111111; }

.b-t {
  border-top-style: solid; }

.b-t\:gray-ll {
  border-top: 1px solid #f6f6f6; }

.b-t\:2 {
  border-top: 2px solid currentColor; }

.b-b\:gray-l {
  border-bottom: 1px solid #cccccc; }

.b-b\:gray-ll {
  border-bottom: 1px solid #f6f6f6; }

.b-b\:red,
.hover\/b-b\:red:hover {
  border-bottom: 1px solid #e62b1e; }

.b-b-s\:1 {
  border-bottom-width: 1px; }

.b-b-s\:s {
  border-bottom-style: solid; }

.b-b-s\:2 {
  border-bottom-width: 2px; }

.b-b-s\:3,
.hover\/b-b-s\:3:hover {
  border-bottom-width: 3px; }

.b-l {
  border-left-style: solid; }

.b-l-s\:2 {
  border-left-width: 2px; }

.b-l-c\:white {
  border-left-color: #ffffff !important; }

.b-b\:black\.1 {
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1); }

.b-r {
  border-right: 1px solid currentColor; }

@media (none) {
  .b-b\:gray-ll\@n {
    border-bottom: 1px solid #f6f6f6; }
  .b-b\:0\@n {
    border-bottom: 0; }
  .b-l\@n {
    border-left-style: solid; }
  .b-r\@n {
    border-right: 1px solid currentColor; }
  .b\:0\@n {
    border: 0; }
  .b-b-s\:2\@n {
    border-bottom-width: 2px; }
  .b-l-s\:2\@n {
    border-left-width: 2px; } }

@media (min-width: 400px) {
  .b-b\:gray-ll\@xxs {
    border-bottom: 1px solid #f6f6f6; }
  .b-b\:0\@xxs {
    border-bottom: 0; }
  .b-l\@xxs {
    border-left-style: solid; }
  .b-r\@xxs {
    border-right: 1px solid currentColor; }
  .b\:0\@xxs {
    border: 0; }
  .b-b-s\:2\@xxs {
    border-bottom-width: 2px; }
  .b-l-s\:2\@xxs {
    border-left-width: 2px; } }

@media (min-width: 500px) {
  .b-b\:gray-ll\@xs {
    border-bottom: 1px solid #f6f6f6; }
  .b-b\:0\@xs {
    border-bottom: 0; }
  .b-l\@xs {
    border-left-style: solid; }
  .b-r\@xs {
    border-right: 1px solid currentColor; }
  .b\:0\@xs {
    border: 0; }
  .b-b-s\:2\@xs {
    border-bottom-width: 2px; }
  .b-l-s\:2\@xs {
    border-left-width: 2px; } }

@media (min-width: 700px) {
  .b-b\:gray-ll\@sm {
    border-bottom: 1px solid #f6f6f6; }
  .b-b\:0\@sm {
    border-bottom: 0; }
  .b-l\@sm {
    border-left-style: solid; }
  .b-r\@sm {
    border-right: 1px solid currentColor; }
  .b\:0\@sm {
    border: 0; }
  .b-b-s\:2\@sm {
    border-bottom-width: 2px; }
  .b-l-s\:2\@sm {
    border-left-width: 2px; } }

@media (min-width: 900px) {
  .b-b\:gray-ll\@md {
    border-bottom: 1px solid #f6f6f6; }
  .b-b\:0\@md {
    border-bottom: 0; }
  .b-l\@md {
    border-left-style: solid; }
  .b-r\@md {
    border-right: 1px solid currentColor; }
  .b\:0\@md {
    border: 0; }
  .b-b-s\:2\@md {
    border-bottom-width: 2px; }
  .b-l-s\:2\@md {
    border-left-width: 2px; } }

@media (min-width: 1100px) {
  .b-b\:gray-ll\@lg {
    border-bottom: 1px solid #f6f6f6; }
  .b-b\:0\@lg {
    border-bottom: 0; }
  .b-l\@lg {
    border-left-style: solid; }
  .b-r\@lg {
    border-right: 1px solid currentColor; }
  .b\:0\@lg {
    border: 0; }
  .b-b-s\:2\@lg {
    border-bottom-width: 2px; }
  .b-l-s\:2\@lg {
    border-left-width: 2px; } }

@media (min-width: 1300px) {
  .b-b\:gray-ll\@xl {
    border-bottom: 1px solid #f6f6f6; }
  .b-b\:0\@xl {
    border-bottom: 0; }
  .b-l\@xl {
    border-left-style: solid; }
  .b-r\@xl {
    border-right: 1px solid currentColor; }
  .b\:0\@xl {
    border: 0; }
  .b-b-s\:2\@xl {
    border-bottom-width: 2px; }
  .b-l-s\:2\@xl {
    border-left-width: 2px; } }

@media (min-width: 1700px) {
  .b-b\:gray-ll\@xxl {
    border-bottom: 1px solid #f6f6f6; }
  .b-b\:0\@xxl {
    border-bottom: 0; }
  .b-l\@xxl {
    border-left-style: solid; }
  .b-r\@xxl {
    border-right: 1px solid currentColor; }
  .b\:0\@xxl {
    border: 0; }
  .b-b-s\:2\@xxl {
    border-bottom-width: 2px; }
  .b-l-s\:2\@xxl {
    border-left-width: 2px; } }

.b\:blue {
  border-color: #0698d0; }

.b-c\:blue {
  border-color: #0698d0; }

.b\:blue\.1,
.b-c\:blue\.1 {
  border-color: rgba(6, 152, 208, 0.9); }

.b\:blue\.2,
.b-c\:blue\.2 {
  border-color: rgba(6, 152, 208, 0.8); }

.b\:blue\.3,
.b-c\:blue\.3 {
  border-color: rgba(6, 152, 208, 0.7); }

.b\:blue\.4,
.b-c\:blue\.4 {
  border-color: rgba(6, 152, 208, 0.6); }

.b\:blue\.5,
.b-c\:blue\.5 {
  border-color: rgba(6, 152, 208, 0.5); }

.b\:blue\.6,
.b-c\:blue\.6 {
  border-color: rgba(6, 152, 208, 0.4); }

.b\:blue\.7,
.b-c\:blue\.7 {
  border-color: rgba(6, 152, 208, 0.3); }

.b\:blue\.8,
.b-c\:blue\.8 {
  border-color: rgba(6, 152, 208, 0.2); }

.b\:blue\.9,
.b-c\:blue\.9 {
  border-color: rgba(6, 152, 208, 0.1); }

.b\:black {
  border-color: #111111; }

.b-c\:black {
  border-color: #111111; }

.b\:black\.1,
.b-c\:black\.1 {
  border-color: rgba(17, 17, 17, 0.9); }

.b\:black\.2,
.b-c\:black\.2 {
  border-color: rgba(17, 17, 17, 0.8); }

.b\:black\.3,
.b-c\:black\.3 {
  border-color: rgba(17, 17, 17, 0.7); }

.b\:black\.4,
.b-c\:black\.4 {
  border-color: rgba(17, 17, 17, 0.6); }

.b\:black\.5,
.b-c\:black\.5 {
  border-color: rgba(17, 17, 17, 0.5); }

.b\:black\.6,
.b-c\:black\.6 {
  border-color: rgba(17, 17, 17, 0.4); }

.b\:black\.7,
.b-c\:black\.7 {
  border-color: rgba(17, 17, 17, 0.3); }

.b\:black\.8,
.b-c\:black\.8 {
  border-color: rgba(17, 17, 17, 0.2); }

.b\:black\.9,
.b-c\:black\.9 {
  border-color: rgba(17, 17, 17, 0.1); }

.b\:gray-dd {
  border-color: #333333; }

.b-c\:gray-dd {
  border-color: #333333; }

.b\:gray-dd\.1,
.b-c\:gray-dd\.1 {
  border-color: rgba(51, 51, 51, 0.9); }

.b\:gray-dd\.2,
.b-c\:gray-dd\.2 {
  border-color: rgba(51, 51, 51, 0.8); }

.b\:gray-dd\.3,
.b-c\:gray-dd\.3 {
  border-color: rgba(51, 51, 51, 0.7); }

.b\:gray-dd\.4,
.b-c\:gray-dd\.4 {
  border-color: rgba(51, 51, 51, 0.6); }

.b\:gray-dd\.5,
.b-c\:gray-dd\.5 {
  border-color: rgba(51, 51, 51, 0.5); }

.b\:gray-dd\.6,
.b-c\:gray-dd\.6 {
  border-color: rgba(51, 51, 51, 0.4); }

.b\:gray-dd\.7,
.b-c\:gray-dd\.7 {
  border-color: rgba(51, 51, 51, 0.3); }

.b\:gray-dd\.8,
.b-c\:gray-dd\.8 {
  border-color: rgba(51, 51, 51, 0.2); }

.b\:gray-dd\.9,
.b-c\:gray-dd\.9 {
  border-color: rgba(51, 51, 51, 0.1); }

.b\:gray-d {
  border-color: #666666; }

.b-c\:gray-d {
  border-color: #666666; }

.b\:gray-d\.1,
.b-c\:gray-d\.1 {
  border-color: rgba(102, 102, 102, 0.9); }

.b\:gray-d\.2,
.b-c\:gray-d\.2 {
  border-color: rgba(102, 102, 102, 0.8); }

.b\:gray-d\.3,
.b-c\:gray-d\.3 {
  border-color: rgba(102, 102, 102, 0.7); }

.b\:gray-d\.4,
.b-c\:gray-d\.4 {
  border-color: rgba(102, 102, 102, 0.6); }

.b\:gray-d\.5,
.b-c\:gray-d\.5 {
  border-color: rgba(102, 102, 102, 0.5); }

.b\:gray-d\.6,
.b-c\:gray-d\.6 {
  border-color: rgba(102, 102, 102, 0.4); }

.b\:gray-d\.7,
.b-c\:gray-d\.7 {
  border-color: rgba(102, 102, 102, 0.3); }

.b\:gray-d\.8,
.b-c\:gray-d\.8 {
  border-color: rgba(102, 102, 102, 0.2); }

.b\:gray-d\.9,
.b-c\:gray-d\.9 {
  border-color: rgba(102, 102, 102, 0.1); }

.b\:gray {
  border-color: #999999; }

.b-c\:gray {
  border-color: #999999; }

.b\:gray\.1,
.b-c\:gray\.1 {
  border-color: rgba(153, 153, 153, 0.9); }

.b\:gray\.2,
.b-c\:gray\.2 {
  border-color: rgba(153, 153, 153, 0.8); }

.b\:gray\.3,
.b-c\:gray\.3 {
  border-color: rgba(153, 153, 153, 0.7); }

.b\:gray\.4,
.b-c\:gray\.4 {
  border-color: rgba(153, 153, 153, 0.6); }

.b\:gray\.5,
.b-c\:gray\.5 {
  border-color: rgba(153, 153, 153, 0.5); }

.b\:gray\.6,
.b-c\:gray\.6 {
  border-color: rgba(153, 153, 153, 0.4); }

.b\:gray\.7,
.b-c\:gray\.7 {
  border-color: rgba(153, 153, 153, 0.3); }

.b\:gray\.8,
.b-c\:gray\.8 {
  border-color: rgba(153, 153, 153, 0.2); }

.b\:gray\.9,
.b-c\:gray\.9 {
  border-color: rgba(153, 153, 153, 0.1); }

.b\:gray-l {
  border-color: #cccccc; }

.b-c\:gray-l {
  border-color: #cccccc; }

.b\:gray-l\.1,
.b-c\:gray-l\.1 {
  border-color: rgba(204, 204, 204, 0.9); }

.b\:gray-l\.2,
.b-c\:gray-l\.2 {
  border-color: rgba(204, 204, 204, 0.8); }

.b\:gray-l\.3,
.b-c\:gray-l\.3 {
  border-color: rgba(204, 204, 204, 0.7); }

.b\:gray-l\.4,
.b-c\:gray-l\.4 {
  border-color: rgba(204, 204, 204, 0.6); }

.b\:gray-l\.5,
.b-c\:gray-l\.5 {
  border-color: rgba(204, 204, 204, 0.5); }

.b\:gray-l\.6,
.b-c\:gray-l\.6 {
  border-color: rgba(204, 204, 204, 0.4); }

.b\:gray-l\.7,
.b-c\:gray-l\.7 {
  border-color: rgba(204, 204, 204, 0.3); }

.b\:gray-l\.8,
.b-c\:gray-l\.8 {
  border-color: rgba(204, 204, 204, 0.2); }

.b\:gray-l\.9,
.b-c\:gray-l\.9 {
  border-color: rgba(204, 204, 204, 0.1); }

.b\:gray-ll {
  border-color: #f6f6f6; }

.b-c\:gray-ll {
  border-color: #f6f6f6; }

.b\:gray-ll\.1,
.b-c\:gray-ll\.1 {
  border-color: rgba(246, 246, 246, 0.9); }

.b\:gray-ll\.2,
.b-c\:gray-ll\.2 {
  border-color: rgba(246, 246, 246, 0.8); }

.b\:gray-ll\.3,
.b-c\:gray-ll\.3 {
  border-color: rgba(246, 246, 246, 0.7); }

.b\:gray-ll\.4,
.b-c\:gray-ll\.4 {
  border-color: rgba(246, 246, 246, 0.6); }

.b\:gray-ll\.5,
.b-c\:gray-ll\.5 {
  border-color: rgba(246, 246, 246, 0.5); }

.b\:gray-ll\.6,
.b-c\:gray-ll\.6 {
  border-color: rgba(246, 246, 246, 0.4); }

.b\:gray-ll\.7,
.b-c\:gray-ll\.7 {
  border-color: rgba(246, 246, 246, 0.3); }

.b\:gray-ll\.8,
.b-c\:gray-ll\.8 {
  border-color: rgba(246, 246, 246, 0.2); }

.b\:gray-ll\.9,
.b-c\:gray-ll\.9 {
  border-color: rgba(246, 246, 246, 0.1); }

.b\:white-d {
  border-color: #e3e3e3; }

.b-c\:white-d {
  border-color: #e3e3e3; }

.b\:white-d\.1,
.b-c\:white-d\.1 {
  border-color: rgba(227, 227, 227, 0.9); }

.b\:white-d\.2,
.b-c\:white-d\.2 {
  border-color: rgba(227, 227, 227, 0.8); }

.b\:white-d\.3,
.b-c\:white-d\.3 {
  border-color: rgba(227, 227, 227, 0.7); }

.b\:white-d\.4,
.b-c\:white-d\.4 {
  border-color: rgba(227, 227, 227, 0.6); }

.b\:white-d\.5,
.b-c\:white-d\.5 {
  border-color: rgba(227, 227, 227, 0.5); }

.b\:white-d\.6,
.b-c\:white-d\.6 {
  border-color: rgba(227, 227, 227, 0.4); }

.b\:white-d\.7,
.b-c\:white-d\.7 {
  border-color: rgba(227, 227, 227, 0.3); }

.b\:white-d\.8,
.b-c\:white-d\.8 {
  border-color: rgba(227, 227, 227, 0.2); }

.b\:white-d\.9,
.b-c\:white-d\.9 {
  border-color: rgba(227, 227, 227, 0.1); }

.b\:white {
  border-color: #ffffff; }

.b-c\:white {
  border-color: #ffffff; }

.b\:white\.1,
.b-c\:white\.1 {
  border-color: rgba(255, 255, 255, 0.9); }

.b\:white\.2,
.b-c\:white\.2 {
  border-color: rgba(255, 255, 255, 0.8); }

.b\:white\.3,
.b-c\:white\.3 {
  border-color: rgba(255, 255, 255, 0.7); }

.b\:white\.4,
.b-c\:white\.4 {
  border-color: rgba(255, 255, 255, 0.6); }

.b\:white\.5,
.b-c\:white\.5 {
  border-color: rgba(255, 255, 255, 0.5); }

.b\:white\.6,
.b-c\:white\.6 {
  border-color: rgba(255, 255, 255, 0.4); }

.b\:white\.7,
.b-c\:white\.7 {
  border-color: rgba(255, 255, 255, 0.3); }

.b\:white\.8,
.b-c\:white\.8 {
  border-color: rgba(255, 255, 255, 0.2); }

.b\:white\.9,
.b-c\:white\.9 {
  border-color: rgba(255, 255, 255, 0.1); }

.b\:orange {
  border-color: #ff904b; }

.b-c\:orange {
  border-color: #ff904b; }

.b\:orange\.1,
.b-c\:orange\.1 {
  border-color: rgba(255, 144, 75, 0.9); }

.b\:orange\.2,
.b-c\:orange\.2 {
  border-color: rgba(255, 144, 75, 0.8); }

.b\:orange\.3,
.b-c\:orange\.3 {
  border-color: rgba(255, 144, 75, 0.7); }

.b\:orange\.4,
.b-c\:orange\.4 {
  border-color: rgba(255, 144, 75, 0.6); }

.b\:orange\.5,
.b-c\:orange\.5 {
  border-color: rgba(255, 144, 75, 0.5); }

.b\:orange\.6,
.b-c\:orange\.6 {
  border-color: rgba(255, 144, 75, 0.4); }

.b\:orange\.7,
.b-c\:orange\.7 {
  border-color: rgba(255, 144, 75, 0.3); }

.b\:orange\.8,
.b-c\:orange\.8 {
  border-color: rgba(255, 144, 75, 0.2); }

.b\:orange\.9,
.b-c\:orange\.9 {
  border-color: rgba(255, 144, 75, 0.1); }

.b\:coral {
  border-color: #ff5041; }

.b-c\:coral {
  border-color: #ff5041; }

.b\:coral\.1,
.b-c\:coral\.1 {
  border-color: rgba(255, 80, 65, 0.9); }

.b\:coral\.2,
.b-c\:coral\.2 {
  border-color: rgba(255, 80, 65, 0.8); }

.b\:coral\.3,
.b-c\:coral\.3 {
  border-color: rgba(255, 80, 65, 0.7); }

.b\:coral\.4,
.b-c\:coral\.4 {
  border-color: rgba(255, 80, 65, 0.6); }

.b\:coral\.5,
.b-c\:coral\.5 {
  border-color: rgba(255, 80, 65, 0.5); }

.b\:coral\.6,
.b-c\:coral\.6 {
  border-color: rgba(255, 80, 65, 0.4); }

.b\:coral\.7,
.b-c\:coral\.7 {
  border-color: rgba(255, 80, 65, 0.3); }

.b\:coral\.8,
.b-c\:coral\.8 {
  border-color: rgba(255, 80, 65, 0.2); }

.b\:coral\.9,
.b-c\:coral\.9 {
  border-color: rgba(255, 80, 65, 0.1); }

.b\:red {
  border-color: #e62b1e; }

.b-c\:red {
  border-color: #e62b1e; }

.b\:red\.1,
.b-c\:red\.1 {
  border-color: rgba(230, 43, 30, 0.9); }

.b\:red\.2,
.b-c\:red\.2 {
  border-color: rgba(230, 43, 30, 0.8); }

.b\:red\.3,
.b-c\:red\.3 {
  border-color: rgba(230, 43, 30, 0.7); }

.b\:red\.4,
.b-c\:red\.4 {
  border-color: rgba(230, 43, 30, 0.6); }

.b\:red\.5,
.b-c\:red\.5 {
  border-color: rgba(230, 43, 30, 0.5); }

.b\:red\.6,
.b-c\:red\.6 {
  border-color: rgba(230, 43, 30, 0.4); }

.b\:red\.7,
.b-c\:red\.7 {
  border-color: rgba(230, 43, 30, 0.3); }

.b\:red\.8,
.b-c\:red\.8 {
  border-color: rgba(230, 43, 30, 0.2); }

.b\:red\.9,
.b-c\:red\.9 {
  border-color: rgba(230, 43, 30, 0.1); }

.b\:twitter {
  border-color: #55acee; }

.b-c\:twitter {
  border-color: #55acee; }

.b\:twitter\.1,
.b-c\:twitter\.1 {
  border-color: rgba(85, 172, 238, 0.9); }

.b\:twitter\.2,
.b-c\:twitter\.2 {
  border-color: rgba(85, 172, 238, 0.8); }

.b\:twitter\.3,
.b-c\:twitter\.3 {
  border-color: rgba(85, 172, 238, 0.7); }

.b\:twitter\.4,
.b-c\:twitter\.4 {
  border-color: rgba(85, 172, 238, 0.6); }

.b\:twitter\.5,
.b-c\:twitter\.5 {
  border-color: rgba(85, 172, 238, 0.5); }

.b\:twitter\.6,
.b-c\:twitter\.6 {
  border-color: rgba(85, 172, 238, 0.4); }

.b\:twitter\.7,
.b-c\:twitter\.7 {
  border-color: rgba(85, 172, 238, 0.3); }

.b\:twitter\.8,
.b-c\:twitter\.8 {
  border-color: rgba(85, 172, 238, 0.2); }

.b\:twitter\.9,
.b-c\:twitter\.9 {
  border-color: rgba(85, 172, 238, 0.1); }

.b\:facebook {
  border-color: #3b5998; }

.b-c\:facebook {
  border-color: #3b5998; }

.b\:facebook\.1,
.b-c\:facebook\.1 {
  border-color: rgba(59, 89, 152, 0.9); }

.b\:facebook\.2,
.b-c\:facebook\.2 {
  border-color: rgba(59, 89, 152, 0.8); }

.b\:facebook\.3,
.b-c\:facebook\.3 {
  border-color: rgba(59, 89, 152, 0.7); }

.b\:facebook\.4,
.b-c\:facebook\.4 {
  border-color: rgba(59, 89, 152, 0.6); }

.b\:facebook\.5,
.b-c\:facebook\.5 {
  border-color: rgba(59, 89, 152, 0.5); }

.b\:facebook\.6,
.b-c\:facebook\.6 {
  border-color: rgba(59, 89, 152, 0.4); }

.b\:facebook\.7,
.b-c\:facebook\.7 {
  border-color: rgba(59, 89, 152, 0.3); }

.b\:facebook\.8,
.b-c\:facebook\.8 {
  border-color: rgba(59, 89, 152, 0.2); }

.b\:facebook\.9,
.b-c\:facebook\.9 {
  border-color: rgba(59, 89, 152, 0.1); }

.b\:linkedin {
  border-color: #0077b5; }

.b-c\:linkedin {
  border-color: #0077b5; }

.b\:linkedin\.1,
.b-c\:linkedin\.1 {
  border-color: rgba(0, 119, 181, 0.9); }

.b\:linkedin\.2,
.b-c\:linkedin\.2 {
  border-color: rgba(0, 119, 181, 0.8); }

.b\:linkedin\.3,
.b-c\:linkedin\.3 {
  border-color: rgba(0, 119, 181, 0.7); }

.b\:linkedin\.4,
.b-c\:linkedin\.4 {
  border-color: rgba(0, 119, 181, 0.6); }

.b\:linkedin\.5,
.b-c\:linkedin\.5 {
  border-color: rgba(0, 119, 181, 0.5); }

.b\:linkedin\.6,
.b-c\:linkedin\.6 {
  border-color: rgba(0, 119, 181, 0.4); }

.b\:linkedin\.7,
.b-c\:linkedin\.7 {
  border-color: rgba(0, 119, 181, 0.3); }

.b\:linkedin\.8,
.b-c\:linkedin\.8 {
  border-color: rgba(0, 119, 181, 0.2); }

.b\:linkedin\.9,
.b-c\:linkedin\.9 {
  border-color: rgba(0, 119, 181, 0.1); }

.b\:messenger {
  border-color: #0084ff; }

.b-c\:messenger {
  border-color: #0084ff; }

.b\:messenger\.1,
.b-c\:messenger\.1 {
  border-color: rgba(0, 132, 255, 0.9); }

.b\:messenger\.2,
.b-c\:messenger\.2 {
  border-color: rgba(0, 132, 255, 0.8); }

.b\:messenger\.3,
.b-c\:messenger\.3 {
  border-color: rgba(0, 132, 255, 0.7); }

.b\:messenger\.4,
.b-c\:messenger\.4 {
  border-color: rgba(0, 132, 255, 0.6); }

.b\:messenger\.5,
.b-c\:messenger\.5 {
  border-color: rgba(0, 132, 255, 0.5); }

.b\:messenger\.6,
.b-c\:messenger\.6 {
  border-color: rgba(0, 132, 255, 0.4); }

.b\:messenger\.7,
.b-c\:messenger\.7 {
  border-color: rgba(0, 132, 255, 0.3); }

.b\:messenger\.8,
.b-c\:messenger\.8 {
  border-color: rgba(0, 132, 255, 0.2); }

.b\:messenger\.9,
.b-c\:messenger\.9 {
  border-color: rgba(0, 132, 255, 0.1); }

.b\:reddit {
  border-color: #ff4500; }

.b-c\:reddit {
  border-color: #ff4500; }

.b\:reddit\.1,
.b-c\:reddit\.1 {
  border-color: rgba(255, 69, 0, 0.9); }

.b\:reddit\.2,
.b-c\:reddit\.2 {
  border-color: rgba(255, 69, 0, 0.8); }

.b\:reddit\.3,
.b-c\:reddit\.3 {
  border-color: rgba(255, 69, 0, 0.7); }

.b\:reddit\.4,
.b-c\:reddit\.4 {
  border-color: rgba(255, 69, 0, 0.6); }

.b\:reddit\.5,
.b-c\:reddit\.5 {
  border-color: rgba(255, 69, 0, 0.5); }

.b\:reddit\.6,
.b-c\:reddit\.6 {
  border-color: rgba(255, 69, 0, 0.4); }

.b\:reddit\.7,
.b-c\:reddit\.7 {
  border-color: rgba(255, 69, 0, 0.3); }

.b\:reddit\.8,
.b-c\:reddit\.8 {
  border-color: rgba(255, 69, 0, 0.2); }

.b\:reddit\.9,
.b-c\:reddit\.9 {
  border-color: rgba(255, 69, 0, 0.1); }

.b\:sms {
  border-color: #25d366; }

.b-c\:sms {
  border-color: #25d366; }

.b\:sms\.1,
.b-c\:sms\.1 {
  border-color: rgba(37, 211, 102, 0.9); }

.b\:sms\.2,
.b-c\:sms\.2 {
  border-color: rgba(37, 211, 102, 0.8); }

.b\:sms\.3,
.b-c\:sms\.3 {
  border-color: rgba(37, 211, 102, 0.7); }

.b\:sms\.4,
.b-c\:sms\.4 {
  border-color: rgba(37, 211, 102, 0.6); }

.b\:sms\.5,
.b-c\:sms\.5 {
  border-color: rgba(37, 211, 102, 0.5); }

.b\:sms\.6,
.b-c\:sms\.6 {
  border-color: rgba(37, 211, 102, 0.4); }

.b\:sms\.7,
.b-c\:sms\.7 {
  border-color: rgba(37, 211, 102, 0.3); }

.b\:sms\.8,
.b-c\:sms\.8 {
  border-color: rgba(37, 211, 102, 0.2); }

.b\:sms\.9,
.b-c\:sms\.9 {
  border-color: rgba(37, 211, 102, 0.1); }

.b\:whatsapp {
  border-color: #25d366; }

.b-c\:whatsapp {
  border-color: #25d366; }

.b\:whatsapp\.1,
.b-c\:whatsapp\.1 {
  border-color: rgba(37, 211, 102, 0.9); }

.b\:whatsapp\.2,
.b-c\:whatsapp\.2 {
  border-color: rgba(37, 211, 102, 0.8); }

.b\:whatsapp\.3,
.b-c\:whatsapp\.3 {
  border-color: rgba(37, 211, 102, 0.7); }

.b\:whatsapp\.4,
.b-c\:whatsapp\.4 {
  border-color: rgba(37, 211, 102, 0.6); }

.b\:whatsapp\.5,
.b-c\:whatsapp\.5 {
  border-color: rgba(37, 211, 102, 0.5); }

.b\:whatsapp\.6,
.b-c\:whatsapp\.6 {
  border-color: rgba(37, 211, 102, 0.4); }

.b\:whatsapp\.7,
.b-c\:whatsapp\.7 {
  border-color: rgba(37, 211, 102, 0.3); }

.b\:whatsapp\.8,
.b-c\:whatsapp\.8 {
  border-color: rgba(37, 211, 102, 0.2); }

.b\:whatsapp\.9,
.b-c\:whatsapp\.9 {
  border-color: rgba(37, 211, 102, 0.1); }

.b\:none {
  border-color: transparent; }

.b-c\:none {
  border-color: transparent; }

.b\:none\.1,
.b-c\:none\.1 {
  border-color: rgba(0, 0, 0, 0); }

.b\:none\.2,
.b-c\:none\.2 {
  border-color: rgba(0, 0, 0, 0); }

.b\:none\.3,
.b-c\:none\.3 {
  border-color: rgba(0, 0, 0, 0); }

.b\:none\.4,
.b-c\:none\.4 {
  border-color: rgba(0, 0, 0, 0); }

.b\:none\.5,
.b-c\:none\.5 {
  border-color: rgba(0, 0, 0, 0); }

.b\:none\.6,
.b-c\:none\.6 {
  border-color: rgba(0, 0, 0, 0); }

.b\:none\.7,
.b-c\:none\.7 {
  border-color: rgba(0, 0, 0, 0); }

.b\:none\.8,
.b-c\:none\.8 {
  border-color: rgba(0, 0, 0, 0); }

.b\:none\.9,
.b-c\:none\.9 {
  border-color: rgba(0, 0, 0, 0); }

@media (min-width: 400px) {
  .b\:blue\@xxs {
    border-color: #0698d0; }
  .b-c\:blue\@xxs {
    border-color: #0698d0; }
  .b\:blue\.1\@xxs {
    border-color: rgba(6, 152, 208, 0.9); }
  .b\:blue\.2\@xxs {
    border-color: rgba(6, 152, 208, 0.8); }
  .b\:blue\.3\@xxs {
    border-color: rgba(6, 152, 208, 0.7); }
  .b\:blue\.4\@xxs {
    border-color: rgba(6, 152, 208, 0.6); }
  .b\:blue\.5\@xxs {
    border-color: rgba(6, 152, 208, 0.5); }
  .b\:blue\.6\@xxs {
    border-color: rgba(6, 152, 208, 0.4); }
  .b\:blue\.7\@xxs {
    border-color: rgba(6, 152, 208, 0.3); }
  .b\:blue\.8\@xxs {
    border-color: rgba(6, 152, 208, 0.2); }
  .b\:blue\.9\@xxs {
    border-color: rgba(6, 152, 208, 0.1); } }

@media (min-width: 400px) {
  .b\:black\@xxs {
    border-color: #111111; }
  .b-c\:black\@xxs {
    border-color: #111111; }
  .b\:black\.1\@xxs {
    border-color: rgba(17, 17, 17, 0.9); }
  .b\:black\.2\@xxs {
    border-color: rgba(17, 17, 17, 0.8); }
  .b\:black\.3\@xxs {
    border-color: rgba(17, 17, 17, 0.7); }
  .b\:black\.4\@xxs {
    border-color: rgba(17, 17, 17, 0.6); }
  .b\:black\.5\@xxs {
    border-color: rgba(17, 17, 17, 0.5); }
  .b\:black\.6\@xxs {
    border-color: rgba(17, 17, 17, 0.4); }
  .b\:black\.7\@xxs {
    border-color: rgba(17, 17, 17, 0.3); }
  .b\:black\.8\@xxs {
    border-color: rgba(17, 17, 17, 0.2); }
  .b\:black\.9\@xxs {
    border-color: rgba(17, 17, 17, 0.1); } }

@media (min-width: 400px) {
  .b\:gray-dd\@xxs {
    border-color: #333333; }
  .b-c\:gray-dd\@xxs {
    border-color: #333333; }
  .b\:gray-dd\.1\@xxs {
    border-color: rgba(51, 51, 51, 0.9); }
  .b\:gray-dd\.2\@xxs {
    border-color: rgba(51, 51, 51, 0.8); }
  .b\:gray-dd\.3\@xxs {
    border-color: rgba(51, 51, 51, 0.7); }
  .b\:gray-dd\.4\@xxs {
    border-color: rgba(51, 51, 51, 0.6); }
  .b\:gray-dd\.5\@xxs {
    border-color: rgba(51, 51, 51, 0.5); }
  .b\:gray-dd\.6\@xxs {
    border-color: rgba(51, 51, 51, 0.4); }
  .b\:gray-dd\.7\@xxs {
    border-color: rgba(51, 51, 51, 0.3); }
  .b\:gray-dd\.8\@xxs {
    border-color: rgba(51, 51, 51, 0.2); }
  .b\:gray-dd\.9\@xxs {
    border-color: rgba(51, 51, 51, 0.1); } }

@media (min-width: 400px) {
  .b\:gray-d\@xxs {
    border-color: #666666; }
  .b-c\:gray-d\@xxs {
    border-color: #666666; }
  .b\:gray-d\.1\@xxs {
    border-color: rgba(102, 102, 102, 0.9); }
  .b\:gray-d\.2\@xxs {
    border-color: rgba(102, 102, 102, 0.8); }
  .b\:gray-d\.3\@xxs {
    border-color: rgba(102, 102, 102, 0.7); }
  .b\:gray-d\.4\@xxs {
    border-color: rgba(102, 102, 102, 0.6); }
  .b\:gray-d\.5\@xxs {
    border-color: rgba(102, 102, 102, 0.5); }
  .b\:gray-d\.6\@xxs {
    border-color: rgba(102, 102, 102, 0.4); }
  .b\:gray-d\.7\@xxs {
    border-color: rgba(102, 102, 102, 0.3); }
  .b\:gray-d\.8\@xxs {
    border-color: rgba(102, 102, 102, 0.2); }
  .b\:gray-d\.9\@xxs {
    border-color: rgba(102, 102, 102, 0.1); } }

@media (min-width: 400px) {
  .b\:gray\@xxs {
    border-color: #999999; }
  .b-c\:gray\@xxs {
    border-color: #999999; }
  .b\:gray\.1\@xxs {
    border-color: rgba(153, 153, 153, 0.9); }
  .b\:gray\.2\@xxs {
    border-color: rgba(153, 153, 153, 0.8); }
  .b\:gray\.3\@xxs {
    border-color: rgba(153, 153, 153, 0.7); }
  .b\:gray\.4\@xxs {
    border-color: rgba(153, 153, 153, 0.6); }
  .b\:gray\.5\@xxs {
    border-color: rgba(153, 153, 153, 0.5); }
  .b\:gray\.6\@xxs {
    border-color: rgba(153, 153, 153, 0.4); }
  .b\:gray\.7\@xxs {
    border-color: rgba(153, 153, 153, 0.3); }
  .b\:gray\.8\@xxs {
    border-color: rgba(153, 153, 153, 0.2); }
  .b\:gray\.9\@xxs {
    border-color: rgba(153, 153, 153, 0.1); } }

@media (min-width: 400px) {
  .b\:gray-l\@xxs {
    border-color: #cccccc; }
  .b-c\:gray-l\@xxs {
    border-color: #cccccc; }
  .b\:gray-l\.1\@xxs {
    border-color: rgba(204, 204, 204, 0.9); }
  .b\:gray-l\.2\@xxs {
    border-color: rgba(204, 204, 204, 0.8); }
  .b\:gray-l\.3\@xxs {
    border-color: rgba(204, 204, 204, 0.7); }
  .b\:gray-l\.4\@xxs {
    border-color: rgba(204, 204, 204, 0.6); }
  .b\:gray-l\.5\@xxs {
    border-color: rgba(204, 204, 204, 0.5); }
  .b\:gray-l\.6\@xxs {
    border-color: rgba(204, 204, 204, 0.4); }
  .b\:gray-l\.7\@xxs {
    border-color: rgba(204, 204, 204, 0.3); }
  .b\:gray-l\.8\@xxs {
    border-color: rgba(204, 204, 204, 0.2); }
  .b\:gray-l\.9\@xxs {
    border-color: rgba(204, 204, 204, 0.1); } }

@media (min-width: 400px) {
  .b\:gray-ll\@xxs {
    border-color: #f6f6f6; }
  .b-c\:gray-ll\@xxs {
    border-color: #f6f6f6; }
  .b\:gray-ll\.1\@xxs {
    border-color: rgba(246, 246, 246, 0.9); }
  .b\:gray-ll\.2\@xxs {
    border-color: rgba(246, 246, 246, 0.8); }
  .b\:gray-ll\.3\@xxs {
    border-color: rgba(246, 246, 246, 0.7); }
  .b\:gray-ll\.4\@xxs {
    border-color: rgba(246, 246, 246, 0.6); }
  .b\:gray-ll\.5\@xxs {
    border-color: rgba(246, 246, 246, 0.5); }
  .b\:gray-ll\.6\@xxs {
    border-color: rgba(246, 246, 246, 0.4); }
  .b\:gray-ll\.7\@xxs {
    border-color: rgba(246, 246, 246, 0.3); }
  .b\:gray-ll\.8\@xxs {
    border-color: rgba(246, 246, 246, 0.2); }
  .b\:gray-ll\.9\@xxs {
    border-color: rgba(246, 246, 246, 0.1); } }

@media (min-width: 400px) {
  .b\:white-d\@xxs {
    border-color: #e3e3e3; }
  .b-c\:white-d\@xxs {
    border-color: #e3e3e3; }
  .b\:white-d\.1\@xxs {
    border-color: rgba(227, 227, 227, 0.9); }
  .b\:white-d\.2\@xxs {
    border-color: rgba(227, 227, 227, 0.8); }
  .b\:white-d\.3\@xxs {
    border-color: rgba(227, 227, 227, 0.7); }
  .b\:white-d\.4\@xxs {
    border-color: rgba(227, 227, 227, 0.6); }
  .b\:white-d\.5\@xxs {
    border-color: rgba(227, 227, 227, 0.5); }
  .b\:white-d\.6\@xxs {
    border-color: rgba(227, 227, 227, 0.4); }
  .b\:white-d\.7\@xxs {
    border-color: rgba(227, 227, 227, 0.3); }
  .b\:white-d\.8\@xxs {
    border-color: rgba(227, 227, 227, 0.2); }
  .b\:white-d\.9\@xxs {
    border-color: rgba(227, 227, 227, 0.1); } }

@media (min-width: 400px) {
  .b\:white\@xxs {
    border-color: #ffffff; }
  .b-c\:white\@xxs {
    border-color: #ffffff; }
  .b\:white\.1\@xxs {
    border-color: rgba(255, 255, 255, 0.9); }
  .b\:white\.2\@xxs {
    border-color: rgba(255, 255, 255, 0.8); }
  .b\:white\.3\@xxs {
    border-color: rgba(255, 255, 255, 0.7); }
  .b\:white\.4\@xxs {
    border-color: rgba(255, 255, 255, 0.6); }
  .b\:white\.5\@xxs {
    border-color: rgba(255, 255, 255, 0.5); }
  .b\:white\.6\@xxs {
    border-color: rgba(255, 255, 255, 0.4); }
  .b\:white\.7\@xxs {
    border-color: rgba(255, 255, 255, 0.3); }
  .b\:white\.8\@xxs {
    border-color: rgba(255, 255, 255, 0.2); }
  .b\:white\.9\@xxs {
    border-color: rgba(255, 255, 255, 0.1); } }

@media (min-width: 400px) {
  .b\:orange\@xxs {
    border-color: #ff904b; }
  .b-c\:orange\@xxs {
    border-color: #ff904b; }
  .b\:orange\.1\@xxs {
    border-color: rgba(255, 144, 75, 0.9); }
  .b\:orange\.2\@xxs {
    border-color: rgba(255, 144, 75, 0.8); }
  .b\:orange\.3\@xxs {
    border-color: rgba(255, 144, 75, 0.7); }
  .b\:orange\.4\@xxs {
    border-color: rgba(255, 144, 75, 0.6); }
  .b\:orange\.5\@xxs {
    border-color: rgba(255, 144, 75, 0.5); }
  .b\:orange\.6\@xxs {
    border-color: rgba(255, 144, 75, 0.4); }
  .b\:orange\.7\@xxs {
    border-color: rgba(255, 144, 75, 0.3); }
  .b\:orange\.8\@xxs {
    border-color: rgba(255, 144, 75, 0.2); }
  .b\:orange\.9\@xxs {
    border-color: rgba(255, 144, 75, 0.1); } }

@media (min-width: 400px) {
  .b\:coral\@xxs {
    border-color: #ff5041; }
  .b-c\:coral\@xxs {
    border-color: #ff5041; }
  .b\:coral\.1\@xxs {
    border-color: rgba(255, 80, 65, 0.9); }
  .b\:coral\.2\@xxs {
    border-color: rgba(255, 80, 65, 0.8); }
  .b\:coral\.3\@xxs {
    border-color: rgba(255, 80, 65, 0.7); }
  .b\:coral\.4\@xxs {
    border-color: rgba(255, 80, 65, 0.6); }
  .b\:coral\.5\@xxs {
    border-color: rgba(255, 80, 65, 0.5); }
  .b\:coral\.6\@xxs {
    border-color: rgba(255, 80, 65, 0.4); }
  .b\:coral\.7\@xxs {
    border-color: rgba(255, 80, 65, 0.3); }
  .b\:coral\.8\@xxs {
    border-color: rgba(255, 80, 65, 0.2); }
  .b\:coral\.9\@xxs {
    border-color: rgba(255, 80, 65, 0.1); } }

@media (min-width: 400px) {
  .b\:red\@xxs {
    border-color: #e62b1e; }
  .b-c\:red\@xxs {
    border-color: #e62b1e; }
  .b\:red\.1\@xxs {
    border-color: rgba(230, 43, 30, 0.9); }
  .b\:red\.2\@xxs {
    border-color: rgba(230, 43, 30, 0.8); }
  .b\:red\.3\@xxs {
    border-color: rgba(230, 43, 30, 0.7); }
  .b\:red\.4\@xxs {
    border-color: rgba(230, 43, 30, 0.6); }
  .b\:red\.5\@xxs {
    border-color: rgba(230, 43, 30, 0.5); }
  .b\:red\.6\@xxs {
    border-color: rgba(230, 43, 30, 0.4); }
  .b\:red\.7\@xxs {
    border-color: rgba(230, 43, 30, 0.3); }
  .b\:red\.8\@xxs {
    border-color: rgba(230, 43, 30, 0.2); }
  .b\:red\.9\@xxs {
    border-color: rgba(230, 43, 30, 0.1); } }

@media (min-width: 400px) {
  .b\:twitter\@xxs {
    border-color: #55acee; }
  .b-c\:twitter\@xxs {
    border-color: #55acee; }
  .b\:twitter\.1\@xxs {
    border-color: rgba(85, 172, 238, 0.9); }
  .b\:twitter\.2\@xxs {
    border-color: rgba(85, 172, 238, 0.8); }
  .b\:twitter\.3\@xxs {
    border-color: rgba(85, 172, 238, 0.7); }
  .b\:twitter\.4\@xxs {
    border-color: rgba(85, 172, 238, 0.6); }
  .b\:twitter\.5\@xxs {
    border-color: rgba(85, 172, 238, 0.5); }
  .b\:twitter\.6\@xxs {
    border-color: rgba(85, 172, 238, 0.4); }
  .b\:twitter\.7\@xxs {
    border-color: rgba(85, 172, 238, 0.3); }
  .b\:twitter\.8\@xxs {
    border-color: rgba(85, 172, 238, 0.2); }
  .b\:twitter\.9\@xxs {
    border-color: rgba(85, 172, 238, 0.1); } }

@media (min-width: 400px) {
  .b\:facebook\@xxs {
    border-color: #3b5998; }
  .b-c\:facebook\@xxs {
    border-color: #3b5998; }
  .b\:facebook\.1\@xxs {
    border-color: rgba(59, 89, 152, 0.9); }
  .b\:facebook\.2\@xxs {
    border-color: rgba(59, 89, 152, 0.8); }
  .b\:facebook\.3\@xxs {
    border-color: rgba(59, 89, 152, 0.7); }
  .b\:facebook\.4\@xxs {
    border-color: rgba(59, 89, 152, 0.6); }
  .b\:facebook\.5\@xxs {
    border-color: rgba(59, 89, 152, 0.5); }
  .b\:facebook\.6\@xxs {
    border-color: rgba(59, 89, 152, 0.4); }
  .b\:facebook\.7\@xxs {
    border-color: rgba(59, 89, 152, 0.3); }
  .b\:facebook\.8\@xxs {
    border-color: rgba(59, 89, 152, 0.2); }
  .b\:facebook\.9\@xxs {
    border-color: rgba(59, 89, 152, 0.1); } }

@media (min-width: 400px) {
  .b\:linkedin\@xxs {
    border-color: #0077b5; }
  .b-c\:linkedin\@xxs {
    border-color: #0077b5; }
  .b\:linkedin\.1\@xxs {
    border-color: rgba(0, 119, 181, 0.9); }
  .b\:linkedin\.2\@xxs {
    border-color: rgba(0, 119, 181, 0.8); }
  .b\:linkedin\.3\@xxs {
    border-color: rgba(0, 119, 181, 0.7); }
  .b\:linkedin\.4\@xxs {
    border-color: rgba(0, 119, 181, 0.6); }
  .b\:linkedin\.5\@xxs {
    border-color: rgba(0, 119, 181, 0.5); }
  .b\:linkedin\.6\@xxs {
    border-color: rgba(0, 119, 181, 0.4); }
  .b\:linkedin\.7\@xxs {
    border-color: rgba(0, 119, 181, 0.3); }
  .b\:linkedin\.8\@xxs {
    border-color: rgba(0, 119, 181, 0.2); }
  .b\:linkedin\.9\@xxs {
    border-color: rgba(0, 119, 181, 0.1); } }

@media (min-width: 400px) {
  .b\:messenger\@xxs {
    border-color: #0084ff; }
  .b-c\:messenger\@xxs {
    border-color: #0084ff; }
  .b\:messenger\.1\@xxs {
    border-color: rgba(0, 132, 255, 0.9); }
  .b\:messenger\.2\@xxs {
    border-color: rgba(0, 132, 255, 0.8); }
  .b\:messenger\.3\@xxs {
    border-color: rgba(0, 132, 255, 0.7); }
  .b\:messenger\.4\@xxs {
    border-color: rgba(0, 132, 255, 0.6); }
  .b\:messenger\.5\@xxs {
    border-color: rgba(0, 132, 255, 0.5); }
  .b\:messenger\.6\@xxs {
    border-color: rgba(0, 132, 255, 0.4); }
  .b\:messenger\.7\@xxs {
    border-color: rgba(0, 132, 255, 0.3); }
  .b\:messenger\.8\@xxs {
    border-color: rgba(0, 132, 255, 0.2); }
  .b\:messenger\.9\@xxs {
    border-color: rgba(0, 132, 255, 0.1); } }

@media (min-width: 400px) {
  .b\:reddit\@xxs {
    border-color: #ff4500; }
  .b-c\:reddit\@xxs {
    border-color: #ff4500; }
  .b\:reddit\.1\@xxs {
    border-color: rgba(255, 69, 0, 0.9); }
  .b\:reddit\.2\@xxs {
    border-color: rgba(255, 69, 0, 0.8); }
  .b\:reddit\.3\@xxs {
    border-color: rgba(255, 69, 0, 0.7); }
  .b\:reddit\.4\@xxs {
    border-color: rgba(255, 69, 0, 0.6); }
  .b\:reddit\.5\@xxs {
    border-color: rgba(255, 69, 0, 0.5); }
  .b\:reddit\.6\@xxs {
    border-color: rgba(255, 69, 0, 0.4); }
  .b\:reddit\.7\@xxs {
    border-color: rgba(255, 69, 0, 0.3); }
  .b\:reddit\.8\@xxs {
    border-color: rgba(255, 69, 0, 0.2); }
  .b\:reddit\.9\@xxs {
    border-color: rgba(255, 69, 0, 0.1); } }

@media (min-width: 400px) {
  .b\:sms\@xxs {
    border-color: #25d366; }
  .b-c\:sms\@xxs {
    border-color: #25d366; }
  .b\:sms\.1\@xxs {
    border-color: rgba(37, 211, 102, 0.9); }
  .b\:sms\.2\@xxs {
    border-color: rgba(37, 211, 102, 0.8); }
  .b\:sms\.3\@xxs {
    border-color: rgba(37, 211, 102, 0.7); }
  .b\:sms\.4\@xxs {
    border-color: rgba(37, 211, 102, 0.6); }
  .b\:sms\.5\@xxs {
    border-color: rgba(37, 211, 102, 0.5); }
  .b\:sms\.6\@xxs {
    border-color: rgba(37, 211, 102, 0.4); }
  .b\:sms\.7\@xxs {
    border-color: rgba(37, 211, 102, 0.3); }
  .b\:sms\.8\@xxs {
    border-color: rgba(37, 211, 102, 0.2); }
  .b\:sms\.9\@xxs {
    border-color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 400px) {
  .b\:whatsapp\@xxs {
    border-color: #25d366; }
  .b-c\:whatsapp\@xxs {
    border-color: #25d366; }
  .b\:whatsapp\.1\@xxs {
    border-color: rgba(37, 211, 102, 0.9); }
  .b\:whatsapp\.2\@xxs {
    border-color: rgba(37, 211, 102, 0.8); }
  .b\:whatsapp\.3\@xxs {
    border-color: rgba(37, 211, 102, 0.7); }
  .b\:whatsapp\.4\@xxs {
    border-color: rgba(37, 211, 102, 0.6); }
  .b\:whatsapp\.5\@xxs {
    border-color: rgba(37, 211, 102, 0.5); }
  .b\:whatsapp\.6\@xxs {
    border-color: rgba(37, 211, 102, 0.4); }
  .b\:whatsapp\.7\@xxs {
    border-color: rgba(37, 211, 102, 0.3); }
  .b\:whatsapp\.8\@xxs {
    border-color: rgba(37, 211, 102, 0.2); }
  .b\:whatsapp\.9\@xxs {
    border-color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 400px) {
  .b\:none\@xxs {
    border-color: transparent; }
  .b-c\:none\@xxs {
    border-color: transparent; }
  .b\:none\.1\@xxs {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.2\@xxs {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.3\@xxs {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.4\@xxs {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.5\@xxs {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.6\@xxs {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.7\@xxs {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.8\@xxs {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.9\@xxs {
    border-color: rgba(0, 0, 0, 0); } }

@media (min-width: 500px) {
  .b\:blue\@xs {
    border-color: #0698d0; }
  .b-c\:blue\@xs {
    border-color: #0698d0; }
  .b\:blue\.1\@xs {
    border-color: rgba(6, 152, 208, 0.9); }
  .b\:blue\.2\@xs {
    border-color: rgba(6, 152, 208, 0.8); }
  .b\:blue\.3\@xs {
    border-color: rgba(6, 152, 208, 0.7); }
  .b\:blue\.4\@xs {
    border-color: rgba(6, 152, 208, 0.6); }
  .b\:blue\.5\@xs {
    border-color: rgba(6, 152, 208, 0.5); }
  .b\:blue\.6\@xs {
    border-color: rgba(6, 152, 208, 0.4); }
  .b\:blue\.7\@xs {
    border-color: rgba(6, 152, 208, 0.3); }
  .b\:blue\.8\@xs {
    border-color: rgba(6, 152, 208, 0.2); }
  .b\:blue\.9\@xs {
    border-color: rgba(6, 152, 208, 0.1); } }

@media (min-width: 500px) {
  .b\:black\@xs {
    border-color: #111111; }
  .b-c\:black\@xs {
    border-color: #111111; }
  .b\:black\.1\@xs {
    border-color: rgba(17, 17, 17, 0.9); }
  .b\:black\.2\@xs {
    border-color: rgba(17, 17, 17, 0.8); }
  .b\:black\.3\@xs {
    border-color: rgba(17, 17, 17, 0.7); }
  .b\:black\.4\@xs {
    border-color: rgba(17, 17, 17, 0.6); }
  .b\:black\.5\@xs {
    border-color: rgba(17, 17, 17, 0.5); }
  .b\:black\.6\@xs {
    border-color: rgba(17, 17, 17, 0.4); }
  .b\:black\.7\@xs {
    border-color: rgba(17, 17, 17, 0.3); }
  .b\:black\.8\@xs {
    border-color: rgba(17, 17, 17, 0.2); }
  .b\:black\.9\@xs {
    border-color: rgba(17, 17, 17, 0.1); } }

@media (min-width: 500px) {
  .b\:gray-dd\@xs {
    border-color: #333333; }
  .b-c\:gray-dd\@xs {
    border-color: #333333; }
  .b\:gray-dd\.1\@xs {
    border-color: rgba(51, 51, 51, 0.9); }
  .b\:gray-dd\.2\@xs {
    border-color: rgba(51, 51, 51, 0.8); }
  .b\:gray-dd\.3\@xs {
    border-color: rgba(51, 51, 51, 0.7); }
  .b\:gray-dd\.4\@xs {
    border-color: rgba(51, 51, 51, 0.6); }
  .b\:gray-dd\.5\@xs {
    border-color: rgba(51, 51, 51, 0.5); }
  .b\:gray-dd\.6\@xs {
    border-color: rgba(51, 51, 51, 0.4); }
  .b\:gray-dd\.7\@xs {
    border-color: rgba(51, 51, 51, 0.3); }
  .b\:gray-dd\.8\@xs {
    border-color: rgba(51, 51, 51, 0.2); }
  .b\:gray-dd\.9\@xs {
    border-color: rgba(51, 51, 51, 0.1); } }

@media (min-width: 500px) {
  .b\:gray-d\@xs {
    border-color: #666666; }
  .b-c\:gray-d\@xs {
    border-color: #666666; }
  .b\:gray-d\.1\@xs {
    border-color: rgba(102, 102, 102, 0.9); }
  .b\:gray-d\.2\@xs {
    border-color: rgba(102, 102, 102, 0.8); }
  .b\:gray-d\.3\@xs {
    border-color: rgba(102, 102, 102, 0.7); }
  .b\:gray-d\.4\@xs {
    border-color: rgba(102, 102, 102, 0.6); }
  .b\:gray-d\.5\@xs {
    border-color: rgba(102, 102, 102, 0.5); }
  .b\:gray-d\.6\@xs {
    border-color: rgba(102, 102, 102, 0.4); }
  .b\:gray-d\.7\@xs {
    border-color: rgba(102, 102, 102, 0.3); }
  .b\:gray-d\.8\@xs {
    border-color: rgba(102, 102, 102, 0.2); }
  .b\:gray-d\.9\@xs {
    border-color: rgba(102, 102, 102, 0.1); } }

@media (min-width: 500px) {
  .b\:gray\@xs {
    border-color: #999999; }
  .b-c\:gray\@xs {
    border-color: #999999; }
  .b\:gray\.1\@xs {
    border-color: rgba(153, 153, 153, 0.9); }
  .b\:gray\.2\@xs {
    border-color: rgba(153, 153, 153, 0.8); }
  .b\:gray\.3\@xs {
    border-color: rgba(153, 153, 153, 0.7); }
  .b\:gray\.4\@xs {
    border-color: rgba(153, 153, 153, 0.6); }
  .b\:gray\.5\@xs {
    border-color: rgba(153, 153, 153, 0.5); }
  .b\:gray\.6\@xs {
    border-color: rgba(153, 153, 153, 0.4); }
  .b\:gray\.7\@xs {
    border-color: rgba(153, 153, 153, 0.3); }
  .b\:gray\.8\@xs {
    border-color: rgba(153, 153, 153, 0.2); }
  .b\:gray\.9\@xs {
    border-color: rgba(153, 153, 153, 0.1); } }

@media (min-width: 500px) {
  .b\:gray-l\@xs {
    border-color: #cccccc; }
  .b-c\:gray-l\@xs {
    border-color: #cccccc; }
  .b\:gray-l\.1\@xs {
    border-color: rgba(204, 204, 204, 0.9); }
  .b\:gray-l\.2\@xs {
    border-color: rgba(204, 204, 204, 0.8); }
  .b\:gray-l\.3\@xs {
    border-color: rgba(204, 204, 204, 0.7); }
  .b\:gray-l\.4\@xs {
    border-color: rgba(204, 204, 204, 0.6); }
  .b\:gray-l\.5\@xs {
    border-color: rgba(204, 204, 204, 0.5); }
  .b\:gray-l\.6\@xs {
    border-color: rgba(204, 204, 204, 0.4); }
  .b\:gray-l\.7\@xs {
    border-color: rgba(204, 204, 204, 0.3); }
  .b\:gray-l\.8\@xs {
    border-color: rgba(204, 204, 204, 0.2); }
  .b\:gray-l\.9\@xs {
    border-color: rgba(204, 204, 204, 0.1); } }

@media (min-width: 500px) {
  .b\:gray-ll\@xs {
    border-color: #f6f6f6; }
  .b-c\:gray-ll\@xs {
    border-color: #f6f6f6; }
  .b\:gray-ll\.1\@xs {
    border-color: rgba(246, 246, 246, 0.9); }
  .b\:gray-ll\.2\@xs {
    border-color: rgba(246, 246, 246, 0.8); }
  .b\:gray-ll\.3\@xs {
    border-color: rgba(246, 246, 246, 0.7); }
  .b\:gray-ll\.4\@xs {
    border-color: rgba(246, 246, 246, 0.6); }
  .b\:gray-ll\.5\@xs {
    border-color: rgba(246, 246, 246, 0.5); }
  .b\:gray-ll\.6\@xs {
    border-color: rgba(246, 246, 246, 0.4); }
  .b\:gray-ll\.7\@xs {
    border-color: rgba(246, 246, 246, 0.3); }
  .b\:gray-ll\.8\@xs {
    border-color: rgba(246, 246, 246, 0.2); }
  .b\:gray-ll\.9\@xs {
    border-color: rgba(246, 246, 246, 0.1); } }

@media (min-width: 500px) {
  .b\:white-d\@xs {
    border-color: #e3e3e3; }
  .b-c\:white-d\@xs {
    border-color: #e3e3e3; }
  .b\:white-d\.1\@xs {
    border-color: rgba(227, 227, 227, 0.9); }
  .b\:white-d\.2\@xs {
    border-color: rgba(227, 227, 227, 0.8); }
  .b\:white-d\.3\@xs {
    border-color: rgba(227, 227, 227, 0.7); }
  .b\:white-d\.4\@xs {
    border-color: rgba(227, 227, 227, 0.6); }
  .b\:white-d\.5\@xs {
    border-color: rgba(227, 227, 227, 0.5); }
  .b\:white-d\.6\@xs {
    border-color: rgba(227, 227, 227, 0.4); }
  .b\:white-d\.7\@xs {
    border-color: rgba(227, 227, 227, 0.3); }
  .b\:white-d\.8\@xs {
    border-color: rgba(227, 227, 227, 0.2); }
  .b\:white-d\.9\@xs {
    border-color: rgba(227, 227, 227, 0.1); } }

@media (min-width: 500px) {
  .b\:white\@xs {
    border-color: #ffffff; }
  .b-c\:white\@xs {
    border-color: #ffffff; }
  .b\:white\.1\@xs {
    border-color: rgba(255, 255, 255, 0.9); }
  .b\:white\.2\@xs {
    border-color: rgba(255, 255, 255, 0.8); }
  .b\:white\.3\@xs {
    border-color: rgba(255, 255, 255, 0.7); }
  .b\:white\.4\@xs {
    border-color: rgba(255, 255, 255, 0.6); }
  .b\:white\.5\@xs {
    border-color: rgba(255, 255, 255, 0.5); }
  .b\:white\.6\@xs {
    border-color: rgba(255, 255, 255, 0.4); }
  .b\:white\.7\@xs {
    border-color: rgba(255, 255, 255, 0.3); }
  .b\:white\.8\@xs {
    border-color: rgba(255, 255, 255, 0.2); }
  .b\:white\.9\@xs {
    border-color: rgba(255, 255, 255, 0.1); } }

@media (min-width: 500px) {
  .b\:orange\@xs {
    border-color: #ff904b; }
  .b-c\:orange\@xs {
    border-color: #ff904b; }
  .b\:orange\.1\@xs {
    border-color: rgba(255, 144, 75, 0.9); }
  .b\:orange\.2\@xs {
    border-color: rgba(255, 144, 75, 0.8); }
  .b\:orange\.3\@xs {
    border-color: rgba(255, 144, 75, 0.7); }
  .b\:orange\.4\@xs {
    border-color: rgba(255, 144, 75, 0.6); }
  .b\:orange\.5\@xs {
    border-color: rgba(255, 144, 75, 0.5); }
  .b\:orange\.6\@xs {
    border-color: rgba(255, 144, 75, 0.4); }
  .b\:orange\.7\@xs {
    border-color: rgba(255, 144, 75, 0.3); }
  .b\:orange\.8\@xs {
    border-color: rgba(255, 144, 75, 0.2); }
  .b\:orange\.9\@xs {
    border-color: rgba(255, 144, 75, 0.1); } }

@media (min-width: 500px) {
  .b\:coral\@xs {
    border-color: #ff5041; }
  .b-c\:coral\@xs {
    border-color: #ff5041; }
  .b\:coral\.1\@xs {
    border-color: rgba(255, 80, 65, 0.9); }
  .b\:coral\.2\@xs {
    border-color: rgba(255, 80, 65, 0.8); }
  .b\:coral\.3\@xs {
    border-color: rgba(255, 80, 65, 0.7); }
  .b\:coral\.4\@xs {
    border-color: rgba(255, 80, 65, 0.6); }
  .b\:coral\.5\@xs {
    border-color: rgba(255, 80, 65, 0.5); }
  .b\:coral\.6\@xs {
    border-color: rgba(255, 80, 65, 0.4); }
  .b\:coral\.7\@xs {
    border-color: rgba(255, 80, 65, 0.3); }
  .b\:coral\.8\@xs {
    border-color: rgba(255, 80, 65, 0.2); }
  .b\:coral\.9\@xs {
    border-color: rgba(255, 80, 65, 0.1); } }

@media (min-width: 500px) {
  .b\:red\@xs {
    border-color: #e62b1e; }
  .b-c\:red\@xs {
    border-color: #e62b1e; }
  .b\:red\.1\@xs {
    border-color: rgba(230, 43, 30, 0.9); }
  .b\:red\.2\@xs {
    border-color: rgba(230, 43, 30, 0.8); }
  .b\:red\.3\@xs {
    border-color: rgba(230, 43, 30, 0.7); }
  .b\:red\.4\@xs {
    border-color: rgba(230, 43, 30, 0.6); }
  .b\:red\.5\@xs {
    border-color: rgba(230, 43, 30, 0.5); }
  .b\:red\.6\@xs {
    border-color: rgba(230, 43, 30, 0.4); }
  .b\:red\.7\@xs {
    border-color: rgba(230, 43, 30, 0.3); }
  .b\:red\.8\@xs {
    border-color: rgba(230, 43, 30, 0.2); }
  .b\:red\.9\@xs {
    border-color: rgba(230, 43, 30, 0.1); } }

@media (min-width: 500px) {
  .b\:twitter\@xs {
    border-color: #55acee; }
  .b-c\:twitter\@xs {
    border-color: #55acee; }
  .b\:twitter\.1\@xs {
    border-color: rgba(85, 172, 238, 0.9); }
  .b\:twitter\.2\@xs {
    border-color: rgba(85, 172, 238, 0.8); }
  .b\:twitter\.3\@xs {
    border-color: rgba(85, 172, 238, 0.7); }
  .b\:twitter\.4\@xs {
    border-color: rgba(85, 172, 238, 0.6); }
  .b\:twitter\.5\@xs {
    border-color: rgba(85, 172, 238, 0.5); }
  .b\:twitter\.6\@xs {
    border-color: rgba(85, 172, 238, 0.4); }
  .b\:twitter\.7\@xs {
    border-color: rgba(85, 172, 238, 0.3); }
  .b\:twitter\.8\@xs {
    border-color: rgba(85, 172, 238, 0.2); }
  .b\:twitter\.9\@xs {
    border-color: rgba(85, 172, 238, 0.1); } }

@media (min-width: 500px) {
  .b\:facebook\@xs {
    border-color: #3b5998; }
  .b-c\:facebook\@xs {
    border-color: #3b5998; }
  .b\:facebook\.1\@xs {
    border-color: rgba(59, 89, 152, 0.9); }
  .b\:facebook\.2\@xs {
    border-color: rgba(59, 89, 152, 0.8); }
  .b\:facebook\.3\@xs {
    border-color: rgba(59, 89, 152, 0.7); }
  .b\:facebook\.4\@xs {
    border-color: rgba(59, 89, 152, 0.6); }
  .b\:facebook\.5\@xs {
    border-color: rgba(59, 89, 152, 0.5); }
  .b\:facebook\.6\@xs {
    border-color: rgba(59, 89, 152, 0.4); }
  .b\:facebook\.7\@xs {
    border-color: rgba(59, 89, 152, 0.3); }
  .b\:facebook\.8\@xs {
    border-color: rgba(59, 89, 152, 0.2); }
  .b\:facebook\.9\@xs {
    border-color: rgba(59, 89, 152, 0.1); } }

@media (min-width: 500px) {
  .b\:linkedin\@xs {
    border-color: #0077b5; }
  .b-c\:linkedin\@xs {
    border-color: #0077b5; }
  .b\:linkedin\.1\@xs {
    border-color: rgba(0, 119, 181, 0.9); }
  .b\:linkedin\.2\@xs {
    border-color: rgba(0, 119, 181, 0.8); }
  .b\:linkedin\.3\@xs {
    border-color: rgba(0, 119, 181, 0.7); }
  .b\:linkedin\.4\@xs {
    border-color: rgba(0, 119, 181, 0.6); }
  .b\:linkedin\.5\@xs {
    border-color: rgba(0, 119, 181, 0.5); }
  .b\:linkedin\.6\@xs {
    border-color: rgba(0, 119, 181, 0.4); }
  .b\:linkedin\.7\@xs {
    border-color: rgba(0, 119, 181, 0.3); }
  .b\:linkedin\.8\@xs {
    border-color: rgba(0, 119, 181, 0.2); }
  .b\:linkedin\.9\@xs {
    border-color: rgba(0, 119, 181, 0.1); } }

@media (min-width: 500px) {
  .b\:messenger\@xs {
    border-color: #0084ff; }
  .b-c\:messenger\@xs {
    border-color: #0084ff; }
  .b\:messenger\.1\@xs {
    border-color: rgba(0, 132, 255, 0.9); }
  .b\:messenger\.2\@xs {
    border-color: rgba(0, 132, 255, 0.8); }
  .b\:messenger\.3\@xs {
    border-color: rgba(0, 132, 255, 0.7); }
  .b\:messenger\.4\@xs {
    border-color: rgba(0, 132, 255, 0.6); }
  .b\:messenger\.5\@xs {
    border-color: rgba(0, 132, 255, 0.5); }
  .b\:messenger\.6\@xs {
    border-color: rgba(0, 132, 255, 0.4); }
  .b\:messenger\.7\@xs {
    border-color: rgba(0, 132, 255, 0.3); }
  .b\:messenger\.8\@xs {
    border-color: rgba(0, 132, 255, 0.2); }
  .b\:messenger\.9\@xs {
    border-color: rgba(0, 132, 255, 0.1); } }

@media (min-width: 500px) {
  .b\:reddit\@xs {
    border-color: #ff4500; }
  .b-c\:reddit\@xs {
    border-color: #ff4500; }
  .b\:reddit\.1\@xs {
    border-color: rgba(255, 69, 0, 0.9); }
  .b\:reddit\.2\@xs {
    border-color: rgba(255, 69, 0, 0.8); }
  .b\:reddit\.3\@xs {
    border-color: rgba(255, 69, 0, 0.7); }
  .b\:reddit\.4\@xs {
    border-color: rgba(255, 69, 0, 0.6); }
  .b\:reddit\.5\@xs {
    border-color: rgba(255, 69, 0, 0.5); }
  .b\:reddit\.6\@xs {
    border-color: rgba(255, 69, 0, 0.4); }
  .b\:reddit\.7\@xs {
    border-color: rgba(255, 69, 0, 0.3); }
  .b\:reddit\.8\@xs {
    border-color: rgba(255, 69, 0, 0.2); }
  .b\:reddit\.9\@xs {
    border-color: rgba(255, 69, 0, 0.1); } }

@media (min-width: 500px) {
  .b\:sms\@xs {
    border-color: #25d366; }
  .b-c\:sms\@xs {
    border-color: #25d366; }
  .b\:sms\.1\@xs {
    border-color: rgba(37, 211, 102, 0.9); }
  .b\:sms\.2\@xs {
    border-color: rgba(37, 211, 102, 0.8); }
  .b\:sms\.3\@xs {
    border-color: rgba(37, 211, 102, 0.7); }
  .b\:sms\.4\@xs {
    border-color: rgba(37, 211, 102, 0.6); }
  .b\:sms\.5\@xs {
    border-color: rgba(37, 211, 102, 0.5); }
  .b\:sms\.6\@xs {
    border-color: rgba(37, 211, 102, 0.4); }
  .b\:sms\.7\@xs {
    border-color: rgba(37, 211, 102, 0.3); }
  .b\:sms\.8\@xs {
    border-color: rgba(37, 211, 102, 0.2); }
  .b\:sms\.9\@xs {
    border-color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 500px) {
  .b\:whatsapp\@xs {
    border-color: #25d366; }
  .b-c\:whatsapp\@xs {
    border-color: #25d366; }
  .b\:whatsapp\.1\@xs {
    border-color: rgba(37, 211, 102, 0.9); }
  .b\:whatsapp\.2\@xs {
    border-color: rgba(37, 211, 102, 0.8); }
  .b\:whatsapp\.3\@xs {
    border-color: rgba(37, 211, 102, 0.7); }
  .b\:whatsapp\.4\@xs {
    border-color: rgba(37, 211, 102, 0.6); }
  .b\:whatsapp\.5\@xs {
    border-color: rgba(37, 211, 102, 0.5); }
  .b\:whatsapp\.6\@xs {
    border-color: rgba(37, 211, 102, 0.4); }
  .b\:whatsapp\.7\@xs {
    border-color: rgba(37, 211, 102, 0.3); }
  .b\:whatsapp\.8\@xs {
    border-color: rgba(37, 211, 102, 0.2); }
  .b\:whatsapp\.9\@xs {
    border-color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 500px) {
  .b\:none\@xs {
    border-color: transparent; }
  .b-c\:none\@xs {
    border-color: transparent; }
  .b\:none\.1\@xs {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.2\@xs {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.3\@xs {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.4\@xs {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.5\@xs {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.6\@xs {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.7\@xs {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.8\@xs {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.9\@xs {
    border-color: rgba(0, 0, 0, 0); } }

@media (min-width: 700px) {
  .b\:blue\@sm {
    border-color: #0698d0; }
  .b-c\:blue\@sm {
    border-color: #0698d0; }
  .b\:blue\.1\@sm {
    border-color: rgba(6, 152, 208, 0.9); }
  .b\:blue\.2\@sm {
    border-color: rgba(6, 152, 208, 0.8); }
  .b\:blue\.3\@sm {
    border-color: rgba(6, 152, 208, 0.7); }
  .b\:blue\.4\@sm {
    border-color: rgba(6, 152, 208, 0.6); }
  .b\:blue\.5\@sm {
    border-color: rgba(6, 152, 208, 0.5); }
  .b\:blue\.6\@sm {
    border-color: rgba(6, 152, 208, 0.4); }
  .b\:blue\.7\@sm {
    border-color: rgba(6, 152, 208, 0.3); }
  .b\:blue\.8\@sm {
    border-color: rgba(6, 152, 208, 0.2); }
  .b\:blue\.9\@sm {
    border-color: rgba(6, 152, 208, 0.1); } }

@media (min-width: 700px) {
  .b\:black\@sm {
    border-color: #111111; }
  .b-c\:black\@sm {
    border-color: #111111; }
  .b\:black\.1\@sm {
    border-color: rgba(17, 17, 17, 0.9); }
  .b\:black\.2\@sm {
    border-color: rgba(17, 17, 17, 0.8); }
  .b\:black\.3\@sm {
    border-color: rgba(17, 17, 17, 0.7); }
  .b\:black\.4\@sm {
    border-color: rgba(17, 17, 17, 0.6); }
  .b\:black\.5\@sm {
    border-color: rgba(17, 17, 17, 0.5); }
  .b\:black\.6\@sm {
    border-color: rgba(17, 17, 17, 0.4); }
  .b\:black\.7\@sm {
    border-color: rgba(17, 17, 17, 0.3); }
  .b\:black\.8\@sm {
    border-color: rgba(17, 17, 17, 0.2); }
  .b\:black\.9\@sm {
    border-color: rgba(17, 17, 17, 0.1); } }

@media (min-width: 700px) {
  .b\:gray-dd\@sm {
    border-color: #333333; }
  .b-c\:gray-dd\@sm {
    border-color: #333333; }
  .b\:gray-dd\.1\@sm {
    border-color: rgba(51, 51, 51, 0.9); }
  .b\:gray-dd\.2\@sm {
    border-color: rgba(51, 51, 51, 0.8); }
  .b\:gray-dd\.3\@sm {
    border-color: rgba(51, 51, 51, 0.7); }
  .b\:gray-dd\.4\@sm {
    border-color: rgba(51, 51, 51, 0.6); }
  .b\:gray-dd\.5\@sm {
    border-color: rgba(51, 51, 51, 0.5); }
  .b\:gray-dd\.6\@sm {
    border-color: rgba(51, 51, 51, 0.4); }
  .b\:gray-dd\.7\@sm {
    border-color: rgba(51, 51, 51, 0.3); }
  .b\:gray-dd\.8\@sm {
    border-color: rgba(51, 51, 51, 0.2); }
  .b\:gray-dd\.9\@sm {
    border-color: rgba(51, 51, 51, 0.1); } }

@media (min-width: 700px) {
  .b\:gray-d\@sm {
    border-color: #666666; }
  .b-c\:gray-d\@sm {
    border-color: #666666; }
  .b\:gray-d\.1\@sm {
    border-color: rgba(102, 102, 102, 0.9); }
  .b\:gray-d\.2\@sm {
    border-color: rgba(102, 102, 102, 0.8); }
  .b\:gray-d\.3\@sm {
    border-color: rgba(102, 102, 102, 0.7); }
  .b\:gray-d\.4\@sm {
    border-color: rgba(102, 102, 102, 0.6); }
  .b\:gray-d\.5\@sm {
    border-color: rgba(102, 102, 102, 0.5); }
  .b\:gray-d\.6\@sm {
    border-color: rgba(102, 102, 102, 0.4); }
  .b\:gray-d\.7\@sm {
    border-color: rgba(102, 102, 102, 0.3); }
  .b\:gray-d\.8\@sm {
    border-color: rgba(102, 102, 102, 0.2); }
  .b\:gray-d\.9\@sm {
    border-color: rgba(102, 102, 102, 0.1); } }

@media (min-width: 700px) {
  .b\:gray\@sm {
    border-color: #999999; }
  .b-c\:gray\@sm {
    border-color: #999999; }
  .b\:gray\.1\@sm {
    border-color: rgba(153, 153, 153, 0.9); }
  .b\:gray\.2\@sm {
    border-color: rgba(153, 153, 153, 0.8); }
  .b\:gray\.3\@sm {
    border-color: rgba(153, 153, 153, 0.7); }
  .b\:gray\.4\@sm {
    border-color: rgba(153, 153, 153, 0.6); }
  .b\:gray\.5\@sm {
    border-color: rgba(153, 153, 153, 0.5); }
  .b\:gray\.6\@sm {
    border-color: rgba(153, 153, 153, 0.4); }
  .b\:gray\.7\@sm {
    border-color: rgba(153, 153, 153, 0.3); }
  .b\:gray\.8\@sm {
    border-color: rgba(153, 153, 153, 0.2); }
  .b\:gray\.9\@sm {
    border-color: rgba(153, 153, 153, 0.1); } }

@media (min-width: 700px) {
  .b\:gray-l\@sm {
    border-color: #cccccc; }
  .b-c\:gray-l\@sm {
    border-color: #cccccc; }
  .b\:gray-l\.1\@sm {
    border-color: rgba(204, 204, 204, 0.9); }
  .b\:gray-l\.2\@sm {
    border-color: rgba(204, 204, 204, 0.8); }
  .b\:gray-l\.3\@sm {
    border-color: rgba(204, 204, 204, 0.7); }
  .b\:gray-l\.4\@sm {
    border-color: rgba(204, 204, 204, 0.6); }
  .b\:gray-l\.5\@sm {
    border-color: rgba(204, 204, 204, 0.5); }
  .b\:gray-l\.6\@sm {
    border-color: rgba(204, 204, 204, 0.4); }
  .b\:gray-l\.7\@sm {
    border-color: rgba(204, 204, 204, 0.3); }
  .b\:gray-l\.8\@sm {
    border-color: rgba(204, 204, 204, 0.2); }
  .b\:gray-l\.9\@sm {
    border-color: rgba(204, 204, 204, 0.1); } }

@media (min-width: 700px) {
  .b\:gray-ll\@sm {
    border-color: #f6f6f6; }
  .b-c\:gray-ll\@sm {
    border-color: #f6f6f6; }
  .b\:gray-ll\.1\@sm {
    border-color: rgba(246, 246, 246, 0.9); }
  .b\:gray-ll\.2\@sm {
    border-color: rgba(246, 246, 246, 0.8); }
  .b\:gray-ll\.3\@sm {
    border-color: rgba(246, 246, 246, 0.7); }
  .b\:gray-ll\.4\@sm {
    border-color: rgba(246, 246, 246, 0.6); }
  .b\:gray-ll\.5\@sm {
    border-color: rgba(246, 246, 246, 0.5); }
  .b\:gray-ll\.6\@sm {
    border-color: rgba(246, 246, 246, 0.4); }
  .b\:gray-ll\.7\@sm {
    border-color: rgba(246, 246, 246, 0.3); }
  .b\:gray-ll\.8\@sm {
    border-color: rgba(246, 246, 246, 0.2); }
  .b\:gray-ll\.9\@sm {
    border-color: rgba(246, 246, 246, 0.1); } }

@media (min-width: 700px) {
  .b\:white-d\@sm {
    border-color: #e3e3e3; }
  .b-c\:white-d\@sm {
    border-color: #e3e3e3; }
  .b\:white-d\.1\@sm {
    border-color: rgba(227, 227, 227, 0.9); }
  .b\:white-d\.2\@sm {
    border-color: rgba(227, 227, 227, 0.8); }
  .b\:white-d\.3\@sm {
    border-color: rgba(227, 227, 227, 0.7); }
  .b\:white-d\.4\@sm {
    border-color: rgba(227, 227, 227, 0.6); }
  .b\:white-d\.5\@sm {
    border-color: rgba(227, 227, 227, 0.5); }
  .b\:white-d\.6\@sm {
    border-color: rgba(227, 227, 227, 0.4); }
  .b\:white-d\.7\@sm {
    border-color: rgba(227, 227, 227, 0.3); }
  .b\:white-d\.8\@sm {
    border-color: rgba(227, 227, 227, 0.2); }
  .b\:white-d\.9\@sm {
    border-color: rgba(227, 227, 227, 0.1); } }

@media (min-width: 700px) {
  .b\:white\@sm {
    border-color: #ffffff; }
  .b-c\:white\@sm {
    border-color: #ffffff; }
  .b\:white\.1\@sm {
    border-color: rgba(255, 255, 255, 0.9); }
  .b\:white\.2\@sm {
    border-color: rgba(255, 255, 255, 0.8); }
  .b\:white\.3\@sm {
    border-color: rgba(255, 255, 255, 0.7); }
  .b\:white\.4\@sm {
    border-color: rgba(255, 255, 255, 0.6); }
  .b\:white\.5\@sm {
    border-color: rgba(255, 255, 255, 0.5); }
  .b\:white\.6\@sm {
    border-color: rgba(255, 255, 255, 0.4); }
  .b\:white\.7\@sm {
    border-color: rgba(255, 255, 255, 0.3); }
  .b\:white\.8\@sm {
    border-color: rgba(255, 255, 255, 0.2); }
  .b\:white\.9\@sm {
    border-color: rgba(255, 255, 255, 0.1); } }

@media (min-width: 700px) {
  .b\:orange\@sm {
    border-color: #ff904b; }
  .b-c\:orange\@sm {
    border-color: #ff904b; }
  .b\:orange\.1\@sm {
    border-color: rgba(255, 144, 75, 0.9); }
  .b\:orange\.2\@sm {
    border-color: rgba(255, 144, 75, 0.8); }
  .b\:orange\.3\@sm {
    border-color: rgba(255, 144, 75, 0.7); }
  .b\:orange\.4\@sm {
    border-color: rgba(255, 144, 75, 0.6); }
  .b\:orange\.5\@sm {
    border-color: rgba(255, 144, 75, 0.5); }
  .b\:orange\.6\@sm {
    border-color: rgba(255, 144, 75, 0.4); }
  .b\:orange\.7\@sm {
    border-color: rgba(255, 144, 75, 0.3); }
  .b\:orange\.8\@sm {
    border-color: rgba(255, 144, 75, 0.2); }
  .b\:orange\.9\@sm {
    border-color: rgba(255, 144, 75, 0.1); } }

@media (min-width: 700px) {
  .b\:coral\@sm {
    border-color: #ff5041; }
  .b-c\:coral\@sm {
    border-color: #ff5041; }
  .b\:coral\.1\@sm {
    border-color: rgba(255, 80, 65, 0.9); }
  .b\:coral\.2\@sm {
    border-color: rgba(255, 80, 65, 0.8); }
  .b\:coral\.3\@sm {
    border-color: rgba(255, 80, 65, 0.7); }
  .b\:coral\.4\@sm {
    border-color: rgba(255, 80, 65, 0.6); }
  .b\:coral\.5\@sm {
    border-color: rgba(255, 80, 65, 0.5); }
  .b\:coral\.6\@sm {
    border-color: rgba(255, 80, 65, 0.4); }
  .b\:coral\.7\@sm {
    border-color: rgba(255, 80, 65, 0.3); }
  .b\:coral\.8\@sm {
    border-color: rgba(255, 80, 65, 0.2); }
  .b\:coral\.9\@sm {
    border-color: rgba(255, 80, 65, 0.1); } }

@media (min-width: 700px) {
  .b\:red\@sm {
    border-color: #e62b1e; }
  .b-c\:red\@sm {
    border-color: #e62b1e; }
  .b\:red\.1\@sm {
    border-color: rgba(230, 43, 30, 0.9); }
  .b\:red\.2\@sm {
    border-color: rgba(230, 43, 30, 0.8); }
  .b\:red\.3\@sm {
    border-color: rgba(230, 43, 30, 0.7); }
  .b\:red\.4\@sm {
    border-color: rgba(230, 43, 30, 0.6); }
  .b\:red\.5\@sm {
    border-color: rgba(230, 43, 30, 0.5); }
  .b\:red\.6\@sm {
    border-color: rgba(230, 43, 30, 0.4); }
  .b\:red\.7\@sm {
    border-color: rgba(230, 43, 30, 0.3); }
  .b\:red\.8\@sm {
    border-color: rgba(230, 43, 30, 0.2); }
  .b\:red\.9\@sm {
    border-color: rgba(230, 43, 30, 0.1); } }

@media (min-width: 700px) {
  .b\:twitter\@sm {
    border-color: #55acee; }
  .b-c\:twitter\@sm {
    border-color: #55acee; }
  .b\:twitter\.1\@sm {
    border-color: rgba(85, 172, 238, 0.9); }
  .b\:twitter\.2\@sm {
    border-color: rgba(85, 172, 238, 0.8); }
  .b\:twitter\.3\@sm {
    border-color: rgba(85, 172, 238, 0.7); }
  .b\:twitter\.4\@sm {
    border-color: rgba(85, 172, 238, 0.6); }
  .b\:twitter\.5\@sm {
    border-color: rgba(85, 172, 238, 0.5); }
  .b\:twitter\.6\@sm {
    border-color: rgba(85, 172, 238, 0.4); }
  .b\:twitter\.7\@sm {
    border-color: rgba(85, 172, 238, 0.3); }
  .b\:twitter\.8\@sm {
    border-color: rgba(85, 172, 238, 0.2); }
  .b\:twitter\.9\@sm {
    border-color: rgba(85, 172, 238, 0.1); } }

@media (min-width: 700px) {
  .b\:facebook\@sm {
    border-color: #3b5998; }
  .b-c\:facebook\@sm {
    border-color: #3b5998; }
  .b\:facebook\.1\@sm {
    border-color: rgba(59, 89, 152, 0.9); }
  .b\:facebook\.2\@sm {
    border-color: rgba(59, 89, 152, 0.8); }
  .b\:facebook\.3\@sm {
    border-color: rgba(59, 89, 152, 0.7); }
  .b\:facebook\.4\@sm {
    border-color: rgba(59, 89, 152, 0.6); }
  .b\:facebook\.5\@sm {
    border-color: rgba(59, 89, 152, 0.5); }
  .b\:facebook\.6\@sm {
    border-color: rgba(59, 89, 152, 0.4); }
  .b\:facebook\.7\@sm {
    border-color: rgba(59, 89, 152, 0.3); }
  .b\:facebook\.8\@sm {
    border-color: rgba(59, 89, 152, 0.2); }
  .b\:facebook\.9\@sm {
    border-color: rgba(59, 89, 152, 0.1); } }

@media (min-width: 700px) {
  .b\:linkedin\@sm {
    border-color: #0077b5; }
  .b-c\:linkedin\@sm {
    border-color: #0077b5; }
  .b\:linkedin\.1\@sm {
    border-color: rgba(0, 119, 181, 0.9); }
  .b\:linkedin\.2\@sm {
    border-color: rgba(0, 119, 181, 0.8); }
  .b\:linkedin\.3\@sm {
    border-color: rgba(0, 119, 181, 0.7); }
  .b\:linkedin\.4\@sm {
    border-color: rgba(0, 119, 181, 0.6); }
  .b\:linkedin\.5\@sm {
    border-color: rgba(0, 119, 181, 0.5); }
  .b\:linkedin\.6\@sm {
    border-color: rgba(0, 119, 181, 0.4); }
  .b\:linkedin\.7\@sm {
    border-color: rgba(0, 119, 181, 0.3); }
  .b\:linkedin\.8\@sm {
    border-color: rgba(0, 119, 181, 0.2); }
  .b\:linkedin\.9\@sm {
    border-color: rgba(0, 119, 181, 0.1); } }

@media (min-width: 700px) {
  .b\:messenger\@sm {
    border-color: #0084ff; }
  .b-c\:messenger\@sm {
    border-color: #0084ff; }
  .b\:messenger\.1\@sm {
    border-color: rgba(0, 132, 255, 0.9); }
  .b\:messenger\.2\@sm {
    border-color: rgba(0, 132, 255, 0.8); }
  .b\:messenger\.3\@sm {
    border-color: rgba(0, 132, 255, 0.7); }
  .b\:messenger\.4\@sm {
    border-color: rgba(0, 132, 255, 0.6); }
  .b\:messenger\.5\@sm {
    border-color: rgba(0, 132, 255, 0.5); }
  .b\:messenger\.6\@sm {
    border-color: rgba(0, 132, 255, 0.4); }
  .b\:messenger\.7\@sm {
    border-color: rgba(0, 132, 255, 0.3); }
  .b\:messenger\.8\@sm {
    border-color: rgba(0, 132, 255, 0.2); }
  .b\:messenger\.9\@sm {
    border-color: rgba(0, 132, 255, 0.1); } }

@media (min-width: 700px) {
  .b\:reddit\@sm {
    border-color: #ff4500; }
  .b-c\:reddit\@sm {
    border-color: #ff4500; }
  .b\:reddit\.1\@sm {
    border-color: rgba(255, 69, 0, 0.9); }
  .b\:reddit\.2\@sm {
    border-color: rgba(255, 69, 0, 0.8); }
  .b\:reddit\.3\@sm {
    border-color: rgba(255, 69, 0, 0.7); }
  .b\:reddit\.4\@sm {
    border-color: rgba(255, 69, 0, 0.6); }
  .b\:reddit\.5\@sm {
    border-color: rgba(255, 69, 0, 0.5); }
  .b\:reddit\.6\@sm {
    border-color: rgba(255, 69, 0, 0.4); }
  .b\:reddit\.7\@sm {
    border-color: rgba(255, 69, 0, 0.3); }
  .b\:reddit\.8\@sm {
    border-color: rgba(255, 69, 0, 0.2); }
  .b\:reddit\.9\@sm {
    border-color: rgba(255, 69, 0, 0.1); } }

@media (min-width: 700px) {
  .b\:sms\@sm {
    border-color: #25d366; }
  .b-c\:sms\@sm {
    border-color: #25d366; }
  .b\:sms\.1\@sm {
    border-color: rgba(37, 211, 102, 0.9); }
  .b\:sms\.2\@sm {
    border-color: rgba(37, 211, 102, 0.8); }
  .b\:sms\.3\@sm {
    border-color: rgba(37, 211, 102, 0.7); }
  .b\:sms\.4\@sm {
    border-color: rgba(37, 211, 102, 0.6); }
  .b\:sms\.5\@sm {
    border-color: rgba(37, 211, 102, 0.5); }
  .b\:sms\.6\@sm {
    border-color: rgba(37, 211, 102, 0.4); }
  .b\:sms\.7\@sm {
    border-color: rgba(37, 211, 102, 0.3); }
  .b\:sms\.8\@sm {
    border-color: rgba(37, 211, 102, 0.2); }
  .b\:sms\.9\@sm {
    border-color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 700px) {
  .b\:whatsapp\@sm {
    border-color: #25d366; }
  .b-c\:whatsapp\@sm {
    border-color: #25d366; }
  .b\:whatsapp\.1\@sm {
    border-color: rgba(37, 211, 102, 0.9); }
  .b\:whatsapp\.2\@sm {
    border-color: rgba(37, 211, 102, 0.8); }
  .b\:whatsapp\.3\@sm {
    border-color: rgba(37, 211, 102, 0.7); }
  .b\:whatsapp\.4\@sm {
    border-color: rgba(37, 211, 102, 0.6); }
  .b\:whatsapp\.5\@sm {
    border-color: rgba(37, 211, 102, 0.5); }
  .b\:whatsapp\.6\@sm {
    border-color: rgba(37, 211, 102, 0.4); }
  .b\:whatsapp\.7\@sm {
    border-color: rgba(37, 211, 102, 0.3); }
  .b\:whatsapp\.8\@sm {
    border-color: rgba(37, 211, 102, 0.2); }
  .b\:whatsapp\.9\@sm {
    border-color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 700px) {
  .b\:none\@sm {
    border-color: transparent; }
  .b-c\:none\@sm {
    border-color: transparent; }
  .b\:none\.1\@sm {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.2\@sm {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.3\@sm {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.4\@sm {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.5\@sm {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.6\@sm {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.7\@sm {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.8\@sm {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.9\@sm {
    border-color: rgba(0, 0, 0, 0); } }

@media (min-width: 900px) {
  .b\:blue\@md {
    border-color: #0698d0; }
  .b-c\:blue\@md {
    border-color: #0698d0; }
  .b\:blue\.1\@md {
    border-color: rgba(6, 152, 208, 0.9); }
  .b\:blue\.2\@md {
    border-color: rgba(6, 152, 208, 0.8); }
  .b\:blue\.3\@md {
    border-color: rgba(6, 152, 208, 0.7); }
  .b\:blue\.4\@md {
    border-color: rgba(6, 152, 208, 0.6); }
  .b\:blue\.5\@md {
    border-color: rgba(6, 152, 208, 0.5); }
  .b\:blue\.6\@md {
    border-color: rgba(6, 152, 208, 0.4); }
  .b\:blue\.7\@md {
    border-color: rgba(6, 152, 208, 0.3); }
  .b\:blue\.8\@md {
    border-color: rgba(6, 152, 208, 0.2); }
  .b\:blue\.9\@md {
    border-color: rgba(6, 152, 208, 0.1); } }

@media (min-width: 900px) {
  .b\:black\@md {
    border-color: #111111; }
  .b-c\:black\@md {
    border-color: #111111; }
  .b\:black\.1\@md {
    border-color: rgba(17, 17, 17, 0.9); }
  .b\:black\.2\@md {
    border-color: rgba(17, 17, 17, 0.8); }
  .b\:black\.3\@md {
    border-color: rgba(17, 17, 17, 0.7); }
  .b\:black\.4\@md {
    border-color: rgba(17, 17, 17, 0.6); }
  .b\:black\.5\@md {
    border-color: rgba(17, 17, 17, 0.5); }
  .b\:black\.6\@md {
    border-color: rgba(17, 17, 17, 0.4); }
  .b\:black\.7\@md {
    border-color: rgba(17, 17, 17, 0.3); }
  .b\:black\.8\@md {
    border-color: rgba(17, 17, 17, 0.2); }
  .b\:black\.9\@md {
    border-color: rgba(17, 17, 17, 0.1); } }

@media (min-width: 900px) {
  .b\:gray-dd\@md {
    border-color: #333333; }
  .b-c\:gray-dd\@md {
    border-color: #333333; }
  .b\:gray-dd\.1\@md {
    border-color: rgba(51, 51, 51, 0.9); }
  .b\:gray-dd\.2\@md {
    border-color: rgba(51, 51, 51, 0.8); }
  .b\:gray-dd\.3\@md {
    border-color: rgba(51, 51, 51, 0.7); }
  .b\:gray-dd\.4\@md {
    border-color: rgba(51, 51, 51, 0.6); }
  .b\:gray-dd\.5\@md {
    border-color: rgba(51, 51, 51, 0.5); }
  .b\:gray-dd\.6\@md {
    border-color: rgba(51, 51, 51, 0.4); }
  .b\:gray-dd\.7\@md {
    border-color: rgba(51, 51, 51, 0.3); }
  .b\:gray-dd\.8\@md {
    border-color: rgba(51, 51, 51, 0.2); }
  .b\:gray-dd\.9\@md {
    border-color: rgba(51, 51, 51, 0.1); } }

@media (min-width: 900px) {
  .b\:gray-d\@md {
    border-color: #666666; }
  .b-c\:gray-d\@md {
    border-color: #666666; }
  .b\:gray-d\.1\@md {
    border-color: rgba(102, 102, 102, 0.9); }
  .b\:gray-d\.2\@md {
    border-color: rgba(102, 102, 102, 0.8); }
  .b\:gray-d\.3\@md {
    border-color: rgba(102, 102, 102, 0.7); }
  .b\:gray-d\.4\@md {
    border-color: rgba(102, 102, 102, 0.6); }
  .b\:gray-d\.5\@md {
    border-color: rgba(102, 102, 102, 0.5); }
  .b\:gray-d\.6\@md {
    border-color: rgba(102, 102, 102, 0.4); }
  .b\:gray-d\.7\@md {
    border-color: rgba(102, 102, 102, 0.3); }
  .b\:gray-d\.8\@md {
    border-color: rgba(102, 102, 102, 0.2); }
  .b\:gray-d\.9\@md {
    border-color: rgba(102, 102, 102, 0.1); } }

@media (min-width: 900px) {
  .b\:gray\@md {
    border-color: #999999; }
  .b-c\:gray\@md {
    border-color: #999999; }
  .b\:gray\.1\@md {
    border-color: rgba(153, 153, 153, 0.9); }
  .b\:gray\.2\@md {
    border-color: rgba(153, 153, 153, 0.8); }
  .b\:gray\.3\@md {
    border-color: rgba(153, 153, 153, 0.7); }
  .b\:gray\.4\@md {
    border-color: rgba(153, 153, 153, 0.6); }
  .b\:gray\.5\@md {
    border-color: rgba(153, 153, 153, 0.5); }
  .b\:gray\.6\@md {
    border-color: rgba(153, 153, 153, 0.4); }
  .b\:gray\.7\@md {
    border-color: rgba(153, 153, 153, 0.3); }
  .b\:gray\.8\@md {
    border-color: rgba(153, 153, 153, 0.2); }
  .b\:gray\.9\@md {
    border-color: rgba(153, 153, 153, 0.1); } }

@media (min-width: 900px) {
  .b\:gray-l\@md {
    border-color: #cccccc; }
  .b-c\:gray-l\@md {
    border-color: #cccccc; }
  .b\:gray-l\.1\@md {
    border-color: rgba(204, 204, 204, 0.9); }
  .b\:gray-l\.2\@md {
    border-color: rgba(204, 204, 204, 0.8); }
  .b\:gray-l\.3\@md {
    border-color: rgba(204, 204, 204, 0.7); }
  .b\:gray-l\.4\@md {
    border-color: rgba(204, 204, 204, 0.6); }
  .b\:gray-l\.5\@md {
    border-color: rgba(204, 204, 204, 0.5); }
  .b\:gray-l\.6\@md {
    border-color: rgba(204, 204, 204, 0.4); }
  .b\:gray-l\.7\@md {
    border-color: rgba(204, 204, 204, 0.3); }
  .b\:gray-l\.8\@md {
    border-color: rgba(204, 204, 204, 0.2); }
  .b\:gray-l\.9\@md {
    border-color: rgba(204, 204, 204, 0.1); } }

@media (min-width: 900px) {
  .b\:gray-ll\@md {
    border-color: #f6f6f6; }
  .b-c\:gray-ll\@md {
    border-color: #f6f6f6; }
  .b\:gray-ll\.1\@md {
    border-color: rgba(246, 246, 246, 0.9); }
  .b\:gray-ll\.2\@md {
    border-color: rgba(246, 246, 246, 0.8); }
  .b\:gray-ll\.3\@md {
    border-color: rgba(246, 246, 246, 0.7); }
  .b\:gray-ll\.4\@md {
    border-color: rgba(246, 246, 246, 0.6); }
  .b\:gray-ll\.5\@md {
    border-color: rgba(246, 246, 246, 0.5); }
  .b\:gray-ll\.6\@md {
    border-color: rgba(246, 246, 246, 0.4); }
  .b\:gray-ll\.7\@md {
    border-color: rgba(246, 246, 246, 0.3); }
  .b\:gray-ll\.8\@md {
    border-color: rgba(246, 246, 246, 0.2); }
  .b\:gray-ll\.9\@md {
    border-color: rgba(246, 246, 246, 0.1); } }

@media (min-width: 900px) {
  .b\:white-d\@md {
    border-color: #e3e3e3; }
  .b-c\:white-d\@md {
    border-color: #e3e3e3; }
  .b\:white-d\.1\@md {
    border-color: rgba(227, 227, 227, 0.9); }
  .b\:white-d\.2\@md {
    border-color: rgba(227, 227, 227, 0.8); }
  .b\:white-d\.3\@md {
    border-color: rgba(227, 227, 227, 0.7); }
  .b\:white-d\.4\@md {
    border-color: rgba(227, 227, 227, 0.6); }
  .b\:white-d\.5\@md {
    border-color: rgba(227, 227, 227, 0.5); }
  .b\:white-d\.6\@md {
    border-color: rgba(227, 227, 227, 0.4); }
  .b\:white-d\.7\@md {
    border-color: rgba(227, 227, 227, 0.3); }
  .b\:white-d\.8\@md {
    border-color: rgba(227, 227, 227, 0.2); }
  .b\:white-d\.9\@md {
    border-color: rgba(227, 227, 227, 0.1); } }

@media (min-width: 900px) {
  .b\:white\@md {
    border-color: #ffffff; }
  .b-c\:white\@md {
    border-color: #ffffff; }
  .b\:white\.1\@md {
    border-color: rgba(255, 255, 255, 0.9); }
  .b\:white\.2\@md {
    border-color: rgba(255, 255, 255, 0.8); }
  .b\:white\.3\@md {
    border-color: rgba(255, 255, 255, 0.7); }
  .b\:white\.4\@md {
    border-color: rgba(255, 255, 255, 0.6); }
  .b\:white\.5\@md {
    border-color: rgba(255, 255, 255, 0.5); }
  .b\:white\.6\@md {
    border-color: rgba(255, 255, 255, 0.4); }
  .b\:white\.7\@md {
    border-color: rgba(255, 255, 255, 0.3); }
  .b\:white\.8\@md {
    border-color: rgba(255, 255, 255, 0.2); }
  .b\:white\.9\@md {
    border-color: rgba(255, 255, 255, 0.1); } }

@media (min-width: 900px) {
  .b\:orange\@md {
    border-color: #ff904b; }
  .b-c\:orange\@md {
    border-color: #ff904b; }
  .b\:orange\.1\@md {
    border-color: rgba(255, 144, 75, 0.9); }
  .b\:orange\.2\@md {
    border-color: rgba(255, 144, 75, 0.8); }
  .b\:orange\.3\@md {
    border-color: rgba(255, 144, 75, 0.7); }
  .b\:orange\.4\@md {
    border-color: rgba(255, 144, 75, 0.6); }
  .b\:orange\.5\@md {
    border-color: rgba(255, 144, 75, 0.5); }
  .b\:orange\.6\@md {
    border-color: rgba(255, 144, 75, 0.4); }
  .b\:orange\.7\@md {
    border-color: rgba(255, 144, 75, 0.3); }
  .b\:orange\.8\@md {
    border-color: rgba(255, 144, 75, 0.2); }
  .b\:orange\.9\@md {
    border-color: rgba(255, 144, 75, 0.1); } }

@media (min-width: 900px) {
  .b\:coral\@md {
    border-color: #ff5041; }
  .b-c\:coral\@md {
    border-color: #ff5041; }
  .b\:coral\.1\@md {
    border-color: rgba(255, 80, 65, 0.9); }
  .b\:coral\.2\@md {
    border-color: rgba(255, 80, 65, 0.8); }
  .b\:coral\.3\@md {
    border-color: rgba(255, 80, 65, 0.7); }
  .b\:coral\.4\@md {
    border-color: rgba(255, 80, 65, 0.6); }
  .b\:coral\.5\@md {
    border-color: rgba(255, 80, 65, 0.5); }
  .b\:coral\.6\@md {
    border-color: rgba(255, 80, 65, 0.4); }
  .b\:coral\.7\@md {
    border-color: rgba(255, 80, 65, 0.3); }
  .b\:coral\.8\@md {
    border-color: rgba(255, 80, 65, 0.2); }
  .b\:coral\.9\@md {
    border-color: rgba(255, 80, 65, 0.1); } }

@media (min-width: 900px) {
  .b\:red\@md {
    border-color: #e62b1e; }
  .b-c\:red\@md {
    border-color: #e62b1e; }
  .b\:red\.1\@md {
    border-color: rgba(230, 43, 30, 0.9); }
  .b\:red\.2\@md {
    border-color: rgba(230, 43, 30, 0.8); }
  .b\:red\.3\@md {
    border-color: rgba(230, 43, 30, 0.7); }
  .b\:red\.4\@md {
    border-color: rgba(230, 43, 30, 0.6); }
  .b\:red\.5\@md {
    border-color: rgba(230, 43, 30, 0.5); }
  .b\:red\.6\@md {
    border-color: rgba(230, 43, 30, 0.4); }
  .b\:red\.7\@md {
    border-color: rgba(230, 43, 30, 0.3); }
  .b\:red\.8\@md {
    border-color: rgba(230, 43, 30, 0.2); }
  .b\:red\.9\@md {
    border-color: rgba(230, 43, 30, 0.1); } }

@media (min-width: 900px) {
  .b\:twitter\@md {
    border-color: #55acee; }
  .b-c\:twitter\@md {
    border-color: #55acee; }
  .b\:twitter\.1\@md {
    border-color: rgba(85, 172, 238, 0.9); }
  .b\:twitter\.2\@md {
    border-color: rgba(85, 172, 238, 0.8); }
  .b\:twitter\.3\@md {
    border-color: rgba(85, 172, 238, 0.7); }
  .b\:twitter\.4\@md {
    border-color: rgba(85, 172, 238, 0.6); }
  .b\:twitter\.5\@md {
    border-color: rgba(85, 172, 238, 0.5); }
  .b\:twitter\.6\@md {
    border-color: rgba(85, 172, 238, 0.4); }
  .b\:twitter\.7\@md {
    border-color: rgba(85, 172, 238, 0.3); }
  .b\:twitter\.8\@md {
    border-color: rgba(85, 172, 238, 0.2); }
  .b\:twitter\.9\@md {
    border-color: rgba(85, 172, 238, 0.1); } }

@media (min-width: 900px) {
  .b\:facebook\@md {
    border-color: #3b5998; }
  .b-c\:facebook\@md {
    border-color: #3b5998; }
  .b\:facebook\.1\@md {
    border-color: rgba(59, 89, 152, 0.9); }
  .b\:facebook\.2\@md {
    border-color: rgba(59, 89, 152, 0.8); }
  .b\:facebook\.3\@md {
    border-color: rgba(59, 89, 152, 0.7); }
  .b\:facebook\.4\@md {
    border-color: rgba(59, 89, 152, 0.6); }
  .b\:facebook\.5\@md {
    border-color: rgba(59, 89, 152, 0.5); }
  .b\:facebook\.6\@md {
    border-color: rgba(59, 89, 152, 0.4); }
  .b\:facebook\.7\@md {
    border-color: rgba(59, 89, 152, 0.3); }
  .b\:facebook\.8\@md {
    border-color: rgba(59, 89, 152, 0.2); }
  .b\:facebook\.9\@md {
    border-color: rgba(59, 89, 152, 0.1); } }

@media (min-width: 900px) {
  .b\:linkedin\@md {
    border-color: #0077b5; }
  .b-c\:linkedin\@md {
    border-color: #0077b5; }
  .b\:linkedin\.1\@md {
    border-color: rgba(0, 119, 181, 0.9); }
  .b\:linkedin\.2\@md {
    border-color: rgba(0, 119, 181, 0.8); }
  .b\:linkedin\.3\@md {
    border-color: rgba(0, 119, 181, 0.7); }
  .b\:linkedin\.4\@md {
    border-color: rgba(0, 119, 181, 0.6); }
  .b\:linkedin\.5\@md {
    border-color: rgba(0, 119, 181, 0.5); }
  .b\:linkedin\.6\@md {
    border-color: rgba(0, 119, 181, 0.4); }
  .b\:linkedin\.7\@md {
    border-color: rgba(0, 119, 181, 0.3); }
  .b\:linkedin\.8\@md {
    border-color: rgba(0, 119, 181, 0.2); }
  .b\:linkedin\.9\@md {
    border-color: rgba(0, 119, 181, 0.1); } }

@media (min-width: 900px) {
  .b\:messenger\@md {
    border-color: #0084ff; }
  .b-c\:messenger\@md {
    border-color: #0084ff; }
  .b\:messenger\.1\@md {
    border-color: rgba(0, 132, 255, 0.9); }
  .b\:messenger\.2\@md {
    border-color: rgba(0, 132, 255, 0.8); }
  .b\:messenger\.3\@md {
    border-color: rgba(0, 132, 255, 0.7); }
  .b\:messenger\.4\@md {
    border-color: rgba(0, 132, 255, 0.6); }
  .b\:messenger\.5\@md {
    border-color: rgba(0, 132, 255, 0.5); }
  .b\:messenger\.6\@md {
    border-color: rgba(0, 132, 255, 0.4); }
  .b\:messenger\.7\@md {
    border-color: rgba(0, 132, 255, 0.3); }
  .b\:messenger\.8\@md {
    border-color: rgba(0, 132, 255, 0.2); }
  .b\:messenger\.9\@md {
    border-color: rgba(0, 132, 255, 0.1); } }

@media (min-width: 900px) {
  .b\:reddit\@md {
    border-color: #ff4500; }
  .b-c\:reddit\@md {
    border-color: #ff4500; }
  .b\:reddit\.1\@md {
    border-color: rgba(255, 69, 0, 0.9); }
  .b\:reddit\.2\@md {
    border-color: rgba(255, 69, 0, 0.8); }
  .b\:reddit\.3\@md {
    border-color: rgba(255, 69, 0, 0.7); }
  .b\:reddit\.4\@md {
    border-color: rgba(255, 69, 0, 0.6); }
  .b\:reddit\.5\@md {
    border-color: rgba(255, 69, 0, 0.5); }
  .b\:reddit\.6\@md {
    border-color: rgba(255, 69, 0, 0.4); }
  .b\:reddit\.7\@md {
    border-color: rgba(255, 69, 0, 0.3); }
  .b\:reddit\.8\@md {
    border-color: rgba(255, 69, 0, 0.2); }
  .b\:reddit\.9\@md {
    border-color: rgba(255, 69, 0, 0.1); } }

@media (min-width: 900px) {
  .b\:sms\@md {
    border-color: #25d366; }
  .b-c\:sms\@md {
    border-color: #25d366; }
  .b\:sms\.1\@md {
    border-color: rgba(37, 211, 102, 0.9); }
  .b\:sms\.2\@md {
    border-color: rgba(37, 211, 102, 0.8); }
  .b\:sms\.3\@md {
    border-color: rgba(37, 211, 102, 0.7); }
  .b\:sms\.4\@md {
    border-color: rgba(37, 211, 102, 0.6); }
  .b\:sms\.5\@md {
    border-color: rgba(37, 211, 102, 0.5); }
  .b\:sms\.6\@md {
    border-color: rgba(37, 211, 102, 0.4); }
  .b\:sms\.7\@md {
    border-color: rgba(37, 211, 102, 0.3); }
  .b\:sms\.8\@md {
    border-color: rgba(37, 211, 102, 0.2); }
  .b\:sms\.9\@md {
    border-color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 900px) {
  .b\:whatsapp\@md {
    border-color: #25d366; }
  .b-c\:whatsapp\@md {
    border-color: #25d366; }
  .b\:whatsapp\.1\@md {
    border-color: rgba(37, 211, 102, 0.9); }
  .b\:whatsapp\.2\@md {
    border-color: rgba(37, 211, 102, 0.8); }
  .b\:whatsapp\.3\@md {
    border-color: rgba(37, 211, 102, 0.7); }
  .b\:whatsapp\.4\@md {
    border-color: rgba(37, 211, 102, 0.6); }
  .b\:whatsapp\.5\@md {
    border-color: rgba(37, 211, 102, 0.5); }
  .b\:whatsapp\.6\@md {
    border-color: rgba(37, 211, 102, 0.4); }
  .b\:whatsapp\.7\@md {
    border-color: rgba(37, 211, 102, 0.3); }
  .b\:whatsapp\.8\@md {
    border-color: rgba(37, 211, 102, 0.2); }
  .b\:whatsapp\.9\@md {
    border-color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 900px) {
  .b\:none\@md {
    border-color: transparent; }
  .b-c\:none\@md {
    border-color: transparent; }
  .b\:none\.1\@md {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.2\@md {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.3\@md {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.4\@md {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.5\@md {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.6\@md {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.7\@md {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.8\@md {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.9\@md {
    border-color: rgba(0, 0, 0, 0); } }

@media (min-width: 1100px) {
  .b\:blue\@lg {
    border-color: #0698d0; }
  .b-c\:blue\@lg {
    border-color: #0698d0; }
  .b\:blue\.1\@lg {
    border-color: rgba(6, 152, 208, 0.9); }
  .b\:blue\.2\@lg {
    border-color: rgba(6, 152, 208, 0.8); }
  .b\:blue\.3\@lg {
    border-color: rgba(6, 152, 208, 0.7); }
  .b\:blue\.4\@lg {
    border-color: rgba(6, 152, 208, 0.6); }
  .b\:blue\.5\@lg {
    border-color: rgba(6, 152, 208, 0.5); }
  .b\:blue\.6\@lg {
    border-color: rgba(6, 152, 208, 0.4); }
  .b\:blue\.7\@lg {
    border-color: rgba(6, 152, 208, 0.3); }
  .b\:blue\.8\@lg {
    border-color: rgba(6, 152, 208, 0.2); }
  .b\:blue\.9\@lg {
    border-color: rgba(6, 152, 208, 0.1); } }

@media (min-width: 1100px) {
  .b\:black\@lg {
    border-color: #111111; }
  .b-c\:black\@lg {
    border-color: #111111; }
  .b\:black\.1\@lg {
    border-color: rgba(17, 17, 17, 0.9); }
  .b\:black\.2\@lg {
    border-color: rgba(17, 17, 17, 0.8); }
  .b\:black\.3\@lg {
    border-color: rgba(17, 17, 17, 0.7); }
  .b\:black\.4\@lg {
    border-color: rgba(17, 17, 17, 0.6); }
  .b\:black\.5\@lg {
    border-color: rgba(17, 17, 17, 0.5); }
  .b\:black\.6\@lg {
    border-color: rgba(17, 17, 17, 0.4); }
  .b\:black\.7\@lg {
    border-color: rgba(17, 17, 17, 0.3); }
  .b\:black\.8\@lg {
    border-color: rgba(17, 17, 17, 0.2); }
  .b\:black\.9\@lg {
    border-color: rgba(17, 17, 17, 0.1); } }

@media (min-width: 1100px) {
  .b\:gray-dd\@lg {
    border-color: #333333; }
  .b-c\:gray-dd\@lg {
    border-color: #333333; }
  .b\:gray-dd\.1\@lg {
    border-color: rgba(51, 51, 51, 0.9); }
  .b\:gray-dd\.2\@lg {
    border-color: rgba(51, 51, 51, 0.8); }
  .b\:gray-dd\.3\@lg {
    border-color: rgba(51, 51, 51, 0.7); }
  .b\:gray-dd\.4\@lg {
    border-color: rgba(51, 51, 51, 0.6); }
  .b\:gray-dd\.5\@lg {
    border-color: rgba(51, 51, 51, 0.5); }
  .b\:gray-dd\.6\@lg {
    border-color: rgba(51, 51, 51, 0.4); }
  .b\:gray-dd\.7\@lg {
    border-color: rgba(51, 51, 51, 0.3); }
  .b\:gray-dd\.8\@lg {
    border-color: rgba(51, 51, 51, 0.2); }
  .b\:gray-dd\.9\@lg {
    border-color: rgba(51, 51, 51, 0.1); } }

@media (min-width: 1100px) {
  .b\:gray-d\@lg {
    border-color: #666666; }
  .b-c\:gray-d\@lg {
    border-color: #666666; }
  .b\:gray-d\.1\@lg {
    border-color: rgba(102, 102, 102, 0.9); }
  .b\:gray-d\.2\@lg {
    border-color: rgba(102, 102, 102, 0.8); }
  .b\:gray-d\.3\@lg {
    border-color: rgba(102, 102, 102, 0.7); }
  .b\:gray-d\.4\@lg {
    border-color: rgba(102, 102, 102, 0.6); }
  .b\:gray-d\.5\@lg {
    border-color: rgba(102, 102, 102, 0.5); }
  .b\:gray-d\.6\@lg {
    border-color: rgba(102, 102, 102, 0.4); }
  .b\:gray-d\.7\@lg {
    border-color: rgba(102, 102, 102, 0.3); }
  .b\:gray-d\.8\@lg {
    border-color: rgba(102, 102, 102, 0.2); }
  .b\:gray-d\.9\@lg {
    border-color: rgba(102, 102, 102, 0.1); } }

@media (min-width: 1100px) {
  .b\:gray\@lg {
    border-color: #999999; }
  .b-c\:gray\@lg {
    border-color: #999999; }
  .b\:gray\.1\@lg {
    border-color: rgba(153, 153, 153, 0.9); }
  .b\:gray\.2\@lg {
    border-color: rgba(153, 153, 153, 0.8); }
  .b\:gray\.3\@lg {
    border-color: rgba(153, 153, 153, 0.7); }
  .b\:gray\.4\@lg {
    border-color: rgba(153, 153, 153, 0.6); }
  .b\:gray\.5\@lg {
    border-color: rgba(153, 153, 153, 0.5); }
  .b\:gray\.6\@lg {
    border-color: rgba(153, 153, 153, 0.4); }
  .b\:gray\.7\@lg {
    border-color: rgba(153, 153, 153, 0.3); }
  .b\:gray\.8\@lg {
    border-color: rgba(153, 153, 153, 0.2); }
  .b\:gray\.9\@lg {
    border-color: rgba(153, 153, 153, 0.1); } }

@media (min-width: 1100px) {
  .b\:gray-l\@lg {
    border-color: #cccccc; }
  .b-c\:gray-l\@lg {
    border-color: #cccccc; }
  .b\:gray-l\.1\@lg {
    border-color: rgba(204, 204, 204, 0.9); }
  .b\:gray-l\.2\@lg {
    border-color: rgba(204, 204, 204, 0.8); }
  .b\:gray-l\.3\@lg {
    border-color: rgba(204, 204, 204, 0.7); }
  .b\:gray-l\.4\@lg {
    border-color: rgba(204, 204, 204, 0.6); }
  .b\:gray-l\.5\@lg {
    border-color: rgba(204, 204, 204, 0.5); }
  .b\:gray-l\.6\@lg {
    border-color: rgba(204, 204, 204, 0.4); }
  .b\:gray-l\.7\@lg {
    border-color: rgba(204, 204, 204, 0.3); }
  .b\:gray-l\.8\@lg {
    border-color: rgba(204, 204, 204, 0.2); }
  .b\:gray-l\.9\@lg {
    border-color: rgba(204, 204, 204, 0.1); } }

@media (min-width: 1100px) {
  .b\:gray-ll\@lg {
    border-color: #f6f6f6; }
  .b-c\:gray-ll\@lg {
    border-color: #f6f6f6; }
  .b\:gray-ll\.1\@lg {
    border-color: rgba(246, 246, 246, 0.9); }
  .b\:gray-ll\.2\@lg {
    border-color: rgba(246, 246, 246, 0.8); }
  .b\:gray-ll\.3\@lg {
    border-color: rgba(246, 246, 246, 0.7); }
  .b\:gray-ll\.4\@lg {
    border-color: rgba(246, 246, 246, 0.6); }
  .b\:gray-ll\.5\@lg {
    border-color: rgba(246, 246, 246, 0.5); }
  .b\:gray-ll\.6\@lg {
    border-color: rgba(246, 246, 246, 0.4); }
  .b\:gray-ll\.7\@lg {
    border-color: rgba(246, 246, 246, 0.3); }
  .b\:gray-ll\.8\@lg {
    border-color: rgba(246, 246, 246, 0.2); }
  .b\:gray-ll\.9\@lg {
    border-color: rgba(246, 246, 246, 0.1); } }

@media (min-width: 1100px) {
  .b\:white-d\@lg {
    border-color: #e3e3e3; }
  .b-c\:white-d\@lg {
    border-color: #e3e3e3; }
  .b\:white-d\.1\@lg {
    border-color: rgba(227, 227, 227, 0.9); }
  .b\:white-d\.2\@lg {
    border-color: rgba(227, 227, 227, 0.8); }
  .b\:white-d\.3\@lg {
    border-color: rgba(227, 227, 227, 0.7); }
  .b\:white-d\.4\@lg {
    border-color: rgba(227, 227, 227, 0.6); }
  .b\:white-d\.5\@lg {
    border-color: rgba(227, 227, 227, 0.5); }
  .b\:white-d\.6\@lg {
    border-color: rgba(227, 227, 227, 0.4); }
  .b\:white-d\.7\@lg {
    border-color: rgba(227, 227, 227, 0.3); }
  .b\:white-d\.8\@lg {
    border-color: rgba(227, 227, 227, 0.2); }
  .b\:white-d\.9\@lg {
    border-color: rgba(227, 227, 227, 0.1); } }

@media (min-width: 1100px) {
  .b\:white\@lg {
    border-color: #ffffff; }
  .b-c\:white\@lg {
    border-color: #ffffff; }
  .b\:white\.1\@lg {
    border-color: rgba(255, 255, 255, 0.9); }
  .b\:white\.2\@lg {
    border-color: rgba(255, 255, 255, 0.8); }
  .b\:white\.3\@lg {
    border-color: rgba(255, 255, 255, 0.7); }
  .b\:white\.4\@lg {
    border-color: rgba(255, 255, 255, 0.6); }
  .b\:white\.5\@lg {
    border-color: rgba(255, 255, 255, 0.5); }
  .b\:white\.6\@lg {
    border-color: rgba(255, 255, 255, 0.4); }
  .b\:white\.7\@lg {
    border-color: rgba(255, 255, 255, 0.3); }
  .b\:white\.8\@lg {
    border-color: rgba(255, 255, 255, 0.2); }
  .b\:white\.9\@lg {
    border-color: rgba(255, 255, 255, 0.1); } }

@media (min-width: 1100px) {
  .b\:orange\@lg {
    border-color: #ff904b; }
  .b-c\:orange\@lg {
    border-color: #ff904b; }
  .b\:orange\.1\@lg {
    border-color: rgba(255, 144, 75, 0.9); }
  .b\:orange\.2\@lg {
    border-color: rgba(255, 144, 75, 0.8); }
  .b\:orange\.3\@lg {
    border-color: rgba(255, 144, 75, 0.7); }
  .b\:orange\.4\@lg {
    border-color: rgba(255, 144, 75, 0.6); }
  .b\:orange\.5\@lg {
    border-color: rgba(255, 144, 75, 0.5); }
  .b\:orange\.6\@lg {
    border-color: rgba(255, 144, 75, 0.4); }
  .b\:orange\.7\@lg {
    border-color: rgba(255, 144, 75, 0.3); }
  .b\:orange\.8\@lg {
    border-color: rgba(255, 144, 75, 0.2); }
  .b\:orange\.9\@lg {
    border-color: rgba(255, 144, 75, 0.1); } }

@media (min-width: 1100px) {
  .b\:coral\@lg {
    border-color: #ff5041; }
  .b-c\:coral\@lg {
    border-color: #ff5041; }
  .b\:coral\.1\@lg {
    border-color: rgba(255, 80, 65, 0.9); }
  .b\:coral\.2\@lg {
    border-color: rgba(255, 80, 65, 0.8); }
  .b\:coral\.3\@lg {
    border-color: rgba(255, 80, 65, 0.7); }
  .b\:coral\.4\@lg {
    border-color: rgba(255, 80, 65, 0.6); }
  .b\:coral\.5\@lg {
    border-color: rgba(255, 80, 65, 0.5); }
  .b\:coral\.6\@lg {
    border-color: rgba(255, 80, 65, 0.4); }
  .b\:coral\.7\@lg {
    border-color: rgba(255, 80, 65, 0.3); }
  .b\:coral\.8\@lg {
    border-color: rgba(255, 80, 65, 0.2); }
  .b\:coral\.9\@lg {
    border-color: rgba(255, 80, 65, 0.1); } }

@media (min-width: 1100px) {
  .b\:red\@lg {
    border-color: #e62b1e; }
  .b-c\:red\@lg {
    border-color: #e62b1e; }
  .b\:red\.1\@lg {
    border-color: rgba(230, 43, 30, 0.9); }
  .b\:red\.2\@lg {
    border-color: rgba(230, 43, 30, 0.8); }
  .b\:red\.3\@lg {
    border-color: rgba(230, 43, 30, 0.7); }
  .b\:red\.4\@lg {
    border-color: rgba(230, 43, 30, 0.6); }
  .b\:red\.5\@lg {
    border-color: rgba(230, 43, 30, 0.5); }
  .b\:red\.6\@lg {
    border-color: rgba(230, 43, 30, 0.4); }
  .b\:red\.7\@lg {
    border-color: rgba(230, 43, 30, 0.3); }
  .b\:red\.8\@lg {
    border-color: rgba(230, 43, 30, 0.2); }
  .b\:red\.9\@lg {
    border-color: rgba(230, 43, 30, 0.1); } }

@media (min-width: 1100px) {
  .b\:twitter\@lg {
    border-color: #55acee; }
  .b-c\:twitter\@lg {
    border-color: #55acee; }
  .b\:twitter\.1\@lg {
    border-color: rgba(85, 172, 238, 0.9); }
  .b\:twitter\.2\@lg {
    border-color: rgba(85, 172, 238, 0.8); }
  .b\:twitter\.3\@lg {
    border-color: rgba(85, 172, 238, 0.7); }
  .b\:twitter\.4\@lg {
    border-color: rgba(85, 172, 238, 0.6); }
  .b\:twitter\.5\@lg {
    border-color: rgba(85, 172, 238, 0.5); }
  .b\:twitter\.6\@lg {
    border-color: rgba(85, 172, 238, 0.4); }
  .b\:twitter\.7\@lg {
    border-color: rgba(85, 172, 238, 0.3); }
  .b\:twitter\.8\@lg {
    border-color: rgba(85, 172, 238, 0.2); }
  .b\:twitter\.9\@lg {
    border-color: rgba(85, 172, 238, 0.1); } }

@media (min-width: 1100px) {
  .b\:facebook\@lg {
    border-color: #3b5998; }
  .b-c\:facebook\@lg {
    border-color: #3b5998; }
  .b\:facebook\.1\@lg {
    border-color: rgba(59, 89, 152, 0.9); }
  .b\:facebook\.2\@lg {
    border-color: rgba(59, 89, 152, 0.8); }
  .b\:facebook\.3\@lg {
    border-color: rgba(59, 89, 152, 0.7); }
  .b\:facebook\.4\@lg {
    border-color: rgba(59, 89, 152, 0.6); }
  .b\:facebook\.5\@lg {
    border-color: rgba(59, 89, 152, 0.5); }
  .b\:facebook\.6\@lg {
    border-color: rgba(59, 89, 152, 0.4); }
  .b\:facebook\.7\@lg {
    border-color: rgba(59, 89, 152, 0.3); }
  .b\:facebook\.8\@lg {
    border-color: rgba(59, 89, 152, 0.2); }
  .b\:facebook\.9\@lg {
    border-color: rgba(59, 89, 152, 0.1); } }

@media (min-width: 1100px) {
  .b\:linkedin\@lg {
    border-color: #0077b5; }
  .b-c\:linkedin\@lg {
    border-color: #0077b5; }
  .b\:linkedin\.1\@lg {
    border-color: rgba(0, 119, 181, 0.9); }
  .b\:linkedin\.2\@lg {
    border-color: rgba(0, 119, 181, 0.8); }
  .b\:linkedin\.3\@lg {
    border-color: rgba(0, 119, 181, 0.7); }
  .b\:linkedin\.4\@lg {
    border-color: rgba(0, 119, 181, 0.6); }
  .b\:linkedin\.5\@lg {
    border-color: rgba(0, 119, 181, 0.5); }
  .b\:linkedin\.6\@lg {
    border-color: rgba(0, 119, 181, 0.4); }
  .b\:linkedin\.7\@lg {
    border-color: rgba(0, 119, 181, 0.3); }
  .b\:linkedin\.8\@lg {
    border-color: rgba(0, 119, 181, 0.2); }
  .b\:linkedin\.9\@lg {
    border-color: rgba(0, 119, 181, 0.1); } }

@media (min-width: 1100px) {
  .b\:messenger\@lg {
    border-color: #0084ff; }
  .b-c\:messenger\@lg {
    border-color: #0084ff; }
  .b\:messenger\.1\@lg {
    border-color: rgba(0, 132, 255, 0.9); }
  .b\:messenger\.2\@lg {
    border-color: rgba(0, 132, 255, 0.8); }
  .b\:messenger\.3\@lg {
    border-color: rgba(0, 132, 255, 0.7); }
  .b\:messenger\.4\@lg {
    border-color: rgba(0, 132, 255, 0.6); }
  .b\:messenger\.5\@lg {
    border-color: rgba(0, 132, 255, 0.5); }
  .b\:messenger\.6\@lg {
    border-color: rgba(0, 132, 255, 0.4); }
  .b\:messenger\.7\@lg {
    border-color: rgba(0, 132, 255, 0.3); }
  .b\:messenger\.8\@lg {
    border-color: rgba(0, 132, 255, 0.2); }
  .b\:messenger\.9\@lg {
    border-color: rgba(0, 132, 255, 0.1); } }

@media (min-width: 1100px) {
  .b\:reddit\@lg {
    border-color: #ff4500; }
  .b-c\:reddit\@lg {
    border-color: #ff4500; }
  .b\:reddit\.1\@lg {
    border-color: rgba(255, 69, 0, 0.9); }
  .b\:reddit\.2\@lg {
    border-color: rgba(255, 69, 0, 0.8); }
  .b\:reddit\.3\@lg {
    border-color: rgba(255, 69, 0, 0.7); }
  .b\:reddit\.4\@lg {
    border-color: rgba(255, 69, 0, 0.6); }
  .b\:reddit\.5\@lg {
    border-color: rgba(255, 69, 0, 0.5); }
  .b\:reddit\.6\@lg {
    border-color: rgba(255, 69, 0, 0.4); }
  .b\:reddit\.7\@lg {
    border-color: rgba(255, 69, 0, 0.3); }
  .b\:reddit\.8\@lg {
    border-color: rgba(255, 69, 0, 0.2); }
  .b\:reddit\.9\@lg {
    border-color: rgba(255, 69, 0, 0.1); } }

@media (min-width: 1100px) {
  .b\:sms\@lg {
    border-color: #25d366; }
  .b-c\:sms\@lg {
    border-color: #25d366; }
  .b\:sms\.1\@lg {
    border-color: rgba(37, 211, 102, 0.9); }
  .b\:sms\.2\@lg {
    border-color: rgba(37, 211, 102, 0.8); }
  .b\:sms\.3\@lg {
    border-color: rgba(37, 211, 102, 0.7); }
  .b\:sms\.4\@lg {
    border-color: rgba(37, 211, 102, 0.6); }
  .b\:sms\.5\@lg {
    border-color: rgba(37, 211, 102, 0.5); }
  .b\:sms\.6\@lg {
    border-color: rgba(37, 211, 102, 0.4); }
  .b\:sms\.7\@lg {
    border-color: rgba(37, 211, 102, 0.3); }
  .b\:sms\.8\@lg {
    border-color: rgba(37, 211, 102, 0.2); }
  .b\:sms\.9\@lg {
    border-color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 1100px) {
  .b\:whatsapp\@lg {
    border-color: #25d366; }
  .b-c\:whatsapp\@lg {
    border-color: #25d366; }
  .b\:whatsapp\.1\@lg {
    border-color: rgba(37, 211, 102, 0.9); }
  .b\:whatsapp\.2\@lg {
    border-color: rgba(37, 211, 102, 0.8); }
  .b\:whatsapp\.3\@lg {
    border-color: rgba(37, 211, 102, 0.7); }
  .b\:whatsapp\.4\@lg {
    border-color: rgba(37, 211, 102, 0.6); }
  .b\:whatsapp\.5\@lg {
    border-color: rgba(37, 211, 102, 0.5); }
  .b\:whatsapp\.6\@lg {
    border-color: rgba(37, 211, 102, 0.4); }
  .b\:whatsapp\.7\@lg {
    border-color: rgba(37, 211, 102, 0.3); }
  .b\:whatsapp\.8\@lg {
    border-color: rgba(37, 211, 102, 0.2); }
  .b\:whatsapp\.9\@lg {
    border-color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 1100px) {
  .b\:none\@lg {
    border-color: transparent; }
  .b-c\:none\@lg {
    border-color: transparent; }
  .b\:none\.1\@lg {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.2\@lg {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.3\@lg {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.4\@lg {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.5\@lg {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.6\@lg {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.7\@lg {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.8\@lg {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.9\@lg {
    border-color: rgba(0, 0, 0, 0); } }

@media (min-width: 1300px) {
  .b\:blue\@xl {
    border-color: #0698d0; }
  .b-c\:blue\@xl {
    border-color: #0698d0; }
  .b\:blue\.1\@xl {
    border-color: rgba(6, 152, 208, 0.9); }
  .b\:blue\.2\@xl {
    border-color: rgba(6, 152, 208, 0.8); }
  .b\:blue\.3\@xl {
    border-color: rgba(6, 152, 208, 0.7); }
  .b\:blue\.4\@xl {
    border-color: rgba(6, 152, 208, 0.6); }
  .b\:blue\.5\@xl {
    border-color: rgba(6, 152, 208, 0.5); }
  .b\:blue\.6\@xl {
    border-color: rgba(6, 152, 208, 0.4); }
  .b\:blue\.7\@xl {
    border-color: rgba(6, 152, 208, 0.3); }
  .b\:blue\.8\@xl {
    border-color: rgba(6, 152, 208, 0.2); }
  .b\:blue\.9\@xl {
    border-color: rgba(6, 152, 208, 0.1); } }

@media (min-width: 1300px) {
  .b\:black\@xl {
    border-color: #111111; }
  .b-c\:black\@xl {
    border-color: #111111; }
  .b\:black\.1\@xl {
    border-color: rgba(17, 17, 17, 0.9); }
  .b\:black\.2\@xl {
    border-color: rgba(17, 17, 17, 0.8); }
  .b\:black\.3\@xl {
    border-color: rgba(17, 17, 17, 0.7); }
  .b\:black\.4\@xl {
    border-color: rgba(17, 17, 17, 0.6); }
  .b\:black\.5\@xl {
    border-color: rgba(17, 17, 17, 0.5); }
  .b\:black\.6\@xl {
    border-color: rgba(17, 17, 17, 0.4); }
  .b\:black\.7\@xl {
    border-color: rgba(17, 17, 17, 0.3); }
  .b\:black\.8\@xl {
    border-color: rgba(17, 17, 17, 0.2); }
  .b\:black\.9\@xl {
    border-color: rgba(17, 17, 17, 0.1); } }

@media (min-width: 1300px) {
  .b\:gray-dd\@xl {
    border-color: #333333; }
  .b-c\:gray-dd\@xl {
    border-color: #333333; }
  .b\:gray-dd\.1\@xl {
    border-color: rgba(51, 51, 51, 0.9); }
  .b\:gray-dd\.2\@xl {
    border-color: rgba(51, 51, 51, 0.8); }
  .b\:gray-dd\.3\@xl {
    border-color: rgba(51, 51, 51, 0.7); }
  .b\:gray-dd\.4\@xl {
    border-color: rgba(51, 51, 51, 0.6); }
  .b\:gray-dd\.5\@xl {
    border-color: rgba(51, 51, 51, 0.5); }
  .b\:gray-dd\.6\@xl {
    border-color: rgba(51, 51, 51, 0.4); }
  .b\:gray-dd\.7\@xl {
    border-color: rgba(51, 51, 51, 0.3); }
  .b\:gray-dd\.8\@xl {
    border-color: rgba(51, 51, 51, 0.2); }
  .b\:gray-dd\.9\@xl {
    border-color: rgba(51, 51, 51, 0.1); } }

@media (min-width: 1300px) {
  .b\:gray-d\@xl {
    border-color: #666666; }
  .b-c\:gray-d\@xl {
    border-color: #666666; }
  .b\:gray-d\.1\@xl {
    border-color: rgba(102, 102, 102, 0.9); }
  .b\:gray-d\.2\@xl {
    border-color: rgba(102, 102, 102, 0.8); }
  .b\:gray-d\.3\@xl {
    border-color: rgba(102, 102, 102, 0.7); }
  .b\:gray-d\.4\@xl {
    border-color: rgba(102, 102, 102, 0.6); }
  .b\:gray-d\.5\@xl {
    border-color: rgba(102, 102, 102, 0.5); }
  .b\:gray-d\.6\@xl {
    border-color: rgba(102, 102, 102, 0.4); }
  .b\:gray-d\.7\@xl {
    border-color: rgba(102, 102, 102, 0.3); }
  .b\:gray-d\.8\@xl {
    border-color: rgba(102, 102, 102, 0.2); }
  .b\:gray-d\.9\@xl {
    border-color: rgba(102, 102, 102, 0.1); } }

@media (min-width: 1300px) {
  .b\:gray\@xl {
    border-color: #999999; }
  .b-c\:gray\@xl {
    border-color: #999999; }
  .b\:gray\.1\@xl {
    border-color: rgba(153, 153, 153, 0.9); }
  .b\:gray\.2\@xl {
    border-color: rgba(153, 153, 153, 0.8); }
  .b\:gray\.3\@xl {
    border-color: rgba(153, 153, 153, 0.7); }
  .b\:gray\.4\@xl {
    border-color: rgba(153, 153, 153, 0.6); }
  .b\:gray\.5\@xl {
    border-color: rgba(153, 153, 153, 0.5); }
  .b\:gray\.6\@xl {
    border-color: rgba(153, 153, 153, 0.4); }
  .b\:gray\.7\@xl {
    border-color: rgba(153, 153, 153, 0.3); }
  .b\:gray\.8\@xl {
    border-color: rgba(153, 153, 153, 0.2); }
  .b\:gray\.9\@xl {
    border-color: rgba(153, 153, 153, 0.1); } }

@media (min-width: 1300px) {
  .b\:gray-l\@xl {
    border-color: #cccccc; }
  .b-c\:gray-l\@xl {
    border-color: #cccccc; }
  .b\:gray-l\.1\@xl {
    border-color: rgba(204, 204, 204, 0.9); }
  .b\:gray-l\.2\@xl {
    border-color: rgba(204, 204, 204, 0.8); }
  .b\:gray-l\.3\@xl {
    border-color: rgba(204, 204, 204, 0.7); }
  .b\:gray-l\.4\@xl {
    border-color: rgba(204, 204, 204, 0.6); }
  .b\:gray-l\.5\@xl {
    border-color: rgba(204, 204, 204, 0.5); }
  .b\:gray-l\.6\@xl {
    border-color: rgba(204, 204, 204, 0.4); }
  .b\:gray-l\.7\@xl {
    border-color: rgba(204, 204, 204, 0.3); }
  .b\:gray-l\.8\@xl {
    border-color: rgba(204, 204, 204, 0.2); }
  .b\:gray-l\.9\@xl {
    border-color: rgba(204, 204, 204, 0.1); } }

@media (min-width: 1300px) {
  .b\:gray-ll\@xl {
    border-color: #f6f6f6; }
  .b-c\:gray-ll\@xl {
    border-color: #f6f6f6; }
  .b\:gray-ll\.1\@xl {
    border-color: rgba(246, 246, 246, 0.9); }
  .b\:gray-ll\.2\@xl {
    border-color: rgba(246, 246, 246, 0.8); }
  .b\:gray-ll\.3\@xl {
    border-color: rgba(246, 246, 246, 0.7); }
  .b\:gray-ll\.4\@xl {
    border-color: rgba(246, 246, 246, 0.6); }
  .b\:gray-ll\.5\@xl {
    border-color: rgba(246, 246, 246, 0.5); }
  .b\:gray-ll\.6\@xl {
    border-color: rgba(246, 246, 246, 0.4); }
  .b\:gray-ll\.7\@xl {
    border-color: rgba(246, 246, 246, 0.3); }
  .b\:gray-ll\.8\@xl {
    border-color: rgba(246, 246, 246, 0.2); }
  .b\:gray-ll\.9\@xl {
    border-color: rgba(246, 246, 246, 0.1); } }

@media (min-width: 1300px) {
  .b\:white-d\@xl {
    border-color: #e3e3e3; }
  .b-c\:white-d\@xl {
    border-color: #e3e3e3; }
  .b\:white-d\.1\@xl {
    border-color: rgba(227, 227, 227, 0.9); }
  .b\:white-d\.2\@xl {
    border-color: rgba(227, 227, 227, 0.8); }
  .b\:white-d\.3\@xl {
    border-color: rgba(227, 227, 227, 0.7); }
  .b\:white-d\.4\@xl {
    border-color: rgba(227, 227, 227, 0.6); }
  .b\:white-d\.5\@xl {
    border-color: rgba(227, 227, 227, 0.5); }
  .b\:white-d\.6\@xl {
    border-color: rgba(227, 227, 227, 0.4); }
  .b\:white-d\.7\@xl {
    border-color: rgba(227, 227, 227, 0.3); }
  .b\:white-d\.8\@xl {
    border-color: rgba(227, 227, 227, 0.2); }
  .b\:white-d\.9\@xl {
    border-color: rgba(227, 227, 227, 0.1); } }

@media (min-width: 1300px) {
  .b\:white\@xl {
    border-color: #ffffff; }
  .b-c\:white\@xl {
    border-color: #ffffff; }
  .b\:white\.1\@xl {
    border-color: rgba(255, 255, 255, 0.9); }
  .b\:white\.2\@xl {
    border-color: rgba(255, 255, 255, 0.8); }
  .b\:white\.3\@xl {
    border-color: rgba(255, 255, 255, 0.7); }
  .b\:white\.4\@xl {
    border-color: rgba(255, 255, 255, 0.6); }
  .b\:white\.5\@xl {
    border-color: rgba(255, 255, 255, 0.5); }
  .b\:white\.6\@xl {
    border-color: rgba(255, 255, 255, 0.4); }
  .b\:white\.7\@xl {
    border-color: rgba(255, 255, 255, 0.3); }
  .b\:white\.8\@xl {
    border-color: rgba(255, 255, 255, 0.2); }
  .b\:white\.9\@xl {
    border-color: rgba(255, 255, 255, 0.1); } }

@media (min-width: 1300px) {
  .b\:orange\@xl {
    border-color: #ff904b; }
  .b-c\:orange\@xl {
    border-color: #ff904b; }
  .b\:orange\.1\@xl {
    border-color: rgba(255, 144, 75, 0.9); }
  .b\:orange\.2\@xl {
    border-color: rgba(255, 144, 75, 0.8); }
  .b\:orange\.3\@xl {
    border-color: rgba(255, 144, 75, 0.7); }
  .b\:orange\.4\@xl {
    border-color: rgba(255, 144, 75, 0.6); }
  .b\:orange\.5\@xl {
    border-color: rgba(255, 144, 75, 0.5); }
  .b\:orange\.6\@xl {
    border-color: rgba(255, 144, 75, 0.4); }
  .b\:orange\.7\@xl {
    border-color: rgba(255, 144, 75, 0.3); }
  .b\:orange\.8\@xl {
    border-color: rgba(255, 144, 75, 0.2); }
  .b\:orange\.9\@xl {
    border-color: rgba(255, 144, 75, 0.1); } }

@media (min-width: 1300px) {
  .b\:coral\@xl {
    border-color: #ff5041; }
  .b-c\:coral\@xl {
    border-color: #ff5041; }
  .b\:coral\.1\@xl {
    border-color: rgba(255, 80, 65, 0.9); }
  .b\:coral\.2\@xl {
    border-color: rgba(255, 80, 65, 0.8); }
  .b\:coral\.3\@xl {
    border-color: rgba(255, 80, 65, 0.7); }
  .b\:coral\.4\@xl {
    border-color: rgba(255, 80, 65, 0.6); }
  .b\:coral\.5\@xl {
    border-color: rgba(255, 80, 65, 0.5); }
  .b\:coral\.6\@xl {
    border-color: rgba(255, 80, 65, 0.4); }
  .b\:coral\.7\@xl {
    border-color: rgba(255, 80, 65, 0.3); }
  .b\:coral\.8\@xl {
    border-color: rgba(255, 80, 65, 0.2); }
  .b\:coral\.9\@xl {
    border-color: rgba(255, 80, 65, 0.1); } }

@media (min-width: 1300px) {
  .b\:red\@xl {
    border-color: #e62b1e; }
  .b-c\:red\@xl {
    border-color: #e62b1e; }
  .b\:red\.1\@xl {
    border-color: rgba(230, 43, 30, 0.9); }
  .b\:red\.2\@xl {
    border-color: rgba(230, 43, 30, 0.8); }
  .b\:red\.3\@xl {
    border-color: rgba(230, 43, 30, 0.7); }
  .b\:red\.4\@xl {
    border-color: rgba(230, 43, 30, 0.6); }
  .b\:red\.5\@xl {
    border-color: rgba(230, 43, 30, 0.5); }
  .b\:red\.6\@xl {
    border-color: rgba(230, 43, 30, 0.4); }
  .b\:red\.7\@xl {
    border-color: rgba(230, 43, 30, 0.3); }
  .b\:red\.8\@xl {
    border-color: rgba(230, 43, 30, 0.2); }
  .b\:red\.9\@xl {
    border-color: rgba(230, 43, 30, 0.1); } }

@media (min-width: 1300px) {
  .b\:twitter\@xl {
    border-color: #55acee; }
  .b-c\:twitter\@xl {
    border-color: #55acee; }
  .b\:twitter\.1\@xl {
    border-color: rgba(85, 172, 238, 0.9); }
  .b\:twitter\.2\@xl {
    border-color: rgba(85, 172, 238, 0.8); }
  .b\:twitter\.3\@xl {
    border-color: rgba(85, 172, 238, 0.7); }
  .b\:twitter\.4\@xl {
    border-color: rgba(85, 172, 238, 0.6); }
  .b\:twitter\.5\@xl {
    border-color: rgba(85, 172, 238, 0.5); }
  .b\:twitter\.6\@xl {
    border-color: rgba(85, 172, 238, 0.4); }
  .b\:twitter\.7\@xl {
    border-color: rgba(85, 172, 238, 0.3); }
  .b\:twitter\.8\@xl {
    border-color: rgba(85, 172, 238, 0.2); }
  .b\:twitter\.9\@xl {
    border-color: rgba(85, 172, 238, 0.1); } }

@media (min-width: 1300px) {
  .b\:facebook\@xl {
    border-color: #3b5998; }
  .b-c\:facebook\@xl {
    border-color: #3b5998; }
  .b\:facebook\.1\@xl {
    border-color: rgba(59, 89, 152, 0.9); }
  .b\:facebook\.2\@xl {
    border-color: rgba(59, 89, 152, 0.8); }
  .b\:facebook\.3\@xl {
    border-color: rgba(59, 89, 152, 0.7); }
  .b\:facebook\.4\@xl {
    border-color: rgba(59, 89, 152, 0.6); }
  .b\:facebook\.5\@xl {
    border-color: rgba(59, 89, 152, 0.5); }
  .b\:facebook\.6\@xl {
    border-color: rgba(59, 89, 152, 0.4); }
  .b\:facebook\.7\@xl {
    border-color: rgba(59, 89, 152, 0.3); }
  .b\:facebook\.8\@xl {
    border-color: rgba(59, 89, 152, 0.2); }
  .b\:facebook\.9\@xl {
    border-color: rgba(59, 89, 152, 0.1); } }

@media (min-width: 1300px) {
  .b\:linkedin\@xl {
    border-color: #0077b5; }
  .b-c\:linkedin\@xl {
    border-color: #0077b5; }
  .b\:linkedin\.1\@xl {
    border-color: rgba(0, 119, 181, 0.9); }
  .b\:linkedin\.2\@xl {
    border-color: rgba(0, 119, 181, 0.8); }
  .b\:linkedin\.3\@xl {
    border-color: rgba(0, 119, 181, 0.7); }
  .b\:linkedin\.4\@xl {
    border-color: rgba(0, 119, 181, 0.6); }
  .b\:linkedin\.5\@xl {
    border-color: rgba(0, 119, 181, 0.5); }
  .b\:linkedin\.6\@xl {
    border-color: rgba(0, 119, 181, 0.4); }
  .b\:linkedin\.7\@xl {
    border-color: rgba(0, 119, 181, 0.3); }
  .b\:linkedin\.8\@xl {
    border-color: rgba(0, 119, 181, 0.2); }
  .b\:linkedin\.9\@xl {
    border-color: rgba(0, 119, 181, 0.1); } }

@media (min-width: 1300px) {
  .b\:messenger\@xl {
    border-color: #0084ff; }
  .b-c\:messenger\@xl {
    border-color: #0084ff; }
  .b\:messenger\.1\@xl {
    border-color: rgba(0, 132, 255, 0.9); }
  .b\:messenger\.2\@xl {
    border-color: rgba(0, 132, 255, 0.8); }
  .b\:messenger\.3\@xl {
    border-color: rgba(0, 132, 255, 0.7); }
  .b\:messenger\.4\@xl {
    border-color: rgba(0, 132, 255, 0.6); }
  .b\:messenger\.5\@xl {
    border-color: rgba(0, 132, 255, 0.5); }
  .b\:messenger\.6\@xl {
    border-color: rgba(0, 132, 255, 0.4); }
  .b\:messenger\.7\@xl {
    border-color: rgba(0, 132, 255, 0.3); }
  .b\:messenger\.8\@xl {
    border-color: rgba(0, 132, 255, 0.2); }
  .b\:messenger\.9\@xl {
    border-color: rgba(0, 132, 255, 0.1); } }

@media (min-width: 1300px) {
  .b\:reddit\@xl {
    border-color: #ff4500; }
  .b-c\:reddit\@xl {
    border-color: #ff4500; }
  .b\:reddit\.1\@xl {
    border-color: rgba(255, 69, 0, 0.9); }
  .b\:reddit\.2\@xl {
    border-color: rgba(255, 69, 0, 0.8); }
  .b\:reddit\.3\@xl {
    border-color: rgba(255, 69, 0, 0.7); }
  .b\:reddit\.4\@xl {
    border-color: rgba(255, 69, 0, 0.6); }
  .b\:reddit\.5\@xl {
    border-color: rgba(255, 69, 0, 0.5); }
  .b\:reddit\.6\@xl {
    border-color: rgba(255, 69, 0, 0.4); }
  .b\:reddit\.7\@xl {
    border-color: rgba(255, 69, 0, 0.3); }
  .b\:reddit\.8\@xl {
    border-color: rgba(255, 69, 0, 0.2); }
  .b\:reddit\.9\@xl {
    border-color: rgba(255, 69, 0, 0.1); } }

@media (min-width: 1300px) {
  .b\:sms\@xl {
    border-color: #25d366; }
  .b-c\:sms\@xl {
    border-color: #25d366; }
  .b\:sms\.1\@xl {
    border-color: rgba(37, 211, 102, 0.9); }
  .b\:sms\.2\@xl {
    border-color: rgba(37, 211, 102, 0.8); }
  .b\:sms\.3\@xl {
    border-color: rgba(37, 211, 102, 0.7); }
  .b\:sms\.4\@xl {
    border-color: rgba(37, 211, 102, 0.6); }
  .b\:sms\.5\@xl {
    border-color: rgba(37, 211, 102, 0.5); }
  .b\:sms\.6\@xl {
    border-color: rgba(37, 211, 102, 0.4); }
  .b\:sms\.7\@xl {
    border-color: rgba(37, 211, 102, 0.3); }
  .b\:sms\.8\@xl {
    border-color: rgba(37, 211, 102, 0.2); }
  .b\:sms\.9\@xl {
    border-color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 1300px) {
  .b\:whatsapp\@xl {
    border-color: #25d366; }
  .b-c\:whatsapp\@xl {
    border-color: #25d366; }
  .b\:whatsapp\.1\@xl {
    border-color: rgba(37, 211, 102, 0.9); }
  .b\:whatsapp\.2\@xl {
    border-color: rgba(37, 211, 102, 0.8); }
  .b\:whatsapp\.3\@xl {
    border-color: rgba(37, 211, 102, 0.7); }
  .b\:whatsapp\.4\@xl {
    border-color: rgba(37, 211, 102, 0.6); }
  .b\:whatsapp\.5\@xl {
    border-color: rgba(37, 211, 102, 0.5); }
  .b\:whatsapp\.6\@xl {
    border-color: rgba(37, 211, 102, 0.4); }
  .b\:whatsapp\.7\@xl {
    border-color: rgba(37, 211, 102, 0.3); }
  .b\:whatsapp\.8\@xl {
    border-color: rgba(37, 211, 102, 0.2); }
  .b\:whatsapp\.9\@xl {
    border-color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 1300px) {
  .b\:none\@xl {
    border-color: transparent; }
  .b-c\:none\@xl {
    border-color: transparent; }
  .b\:none\.1\@xl {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.2\@xl {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.3\@xl {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.4\@xl {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.5\@xl {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.6\@xl {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.7\@xl {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.8\@xl {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.9\@xl {
    border-color: rgba(0, 0, 0, 0); } }

@media (min-width: 1700px) {
  .b\:blue\@xxl {
    border-color: #0698d0; }
  .b-c\:blue\@xxl {
    border-color: #0698d0; }
  .b\:blue\.1\@xxl {
    border-color: rgba(6, 152, 208, 0.9); }
  .b\:blue\.2\@xxl {
    border-color: rgba(6, 152, 208, 0.8); }
  .b\:blue\.3\@xxl {
    border-color: rgba(6, 152, 208, 0.7); }
  .b\:blue\.4\@xxl {
    border-color: rgba(6, 152, 208, 0.6); }
  .b\:blue\.5\@xxl {
    border-color: rgba(6, 152, 208, 0.5); }
  .b\:blue\.6\@xxl {
    border-color: rgba(6, 152, 208, 0.4); }
  .b\:blue\.7\@xxl {
    border-color: rgba(6, 152, 208, 0.3); }
  .b\:blue\.8\@xxl {
    border-color: rgba(6, 152, 208, 0.2); }
  .b\:blue\.9\@xxl {
    border-color: rgba(6, 152, 208, 0.1); } }

@media (min-width: 1700px) {
  .b\:black\@xxl {
    border-color: #111111; }
  .b-c\:black\@xxl {
    border-color: #111111; }
  .b\:black\.1\@xxl {
    border-color: rgba(17, 17, 17, 0.9); }
  .b\:black\.2\@xxl {
    border-color: rgba(17, 17, 17, 0.8); }
  .b\:black\.3\@xxl {
    border-color: rgba(17, 17, 17, 0.7); }
  .b\:black\.4\@xxl {
    border-color: rgba(17, 17, 17, 0.6); }
  .b\:black\.5\@xxl {
    border-color: rgba(17, 17, 17, 0.5); }
  .b\:black\.6\@xxl {
    border-color: rgba(17, 17, 17, 0.4); }
  .b\:black\.7\@xxl {
    border-color: rgba(17, 17, 17, 0.3); }
  .b\:black\.8\@xxl {
    border-color: rgba(17, 17, 17, 0.2); }
  .b\:black\.9\@xxl {
    border-color: rgba(17, 17, 17, 0.1); } }

@media (min-width: 1700px) {
  .b\:gray-dd\@xxl {
    border-color: #333333; }
  .b-c\:gray-dd\@xxl {
    border-color: #333333; }
  .b\:gray-dd\.1\@xxl {
    border-color: rgba(51, 51, 51, 0.9); }
  .b\:gray-dd\.2\@xxl {
    border-color: rgba(51, 51, 51, 0.8); }
  .b\:gray-dd\.3\@xxl {
    border-color: rgba(51, 51, 51, 0.7); }
  .b\:gray-dd\.4\@xxl {
    border-color: rgba(51, 51, 51, 0.6); }
  .b\:gray-dd\.5\@xxl {
    border-color: rgba(51, 51, 51, 0.5); }
  .b\:gray-dd\.6\@xxl {
    border-color: rgba(51, 51, 51, 0.4); }
  .b\:gray-dd\.7\@xxl {
    border-color: rgba(51, 51, 51, 0.3); }
  .b\:gray-dd\.8\@xxl {
    border-color: rgba(51, 51, 51, 0.2); }
  .b\:gray-dd\.9\@xxl {
    border-color: rgba(51, 51, 51, 0.1); } }

@media (min-width: 1700px) {
  .b\:gray-d\@xxl {
    border-color: #666666; }
  .b-c\:gray-d\@xxl {
    border-color: #666666; }
  .b\:gray-d\.1\@xxl {
    border-color: rgba(102, 102, 102, 0.9); }
  .b\:gray-d\.2\@xxl {
    border-color: rgba(102, 102, 102, 0.8); }
  .b\:gray-d\.3\@xxl {
    border-color: rgba(102, 102, 102, 0.7); }
  .b\:gray-d\.4\@xxl {
    border-color: rgba(102, 102, 102, 0.6); }
  .b\:gray-d\.5\@xxl {
    border-color: rgba(102, 102, 102, 0.5); }
  .b\:gray-d\.6\@xxl {
    border-color: rgba(102, 102, 102, 0.4); }
  .b\:gray-d\.7\@xxl {
    border-color: rgba(102, 102, 102, 0.3); }
  .b\:gray-d\.8\@xxl {
    border-color: rgba(102, 102, 102, 0.2); }
  .b\:gray-d\.9\@xxl {
    border-color: rgba(102, 102, 102, 0.1); } }

@media (min-width: 1700px) {
  .b\:gray\@xxl {
    border-color: #999999; }
  .b-c\:gray\@xxl {
    border-color: #999999; }
  .b\:gray\.1\@xxl {
    border-color: rgba(153, 153, 153, 0.9); }
  .b\:gray\.2\@xxl {
    border-color: rgba(153, 153, 153, 0.8); }
  .b\:gray\.3\@xxl {
    border-color: rgba(153, 153, 153, 0.7); }
  .b\:gray\.4\@xxl {
    border-color: rgba(153, 153, 153, 0.6); }
  .b\:gray\.5\@xxl {
    border-color: rgba(153, 153, 153, 0.5); }
  .b\:gray\.6\@xxl {
    border-color: rgba(153, 153, 153, 0.4); }
  .b\:gray\.7\@xxl {
    border-color: rgba(153, 153, 153, 0.3); }
  .b\:gray\.8\@xxl {
    border-color: rgba(153, 153, 153, 0.2); }
  .b\:gray\.9\@xxl {
    border-color: rgba(153, 153, 153, 0.1); } }

@media (min-width: 1700px) {
  .b\:gray-l\@xxl {
    border-color: #cccccc; }
  .b-c\:gray-l\@xxl {
    border-color: #cccccc; }
  .b\:gray-l\.1\@xxl {
    border-color: rgba(204, 204, 204, 0.9); }
  .b\:gray-l\.2\@xxl {
    border-color: rgba(204, 204, 204, 0.8); }
  .b\:gray-l\.3\@xxl {
    border-color: rgba(204, 204, 204, 0.7); }
  .b\:gray-l\.4\@xxl {
    border-color: rgba(204, 204, 204, 0.6); }
  .b\:gray-l\.5\@xxl {
    border-color: rgba(204, 204, 204, 0.5); }
  .b\:gray-l\.6\@xxl {
    border-color: rgba(204, 204, 204, 0.4); }
  .b\:gray-l\.7\@xxl {
    border-color: rgba(204, 204, 204, 0.3); }
  .b\:gray-l\.8\@xxl {
    border-color: rgba(204, 204, 204, 0.2); }
  .b\:gray-l\.9\@xxl {
    border-color: rgba(204, 204, 204, 0.1); } }

@media (min-width: 1700px) {
  .b\:gray-ll\@xxl {
    border-color: #f6f6f6; }
  .b-c\:gray-ll\@xxl {
    border-color: #f6f6f6; }
  .b\:gray-ll\.1\@xxl {
    border-color: rgba(246, 246, 246, 0.9); }
  .b\:gray-ll\.2\@xxl {
    border-color: rgba(246, 246, 246, 0.8); }
  .b\:gray-ll\.3\@xxl {
    border-color: rgba(246, 246, 246, 0.7); }
  .b\:gray-ll\.4\@xxl {
    border-color: rgba(246, 246, 246, 0.6); }
  .b\:gray-ll\.5\@xxl {
    border-color: rgba(246, 246, 246, 0.5); }
  .b\:gray-ll\.6\@xxl {
    border-color: rgba(246, 246, 246, 0.4); }
  .b\:gray-ll\.7\@xxl {
    border-color: rgba(246, 246, 246, 0.3); }
  .b\:gray-ll\.8\@xxl {
    border-color: rgba(246, 246, 246, 0.2); }
  .b\:gray-ll\.9\@xxl {
    border-color: rgba(246, 246, 246, 0.1); } }

@media (min-width: 1700px) {
  .b\:white-d\@xxl {
    border-color: #e3e3e3; }
  .b-c\:white-d\@xxl {
    border-color: #e3e3e3; }
  .b\:white-d\.1\@xxl {
    border-color: rgba(227, 227, 227, 0.9); }
  .b\:white-d\.2\@xxl {
    border-color: rgba(227, 227, 227, 0.8); }
  .b\:white-d\.3\@xxl {
    border-color: rgba(227, 227, 227, 0.7); }
  .b\:white-d\.4\@xxl {
    border-color: rgba(227, 227, 227, 0.6); }
  .b\:white-d\.5\@xxl {
    border-color: rgba(227, 227, 227, 0.5); }
  .b\:white-d\.6\@xxl {
    border-color: rgba(227, 227, 227, 0.4); }
  .b\:white-d\.7\@xxl {
    border-color: rgba(227, 227, 227, 0.3); }
  .b\:white-d\.8\@xxl {
    border-color: rgba(227, 227, 227, 0.2); }
  .b\:white-d\.9\@xxl {
    border-color: rgba(227, 227, 227, 0.1); } }

@media (min-width: 1700px) {
  .b\:white\@xxl {
    border-color: #ffffff; }
  .b-c\:white\@xxl {
    border-color: #ffffff; }
  .b\:white\.1\@xxl {
    border-color: rgba(255, 255, 255, 0.9); }
  .b\:white\.2\@xxl {
    border-color: rgba(255, 255, 255, 0.8); }
  .b\:white\.3\@xxl {
    border-color: rgba(255, 255, 255, 0.7); }
  .b\:white\.4\@xxl {
    border-color: rgba(255, 255, 255, 0.6); }
  .b\:white\.5\@xxl {
    border-color: rgba(255, 255, 255, 0.5); }
  .b\:white\.6\@xxl {
    border-color: rgba(255, 255, 255, 0.4); }
  .b\:white\.7\@xxl {
    border-color: rgba(255, 255, 255, 0.3); }
  .b\:white\.8\@xxl {
    border-color: rgba(255, 255, 255, 0.2); }
  .b\:white\.9\@xxl {
    border-color: rgba(255, 255, 255, 0.1); } }

@media (min-width: 1700px) {
  .b\:orange\@xxl {
    border-color: #ff904b; }
  .b-c\:orange\@xxl {
    border-color: #ff904b; }
  .b\:orange\.1\@xxl {
    border-color: rgba(255, 144, 75, 0.9); }
  .b\:orange\.2\@xxl {
    border-color: rgba(255, 144, 75, 0.8); }
  .b\:orange\.3\@xxl {
    border-color: rgba(255, 144, 75, 0.7); }
  .b\:orange\.4\@xxl {
    border-color: rgba(255, 144, 75, 0.6); }
  .b\:orange\.5\@xxl {
    border-color: rgba(255, 144, 75, 0.5); }
  .b\:orange\.6\@xxl {
    border-color: rgba(255, 144, 75, 0.4); }
  .b\:orange\.7\@xxl {
    border-color: rgba(255, 144, 75, 0.3); }
  .b\:orange\.8\@xxl {
    border-color: rgba(255, 144, 75, 0.2); }
  .b\:orange\.9\@xxl {
    border-color: rgba(255, 144, 75, 0.1); } }

@media (min-width: 1700px) {
  .b\:coral\@xxl {
    border-color: #ff5041; }
  .b-c\:coral\@xxl {
    border-color: #ff5041; }
  .b\:coral\.1\@xxl {
    border-color: rgba(255, 80, 65, 0.9); }
  .b\:coral\.2\@xxl {
    border-color: rgba(255, 80, 65, 0.8); }
  .b\:coral\.3\@xxl {
    border-color: rgba(255, 80, 65, 0.7); }
  .b\:coral\.4\@xxl {
    border-color: rgba(255, 80, 65, 0.6); }
  .b\:coral\.5\@xxl {
    border-color: rgba(255, 80, 65, 0.5); }
  .b\:coral\.6\@xxl {
    border-color: rgba(255, 80, 65, 0.4); }
  .b\:coral\.7\@xxl {
    border-color: rgba(255, 80, 65, 0.3); }
  .b\:coral\.8\@xxl {
    border-color: rgba(255, 80, 65, 0.2); }
  .b\:coral\.9\@xxl {
    border-color: rgba(255, 80, 65, 0.1); } }

@media (min-width: 1700px) {
  .b\:red\@xxl {
    border-color: #e62b1e; }
  .b-c\:red\@xxl {
    border-color: #e62b1e; }
  .b\:red\.1\@xxl {
    border-color: rgba(230, 43, 30, 0.9); }
  .b\:red\.2\@xxl {
    border-color: rgba(230, 43, 30, 0.8); }
  .b\:red\.3\@xxl {
    border-color: rgba(230, 43, 30, 0.7); }
  .b\:red\.4\@xxl {
    border-color: rgba(230, 43, 30, 0.6); }
  .b\:red\.5\@xxl {
    border-color: rgba(230, 43, 30, 0.5); }
  .b\:red\.6\@xxl {
    border-color: rgba(230, 43, 30, 0.4); }
  .b\:red\.7\@xxl {
    border-color: rgba(230, 43, 30, 0.3); }
  .b\:red\.8\@xxl {
    border-color: rgba(230, 43, 30, 0.2); }
  .b\:red\.9\@xxl {
    border-color: rgba(230, 43, 30, 0.1); } }

@media (min-width: 1700px) {
  .b\:twitter\@xxl {
    border-color: #55acee; }
  .b-c\:twitter\@xxl {
    border-color: #55acee; }
  .b\:twitter\.1\@xxl {
    border-color: rgba(85, 172, 238, 0.9); }
  .b\:twitter\.2\@xxl {
    border-color: rgba(85, 172, 238, 0.8); }
  .b\:twitter\.3\@xxl {
    border-color: rgba(85, 172, 238, 0.7); }
  .b\:twitter\.4\@xxl {
    border-color: rgba(85, 172, 238, 0.6); }
  .b\:twitter\.5\@xxl {
    border-color: rgba(85, 172, 238, 0.5); }
  .b\:twitter\.6\@xxl {
    border-color: rgba(85, 172, 238, 0.4); }
  .b\:twitter\.7\@xxl {
    border-color: rgba(85, 172, 238, 0.3); }
  .b\:twitter\.8\@xxl {
    border-color: rgba(85, 172, 238, 0.2); }
  .b\:twitter\.9\@xxl {
    border-color: rgba(85, 172, 238, 0.1); } }

@media (min-width: 1700px) {
  .b\:facebook\@xxl {
    border-color: #3b5998; }
  .b-c\:facebook\@xxl {
    border-color: #3b5998; }
  .b\:facebook\.1\@xxl {
    border-color: rgba(59, 89, 152, 0.9); }
  .b\:facebook\.2\@xxl {
    border-color: rgba(59, 89, 152, 0.8); }
  .b\:facebook\.3\@xxl {
    border-color: rgba(59, 89, 152, 0.7); }
  .b\:facebook\.4\@xxl {
    border-color: rgba(59, 89, 152, 0.6); }
  .b\:facebook\.5\@xxl {
    border-color: rgba(59, 89, 152, 0.5); }
  .b\:facebook\.6\@xxl {
    border-color: rgba(59, 89, 152, 0.4); }
  .b\:facebook\.7\@xxl {
    border-color: rgba(59, 89, 152, 0.3); }
  .b\:facebook\.8\@xxl {
    border-color: rgba(59, 89, 152, 0.2); }
  .b\:facebook\.9\@xxl {
    border-color: rgba(59, 89, 152, 0.1); } }

@media (min-width: 1700px) {
  .b\:linkedin\@xxl {
    border-color: #0077b5; }
  .b-c\:linkedin\@xxl {
    border-color: #0077b5; }
  .b\:linkedin\.1\@xxl {
    border-color: rgba(0, 119, 181, 0.9); }
  .b\:linkedin\.2\@xxl {
    border-color: rgba(0, 119, 181, 0.8); }
  .b\:linkedin\.3\@xxl {
    border-color: rgba(0, 119, 181, 0.7); }
  .b\:linkedin\.4\@xxl {
    border-color: rgba(0, 119, 181, 0.6); }
  .b\:linkedin\.5\@xxl {
    border-color: rgba(0, 119, 181, 0.5); }
  .b\:linkedin\.6\@xxl {
    border-color: rgba(0, 119, 181, 0.4); }
  .b\:linkedin\.7\@xxl {
    border-color: rgba(0, 119, 181, 0.3); }
  .b\:linkedin\.8\@xxl {
    border-color: rgba(0, 119, 181, 0.2); }
  .b\:linkedin\.9\@xxl {
    border-color: rgba(0, 119, 181, 0.1); } }

@media (min-width: 1700px) {
  .b\:messenger\@xxl {
    border-color: #0084ff; }
  .b-c\:messenger\@xxl {
    border-color: #0084ff; }
  .b\:messenger\.1\@xxl {
    border-color: rgba(0, 132, 255, 0.9); }
  .b\:messenger\.2\@xxl {
    border-color: rgba(0, 132, 255, 0.8); }
  .b\:messenger\.3\@xxl {
    border-color: rgba(0, 132, 255, 0.7); }
  .b\:messenger\.4\@xxl {
    border-color: rgba(0, 132, 255, 0.6); }
  .b\:messenger\.5\@xxl {
    border-color: rgba(0, 132, 255, 0.5); }
  .b\:messenger\.6\@xxl {
    border-color: rgba(0, 132, 255, 0.4); }
  .b\:messenger\.7\@xxl {
    border-color: rgba(0, 132, 255, 0.3); }
  .b\:messenger\.8\@xxl {
    border-color: rgba(0, 132, 255, 0.2); }
  .b\:messenger\.9\@xxl {
    border-color: rgba(0, 132, 255, 0.1); } }

@media (min-width: 1700px) {
  .b\:reddit\@xxl {
    border-color: #ff4500; }
  .b-c\:reddit\@xxl {
    border-color: #ff4500; }
  .b\:reddit\.1\@xxl {
    border-color: rgba(255, 69, 0, 0.9); }
  .b\:reddit\.2\@xxl {
    border-color: rgba(255, 69, 0, 0.8); }
  .b\:reddit\.3\@xxl {
    border-color: rgba(255, 69, 0, 0.7); }
  .b\:reddit\.4\@xxl {
    border-color: rgba(255, 69, 0, 0.6); }
  .b\:reddit\.5\@xxl {
    border-color: rgba(255, 69, 0, 0.5); }
  .b\:reddit\.6\@xxl {
    border-color: rgba(255, 69, 0, 0.4); }
  .b\:reddit\.7\@xxl {
    border-color: rgba(255, 69, 0, 0.3); }
  .b\:reddit\.8\@xxl {
    border-color: rgba(255, 69, 0, 0.2); }
  .b\:reddit\.9\@xxl {
    border-color: rgba(255, 69, 0, 0.1); } }

@media (min-width: 1700px) {
  .b\:sms\@xxl {
    border-color: #25d366; }
  .b-c\:sms\@xxl {
    border-color: #25d366; }
  .b\:sms\.1\@xxl {
    border-color: rgba(37, 211, 102, 0.9); }
  .b\:sms\.2\@xxl {
    border-color: rgba(37, 211, 102, 0.8); }
  .b\:sms\.3\@xxl {
    border-color: rgba(37, 211, 102, 0.7); }
  .b\:sms\.4\@xxl {
    border-color: rgba(37, 211, 102, 0.6); }
  .b\:sms\.5\@xxl {
    border-color: rgba(37, 211, 102, 0.5); }
  .b\:sms\.6\@xxl {
    border-color: rgba(37, 211, 102, 0.4); }
  .b\:sms\.7\@xxl {
    border-color: rgba(37, 211, 102, 0.3); }
  .b\:sms\.8\@xxl {
    border-color: rgba(37, 211, 102, 0.2); }
  .b\:sms\.9\@xxl {
    border-color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 1700px) {
  .b\:whatsapp\@xxl {
    border-color: #25d366; }
  .b-c\:whatsapp\@xxl {
    border-color: #25d366; }
  .b\:whatsapp\.1\@xxl {
    border-color: rgba(37, 211, 102, 0.9); }
  .b\:whatsapp\.2\@xxl {
    border-color: rgba(37, 211, 102, 0.8); }
  .b\:whatsapp\.3\@xxl {
    border-color: rgba(37, 211, 102, 0.7); }
  .b\:whatsapp\.4\@xxl {
    border-color: rgba(37, 211, 102, 0.6); }
  .b\:whatsapp\.5\@xxl {
    border-color: rgba(37, 211, 102, 0.5); }
  .b\:whatsapp\.6\@xxl {
    border-color: rgba(37, 211, 102, 0.4); }
  .b\:whatsapp\.7\@xxl {
    border-color: rgba(37, 211, 102, 0.3); }
  .b\:whatsapp\.8\@xxl {
    border-color: rgba(37, 211, 102, 0.2); }
  .b\:whatsapp\.9\@xxl {
    border-color: rgba(37, 211, 102, 0.1); } }

@media (min-width: 1700px) {
  .b\:none\@xxl {
    border-color: transparent; }
  .b-c\:none\@xxl {
    border-color: transparent; }
  .b\:none\.1\@xxl {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.2\@xxl {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.3\@xxl {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.4\@xxl {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.5\@xxl {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.6\@xxl {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.7\@xxl {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.8\@xxl {
    border-color: rgba(0, 0, 0, 0); }
  .b\:none\.9\@xxl {
    border-color: rgba(0, 0, 0, 0); } }

.border-radius {
  border-radius: 0.125rem; }

.transition--1 {
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.transition--2 {
  -webkit-transition: all .11s ease-out;
  transition: all .11s ease-out; }

.animation-fade {
  opacity: 0;
  -webkit-animation-name: animation-fade;
          animation-name: animation-fade;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes animation-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes animation-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-enter {
  opacity: 0;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }

.fade-appear {
  opacity: 0;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }

.fade-leave {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }

.fade-enter.fade-enter-active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running; }

.fade-appear.fade-appear-active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running; }

.fade-leave.fade-leave-active {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.play-pulse {
  border-radius: 10rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 3px solid rgba(255, 255, 255, 0);
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: rgba(255, 255, 255, 0.55); }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    border-color: rgba(255, 255, 255, 0); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: rgba(255, 255, 255, 0.55); }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    border-color: rgba(255, 255, 255, 0); } }

.hover\/grow {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease; }
  .hover\/grow:hover {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease; }

.hover\/grow-t .hover\/grow-t\:target {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease; }

.hover\/grow-t:hover .hover\/grow-t\:target {
  -webkit-transform: scale(1.2) translate3d(0, 0, 0);
          transform: scale(1.2) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease; }

.hover\/appear .hover\/appear\:target {
  opacity: 0;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease; }

.hover\/appear:hover .hover\/appear\:target, .hover\/appear:focus .hover\/appear\:target {
  opacity: 1;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease; }

.align-x\:c {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%; }

.align-y\:c {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%; }

.align\:c {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

@media (min-width: 400px) {
  .align-x\:c\@xxs {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%; }
  .align-y\:c\@xxs {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%; }
  .align\:c\@xxs {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); } }

@media (min-width: 500px) {
  .align-x\:c\@xs {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%; }
  .align-y\:c\@xs {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%; }
  .align\:c\@xs {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); } }

@media (min-width: 700px) {
  .align-x\:c\@sm {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%; }
  .align-y\:c\@sm {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%; }
  .align\:c\@sm {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); } }

@media (min-width: 900px) {
  .align-x\:c\@md {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%; }
  .align-y\:c\@md {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%; }
  .align\:c\@md {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); } }

@media (min-width: 1100px) {
  .align-x\:c\@lg {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%; }
  .align-y\:c\@lg {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%; }
  .align\:c\@lg {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); } }

@media (min-width: 1300px) {
  .align-x\:c\@xl {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%; }
  .align-y\:c\@xl {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%; }
  .align\:c\@xl {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); } }

@media (min-width: 1700px) {
  .align-x\:c\@xxl {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%; }
  .align-y\:c\@xxl {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%; }
  .align\:c\@xxl {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); } }

/***
 * These rules _actually_ require `!important`, as they override inline
 * background images. Beware.
 ***/
.bg\:cover {
  background-size: cover !important; }

@media (max-width: 700px) {
  .bg\:show\@sm {
    background-image: none !important; } }

@media (max-width: 900px) {
  .bg\:show\@md {
    background-image: none !important; } }

@media (max-width: 1100px) {
  .bg\:show\@lg {
    background-image: none !important; } }

/**
 * Simple Custom <select>.
 *
 * 1. Change the `appearance` so that padding and custom arrow applies.
 */
select.Form-input {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgd2lkdGg9JzMyJyBoZWlnaHQ9JzI0JyB2aWV3Qm94PScwIDAgMzIgMjQnPjxwb2x5Z29uIHBvaW50cz0nMCwwIDMyLDAgMTYsMjQnIHN0eWxlPSdmaWxsOiByZ2IoMTM4LCAxMzgsIDEzOCknPjwvcG9seWdvbj48L3N2Zz4=");
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  background-size: 0.5em;
  padding-right: 1.5em; }

.height-100,
.height-full {
  height: 100%; }

.min-h\:100vh {
  min-height: 100vh; }

.h\:full {
  height: 100%; }

@media (min-width: 400px) {
  .h\:full\@xxs {
    height: 100%; } }

@media (min-width: 500px) {
  .h\:full\@xs {
    height: 100%; } }

@media (min-width: 700px) {
  .h\:full\@sm {
    height: 100%; } }

@media (min-width: 900px) {
  .h\:full\@md {
    height: 100%; } }

@media (min-width: 1100px) {
  .h\:full\@lg {
    height: 100%; } }

@media (min-width: 1300px) {
  .h\:full\@xl {
    height: 100%; } }

@media (min-width: 1700px) {
  .h\:full\@xxl {
    height: 100%; } }

.h\:1 {
  height: 1rem; }

.min-h\:1 {
  min-height: 1rem; }

.h\:2 {
  height: 1.2rem; }

.min-h\:2 {
  min-height: 1.2rem; }

.h\:3 {
  height: 1.44rem; }

.min-h\:3 {
  min-height: 1.44rem; }

.h\:4 {
  height: 1.728rem; }

.min-h\:4 {
  min-height: 1.728rem; }

.h\:5 {
  height: 2.0736rem; }

.min-h\:5 {
  min-height: 2.0736rem; }

.h\:6 {
  height: 2.48832rem; }

.min-h\:6 {
  min-height: 2.48832rem; }

.h\:7 {
  height: 2.98598rem; }

.min-h\:7 {
  min-height: 2.98598rem; }

.h\:8 {
  height: 3.58318rem; }

.min-h\:8 {
  min-height: 3.58318rem; }

.h\:9 {
  height: 4.29982rem; }

.min-h\:9 {
  min-height: 4.29982rem; }

.h\:10 {
  height: 5.15978rem; }

.min-h\:10 {
  min-height: 5.15978rem; }

.h\:11 {
  height: 6.19174rem; }

.min-h\:11 {
  min-height: 6.19174rem; }

.h\:12 {
  height: 7.43008rem; }

.min-h\:12 {
  min-height: 7.43008rem; }

.h\:13 {
  height: 8.9161rem; }

.min-h\:13 {
  min-height: 8.9161rem; }

.h\:14 {
  height: 10.69932rem; }

.min-h\:14 {
  min-height: 10.69932rem; }

.h\:15 {
  height: 12.83918rem; }

.min-h\:15 {
  min-height: 12.83918rem; }

.h\:16 {
  height: 15.40702rem; }

.min-h\:16 {
  min-height: 15.40702rem; }

.h\:17 {
  height: 18.48843rem; }

.min-h\:17 {
  min-height: 18.48843rem; }

.h\:18 {
  height: 22.18611rem; }

.min-h\:18 {
  min-height: 22.18611rem; }

.h\:19 {
  height: 26.62333rem; }

.min-h\:19 {
  min-height: 26.62333rem; }

.h\:20 {
  height: 31.948rem; }

.min-h\:20 {
  min-height: 31.948rem; }

.h\:21 {
  height: 38.3376rem; }

.min-h\:21 {
  min-height: 38.3376rem; }

.h\:22 {
  height: 46.00512rem; }

.min-h\:22 {
  min-height: 46.00512rem; }

.h\:23 {
  height: 55.20614rem; }

.min-h\:23 {
  min-height: 55.20614rem; }

.h\:24 {
  height: 66.24737rem; }

.min-h\:24 {
  min-height: 66.24737rem; }

.h\:25 {
  height: 79.49685rem; }

.min-h\:25 {
  min-height: 79.49685rem; }

.h\:26 {
  height: 95.39622rem; }

.min-h\:26 {
  min-height: 95.39622rem; }

.h\:a {
  height: auto; }

.min-h\:a {
  min-height: auto; }

@media (min-width: 400px) {
  .h\:1\@xxs {
    height: 1rem; }
  .min-h\:1\@xxs {
    min-height: 1rem; }
  .h\:2\@xxs {
    height: 1.2rem; }
  .min-h\:2\@xxs {
    min-height: 1.2rem; }
  .h\:3\@xxs {
    height: 1.44rem; }
  .min-h\:3\@xxs {
    min-height: 1.44rem; }
  .h\:4\@xxs {
    height: 1.728rem; }
  .min-h\:4\@xxs {
    min-height: 1.728rem; }
  .h\:5\@xxs {
    height: 2.0736rem; }
  .min-h\:5\@xxs {
    min-height: 2.0736rem; }
  .h\:6\@xxs {
    height: 2.48832rem; }
  .min-h\:6\@xxs {
    min-height: 2.48832rem; }
  .h\:7\@xxs {
    height: 2.98598rem; }
  .min-h\:7\@xxs {
    min-height: 2.98598rem; }
  .h\:8\@xxs {
    height: 3.58318rem; }
  .min-h\:8\@xxs {
    min-height: 3.58318rem; }
  .h\:9\@xxs {
    height: 4.29982rem; }
  .min-h\:9\@xxs {
    min-height: 4.29982rem; }
  .h\:10\@xxs {
    height: 5.15978rem; }
  .min-h\:10\@xxs {
    min-height: 5.15978rem; }
  .h\:11\@xxs {
    height: 6.19174rem; }
  .min-h\:11\@xxs {
    min-height: 6.19174rem; }
  .h\:12\@xxs {
    height: 7.43008rem; }
  .min-h\:12\@xxs {
    min-height: 7.43008rem; }
  .h\:13\@xxs {
    height: 8.9161rem; }
  .min-h\:13\@xxs {
    min-height: 8.9161rem; }
  .h\:14\@xxs {
    height: 10.69932rem; }
  .min-h\:14\@xxs {
    min-height: 10.69932rem; }
  .h\:15\@xxs {
    height: 12.83918rem; }
  .min-h\:15\@xxs {
    min-height: 12.83918rem; }
  .h\:16\@xxs {
    height: 15.40702rem; }
  .min-h\:16\@xxs {
    min-height: 15.40702rem; }
  .h\:17\@xxs {
    height: 18.48843rem; }
  .min-h\:17\@xxs {
    min-height: 18.48843rem; }
  .h\:18\@xxs {
    height: 22.18611rem; }
  .min-h\:18\@xxs {
    min-height: 22.18611rem; }
  .h\:19\@xxs {
    height: 26.62333rem; }
  .min-h\:19\@xxs {
    min-height: 26.62333rem; }
  .h\:20\@xxs {
    height: 31.948rem; }
  .min-h\:20\@xxs {
    min-height: 31.948rem; }
  .h\:21\@xxs {
    height: 38.3376rem; }
  .min-h\:21\@xxs {
    min-height: 38.3376rem; }
  .h\:22\@xxs {
    height: 46.00512rem; }
  .min-h\:22\@xxs {
    min-height: 46.00512rem; }
  .h\:23\@xxs {
    height: 55.20614rem; }
  .min-h\:23\@xxs {
    min-height: 55.20614rem; }
  .h\:24\@xxs {
    height: 66.24737rem; }
  .min-h\:24\@xxs {
    min-height: 66.24737rem; }
  .h\:25\@xxs {
    height: 79.49685rem; }
  .min-h\:25\@xxs {
    min-height: 79.49685rem; }
  .h\:26\@xxs {
    height: 95.39622rem; }
  .min-h\:26\@xxs {
    min-height: 95.39622rem; }
  .h\:a\@xxs {
    height: auto; }
  .min-h\:a\@xxs {
    min-height: auto; } }

@media (min-width: 500px) {
  .h\:1\@xs {
    height: 1rem; }
  .min-h\:1\@xs {
    min-height: 1rem; }
  .h\:2\@xs {
    height: 1.2rem; }
  .min-h\:2\@xs {
    min-height: 1.2rem; }
  .h\:3\@xs {
    height: 1.44rem; }
  .min-h\:3\@xs {
    min-height: 1.44rem; }
  .h\:4\@xs {
    height: 1.728rem; }
  .min-h\:4\@xs {
    min-height: 1.728rem; }
  .h\:5\@xs {
    height: 2.0736rem; }
  .min-h\:5\@xs {
    min-height: 2.0736rem; }
  .h\:6\@xs {
    height: 2.48832rem; }
  .min-h\:6\@xs {
    min-height: 2.48832rem; }
  .h\:7\@xs {
    height: 2.98598rem; }
  .min-h\:7\@xs {
    min-height: 2.98598rem; }
  .h\:8\@xs {
    height: 3.58318rem; }
  .min-h\:8\@xs {
    min-height: 3.58318rem; }
  .h\:9\@xs {
    height: 4.29982rem; }
  .min-h\:9\@xs {
    min-height: 4.29982rem; }
  .h\:10\@xs {
    height: 5.15978rem; }
  .min-h\:10\@xs {
    min-height: 5.15978rem; }
  .h\:11\@xs {
    height: 6.19174rem; }
  .min-h\:11\@xs {
    min-height: 6.19174rem; }
  .h\:12\@xs {
    height: 7.43008rem; }
  .min-h\:12\@xs {
    min-height: 7.43008rem; }
  .h\:13\@xs {
    height: 8.9161rem; }
  .min-h\:13\@xs {
    min-height: 8.9161rem; }
  .h\:14\@xs {
    height: 10.69932rem; }
  .min-h\:14\@xs {
    min-height: 10.69932rem; }
  .h\:15\@xs {
    height: 12.83918rem; }
  .min-h\:15\@xs {
    min-height: 12.83918rem; }
  .h\:16\@xs {
    height: 15.40702rem; }
  .min-h\:16\@xs {
    min-height: 15.40702rem; }
  .h\:17\@xs {
    height: 18.48843rem; }
  .min-h\:17\@xs {
    min-height: 18.48843rem; }
  .h\:18\@xs {
    height: 22.18611rem; }
  .min-h\:18\@xs {
    min-height: 22.18611rem; }
  .h\:19\@xs {
    height: 26.62333rem; }
  .min-h\:19\@xs {
    min-height: 26.62333rem; }
  .h\:20\@xs {
    height: 31.948rem; }
  .min-h\:20\@xs {
    min-height: 31.948rem; }
  .h\:21\@xs {
    height: 38.3376rem; }
  .min-h\:21\@xs {
    min-height: 38.3376rem; }
  .h\:22\@xs {
    height: 46.00512rem; }
  .min-h\:22\@xs {
    min-height: 46.00512rem; }
  .h\:23\@xs {
    height: 55.20614rem; }
  .min-h\:23\@xs {
    min-height: 55.20614rem; }
  .h\:24\@xs {
    height: 66.24737rem; }
  .min-h\:24\@xs {
    min-height: 66.24737rem; }
  .h\:25\@xs {
    height: 79.49685rem; }
  .min-h\:25\@xs {
    min-height: 79.49685rem; }
  .h\:26\@xs {
    height: 95.39622rem; }
  .min-h\:26\@xs {
    min-height: 95.39622rem; }
  .h\:a\@xs {
    height: auto; }
  .min-h\:a\@xs {
    min-height: auto; } }

@media (min-width: 700px) {
  .h\:1\@sm {
    height: 1rem; }
  .min-h\:1\@sm {
    min-height: 1rem; }
  .h\:2\@sm {
    height: 1.2rem; }
  .min-h\:2\@sm {
    min-height: 1.2rem; }
  .h\:3\@sm {
    height: 1.44rem; }
  .min-h\:3\@sm {
    min-height: 1.44rem; }
  .h\:4\@sm {
    height: 1.728rem; }
  .min-h\:4\@sm {
    min-height: 1.728rem; }
  .h\:5\@sm {
    height: 2.0736rem; }
  .min-h\:5\@sm {
    min-height: 2.0736rem; }
  .h\:6\@sm {
    height: 2.48832rem; }
  .min-h\:6\@sm {
    min-height: 2.48832rem; }
  .h\:7\@sm {
    height: 2.98598rem; }
  .min-h\:7\@sm {
    min-height: 2.98598rem; }
  .h\:8\@sm {
    height: 3.58318rem; }
  .min-h\:8\@sm {
    min-height: 3.58318rem; }
  .h\:9\@sm {
    height: 4.29982rem; }
  .min-h\:9\@sm {
    min-height: 4.29982rem; }
  .h\:10\@sm {
    height: 5.15978rem; }
  .min-h\:10\@sm {
    min-height: 5.15978rem; }
  .h\:11\@sm {
    height: 6.19174rem; }
  .min-h\:11\@sm {
    min-height: 6.19174rem; }
  .h\:12\@sm {
    height: 7.43008rem; }
  .min-h\:12\@sm {
    min-height: 7.43008rem; }
  .h\:13\@sm {
    height: 8.9161rem; }
  .min-h\:13\@sm {
    min-height: 8.9161rem; }
  .h\:14\@sm {
    height: 10.69932rem; }
  .min-h\:14\@sm {
    min-height: 10.69932rem; }
  .h\:15\@sm {
    height: 12.83918rem; }
  .min-h\:15\@sm {
    min-height: 12.83918rem; }
  .h\:16\@sm {
    height: 15.40702rem; }
  .min-h\:16\@sm {
    min-height: 15.40702rem; }
  .h\:17\@sm {
    height: 18.48843rem; }
  .min-h\:17\@sm {
    min-height: 18.48843rem; }
  .h\:18\@sm {
    height: 22.18611rem; }
  .min-h\:18\@sm {
    min-height: 22.18611rem; }
  .h\:19\@sm {
    height: 26.62333rem; }
  .min-h\:19\@sm {
    min-height: 26.62333rem; }
  .h\:20\@sm {
    height: 31.948rem; }
  .min-h\:20\@sm {
    min-height: 31.948rem; }
  .h\:21\@sm {
    height: 38.3376rem; }
  .min-h\:21\@sm {
    min-height: 38.3376rem; }
  .h\:22\@sm {
    height: 46.00512rem; }
  .min-h\:22\@sm {
    min-height: 46.00512rem; }
  .h\:23\@sm {
    height: 55.20614rem; }
  .min-h\:23\@sm {
    min-height: 55.20614rem; }
  .h\:24\@sm {
    height: 66.24737rem; }
  .min-h\:24\@sm {
    min-height: 66.24737rem; }
  .h\:25\@sm {
    height: 79.49685rem; }
  .min-h\:25\@sm {
    min-height: 79.49685rem; }
  .h\:26\@sm {
    height: 95.39622rem; }
  .min-h\:26\@sm {
    min-height: 95.39622rem; }
  .h\:a\@sm {
    height: auto; }
  .min-h\:a\@sm {
    min-height: auto; } }

@media (min-width: 900px) {
  .h\:1\@md {
    height: 1rem; }
  .min-h\:1\@md {
    min-height: 1rem; }
  .h\:2\@md {
    height: 1.2rem; }
  .min-h\:2\@md {
    min-height: 1.2rem; }
  .h\:3\@md {
    height: 1.44rem; }
  .min-h\:3\@md {
    min-height: 1.44rem; }
  .h\:4\@md {
    height: 1.728rem; }
  .min-h\:4\@md {
    min-height: 1.728rem; }
  .h\:5\@md {
    height: 2.0736rem; }
  .min-h\:5\@md {
    min-height: 2.0736rem; }
  .h\:6\@md {
    height: 2.48832rem; }
  .min-h\:6\@md {
    min-height: 2.48832rem; }
  .h\:7\@md {
    height: 2.98598rem; }
  .min-h\:7\@md {
    min-height: 2.98598rem; }
  .h\:8\@md {
    height: 3.58318rem; }
  .min-h\:8\@md {
    min-height: 3.58318rem; }
  .h\:9\@md {
    height: 4.29982rem; }
  .min-h\:9\@md {
    min-height: 4.29982rem; }
  .h\:10\@md {
    height: 5.15978rem; }
  .min-h\:10\@md {
    min-height: 5.15978rem; }
  .h\:11\@md {
    height: 6.19174rem; }
  .min-h\:11\@md {
    min-height: 6.19174rem; }
  .h\:12\@md {
    height: 7.43008rem; }
  .min-h\:12\@md {
    min-height: 7.43008rem; }
  .h\:13\@md {
    height: 8.9161rem; }
  .min-h\:13\@md {
    min-height: 8.9161rem; }
  .h\:14\@md {
    height: 10.69932rem; }
  .min-h\:14\@md {
    min-height: 10.69932rem; }
  .h\:15\@md {
    height: 12.83918rem; }
  .min-h\:15\@md {
    min-height: 12.83918rem; }
  .h\:16\@md {
    height: 15.40702rem; }
  .min-h\:16\@md {
    min-height: 15.40702rem; }
  .h\:17\@md {
    height: 18.48843rem; }
  .min-h\:17\@md {
    min-height: 18.48843rem; }
  .h\:18\@md {
    height: 22.18611rem; }
  .min-h\:18\@md {
    min-height: 22.18611rem; }
  .h\:19\@md {
    height: 26.62333rem; }
  .min-h\:19\@md {
    min-height: 26.62333rem; }
  .h\:20\@md {
    height: 31.948rem; }
  .min-h\:20\@md {
    min-height: 31.948rem; }
  .h\:21\@md {
    height: 38.3376rem; }
  .min-h\:21\@md {
    min-height: 38.3376rem; }
  .h\:22\@md {
    height: 46.00512rem; }
  .min-h\:22\@md {
    min-height: 46.00512rem; }
  .h\:23\@md {
    height: 55.20614rem; }
  .min-h\:23\@md {
    min-height: 55.20614rem; }
  .h\:24\@md {
    height: 66.24737rem; }
  .min-h\:24\@md {
    min-height: 66.24737rem; }
  .h\:25\@md {
    height: 79.49685rem; }
  .min-h\:25\@md {
    min-height: 79.49685rem; }
  .h\:26\@md {
    height: 95.39622rem; }
  .min-h\:26\@md {
    min-height: 95.39622rem; }
  .h\:a\@md {
    height: auto; }
  .min-h\:a\@md {
    min-height: auto; } }

@media (min-width: 1100px) {
  .h\:1\@lg {
    height: 1rem; }
  .min-h\:1\@lg {
    min-height: 1rem; }
  .h\:2\@lg {
    height: 1.2rem; }
  .min-h\:2\@lg {
    min-height: 1.2rem; }
  .h\:3\@lg {
    height: 1.44rem; }
  .min-h\:3\@lg {
    min-height: 1.44rem; }
  .h\:4\@lg {
    height: 1.728rem; }
  .min-h\:4\@lg {
    min-height: 1.728rem; }
  .h\:5\@lg {
    height: 2.0736rem; }
  .min-h\:5\@lg {
    min-height: 2.0736rem; }
  .h\:6\@lg {
    height: 2.48832rem; }
  .min-h\:6\@lg {
    min-height: 2.48832rem; }
  .h\:7\@lg {
    height: 2.98598rem; }
  .min-h\:7\@lg {
    min-height: 2.98598rem; }
  .h\:8\@lg {
    height: 3.58318rem; }
  .min-h\:8\@lg {
    min-height: 3.58318rem; }
  .h\:9\@lg {
    height: 4.29982rem; }
  .min-h\:9\@lg {
    min-height: 4.29982rem; }
  .h\:10\@lg {
    height: 5.15978rem; }
  .min-h\:10\@lg {
    min-height: 5.15978rem; }
  .h\:11\@lg {
    height: 6.19174rem; }
  .min-h\:11\@lg {
    min-height: 6.19174rem; }
  .h\:12\@lg {
    height: 7.43008rem; }
  .min-h\:12\@lg {
    min-height: 7.43008rem; }
  .h\:13\@lg {
    height: 8.9161rem; }
  .min-h\:13\@lg {
    min-height: 8.9161rem; }
  .h\:14\@lg {
    height: 10.69932rem; }
  .min-h\:14\@lg {
    min-height: 10.69932rem; }
  .h\:15\@lg {
    height: 12.83918rem; }
  .min-h\:15\@lg {
    min-height: 12.83918rem; }
  .h\:16\@lg {
    height: 15.40702rem; }
  .min-h\:16\@lg {
    min-height: 15.40702rem; }
  .h\:17\@lg {
    height: 18.48843rem; }
  .min-h\:17\@lg {
    min-height: 18.48843rem; }
  .h\:18\@lg {
    height: 22.18611rem; }
  .min-h\:18\@lg {
    min-height: 22.18611rem; }
  .h\:19\@lg {
    height: 26.62333rem; }
  .min-h\:19\@lg {
    min-height: 26.62333rem; }
  .h\:20\@lg {
    height: 31.948rem; }
  .min-h\:20\@lg {
    min-height: 31.948rem; }
  .h\:21\@lg {
    height: 38.3376rem; }
  .min-h\:21\@lg {
    min-height: 38.3376rem; }
  .h\:22\@lg {
    height: 46.00512rem; }
  .min-h\:22\@lg {
    min-height: 46.00512rem; }
  .h\:23\@lg {
    height: 55.20614rem; }
  .min-h\:23\@lg {
    min-height: 55.20614rem; }
  .h\:24\@lg {
    height: 66.24737rem; }
  .min-h\:24\@lg {
    min-height: 66.24737rem; }
  .h\:25\@lg {
    height: 79.49685rem; }
  .min-h\:25\@lg {
    min-height: 79.49685rem; }
  .h\:26\@lg {
    height: 95.39622rem; }
  .min-h\:26\@lg {
    min-height: 95.39622rem; }
  .h\:a\@lg {
    height: auto; }
  .min-h\:a\@lg {
    min-height: auto; } }

@media (min-width: 1300px) {
  .h\:1\@xl {
    height: 1rem; }
  .min-h\:1\@xl {
    min-height: 1rem; }
  .h\:2\@xl {
    height: 1.2rem; }
  .min-h\:2\@xl {
    min-height: 1.2rem; }
  .h\:3\@xl {
    height: 1.44rem; }
  .min-h\:3\@xl {
    min-height: 1.44rem; }
  .h\:4\@xl {
    height: 1.728rem; }
  .min-h\:4\@xl {
    min-height: 1.728rem; }
  .h\:5\@xl {
    height: 2.0736rem; }
  .min-h\:5\@xl {
    min-height: 2.0736rem; }
  .h\:6\@xl {
    height: 2.48832rem; }
  .min-h\:6\@xl {
    min-height: 2.48832rem; }
  .h\:7\@xl {
    height: 2.98598rem; }
  .min-h\:7\@xl {
    min-height: 2.98598rem; }
  .h\:8\@xl {
    height: 3.58318rem; }
  .min-h\:8\@xl {
    min-height: 3.58318rem; }
  .h\:9\@xl {
    height: 4.29982rem; }
  .min-h\:9\@xl {
    min-height: 4.29982rem; }
  .h\:10\@xl {
    height: 5.15978rem; }
  .min-h\:10\@xl {
    min-height: 5.15978rem; }
  .h\:11\@xl {
    height: 6.19174rem; }
  .min-h\:11\@xl {
    min-height: 6.19174rem; }
  .h\:12\@xl {
    height: 7.43008rem; }
  .min-h\:12\@xl {
    min-height: 7.43008rem; }
  .h\:13\@xl {
    height: 8.9161rem; }
  .min-h\:13\@xl {
    min-height: 8.9161rem; }
  .h\:14\@xl {
    height: 10.69932rem; }
  .min-h\:14\@xl {
    min-height: 10.69932rem; }
  .h\:15\@xl {
    height: 12.83918rem; }
  .min-h\:15\@xl {
    min-height: 12.83918rem; }
  .h\:16\@xl {
    height: 15.40702rem; }
  .min-h\:16\@xl {
    min-height: 15.40702rem; }
  .h\:17\@xl {
    height: 18.48843rem; }
  .min-h\:17\@xl {
    min-height: 18.48843rem; }
  .h\:18\@xl {
    height: 22.18611rem; }
  .min-h\:18\@xl {
    min-height: 22.18611rem; }
  .h\:19\@xl {
    height: 26.62333rem; }
  .min-h\:19\@xl {
    min-height: 26.62333rem; }
  .h\:20\@xl {
    height: 31.948rem; }
  .min-h\:20\@xl {
    min-height: 31.948rem; }
  .h\:21\@xl {
    height: 38.3376rem; }
  .min-h\:21\@xl {
    min-height: 38.3376rem; }
  .h\:22\@xl {
    height: 46.00512rem; }
  .min-h\:22\@xl {
    min-height: 46.00512rem; }
  .h\:23\@xl {
    height: 55.20614rem; }
  .min-h\:23\@xl {
    min-height: 55.20614rem; }
  .h\:24\@xl {
    height: 66.24737rem; }
  .min-h\:24\@xl {
    min-height: 66.24737rem; }
  .h\:25\@xl {
    height: 79.49685rem; }
  .min-h\:25\@xl {
    min-height: 79.49685rem; }
  .h\:26\@xl {
    height: 95.39622rem; }
  .min-h\:26\@xl {
    min-height: 95.39622rem; }
  .h\:a\@xl {
    height: auto; }
  .min-h\:a\@xl {
    min-height: auto; } }

@media (min-width: 1700px) {
  .h\:1\@xxl {
    height: 1rem; }
  .min-h\:1\@xxl {
    min-height: 1rem; }
  .h\:2\@xxl {
    height: 1.2rem; }
  .min-h\:2\@xxl {
    min-height: 1.2rem; }
  .h\:3\@xxl {
    height: 1.44rem; }
  .min-h\:3\@xxl {
    min-height: 1.44rem; }
  .h\:4\@xxl {
    height: 1.728rem; }
  .min-h\:4\@xxl {
    min-height: 1.728rem; }
  .h\:5\@xxl {
    height: 2.0736rem; }
  .min-h\:5\@xxl {
    min-height: 2.0736rem; }
  .h\:6\@xxl {
    height: 2.48832rem; }
  .min-h\:6\@xxl {
    min-height: 2.48832rem; }
  .h\:7\@xxl {
    height: 2.98598rem; }
  .min-h\:7\@xxl {
    min-height: 2.98598rem; }
  .h\:8\@xxl {
    height: 3.58318rem; }
  .min-h\:8\@xxl {
    min-height: 3.58318rem; }
  .h\:9\@xxl {
    height: 4.29982rem; }
  .min-h\:9\@xxl {
    min-height: 4.29982rem; }
  .h\:10\@xxl {
    height: 5.15978rem; }
  .min-h\:10\@xxl {
    min-height: 5.15978rem; }
  .h\:11\@xxl {
    height: 6.19174rem; }
  .min-h\:11\@xxl {
    min-height: 6.19174rem; }
  .h\:12\@xxl {
    height: 7.43008rem; }
  .min-h\:12\@xxl {
    min-height: 7.43008rem; }
  .h\:13\@xxl {
    height: 8.9161rem; }
  .min-h\:13\@xxl {
    min-height: 8.9161rem; }
  .h\:14\@xxl {
    height: 10.69932rem; }
  .min-h\:14\@xxl {
    min-height: 10.69932rem; }
  .h\:15\@xxl {
    height: 12.83918rem; }
  .min-h\:15\@xxl {
    min-height: 12.83918rem; }
  .h\:16\@xxl {
    height: 15.40702rem; }
  .min-h\:16\@xxl {
    min-height: 15.40702rem; }
  .h\:17\@xxl {
    height: 18.48843rem; }
  .min-h\:17\@xxl {
    min-height: 18.48843rem; }
  .h\:18\@xxl {
    height: 22.18611rem; }
  .min-h\:18\@xxl {
    min-height: 22.18611rem; }
  .h\:19\@xxl {
    height: 26.62333rem; }
  .min-h\:19\@xxl {
    min-height: 26.62333rem; }
  .h\:20\@xxl {
    height: 31.948rem; }
  .min-h\:20\@xxl {
    min-height: 31.948rem; }
  .h\:21\@xxl {
    height: 38.3376rem; }
  .min-h\:21\@xxl {
    min-height: 38.3376rem; }
  .h\:22\@xxl {
    height: 46.00512rem; }
  .min-h\:22\@xxl {
    min-height: 46.00512rem; }
  .h\:23\@xxl {
    height: 55.20614rem; }
  .min-h\:23\@xxl {
    min-height: 55.20614rem; }
  .h\:24\@xxl {
    height: 66.24737rem; }
  .min-h\:24\@xxl {
    min-height: 66.24737rem; }
  .h\:25\@xxl {
    height: 79.49685rem; }
  .min-h\:25\@xxl {
    min-height: 79.49685rem; }
  .h\:26\@xxl {
    height: 95.39622rem; }
  .min-h\:26\@xxl {
    min-height: 95.39622rem; }
  .h\:a\@xxl {
    height: auto; }
  .min-h\:a\@xxl {
    min-height: auto; } }

/*
  From https://raw.githubusercontent.com/suitcss/utils-size/master/lib/size.css
  and https://github.com/suitcss/utils-size/blob/bd4c26c7888b05a4c707761464a62a7ed454fa0b/lib/size.css
  (since we're not using flexbox)

  sam and vince 4/12/16
*/
/**
 * @define utilities
 * Sizing utilities
 */
/* Proportional widths
   ========================================================================== */
/**
 * Specify the proportional width of an object.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
 *
 * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
 *    https://git.io/vllMD
 */
/* postcss-bem-linter: ignore */
.flx-b\:1of2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.flx-b\:6 {
  -ms-flex-preferred-size: 2.48832rem;
      flex-basis: 2.48832rem; }

.flx-b\:7 {
  -ms-flex-preferred-size: 2.98598rem;
      flex-basis: 2.98598rem; }

.flx-b\:8 {
  -ms-flex-preferred-size: 3.58318rem;
      flex-basis: 3.58318rem; }

.flx-b\:9 {
  -ms-flex-preferred-size: 4.29982rem;
      flex-basis: 4.29982rem; }

.flx-b\:10 {
  -ms-flex-preferred-size: 5.15978rem;
      flex-basis: 5.15978rem; }

.flx-b\:11 {
  -ms-flex-preferred-size: 6.19174rem;
      flex-basis: 6.19174rem; }

.flx-b\:12 {
  -ms-flex-preferred-size: 7.43008rem;
      flex-basis: 7.43008rem; }

.flx-b\:13 {
  -ms-flex-preferred-size: 8.9161rem;
      flex-basis: 8.9161rem; }

.flx-b\:14 {
  -ms-flex-preferred-size: 10.69932rem;
      flex-basis: 10.69932rem; }

.flx-b\:15 {
  -ms-flex-preferred-size: 12.83918rem;
      flex-basis: 12.83918rem; }

.flx-b\:16 {
  -ms-flex-preferred-size: 15.40702rem;
      flex-basis: 15.40702rem; }

.flx-b\:17 {
  -ms-flex-preferred-size: 18.48843rem;
      flex-basis: 18.48843rem; }

.flx-b\:18 {
  -ms-flex-preferred-size: 22.18611rem;
      flex-basis: 22.18611rem; }

.flx-b\:20 {
  -ms-flex-preferred-size: 31.948rem;
      flex-basis: 31.948rem; }

.flx-b\:1of2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.w\:100v {
  width: 100vw !important; }

.w\:1 {
  width: 1rem; }

.w\:2 {
  width: 1.2rem; }

.w\:3 {
  width: 1.44rem; }

.w\:4 {
  width: 1.728rem; }

.w\:5 {
  width: 2.0736rem; }

.w\:6 {
  width: 2.48832rem; }

.w\:7 {
  width: 2.98598rem; }

.w\:8 {
  width: 3.58318rem; }

.w\:9 {
  width: 4.29982rem; }

.w\:10 {
  width: 5.15978rem; }

.w\:11 {
  width: 6.19174rem; }

.w\:12 {
  width: 7.43008rem; }

.w\:13 {
  width: 8.9161rem; }

.w\:14 {
  width: 10.69932rem; }

.w\:15 {
  width: 12.83918rem; }

.w\:16 {
  width: 15.40702rem; }

.w\:17 {
  width: 18.48843rem; }

.w\:18 {
  width: 22.18611rem; }

.w\:19 {
  width: 26.62333rem; }

.w\:20 {
  width: 31.948rem; }

.w\:21 {
  width: 38.3376rem; }

.w\:sm {
  width: 8.9161rem; }

.w\:md {
  width: 24rem; }

.w\:measure {
  width: 34em; }

.w\:lg {
  width: 55rem; }

.w\:xl {
  width: 237.37631rem; }

.w\:max {
  width: 100rem; }

@media (min-width: 400px) {
  .w\:1\@xxs {
    width: 1rem; }
  .w\:2\@xxs {
    width: 1.2rem; }
  .w\:3\@xxs {
    width: 1.44rem; }
  .w\:4\@xxs {
    width: 1.728rem; }
  .w\:5\@xxs {
    width: 2.0736rem; }
  .w\:6\@xxs {
    width: 2.48832rem; }
  .w\:7\@xxs {
    width: 2.98598rem; }
  .w\:8\@xxs {
    width: 3.58318rem; }
  .w\:9\@xxs {
    width: 4.29982rem; }
  .w\:10\@xxs {
    width: 5.15978rem; }
  .w\:11\@xxs {
    width: 6.19174rem; }
  .w\:12\@xxs {
    width: 7.43008rem; }
  .w\:13\@xxs {
    width: 8.9161rem; }
  .w\:14\@xxs {
    width: 10.69932rem; }
  .w\:15\@xxs {
    width: 12.83918rem; }
  .w\:16\@xxs {
    width: 15.40702rem; }
  .w\:17\@xxs {
    width: 18.48843rem; }
  .w\:18\@xxs {
    width: 22.18611rem; }
  .w\:19\@xxs {
    width: 26.62333rem; }
  .w\:20\@xxs {
    width: 31.948rem; }
  .w\:21\@xxs {
    width: 38.3376rem; }
  .w\:sm\@xxs {
    width: 8.9161rem; }
  .w\:md\@xxs {
    width: 24rem; }
  .w\:lg\@xxs {
    width: 34rem; }
  .w\:measure\@xxs {
    width: 34em; }
  .w\:xl\@xxs {
    width: 66.24737rem; }
  .w\:max\@xxs {
    width: 100rem; } }

@media (min-width: 500px) {
  .w\:1\@xs {
    width: 1rem; }
  .w\:2\@xs {
    width: 1.2rem; }
  .w\:3\@xs {
    width: 1.44rem; }
  .w\:4\@xs {
    width: 1.728rem; }
  .w\:5\@xs {
    width: 2.0736rem; }
  .w\:6\@xs {
    width: 2.48832rem; }
  .w\:7\@xs {
    width: 2.98598rem; }
  .w\:8\@xs {
    width: 3.58318rem; }
  .w\:9\@xs {
    width: 4.29982rem; }
  .w\:10\@xs {
    width: 5.15978rem; }
  .w\:11\@xs {
    width: 6.19174rem; }
  .w\:12\@xs {
    width: 7.43008rem; }
  .w\:13\@xs {
    width: 8.9161rem; }
  .w\:14\@xs {
    width: 10.69932rem; }
  .w\:15\@xs {
    width: 12.83918rem; }
  .w\:16\@xs {
    width: 15.40702rem; }
  .w\:17\@xs {
    width: 18.48843rem; }
  .w\:18\@xs {
    width: 22.18611rem; }
  .w\:19\@xs {
    width: 26.62333rem; }
  .w\:20\@xs {
    width: 31.948rem; }
  .w\:21\@xs {
    width: 38.3376rem; }
  .w\:sm\@xs {
    width: 8.9161rem; }
  .w\:md\@xs {
    width: 24rem; }
  .w\:lg\@xs {
    width: 34rem; }
  .w\:measure\@xs {
    width: 34em; }
  .w\:xl\@xs {
    width: 66.24737rem; }
  .w\:max\@xs {
    width: 100rem; } }

@media (min-width: 700px) {
  .w\:1\@sm {
    width: 1rem; }
  .w\:2\@sm {
    width: 1.2rem; }
  .w\:3\@sm {
    width: 1.44rem; }
  .w\:4\@sm {
    width: 1.728rem; }
  .w\:5\@sm {
    width: 2.0736rem; }
  .w\:6\@sm {
    width: 2.48832rem; }
  .w\:7\@sm {
    width: 2.98598rem; }
  .w\:8\@sm {
    width: 3.58318rem; }
  .w\:9\@sm {
    width: 4.29982rem; }
  .w\:10\@sm {
    width: 5.15978rem; }
  .w\:11\@sm {
    width: 6.19174rem; }
  .w\:12\@sm {
    width: 7.43008rem; }
  .w\:13\@sm {
    width: 8.9161rem; }
  .w\:14\@sm {
    width: 10.69932rem; }
  .w\:15\@sm {
    width: 12.83918rem; }
  .w\:16\@sm {
    width: 15.40702rem; }
  .w\:17\@sm {
    width: 18.48843rem; }
  .w\:18\@sm {
    width: 22.18611rem; }
  .w\:19\@sm {
    width: 26.62333rem; }
  .w\:20\@sm {
    width: 31.948rem; }
  .w\:21\@sm {
    width: 38.3376rem; }
  .w\:sm\@sm {
    width: 8.9161rem; }
  .w\:md\@sm {
    width: 24rem; }
  .w\:lg\@sm {
    width: 34rem; }
  .w\:measure\@sm {
    width: 34em; }
  .w\:xl\@sm {
    width: 66.24737rem; }
  .w\:max\@sm {
    width: 100rem; } }

@media (min-width: 900px) {
  .w\:1\@md {
    width: 1rem; }
  .w\:2\@md {
    width: 1.2rem; }
  .w\:3\@md {
    width: 1.44rem; }
  .w\:4\@md {
    width: 1.728rem; }
  .w\:5\@md {
    width: 2.0736rem; }
  .w\:6\@md {
    width: 2.48832rem; }
  .w\:7\@md {
    width: 2.98598rem; }
  .w\:8\@md {
    width: 3.58318rem; }
  .w\:9\@md {
    width: 4.29982rem; }
  .w\:10\@md {
    width: 5.15978rem; }
  .w\:11\@md {
    width: 6.19174rem; }
  .w\:12\@md {
    width: 7.43008rem; }
  .w\:13\@md {
    width: 8.9161rem; }
  .w\:14\@md {
    width: 10.69932rem; }
  .w\:15\@md {
    width: 12.83918rem; }
  .w\:16\@md {
    width: 15.40702rem; }
  .w\:17\@md {
    width: 18.48843rem; }
  .w\:18\@md {
    width: 22.18611rem; }
  .w\:19\@md {
    width: 26.62333rem; }
  .w\:20\@md {
    width: 31.948rem; }
  .w\:21\@md {
    width: 38.3376rem; }
  .w\:sm\@md {
    width: 8.9161rem; }
  .w\:md\@md {
    width: 24rem; }
  .w\:lg\@md {
    width: 34rem; }
  .w\:measure\@md {
    width: 34em; }
  .w\:xl\@md {
    width: 66.24737rem; }
  .w\:max\@md {
    width: 100rem; } }

@media (min-width: 1100px) {
  .w\:1\@lg {
    width: 1rem; }
  .w\:2\@lg {
    width: 1.2rem; }
  .w\:3\@lg {
    width: 1.44rem; }
  .w\:4\@lg {
    width: 1.728rem; }
  .w\:5\@lg {
    width: 2.0736rem; }
  .w\:6\@lg {
    width: 2.48832rem; }
  .w\:7\@lg {
    width: 2.98598rem; }
  .w\:8\@lg {
    width: 3.58318rem; }
  .w\:9\@lg {
    width: 4.29982rem; }
  .w\:10\@lg {
    width: 5.15978rem; }
  .w\:11\@lg {
    width: 6.19174rem; }
  .w\:12\@lg {
    width: 7.43008rem; }
  .w\:13\@lg {
    width: 8.9161rem; }
  .w\:14\@lg {
    width: 10.69932rem; }
  .w\:15\@lg {
    width: 12.83918rem; }
  .w\:16\@lg {
    width: 15.40702rem; }
  .w\:17\@lg {
    width: 18.48843rem; }
  .w\:18\@lg {
    width: 22.18611rem; }
  .w\:19\@lg {
    width: 26.62333rem; }
  .w\:20\@lg {
    width: 31.948rem; }
  .w\:21\@lg {
    width: 38.3376rem; }
  .w\:sm\@lg {
    width: 8.9161rem; }
  .w\:md\@lg {
    width: 24rem; }
  .w\:lg\@lg {
    width: 34rem; }
  .w\:measure\@lg {
    width: 34em; }
  .w\:xl\@lg {
    width: 66.24737rem; }
  .w\:max\@lg {
    width: 100rem; } }

@media (min-width: 1300px) {
  .w\:1\@xl {
    width: 1rem; }
  .w\:2\@xl {
    width: 1.2rem; }
  .w\:3\@xl {
    width: 1.44rem; }
  .w\:4\@xl {
    width: 1.728rem; }
  .w\:5\@xl {
    width: 2.0736rem; }
  .w\:6\@xl {
    width: 2.48832rem; }
  .w\:7\@xl {
    width: 2.98598rem; }
  .w\:8\@xl {
    width: 3.58318rem; }
  .w\:9\@xl {
    width: 4.29982rem; }
  .w\:10\@xl {
    width: 5.15978rem; }
  .w\:11\@xl {
    width: 6.19174rem; }
  .w\:12\@xl {
    width: 7.43008rem; }
  .w\:13\@xl {
    width: 8.9161rem; }
  .w\:14\@xl {
    width: 10.69932rem; }
  .w\:15\@xl {
    width: 12.83918rem; }
  .w\:16\@xl {
    width: 15.40702rem; }
  .w\:17\@xl {
    width: 18.48843rem; }
  .w\:18\@xl {
    width: 22.18611rem; }
  .w\:19\@xl {
    width: 26.62333rem; }
  .w\:20\@xl {
    width: 31.948rem; }
  .w\:21\@xl {
    width: 38.3376rem; }
  .w\:sm\@xl {
    width: 8.9161rem; }
  .w\:md\@xl {
    width: 24rem; }
  .w\:lg\@xl {
    width: 34rem; }
  .w\:measure\@xl {
    width: 34em; }
  .w\:xl\@xl {
    width: 66.24737rem; }
  .w\:max\@xl {
    width: 100rem; } }

@media (min-width: 1700px) {
  .w\:1\@xxl {
    width: 1rem; }
  .w\:2\@xxl {
    width: 1.2rem; }
  .w\:3\@xxl {
    width: 1.44rem; }
  .w\:4\@xxl {
    width: 1.728rem; }
  .w\:5\@xxl {
    width: 2.0736rem; }
  .w\:6\@xxl {
    width: 2.48832rem; }
  .w\:7\@xxl {
    width: 2.98598rem; }
  .w\:8\@xxl {
    width: 3.58318rem; }
  .w\:9\@xxl {
    width: 4.29982rem; }
  .w\:10\@xxl {
    width: 5.15978rem; }
  .w\:11\@xxl {
    width: 6.19174rem; }
  .w\:12\@xxl {
    width: 7.43008rem; }
  .w\:13\@xxl {
    width: 8.9161rem; }
  .w\:14\@xxl {
    width: 10.69932rem; }
  .w\:15\@xxl {
    width: 12.83918rem; }
  .w\:16\@xxl {
    width: 15.40702rem; }
  .w\:17\@xxl {
    width: 18.48843rem; }
  .w\:18\@xxl {
    width: 22.18611rem; }
  .w\:19\@xxl {
    width: 26.62333rem; }
  .w\:20\@xxl {
    width: 31.948rem; }
  .w\:21\@xxl {
    width: 38.3376rem; }
  .w\:sm\@xxl {
    width: 8.9161rem; }
  .w\:md\@xxl {
    width: 24rem; }
  .w\:lg\@xxl {
    width: 34rem; }
  .w\:measure\@xxl {
    width: 34em; }
  .w\:xl\@xxl {
    width: 66.24737rem; }
  .w\:max\@xxl {
    width: 100rem; } }

#filepicker_shade,
#filepicker_dialog_container {
  z-index: 1000101 !important; }

.icon {
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  line-height: 41px;
  font-size: 40px; }

.icon--inline {
  width: 16px;
  height: 16px;
  line-height: 17px;
  font-size: 16px;
  margin-right: 5px; }

.icon_action-attend:before {
  content: "\F101"; }

.icon_action-connect:before {
  content: "\F102"; }

.icon_action-download:before {
  content: "\F103"; }

.icon_action-follow:before {
  content: "\F104"; }

.icon_action-join:before {
  content: "\F105"; }

.icon_action-learn:before {
  content: "\F106"; }

.icon_action-organize:before {
  content: "\F107"; }

.icon_action-participate:before {
  content: "\F108"; }

.icon_action-petition:before {
  content: "\F109"; }

.icon_action-quote:before {
  content: "\F10A"; }

.icon_action-share:before {
  content: "\F10B"; }

.icon_action-signup:before {
  content: "\F10C"; }

.icon_action-subscribe:before {
  content: "\F10D"; }

.icon_action-visit:before {
  content: "\F10E"; }

.icon_action-volunteer:before {
  content: "\F10F"; }

.icon_add-to-list:before {
  content: "\F110"; }

.icon_arrow-alt-left:before {
  content: "\F111"; }

.icon_arrow-alt-right:before {
  content: "\F112"; }

.icon_arrow-left:before {
  content: "\F113"; }

.icon_arrow-right:before {
  content: "\F114"; }

.icon_barchart:before {
  content: "\F115"; }

.icon_checkmark:before {
  content: "\F116"; }

.icon_circle-add-to-list:before {
  content: "\F117"; }

.icon_circle-check:before {
  content: "\F118"; }

.icon_circle-download:before {
  content: "\F119"; }

.icon_circle-email-fill:before {
  content: "\F11A"; }

.icon_circle-email:before {
  content: "\F11B"; }

.icon_circle-embed-fill:before {
  content: "\F11C"; }

.icon_circle-embed:before {
  content: "\F11D"; }

.icon_circle-facebook-fill:before {
  content: "\F11E"; }

.icon_circle-facebook:before {
  content: "\F11F"; }

.icon_circle-favorite-fill:before {
  content: "\F120"; }

.icon_circle-favorite:before {
  content: "\F121"; }

.icon_circle-fb-messenger-fill:before {
  content: "\F122"; }

.icon_circle-googleplus:before {
  content: "\F123"; }

.icon_circle-help-fill:before {
  content: "\F124"; }

.icon_circle-ig-fill:before {
  content: "\F125"; }

.icon_circle-left:before {
  content: "\F126"; }

.icon_circle-link-fill:before {
  content: "\F127"; }

.icon_circle-link:before {
  content: "\F128"; }

.icon_circle-linkedin-fill:before {
  content: "\F129"; }

.icon_circle-linkedin:before {
  content: "\F12A"; }

.icon_circle-more-fill:before {
  content: "\F12B"; }

.icon_circle-more:before {
  content: "\F12C"; }

.icon_circle-play:before {
  content: "\F12D"; }

.icon_circle-rate:before {
  content: "\F12E"; }

.icon_circle-reddit-fill:before {
  content: "\F12F"; }

.icon_circle-remove-from-list:before {
  content: "\F130"; }

.icon_circle-right:before {
  content: "\F131"; }

.icon_circle-save-fill:before {
  content: "\F132"; }

.icon_circle-save:before {
  content: "\F133"; }

.icon_circle-share:before {
  content: "\F134"; }

.icon_circle-sms-fill:before {
  content: "\F135"; }

.icon_circle-ted-fill:before {
  content: "\F136"; }

.icon_circle-twitter-fill:before {
  content: "\F137"; }

.icon_circle-twitter:before {
  content: "\F138"; }

.icon_circle-watchlater-fill:before {
  content: "\F139"; }

.icon_circle-watchlater:before {
  content: "\F13A"; }

.icon_circle-whatsapp-fill:before {
  content: "\F13B"; }

.icon_close-small:before {
  content: "\F13C"; }

.icon_control-cog:before {
  content: "\F13D"; }

.icon_control-fullscreen-exit:before {
  content: "\F13E"; }

.icon_control-fullscreen:before {
  content: "\F13F"; }

.icon_control-mute:before {
  content: "\F140"; }

.icon_control-pause:before {
  content: "\F141"; }

.icon_control-play:before {
  content: "\F142"; }

.icon_control-playlist:before {
  content: "\F143"; }

.icon_control-skip:before {
  content: "\F144"; }

.icon_control-subtitles:before {
  content: "\F145"; }

.icon_control-transcript:before {
  content: "\F146"; }

.icon_control-unskip:before {
  content: "\F147"; }

.icon_control-volume:before {
  content: "\F148"; }

.icon_corrections:before {
  content: "\F149"; }

.icon_empty:before {
  content: "\F14A"; }

.icon_facebook:before {
  content: "\F14B"; }

.icon_flag:before {
  content: "\F14C"; }

.icon_flickr:before {
  content: "\F14D"; }

.icon_footnotes:before {
  content: "\F14E"; }

.icon_item-book:before {
  content: "\F14F"; }

.icon_item-globe:before {
  content: "\F150"; }

.icon_item-speaker:before {
  content: "\F151"; }

.icon_item-text:before {
  content: "\F152"; }

.icon_item-video:before {
  content: "\F153"; }

.icon_link:before {
  content: "\F154"; }

.icon_message:before {
  content: "\F155"; }

.icon_outbound:before {
  content: "\F156"; }

.icon_page-dot-off:before {
  content: "\F157"; }

.icon_page-dot-on:before {
  content: "\F158"; }

.icon_pencil:before {
  content: "\F159"; }

.icon_photo-credits:before {
  content: "\F15A"; }

.icon_photo:before {
  content: "\F15B"; }

.icon_pin:before {
  content: "\F15C"; }

.icon_reading-list:before {
  content: "\F15D"; }

.icon_remove-from-list:before {
  content: "\F15E"; }

.icon_reply:before {
  content: "\F15F"; }

.icon_search:before {
  content: "\F160"; }

.icon_subtitle:before {
  content: "\F161"; }

.icon_transcript:before {
  content: "\F162"; }

.icon_twitter:before {
  content: "\F163"; }

.icon_upvote:before {
  content: "\F164"; }

.icon_x:before {
  content: "\F165"; }

.icon_youtube:before {
  content: "\F166"; }

/**
 * WARNING: do NOT edit any /vendor/stylesheets/_sprite* files.
 * Those files are automatically generated and will be overwritten.
 *
 * If you need to edit sprite stylesheets, edit the templates
 * themselves, which are kept in the lib/tasks/sprite folder!
 */
.g, .g-button-modal-close, .g-button-modal-close_hover, .g-button-play, .g-button-play_hover, .g-collapse-up, .g-logo-medium, .g-logo-small-grey, .g-logo-small, .g-maxi-fullscreen, .g-maxi-pause, .g-maxi-play, .g-maxi-settings, .g-maxi-subtitles, .g-maxi-transcript, .g-maxi-volume, .g-menu, .g-mini-fullscreen, .g-mini-pause, .g-mini-play, .g-mini-settings, .g-mini-subtitles, .g-mini-transcript, .g-mini-volume, .g-pip-pause, .g-pip-play, .g-pip-share, .g-search {
  background-color: transparent;
  background-image: url(../../../sprites/g-1x.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
  overflow: hidden;
  text-indent: -9999em;
  zoom: 1; }

.g-button-modal-close {
  background-position: -230px -46px;
  height: 14px;
  width: 14px; }

.g-button-modal-close_hover {
  background-position: -230px -60px;
  height: 14px;
  width: 14px; }

.g-button-play {
  background-position: -100px 0px;
  height: 100px;
  width: 100px; }

.g-button-play_hover {
  background-position: 0px 0px;
  height: 100px;
  width: 100px; }

.g-collapse-up {
  background-position: -120px -182px;
  height: 30px;
  width: 30px; }

.g-logo-medium {
  background-position: 0px -100px;
  height: 52px;
  width: 140px; }

.g-logo-small-grey {
  background-position: 0px -152px;
  height: 30px;
  width: 83px; }

.g-logo-small {
  background-position: -83px -152px;
  height: 30px;
  width: 83px; }

.g-maxi-fullscreen {
  background-position: -200px -76px;
  height: 30px;
  width: 30px; }

.g-maxi-pause {
  background-position: -200px -106px;
  height: 30px;
  width: 30px; }

.g-maxi-play {
  background-position: -200px -136px;
  height: 30px;
  width: 30px; }

.g-maxi-settings {
  background-position: -166px -152px;
  height: 30px;
  width: 30px; }

.g-maxi-subtitles {
  background-position: 0px -182px;
  height: 30px;
  width: 30px; }

.g-maxi-transcript {
  background-position: -200px -46px;
  height: 30px;
  width: 30px; }

.g-maxi-volume {
  background-position: -60px -182px;
  height: 30px;
  width: 30px; }

.g-menu {
  background-position: -90px -182px;
  height: 30px;
  width: 30px; }

.g-mini-fullscreen {
  background-position: -60px -212px;
  height: 20px;
  width: 20px; }

.g-mini-pause {
  background-position: -40px -212px;
  height: 20px;
  width: 20px; }

.g-mini-play {
  background-position: -180px -182px;
  height: 20px;
  width: 20px; }

.g-mini-settings {
  background-position: -200px -182px;
  height: 20px;
  width: 20px; }

.g-mini-subtitles {
  background-position: -220px -182px;
  height: 20px;
  width: 20px; }

.g-mini-transcript {
  background-position: 0px -212px;
  height: 20px;
  width: 20px; }

.g-mini-volume {
  background-position: -20px -212px;
  height: 20px;
  width: 20px; }

.g-pip-pause {
  background-position: -200px 0px;
  height: 46px;
  width: 46px; }

.g-pip-play {
  background-position: -140px -100px;
  height: 46px;
  width: 46px; }

.g-pip-share {
  background-position: -30px -182px;
  height: 30px;
  width: 30px; }

.g-search {
  background-position: -150px -182px;
  height: 30px;
  width: 30px; }

/**
 * WARNING: do NOT edit any /vendor/stylesheets/_sprite* files.
 * Those files are automatically generated and will be overwritten.
 *
 * If you need to edit sprite stylesheets, edit the templates
 * themselves, which are kept in the lib/tasks/sprite folder!
 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  .g-button-modal-close {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -230px -46px;
    background-size: 246px 232px; }
  .g-button-modal-close_hover {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -230px -60px;
    background-size: 246px 232px; }
  .g-button-play {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -100px 0px;
    background-size: 246px 232px; }
  .g-button-play_hover {
    background-image: url(../../../sprites/g-2x.png);
    background-position: 0px 0px;
    background-size: 246px 232px; }
  .g-collapse-up {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -120px -182px;
    background-size: 246px 232px; }
  .g-logo-medium {
    background-image: url(../../../sprites/g-2x.png);
    background-position: 0px -100px;
    background-size: 246px 232px; }
  .g-logo-small-grey {
    background-image: url(../../../sprites/g-2x.png);
    background-position: 0px -152px;
    background-size: 246px 232px; }
  .g-logo-small {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -83px -152px;
    background-size: 246px 232px; }
  .g-maxi-fullscreen {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -200px -76px;
    background-size: 246px 232px; }
  .g-maxi-pause {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -200px -106px;
    background-size: 246px 232px; }
  .g-maxi-play {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -200px -136px;
    background-size: 246px 232px; }
  .g-maxi-settings {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -166px -152px;
    background-size: 246px 232px; }
  .g-maxi-subtitles {
    background-image: url(../../../sprites/g-2x.png);
    background-position: 0px -182px;
    background-size: 246px 232px; }
  .g-maxi-transcript {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -200px -46px;
    background-size: 246px 232px; }
  .g-maxi-volume {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -60px -182px;
    background-size: 246px 232px; }
  .g-menu {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -90px -182px;
    background-size: 246px 232px; }
  .g-mini-fullscreen {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -60px -212px;
    background-size: 246px 232px; }
  .g-mini-pause {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -40px -212px;
    background-size: 246px 232px; }
  .g-mini-play {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -180px -182px;
    background-size: 246px 232px; }
  .g-mini-settings {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -200px -182px;
    background-size: 246px 232px; }
  .g-mini-subtitles {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -220px -182px;
    background-size: 246px 232px; }
  .g-mini-transcript {
    background-image: url(../../../sprites/g-2x.png);
    background-position: 0px -212px;
    background-size: 246px 232px; }
  .g-mini-volume {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -20px -212px;
    background-size: 246px 232px; }
  .g-pip-pause {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -200px 0px;
    background-size: 246px 232px; }
  .g-pip-play {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -140px -100px;
    background-size: 246px 232px; }
  .g-pip-share {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -30px -182px;
    background-size: 246px 232px; }
  .g-search {
    background-image: url(../../../sprites/g-2x.png);
    background-position: -150px -182px;
    background-size: 246px 232px; } }

/**
 * Auth prompt modal.
 */
/*
 * Styles for modal windows
 *
 * Quick summary of our modal approach:
 *
 * On wee browsers (order is important):
 *
 * 1. Show background overlay.
 * 2. Record the current scroll position.
 * 3. Apply <html> modal class.
 * 4. position to top
 * 5. Show the modal.
 *
 * 6. When closing, hide the modal first.
 * 7. Remove the <html> modal class.
 * 8. Apply the current scroll position.
 * 9. Hide the background overlay.
 *
 * On bigger browsers:
 *
 * * As above, but do not reposition.
 *
 * TODO: patch for old (<ICS) Android devices wider than 768px. Kindle
 * Fire in landscape, for example. Not an easy one to catch for. May
 * need to find a Modernizr class to base this on...
 */
/*
     * Sits behind the actual modal, is not a parent of it so as to
     * retain the possibility of distinct transitions.
     */
.modal-backdrop {
  background: #dddddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#dddddd));
  background-image: linear-gradient(white 0%, #dddddd 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001001;
  width: 100%;
  height: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  overflow: hidden; }

.modal-backdrop--show {
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  overflow: visible; }

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

.modal--show {
  height: 100%;
  display: block;
  overflow: visible; }

.modal__outer {
  display: table;
  height: 100%;
  width: 100%; }

.modal__inner {
  display: table-cell;
  vertical-align: middle; }

.modal--align-top .modal__inner {
  vertical-align: top; }

.modal__content {
  background: #ffffff;
  margin: 20px auto;
  padding: 20px;
  border-top: 2px solid #e62b1e;
  width: 85%;
  -webkit-box-shadow: -1px 1px 6px 1px rgba(0, 0, 0, 0.25);
          box-shadow: -1px 1px 6px 1px rgba(0, 0, 0, 0.25); }
  .modal__content:focus {
    outline: none; }

.modal__head {
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0; }

.modal__head__title {
  *zoom: 1; }
  .modal__head__title::after {
    content: "";
    display: table;
    clear: both; }

.modal__head__icon {
  width: 16px;
  height: 16px;
  line-height: 17px;
  font-size: 16px;
  position: relative;
  top: -1px; }

.modal__head__close {
  float: right;
  /*
       * The padding and negative margin exist to create a larger
       * clickable area for the button without affecting its position
       */
  padding: 10px;
  margin: -10px; }

.modal-open {
  background: #dddddd; }
  .modal-open .page {
    display: none; }

.ReactModal__Body--open {
  overflow: hidden; }

@media only screen and (min-width: 480px) {
  .modal__content {
    max-width: 480px; } }

@media only screen and (min-width: 768px) {
  .modal-backdrop,
  .modal-backdrop--show,
  .modal,
  .modal--show {
    -webkit-transition: opacity 0.26s;
    transition: opacity 0.26s; }
  .modal-backdrop {
    background: white; }
  .modal-backdrop--show {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=94);
    opacity: 0.94; }
  /*
     * `.no-touch` to avoid problems with virtual keyboards
     * See also the note under `.no-touch.modal-open`:
     * fixed positioning + overflow auto is how the modal is
     * scrolled on devices that do support overflow:hidden
     * being applied to the background element
     */
  .no-touch .modal {
    overflow: auto;
    position: fixed; }
  .modal__content {
    margin: 40px auto; }
  /*
     * iOS, Android, and likely other touch screen devices often
     * refuse to accept overflow:hidden applied to either <html>
     * or <body>; hence the use of Modernizr's `.no-touch` class.
     */
  .no-touch.modal-open {
    background: #ffffff;
    overflow: hidden; }
    .no-touch.modal-open .page {
      display: block; } }

.auth-prompt {
  border-top: 2px solid #e62b1e;
  padding: 0;
  position: relative; }

.auth-prompt__section {
  padding: 15px 25px; }

.auth-prompt__header {
  position: relative;
  text-align: center; }

.auth-prompt__header__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700; }

.auth-prompt__close {
  position: absolute;
  top: 10px;
  right: 15px; }

.auth-prompt__options {
  background: #f6f6f6; }

.auth-prompt__option {
  padding: 10px 0; }

.auth-prompt__option--standard {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
  position: relative; }

.auth-prompt__option--social {
  padding-top: 25px; }

.auth-prompt__halp {
  display: block;
  margin-top: 10px; }

.auth-prompt__footer {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  text-align: center; }

.auth-prompt__footer__question {
  display: block; }

.auth-prompt__thinking {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  background: #FFFFFF;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%; }

.auth-prompt--thinking .auth-prompt__thinking {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  top: 0; }

.auth-prompt__message {
  display: none;
  margin-bottom: 15px; }

.auth-prompt--error .auth-prompt__message {
  color: #bf0c00;
  display: block; }

.auth-prompt--error .form-control {
  border-color: #bf0c00; }

@media only screen and (min-width: 1024px) {
  .auth-prompt {
    max-width: 840px; }
  .auth-prompt__section {
    padding-left: 40px;
    padding-right: 40px; }
  .auth-prompt__header {
    padding-top: 20px;
    padding-bottom: 20px; }
  .auth-prompt__header__title {
    font-size: 30px;
    font-size: 1.875rem; }
  .auth-prompt__options {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
    width: 100%; }
  .auth-prompt__option {
    padding: 0; }
  .auth-prompt__option--standard {
    border-bottom: none;
    border-left: 1px solid #E0E0E0;
    float: right;
    padding-left: 9%;
    width: 50%; }
    .auth-prompt__option--standard::after {
      background: #f6f6f6;
      color: #666666;
      content: "or";
      font-size: 28px;
      line-height: 32px;
      text-align: center;
      position: absolute;
      left: 0;
      top: 50%;
      height: 40px;
      width: 50px;
      margin-top: -25px;
      margin-left: -25px; }
  .auth-prompt__option--social {
    float: left;
    padding-right: 9%;
    width: 49%; }
  .auth-prompt__halp {
    display: inline;
    margin-top: 0;
    margin-left: 20px; }
  .auth-prompt__footer {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 30px;
    padding-bottom: 30px; }
  .auth-prompt__footer__question {
    display: inline; } }

/**
 * This CSS controls the behavior of the shoji-to-reveal system
 * employed for mobile.
 */
.shoji__closer {
  display: none;
  overflow: hidden;
  text-decoration: none;
  height: 0;
  position: absolute;
  z-index: 1; }
  .shoji__closer:focus {
    outline: none; }

.shoji__closer__label {
  background: #bf0c00;
  border: 2px solid #73afec;
  color: white;
  float: left;
  padding: 8px 12px; }

.shoji__fixtures {
  display: none; }

@media only screen and (min-width: 320px) {
  .csstransforms3d {
    /*
       * Item revealed by the shoji moving left or right -- should be
       * contained within #shoji-reveals
       */
    /*
       * Prevents the user from clicking straight through to content;
       * instead, a click on shoji__overlay will return the shoji to
       * its normal state
       */ }
    .csstransforms3d .shoji {
      overflow-x: hidden; }
    .csstransforms3d .shoji__door {
      -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
              box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
      -webkit-transition: -webkit-transform 130ms ease-out;
      transition: -webkit-transform 130ms ease-out;
      transition: transform 130ms ease-out;
      transition: transform 130ms ease-out, -webkit-transform 130ms ease-out;
      overflow: hidden; }
    .csstransforms3d .shoji__fixtures {
      display: block; }
    .csstransforms3d .shoji__fixture {
      display: none;
      position: absolute;
      top: 0;
      width: 265px;
      background: #f0f0f0; }
    .csstransforms3d .shoji__fixture--left {
      left: 0; }
    .csstransforms3d .shoji__fixture--right {
      right: 0; }
    .csstransforms3d .shoji__lattice {
      /* Suppress Android's beautiful highlight colors */
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .csstransforms3d .shoji--left .shoji__closer {
      left: 0; }
    .csstransforms3d .shoji--right .shoji__closer {
      right: 0; }
    .csstransforms3d .shoji--opened .shoji__door {
      -webkit-transform: perspective(0) translateX(0);
      transform: perspective(0) translateX(0);
      -moz-transform: perspective(1px) translateX(0); }
    .csstransforms3d .shoji--left .shoji__door {
      -webkit-transform: perspective(0) translateX(265px);
      transform: perspective(0) translateX(265px);
      -moz-transform: perspective(1px) translateX(265px); }
    .csstransforms3d .shoji--right .shoji__door {
      -webkit-transform: perspective(0) translateX(-265px);
      transform: perspective(0) translateX(-265px);
      -moz-transform: perspective(1px) translateX(-265px); }
    .csstransforms3d .shoji--left,
    .csstransforms3d .shoji--right {
      position: relative; }
      .csstransforms3d .shoji--left .shoji__closer,
      .csstransforms3d .shoji--right .shoji__closer {
        display: block;
        width: 265px; }
        .csstransforms3d .shoji--left .shoji__closer:focus,
        .csstransforms3d .shoji--right .shoji__closer:focus {
          height: auto; }
      .csstransforms3d .shoji--left .shoji__lattice,
      .csstransforms3d .shoji--right .shoji__lattice {
        display: block;
        z-index: 1000001; }
      .csstransforms3d .shoji--left .shoji__fixture--revealed,
      .csstransforms3d .shoji--right .shoji__fixture--revealed {
        display: block; } }

/*
   * On larger screens (especially the iPad 1) the transforms
   * required to use the shoji can cause rendering flicker. Since
   * it's not strictly necessary to display them at this size,
   * we're opting to hide them instead
   */
@media only screen and (min-width: 1024px) {
  .csstransforms3d .shoji--opened .shoji__door,
  .csstransforms3d .shoji--left .shoji__door,
  .csstransforms3d .shoji--right .shoji__door {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .csstransforms3d .shoji--opened .shoji__lattice,
  .csstransforms3d .shoji--opened .shoji__fixture,
  .csstransforms3d .shoji--left .shoji__lattice,
  .csstransforms3d .shoji--left .shoji__fixture,
  .csstransforms3d .shoji--right .shoji__lattice,
  .csstransforms3d .shoji--right .shoji__fixture {
    display: none; } }

/**
 * Site footer layout and main styles.
 */
.footer {
  border-top: 2px solid #E22E29;
  color: #909090;
  padding: 30px 0 0;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem; }

.footer__logo {
  margin-bottom: 30px; }

.footer__section {
  margin-bottom: 30px;
  text-align: left; }

.footer__title {
  color: #343434;
  margin-bottom: 1em;
  font-size: 13px;
  font-size: 0.8125rem; }

.footer__links {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer__link {
  color: #595959;
  font-weight: 700;
  text-decoration: none; }
  .footer__link:hover {
    text-decoration: underline; }

.footer__content {
  position: relative; }

.footer__services {
  background: #242424;
  border-top: 2px solid #2F2F2F;
  font-size: 14px;
  font-size: 0.875rem; }

.footer__services__container {
  padding: 0; }

.footer__service {
  display: block;
  border-bottom: 1px solid #1D1D1D;
  border-top: 1px solid #2F2F2F;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
  text-decoration: none; }
  .footer__service:hover {
    background: #2D2D2D;
    color: #EEEEEE; }

.footer__service--info {
  color: #818181;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem; }
  .footer__service--info:hover {
    background: transparent; }

.footer__additional {
  border-top: 1px solid #EBEBEB;
  line-height: 1.2;
  padding-top: 30px; }

.footer__additional__sidenote {
  color: #D8D8D8;
  font-size: 15px;
  margin-top: 2px; }

@media only screen and (min-width: 768px) {
  .footer {
    font-size: 12px;
    font-size: 0.75rem; }
  .footer__logo {
    left: 0;
    position: absolute;
    top: 0; }
  .footer__title {
    height: 2.5em; }
  .footer__section {
    padding: 0 30px;
    float: left;
    width: 25%; }
  .footer__section--form {
    float: none;
    width: auto; }
  .footer__content {
    overflow: hidden;
    padding-left: 130px; }
  .footer__content__copy,
  .footer__content__links,
  .footer__content__forms {
    float: left;
    overflow: hidden; }
  .footer__content__copy {
    text-align: left;
    padding: 0 30px; }
  .footer__services {
    line-height: 2;
    font-size: 12px;
    font-size: 0.75rem; }
  .footer__services__container {
    padding: 0 20px; }
  .footer__service {
    border: none;
    float: left;
    margin-right: 20px; }
    .footer__service:hover {
      background: transparent;
      text-decoration: underline; }
  .footer__service--info {
    clear: both;
    text-align: left;
    margin-right: 0;
    padding: 0 0 10px;
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem; }
    .footer__service--info:hover {
      text-decoration: none; }
  .footer__additional {
    padding: 30px 0 0; } }

@media only screen and (min-width: 1024px) {
  .footer__section {
    float: left;
    width: 25%; }
  .footer__section--form {
    width: auto; }
  .footer__content__links {
    width: 70%; }
  .footer__content__forms {
    width: 30%; }
  .footer__services__container {
    padding: 0 20px; }
  .footer__service--info {
    clear: none;
    float: right;
    padding: 10px 0;
    width: auto; } }

@media only screen and (min-width: 1200px) {
  .footer__services__container {
    padding: 0 40px; } }

/**
 * Footer newsletter styles.
 */
.footer-newsletter__options {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  overflow: hidden;
  width: 100%; }

.footer-newsletter__option {
  float: left;
  margin-right: 20px; }

.footer-newsletter__signup-email-group {
  margin-bottom: 0; }

.footer-newsletter__error-wrapper {
  margin-bottom: 25px; }

.footer-newsletter__error {
  color: #AA0000;
  margin: 1em 0 1em; }

.footer-newsletter__error,
.footer-newsletter__success {
  display: none; }

@media only screen and (min-width: 1024px) {
  .footer-newsletter {
    border-left: 1px solid #E8E8E8; } }

/**
 * Styles for our popup library.
 */
.popup--tailed::after {
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

.popup--tailed--center::after {
  left: 50%;
  margin-left: -10px; }

.popup--tailed--left::after,
.popup--tailed--right::after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.popup--tailed--left::after {
  border-right: 10px solid #000000;
  left: -10px; }

.popup--tailed--right::after {
  border-left: 10px solid #000000;
  right: -10px; }

.popup--tailed--middle::after {
  top: 50%;
  margin-top: -10px; }

.popup--tailed--top::after,
.popup--tailed--bottom::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; }

.popup--tailed--top::after {
  border-bottom: 10px solid #000000;
  border-top: none;
  top: -10px; }

.popup--tailed--bottom::after {
  border-top: 10px solid #000000;
  bottom: -10px; }

.popup {
  /*
       * Make sure you change popupTransitionTime in popup.js if you
       * alter the transition time in this variable
       */
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  background: #000000;
  display: none;
  padding: 10px;
  position: absolute;
  border-radius: 2px;
  z-index: 100; }

.popup--tailed--bottom,
.popup--tailed--top,
.popup--tailed--left,
.popup--tailed--right {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 0 13px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 0 13px; }

.popup--positioning {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.popup--show {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }

.popup--hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.popup--inverse {
  background: #FFFFFF; }
  .popup--inverse.popup--show {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .popup--inverse.popup--tailed--left::after {
    border-right-color: #FFFFFF; }
  .popup--inverse.popup--tailed--right::after {
    border-left-color: #FFFFFF; }
  .popup--inverse.popup--tailed--top::after {
    border-bottom-color: #FFFFFF; }
  .popup--inverse.popup--tailed--bottom::after {
    border-top-color: #FFFFFF; }

/**
 * Styles for a sidebar submenu.
 */
.submenu {
  margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .submenu {
      padding-right: 40px; } }

.submenu__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.submenu__heading,
.submenu__item {
  border-bottom: 1px dotted #B2B2B2;
  padding: 10px 0; }
  .submenu__heading:first-child,
  .submenu__item:first-child {
    padding-top: 0; }
  .submenu__heading .submenu__item,
  .submenu__item .submenu__item {
    border-bottom: 0;
    padding: 0;
    position: relative; }
    .submenu__heading .submenu__item:last-child,
    .submenu__item .submenu__item:last-child {
      border-bottom: none; }
    .submenu__heading .submenu__item .submenu__link,
    .submenu__item .submenu__item .submenu__link {
      font-weight: 400; }

.submenu__heading {
  margin-bottom: 10px; }
  @media only screen and (min-width: 1024px) {
    .submenu__heading {
      display: none; } }

@media only screen and (min-width: 1024px) {
  .submenu__heading--usable {
    display: block; } }

.submenu__heading--active .submenu__link {
  color: #e62b1e; }
  .inverse .submenu__heading--active .submenu__link {
    color: #FFF; }

.submenu__link {
  line-height: 2;
  text-decoration: none; }

.submenu__item--active > .submenu__link {
  color: #e62b1e; }
  .inverse .submenu__item--active > .submenu__link {
    color: #FFF; }

.submenu__item__count {
  position: absolute;
  right: 0;
  padding: 7px 8px 7px 0;
  top: 0;
  line-height: 2;
  color: #999999; }
  @media only screen and (min-width: 1024px) {
    .submenu__item__count {
      position: static;
      float: right;
      padding: 0;
      line-height: 2;
      color: #999999; } }

.js .submenu {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .js .submenu {
      display: block; } }

/*
 * Styles for modal windows
 *
 * Quick summary of our modal approach:
 *
 * On wee browsers (order is important):
 *
 * 1. Show background overlay.
 * 2. Record the current scroll position.
 * 3. Apply <html> modal class.
 * 4. position to top
 * 5. Show the modal.
 *
 * 6. When closing, hide the modal first.
 * 7. Remove the <html> modal class.
 * 8. Apply the current scroll position.
 * 9. Hide the background overlay.
 *
 * On bigger browsers:
 *
 * * As above, but do not reposition.
 *
 * TODO: patch for old (<ICS) Android devices wider than 768px. Kindle
 * Fire in landscape, for example. Not an easy one to catch for. May
 * need to find a Modernizr class to base this on...
 */
/**
 * Styles that apply to all ads
 */
.ad {
  text-align: center; }

.ad__prefill {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 2px;
  height: 2px; }

.ad__unit {
  margin-left: -20px;
  margin-right: -20px; }

@media only screen and (min-width: 480px) {
  .ad__unit {
    margin-left: 0;
    margin-right: 0; } }

/*
 * Styles for non-popup alert and flash messages.
 *
 * Example use:
 *
 * ```haml
 * .alert.alert--flash.alert--warning
 *   .container
 *     .alert__container
 *       %h4.h10.m5> You have been warned.
 *       This is your last warning about that.
 *       %a.alert__close.g.g-button-modal-close{href: '#', role: :button} Close
 * ```
 */
/* 
* @preserve brand-colors 1.2.1
* https://reimertz.github.io/brand-colors
* (c) 2014 Pierre Reimertz
* may be freely distributed under the MIT license.
*/
/**
 * Important global variables and configuration.
 */
/*
 * Colors
 */
/*
* The official screen and print
* versions of "TED red" are:
* * #E62B1E
* * Pantone 485 C
* * C=0 M=100 Y=100 K=0
* * R=230 G=43 B=30
*/
/*
 * Grid system
 * --------------------------------------------------
 */
/*
 * Typography
 * --------------------------------------------------
 */
/*
 * Typographic weights; use these instead of "normal", "bold", etc.
 * These are set up per their W3 keyword synonyms:
 * https://www.w3.org/TR/CSS2/fonts.html#font-boldness
 */
/*
 * Miscellaneous
 * --------------------------------------------------
 */
/*
 * Used with the exports system to skip global blocks and thus
 * avoid redundancy between global.css and other CSS files
 */
/*
 * IE compatibility system
 * --------------------------------------------------
 */
/*
 * If false, media queries will be omitted and styles will be
 * included disregarding breakpoint (for Aulde IE support)
 */
/*
 * List of breakpoints to recognize. Modify this list to only
 * include certain breakpoints (e.g., to split CSS into multiple
 * files for performance.)
 */
/*
 * List of CSS classes to blacklist when content blocks are used
 * with the react-to mixin
 */
.alert {
  padding: 15px; }

.alert--flash {
  padding: 15px 0; }

.alert,
.alert--info {
  background: #cfeaf5; }

.alert--success {
  background: #cfeaf5; }

.alert--warning {
  background: #fcf1cc; }

.alert--danger {
  background: #f2d2cf; }

.alert--explore {
  background: linear-gradient(120deg, #f4f4ea, #c3f7fd); }
  .alert--explore p {
    line-height: 1.5; }

.alert--added {
  background: linear-gradient(120deg, #c3f7fd 0%, #f4f4ea 60%); }

.alert__container {
  padding-right: 20px;
  position: relative; }

.alert__close {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0; }
  .alert__close:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

@media only screen and (min-width: 768px) {
  .alert--flash {
    padding: 30px 0; } }

/**
 * Button styles
 */
.button {
  background-color: #F5F5F5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#E6E6E6));
  background-image: linear-gradient(#F5F5F5, #E6E6E6);
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
  border: 1px solid #CCCCCC;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  padding: 7px 30px;
  text-decoration: none;
  text-shadow: 0 1px 0 white; }
  .button:hover {
    background: #EEEEEE;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#DDDDDD));
    background-image: linear-gradient(#EEEEEE, #DDDDDD); }
  .button:hover:disabled {
    background: #F5F5F5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#E6E6E6));
    background-image: linear-gradient(#F5F5F5, #E6E6E6); }

.button,
.inverse .button,
.inverse .button:hover {
  color: #444444; }

.button[disabled],
.button--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }

.button--medium {
  background: #ECECEC;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ECECEC), to(#DBDBDB));
  background-image: linear-gradient(#ECECEC, #DBDBDB);
  border: 1px solid #BBBBBB;
  color: #333333; }
  .button--medium:hover {
    background: #E3E3E3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E3E3E3), to(#D4D4D4));
    background-image: linear-gradient(#E3E3E3, #D4D4D4);
    color: #111111; }
  .button--medium:hover:disabled {
    background: #ECECEC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ECECEC), to(#DBDBDB));
    background-image: linear-gradient(#ECECEC, #DBDBDB); }

.button--small {
  padding: 2px 20px; }

.button--blue {
  background: #009FE8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009FE8), to(#0090D3));
  background-image: linear-gradient(#009FE8, #0090D3);
  border: 0;
  color: white;
  text-shadow: none; }
  .button--blue:hover {
    background: #02ADFE;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#02ADFE), to(#029DE7));
    background-image: linear-gradient(#02ADFE, #029DE7); }
  .button--blue:hover:disabled {
    background: #009FE8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009FE8), to(#0090D3));
    background-image: linear-gradient(#009FE8, #0090D3); }
  .inverse .button--blue,
  .inverse .button--blue:hover {
    color: #FFFFFF; }

.button--red {
  background: #BB0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DD0000), to(#BB0000));
  background-image: linear-gradient(#DD0000, #BB0000);
  border-color: transparent;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 0 1px 0 #111111; }
  .button--red:hover {
    background: #CC0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EE0000), to(#CC0000));
    background-image: linear-gradient(#EE0000, #CC0000);
    color: #FFFFFF; }
  .button--red:hover:disabled {
    background: #BB0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DD0000), to(#BB0000));
    background-image: linear-gradient(#DD0000, #BB0000); }
  .inverse .button--red,
  .inverse .button--red:hover {
    color: #FFFFFF; }

.button--explore {
  background: #333333;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: none; }
  .button--explore:hover {
    background: #000000;
    color: #FFFFFF; }
  .button--explore:hover:disabled {
    background: #BB0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DD0000), to(#BB0000));
    background-image: linear-gradient(#DD0000, #BB0000); }

.button--dark,
.button--highlight {
  background: #555555;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#222222));
  background-image: linear-gradient(#555555, #222222);
  border-color: transparent;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 0 1px 0 #111111; }
  .button--dark:hover,
  .button--highlight:hover {
    background: #666666;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#2D2D2D));
    background-image: linear-gradient(#666666, #2D2D2D);
    color: #FFFFFF; }
  .button--dark:hover:disabled,
  .button--highlight:hover:disabled {
    background: #555555;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#222222));
    background-image: linear-gradient(#555555, #222222); }
  .inverse .button--dark,
  .inverse .button--dark:hover, .inverse
  .button--highlight,
  .inverse
  .button--highlight:hover {
    color: #FFFFFF; }

.button--labeled {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2) 38px, rgba(0, 0, 0, 0) 38px), linear-gradient(#666666, #4D4D4D);
  overflow: hidden;
  padding: 7px 8px; }
  .button--labeled:hover {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2) 38px, rgba(0, 0, 0, 0) 38px), linear-gradient(#5E5E5E, #4F4F4F); }
  .button--labeled:active {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2) 38px, rgba(0, 0, 0, 0) 38px), #555555; }

.button__icon {
  width: 22px;
  height: 22px;
  line-height: 23px;
  font-size: 22px;
  float: left;
  position: relative;
  margin-right: 15px; }

.button__label {
  display: block;
  overflow: hidden; }

.button--facebook {
  background: #3E5B96;
  border-color: #3E5B96;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 38px, rgba(0, 0, 0, 0) 38px), linear-gradient(#4A6CB0, #3F5C97); }
  .button--facebook:hover {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2) 38px, rgba(0, 0, 0, 0) 38px), linear-gradient(#4366AD, #3A598F); }
  .button--facebook:hover:disabled {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2) 38px, rgba(0, 0, 0, 0) 38px), linear-gradient(#4A6CB0, #3F5C97); }

.button--highlight {
  background: #e62b1e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e62b1e), to(#cf271b));
  background-image: linear-gradient(#e62b1e, #cf271b);
  padding: 7px 30px; }
  .button--highlight:hover {
    background: #e62b1e; }
  .button--highlight:hover:disabled {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e62b1e), to(#cf271b));
    background-image: linear-gradient(#e62b1e, #cf271b); }

.button--dark[disabled], .button--dark.button--disabled,
.button--highlight[disabled],
.button--highlight.button--disabled,
.button--facebook[disabled],
.button--facebook.button--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }

.button--link {
  background: transparent;
  border: none;
  text-decoration: underline;
  text-shadow: none; }
  .button--link:hover {
    background: transparent; }
  .button--link:hover:disabled {
    background: transparent; }

.button--narrow,
.button--small {
  padding-left: 10px;
  padding-right: 10px; }

.button--midsize,
.button--wide {
  display: block;
  margin: 0 auto;
  max-width: 12em;
  text-align: center;
  width: 100%; }

.button--wide {
  max-width: 50em; }

@media only screen and (min-width: 768px) {
  .button--small {
    font-size: 13px; } }

/**
 * Styles for linked headings
 */
.heading__deco__sizer {
  display: none; }

@media only screen and (min-width: 768px) {
  .heading {
    *zoom: 1; }
    .heading::after {
      content: "";
      display: table;
      clear: both; }
  .heading__body {
    float: left; }
  .heading__deco {
    float: right; }
  .heading__deco__sizer {
    display: inline; }
  .heading--alt .heading__deco {
    float: left;
    margin-left: 10px; } }

/**
 * Media object
 * https://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
 */
@media only screen and (min-width: 320px) {
  .media {
    display: block;
    overflow: hidden;
    zoom: 1; }
  .media__image {
    float: left;
    margin-right: 20px;
    text-align: center; }
  .media__image--alt {
    float: right;
    margin-left: 20px;
    margin-right: 0; }
  .media__image--thumb {
    width: 100px; }
  .media__message {
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: hidden;
    zoom: 1; }
  .media--oh-v .media__image {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%; }
  .media--oh-v .media__image--alt {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (min-width: 480px) {
  .media__image--thumb {
    width: 30%; }
  .media--xs-v .media__image {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%; }
  .media--xs-v .media__image--alt {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0; }
  .media--xs-h .media__image {
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    width: auto; }
  .media--xs-h .media__image--alt {
    float: right;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 0; }
  .media--xs-h .media__image--thumb {
    width: 30%; } }

@media only screen and (min-width: 768px) {
  .media--sm-v .media__image {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%; }
  .media--sm-v .media__image--alt {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0; }
  .media--sm-h .media__image {
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    width: auto; }
  .media--sm-h .media__image--alt {
    float: right;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 0; }
  .media--sm-h .media__image--thumb {
    width: 30%; } }

@media only screen and (min-width: 1024px) {
  .media--lg-v .media__image {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%; }
  .media--lg-v .media__image--alt {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0; }
  .media--lg-h .media__image {
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    width: auto; }
  .media--lg-h .media__image--alt {
    float: right;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 0; }
  .media--lg-h .media__image--thumb {
    width: 30%; } }

/**
 * Add play icons to the bottom right corner of video links.
 */
.play-link {
  display: block;
  position: relative; }
  .play-link:before {
    content: "\F114"; }
  .play-link::before {
    background-color: #333333;
    color: #FFFFFF;
    font-family: icons;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1; }
  .play-link:hover::before {
    background-color: #222222; }

/**
 * Styles for handling thumbnails; to be paired with the `thumb`
 * application helper.
 */
.thumb {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%; }

.thumb__sizer {
  display: block;
  padding-bottom: 56.25%; }

.thumb__tugger {
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  position: absolute;
  bottom: -100px;
  top: -100px;
  left: 0;
  right: 0; }

.thumb__image {
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  width: 100%; }

.thumb__aligner {
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  height: 100%; }

.thumb__duration {
  font-size: 11px;
  font-size: 0.6875rem;
  background: #111111;
  color: #ffffff;
  display: block;
  line-height: 1.2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  padding: 2px 3px 2px;
  position: absolute;
  bottom: 3px;
  right: 3px; }

.thumb--square .thumb__sizer {
  padding-bottom: 100%; }

.thumb--square .thumb__tugger {
  bottom: 0;
  top: 0;
  left: -100px;
  right: -100px; }

.thumb--square .thumb__image {
  height: 100%;
  width: auto; }

.thumb--tv .thumb__sizer {
  padding-bottom: 75%; }

.thumb--crop-top .thumb__tugger {
  top: 0; }

.thumb--crop-top .thumb__aligner {
  display: none; }

.thumb--autoplay::after {
  -webkit-transition: opacity .3s, -webkit-transform .4s;
  transition: opacity .3s, -webkit-transform .4s;
  transition: opacity .3s, transform .4s;
  transition: opacity .3s, transform .4s, -webkit-transform .4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg' xmlns:xlink='https://www.w3.org/1999/xlink' viewBox='0 0 512 512'><defs><filter id='blur'><feGaussianBlur in='SourceGraphic' stdDeviation='20'/></filter><g id='play'><path d='M255.99 12C121.247 12 12 121.247 12 256s109.247 244 243.99 244C390.753 500 500 390.753 500 256S390.753 12 255.99 12zm0 464.203c-121.597 0-220.193-98.597-220.193-220.203 0-121.617 98.597-220.192 220.193-220.192 121.627 0 220.213 98.576 220.213 220.192 0 121.606-98.586 220.203-220.213 220.203zm-83.08-331.23l221.19 111.03-221.19 111.025V144.972z'/></g></defs><use x='0' y='0' xlink:href='#play' fill='black' fill-opacity='0.4' filter='url(#blur)'/><use x='0' y='0' xlink:href='#play' fill='white'/></svg>");
  content: " ";
  display: block;
  width: 30%;
  height: 0;
  padding-bottom: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15%;
  margin-left: -15%; }

.thumb--autoplay:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=99);
  opacity: 0.99;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.Main-nav\/Popper__popup {
  display: none;
  padding: 0; }

.Main-nav\/Popper__popup--visible {
  display: block; }

.Main-nav\/Popper__smoke {
  position: fixed;
  width: 100%;
  height: 0; }

.Main-nav\/Popper__smoke--visible {
  -webkit-animation-name: Main-nav\/Popper__smoke__fade-in;
          animation-name: Main-nav\/Popper__smoke__fade-in;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  height: 100%; }

.Main-nav\/Popper__smoke--hidden {
  -webkit-animation-name: Main-nav\/Popper__smoke__fade-out;
          animation-name: Main-nav\/Popper__smoke__fade-out;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  height: 0; }

@-webkit-keyframes Main-nav\/Popper__smoke__fade-in {
  0%, 100% {
    height: 100%; }
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes Main-nav\/Popper__smoke__fade-in {
  0%, 100% {
    height: 100%; }
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes Main-nav\/Popper__smoke__fade-out {
  0%, 100% {
    height: 100%; }
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes Main-nav\/Popper__smoke__fade-out {
  0%, 100% {
    height: 100%; }
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/**
 * This CSS controls the behavior of the shoji-to-reveal system
 * employed for mobile.
 */
.Accordion__arrow {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }

.Accordion__opener {
  /**
    In Firefox, the accordion item's arrow rotation causes the focus
    outline to flicker (expanding and contracting as the focused
    object's outer border changes during rotation)
    Hiding the opener's overflow prevents this issue.
    */
  overflow: hidden; }

.Accordion__item--open .Accordion__arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.js .Accordion__content {
  display: none; }

.Drilldown-screen--past,
.Drilldown-screen--future {
  display: none; }

.csstransforms3d .Drilldown-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: ease-out, -webkit-transform 130ms;
  transition: ease-out, -webkit-transform 130ms;
  transition: transform 130ms, ease-out;
  transition: transform 130ms, ease-out, -webkit-transform 130ms; }

.csstransforms3d .Drilldown-screen--past,
.csstransforms3d .Drilldown-screen--future {
  display: block;
  visibility: hidden;
  -webkit-animation-name: Drilldown__sliding;
          animation-name: Drilldown__sliding;
  -webkit-animation-duration: 150ms;
          animation-duration: 150ms; }

.csstransforms3d .Drilldown-screen--past {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.csstransforms3d .Drilldown-screen--future {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

@-webkit-keyframes Drilldown__sliding {
  0%, 100% {
    visibility: visible; } }

@keyframes Drilldown__sliding {
  0%, 100% {
    visibility: visible; } }

.Main-nav__account-button__avatar {
  background: #D8D8D8;
  background-size: cover;
  border-radius: 100%;
  position: relative;
  top: 8px;
  margin-bottom: 8px;
  width: 38px;
  height: 38px; }

.Main-nav__account-button__badge {
  background: #e62b1e;
  border: 2px solid white;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  position: absolute;
  bottom: -5px;
  left: -5px;
  height: 20px;
  width: 20px; }

.Main-nav__account-button__badge--visible {
  opacity: 1; }

.Main-nav__account-button__badge--bouncing {
  -webkit-animation-name: Main-nav__account-button__badge--bounce;
          animation-name: Main-nav__account-button__badge--bounce;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

@-webkit-keyframes Main-nav__account-button__badge--bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  35% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }
  70% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes Main-nav__account-button__badge--bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  35% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }
  70% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/**
Until #2813 is resolved, Roadrunner's HTML base font size is
split across pages, which means we need to use absolute font
sizes in the menu.

We'll definitely want to replace these when that's resolved.
*/
.Main-nav__fs-1 {
  font-size: 13px; }

.Main-nav__fs-4 {
  font-size: 16px; }

.Main-nav__fs-6 {
  font-size: 19.2px; }

.Main-nav {
  *zoom: 1;
  background-color: white;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  .Main-nav::after {
    content: "";
    display: table;
    clear: both; }

.Main-nav__home-button {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -48px; }
  @media only screen and (min-width: 1024px) {
    .Main-nav__home-button {
      position: static;
      float: left;
      margin: 0;
      padding-right: 16px; } }

.Main-nav__smoke {
  background-color: rgba(255, 255, 255, 0); }

.Main-nav__logo {
  display: block; }
  @media only screen and (min-width: 1024px) {
    .Main-nav__logo {
      float: left; } }

.Main-nav__logo__backdrop {
  fill: white; }

.Main-nav__logo__cutout {
  fill: #e62b1e; }

.Main-nav__divider {
  background-color: rgba(150, 150, 150, 0.2);
  height: 54px;
  width: 1px; }

.Main-nav__label {
  color: #333; }

.Main-nav__item {
  cursor: pointer;
  display: block;
  padding: 0 16px;
  font-size: 14px;
  line-height: 54px;
  height: 54px; }
  @media only screen and (min-width: 1024px) {
    .Main-nav__item {
      padding: 0 16px; } }
  @media only screen and (min-width: 1200px) {
    .Main-nav__item {
      padding: 0 20px; } }

.Main-nav__category:focus {
  outline: none; }
  @media only screen and (min-width: 1024px) {
    .Main-nav__category:focus .Main-nav__category__label {
      outline: 2px solid #73afec;
      outline-offset: -2px; } }

@media only screen and (min-width: 1024px) {
  .Main-nav__category:hover .Main-nav__category__label {
    background-color: rgba(200, 200, 200, 0.2); } }

@media only screen and (min-width: 1024px) {
  .Main-nav__category__list {
    position: absolute;
    left: 50%;
    margin-left: -130px;
    width: 260px; } }

@media only screen and (min-width: 1024px) {
  .Main-nav__category__list--account {
    margin-left: -170px; } }

@media only screen and (min-width: 1024px) {
  .Main-nav__category__list--account::after {
    margin-left: 30px; } }

.Main-nav__icon {
  fill: #444444;
  position: relative;
  top: 13px;
  width: 28px;
  height: 28px; }

.Main-nav__icon--hamburger {
  top: 10px; }

.Main-nav__icon--search {
  top: 9px; }

.Main-nav--uninitialized .Main-nav__category__list {
  display: none; }

.Main-nav--uninitialized .Main-nav__category:hover .Main-nav__category__list {
  display: block; }

/**
Styles related to the main nav search bar
*/
.Main-nav__bar,
.Main-nav__search {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.Main-nav__motto {
  font-size: 24px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }

.Main-nav__motto,
.Main-nav__search__input {
  line-height: 54px;
  padding: 0 16px; }

.Main-nav__search {
  background: #FAFAFA;
  opacity: 0;
  overflow: hidden;
  width: 0;
  height: 54px; }

.Main-nav__search__content {
  width: 395px; }

.Main-nav__search__input {
  background: transparent;
  border: none;
  outline: none;
  width: 340px; }

.Main-nav__search__close {
  height: 54px;
  padding: 0 13px; }

.Main-nav--searching .Main-nav__bar {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-395px);
      -ms-transform: translateX(-395px);
          transform: translateX(-395px); }

.Main-nav--searching .Main-nav__motto {
  opacity: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.Main-nav--searching .Main-nav__search {
  display: block;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  width: 395px; }

/**
Styles for the inverted nav.
*/
.Main-nav--inverted {
  background-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .Main-nav--inverted .Main-nav__smoke {
    background: rgba(0, 0, 0, 0.2); }
  .Main-nav--inverted .Main-nav__label,
  .Main-nav--inverted .Main-nav__label:hover {
    color: white; }
  .Main-nav--inverted .Main-nav__icon {
    fill: white; }

/**
Styles for the translucent nav.
*/
.Main-nav--translucent {
  -webkit-box-shadow: none;
          box-shadow: none; }
  @media only screen and (min-width: 1024px) {
    .Main-nav--translucent {
      background-color: rgba(0, 0, 0, 0.2); } }
  .Main-nav--translucent .Main-nav__smoke {
    background: rgba(0, 0, 0, 0.2); }
  .Main-nav--translucent .Main-nav__icon {
    fill: #444444; }
  .Main-nav--translucent .Main-nav__icon--search {
    fill: white; }
  @media only screen and (min-width: 1024px) {
    .Main-nav--translucent .Main-nav__label,
    .Main-nav--translucent .Main-nav__label:hover {
      color: white; } }
  @media only screen and (min-width: 1024px) {
    .Main-nav--translucent .Main-nav__category:hover .Main-nav__category__label {
      background-color: rgba(0, 0, 0, 0.3); } }

.sticky-inner-wrapper {
  width: 100% !important;
  left: 0 !important; }

.sticky-outer-wrapper .sticky-inner-wrapper {
  height: 100%; }

.sticky-outer-wrapper--active .sticky-inner-wrapper {
  height: auto; }

/**
 * TED Recommends home page hero
 */
.recommends__home-wrapper {
  background: #eef7f7;
  border-bottom: 1px solid #e8e8e8; }

.recommends__landing-wrapper {
  height: 500px;
  padding: 40px 20px;
  background: url("../../../explore/web/landing/hero-sm-2x.jpg") no-repeat bottom center;
  background-size: cover; }
  .recommends__landing-wrapper .cta {
    -webkit-transition: all 0.18s;
    transition: all 0.18s; }

.recommends .headline {
  font-size: 22px; }

.recommends .rec-icon {
  height: 50px;
  margin-bottom: 20px; }

.recommends .bag-of-chips .rec-icon {
  width: 50px; }

.recommends .happyman {
  max-width: 125px;
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .recommends__landing-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../../../explore/web/landing/hero-xl-2x.jpg") no-repeat bottom center;
    background-size: cover; }
    .recommends__landing-wrapper .cta {
      -webkit-transition: all 0.18s;
      transition: all 0.18s; }
  .recommends .rec-icon {
    height: 80px; }
  .recommends .happyman {
    max-width: 100%; } }

.recommends__onboarding-hero-wrapper {
  position: relative;
  height: 300px;
  margin: 0;
  background: linear-gradient(120deg, #c3f7fd 0%, #f4f4ea 60%); }
  @media only screen and (min-width: 768px) {
    .recommends__onboarding-hero-wrapper {
      height: 300px;
      margin: 40px auto 0; } }
  .recommends__onboarding-hero-wrapper .hero-cell {
    position: absolute;
    right: -200px;
    bottom: -30px;
    height: 290px; }
    @media only screen and (min-width: 1024px) {
      .recommends__onboarding-hero-wrapper .hero-cell {
        right: -150px;
        top: -40px;
        height: 320px; } }
    @media only screen and (min-width: 1200px) {
      .recommends__onboarding-hero-wrapper .hero-cell {
        right: -75px;
        top: -40px;
        height: 360px; } }

.recommends__feedback-hero-wrapper {
  position: relative;
  height: 200px;
  margin: 0;
  background: linear-gradient(120deg, #c3f7fd 0%, #f4f4ea 60%); }

#headlines {
  position: relative;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  z-index: 1; }
  #headlines .headline {
    position: absolute;
    width: 100%;
    z-index: 98; }
    #headlines .headline span,
    #headlines .headline strong {
      position: relative;
      top: -50px; }
  #headlines .headline-off *:nth-child(1) {
    top: 50px;
    -webkit-transition: top 0.6s ease-in-out;
    transition: top 0.6s ease-in-out; }
  #headlines .headline-off *:nth-child(2) {
    top: 50px;
    -webkit-transition: top 0.6s ease-in-out 0.15s;
    transition: top 0.6s ease-in-out 0.15s; }
  #headlines .headline-off *:nth-child(3) {
    top: 50px;
    -webkit-transition: top 0.6s ease-in-out 0.3s;
    transition: top 0.6s ease-in-out 0.3s; }
  #headlines .headline-on {
    z-index: 99; }
    #headlines .headline-on *:nth-child(1) {
      top: 0;
      -webkit-transition: top 0.6s ease-in-out;
      transition: top 0.6s ease-in-out; }
    #headlines .headline-on *:nth-child(2) {
      top: 0;
      -webkit-transition: top 0.6s ease-in-out 0.15s;
      transition: top 0.6s ease-in-out 0.15s; }
    #headlines .headline-on *:nth-child(3) {
      top: 0;
      -webkit-transition: top 0.6s ease-in-out 0.3s;
      transition: top 0.6s ease-in-out 0.3s; }