@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Outfit&display=swap);
@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef);
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?20fd1704ea223900efa9fd4e869efb08) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?f691f37e57f04c152e2315ab7dbad881) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?1e59d2330b4c6deb84b340635ed36249) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?c1e38fd9e0e74ba58f7a2b77ef29fdd3) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

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

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

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

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

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

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

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

.fa-git:before {
  content: "";
}

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

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

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

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

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

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

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* GT Walsheim Web Regular */
@font-face {
  font-family: "walsheim";
  src: url(/fonts/gt_walsheim_pro_regular.eot?b02c8003bdcbb8b9f61b845b3341c4ff);
  /* IE9*/
  src: url(/fonts/gt_walsheim_pro_regular.eot?b02c8003bdcbb8b9f61b845b3341c4ff) format("embedded-opentype"), url(/fonts/gt_walsheim_pro_regular.woff2?dc52d542082d583911b582c29e9df62c) format("woff2"), url(/fonts/gt_walsheim_pro_regular.woff?4a1ee35000ec489015da1cb6999fcf2d) format("woff"), url(/fonts/gt_walsheim_pro_regular.ttf?aa0766242cd71ad519f1db51c8195f51) format("truetype"), url(/fonts/gt_walsheim_pro_regular.svg?84d8a97f4885c628856b5bc63384b14b) format("svg");
}
@font-face {
  font-family: "walsheim Medium";
  src: url(/fonts/gt_walsheim_pro_medium.eot?57037800116d2d9535aa856e410db19c);
  /* IE9*/
  src: url(/fonts/gt_walsheim_pro_medium.eot?57037800116d2d9535aa856e410db19c) format("embedded-opentype"), url(/fonts/gt_walsheim_pro_medium.woff2?ed23d1fe0fd89bfedb671fbb266188b4) format("woff2"), url(/fonts/gt_walsheim_pro_medium.woff?f2b54b1d3ae5a499436331a630cbac46) format("woff"), url(/fonts/gt_walsheim_pro_medium.ttf?95bf17cc3513ffa108c8307a975a5c7c) format("truetype"), url(/fonts/gt_walsheim_pro_medium.svg?2721311872c02b42049bfbfcc065fc7c) format("svg");
}
.footer-group {
  padding: 20px 0 20px 0;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  .footer-group {
    padding: 20px 0 0 0;
  }
  .footer-group > div {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .footer-group .help-support {
    margin-left: 0;
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .footer-group .useful-links {
    margin-left: 0;
    order: 3;
  }
}
@media screen and (max-width: 480px) {
  .footer-group .sign-up-social {
    order: 1;
  }
}
.footer-group .social-mobile {
  order: 4;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-group .social-mobile ul.social-links li {
  display: inline-block;
  margin-right: 2rem;
}
.footer-group .social-mobile ul.social-links li i {
  font-size: 3rem;
}

.footer-copyright {
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .footer-copyright {
    margin-left: 0;
  }
}
.footer-copyright > p {
  color: #a8adb5;
  font-size: 13px;
  font-weight: 600;
}

@media screen and (min-width: 540px) {
  .footer-group {
    display: flex;
    align-items: flex-end;
  }
  .footer-group > div {
    margin-right: auto;
    margin-left: auto;
  }

  .sign-up-social {
    margin-right: auto;
    margin-left: auto;
    width: 30%;
  }
  .sign-up-social .social-links {
    display: flex;
    flex-flow: wrap;
  }
  .sign-up-social .social-links .fa {
    font-size: 30px;
    padding: 0 10px;
  }

  .category-column {
    padding-top: 25px;
  }

  .mobile-footer-group {
    display: none;
  }
}
@media screen and (min-width: 540px) {
  .footer-group {
    align-items: flex-start;
  }

  .category-column {
    padding-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .category-column {
    padding-top: 0;
  }
}
.primary-footer {
  width: 100%;
  background-color: #3c3c3b;
}
.primary-footer .primary-footer-text a {
  color: #fff;
  text-decoration: none;
}
.primary-footer .primary-footer-text p,
.primary-footer .primary-footer-text li {
  margin: 0 0 0.8rem 0;
  color: #fff;
  list-style-type: none;
}
.primary-footer .primary-footer-text p:hover a,
.primary-footer .primary-footer-text li:hover a {
  color: #ec6611;
}
.primary-footer .primary-footer-text ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
.primary-footer .primary-footer-text .footer-heading {
  margin: 0 0 2.5rem 0;
}
@media screen and (min-width: 800px) {
  .primary-footer .sign-up-show {
    display: block;
  }
}
.primary-footer .newsletter-signup {
  display: flex;
  padding-top: 10px;
}
.primary-footer .newsletter-signup input[type=email] {
  background-color: white;
  padding-left: 10px;
  width: 70%;
  height: 32px;
  border-radius: 5px 0px 0px 5px;
  font-size: 15px;
  position: relative;
}
.primary-footer .newsletter-signup input[type=email]::-moz-placeholder {
  color: #a8adb5;
}
.primary-footer .newsletter-signup input[type=email]::placeholder {
  color: #a8adb5;
}
.primary-footer .newsletter-signup .btn {
  border-radius: 3px;
  margin-left: 5px;
  width: 25%;
  background-color: #ec6611;
  color: #fff;
}
.primary-footer .newsletter-signup .btn .fa {
  vertical-align: initial;
  font-size: 28px;
}
.primary-footer .hide-confirmation {
  display: none;
}
.primary-footer .app-icons {
  display: flex;
  flex-flow: wrap;
  padding-top: 14px;
}
.primary-footer .app-icons .app-icon-badge {
  height: 35px;
  width: auto;
  padding-right: 10px;
}
.primary-footer .footer-heading {
  display: flex;
  align-items: flex-start;
  text-align: left;
  font-size: 22px;
}

.pagination-bottom-wrapper {
  bottom: 102px;
  width: 100%;
}

.button {
  display: inline-block;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-family: "walsheim", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.62rem;
  background-image: linear-gradient(135deg, #f79f27 0%, #ec6611 100%);
  border: none;
  color: white;
  border-radius: 2rem;
  padding: 1.3rem 2rem 1.1rem;
  min-width: 16rem;
  cursor: pointer;
  outline: none !important;
}
.button:hover, .button:focus, .button:active {
  text-decoration: none;
  color: white;
}
.button-large {
  width: 100%;
}
.button-large-text {
  font-size: 40px;
  line-height: 1.7;
}
.button.button--white {
  background: white;
  color: #ec6611;
}
.button.button--white > a,
.button.button--white a:hover {
  color: #ec6611;
  text-decoration: none;
}
.button.button--outline {
  border: 0.2rem solid #ec6611;
  color: #ec6611;
  padding: 1.1rem 2rem 0.9rem;
  background: transparent;
}
.button.button--outline.button--share:after {
  background-image: url(/images/share--orange.svg?6d5ab0c8a37679f108305bdf60fc52de);
}
.button.button--outline.button--playlist:after {
  background-image: url(/images/playlist--orange.svg?73cf77a61d12a9804643deab861fcbed);
}
.button.button--outline.button--grey {
  border-color: #a8adb5;
  color: #a8adb5;
}
.button.button--outline.button--white {
  border-color: #a8adb5;
  color: white;
  transition: border-color 0.2s linear;
}
.button.button--outline.button--white:hover {
  border-color: white;
}
.button.button--outline.button--white > a,
.button.button--outline.button--white a:hover {
  color: #ec6611;
  text-decoration: none;
}
.button.button--outline.button--white.button--share:after {
  background-image: url(/images/share--white.svg?e2af4bfe6a0e110c9249126d920cc23a);
}
.button.button--outline.button--white.button--playlist:after {
  background-image: url(/images/playlist--white.svg?8712d660accc9154bd7040442925db96);
}
.button.button--share:after {
  content: "";
  display: inline-block;
  height: 1.2rem;
  width: 1.1rem;
  vertical-align: middle;
  background-size: 1.2rem 1.1rem;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
  position: relative;
  top: -0.1rem;
}
.button.button--playlist:after {
  content: "";
  display: inline-block;
  height: 1.2rem;
  width: 1.1rem;
  vertical-align: middle;
  background-size: 1.2rem 1.1rem;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
  position: relative;
  top: -0.2rem;
}
.button.button--error {
  background: #59c19a;
}
.button.button--success {
  background: #f34e66;
}
.button.button--small {
  padding: 0.4rem 1rem 0.5rem;
  min-width: 0;
  font-size: 1.4rem;
}
.button.button--add {
  background: #ec6611;
  height: 1.8rem;
  width: 1.8rem;
  border-radius: 50%;
  display: inline-block;
  vertical-align: baseline;
  min-width: 0;
  padding: 0;
  position: relative;
  margin-top: 5px;
}
.button.button--add:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1rem;
  width: 1rem;
  background-image: url(/images/plus--white.svg?56fd4ed5958a2311ab4308fb4df85853);
  background-size: 1rem;
}
.button.button--auto {
  min-width: 0;
  padding-left: 3rem;
  padding-right: 3rem;
}

.pill {
  font-size: 1.1rem;
  line-height: 1.3rem;
  letter-spacing: normal;
  color: white;
  font-weight: 500;
  border-radius: 2rem;
  min-width: 10.5rem;
  background-color: #f6b11f;
  display: inline-block;
  padding: 0.7rem 1rem 0.6rem 1rem;
  text-align: center;
}
.pill:active, .pill:focus, .pill:hover {
  text-decoration: none;
}
.pill--pro-tip {
  background-color: #8885e3;
}
.pill--margin {
  margin: 0 5px 5px 5px;
}

.chevron-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.7rem;
  height: 1.2rem;
  background-image: url(/images/chevron--right-white.svg?657fac7464c175177387cd4e1f8365e8);
  background-size: 0.7rem 1.2rem;
  margin-left: 0.5rem;
}
.chevron-link:hover, .chevron-link:focus, .chevron-link:active {
  text-decoration: none;
}

.more-info {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.more-info:before {
  content: "";
  height: 1.3rem;
  width: 1.3rem;
  background-image: url(/images/info--blue.svg?5ac4ec3845c01848482e65522254eff7);
  display: block;
  background-size: 1.3rem;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}
.more-info.more-info--white:before {
  background-image: url(/images/info--white.svg?558a57522dbf10bac62065bad2bc45b5);
}

.btn-primary {
  background-color: #ec6611;
  border-color: #ec6611;
  color: white;
}
.btn-primary:hover {
  background-color: #ec6611;
  border-color: #ec6611;
}

.button--main:hover {
  color: white;
}

.pagination {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  margin: 4rem auto;
}
.pagination .pagination__next,
.pagination .pagination__prev {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
  cursor: pointer;
}
.pagination .pagination__next:before,
.pagination .pagination__prev:before {
  content: "";
  height: 1.5rem;
  width: 1rem;
  display: block;
  background-image: url(/images/chevron--right-blue.svg?8a7effa485c83547b6b72081244acafd);
  background-size: 1rem 1.5rem;
}
.pagination .pagination__next.disabled:before,
.pagination .pagination__prev.disabled:before {
  background-image: url(/images/chevron--right-grey.svg?519606638ad4e6b8e5ace864c656f896);
}
.pagination .pagination__prev {
  transform: rotate(180deg);
}
.pagination .pagination__ellipsis,
.pagination .pagination__link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
  padding: 0 0.5rem;
  text-decoration: none;
  color: #4ab9d5;
  font-size: 1.8rem;
  line-height: 1;
}
.pagination .pagination__ellipsis.disabled,
.pagination .pagination__link.disabled {
  color: #a8adb5;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4ac5e3;
  border: none;
  background-color: #f5f6fa;
  text-decoration: none;
}

.page-link:hover,
.page-link:active {
  z-index: 2;
  color: #4ac5e3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  box-shadow: none;
  text-decoration: none;
}

.page-item.active .page-link {
  z-index: 3;
  color: #a8adb5;
  background-color: #f5f6fa;
  border-color: none;
  text-decoration: none;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #f5f6fa;
  border-color: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4ac5e3;
  border: none;
  background-color: #f5f6fa;
  text-decoration: none;
}

.page-link:hover,
.page-link:active {
  z-index: 2;
  color: #4ac5e3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  box-shadow: none;
  text-decoration: none;
}

.page-item.active .page-link {
  z-index: 3;
  color: #a8adb5;
  background-color: #f5f6fa;
  border-color: none;
  text-decoration: none;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #f5f6fa;
  border-color: none;
}

.page-section {
  background-color: #f5f6fa;
  padding: 6rem 0;
}
.page-section:not(.page-section--dark):not(.page-section--background) + .page-section:not(.page-section--dark):not(.page-section--background) {
  padding-top: 0;
}
.page-section.page-section--dark {
  background-color: #e4e7ed;
}
.page-section.page-section--background {
  background-size: cover;
  background-position: center;
  background-image: url(/images/blurry-bg.jpg?66dfd296b4a57c33835992e49501f6c3);
}
.page-section.page-section--background h1, .page-section.page-section--background .h1, .page-section.page-section--background h2, .page-section.page-section--background .h2, .page-section.page-section--background h3, .page-section.page-section--background .h3, .page-section.page-section--background h4, .page-section.page-section--background .h4, .page-section.page-section--background h5, .page-section.page-section--background .h5, .page-section.page-section--background h6, .page-section.page-section--background .h6 {
  color: white;
}
.page-section .page-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
.page-section .page-section__header .heading-text-3 {
  color: #454a55;
  font-size: 32px;
  line-height: 38px;
}
.page-section .page-section__header h1, .page-section .page-section__header .h1, .page-section .page-section__header h2, .page-section .page-section__header .h2, .page-section .page-section__header h3, .page-section .page-section__header .h3, .page-section .page-section__header h4, .page-section .page-section__header .h4, .page-section .page-section__header h5, .page-section .page-section__header .h5, .page-section .page-section__header h6, .page-section .page-section__header .h6 {
  margin-bottom: 0;
}
.page-section .page-section__header span {
  margin-left: 2rem;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page-section .page-section__header {
    flex-direction: column;
  }
  .page-section .page-section__header .page-section__title {
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
  }
  .page-section .page-section__header .button {
    padding: 0.4rem 2rem;
    font-size: 1.4rem;
  }
}
.page-section.page-section--reviews .page-section__header > div {
  flex: 1 0 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-section.page-section--reviews .page-section__header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 3rem;
  }
}

.bookmarks .bookmarks__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bookmarks .bookmarks__header > a {
  padding: 0 1.8rem;
  display: inline-block;
  text-decoration: none;
}
.bookmarks .bookmarks__header .bookmarks__publication {
  flex: 1 0 26rem;
  padding-left: 0;
}
.bookmarks .bookmarks__header .bookmarks__chapter {
  flex: 0 1 22rem;
}
.bookmarks .bookmarks__header .bookmarks__section {
  flex: 0 0 22.5rem;
}
.bookmarks .bookmarks__header .bookmarks__author {
  flex: 0 1 27.8rem;
}
.bookmarks .bookmarks__header .bookmarks__page {
  flex: 0 1 15rem;
}
.bookmarks .bookmarks__header .bookmarks__created {
  flex: 0 1 13rem;
}
.bookmarks .bookmarks__results {
  list-style: none;
  padding: 0;
  margin: 3rem auto 0;
}
.bookmarks .bookmarks__results li + li {
  margin-top: 1rem;
}

.notes .notes__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notes .notes__header > a {
  padding: 0 1.8rem;
  display: inline-block;
  text-decoration: none;
}
.notes .notes__header .notes__publication {
  flex: 1 0 26rem;
  padding-left: 0;
}
.notes .notes__header .notes__chapter {
  flex: 0 1 22rem;
}
.notes .notes__header .notes__excerpt {
  flex: 0 0 50.3rem;
}
.notes .notes__header .notes__page {
  flex: 0 1 15rem;
}
.notes .notes__header .notes__created {
  flex: 0 1 13rem;
}
.notes .notes__results {
  list-style: none;
  padding: 0;
  margin: 3rem auto 0;
}
.notes .notes__results li + li {
  margin-top: 1rem;
}

@media screen and (max-width: 991px) {
  .notes__results,
.bookmarks__results {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -2rem;
  }
  .notes__results li,
.bookmarks__results li {
    width: calc(50% - 2rem);
    margin-bottom: 2rem;
  }
  .notes__results li + li,
.bookmarks__results li + li {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .notes__results li,
.bookmarks__results li {
    width: 100%;
  }
}

.book-list-toggle {
  background-color: transparent;
  color: #454a55;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  width: 100%;
  padding: 0.5rem 2rem 1.5rem 0;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.book-list-toggle:after {
  content: "";
  position: absolute;
  height: 0.7rem;
  width: 1rem;
  background-image: url(/images/chevron--orange.svg?e35b337ad5696528a9d12b578d8395d1);
  background-size: 1rem 0.7rem;
  border: none;
  right: 0;
  top: 0.9rem;
}
.book-list-toggle.book-list-toggle--open:after {
  transform: rotate(180deg);
}

.book-list-wrapper {
  display: none;
}
.book-list-wrapper.book-list-wrapper--open {
  display: block;
  max-height: 20rem;
  overflow-x: hidden;
  margin-bottom: 2rem;
}
.book-list-wrapper .simplebar-track {
  background-color: #e4e7ed;
}
.book-list-wrapper .simplebar-track.simplebar-vertical {
  width: 0.7rem;
}
.book-list-wrapper .simplebar-track .simplebar-scrollbar:before {
  width: 0.3rem;
  background-color: #85878c;
}
.book-list-wrapper .book-list {
  margin: 0 2rem 0 auto;
}

.book-list {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.book-list .book-list__item {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem 0;
}
.book-list .book-list__item:first-child {
  padding-top: 0;
}
.book-list .book-list__item + .book-list__item {
  border-top: 1px solid #e0e1e4;
}
.book-list .book-list__image {
  width: 3.3rem;
  border-radius: 0.3rem;
  overflow: hidden;
  margin-right: 1.5rem;
}
.book-list .book-list__link {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.accordion {
  margin: 0 auto;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  padding: 0;
}
.accordion .accordion__item {
  display: block;
  text-align: left;
}
.accordion .accordion__item + .accordion__item {
  border-top: 0.1rem solid #e0e1e4;
}
.accordion .accordion__item span.accordion__title {
  color: #454a55;
  font-size: 18px;
  line-height: 22px;
}
.accordion .accordion__item .accordion__title {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  display: flex;
  align-items: center;
  padding: 2rem 2rem 2rem 0;
  text-decoration: none;
}
.accordion .accordion__item .accordion__title .accordion__image {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  margin-right: 1rem;
}
.accordion .accordion__item .accordion__title:after,
.accordion .accordion__item .accordion__title .chapter-title:after {
  content: "";
  background-image: url(/images/chevron--orange.svg?e35b337ad5696528a9d12b578d8395d1);
  width: 1.2rem;
  height: 0.7rem;
  flex: 0 0 1.2rem;
  background-size: 1.2rem 0.7rem;
  margin-right: 0;
  margin-left: auto;
  transform: rotate(180deg);
}
.accordion .accordion__item .accordion__content {
  padding: 1rem 4rem 2rem 0rem;
}
.accordion .accordion__item .accordion__content p {
  margin: 0 auto 1rem;
}
.accordion .accordion__item .accordion__content p:last-child {
  margin-bottom: 1.5rem;
}
.accordion .accordion__item.closed .accordion__title:after {
  display: block;
  transform: rotate(0);
}
.accordion .accordion__item.closed .accordion__content {
  height: 0 !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}
.accordion.accordion--navigation .accordion__item {
  background-color: white;
}
.accordion.accordion--navigation .accordion__item .accordion__title {
  padding: 2rem;
}
.accordion.accordion--navigation .accordion__item .accordion__content {
  padding-top: 0;
  padding-left: 2rem;
}
.accordion.accordion--navigation .accordion__item .accordion__content .links {
  margin: 0 auto;
}
.accordion.accordion--navigation .accordion__item .accordion__content .links li + li {
  margin-top: 2rem;
}
.accordion.accordion--navigation .accordion__item.closed {
  background-color: transparent;
}
.accordion.accordion--chapters {
  counter-reset: accordion-counter;
}
.accordion.accordion--chapters .accordion__item {
  border-top: 0.1rem solid rgba(224, 225, 228, 0.3);
  counter-increment: accordion-counter;
}
.accordion.accordion--chapters .accordion__item + .accordion__item {
  border-top: 0.1rem solid rgba(224, 225, 228, 0.3);
}
.accordion.accordion--chapters .accordion__item .accordion__title {
  color: white;
  background-color: #52575f;
  min-height: 5.6rem;
  padding: 1rem;
  display: block;
}
.accordion.accordion--chapters .accordion__item .accordion__title h5 {
  flex: 1 1 100%;
  margin-bottom: 0;
  color: white;
}
.accordion.accordion--chapters .accordion__item .accordion__title .free-chapter-parent {
  margin-left: 3rem;
  margin-bottom: 5px;
  display: none;
}
.accordion.accordion--chapters .accordion__item .accordion__title .free-chapter-parent.visible {
  display: block;
}
.accordion.accordion--chapters .accordion__item .accordion__title .free-chapter-parent .free-chapter {
  display: inline-flex;
  color: #e6e6e6;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  background: rgba(117, 191, 156, 0.7);
  border-radius: 22px;
  padding: 7px 15px;
  align-items: center;
}
.accordion.accordion--chapters .accordion__item .accordion__title .free-chapter-parent .free-chapter .svg-icon {
  margin-right: 8px;
  margin-top: -2px;
  height: 16px;
  width: 16px;
  background: url(/images/lock-open.svg) no-repeat;
}
.accordion.accordion--chapters .accordion__item .accordion__title .chapter-title {
  display: flex;
  font-size: 16px;
}
.accordion.accordion--chapters .accordion__item .accordion__title .chapter-title:before {
  content: counter(accordion-counter);
  height: 2.1rem;
  width: 2.1rem;
  min-width: 2.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1;
  border: 0.2rem solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin-right: 0.9rem;
}
.accordion.accordion--chapters .accordion__item .accordion__title.collapsed {
  transform: rotate(0);
  background-color: initial;
  opacity: 1;
}
.accordion.accordion--chapters .accordion__item .accordion__title.collapsed::after,
.accordion.accordion--chapters .accordion__item .accordion__title.collapsed .chapter-title:after {
  transform: rotate(0);
}
.accordion.accordion--chapters .accordion__item .accordion__title.collapsed .free-chapter-parent .free-chapter .svg-icon {
  background: url(/images/lock-close.svg) no-repeat;
}
.accordion.accordion--chapters .accordion__item .accordion__title::after {
  display: none;
}
.accordion.accordion--chapters .accordion__item .accordion__title::after,
.accordion.accordion--chapters .accordion__item .accordion__title .chapter-title::after {
  background-image: url(/images/chevron--down-white.svg?5d9c55f0399f072200673f3da302e82f);
  transform: rotate(180deg);
}
.accordion.accordion--chapters .accordion__item .accordion__title.flex-mode {
  display: flex;
}
.accordion.accordion--chapters .accordion__item .accordion__title.flex-mode::after {
  display: block;
}
.accordion.accordion--chapters .accordion__item .accordion__title.flex-mode .chapter-title::after {
  display: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .accordion.accordion--chapters .accordion__item .accordion__title {
    display: flex;
  }
  .accordion.accordion--chapters .accordion__item .accordion__title .free-chapter-parent {
    order: 1;
    margin: 0px;
    margin-left: 15px;
  }
  .accordion.accordion--chapters .accordion__item .accordion__title .chapter-title:after {
    position: absolute;
    right: 1rem;
  }
}
.accordion.accordion--chapters .accordion__item .accordion__content {
  background-color: rgba(224, 225, 228, 0.05);
  padding: 1rem 1rem 2rem 1.5rem;
}
.accordion.accordion--chapters .accordion__item .accordion__content .links {
  margin-top: 0;
}
.accordion.accordion--chapters .accordion__item .accordion__content .links li {
  padding-left: 2.5rem;
}
.accordion.accordion--chapters .accordion__item .accordion__content .links li .links__icon {
  margin-left: -2.5rem;
  margin-right: 1rem;
}
.accordion.accordion--chapters .accordion__item .accordion__content .links li + li {
  margin-top: 1.5rem;
}
.accordion.accordion--chapters .accordion__item.closed .accordion__title {
  background-color: rgba(224, 225, 228, 0);
}
.accordion.accordion--chapters .accordion__item.closed .accordion__title:after {
  display: block;
  transform: rotate(0);
}
.accordion.accordion--chapters .accordion__item.closed .accordion__content {
  height: 0 !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}
.accordion.accordion--chapters .accordion__item:last-child {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .accordion.accordion--chapters .accordion__item .accordion__title {
    padding-right: 2rem;
  }
}

.accordion .collapsed .accordion__title:after {
  transform: rotate(0);
}

#style-white::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #7f8289;
}

#style-white::-webkit-scrollbar {
  width: 5px;
  background-color: #7f8289;
}

#style-white::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ffffff;
}

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

html {
  font-size: 0.625em;
  overflow-x: hidden;
}
@media only screen and (max-width: 991px) {
  html.menu-open {
    overflow: hidden;
  }
}

body {
  font-family: "walsheim", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: #6d737d;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 7rem;
}

.vue-app {
  margin-top: -7em;
  font-family: "walsheim", Helvetica, Arial, "Lucida Grande", sans-serif;
}

img {
  max-width: 100%;
}

a {
  color: #4ab9d5;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

hr {
  border: 0;
  height: 1px;
  background-color: #e4e7ed;
  margin: 2.4rem auto;
}

.container-full--small {
  max-width: 90rem;
}

@media (min-width: 600px) {
  .hidden-xxs-xlg {
    display: none !important;
  }
}

@media (min-width: 480px) {
  .hidden-laptop {
    display: none !important;
  }
}

@media (min-width: 0px) and (max-width: 600px) {
  .hidden-xxs {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 4500px) {
  .hidden-lg {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

.container,
.container-full {
  padding-left: 2rem;
  padding-right: 2rem;
}
.container .heading-text,
.container-full .heading-text {
  color: #454a55;
  font-size: 32px;
  line-height: 38px;
}

.links {
  list-style: none;
  padding: 0;
  margin: 2rem auto 0;
}
.links li + li {
  margin-top: 0.5rem;
}
.links .links__item {
  text-decoration: none;
  color: #4ab9d5;
}
.links .links__grey {
  text-decoration: none;
  color: #a8adb5;
}
.links .links__icon {
  max-height: 1.3rem;
  max-width: 1.3rem;
  margin-right: 0.5rem;
  top: 1px;
  position: relative;
}
.links.links--actions .links__item {
  color: #454a55;
}
.links.links--actions .links__item.links__item--warning {
  color: #f34e66;
}
.links.links--horizontal {
  display: flex;
}
.links.links--horizontal li + li {
  margin-top: 0;
  margin-left: 2rem;
}

a:hover {
  color: inherit;
}

.grid [class*=col-] {
  position: relative;
  z-index: 1;
}
.grid [class*=col-].tooltip-open {
  z-index: 2;
}
.grid.grid--vertical-cards {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.grid.grid--vertical-cards [class*=col-] {
  padding-top: 5.5rem;
  padding-bottom: 6.5rem;
}
.grid.grid--chapters {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.grid.grid--chapters [class*=col-] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  transform: translateY(0);
  transition: all 0.2s linear;
  border-radius: 1rem;
}
.card > a {
  color: #6d737d;
  height: 100%;
}
.card > a:hover {
  text-decoration: none;
}
.card .card__inner {
  background-color: white;
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 0.5rem 2.8rem 0 rgba(63, 79, 110, 0);
  transition: all 0.2s linear;
}
.card .card__header {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  max-width: 24rem;
}
.card .card__header .card__image {
  z-index: 3;
  flex: 0 1 12.5rem;
  line-height: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-top: -45%;
}
.card .card__header .card__info {
  z-index: 3;
  flex: 1 0 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin-top: -1.5rem;
}
.card .card__header .card__info .card__pill {
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: right;
  margin-top: -10px;
}
.card .card__rating {
  display: flex;
  align-items: center;
  margin: 0 0 0 1.5rem;
}
.card .card__rating span {
  margin-left: 0.5rem;
  color: #a8adb5;
}
.card .card__rating .star {
  height: 1.5rem;
  width: 1.5rem;
}
.card .card__rating .star + .star {
  margin-left: 0.2rem;
}
.card .card__content {
  flex: 1 0 auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
}
.card .card__content .card__title {
  color: #454a55;
  font-size: 18px;
  line-height: 22px;
  color: #4ab9d5;
  margin-bottom: 1rem;
  width: 100%;
}
.card .card__content .card__excerpt {
  margin: 0 auto 1rem;
  width: 100%;
}
.card .card__content .card__author {
  color: #a8adb5;
  width: 100%;
}
.card .card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #454a55;
  margin-bottom: 0;
  margin-top: 2rem;
}
.card.card--large .card__inner {
  flex-direction: row;
  margin-top: 0;
  margin-left: 3rem;
}
.card.card--large .card__header {
  flex: 0 0 12.5rem;
  margin-left: -5rem;
}
.card.card--large .card__header .card__image {
  margin-top: 0;
}
.card.card--large .card__pill {
  width: 100%;
  max-width: 10.5rem;
  position: absolute;
  right: 2rem;
  top: -1.25rem;
}
.card.card--large .card__content {
  flex: 1 0 0;
  margin: 0 3rem;
  padding: 0.5rem 0;
}
.card.card--large .card__footer {
  flex: 0 0 23.1rem;
  flex-direction: column;
  padding-left: 3rem;
  border-left: 0.1rem solid #e4e7ed;
  height: 100%;
  margin-top: 0;
  justify-content: flex-start;
  align-items: flex-start;
}
.card.card--large .card__footer .card__rating {
  margin: 1.5rem 0 2rem;
}
.card.card--large .card__footer .card__date {
  margin-bottom: 2rem;
}
.card.card--large .card__footer .button {
  align-self: flex-end;
}
.card.card--featured .card__author {
  opacity: 0.7;
}
.card.card--featured .card__rating span {
  color: white;
}
.card.card--featured .button--add {
  background-color: white;
}
.card.card--featured .button--add:before {
  background-image: url(/images/plus.svg?f7325219d313214452dc26c7314bf023);
}
.card.card--chapter .card__inner {
  margin-top: 6rem;
}
.card.card--chapter .card__header .card__image {
  flex: 0 1 8.2rem;
  margin-top: -8rem;
}
.card.card--chapter .card__chapter {
  color: #454a55;
}
.card.card--chapter .card__excerpt {
  color: #6d737d;
}
.card.card--chapter .card__footer {
  position: relative;
  z-index: 10;
}
.card.card--chapter .card__footer .choices {
  width: 100%;
  text-align: left;
}
.card.card--chapter .card__footer .choices .choices__inner {
  padding: 1.3rem 4rem 1.2rem 2rem;
}
.card.card--chapter .card__footer .choices.is-open .choices__inner {
  background-color: #f5f6fa;
  border-radius: 0 0 2rem 2rem;
  top: 1px;
  position: relative;
}
.card.card--chapter .card__footer .choices.is-open .choices__list--dropdown {
  padding-bottom: 4rem;
}
.card.card--chapter .card__footer .choices.is-open .choices__list--dropdown .choices__list {
  background-color: #f5f6fa;
}
.card.card--chapter .card__footer .choices.is-open .choices__list--dropdown .choices__list .choices__item.choices__item--selectable.is-highlighted {
  background-color: white;
}
.card.card--bookmark {
  line-height: 1.6rem;
}
.card.card--bookmark .card__inner {
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-left: 1rem;
  padding: 1rem 3rem 1rem 2rem;
  position: relative;
}
.card.card--bookmark .card__header {
  flex: 0 0 4.5rem;
  margin-left: -3rem;
}
.card.card--bookmark .card__header .card__image {
  margin-top: 0;
  align-self: center;
}
.card.card--bookmark .card__content {
  display: flex;
  flex: 1 0 10rem;
  flex-direction: row;
  align-items: center;
  margin: 0 0 0 1.5rem;
  padding: 0;
}
.card.card--bookmark .card__content .card__title {
  flex: 1 1 21rem;
  padding-right: 2.3rem;
  margin-bottom: 0;
  line-height: 1.6rem;
  font-size: 1.4rem;
}
.card.card--bookmark .card__content .card__chapter {
  flex: 1 1 19.7rem;
  padding: 0 2.2rem;
}
.card.card--bookmark .card__content .card__section {
  flex: 1 1 20rem;
  padding: 0 2.2rem;
}
.card.card--bookmark .card__content .card__author {
  flex: 1 1 25rem;
  padding-left: 2.3rem;
  display: flex;
  align-items: center;
  color: #6d737d;
}
.card.card--bookmark .card__content .card__author img {
  margin-right: 1rem;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
}
.card.card--bookmark .card__footer {
  flex: 0 0 28rem;
  flex-direction: row;
  padding-left: 3rem;
  border-left: 0;
  height: 100%;
  margin-top: 0;
  justify-content: flex-start;
  align-items: center;
}
.card.card--bookmark .card__footer .card__page {
  flex: 1 0 50%;
  color: #6d737d;
  text-align: center;
}
.card.card--bookmark .card__footer .card__page .current {
  color: #454a55;
}
.card.card--bookmark .card__footer .card__date {
  flex: 1 0 50%;
  padding-left: 4.3rem;
}
.card.card--bookmark .card__toggle {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1.3rem;
  margin: auto;
  height: 1.6rem;
}
.card.card--bookmark .card__toggle img {
  display: block;
  height: 1.6rem;
  width: 1.1rem;
}
.card.card--note {
  line-height: 1.6rem;
}
.card.card--note .card__inner {
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-left: 1rem;
  padding: 1rem 3rem 1rem 2rem;
  position: relative;
}
.card.card--note .card__header {
  flex: 0 0 4.5rem;
  margin-left: -3rem;
}
.card.card--note .card__header .card__image {
  margin-top: 0;
  align-self: center;
}
.card.card--note .card__content {
  display: flex;
  flex: 1 0 10rem;
  flex-direction: row;
  align-items: center;
  margin: 0 0 0 1.5rem;
  padding: 0;
}
.card.card--note .card__content .card__title {
  flex: 1 1 21rem;
  padding-right: 2.3rem;
  margin-bottom: 0;
  line-height: 1.6rem;
  font-size: 1.4rem;
}
.card.card--note .card__content .card__chapter {
  flex: 1 1 19.7rem;
  padding: 0 2.2rem;
}
.card.card--note .card__content .card__excerpt {
  flex: 1 1 47rem;
  padding: 0 2.2rem;
  width: auto;
  margin-bottom: 0;
}
.card.card--note .card__footer {
  flex: 0 0 26rem;
  flex-direction: row;
  padding-left: 3rem;
  border-left: 0;
  height: 100%;
  margin-top: 0;
  justify-content: flex-start;
  align-items: center;
}
.card.card--note .card__footer .card__page {
  flex: 1 0 50%;
  color: #6d737d;
  text-align: center;
}
.card.card--note .card__footer .card__page .current {
  color: #454a55;
}
.card.card--note .card__footer .card__date {
  flex: 1 0 50%;
  padding-left: 3.3rem;
}
.card.card--note .card__toggle {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1.3rem;
  margin: auto;
  height: 1.6rem;
}
.card.card--note .card__toggle img {
  display: block;
  height: 1.6rem;
  width: 1.1rem;
}
.card.card--notice {
  min-width: 29.5rem;
}
.card.card--notice .card__content {
  margin-top: 0;
  padding: 2.5rem 3rem;
  text-align: center;
  box-shadow: 0 0.5rem 2.8rem -0.8rem rgba(63, 79, 110, 0.35);
  background-color: white;
  border-radius: 1rem;
  color: #a8adb5;
}
.card.card--notice .card__content > * {
  margin: 0 auto 1rem;
}
.card.card--notice .card__content > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 650px) {
  .card.card--notice .card__content {
    padding: 1.5rem 2rem;
  }
  .card.card--notice .card__content > * {
    margin: 0 auto 0.4rem;
  }
}
.card.card--notice:hover {
  transform: translateY(0);
}
.card.card--playlist .card__inner {
  position: relative;
  z-index: 2;
  min-height: 20.5rem;
}
.card.card--playlist .card__inner .card__header {
  justify-content: space-between;
}
.card.card--playlist .card__inner .card__header .card__image {
  border-radius: 0;
  padding-right: 8rem;
  flex: 0 1 18.5rem;
  position: relative;
}
.card.card--playlist .card__inner .card__header .card__image img {
  border-radius: 0.5rem;
  overflow: hidden;
  z-index: 3;
  position: relative;
}
.card.card--playlist .card__inner .card__header .card__image img + img {
  position: absolute;
  width: 9.3rem;
  right: 4rem;
  bottom: 0;
  z-index: 2;
}
.card.card--playlist .card__inner .card__header .card__image img + img + img {
  width: 9rem;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.card.card--playlist .card__inner .card__header .card__info {
  flex: 0 1 0;
  margin-bottom: 0;
}
.card.card--playlist .card__items {
  background-color: #f5f6fa;
  padding: 2rem 2rem 0;
  border-radius: 0 0 1rem 1rem;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
.card.card--playlist .card__title {
  color: #454a55;
}
.card.card--playlist .card__date {
  font-size: 1.1rem;
  color: #6d737d;
}
.card.card--playlist .card__date span {
  color: #454a55;
}
.card.card--playlist:hover {
  transform: translateY(0);
}
.card.card--playlist:hover .card__inner {
  box-shadow: 0 0.5rem 2.8rem 0 rgba(63, 79, 110, 0);
}
.open-book-list .card.card--playlist .card__inner {
  height: auto;
}

.card.card--review + .card--review {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .card.card--review + .card--review {
    margin-top: 0;
  }
}
.card.card--review .card__inner {
  margin-left: auto;
  width: 100%;
  padding: 3rem;
}
.card.card--review .card__title {
  color: #454a55;
  margin-bottom: 1.5rem;
}
.card.card--review .card__excerpt {
  margin-bottom: 0;
}
.card.card--review .card__excerpt p {
  margin: 0 auto 0.5rem;
}
.card.card--review .card__excerpt p:last-child {
  margin-bottom: 0;
}
.card.card--review .card__content {
  margin: 0;
  flex: 1 0 10rem;
  padding-right: 3rem;
  border-right: 0.1rem solid #e0e1e4;
}
.card.card--review .card__footer {
  border-left: 0;
  align-self: center;
  text-align: left;
}
.card.card--review .card__footer .card__rating {
  margin-top: 0;
}
.card.card--review .card__footer .card__rating span {
  color: #454a55;
}
@media screen and (max-width: 991px) {
  .card.card--review .card__inner {
    flex-direction: column-reverse;
  }
  .card.card--review .card__inner .card__content {
    padding: 2rem 0 0 0;
    margin-top: 2rem;
    border-right: none;
    border-top: 0.1rem solid #e0e1e4;
  }
  .card.card--review .card__inner .card__footer {
    flex: 0;
    width: 100%;
    padding-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .card.card--review .card__inner .card__footer .card__rating {
    order: 2;
    flex: 1 0 auto;
    margin-bottom: 0.5rem;
    justify-content: flex-end;
  }
  .card.card--review .card__inner .card__footer .card__date {
    order: 1;
    margin-bottom: 0.5rem;
    flex: 0 1 auto;
  }
  .card.card--review .card__inner .card__footer .card__pages {
    order: 3;
    flex: 1 0 100%;
  }
}
@media screen and (max-width: 767px) {
  .card.card--review .card__inner {
    padding: 2rem;
  }
}
.card:hover {
  transform: translateY(-0.3rem);
}
.card:hover .card__inner {
  box-shadow: 0 0.5rem 2.8rem -0.8rem rgba(63, 79, 110, 0.35);
}
@media screen and (min-width: 992px) {
  .card.card--bookmark:hover:after, .card.card--bookmark:active:after, .card.card--bookmark:focus:after, .card.card--note:hover:after, .card.card--note:active:after, .card.card--note:focus:after {
    content: "";
    width: 3rem;
    height: 100%;
    background-color: #ec6611;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 1rem 1rem 0;
    background-image: url(/images/chevron--right-white.svg?657fac7464c175177387cd4e1f8365e8);
    background-position: 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.3rem 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  .card.card--bookmark [data-title]:before, .card.card--note [data-title]:before {
    content: attr(data-title);
    display: block;
    font-size: 1.1rem;
    color: #a8adb5;
    line-height: 1.3rem;
    text-align: left;
    margin-bottom: 0.5rem;
  }
  .card.card--bookmark .card__inner, .card.card--note .card__inner {
    flex-direction: column;
    padding: 0;
  }
  .card.card--bookmark .card__header, .card.card--note .card__header {
    position: absolute;
    width: 4.5rem;
    left: -1rem;
    margin-left: 0;
    top: 0.8rem;
  }
  .card.card--bookmark .card__content, .card.card--note .card__content {
    flex-direction: column;
    flex: 1 0 auto;
    padding: 0;
    margin-left: 0;
    width: 100%;
  }
  .card.card--bookmark .card__content:before, .card.card--note .card__content:before {
    content: "";
    width: 100%;
    height: 0.1rem;
    background-color: #e0e1e4;
    position: absolute;
    top: 7.5rem;
    left: 0;
  }
  .card.card--bookmark .card__content .card__title, .card.card--note .card__content .card__title {
    width: 100%;
    flex: 1 1 auto;
    padding: 0 4rem 0 5rem;
    margin: 2.1rem auto 2.2rem;
    min-height: 3.1rem;
  }
  .card.card--bookmark .card__content .card__excerpt,
.card.card--bookmark .card__content .card__section,
.card.card--bookmark .card__content .card__chapter, .card.card--note .card__content .card__excerpt,
.card.card--note .card__content .card__section,
.card.card--note .card__content .card__chapter {
    width: 100%;
    flex: 1 1 auto;
  }
  .card.card--bookmark .card__content .card__chapter, .card.card--note .card__content .card__chapter {
    position: relative;
  }
  .card.card--bookmark .card__footer, .card.card--note .card__footer {
    flex: 1 1 auto;
    width: 100%;
    padding: 2rem 2rem 1.5rem;
    justify-content: space-between;
  }
  .card.card--bookmark .card__footer .card__page,
.card.card--bookmark .card__footer .card__date, .card.card--note .card__footer .card__page,
.card.card--note .card__footer .card__date {
    flex: 0 1 auto;
  }
  .card.card--bookmark .card__toggle, .card.card--note .card__toggle {
    top: 2.7rem;
    bottom: auto;
  }
}

.fa-plus-square {
  color: #ec6611;
}

#primary-navigation #main-logo {
  max-width: 10rem;
  display: inline-block;
  line-height: 0;
}
@media screen and (min-width: 992px) {
  #primary-navigation #main-logo {
    max-width: 13.2rem;
  }
}

.search-bar {
  display: none;
  margin-left: 3rem;
}
@media screen and (min-width: 992px) {
  .search-bar {
    display: block;
  }
  .search-bar__input {
    height: 40px;
    width: 250px;
    background-color: white;
  }
}
@media screen and (min-width: 992px) and (min-width: 1300px) {
  .search-bar__input {
    width: 400px;
  }
}
@media screen and (min-width: 992px) and (min-width: 2000px) {
  .search-bar__input {
    width: 500px;
  }
}
.search-bar__button {
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #ec6611;
  right: 0;
  padding-bottom: 3px;
  border: none;
  margin-left: -5px;
}
.search-bar__button > i {
  color: white;
  font-size: 18px;
}
.search-bar__input {
  padding: 0 10px;
}

.search-icon-bar {
  display: none;
  position: absolute;
  color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: 0;
  right: 0;
  top: 50px;
  background-color: #3c3c3b;
  padding: 15px 30px;
  width: 100%;
  height: 65px;
}
.search-icon-bar__button {
  max-width: 32px;
  width: 100%;
  height: 34px;
  padding: 0;
  background-color: #ec6611;
  right: 0;
  top: 0;
  border: none;
  margin-left: -5px;
}
.search-icon-bar__button > i {
  color: white;
  font-size: 15px;
}
.search-icon-bar__input {
  height: 35px;
  max-width: 180px;
  width: 100%;
}
@media screen and (min-width: 360px) {
  .search-icon-bar__input {
    max-width: 250px;
  }
}
@media screen and (min-width: 420px) {
  .search-icon-bar__input {
    max-width: 300px;
  }
}
.search-icon-bar a {
  float: none;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.search-icon-bar a:hover {
  color: #ec6611;
}

.search-icon:hover .search-icon-bar,
.search-icon:active .search-icon-bar {
  display: block;
  width: 100vw;
  left: unset;
}
@media screen and (max-width: 360px) {
  .search-icon:hover .search-icon-bar,
.search-icon:active .search-icon-bar {
    top: 45px;
    padding: 15px 20px;
  }
}

.logo {
  width: 100%;
}

.navbar-menu-toggle {
  color: white;
  border-color: none;
  font-size: 35px;
}
.navbar-menu-toggle:hover {
  color: #ec6611;
  background-color: #3c3c3b;
}

.dropdown-content {
  display: none;
  position: absolute;
  color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: -40px;
  right: 0;
  top: 53px;
  background-color: #3c3c3b;
  padding: 15px 30px;
  width: 100%;
  min-width: 360px;
}
.dropdown-content > ul {
  list-style-type: none;
}

.dropdown-content a {
  float: none;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  color: #ec6611;
}

.dropdown:hover .dropdown-content,
.dropdown:active .dropdown-content {
  display: block;
}

.nav-link-subscribe {
  border-radius: 5px;
  color: white !important;
  background-color: #ec6611;
  font-size: 13px;
  padding: 10px;
}
.nav-link-subscribe-mobile {
  width: 30%;
}
.nav-link-subscribe-mobile:hover {
  color: white !important;
  background-color: #ec6611;
}

@media screen and (max-width: 360px) {
  body {
    padding-top: 6.3rem;
  }
}
.navigation {
  background-color: #3c3c3b;
  box-shadow: 0 0.3rem 2rem -0.8rem rgba(128, 137, 155, 0.15);
  z-index: 10;
  min-height: 7rem;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 359px) {
  .navigation {
    min-height: 6.3rem;
  }
}
.navigation .navigation__inner {
  display: flex;
  justify-content: center;
  padding: 0;
  width: 128rem;
  padding: 0 15px;
}
@media screen and (max-width: 1200px) {
  .navigation .navigation__inner {
    width: 110rem;
  }
}
@media screen and (max-width: 992px) {
  .navigation .navigation__inner {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .navigation .navigation__inner {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .navigation .navigation__inner {
    justify-content: space-between;
  }
}
.navigation .navigation__inner > div {
  display: flex;
  align-items: center;
}
.navigation .navigation__left {
  width: 100%;
}
.navigation .navigation__left .dropdown {
  margin-left: 1rem;
  margin-right: 5rem;
}
.navigation .navigation__left .header__icons {
  margin-left: 10rem;
}
.navigation .navigation__left .header__icons > div,
.navigation .navigation__left .header__icons > button {
  display: inline-block;
}
.navigation .navigation__left .header__icons .search-icon {
  margin-right: 1rem;
}
@media screen and (max-width: 992px) {
  .navigation .navigation__left .header__icons {
    margin-left: 3rem;
    position: absolute;
    right: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .navigation .navigation__left .header__icons {
    margin-left: 3rem;
    position: absolute;
    right: 1rem;
  }
  .navigation .navigation__left .dropdown {
    margin-right: 0rem;
  }
  .navigation .navigation__left #main-logo {
    margin-top: 0.3rem;
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 359px) {
  .navigation .navigation__left .header__icons {
    margin-left: 4rem;
    position: absolute;
    right: 0;
  }
  .navigation .navigation__left .dropdown {
    margin-right: 0.6rem;
  }
  .navigation .navigation__left #main-logo {
    margin-top: 0.6rem;
    margin-left: 0.2rem;
  }
}
.navigation .navigation__right > * + * {
  margin-left: 2rem;
}
@media screen and (min-width: 992px) {
  .navigation .navigation__right {
    display: none;
  }
  .navigation .navigation__left {
    width: initial;
  }
}

.menu {
  display: none;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .menu {
    display: block;
  }
}
.menu .menu__item {
  display: inline-block;
  font-size: 15px;
  color: white;
}
.menu .menu__item a:hover {
  color: #ec6611;
}
.menu .menu__item #cart-btn svg {
  height: 20px;
  width: 20px;
}
.menu .menu__item.menu__item--active .menu__link {
  color: white;
}
.menu .menu__item.menu__item--has-children {
  position: relative;
}
.menu .menu__item.menu__item--has-children .menu__link:after {
  content: "";
  height: 0.7rem;
  width: 1rem;
  background-image: url(/images/chevron--grey.svg?d937eec8663399d9d86bb43c239acf20);
  background-size: 1rem 0.7rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.menu .menu__item.menu__item--has-children.menu__item--active .menu__link:after {
  background-image: url(/images/chevron--orange.svg?e35b337ad5696528a9d12b578d8395d1);
}
.menu .menu__item.menu__item--has-children:hover .submenu {
  display: block;
}
.menu .menu__item.menu__item--button {
  padding: 0 1rem;
}
.menu .menu__item.menu__item--button:last-child {
  padding-right: 0;
}
.menu .menu__link {
  color: white;
  margin-bottom: 0;
  padding: 2.7rem 1rem;
  text-decoration: none;
  position: relative;
}
.menu .menu__link--focussed {
  color: #4ab9d5;
}
.menu .menu__link:before {
  content: "";
  height: 0.2rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
}

.submenu {
  position: absolute;
  display: none;
  left: -10rem;
  right: -10rem;
  margin: 0 auto;
  padding-top: 2rem;
  top: calc(100% - 1rem);
  width: 16rem;
}
.submenu:before {
  content: "";
  height: 0;
  width: 0;
  border-bottom: 1rem solid white;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.submenu.submenu--open {
  display: block;
}
.submenu .links {
  padding: 1rem;
  background-color: white;
  border-radius: 0.5rem;
  margin-top: 0;
  line-height: 1.3;
}

.icon-menu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}
.icon-menu__icon {
  font-size: 22px;
}
.icon-menu .icon-menu__item {
  display: inline-block;
  padding: 0 1rem;
}
.icon-menu .icon-menu__item.icon-menu__item--has-children {
  position: relative;
}
.icon-menu .icon-menu__item.icon-menu__item--has-children .submenu.submenu--open {
  display: block;
  top: 3.5rem;
}
.icon-menu .icon-menu__item:first-child {
  padding-left: 0;
}
.icon-menu .icon-menu__item:last-child {
  padding-right: 0;
}
.icon-menu .icon-menu__link {
  line-height: 0;
  display: block;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
}
.icon-menu .icon-menu__link:hover .wrapper, .icon-menu .icon-menu__link:focus .wrapper, .icon-menu .icon-menu__link:active .wrapper, .icon-menu .icon-menu__link.active .wrapper {
  stroke: #ec6611;
}
.icon-menu .icon-menu__icon {
  width: 2rem;
  height: 2rem;
}
.icon-menu .icon-menu__icon .wrapper {
  stroke: #a8adb5;
  transition: all 0.2s linear;
}

.tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.tabs .tabs__item + .tabs__item {
  margin-left: 2rem;
}
.tabs .tabs__link {
  display: block;
  padding: 1.5rem 1rem;
  color: #454a55;
  position: relative;
}
.tabs .tabs__link:hover, .tabs .tabs__link:focus, .tabs .tabs__link:active {
  text-decoration: none;
}
.tabs .tabs__link:after {
  content: "";
  height: 0.2rem;
  width: 100%;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tabs .tabs__link.tabs__link--active {
  color: #ec6611;
}
.tabs .tabs__link.tabs__link--active:after {
  background-color: #ec6611;
}

#mobile-navigation {
  background-color: #f5f6fa;
  display: none;
}
#mobile-navigation.open {
  position: fixed;
  height: calc(100% - 7rem);
  height: calc((var(--vh, 1vh) * 100) - 7rem);
  top: 7rem;
  left: 0;
  width: 100%;
  z-index: 9;
  display: block;
  padding: 2rem 0;
}

#mobile-toggle i {
  height: 0.2rem;
  width: 2rem;
  background-color: #ec6611;
  margin: 1rem auto;
  position: relative;
  display: block;
  transition: all 0.1s linear;
}
#mobile-toggle i:before, #mobile-toggle i:after {
  content: "";
  height: 0.2rem;
  width: 100%;
  background-color: #ec6611;
  position: absolute;
  left: 0;
  transition: all 0.14s linear;
}
#mobile-toggle i:before {
  top: -0.7rem;
}
#mobile-toggle i:after {
  bottom: -0.7rem;
}
#mobile-toggle.open i {
  background-color: transparent;
}
#mobile-toggle.open i:before {
  transform: rotate(45deg);
  top: 0;
}
#mobile-toggle.open i:after {
  transform: rotate(-45deg);
  bottom: 0;
}

.fa-shopping-cart {
  color: white;
  font-size: 15px;
}
.fa-shopping-cart:hover {
  color: #ec6611;
}

.fa-search,
.fa-user {
  color: white;
  font-size: 23px;
  display: block;
}

.fa-search:hover {
  color: white;
}

.search-mobile:hover,
.fa-user:hover {
  color: #ec6611;
}

.search-header #packt-navbar {
  font-family: "walsheim", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  height: 70px;
  background: #ffffff;
  position: sticky;
  top: 0px;
  z-index: 10;
  padding: 0px 55px;
  box-shadow: 0 3px 20px 0 rgba(63, 79, 110, 0.15);
}
@media (max-width: 1130px) {
  .search-header #packt-navbar.navbar-logout form input {
    width: 200px;
  }
}
@media (min-width: 1400px) {
  .search-header #packt-navbar.navbar-logout form input {
    width: 400px;
    margin-left: 30px;
  }
}
.search-header #packt-navbar .navbar-nav {
  align-items: center;
}
.search-header #packt-navbar .button {
  font-size: 16px;
  border-radius: 20px;
  color: #fff;
  padding: 12px 20px !important;
}
.search-header #packt-navbar .button:hover, .search-header #packt-navbar .button:focus {
  color: #fff;
}
.search-header #packt-navbar .icon-close #asdfasdf {
  fill: #a8adb5;
}
.search-header #packt-navbar .icon-close:hover #asdfasdf {
  fill: #ec6611;
}
.search-header #packt-navbar .navbar-toggler {
  border: 0px;
  padding: 0px;
  margin-left: 10px;
  width: 30px;
  height: 30px;
}
.search-header #packt-navbar .navbar-toggler .icon-close #asdfasdf {
  fill: #ec6611;
}
.search-header #packt-navbar .navbar-toggler .icon svg {
  width: 30px;
  height: 30px;
}
.search-header #packt-navbar .navbar-toggler .icon svg path {
  stroke: #ec6611;
}
.search-header #packt-navbar .navbar-brand {
  margin-right: 25px;
}
.search-header #packt-navbar .navbar-brand .logo {
  width: 92px;
  height: 30px;
}
.search-header #packt-navbar a {
  color: #454a55;
  font-size: 14px;
  line-height: 16px;
}
.search-header #packt-navbar a.nav-link {
  margin: 0px 15px;
}
.search-header #packt-navbar a:hover, .search-header #packt-navbar a:focus, .search-header #packt-navbar a:active {
  color: #ec6611;
}
.search-header #packt-navbar a:hover i, .search-header #packt-navbar a:focus i, .search-header #packt-navbar a:active i {
  color: #ec6611;
}
.search-header #packt-navbar a.style-1 {
  color: #4ac5e3;
}
.search-header #packt-navbar i {
  font-size: 17px;
  line-height: 16px;
}
.search-header #packt-navbar .svg-icon {
  width: 17px;
}
.search-header #packt-navbar .svg-icon svg {
  height: 17px;
  max-width: 17px;
}
.search-header #packt-navbar .btn:focus, .search-header #packt-navbar .btn:hover {
  box-shadow: none;
}
.search-header #packt-navbar input:focus {
  box-shadow: 0 0 0 0.2rem #ec6611;
}
.search-header #packt-navbar form input {
  background-color: #f5f6fa;
  border-radius: 20px;
  font-size: 14px;
  line-height: 16px;
  padding: 20px;
  padding-right: 40px;
  border: 0px solid;
  width: 350px;
}
.search-header #packt-navbar form input::-moz-placeholder {
  color: #a8adb5;
}
.search-header #packt-navbar form input::placeholder {
  color: #a8adb5;
}
.search-header #packt-navbar form .btn {
  margin-left: -40px;
  padding: 0px;
}
.search-header #packt-navbar form .btn i {
  color: #ffa76f;
  font-size: 17px;
}
.search-header #packt-navbar .dropdown .btn-loader {
  margin-top: 5px;
  text-align: center;
}
.search-header #packt-navbar .dropdown .btn-loader .spinner-border {
  height: 30px;
  width: 30px;
  border-color: #454a55;
  border-right-color: transparent;
}
.search-header #packt-navbar .dropdown .nav-link.dropdown-toggle::after {
  content: "";
  font-family: fontAwesome;
  margin-left: 5px;
  font-size: 17px;
  line-height: 16px;
  border: 0px;
  vertical-align: unset;
}
.search-header #packt-navbar .dropdown .nav-link.dropdown-toggle[aria-expanded=true]::after {
  content: "";
}
.search-header #packt-navbar .dropdown .dropdown-menu {
  margin-top: 15px !important;
  border: 0px;
  box-shadow: 0 3px 20px 0 rgba(63, 79, 110, 0.15);
  min-width: 180px;
  max-width: 250px;
}
.search-header #packt-navbar .dropdown .dropdown-menu[aria-labelledby=recent-dropdown] {
  width: 230px;
}
.search-header #packt-navbar .dropdown .dropdown-menu .dropdown-text {
  padding: 10px 0px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.search-header #packt-navbar .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  white-space: break-spaces;
}
.search-header #packt-navbar .dropdown .dropdown-menu .dropdown-item .svg-icon {
  fill: #454a55;
  margin-right: 7px;
}
.search-header #packt-navbar .dropdown .dropdown-menu .dropdown-item .svg-icon #asdfasdf,
.search-header #packt-navbar .dropdown .dropdown-menu .dropdown-item .svg-icon .st0 {
  stroke: #454a55;
}
.search-header #packt-navbar .dropdown .dropdown-menu .dropdown-item:hover, .search-header #packt-navbar .dropdown .dropdown-menu .dropdown-item:focus, .search-header #packt-navbar .dropdown .dropdown-menu .dropdown-item:active {
  background: transparent;
}
.search-header #packt-navbar .dropdown .dropdown-menu .dropdown-item:hover .svg-icon, .search-header #packt-navbar .dropdown .dropdown-menu .dropdown-item:focus .svg-icon, .search-header #packt-navbar .dropdown .dropdown-menu .dropdown-item:active .svg-icon {
  fill: #ec6611;
}
.search-header #packt-navbar .dropdown .dropdown-menu .dropdown-item:hover .svg-icon #asdfasdf,
.search-header #packt-navbar .dropdown .dropdown-menu .dropdown-item:hover .svg-icon .st0, .search-header #packt-navbar .dropdown .dropdown-menu .dropdown-item:focus .svg-icon #asdfasdf,
.search-header #packt-navbar .dropdown .dropdown-menu .dropdown-item:focus .svg-icon .st0, .search-header #packt-navbar .dropdown .dropdown-menu .dropdown-item:active .svg-icon #asdfasdf,
.search-header #packt-navbar .dropdown .dropdown-menu .dropdown-item:active .svg-icon .st0 {
  stroke: #ec6611;
}
.search-header #packt-navbar .user-account #asdfasdf {
  stroke: #a8adb5;
}
.search-header #packt-navbar .user-account:hover #asdfasdf {
  stroke: #ec6611;
}
@media (max-width: 1130px) {
  .search-header #packt-navbar form input {
    width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 1030px) {
  .search-header #packt-navbar form input {
    width: 200px;
  }
  .search-header #packt-navbar a.nav-link {
    margin: 0px 5px;
  }
}
@media (max-width: 767px) {
  .search-header #packt-navbar .navbar-nav {
    align-items: unset;
  }
  .search-header #packt-navbar .button {
    margin: 15px 20px 0px !important;
  }
  .search-header #packt-navbar i {
    font-size: 20px;
  }
  .search-header #packt-navbar form:not(.show) {
    display: none;
  }
  .search-header #packt-navbar form {
    position: absolute;
    top: 100%;
    left: 0px;
    padding: 20px;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 20px -7px rgba(63, 79, 110, 0.15);
  }
  .search-header #packt-navbar form input {
    width: 100%;
  }
  .search-header #packt-navbar a.nav-link {
    margin: 0px 10px;
  }
  .search-header #packt-navbar .nav-row {
    flex-direction: row;
    margin-left: auto;
  }
  .search-header #packt-navbar .nav-row i {
    color: #a8adb5;
  }
  .search-header #packt-navbar #packt-navbar-nav {
    position: fixed;
    top: 70px;
    left: 0px;
    width: 100%;
    background: #f5f6fa;
    padding: 10px 0px;
  }
  .search-header #packt-navbar #packt-navbar-nav::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    height: 100%;
    background: #f5f6fa;
    z-index: -1;
  }
  .search-header #packt-navbar #packt-navbar-nav .nav-link {
    margin: 0px;
    padding: 15px 20px;
  }
  .search-header #packt-navbar #packt-navbar-nav .dropdown {
    width: 100%;
  }
  .search-header #packt-navbar #packt-navbar-nav .dropdown .nav-link::after {
    float: right;
    color: #ec6611;
  }
  .search-header #packt-navbar #packt-navbar-nav .dropdown .dropdown-menu {
    margin: -5px 35px 10px 35px !important;
    box-shadow: none;
    background: transparent;
    max-width: 100%;
    width: auto;
  }
  .search-header #packt-navbar #packt-navbar-nav .dropdown .dropdown-menu .dropdown-item:hover, .search-header #packt-navbar #packt-navbar-nav .dropdown .dropdown-menu .dropdown-item:focus, .search-header #packt-navbar #packt-navbar-nav .dropdown .dropdown-menu .dropdown-item:active {
    background: #fff;
  }
}

.choices {
  min-width: 17.5rem;
  font-weight: 500;
  box-shadow: 0 0.5rem 2.8rem 0 rgba(63, 79, 110, 0);
}
.choices__inner {
  background-color: #f5f6fa;
  border-radius: 2rem;
  border: none;
  color: #a8adb5;
  padding: 1.3rem 4rem 0.8rem 2rem;
  height: 4rem;
  min-height: 4rem;
}
.choices__list--single {
  padding: 0;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 1.3rem;
}
.choices[data-type*=select-one]:after {
  height: 0.7rem;
  width: 1rem;
  background-image: url(/images/chevron--orange.svg?e35b337ad5696528a9d12b578d8395d1);
  background-size: 1rem 0.7rem;
  border: none;
  margin-top: -3.5px;
  right: 2rem;
}
.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333333 transparent;
  transform: rotate(180deg);
  margin-top: -3.5px;
}
.choices.is-open .choices__inner {
  border-radius: 2rem 2rem 0 0;
  background-color: white;
  position: relative;
  z-index: 10;
}
.choices.is-open .choices__list--dropdown {
  border-radius: 2rem;
  overflow: hidden;
  padding-top: 4.4rem;
  background-color: transparent;
  border: none;
  top: 0;
  box-shadow: 0 0.5rem 2.8rem -0.8rem rgba(63, 79, 110, 0.35);
}
.choices.is-open .choices__list--dropdown .choices__list {
  background-color: white;
  max-height: 230px;
}
.choices.is-open .choices__list--dropdown .choices__item {
  padding: 1rem 2rem;
}
.choices.is-open .choices__list--dropdown .choices__item.choices__placeholder {
  display: none;
}
.choices.is-open .choices__list--dropdown .choices__item.choices__item--selectable {
  padding-right: 2rem;
}
.choices.is-open .choices__list--dropdown .choices__item.choices__item--selectable:after {
  display: none !important;
}
.choices.is-open .choices__list--dropdown .choices__item.choices__item--selectable.is-highlighted {
  background-color: #f5f6fa;
}
.choices.is-open.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 4.2rem;
}

.product .product__preview .book-content p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 0 2rem 0;
}

.book-content {
  color: #6d737d;
  font-family: "walsheim", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
}
.book-content .highlight-text {
  background-color: yellow;
}
.book-content .hide {
  display: none;
}
.book-content .header-title {
  color: #454a55;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 2rem;
}
.book-content h1,
.book-content h2,
.book-content h3,
.book-content h4 {
  color: #454a55;
}
.book-content h1 {
  font-size: 32px;
  line-height: 48px;
}
.book-content h2,
.book-content .book-section__video-title {
  font-size: 26px;
  line-height: 38px;
}
.book-content h3 {
  font-size: 18px;
  line-height: 32px;
}
.book-content h4 {
  font-size: 16px;
  line-height: 22px;
}
.book-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1.5rem;
}
.book-content .Code-In-Text--PACKT- {
  background: #fceff1;
  color: #f34e66;
  outline: 0;
  font-family: "Roboto Mono", monospace, Helvetica, Arial, "Lucida Grande", sans-serif;
}
.book-content .Code-In-Text--PACKT- span {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  padding: 2px 4px;
}
.book-content .Code-In-Text--PACKT- {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  padding: 2px 4px;
}
.book-content a {
  font-size: 14px;
  line-height: 22px;
  color: #4ac5e3;
}
.book-content .button {
  color: #fff;
  font-size: 16px;
  padding: 9px 32px;
}
.book-content ol,
.book-content ul {
  margin: 3rem 0px;
  font-size: 16px;
  line-height: 24px;
  color: #6d737d;
  padding: 0px 20px;
  padding-left: 20px;
}
.book-content ol li,
.book-content ul li {
  padding-left: 8px;
  margin-bottom: 5px;
}
.book-content ul {
  padding: 2.5rem;
  background: #f5f6fa;
  border-radius: 10px;
  line-height: 26px;
}
.book-content ul > li {
  margin-bottom: 10px;
  list-style: none !important;
  position: relative;
}
.book-content ul > li p {
  display: inline-block;
}
.book-content ul li:last-child {
  margin-bottom: 0px;
}
.book-content ul li:before {
  content: "";
  margin-left: -10px;
  display: inline-block;
  background-color: #a8adb5;
  border-radius: 100%;
  width: 11px;
  height: 11px;
  margin-right: 10px;
}
.book-content pre[class*=language-] > code {
  background-size: 44px 44px;
  border-bottom: 0px solid;
  background-image: none;
  border-top: 30px solid #eceef3;
}
.book-content pre code {
  font-size: 14px !important;
  line-height: 22px;
  overflow: visible;
  color: #454a55;
  background-color: #eceef3;
  font-family: "Roboto Mono", monospace, Helvetica, Arial, "Lucida Grande", sans-serif;
  white-space: break-spaces;
  overflow-x: auto;
}
.book-content pre .language-markup:after {
  content: "";
  height: 16px;
  display: block;
}
.book-content .chapterTitle {
  color: #454a55;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 2.5rem;
}
.book-content h1.title {
  color: #454a55;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 2rem;
}
.book-content h2.title {
  font-size: 20px;
}
.book-content h3.title {
  font-size: 18px !important;
}
.book-content .book-sections {
  padding-bottom: 3rem;
  padding-top: 8rem;
  border-bottom: 1px solid #e4e7ed;
  position: relative;
}
@media screen and (max-width: 480px) {
  .book-content .book-sections {
    padding-top: 11rem;
  }
}
.book-content .book-sections.fade-out {
  border-bottom: 0px solid;
}
.book-content .book-sections.fade-out::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 3rem;
  padding: 75px 0px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}
.book-content table {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  border-style: hidden;
  border-radius: 10px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  box-shadow: 0 0 0 1px #e4e7ed;
  word-break: keep-all;
  display: block;
  overflow-x: auto;
}
.book-content table td,
.book-content table th {
  border: 1px solid #e4e7ed;
  padding: 10px 15px;
}
.book-content table td p,
.book-content table th p {
  margin-bottom: 0px;
}
.book-content table tr th,
.book-content table tr:first-child td,
.book-content table tr:first-child td p,
.book-content table th p {
  color: #454a55;
  font-size: 14px;
  line-height: 16px;
  background: #f5f5fa;
  font-family: "walsheim", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.book-content table td,
.book-content table td p {
  font-family: "Roboto Mono", monospace, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #454a55;
  font-size: 14px;
  line-height: 22px;
}
.book-content kbd {
  color: #c7254e;
  background-color: #f9f2f4;
  margin-left: 5px;
  margin-right: 5px;
  word-break: break-word;
  padding: 2px 4px;
  font-size: 90%;
  border-radius: 0;
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}
.book-content ul li.has_sub:after {
  display: block;
  content: "";
  position: absolute;
  border-left: 1px solid #a8adb5;
  width: 100px;
  top: 10px;
  left: 3px;
  height: 30%;
}
.book-content ul li.has_sub li:after {
  display: block;
  content: " ";
  position: absolute;
  border-left: 1px solid #a8adb5;
  border-top: 1px solid #a8adb5;
  width: 35px;
  top: 10px;
  left: -30px;
  height: calc(100% + 10px);
}
.book-content ul li.has_sub li:last-child:after {
  height: 0;
}
.book-content .packt_infobox a {
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.book-content .note,
.book-content .packt_tip,
.book-content .packt_infobox {
  margin: 50px 0px !important;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.7em;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 30px 0 rgba(89, 83, 240, 0.2);
  position: relative;
}
.book-content .note:before,
.book-content .packt_tip:before,
.book-content .packt_infobox:before {
  content: "Pro Tip";
  display: block;
  font-size: 1.1rem;
  vertical-align: middle;
  color: #fff;
  font-weight: 100;
  position: absolute;
  top: -1.3rem;
  background-color: #8885e3;
  border-radius: 20px;
  padding: 0.2rem 1.2rem;
  left: 2rem;
}
.book-content .packt_infobox:before {
  content: "Infobox";
}
.book-content .note:before {
  content: "Note";
}
.book-content .packt_quote {
  background: #51a796;
  color: white;
  font-weight: 300;
  font-style: italic;
  line-height: 1.8em;
  padding: 15px;
  border-left: 15px solid #3c8c7c;
  border-radius: 4px;
  margin-bottom: 30px;
  margin-right: 0;
  margin-left: 0;
}
.book-content .mediaobject {
  text-align: center;
}
.book-content img {
  margin-top: 1rem;
  margin-bottom: 2rem;
  max-width: 60rem;
  height: auto !important;
}
@media (max-width: 700px) {
  .book-content img {
    max-width: 100%;
  }
}

code[class*=language-],
pre[class*=language-] {
  color: black;
  background: none;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
}

/* Code blocks */
pre[class*=language-] {
  position: relative;
  margin: 0.5em 0;
  overflow: visible;
  padding: 0;
}

pre[class*=language-] > code {
  position: relative;
  background-color: #eceef3;
  background-image: linear-gradient(transparent 50%, #f5f6fa 50%);
  background-size: 3em 3em;
  background-origin: content-box;
  background-attachment: local;
  border-top: 30px solid #f5f6fa;
  border-bottom: 16px solid #f5f6fa;
  border-radius: 16px;
}

code[class*=language] {
  max-height: inherit;
  height: inherit;
  padding: 0 1em;
  display: block;
  overflow: auto;
}

/* Margin bottom to accommodate shadow */
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background-color: #fdfdfd;
  box-sizing: border-box;
  margin-bottom: 4rem;
}

/* Inline code */
:not(pre) > code[class*=language-] {
  position: relative;
  padding: 0.2em;
  border-radius: 0.3em;
  color: #c92c2c;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline;
  white-space: normal;
}

:not(pre) > code[class*=language-]:after,
pre[class*=language-]:after {
  right: 0.75em;
  left: auto;
  transform: rotate(2deg);
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #7d8b99;
}

.token.punctuation {
  color: #5f6364;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
  color: #c92c2c;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted {
  color: #2f9c0a;
}

.token.operator,
.token.entity,
.token.url,
.token.variable {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
  color: #1990b8;
}

.token.regex,
.token.important {
  color: #e90;
}

.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.important {
  font-weight: normal;
}

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

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.token.namespace {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  pre[class*=language-]:before,
pre[class*=language-]:after {
    bottom: 14px;
    box-shadow: none;
  }
}
/* Plugin styles */
.token.tab:not(:empty):before,
.token.cr:before,
.token.lf:before {
  color: #e0d7d1;
}

/* Plugin styles: Line Numbers */
pre[class*=language-].line-numbers.line-numbers {
  padding-left: 0;
}

pre[class*=language-].line-numbers.line-numbers code {
  padding-left: 3.8em;
}

pre[class*=language-].line-numbers.line-numbers .line-numbers-rows {
  left: 0;
}

/* Plugin styles: Line Highlight */
pre[class*=language-][data-line] {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

pre[data-line] code {
  position: relative;
  padding-left: 4em;
}

pre .line-highlight {
  margin-top: 0;
}

div.code-toolbar {
  position: relative;
}

div.code-toolbar > .toolbar {
  position: absolute !important;
  top: -0.1em !important;
  right: 0.5em !important;
}

/* Separate line b/c rules are thrown out if selector is invalid.
   IE11 and old Edge versions don't support :focus-within. */
div.code-toolbar:focus-within > .toolbar {
  opacity: 1;
}

div.code-toolbar > .toolbar .toolbar-item {
  display: inline-block;
}

div.code-toolbar > .toolbar a {
  cursor: pointer;
}

div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
  color: #ff9b51;
  font-size: 0.8em;
  padding: 0 0.5em;
  border-radius: 0.5em;
}

div.code-toolbar > .toolbar button {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 3px 5px;
  border: none !important;
  outline: none !important;
  height: 26px;
}

div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar a:focus,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar span:hover,
div.code-toolbar > .toolbar span:focus {
  color: inherit;
  text-decoration: none;
}

.registration {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .registration {
    max-width: 37rem;
  }
}
@media screen and (min-width: 991px) and (max-width: 993px) {
  .registration .parent-free-learning-info .registration {
    max-width: 94rem;
  }
}
@media screen and (min-width: 992px) {
  .registration__footer {
    max-width: 37rem;
  }
}
.registration ul {
  margin-bottom: 0;
}
.registration ul > li {
  padding-bottom: 10px !important;
}
.registration form {
  padding: 10px 0 0 0;
}
.registration form .col.left {
  padding-right: 5px;
}
.registration form .col.right {
  padding-left: 5px;
}
.registration .bullet-list li {
  padding-bottom: 0;
}
.registration input {
  border-radius: 1.5rem;
  font-size: 1.4rem;
  padding: 0 15px 0 15px;
  height: 3.5rem;
}
.registration .btn-primary,
.registration .btn-outline-secondary {
  width: 100%;
  font-size: 1.4rem;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.registration .btn_col {
  padding: 5px;
}
.registration .btn_row {
  padding: 10px;
}
.registration .error-message {
  color: #f34e66;
  background-color: #fceff1;
  padding: 10px;
  margin: 1rem 0;
  border-radius: 0.5rem;
  border: 1px solid white;
  justify-content: center;
}

.page-section .free_learning__header {
  margin-bottom: 8rem;
}

@media screen and (min-width: 360px) and (max-width: 992px) {
  .parent-free-learning-info .free_learning__registration_section {
    padding: 0px 0px 2rem 0px;
    min-height: 47rem;
  }
}
@media screen and (min-width: 280px) and (max-width: 992px) {
  .parent-free-learning-info .free_learning__registration_section:has(.claim__section) {
    padding: 5rem 0px;
    min-height: 47rem;
  }
}
.parent-free-learning-info .free_learning__registration_section:not(.claim__section) {
  padding: 2rem 0px;
  min-height: unset;
}

.free_learning__countdown {
  background: #ec6611;
  color: #fff;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 0.5rem;
}
.free_learning__countdown__title {
  font-size: 18px;
  font-weight: 500;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 0;
}
.free_learning__countdown__timer {
  display: inline-block;
}
.free_learning__countdown__timer__text {
  text-transform: uppercase;
}
.free_learning__product_description {
  margin: 3rem 0;
  max-width: 37rem;
}
.free_learning__product_pages_date {
  width: 100%;
  margin-top: 1rem;
}
.free_learning__product_pages {
  width: 100%;
}
.free_learning__product_actions {
  justify-content: start;
}
.free_learning__claim {
  margin-top: 40px;
}
.free_learning__claim li {
  text-align: center;
}
.free_learning__buttons {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
.free_learning__registration_section {
  padding: 3rem 4rem 2rem 2rem;
  max-height: 56rem;
  min-height: 25rem;
}
@media screen and (min-width: 768px) {
  .free_learning__registration_section {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .free_learning__registration_section {
    flex: 0 0 38rem;
    position: relative;
  }
}
.free_learning__registration_card {
  border: 1px solid white;
  background-color: transparent;
  border-radius: 0.5rem;
  height: auto;
}
.free_learning__registration_card .card__header {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  color: white;
  padding: 10px;
  font-size: 1.8rem;
  max-width: inherit;
}
.free_learning__registration_card .card__content {
  height: auto;
  margin-top: 0;
  color: white;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .free_learning__contentful_card_row {
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 992px) {
  .free_learning__contentful_card_row .swiper-slide {
    padding-bottom: 12rem;
  }
}
.free_learning__contentful_card_link:hover, .free_learning__contentful_card_link:focus, .free_learning__contentful_card_link:active {
  text-decoration: none;
}
.free_learning__contentful_recommandation {
  padding: 3rem 0;
}
.free_learning__header {
  padding: 0 2rem 0;
}

.ml50 {
  margin-left: 5rem !important;
}

.sign-up {
  font-size: 1.6rem;
  font-family: Montserrat, Helvetica, sans-serif;
}
.sign-up .page-wrapper {
  padding-top: 100px;
  min-height: 100vh;
}
.sign-up h6 {
  font-size: 1.6rem;
}
.sign-up a {
  color: #ec6611;
  font-size: 1.6rem;
}
.sign-up a:hover {
  text-decoration: none;
  color: #c85808;
}
.sign-up .alert {
  font-size: 14px;
}
.sign-up input {
  height: 3.8rem;
  font-size: 1.6rem;
}
.sign-up input::-moz-placeholder {
  font-size: 1.4rem;
}
.sign-up input::placeholder {
  font-size: 1.4rem;
}
.sign-up p {
  font-size: 1.3rem;
}
.sign-up .btn-primary {
  background-color: #ec6611;
  border-color: #ec6611;
  color: #fff;
  cursor: pointer;
  height: 4rem;
  font-size: 1.6rem;
}
.sign-up .btn-primary:hover {
  background-color: #c85808;
  border-color: #c85808;
  color: #fff;
}
.sign-up .btn-primary:focus {
  box-shadow: none;
}
.sign-up .btn-primary:disabled {
  background-color: #ec6611;
  border-color: #ec6611;
  color: #fff;
  pointer-events: none;
  cursor: not-allowed;
}
.sign-up .form-control {
  border-color: #e5eaee;
  border-radius: 0;
  color: #3c3c3b;
}
.sign-up .form-control:focus {
  color: #3c3c3b;
  background-color: #fff;
  border-color: #e5eaee;
  outline: 0;
}
.sign-up .form-card {
  margin: 3rem auto;
  background: #fff;
  padding: 3rem;
}
@media screen and (min-width: 576px) {
  .sign-up .form-card {
    max-width: 30rem;
  }
  .sign-up .form-card.login-register {
    max-width: 60rem;
  }
}
.sign-up input[type=checkbox] {
  cursor: pointer;
}
.sign-up .full-page--centered {
  justify-content: center;
  align-items: center;
}
.sign-up .full-page {
  background: #e5eaee;
}
@media screen and (min-width: 768px) {
  .sign-up .full-page {
    display: flex;
    min-height: calc(100vh - 100px);
  }
  .sign-up .full-page__child {
    flex: 1;
  }
  .sign-up .main-nav__logo {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .sign-up .container .visible-lg {
    display: block;
  }
}
.sign-up .tooltip-disabled-downloads .bottom i {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}
.sign-up .tooltip-disabled-downloads .bottom i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #3c3c3b;
}

body.checkout {
  background-color: #e4e7ed;
}

.checkout {
  color: #454a55;
  position: relative;
}
.checkout #loader {
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  bottom: -1rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.checkout #loader .spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10rem;
  height: 10rem;
  margin-top: -5rem;
  margin-left: -5rem;
}
.checkout.container {
  margin: 3rem auto;
  max-width: 70%;
}
.checkout input {
  border-radius: 1.5rem;
  font-size: 1.4rem;
  padding: 0 15px;
  background-color: #f5f6fa;
  border: none;
  outline: none;
  height: 4rem;
}
.checkout h1 {
  text-align: center;
  color: #595e68;
}
.checkout small {
  line-height: 100%;
}
.checkout .validation-popup {
  position: absolute;
  right: 0;
  left: 0;
  margin: 3px auto 0;
  padding: 15px;
  width: 100%;
  background-color: #efefef;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
.checkout .select2-selection__rendered,
.checkout .select2-selection--single {
  height: 4rem !important;
  line-height: 3.8rem !important;
}
.checkout .select2-selection__arrow {
  top: 7px !important;
}
.checkout .select2-selection--single {
  border-radius: 15px !important;
}
.checkout .steps {
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 95rem;
  padding: 3rem;
  margin-top: 1rem;
}
.checkout .steps .custom-control-label {
  padding-left: 1rem;
  line-height: 2.5rem;
  font-size: 1.6rem;
}
.checkout .steps .custom-control-label:before, .checkout .steps .custom-control-label:after {
  width: 2rem;
  height: 2rem;
}
.checkout .steps .fa-big {
  font-size: 2rem;
}
.checkout .edit-link {
  font-size: 1.4rem;
  float: right;
  color: #4ab9d5;
  cursor: pointer;
}
.checkout .steps .body {
  display: none;
}
.checkout .steps.active .body {
  display: block;
}
.checkout .no-success {
  color: #4ab9d5;
}
.checkout .steps i.fa,
.checkout .steps .no-success {
  margin-right: 10px;
}
.checkout .steps.success .no-success {
  display: none;
}
.checkout .steps.success .hidden {
  display: inline !important;
}
.checkout .steps.success i {
  color: #4ab9d5;
}
.checkout .btn {
  height: 4rem;
}
.checkout .btn.long {
  width: 15rem;
}
@media (max-width: 576px) {
  .checkout .btn.long {
    width: 100%;
  }
}
.checkout .mw-34 {
  max-width: 34rem;
}
.checkout .small-text {
  font-size: 1rem;
}
.checkout .show-password {
  position: absolute;
  right: 1rem;
  top: 3.5rem;
  color: #8a8e96;
  font-size: 1.4rem;
  text-decoration: underline;
  cursor: default;
}
.checkout .password {
  padding-right: 5rem;
}
.checkout .dropdown-item {
  font-size: 1.4rem;
}
.checkout .checkout-stepper-block-B {
  color: #454a55;
  font-size: 12px;
}
.checkout .checkout-stepper-block-B .content-head {
  font-size: 16px;
  margin-top: 0.6em;
}
.checkout .checkout-stepper-block-B h5 {
  font-size: 18px !important;
  margin-bottom: 1em;
}
.checkout .checkout-stepper-block-B .plan-description {
  margin-top: 0.6em;
}
.checkout .fifty-percent-header {
  text-align: center;
  font-size: 20px;
}
.checkout .checkout-green {
  color: #59c19a;
}
.checkout .checkout-red-strike {
  color: #e62541;
  text-decoration: line-through;
}
.checkout .checkout-red {
  color: #c85808;
}
.checkout .checkout-fifty {
  font-style: normal;
  display: inline-block;
  font-weight: 500;
  font-size: 32px;
  line-height: 57px;
  color: #59c19a;
}
.checkout .free-bold {
  font-weight: bold;
}
.checkout .bullet-list {
  max-width: 37rem;
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.checkout .bullet-list li {
  padding-left: 1.5rem;
  position: relative;
  padding-bottom: 20px;
}
.checkout .bullet-list li:before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.2rem;
  background-image: url(/images/chevron--right-orange.svg?37e87f7…);
  background-size: 0.7rem 1.2rem;
  position: absolute;
  left: 0;
  top: 0.3rem;
  font-size: 15px;
}
.checkout .summary-container {
  background: #f5f6fa;
}
@media (max-width: 1000px) {
  .checkout #commons, .checkout .checkout-stepper-block-B, .checkout .checkout-stepper-block-A {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1em !important;
  }
  .checkout .checkout-stepper-block-A {
    order: 2;
  }
  .checkout .checkout-stepper-block-B {
    order: 1;
    padding-bottom: 0px !important;
    margin-bottom: -1em;
  }
  .checkout .checkout-stepper-block-B .p-0 {
    all: unset !important;
  }
  .checkout .checkout-stepper-block-B .col-3 span {
    text-align: right;
  }
  .checkout .checkout-stepper-block-B .steps.step4 {
    padding: 2em;
  }
  .checkout .checkout-stepper-block-B h5 {
    margin-bottom: unset;
  }
}
@media (min-width: 1001px) {
  .checkout .step4 .body {
    display: block !important;
  }
}

.tippy-content {
  color: #4ab9d5;
}

.disclaimer-text-block {
  font-size: 1rem !important;
}

.payment-text-block {
  padding-bottom: 20px;
  padding-top: 10px;
}

.checkout-new {
  display: flex;
  flex: 1;
  padding: 40px 0;
  background: #e4e7ed;
  justify-content: center;
  min-height: 70vh;
}
@media (max-width: 1150px) {
  .checkout-new {
    width: 100%;
    flex-direction: column-reverse;
    padding: 40px 10px;
  }
}
.checkout-new__container {
  width: 80%;
  display: flex;
  gap: 10px;
  font-size: 1.4em;
  flex-direction: row;
}
@media (max-width: 1150px) {
  .checkout-new__container {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.checkout-new__empty {
  display: flex;
  min-height: 500px;
  flex: 1;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: white;
}
.checkout-new__empty__content {
  padding: 60px 20px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 50px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.checkout-new__empty__content__heading {
  font-size: 1.9em;
}
.checkout-new__empty__content__text {
  font-size: 1.3em;
  color: #a8adb5;
}
.checkout-new__block {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.checkout-new__block__title {
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.checkout-new__block__title__login {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex: 1;
}
.checkout-new__block__title__label {
  display: flex;
  gap: 20px;
  align-items: center;
}
.checkout-new__block__title__label__id {
  font-size: 1.7em;
  color: #87d9ec;
}
.checkout-new__block__title__label__name {
  font-size: 1.7em;
}
.checkout-new__block__content {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.checkout-new__block__content__loading {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 250px;
}
.checkout-new__details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.checkout-new__details__contact__form {
  padding: 20px 0px;
  width: 550px;
}
@media (max-width: 1315px) {
  .checkout-new__details__contact__form {
    width: 100%;
  }
}
.checkout-new__details__delivery__form {
  padding: 20px 0px;
  width: 550px;
}
@media (max-width: 1150px) {
  .checkout-new__details__delivery__form {
    width: 100%;
  }
}
.checkout-new__details__payment__options {
  display: flex;
  flex-direction: column;
  width: 550px;
  gap: 10px;
}
@media (max-width: 1150px) {
  .checkout-new__details__payment__options {
    width: 100%;
  }
}
.checkout-new__details__payment__options__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0px;
}
.checkout-new__details__payment__options__row__radio {
  display: flex;
  gap: 10px;
}
.checkout-new__details__payment__options__row__logo {
  display: flex;
  gap: 10px;
}
.checkout-new__details__payment__options__row__logo img {
  height: 20px;
}
.checkout-new__details__payment__options__row__logo--large {
  height: 40px !important;
}
.checkout-new__details__payment__paypal {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 30px 0px;
  z-index: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-bottom: 1px solid #e4e7ed;
}
.checkout-new__details__payment__paypal #paypal-button-container {
  width: 100%;
}
.checkout-new__details__payment__stripe {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e4e7ed;
}
.checkout-new__details__payment__stripe__form {
  padding: 0px 0px 30px 0px;
  display: flex;
  flex-direction: column;
  width: 550px;
  gap: 10px;
}
@media (max-width: 1150px) {
  .checkout-new__details__payment__stripe__form {
    width: 100%;
  }
}
.checkout-new__details__payment__stripe__form__card {
  display: flex;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #fff;
  position: relative;
  border: 2px solid #e4e7ed;
  height: 45px;
  flex-direction: row;
}
.checkout-new__details__payment__stripe__form__card:hover {
  border: 2px solid #000;
}
.checkout-new__details__payment__stripe__form__card:focus {
  border: 2px solid #ec6611;
}
.checkout-new__details__payment__stripe__form__card__input {
  display: flex;
  flex: 1;
}
.checkout-new__details__payment__stripe__form__card__input div {
  width: 100%;
}
.checkout-new__details__payment__stripe__form__card__icons {
  display: flex;
  flex-direction: row;
  width: 150px;
}
.checkout-new__details__payment__stripe__form__codes {
  display: flex;
  flex-direction: row;
  flex: 1;
  gap: 20px;
}
.checkout-new__details__payment__stripe__form__codes__input {
  display: flex;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #fff;
  position: relative;
  border: 2px solid #e4e7ed;
  height: 45px;
  width: 35%;
}
.checkout-new__details__payment__stripe__form__codes__input:hover {
  border: 2px solid #000;
}
.checkout-new__details__payment__stripe__form__codes__input:focus {
  border: 2px solid #ec6611;
}
.checkout-new__details__payment__stripe__form__codes__input div {
  width: 100%;
}
.checkout-new__details__payment__stripe__form__codes__submit button {
  width: 150px;
  height: 45px;
}
.checkout-new__details__signup {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.checkout-new__details__signup__label {
  display: flex;
  padding: 10px 0px 20px 0px;
  border-bottom: 1px solid #e4e7ed;
}
.checkout-new__details__signup__form {
  width: 550px;
  padding: 20px 0px 40px 0px;
}
@media (max-width: 1150px) {
  .checkout-new__details__signup__form {
    width: 100%;
  }
}
.checkout-new__details__signup__confirm {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.checkout-new__details__signup__confirm__label {
  display: flex;
  flex: 1;
  font-size: 1em;
}
.checkout-new__details__confirmation {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
}
.checkout-new__details__confirmation__label {
  display: flex;
  padding: 10px 0px 20px 0px;
  border-bottom: 1px solid #e4e7ed;
}
.checkout-new__details__confirmation__rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.checkout-new__details__confirmation__row {
  display: flex;
  flex-direction: row;
  gap: 30px;
  border-bottom: 1px solid #e4e7ed;
  padding: 20px;
}
@media (max-width: 420px) {
  .checkout-new__details__confirmation__row {
    flex-direction: column;
  }
}
.checkout-new__details__confirmation__row__image {
  display: flex;
  min-width: 120px;
}
.checkout-new__details__confirmation__row__image img {
  height: 150px;
  border-radius: 10px;
}
.checkout-new__details__confirmation__row__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.checkout-new__details__confirmation__row__content__type {
  text-transform: capitalize;
  flex: 1;
}
.checkout-new__details__confirmation__row__content__buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media (max-width: 741px) {
  .checkout-new__details__confirmation__row__content__buttons {
    flex-direction: column;
  }
}
.checkout-new__details__confirmation__row__content__buttons .checkout__button {
  width: unset;
}
@media (max-width: 741px) {
  .checkout-new__details__confirmation__row__content__buttons .checkout__button {
    width: 100%;
    font-size: 0.9em;
  }
}
.checkout-new__summary {
  min-width: 550px;
}
@media (max-width: 1150px) {
  .checkout-new__summary {
    min-width: 100%;
  }
}
.checkout-new__summary__inner {
  max-width: 550px;
}
@media (max-width: 1150px) {
  .checkout-new__summary__inner {
    max-width: 100%;
    min-width: 100%;
  }
}
.checkout-new__summary__products {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.checkout-new__summary__products__rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-x: auto;
  max-height: 500px;
}
.checkout-new__summary__products__rows__row {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e7ed;
}
.checkout-new__summary__products__rows__row__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.checkout-new__summary__products__rows__row__header__delete {
  display: flex;
  font-size: 1.4em;
}
.checkout-new__summary__products__rows__row__header__delete:hover {
  cursor: pointer;
}
.checkout-new__summary__products__rows__row__header__delete button {
  border: 0px solid !important;
  background: transparent !important;
}
.checkout-new__summary__products__rows__row__header__delete button svg path {
  fill: #808080;
}
.checkout-new__summary__products__rows__row__header__delete button:hover svg path {
  fill: #3b3b3b;
}
.checkout-new__summary__products__rows__row__details {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.checkout-new__summary__products__rows__row__details__product {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.checkout-new__summary__products__rows__row__details__product__items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  align-items: center;
}
.checkout-new__summary__products__rows__row__details__product__items__value {
  display: flex;
  flex-direction: row;
  width: 160px;
  padding-left: 5px;
  text-transform: capitalize;
}
.checkout-new__summary__products__rows__row__details__product__items__price {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.checkout-new__summary__products__rows__row__details__product__items__price__discount {
  color: #ec6611;
  text-decoration: line-through;
}
.checkout-new__summary__products__rows__row__details__product__items__price__label {
  padding: 8px 0px;
}
.checkout-new__summary__products__rows__row__details__product__items__quantity {
  width: 90px;
  background-color: #f5f6fa;
  padding: 5px 5px 5px 15px;
  border-radius: 20px;
  border: 1px solid #fff;
}
.checkout-new__summary__products__rows__row__details__product__items__quantity:focus {
  outline: #fff;
}
@media (max-width: 500px) {
  .checkout-new__summary__products__rows__row__image {
    display: none;
  }
}
.checkout-new__summary__products__rows__row__image img {
  height: 150px;
  border-radius: 10px;
}
.checkout-new__summary__row {
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.4em;
}
.checkout-new__summary__row--border {
  border-top: 1px solid #e4e7ed;
  padding: 20px 10px;
}
.checkout-new__summary__row__title {
  display: flex;
}
.checkout-new__summary__row__price {
  display: flex;
}
.checkout-new__navigation {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.checkout-new__navigation--spaced {
  justify-content: space-between;
}
.checkout-new__form {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
}
.checkout-new__form__row {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.checkout-new__form__row__shipping {
  display: flex;
  flex-direction: column;
  border: 1px solid #e4e7ed;
  padding: 20px;
}
.checkout-new__form__row__shipping__options {
  display: flex;
  flex-direction: row;
  gap: 20px;
  font-size: 1.3em;
}
.checkout-new__form__row__shipping__info {
  font-size: 12px;
}
.checkout-new__form__row__shipping__info a {
  font-size: 12px;
  color: #4ac5e3 !important;
}
.checkout-new__form__row__block {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.checkout-new__form__row__block__full {
  display: flex;
  flex-direction: row;
  flex: 1;
  gap: 20px;
}
.checkout-new__button {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  color: #000;
  padding: 10px 30px;
  max-width: 300px;
  transition: all 0.5s ease;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2em;
}
.checkout-new__button:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.checkout-new__button--inverse {
  background-color: #000;
  color: #fff;
}
.checkout-new__button--inverse:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.checkout-new__input__passwords {
  padding: 20px;
  background-color: #f9fafb;
}
.checkout-new__input__passwords__hint {
  font-size: 0.9em;
}
.checkout-new__input__radio :after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #a8adb5 0px 0px 0px 3px;
}
.checkout-new__input__radio :checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #ec6611;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #ec6611 0px 0px 0px 3px;
}
.checkout-new__input label {
  margin: 20px 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
.checkout-new__input span {
  padding: 10px;
  pointer-events: none;
  position: absolute;
  left: 10px;
  top: 0;
  transition: 0.2s;
  opacity: 0.5;
}
.checkout-new__input .custom-select {
  border: 2px solid #e4e7ed;
  font-size: 1em;
}
.checkout-new__input .custom-select:focus, .checkout-new__input .custom-select:active {
  outline: none !important;
  box-shadow: none;
}
.checkout-new__input .custom-select:hover {
  border: 2px solid #3c3c3b;
}
.checkout-new__input input,
.checkout-new__input select {
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  position: relative;
  border: 2px solid #e4e7ed;
  width: 100%;
  height: 45px;
}
.checkout-new__input input:not(:-moz-placeholder-shown) + span, .checkout-new__input select:not(:-moz-placeholder-shown) + span {
  opacity: 1;
  transform: scale(0.9) translateY(-70%) translateX(5px);
  background-color: white;
  padding: 0px 10px;
  color: #ec6611;
}
.checkout-new__input input:focus + span, .checkout-new__input input:not(:placeholder-shown) + span,
.checkout-new__input select:focus + span,
.checkout-new__input select:not(:placeholder-shown) + span {
  opacity: 1;
  transform: scale(0.9) translateY(-70%) translateX(5px);
  background-color: white;
  padding: 0px 10px;
  color: #ec6611;
}
.checkout-new__input input:focus + span, .checkout-new__input input:not(:-ms-input-placeholder) + span,
.checkout-new__input select:focus + span,
.checkout-new__input select:not(:-ms-input-placeholder) + span {
  opacity: 1;
  transform: scale(0.9) translateY(-70%) translateX(5px);
  background-color: white;
  padding: 0px 10px;
  color: #ec6611;
}
.checkout-new__input input:hover,
.checkout-new__input select:hover {
  border: 2px solid #3c3c3b;
}
.checkout-new__input input:focus, .checkout-new__input input:active,
.checkout-new__input select:focus,
.checkout-new__input select:active {
  outline-color: #ec6611;
}
.checkout-new__input input:-webkit-autofill,
.checkout-new__input select:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 50px white inset;
}
.checkout-new__input__show:hover {
  cursor: pointer;
}
.checkout-new__input__check {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 20px;
  height: 20px;
}
.checkout-new__input__check__spinner {
  left: -10px !important;
  font-size: 0.5em;
}
.checkout-new__input__check:hover {
  cursor: pointer;
}
.checkout-new__input__error {
  width: 100%;
  padding: 8px 25px;
  background-color: #fceff1;
  border-radius: 10px;
  position: relative;
  color: #f34e66;
  margin-top: -6px;
}
.checkout-new__input__error:before {
  content: "▲";
  position: absolute;
  left: 20px;
  top: -30px;
  font-size: 2em;
  color: #fceff1;
}
.checkout-new__input__error:after {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 8px;
}
.checkout-new__input__error--float {
  position: absolute;
  left: 0;
  top: 45px;
}

.errors-layout {
  background-color: #e4e7ed;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
}
.errors-layout .errors-container {
  width: 40%;
  background-color: white;
  border-radius: 20px;
  margin: 0 auto;
  font-size: 14px;
  color: #454a55;
}
.errors-layout .errors-container .search-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.errors-layout .errors-container .search-box_input {
  width: 70%;
  height: 40px;
  padding: 0 10px;
  border-width: 1px !important;
}
.errors-layout .errors-container .search-box_button {
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #ec6611;
  right: 0;
  padding-bottom: 3px;
  border: none;
  margin-left: -5px;
}
.errors-layout .errors-container .search-box_button > i {
  color: white;
  font-size: 18px;
}
.errors-layout .errors-heading {
  font-size: 32px;
}
.errors-layout .errors-text {
  font-size: 16px;
}
.errors-layout .errors-footer .btn {
  background-color: #ec6611;
  border-radius: 10px;
  color: white;
  font-size: 14px;
  padding: 1rem 3rem;
  margin: 0 1rem;
}
@media screen and (max-width: 1140px) {
  .errors-layout .errors-footer .btn {
    background-color: #ec6611;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    padding: 0rem 1rem;
  }
}
@media screen and (max-width: 992px) {
  .errors-layout .errors-container {
    width: 100%;
  }
}

.search-header-container #packt-navbar {
  font-family: "walsheim", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  height: 70px;
  background: #ffffff;
  position: sticky;
  top: 0px;
  z-index: 10;
  padding: 0px 55px;
  box-shadow: 0 3px 20px 0 rgba(63, 79, 110, 0.15);
}
@media (max-width: 350px) {
  .search-header-container #packt-navbar {
    padding: 0px 20px;
  }
}
@media (max-width: 1130px) {
  .search-header-container #packt-navbar.navbar-logout form input {
    width: 200px;
  }
}
@media (min-width: 1400px) {
  .search-header-container #packt-navbar.navbar-logout form input {
    width: 400px;
    margin-left: 30px;
  }
}
.search-header-container #packt-navbar .navbar-nav {
  align-items: center;
}
.search-header-container #packt-navbar .button {
  font-size: 16px;
  border-radius: 20px;
  color: #fff;
  padding: 12px 20px !important;
}
.search-header-container #packt-navbar .button:hover, .search-header-container #packt-navbar .button:focus {
  color: #fff;
}
.search-header-container #packt-navbar .icon-close #asdfasdf {
  fill: #a8adb5;
}
.search-header-container #packt-navbar .icon-close:hover #asdfasdf {
  fill: #ec6611;
}
.search-header-container #packt-navbar .navbar-toggler {
  border: 0px;
  padding: 0px;
  margin-left: 10px;
  width: 30px;
  height: 30px;
}
.search-header-container #packt-navbar .navbar-toggler .icon-close #asdfasdf {
  fill: #ec6611;
}
.search-header-container #packt-navbar .navbar-toggler .icon svg {
  width: 30px;
  height: 30px;
}
.search-header-container #packt-navbar .navbar-toggler .icon svg path {
  stroke: #ec6611;
}
.search-header-container #packt-navbar .navbar-brand {
  margin-right: 25px;
}
.search-header-container #packt-navbar .navbar-brand .logo {
  width: 92px;
  height: 30px;
}
.search-header-container #packt-navbar a {
  color: #454a55;
  font-size: 14px;
  line-height: 16px;
}
.search-header-container #packt-navbar a.nav-link {
  margin: 0px 15px;
}
@media (max-width: 1230px) {
  .search-header-container #packt-navbar a.nav-link {
    margin: 0px 5px;
  }
}
@media (min-width: 768px) and (max-width: 1030px) {
  .search-header-container #packt-navbar a.nav-link {
    margin: 0px 5px;
  }
}
.search-header-container #packt-navbar a:hover, .search-header-container #packt-navbar a:focus, .search-header-container #packt-navbar a:active {
  color: #ec6611;
}
.search-header-container #packt-navbar a:hover i, .search-header-container #packt-navbar a:focus i, .search-header-container #packt-navbar a:active i {
  color: #ec6611;
}
.search-header-container #packt-navbar a.style-1 {
  color: #4ac5e3;
}
.search-header-container #packt-navbar i {
  font-size: 17px;
  line-height: 16px;
}
.search-header-container #packt-navbar .svg-icon {
  width: 17px;
}
.search-header-container #packt-navbar .svg-icon svg {
  height: 17px;
  max-width: 17px;
}
.search-header-container #packt-navbar .btn:focus, .search-header-container #packt-navbar .btn:hover {
  box-shadow: none;
}
.search-header-container #packt-navbar input:focus {
  box-shadow: 0 0 0 0.2rem #ec6611;
}
.search-header-container #packt-navbar form input {
  background-color: #f5f6fa;
  border-radius: 20px;
  font-size: 14px;
  line-height: 16px;
  padding: 20px;
  padding-right: 40px;
  border: 0px solid;
  width: 250px;
}
.search-header-container #packt-navbar form input::-moz-placeholder {
  color: #a8adb5;
}
.search-header-container #packt-navbar form input::placeholder {
  color: #a8adb5;
}
@media (max-width: 1130px) {
  .search-header-container #packt-navbar form input {
    width: 200px;
  }
}
@media (min-width: 1400px) {
  .search-header-container #packt-navbar form input {
    width: 400px;
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1030px) {
  .search-header-container #packt-navbar form input {
    width: 190px;
  }
}
.search-header-container #packt-navbar form .btn {
  margin-left: -40px;
  padding: 0px;
}
.search-header-container #packt-navbar form .btn i {
  color: #ffa76f;
  font-size: 17px;
}
.search-header-container #packt-navbar .advanced-search-parent {
  position: relative;
}
.search-header-container #packt-navbar .advanced-search-parent .advanced-search-button {
  color: #ec6611;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 180px;
  height: 40px;
  border: 2px solid #ec6611;
  border-radius: 20px;
  background: #fff;
  transition: all 0.2s linear;
}
.search-header-container #packt-navbar .advanced-search-parent .advanced-search-button:hover {
  color: #fff;
  background-color: #ec6611;
}
@media (max-width: 1230px) {
  .search-header-container #packt-navbar .advanced-search-parent .advanced-search-button {
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1030px) {
  .search-header-container #packt-navbar .advanced-search-parent .advanced-search-button {
    width: 135px;
  }
}
.search-header-container #packt-navbar .dropdown .btn-loader {
  margin-top: 5px;
  text-align: center;
}
.search-header-container #packt-navbar .dropdown .btn-loader .spinner-border {
  height: 30px;
  width: 30px;
  border-color: #454a55;
  border-right-color: transparent;
}
@media (max-width: 1230px) {
  .search-header-container #packt-navbar .dropdown .advanced-search-button {
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1030px) {
  .search-header-container #packt-navbar .dropdown form input {
    width: 190px;
  }
  .search-header-container #packt-navbar .dropdown .advanced-search-button {
    width: 135px;
  }
}
.search-header-container #packt-navbar .dropdown .btn-loader {
  margin-top: 5px;
  text-align: center;
}
.search-header-container #packt-navbar .dropdown .btn-loader .spinner-border {
  height: 30px;
  width: 30px;
  border-color: #454a55;
  border-right-color: transparent;
}
.search-header-container #packt-navbar .dropdown .nav-link.dropdown-toggle::after {
  content: "";
  font-family: fontAwesome;
  margin-left: 5px;
  font-size: 17px;
  line-height: 16px;
  border: 0px;
  vertical-align: unset;
}
.search-header-container #packt-navbar .dropdown .nav-link.dropdown-toggle[aria-expanded=true]::after {
  content: "";
}
.search-header-container #packt-navbar .dropdown .dropdown-menu {
  margin-top: 15px !important;
  border: 0px;
  box-shadow: 0 3px 20px 0 rgba(63, 79, 110, 0.15);
  min-width: 180px;
  max-width: 250px;
}
.search-header-container #packt-navbar .dropdown .dropdown-menu[aria-labelledby=recent-dropdown__BV_toggle_] {
  width: 230px;
}
.search-header-container #packt-navbar .dropdown .dropdown-menu .dropdown-text {
  padding: 10px 0px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.search-header-container #packt-navbar .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  white-space: break-spaces;
}
.search-header-container #packt-navbar .dropdown .dropdown-menu .dropdown-item .svg-icon {
  fill: #454a55;
  margin-right: 7px;
}
.search-header-container #packt-navbar .dropdown .dropdown-menu .dropdown-item .svg-icon #asdfasdf,
.search-header-container #packt-navbar .dropdown .dropdown-menu .dropdown-item .svg-icon .st0 {
  stroke: #454a55;
}
.search-header-container #packt-navbar .dropdown .dropdown-menu .dropdown-item:hover, .search-header-container #packt-navbar .dropdown .dropdown-menu .dropdown-item:focus, .search-header-container #packt-navbar .dropdown .dropdown-menu .dropdown-item:active {
  background: transparent;
}
.search-header-container #packt-navbar .dropdown .dropdown-menu .dropdown-item:hover .svg-icon, .search-header-container #packt-navbar .dropdown .dropdown-menu .dropdown-item:focus .svg-icon, .search-header-container #packt-navbar .dropdown .dropdown-menu .dropdown-item:active .svg-icon {
  fill: #ec6611;
}
.search-header-container #packt-navbar .dropdown .dropdown-menu .dropdown-item:hover .svg-icon #asdfasdf,
.search-header-container #packt-navbar .dropdown .dropdown-menu .dropdown-item:hover .svg-icon .st0, .search-header-container #packt-navbar .dropdown .dropdown-menu .dropdown-item:focus .svg-icon #asdfasdf,
.search-header-container #packt-navbar .dropdown .dropdown-menu .dropdown-item:focus .svg-icon .st0, .search-header-container #packt-navbar .dropdown .dropdown-menu .dropdown-item:active .svg-icon #asdfasdf,
.search-header-container #packt-navbar .dropdown .dropdown-menu .dropdown-item:active .svg-icon .st0 {
  stroke: #ec6611;
}
.search-header-container #packt-navbar .user-account #asdfasdf {
  stroke: #a8adb5;
}
.search-header-container #packt-navbar .user-account:hover #asdfasdf {
  stroke: #ec6611;
}
@media (max-width: 991px) {
  .search-header-container #packt-navbar .navbar-nav {
    align-items: unset;
  }
  .search-header-container #packt-navbar .button {
    margin: 15px 20px 0px !important;
  }
  .search-header-container #packt-navbar i {
    font-size: 20px;
  }
  .search-header-container #packt-navbar form:not(.show) {
    display: none;
  }
  .search-header-container #packt-navbar form {
    position: absolute;
    top: 100%;
    left: 0px;
    padding: 20px;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 20px -7px rgba(63, 79, 110, 0.15);
  }
  .search-header-container #packt-navbar form input {
    width: 100%;
  }
  .search-header-container #packt-navbar a.nav-link {
    margin: 0px 10px;
  }
  .search-header-container #packt-navbar .nav-row {
    flex-direction: row;
    margin-left: auto;
  }
  .search-header-container #packt-navbar .nav-row i {
    color: #a8adb5;
  }
  .search-header-container #packt-navbar #packt-navbar-nav {
    position: fixed;
    top: 70px;
    left: 0px;
    width: 100%;
    background: #f5f6fa;
    padding: 10px 0px;
  }
  .search-header-container #packt-navbar #packt-navbar-nav::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    height: 100%;
    background: #f5f6fa;
    z-index: -1;
  }
  .search-header-container #packt-navbar #packt-navbar-nav .nav-link {
    margin: 0px;
    padding: 15px 20px;
  }
  .search-header-container #packt-navbar #packt-navbar-nav .dropdown {
    width: 100%;
  }
  .search-header-container #packt-navbar #packt-navbar-nav .dropdown .nav-link::after {
    float: right;
    color: #ec6611;
  }
  .search-header-container #packt-navbar #packt-navbar-nav .dropdown .dropdown-menu {
    margin: -5px 35px 10px 35px !important;
    box-shadow: none;
    background: transparent;
    max-width: 100%;
    width: auto;
    transform: none !important;
    position: static !important;
  }
  .search-header-container #packt-navbar #packt-navbar-nav .dropdown .dropdown-menu .dropdown-item:hover, .search-header-container #packt-navbar #packt-navbar-nav .dropdown .dropdown-menu .dropdown-item:focus, .search-header-container #packt-navbar #packt-navbar-nav .dropdown .dropdown-menu .dropdown-item:active {
    background: #fff;
  }
}

.playlist-alert {
  position: fixed !important;
  top: 15px;
  right: calc(50% - 400px);
  width: 800px;
  max-width: calc(100% - 20px);
  border-radius: 5px;
  opacity: 0.9000000358;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  border-color: transparent;
  z-index: 1051;
}
@media (max-width: 800px) {
  .playlist-alert {
    top: 5px;
    left: 10px;
  }
}
.playlist-alert.alert-success {
  background: #59c19a;
}
.playlist-alert.alert-danger {
  background: #f34e66;
}
.playlist-alert.alert-warning {
  background: #f6b11f;
  color: #ffffff;
}
.playlist-alert.alert-secondary {
  opacity: 1;
  color: #6d737d;
  background-color: #eceef3;
  box-shadow: 0px 0px 1px #000;
}
.playlist-alert.alert-secondary a {
  color: #6d737d;
  font-weight: bold;
}
.playlist-alert a {
  color: #fff;
}
.playlist-alert .close {
  font-size: 25px;
  padding-top: 0.5rem;
}

.packt-blade-modal {
  color: #454a55;
  padding-right: 0px !important;
}
.packt-blade-modal .modal-dialog .modal-content {
  margin-top: 10rem;
  padding: 1.5rem 3rem;
  border-radius: 10px;
  box-shadow: 0 6px 30px 0 rgba(63, 79, 110, 0.15);
  width: 488px;
  max-width: calc(100% - 20px);
  max-height: 524px;
  left: auto;
  margin-left: auto;
  margin-right: auto;
}
.packt-blade-modal .modal-dialog .modal-content .close {
  font-size: 26px;
  cursor: pointer;
}
.packt-blade-modal .modal-dialog .modal-content .modal-header {
  padding: 1rem 0px;
  border-bottom: 0px solid;
  margin-bottom: 10px;
}
.packt-blade-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 26px;
  line-height: 32px;
}
.packt-blade-modal .modal-dialog .modal-content .modal-body {
  margin-bottom: 10px;
  padding: 0px;
}
.packt-blade-modal .modal-dialog .modal-content .modal-body .form-group {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.packt-blade-modal .modal-dialog .modal-content .modal-body .form-group .form-control::-moz-placeholder {
  color: #a8adb5;
}
.packt-blade-modal .modal-dialog .modal-content .modal-body .form-group .form-control::placeholder {
  color: #a8adb5;
}
.packt-blade-modal .modal-dialog .modal-content .modal-body .form-group .form-control.invalid {
  border-color: #f34e66;
}
.packt-blade-modal .modal-dialog .modal-content .modal-body .form-group .form-control {
  font-size: 14px;
  line-height: 16px;
  background-color: #f5f6fa;
  border-radius: 20px;
  border: 2px solid #f5f6fa;
  box-shadow: none !important;
  padding: 10px 15px;
  height: 40px;
  color: #454a55;
}
.packt-blade-modal .modal-dialog .modal-content .modal-body .form-group textarea {
  min-height: 70px;
  resize: none;
  height: auto !important;
}
.packt-blade-modal .modal-dialog .modal-content .modal-body label,
.packt-blade-modal .modal-dialog .modal-content .modal-body .label-text {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
.packt-blade-modal .modal-dialog .modal-content .modal-footer {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0px;
  padding-top: 25px;
  border-top: 1px solid #e0e1e4;
}
.packt-blade-modal .modal-dialog .modal-content .modal-footer .btn {
  flex: 1 1 auto;
  text-align: center;
  font-size: 16px;
  border-radius: 20px;
  height: 40px;
  width: calc(50% - 5px);
  margin: 0px;
}
.packt-blade-modal .modal-dialog .modal-content .modal-footer .btn-loader {
  width: calc(50% - 5px);
  margin: 0px;
  text-align: center;
}
.packt-blade-modal .modal-dialog .modal-content .modal-footer .btn-loader .spinner-border {
  height: 40px;
  width: 40px;
  border-color: #454a55;
  border-right-color: transparent;
}
.packt-blade-modal .modal-dialog .modal-content .modal-footer .btn:nth-child(2) {
  margin-left: 10px;
}
.packt-blade-modal .modal-dialog .modal-content .modal-footer .btn-cancel {
  border: 2px solid #ec6611;
  color: #ec6611;
  background: #fff;
}
.packt-blade-modal .modal-dialog .modal-content .modal-footer .btn-delete {
  background: #f34e66;
  color: #ffffff;
  border-color: transparent;
}
.packt-blade-modal .modal-dialog .modal-content .modal-footer .btn-confirm {
  background-image: linear-gradient(135deg, #4dd287 0%, #59c19a 100%);
  color: #ffffff;
  border-color: transparent;
}

.fifty-percent-banner {
  text-align: center;
  background: #ada9eb;
  font-family: "walsheim", Helvetica, Arial, "Lucida Grande", sans-serif;
  cursor: pointer;
  position: fixed;
  top: 7rem;
  z-index: 9999;
  width: 100%;
  overflow: hidden;
  -webkit-animation: expand 1400ms;
}

#fifty-percent-banner .close {
  z-index: 99999999;
  position: fixed;
  top: 80px;
  right: 15px;
  font-size: 30px;
  font-weight: 100;
  color: #000;
}

body.has-banner .navigation {
  z-index: 99999;
}
body.has-banner .navigation .navigation__inner {
  z-index: 9;
}

body:not(.has-banner) #fifty-percent-banner {
  display: none;
  transition: display 1000ms ease-in-out;
}

@media screen and (min-width: 720px) {
  body.has-banner {
    margin-top: 225px;
    transition: margin-top 1000ms ease-in-out;
  }
}
@media screen and (max-width: 719px) {
  body.has-banner {
    margin-top: 330px;
    transition: margin-top 1000ms ease-in-out;
  }
}
.left-banner-container {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.left-banner-container .left-banner {
  min-height: 225px;
  overflow: hidden;
}
.left-banner-container .left-banner .top-tri {
  position: absolute;
  width: 113px;
  height: 216px;
  left: 0px;
  top: 0px;
  background: #9998cd;
  transform: matrix(0.87, 0.5, -0.5, 0.87, -39, -65);
  z-index: -1;
}
.left-banner-container .left-banner .bottom-tri {
  position: absolute;
  width: 143px;
  height: 268px;
  left: 0px;
  bottom: 0px;
  background: #9f9de2;
  transform: matrix(0.87, -0.5, 0.5, 0.87, -77, 84);
  z-index: -2;
}
@media screen and (max-width: 719px) {
  .left-banner-container .left-banner .right-top-tri {
    position: absolute;
    width: 113px;
    height: 216px;
    right: 0px;
    top: 0px;
    background: #9998cd;
    transform: matrix(0.87, -0.5, 0.5, 0.87, 48, -43);
    z-index: -1;
  }
  .left-banner-container .left-banner .right-bottom-tri {
    position: absolute;
    width: 143px;
    height: 268px;
    right: 0px;
    bottom: 0px;
    background: #9f9de2;
    transform: matrix(0.87, 0.5, -0.5, 0.87, 91, 62);
    z-index: -2;
  }
}
@media screen and (min-width: 720px) {
  .left-banner-container .left-banner .right-top-tri {
    display: none;
  }
  .left-banner-container .left-banner .right-bottom-tri {
    display: none;
  }
}
.left-banner-container .left-banner .left-banner-title {
  padding-top: 26px;
  font-style: italic;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #000000;
}
.left-banner-container .left-banner .left-banner-description {
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 136.6%;
  color: #ffffff;
}
.left-banner-container .left-banner .left-banner-description b {
  color: #000000;
}
.left-banner-container .left-banner .left-banner-button-container {
  padding-bottom: 24px;
}
.left-banner-container .left-banner .left-banner-button {
  width: 241px;
  height: 50px;
  background: #000000;
  border-radius: 30.5px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  color: #ffffff;
  border: none;
}

.right-banner-container {
  background-color: #e7e5f9;
}
.right-banner-container .right-banner {
  text-align: center;
}
.right-banner-container .right-banner .right-banner-title {
  padding-top: 15%;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  color: #000000;
  padding-bottom: 19px;
}
.right-banner-container .right-banner .right-banner-description {
  margin: auto;
  width: 215px;
  height: 62px;
  background: #ffffff;
  border-radius: 5px;
  text-align: center;
}
.right-banner-container .right-banner .right-banner-description .right-banner-description-text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #4a4a4a;
  display: inline-block;
  vertical-align: center;
  padding: 5px 0;
}
.right-banner-container .right-banner .right-banner-description .right-banner-description-text .right-banner-description-text-slot {
  font-style: normal;
  display: inline-block;
  font-weight: 500;
  font-size: 50px;
  line-height: 57px;
  color: #ff6584;
  vertical-align: middle;
}
.right-banner-container .right-banner .right-banner-description .right-banner-description-text :not(.right-banner-description-text-slot) {
  padding-bottom: 10px;
}
.right-banner-container .right-banner div:not(.right-bottom-tri, .right-top-tri) {
  z-index: 9999;
}
@media screen and (min-width: 720px) {
  .right-banner-container .right-banner .right-top-tri {
    position: absolute;
    width: 113px;
    height: 216px;
    right: 0px;
    top: 0px;
    background: #cccbf3;
    transform: matrix(0.87, -0.5, 0.5, 0.87, 48, -43);
    z-index: 0;
  }
  .right-banner-container .right-banner .right-bottom-tri {
    position: absolute;
    width: 143px;
    height: 268px;
    right: 0px;
    bottom: 0px;
    background: #d3d2f2;
    transform: matrix(0.87, 0.5, -0.5, 0.87, 91, 62);
    z-index: 0;
  }
}
@media screen and (max-width: 719px) {
  .right-banner-container .right-banner {
    height: 87px;
  }
  .right-banner-container .right-banner .right-top-tri {
    display: none;
  }
  .right-banner-container .right-banner .right-bottom-tri {
    display: none;
  }
  .right-banner-container .right-banner .right-banner-title {
    padding-top: 20%;
    font-size: 24px;
  }
  .right-banner-container .right-banner .right-banner-description {
    margin-top: 10px;
    margin-left: -15px;
  }
}

.cms-body {
  background: #fff;
}
.cms-body #cms-content {
  padding: 3rem 0px;
  max-width: 1140px;
  margin: auto;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 1200px) {
  .cms-body #cms-content {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 767.98px) {
  .cms-body #cms-content {
    max-width: calc(100% - 40px);
  }
}

.forms__button {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  color: #000;
  padding: 10px 30px;
  max-width: 300px;
  transition: all 0.5s ease;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2em;
}
.forms__button:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.forms__button--inverse {
  background-color: #000;
  color: #fff;
}
.forms__button--inverse:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.forms__input {
  font-size: 1.4em;
}
.forms__input__passwords {
  padding: 20px;
  background-color: #f9fafb;
}
.forms__input__passwords__hint {
  font-size: 0.9em;
}
.forms__input__checkbox {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.forms__input__checkbox input:checked {
  background-color: #ec6611;
}
.forms__input__checkbox input:hover {
  cursor: pointer;
  background-color: #e4e7ed;
}
.forms__input__radio {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.forms__input__radio__button :after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #a8adb5 0px 0px 0px 3px;
}
.forms__input__radio__button :checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #ec6611;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #ec6611 0px 0px 0px 3px;
}
.forms__input label {
  margin: 10px 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
.forms__input span {
  padding: 15px;
  pointer-events: none;
  position: absolute;
  left: 10px;
  top: 0;
  transition: 0.2s;
  opacity: 0.5;
}
.forms__input .custom-select {
  border: 2px solid #e4e7ed;
  font-size: 1em;
}
.forms__input .custom-select:focus, .forms__input .custom-select:active {
  outline: none !important;
  box-shadow: none;
}
.forms__input .custom-select:hover {
  border: 2px solid #3c3c3b;
}
.forms__input input,
.forms__input select,
.forms__input textarea {
  border-radius: 7px;
  padding: 10px 20px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  position: relative;
  border: 2px solid #e4e7ed;
  width: 100%;
  min-height: 60px;
}
.forms__input input:not(:-moz-placeholder-shown) + span, .forms__input select:not(:-moz-placeholder-shown) + span, .forms__input textarea:not(:-moz-placeholder-shown) + span {
  opacity: 1;
  transform: scale(0.9) translateY(-70%) translateX(5px);
  background-color: white;
  padding: 0px 10px;
  color: #ec6611;
}
.forms__input input:focus + span, .forms__input input:not(:placeholder-shown) + span,
.forms__input select:focus + span,
.forms__input select:not(:placeholder-shown) + span,
.forms__input textarea:focus + span,
.forms__input textarea:not(:placeholder-shown) + span {
  opacity: 1;
  transform: scale(0.9) translateY(-70%) translateX(5px);
  background-color: white;
  padding: 0px 10px;
  color: #ec6611;
}
.forms__input input:focus + span, .forms__input input:not(:-ms-input-placeholder) + span,
.forms__input select:focus + span,
.forms__input select:not(:-ms-input-placeholder) + span,
.forms__input textarea:focus + span,
.forms__input textarea:not(:-ms-input-placeholder) + span {
  opacity: 1;
  transform: scale(0.9) translateY(-70%) translateX(5px);
  background-color: white;
  padding: 0px 10px;
  color: #ec6611;
}
.forms__input input:hover,
.forms__input select:hover,
.forms__input textarea:hover {
  border: 2px solid #3c3c3b;
}
.forms__input input:focus, .forms__input input:active,
.forms__input select:focus,
.forms__input select:active,
.forms__input textarea:focus,
.forms__input textarea:active {
  outline-color: #ec6611;
}
.forms__input input:-webkit-autofill,
.forms__input select:-webkit-autofill,
.forms__input textarea:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 50px white inset;
}
.forms__input__check {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 20px;
  height: 20px;
}
.forms__input__check__spinner {
  left: -10px !important;
  font-size: 0.5em;
}
.forms__input__check:hover {
  cursor: pointer;
}
.forms__input__error {
  width: 100%;
  padding: 8px 25px;
  background-color: #fceff1;
  border-radius: 10px;
  position: relative;
  color: #f34e66;
  margin-top: -6px;
  font-size: 1em;
}
.forms__input__error:before {
  content: "▲";
  position: absolute;
  left: 20px;
  top: -30px;
  font-size: 2em;
  color: #fceff1;
}
.forms__input__error:after {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 8px;
}
.forms__input__error--float {
  position: absolute;
  left: 0;
  top: 50px;
}

#fiveDollarBanner.dollar-five-banner-container,
.dollar-five-banner-container {
  font-family: "Outfit";
}
#fiveDollarBanner.dollar-five-banner-container .content.dark-bg, #fiveDollarBanner.dollar-five-banner-container.dark-bg,
.dollar-five-banner-container .content.dark-bg,
.dollar-five-banner-container.dark-bg {
  background: #202020 !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.dark-bg .center-content *,
#fiveDollarBanner.dollar-five-banner-container .content.dark-bg .offer-text, #fiveDollarBanner.dollar-five-banner-container.dark-bg .center-content *,
#fiveDollarBanner.dollar-five-banner-container.dark-bg .offer-text,
.dollar-five-banner-container .content.dark-bg .center-content *,
.dollar-five-banner-container .content.dark-bg .offer-text,
.dollar-five-banner-container.dark-bg .center-content *,
.dollar-five-banner-container.dark-bg .offer-text {
  color: #dbdbdb !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.dark-bg .center-content * .text-white,
#fiveDollarBanner.dollar-five-banner-container .content.dark-bg .offer-text .text-white, #fiveDollarBanner.dollar-five-banner-container.dark-bg .center-content * .text-white,
#fiveDollarBanner.dollar-five-banner-container.dark-bg .offer-text .text-white,
.dollar-five-banner-container .content.dark-bg .center-content * .text-white,
.dollar-five-banner-container .content.dark-bg .offer-text .text-white,
.dollar-five-banner-container.dark-bg .center-content * .text-white,
.dollar-five-banner-container.dark-bg .offer-text .text-white {
  color: #fff !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.dark-bg .sub-text,
#fiveDollarBanner.dollar-five-banner-container .content.dark-bg .text, #fiveDollarBanner.dollar-five-banner-container.dark-bg .sub-text,
#fiveDollarBanner.dollar-five-banner-container.dark-bg .text,
.dollar-five-banner-container .content.dark-bg .sub-text,
.dollar-five-banner-container .content.dark-bg .text,
.dollar-five-banner-container.dark-bg .sub-text,
.dollar-five-banner-container.dark-bg .text {
  color: #808080 !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.subhome,
.dollar-five-banner-container .content.subhome {
  justify-content: space-between;
  height: 114px;
}
#fiveDollarBanner.dollar-five-banner-container .content.subhome .img-container,
.dollar-five-banner-container .content.subhome .img-container {
  position: absolute;
  height: 100%;
  z-index: 0;
  height: 114px !important;
  width: 440px;
}
#fiveDollarBanner.dollar-five-banner-container .content.subhome .img-container img,
.dollar-five-banner-container .content.subhome .img-container img {
  z-index: 0;
  height: 100% !important;
  position: relative;
  width: 100%;
  margin-top: 0px !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.subhome .left-container .plan-info,
.dollar-five-banner-container .content.subhome .left-container .plan-info {
  font-size: 30px !important;
  text-transform: lowercase;
  line-height: 35px;
  text-align: center;
  font-weight: 800;
  width: 260px;
}
#fiveDollarBanner.dollar-five-banner-container .content.subhome .left-container .plan-info span,
.dollar-five-banner-container .content.subhome .left-container .plan-info span {
  font-size: 30px !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.subhome .center-content,
.dollar-five-banner-container .content.subhome .center-content {
  width: 45%;
}
#fiveDollarBanner.dollar-five-banner-container .content.subhome .center-content .main-text,
.dollar-five-banner-container .content.subhome .center-content .main-text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px !important;
  text-align: left;
  line-height: 26px;
  color: #dbdbdb !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.subhome .center-content .sub-text,
.dollar-five-banner-container .content.subhome .center-content .sub-text {
  color: #dbdbdb !important;
  margin-top: 15px;
}
#fiveDollarBanner.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer .child-elem .val,
.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer .child-elem .val {
  color: #fff !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer__get-offer-ctr,
.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer__get-offer-ctr {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  height: 100%;
  min-width: 250px;
  min-height: 96px;
  padding-bottom: 20px;
}
#fiveDollarBanner.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer__get-offer-ctr button,
.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer__get-offer-ctr button {
  background-color: #f97141;
  width: 156px;
  height: 48px;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
}
@media (min-width: 992px) and (max-width: 1460px) {
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .img-container,
.dollar-five-banner-container .content.subhome .img-container {
    width: 280px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-content,
.dollar-five-banner-container .content.subhome .center-content {
    width: auto !important;
    padding: 0rem 3rem 0rem 10rem !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer,
.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer {
    padding: 0rem 5rem 0rem 1rem !important;
  }
}
@media (min-width: 769px) and (max-width: 993px) {
  #fiveDollarBanner.dollar-five-banner-container .content.subhome,
.dollar-five-banner-container .content.subhome {
    flex-wrap: nowrap !important;
    height: 130px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .img-container,
.dollar-five-banner-container .content.subhome .img-container {
    width: 200px !important;
    height: 130px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .left-container,
.dollar-five-banner-container .content.subhome .left-container {
    padding: 0rem 0rem 0rem 1rem;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .left-container .plan-info,
.dollar-five-banner-container .content.subhome .left-container .plan-info {
    font-size: 24px !important;
    line-height: 28px !important;
    width: auto !important;
    text-align: left;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .left-container .plan-info span,
.dollar-five-banner-container .content.subhome .left-container .plan-info span {
    font-size: 24px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-content,
.dollar-five-banner-container .content.subhome .center-content {
    position: relative;
    left: 60px;
    width: auto !important;
    padding: 0rem 7rem 0rem 4rem !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-content .main-text,
.dollar-five-banner-container .content.subhome .center-content .main-text {
    line-height: 26px !important;
    text-align: left !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-content .sub-text,
.dollar-five-banner-container .content.subhome .center-content .sub-text {
    margin-top: 10px;
    text-align: left !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-right-content,
.dollar-five-banner-container .content.subhome .center-right-content {
    width: 100% !important;
    justify-content: end !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer,
.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer {
    width: 100%;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer .child-elem,
.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer .child-elem {
    width: 50px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer .child-elem .val,
.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer .child-elem .val {
    font-size: 20px !important;
    color: #fff !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer .child-elem .text,
.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer .child-elem .text {
    font-size: 12px !important;
    color: #fff !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer__get-offer-ctr,
.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer__get-offer-ctr {
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  #fiveDollarBanner.dollar-five-banner-container .content.subhome,
.dollar-five-banner-container .content.subhome {
    flex-wrap: wrap !important;
    flex-direction: column;
    align-items: flex-start;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .img-container,
.dollar-five-banner-container .content.subhome .img-container {
    height: 80px !important;
    width: 100%;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .left-container,
.dollar-five-banner-container .content.subhome .left-container {
    padding: 1rem 0rem 2rem 2rem;
    margin-bottom: 0rem;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .left-container .plan-info,
.dollar-five-banner-container .content.subhome .left-container .plan-info {
    font-size: 20px !important;
    line-height: 28px !important;
    width: auto !important;
    text-align: left;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .left-container .plan-info span,
.dollar-five-banner-container .content.subhome .left-container .plan-info span {
    font-size: 20px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-content,
.dollar-five-banner-container .content.subhome .center-content {
    width: 100% !important;
    padding: 2rem 0rem 0rem 3rem !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-content .main-text,
.dollar-five-banner-container .content.subhome .center-content .main-text {
    line-height: 20px !important;
    text-align: left !important;
    font-size: 16px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-content .sub-text,
.dollar-five-banner-container .content.subhome .center-content .sub-text {
    margin-top: 15px;
    text-align: left !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-right-content,
.dollar-five-banner-container .content.subhome .center-right-content {
    width: 100% !important;
    justify-content: flex-start !important;
    padding: 0rem 0rem 0rem 1rem !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer,
.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer {
    width: 100%;
    justify-content: flex-start;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer .offer-text,
.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer .offer-text {
    text-align: left;
    padding-left: 15px;
    color: #dbdbdb !important;
    text-transform: lowercase;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer .offer-text:first-letter,
.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer .offer-text:first-letter {
    text-transform: uppercase;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer .child-elem,
.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer .child-elem {
    width: 50px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer .child-elem .val,
.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer .child-elem .val {
    font-size: 20px !important;
    color: #fff !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer .child-elem .text,
.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer .child-elem .text {
    font-size: 12px !important;
    color: #c4c4c4 !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer__get-offer-ctr,
.dollar-five-banner-container .content.subhome .center-right-content .dollar-5-timer__get-offer-ctr {
    display: flex;
    align-items: center;
    padding: 0rem 0rem 0rem 1rem;
    min-height: 80px;
  }
}
#fiveDollarBanner.dollar-five-banner-container .content.reader,
.dollar-five-banner-container .content.reader {
  justify-content: space-between;
  height: auto;
  min-height: 142px;
  margin-top: 10px;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader .img-container,
.dollar-five-banner-container .content.reader .img-container {
  border-radius: 10px;
  position: absolute;
  height: 100%;
  z-index: 0;
  height: 142px !important;
  width: 440px;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader .img-container img,
.dollar-five-banner-container .content.reader .img-container img {
  border-radius: 10px;
  z-index: 0;
  height: 100% !important;
  position: relative;
  width: 100%;
  margin-top: 0px !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader .left-container,
.dollar-five-banner-container .content.reader .left-container {
  z-index: 0;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader .left-container .plan-info,
.dollar-five-banner-container .content.reader .left-container .plan-info {
  font-size: 36px !important;
  text-transform: lowercase;
  line-height: 45px !important;
  text-align: center;
  font-weight: 800;
  width: 300px;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader .left-container .plan-info span,
.dollar-five-banner-container .content.reader .left-container .plan-info span {
  font-size: 36px !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader .center-content,
.dollar-five-banner-container .content.reader .center-content {
  width: 60%;
  min-height: 96px;
  z-index: 0;
  padding: 0px 55px 0px 20px !important;
  position: relative;
  left: 90px;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader .center-content .main-text,
.dollar-five-banner-container .content.reader .center-content .main-text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px !important;
  text-align: left;
  line-height: 30px !important;
  color: #dbdbdb !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader .center-content .main-text span,
.dollar-five-banner-container .content.reader .center-content .main-text span {
  font-size: 24px !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader .center-content .sub-text,
.dollar-five-banner-container .content.reader .center-content .sub-text {
  color: #dbdbdb !important;
  font-size: 16px !important;
  margin-top: 15px;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader .center-content .dollar-5-timer__get-offer-ctr,
.dollar-five-banner-container .content.reader .center-content .dollar-5-timer__get-offer-ctr {
  display: none;
  align-items: end;
  justify-content: flex-start;
  height: 100%;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader .center-content .dollar-5-timer__get-offer-ctr button,
.dollar-five-banner-container .content.reader .center-content .dollar-5-timer__get-offer-ctr button {
  background-color: #f97141;
  width: 156px;
  height: 48px;
  border-radius: 6px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  border: none;
}
@media (min-width: 992px) and (max-width: 1500px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-content .dollar-5-timer__get-offer-ctr,
.dollar-five-banner-container .content.reader .center-content .dollar-5-timer__get-offer-ctr {
    display: flex;
  }
}
#fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .offer-text,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .offer-text {
  color: #fff !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .child-elem,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .child-elem {
  width: 100px !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .child-elem .val,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .child-elem .val {
  color: #fff !important;
  font-size: 20px !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .child-elem .text,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .child-elem .text {
  color: #fff !important;
  font-size: 20px !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer__get-offer-ctr,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer__get-offer-ctr {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-width: 250px;
  min-height: 96px;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer__get-offer-ctr button,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer__get-offer-ctr button {
  background-color: #f97141;
  width: 156px;
  height: 48px;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
}
@media (min-width: 992px) and (max-width: 1500px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content,
.dollar-five-banner-container .content.reader .center-right-content {
    display: none !important;
  }
}
@media (min-width: 1400px) and (max-width: 1500px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer__get-offer-ctr,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer__get-offer-ctr {
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1500px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader,
.dollar-five-banner-container .content.reader {
    justify-content: flex-start;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .left-container .plan-info,
.dollar-five-banner-container .content.reader .left-container .plan-info {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .left-container .plan-info span,
.dollar-five-banner-container .content.reader .left-container .plan-info span {
    font-size: 32px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-content,
.dollar-five-banner-container .content.reader .center-content {
    width: 70% !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-content .main-text,
.dollar-five-banner-container .content.reader .center-content .main-text {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-content .main-text span,
.dollar-five-banner-container .content.reader .center-content .main-text span {
    font-size: 20px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-content .sub-text,
.dollar-five-banner-container .content.reader .center-content .sub-text {
    font-size: 15px !important;
  }
}
@media (min-width: 1460px) and (max-width: 1800px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader .img-container,
.dollar-five-banner-container .content.reader .img-container {
    width: 380px !important;
  }
}
@media (min-width: 992px) and (max-width: 1460px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader .img-container,
.dollar-five-banner-container .content.reader .img-container {
    width: 250px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .left-container .plan-info,
.dollar-five-banner-container .content.reader .left-container .plan-info {
    width: 200px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-content,
.dollar-five-banner-container .content.reader .center-content {
    width: 50%;
    padding: 0px 20px !important;
    position: relative;
    left: 40px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer {
    padding: 0rem 5rem 0rem 1rem !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer__get-offer-ctr,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer__get-offer-ctr {
    min-width: 200px;
    padding-bottom: 10px;
  }
}
@media (min-width: 769px) and (max-width: 993px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader,
.dollar-five-banner-container .content.reader {
    flex-wrap: wrap !important;
    height: auto !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .img-container,
.dollar-five-banner-container .content.reader .img-container {
    width: 75% !important;
    height: 80px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .img-container img,
.dollar-five-banner-container .content.reader .img-container img {
    border-radius: 10px 0px 0px 0px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .left-container,
.dollar-five-banner-container .content.reader .left-container {
    padding: 1rem 0rem 2rem 1rem;
    width: 100%;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .left-container .plan-info,
.dollar-five-banner-container .content.reader .left-container .plan-info {
    font-size: 24px !important;
    line-height: 28px !important;
    width: 100% !important;
    text-align: left;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .left-container .plan-info span,
.dollar-five-banner-container .content.reader .left-container .plan-info span {
    font-size: 24px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-content,
.dollar-five-banner-container .content.reader .center-content {
    width: 100% !important;
    padding: 0rem 4rem 1rem 3rem !important;
    left: 0px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-content .main-text,
.dollar-five-banner-container .content.reader .center-content .main-text {
    line-height: 26px !important;
    font-size: 20px !important;
    margin-top: 20px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-content .main-text span,
.dollar-five-banner-container .content.reader .center-content .main-text span {
    font-size: 20px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-content .sub-text,
.dollar-five-banner-container .content.reader .center-content .sub-text {
    margin-top: 15px;
    text-align: left !important;
    font-size: 15px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content,
.dollar-five-banner-container .content.reader .center-right-content {
    width: 100% !important;
    justify-content: start;
    padding: 0rem 4rem 1rem 2rem;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer {
    width: 100%;
    height: 96px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .child-elem,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .child-elem {
    width: 70px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .child-elem .val,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .child-elem .val {
    font-size: 20px !important;
    color: #fff !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .child-elem .text,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .child-elem .text {
    font-size: 12px !important;
    color: #fff !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer__get-offer-ctr,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer__get-offer-ctr {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader,
.dollar-five-banner-container .content.reader {
    flex-wrap: wrap !important;
    flex-direction: column;
    align-items: flex-start;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .img-container,
.dollar-five-banner-container .content.reader .img-container {
    height: 80px !important;
    width: 70% !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .img-container img,
.dollar-five-banner-container .content.reader .img-container img {
    border-radius: 10px 0px 0px 0px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .left-container,
.dollar-five-banner-container .content.reader .left-container {
    padding: 1rem 0rem 2rem 2rem;
    margin-bottom: 0rem;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .left-container .plan-info,
.dollar-five-banner-container .content.reader .left-container .plan-info {
    font-size: 20px !important;
    line-height: 28px !important;
    width: auto !important;
    text-align: left;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .left-container .plan-info span,
.dollar-five-banner-container .content.reader .left-container .plan-info span {
    font-size: 20px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-content,
.dollar-five-banner-container .content.reader .center-content {
    width: 100% !important;
    padding: 1rem 0rem 0rem 3rem !important;
    left: 0px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-content .main-text,
.dollar-five-banner-container .content.reader .center-content .main-text {
    line-height: 20px !important;
    text-align: left !important;
    font-size: 16px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-content .main-text span,
.dollar-five-banner-container .content.reader .center-content .main-text span {
    font-size: 16px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-content .sub-text,
.dollar-five-banner-container .content.reader .center-content .sub-text {
    margin-top: 15px;
    text-align: left !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content,
.dollar-five-banner-container .content.reader .center-right-content {
    width: 100% !important;
    justify-content: flex-start !important;
    padding: 0rem 0rem 1rem 1rem !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer {
    width: 100%;
    justify-content: flex-start;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .offer-text,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .offer-text {
    text-align: left;
    padding-left: 15px;
    color: #dbdbdb !important;
    text-transform: lowercase;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .offer-text:first-letter,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .offer-text:first-letter {
    text-transform: uppercase;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .child-elem,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .child-elem {
    width: 50px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .child-elem .val,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .child-elem .val {
    font-size: 20px !important;
    color: #fff !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .child-elem .text,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer .child-elem .text {
    font-size: 12px !important;
    color: #c4c4c4 !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer__get-offer-ctr,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer__get-offer-ctr {
    display: flex;
    align-items: center;
    padding: 0rem 0rem 0rem 1rem;
    min-height: 50px;
    justify-content: flex-start;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer__get-offer-ctr button,
.dollar-five-banner-container .content.reader .center-right-content .dollar-5-timer__get-offer-ctr button {
    width: 109px;
    height: 32px;
    font-size: 12px !important;
  }
}
@media (min-width: 1501px) and (max-width: 2165px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .img-container,
.dollar-five-banner-container .content.reader.show-lhs .img-container {
    width: 375px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1500px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .img-container,
.dollar-five-banner-container .content.reader.show-lhs .img-container {
    width: 250px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1800px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-content,
.dollar-five-banner-container .content.reader.show-lhs .center-content {
    position: relative;
    left: 60px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer__get-offer-ctr,
.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer__get-offer-ctr {
    min-width: 200px;
    padding: 0rem 0rem 1rem 1rem;
    min-height: 50px;
  }
}
@media (min-width: 1501px) and (max-width: 1700px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-content,
.dollar-five-banner-container .content.reader.show-lhs .center-content {
    width: 65% !important;
    padding: 0px 70px 0px 20px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-content .dollar-5-timer__get-offer-ctr button,
.dollar-five-banner-container .content.reader.show-lhs .center-content .dollar-5-timer__get-offer-ctr button {
    position: relative;
    bottom: 5px;
  }
}
@media (min-width: 1400px) and (max-width: 2000px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs,
.dollar-five-banner-container .content.reader.show-lhs {
    justify-content: flex-start;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-content,
.dollar-five-banner-container .content.reader.show-lhs .center-content {
    width: 70%;
    left: 60px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-content .dollar-5-timer__get-offer-ctr,
.dollar-five-banner-container .content.reader.show-lhs .center-content .dollar-5-timer__get-offer-ctr {
    display: flex;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-right-content,
.dollar-five-banner-container .content.reader.show-lhs .center-right-content {
    display: none !important;
  }
}
@media (min-width: 1400px) and (max-width: 1500px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .left-container .plan-info,
.dollar-five-banner-container .content.reader.show-lhs .left-container .plan-info {
    width: 200px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-content,
.dollar-five-banner-container .content.reader.show-lhs .center-content {
    left: 35px;
    padding: 0px 25px 0px 20px !important;
  }
}
@media (min-width: 993px) and (max-width: 1400px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs,
.dollar-five-banner-container .content.reader.show-lhs {
    flex-wrap: wrap !important;
    height: auto !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .left-container,
.dollar-five-banner-container .content.reader.show-lhs .left-container {
    padding: 1rem 0rem 2rem 1rem;
    margin-bottom: 0rem;
    width: 100%;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .left-container .plan-info,
.dollar-five-banner-container .content.reader.show-lhs .left-container .plan-info {
    font-size: 24px !important;
    line-height: 28px !important;
    width: 100% !important;
    text-align: left;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .left-container .plan-info span,
.dollar-five-banner-container .content.reader.show-lhs .left-container .plan-info span {
    font-size: 24px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .img-container,
.dollar-five-banner-container .content.reader.show-lhs .img-container {
    height: 80px !important;
    width: 40% !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .img-container img,
.dollar-five-banner-container .content.reader.show-lhs .img-container img {
    border-radius: 10px 0px 0px 0px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-content,
.dollar-five-banner-container .content.reader.show-lhs .center-content {
    width: 100% !important;
    padding: 0rem 4rem 1rem 3rem !important;
    left: 0px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-content .main-text,
.dollar-five-banner-container .content.reader.show-lhs .center-content .main-text {
    line-height: 26px !important;
    font-size: 20px !important;
    margin-top: 20px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-content .main-text span,
.dollar-five-banner-container .content.reader.show-lhs .center-content .main-text span {
    font-size: 20px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-content .sub-text,
.dollar-five-banner-container .content.reader.show-lhs .center-content .sub-text {
    margin-top: 15px;
    text-align: left !important;
    font-size: 15px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-content .dollar-5-timer__get-offer-ctr,
.dollar-five-banner-container .content.reader.show-lhs .center-content .dollar-5-timer__get-offer-ctr {
    display: none !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-right-content,
.dollar-five-banner-container .content.reader.show-lhs .center-right-content {
    display: flex !important;
    width: 100% !important;
    justify-content: center;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer,
.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer {
    width: 100%;
    height: 96px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer .child-elem .val,
.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer .child-elem .val {
    font-size: 20px !important;
    color: #fff !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer .child-elem .text,
.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer .child-elem .text {
    font-size: 12px !important;
    color: #fff !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer__get-offer-ctr,
.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer__get-offer-ctr {
    width: 100%;
    padding: 0rem 0rem 1rem 2rem;
    min-height: 50px;
    justify-content: flex-start;
  }
}
@media (max-width: 992px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs,
.dollar-five-banner-container .content.reader.show-lhs {
    flex-wrap: wrap !important;
    flex-direction: column;
    align-items: flex-start;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .img-container,
.dollar-five-banner-container .content.reader.show-lhs .img-container {
    height: 96px !important;
    width: 25% !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .img-container img,
.dollar-five-banner-container .content.reader.show-lhs .img-container img {
    border-radius: 10px 0px 0px 0px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .left-container,
.dollar-five-banner-container .content.reader.show-lhs .left-container {
    padding: 1rem 0rem 2rem 2rem;
    margin-bottom: 0rem;
    width: 65%;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .left-container .plan-info,
.dollar-five-banner-container .content.reader.show-lhs .left-container .plan-info {
    font-size: 20px !important;
    line-height: 28px !important;
    width: 100% !important;
    text-align: left;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .left-container .plan-info span,
.dollar-five-banner-container .content.reader.show-lhs .left-container .plan-info span {
    font-size: 20px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-content,
.dollar-five-banner-container .content.reader.show-lhs .center-content {
    width: 100% !important;
    padding: 1rem 0rem 0rem 3rem !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-content .main-text,
.dollar-five-banner-container .content.reader.show-lhs .center-content .main-text {
    line-height: 20px !important;
    text-align: left !important;
    font-size: 16px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-content .main-text span,
.dollar-five-banner-container .content.reader.show-lhs .center-content .main-text span {
    font-size: 16px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-content .sub-text,
.dollar-five-banner-container .content.reader.show-lhs .center-content .sub-text {
    margin-top: 15px;
    text-align: left !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-right-content,
.dollar-five-banner-container .content.reader.show-lhs .center-right-content {
    width: 100% !important;
    justify-content: flex-start !important;
    padding: 0rem 0rem 1rem 1rem !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer,
.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer {
    width: 100%;
    justify-content: flex-start;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer .offer-text,
.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer .offer-text {
    text-align: left;
    padding-left: 15px;
    color: #dbdbdb !important;
    text-transform: lowercase;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer .offer-text:first-letter,
.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer .offer-text:first-letter {
    text-transform: uppercase;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer .child-elem,
.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer .child-elem {
    width: 50px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer .child-elem .val,
.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer .child-elem .val {
    font-size: 20px !important;
    color: #fff !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer .child-elem .text,
.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer .child-elem .text {
    font-size: 12px !important;
    color: #c4c4c4 !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer__get-offer-ctr,
.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer__get-offer-ctr {
    display: flex;
    align-items: center;
    padding: 0rem 0rem 0rem 1rem;
    min-height: 50px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer__get-offer-ctr button,
.dollar-five-banner-container .content.reader.show-lhs .center-right-content .dollar-5-timer__get-offer-ctr button {
    width: 109px;
    height: 32px;
    font-size: 12px !important;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.timer .left-container .plan-info,
.dollar-five-banner-container .content.reader.timer .left-container .plan-info {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.timer .left-container .plan-info span,
.dollar-five-banner-container .content.reader.timer .left-container .plan-info span {
    font-size: 30px !important;
  }
}
#fiveDollarBanner.dollar-five-banner-container .content.reader.timer .center-content,
.dollar-five-banner-container .content.reader.timer .center-content {
  width: 45%;
  min-height: 142px;
  z-index: 0;
  padding: 0px 50px 0px 20px !important;
}
@media (min-width: 992px) and (max-width: 1100px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.timer .center-content,
.dollar-five-banner-container .content.reader.timer .center-content {
    padding: 0px 50px 0px 10px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.timer .center-content .main-text,
.dollar-five-banner-container .content.reader.timer .center-content .main-text {
    line-height: 22px !important;
    text-align: left !important;
    font-size: 18px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.timer .center-content .main-text span,
.dollar-five-banner-container .content.reader.timer .center-content .main-text span {
    line-height: 22px !important;
    font-size: 18px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.timer .center-content .sub-text,
.dollar-five-banner-container .content.reader.timer .center-content .sub-text {
    margin-top: 12px;
    text-align: left !important;
  }
}
@media (min-width: 1101px) and (max-width: 1310px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.timer .center-content .main-text,
.dollar-five-banner-container .content.reader.timer .center-content .main-text {
    line-height: 26px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1500px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.timer .center-content,
.dollar-five-banner-container .content.reader.timer .center-content {
    padding: 0px 80px 0px 20px !important;
    left: 60px;
  }
}
#fiveDollarBanner.dollar-five-banner-container .content.reader.timer .center-right-content .dollar-5-timer .child-elem,
.dollar-five-banner-container .content.reader.timer .center-right-content .dollar-5-timer .child-elem {
  width: 70px !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader.timer .center-right-content .dollar-5-timer .child-elem .val,
.dollar-five-banner-container .content.reader.timer .center-right-content .dollar-5-timer .child-elem .val {
  color: #fff !important;
  font-size: 20px !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader.timer .center-right-content .dollar-5-timer .child-elem .text,
.dollar-five-banner-container .content.reader.timer .center-right-content .dollar-5-timer .child-elem .text {
  color: #fff !important;
  font-size: 16px !important;
}
@media (min-width: 992px) and (max-width: 1500px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.timer .center-right-content,
.dollar-five-banner-container .content.reader.timer .center-right-content {
    display: flex !important;
  }
}
@media (min-width: 992px) and (max-width: 1110px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.timer .img-container,
.dollar-five-banner-container .content.reader.timer .img-container {
    height: 142px !important;
  }
}
@media (min-width: 993px) and (max-width: 1460px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.timer .center-right-content .dollar-5-timer,
.dollar-five-banner-container .content.reader.timer .center-right-content .dollar-5-timer {
    padding: 0rem 1rem 0rem 1rem !important;
  }
}
@media (max-width: 992px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.timer .left-container,
.dollar-five-banner-container .content.reader.timer .left-container {
    padding: 1rem 0rem 2rem 2rem !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.timer .center-content,
.dollar-five-banner-container .content.reader.timer .center-content {
    padding: 0rem 0rem 2rem 4rem !important;
    min-height: 96px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.timer .center-right-content,
.dollar-five-banner-container .content.reader.timer .center-right-content {
    width: 100% !important;
    justify-content: flex-start !important;
    padding: 0rem !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.timer .center-right-content .dollar-5-timer,
.dollar-five-banner-container .content.reader.timer .center-right-content .dollar-5-timer {
    width: 100%;
    justify-content: flex-start;
    margin: 0px !important;
    padding-bottom: 10px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.timer .center-right-content .dollar-5-timer .offer-text,
.dollar-five-banner-container .content.reader.timer .center-right-content .dollar-5-timer .offer-text {
    text-align: left;
    padding-left: 15px;
    color: #dbdbdb !important;
    text-transform: lowercase;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.timer .center-right-content .dollar-5-timer .offer-text:first-letter,
.dollar-five-banner-container .content.reader.timer .center-right-content .dollar-5-timer .offer-text:first-letter {
    text-transform: uppercase;
  }
}
#fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .img-container,
.dollar-five-banner-container .content.reader.show-lhs.timer .img-container {
  width: 275px !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .left-container .plan-info,
.dollar-five-banner-container .content.reader.show-lhs.timer .left-container .plan-info {
  font-size: 30px !important;
  line-height: 34px !important;
  width: 200px;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .left-container .plan-info span,
.dollar-five-banner-container .content.reader.show-lhs.timer .left-container .plan-info span {
  font-size: 30px !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-content,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-content {
  position: relative;
  left: 60px;
}
@media (min-width: 1501px) and (max-width: 1755px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .img-container,
.dollar-five-banner-container .content.reader.show-lhs.timer .img-container {
    height: 142px !important;
    width: 250px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-content,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-content {
    left: 35px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-content .main-text,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-content .main-text {
    line-height: 24px !important;
    text-align: left !important;
    font-size: 20px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-content .main-text span,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-content .main-text span {
    line-height: 24px !important;
    font-size: 20px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-content .sub-text,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-content .sub-text {
    margin-top: 12px;
    text-align: left !important;
  }
}
@media (min-width: 1700px) and (max-width: 2000px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-content,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-content {
    width: 100% !important;
    padding: 0px 70px 0px 20px !important;
  }
}
@media (min-width: 1400px) and (max-width: 2000px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content {
    display: flex !important;
  }
}
@media (min-width: 993px) and (max-width: 1500px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer,
.dollar-five-banner-container .content.reader.show-lhs.timer {
    flex-wrap: wrap !important;
    height: auto !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .left-container,
.dollar-five-banner-container .content.reader.show-lhs.timer .left-container {
    padding: 1rem 0rem 2rem 1rem;
    margin-bottom: 0rem;
    width: 100%;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .left-container .plan-info,
.dollar-five-banner-container .content.reader.show-lhs.timer .left-container .plan-info {
    font-size: 24px !important;
    line-height: 28px !important;
    width: 100% !important;
    text-align: left;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .left-container .plan-info span,
.dollar-five-banner-container .content.reader.show-lhs.timer .left-container .plan-info span {
    font-size: 24px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .img-container,
.dollar-five-banner-container .content.reader.show-lhs.timer .img-container {
    height: 80px !important;
    width: 40% !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .img-container img,
.dollar-five-banner-container .content.reader.show-lhs.timer .img-container img {
    border-radius: 10px 0px 0px 0px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-content,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-content {
    width: 100% !important;
    padding: 0rem 4rem 1rem 3rem !important;
    left: 0px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-content .main-text,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-content .main-text {
    line-height: 26px !important;
    font-size: 20px !important;
    margin-top: 20px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-content .main-text span,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-content .main-text span {
    font-size: 20px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-content .sub-text,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-content .sub-text {
    margin-top: 15px;
    text-align: left !important;
    font-size: 15px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content {
    width: 100% !important;
    justify-content: center;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer {
    height: 96px;
    width: 100%;
    justify-content: flex-start;
    margin: 0px !important;
    padding-bottom: 10px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer .offer-text,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer .offer-text {
    text-align: left;
    padding-left: 15px;
    color: #dbdbdb !important;
    text-transform: lowercase;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer .child-elem .val,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer .child-elem .val {
    font-size: 20px !important;
    color: #fff !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer .child-elem .text,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer .child-elem .text {
    font-size: 12px !important;
    color: #fff !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer__get-offer-ctr,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer__get-offer-ctr {
    width: 100%;
    padding: 0rem 0rem 1rem 1rem;
    min-height: 50px;
  }
}
@media (max-width: 992px) {
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .left-container,
.dollar-five-banner-container .content.reader.show-lhs.timer .left-container {
    padding: 1rem 0rem 2rem 1rem;
    width: 70%;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .left-container .plan-info,
.dollar-five-banner-container .content.reader.show-lhs.timer .left-container .plan-info {
    font-size: 24px !important;
    line-height: 28px !important;
    width: 100% !important;
    text-align: left;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .left-container .plan-info span,
.dollar-five-banner-container .content.reader.show-lhs.timer .left-container .plan-info span {
    font-size: 24px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .img-container,
.dollar-five-banner-container .content.reader.show-lhs.timer .img-container {
    width: 25% !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .img-container img,
.dollar-five-banner-container .content.reader.show-lhs.timer .img-container img {
    border-radius: 10px 0px 0px 0px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-content,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-content {
    padding: 0rem 0rem 2rem 4rem !important;
    min-height: 96px;
    left: 0px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content {
    width: 100% !important;
    justify-content: flex-start !important;
    padding: 0rem !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer {
    width: 100%;
    justify-content: flex-start;
    margin: 0px !important;
    padding-bottom: 10px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer .offer-text,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer .offer-text {
    text-align: left;
    padding-left: 15px;
    color: #dbdbdb !important;
    text-transform: lowercase;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer .child-elem,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer .child-elem {
    width: 50px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer .child-elem .val,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer .child-elem .val {
    color: #fff !important;
    font-size: 16px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer .child-elem .text,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer .child-elem .text {
    color: #fff !important;
    font-size: 12px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer .offer-text:first-letter,
.dollar-five-banner-container .content.reader.show-lhs.timer .center-right-content .dollar-5-timer .offer-text:first-letter {
    text-transform: uppercase;
  }
}
#fiveDollarBanner.dollar-five-banner-container .content,
.dollar-five-banner-container .content {
  height: 96px;
  justify-content: space-between;
}
#fiveDollarBanner.dollar-five-banner-container .content .img-container,
.dollar-five-banner-container .content .img-container {
  position: absolute;
  height: 100%;
  z-index: 0;
  height: 96px;
  width: 380px;
}
#fiveDollarBanner.dollar-five-banner-container .content .img-container img,
.dollar-five-banner-container .content .img-container img {
  z-index: 0;
  height: 100%;
  position: relative;
  width: 100%;
}
#fiveDollarBanner.dollar-five-banner-container .content .left-container,
.dollar-five-banner-container .content .left-container {
  z-index: 1;
}
#fiveDollarBanner.dollar-five-banner-container .content .left-container,
.dollar-five-banner-container .content .left-container {
  gap: 2rem;
  padding: 0rem 0rem 0rem 1rem;
}
#fiveDollarBanner.dollar-five-banner-container .content .left-container .price,
.dollar-five-banner-container .content .left-container .price {
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
  line-height: 23px;
  letter-spacing: -0.276032px;
  color: #ffffff;
}
#fiveDollarBanner.dollar-five-banner-container .content .left-container .plan-info,
.dollar-five-banner-container .content .left-container .plan-info {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 48px;
  color: #202020;
  text-transform: uppercase;
  width: 230px;
}
#fiveDollarBanner.dollar-five-banner-container .content .left-container .plan-info-reader,
.dollar-five-banner-container .content .left-container .plan-info-reader {
  font-size: 30px;
  text-transform: lowercase;
  line-height: 35px;
  text-align: center;
  font-weight: 600;
}
#fiveDollarBanner.dollar-five-banner-container .content .center-content,
.dollar-five-banner-container .content .center-content {
  padding: 0rem 2rem 0rem 3rem;
  width: 38%;
  text-align: right;
  z-index: 1;
}
#fiveDollarBanner.dollar-five-banner-container .content .center-content .main-text,
.dollar-five-banner-container .content .center-content .main-text {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 26px;
  color: #525252;
}
#fiveDollarBanner.dollar-five-banner-container .content .center-content .sub-text,
.dollar-five-banner-container .content .center-content .sub-text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-align: right;
  letter-spacing: 0.36px;
  color: #525252;
}
#fiveDollarBanner.dollar-five-banner-container .content .center-content .sub-text .text-white,
.dollar-five-banner-container .content .center-content .sub-text .text-white {
  color: #fff !important;
}
#fiveDollarBanner.dollar-five-banner-container .content .center-right-content .dollar-5-timer,
.dollar-five-banner-container .content .center-right-content .dollar-5-timer {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0rem 1rem 0rem 1rem;
}
#fiveDollarBanner.dollar-five-banner-container .content .center-right-content .dollar-5-timer .offer-text,
.dollar-five-banner-container .content .center-right-content .dollar-5-timer .offer-text {
  font-size: 14px;
  margin: 0;
}
#fiveDollarBanner.dollar-five-banner-container .content .center-right-content .dollar-5-timer .val,
.dollar-five-banner-container .content .center-right-content .dollar-5-timer .val {
  font-size: 34px;
  margin-bottom: unset;
}
#fiveDollarBanner.dollar-five-banner-container .content .center-right-content .dollar-5-timer .text,
.dollar-five-banner-container .content .center-right-content .dollar-5-timer .text {
  font-size: 18px;
}
#fiveDollarBanner.dollar-five-banner-container .content .end-content,
.dollar-five-banner-container .content .end-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
}
@media (max-width: 771px) {
  #fiveDollarBanner.dollar-five-banner-container .content,
.dollar-five-banner-container .content {
    height: auto !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content .img-container,
.dollar-five-banner-container .content .img-container {
    width: 80% !important;
    height: 75px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content .img-container img,
.dollar-five-banner-container .content .img-container img {
    width: 85%;
  }
  #fiveDollarBanner.dollar-five-banner-container .content .left-container,
.dollar-five-banner-container .content .left-container {
    order: 1;
    gap: 1rem !important;
    padding: 15px 10px;
    margin-bottom: 15px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content .left-container .price,
.dollar-five-banner-container .content .left-container .price {
    font-size: 35px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content .left-container .plan-info,
.dollar-five-banner-container .content .left-container .plan-info {
    font-size: 16px !important;
    line-height: 20px !important;
    width: 130px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content .center-content,
.dollar-five-banner-container .content .center-content {
    order: 3;
    width: 100%;
    padding: 10px 10px !important;
    margin-bottom: 10px;
  }
  #fiveDollarBanner.dollar-five-banner-container .content .center-content .main-text,
#fiveDollarBanner.dollar-five-banner-container .content .center-content .sub-text,
.dollar-five-banner-container .content .center-content .main-text,
.dollar-five-banner-container .content .center-content .sub-text {
    text-align: center !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content .center-content .main-text,
.dollar-five-banner-container .content .center-content .main-text {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content .center-content .sub-text,
.dollar-five-banner-container .content .center-content .sub-text {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content .center-right-content,
.dollar-five-banner-container .content .center-right-content {
    order: 4;
    height: auto !important;
    justify-content: center !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content .center-right-content,
#fiveDollarBanner.dollar-five-banner-container .content .center-right-content .dollar-5-timer,
.dollar-five-banner-container .content .center-right-content,
.dollar-five-banner-container .content .center-right-content .dollar-5-timer {
    width: 100% !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content .center-right-content .offer-text,
.dollar-five-banner-container .content .center-right-content .offer-text {
    font-size: 16px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content .center-right-content .val,
.dollar-five-banner-container .content .center-right-content .val {
    font-size: 18px !important;
    line-height: 23px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content .center-right-content .text,
.dollar-five-banner-container .content .center-right-content .text {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .content .end-content,
.dollar-five-banner-container .content .end-content {
    order: 2;
  }
}
@media (min-width: 770px) and (max-width: 1009px) {
  #fiveDollarBanner.dollar-five-banner-container .plan-info,
.dollar-five-banner-container .plan-info {
    font-size: 25px !important;
    line-height: 30px !important;
    width: 200px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .end-content,
.dollar-five-banner-container .end-content {
    display: none !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .center-content,
.dollar-five-banner-container .center-content {
    padding: 0rem 3rem 0rem 1rem !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .center-content .main-text,
.dollar-five-banner-container .center-content .main-text {
    font-size: 14px !important;
    line-height: unset !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .img-container,
.dollar-five-banner-container .img-container {
    width: 340px !important;
  }
}
@media (min-width: 1009px) and (max-width: 1300px) {
  #fiveDollarBanner.dollar-five-banner-container .plan-info,
.dollar-five-banner-container .plan-info {
    font-size: 25px !important;
    line-height: 32px !important;
    width: 200px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .main-text,
.dollar-five-banner-container .main-text {
    font-size: 25px !important;
  }
}
@media (min-width: 1300px) {
  #fiveDollarBanner.dollar-five-banner-container .img-container,
.dollar-five-banner-container .img-container {
    width: 440px !important;
  }
  #fiveDollarBanner.dollar-five-banner-container .center-content,
.dollar-five-banner-container .center-content {
    padding: 0rem 3rem 0rem 6rem !important;
  }
}
#fiveDollarBanner.dollar-five-banner-container .content.light-bg, #fiveDollarBanner.dollar-five-banner-container.light-bg,
.dollar-five-banner-container .content.light-bg,
.dollar-five-banner-container.light-bg {
  background: #e0e3ea;
}
#fiveDollarBanner.dollar-five-banner-container .content.light-bg .center-content .main-text,
#fiveDollarBanner.dollar-five-banner-container .content.light-bg .center-content .sub-text, #fiveDollarBanner.dollar-five-banner-container.light-bg .center-content .main-text,
#fiveDollarBanner.dollar-five-banner-container.light-bg .center-content .sub-text,
.dollar-five-banner-container .content.light-bg .center-content .main-text,
.dollar-five-banner-container .content.light-bg .center-content .sub-text,
.dollar-five-banner-container.light-bg .center-content .main-text,
.dollar-five-banner-container.light-bg .center-content .sub-text {
  color: #525252 !important;
}
#fiveDollarBanner.dollar-five-banner-container .content.light-bg .center-content .main-text .text-white,
#fiveDollarBanner.dollar-five-banner-container .content.light-bg .center-content .sub-text .text-white, #fiveDollarBanner.dollar-five-banner-container.light-bg .center-content .main-text .text-white,
#fiveDollarBanner.dollar-five-banner-container.light-bg .center-content .sub-text .text-white,
.dollar-five-banner-container .content.light-bg .center-content .main-text .text-white,
.dollar-five-banner-container .content.light-bg .center-content .sub-text .text-white,
.dollar-five-banner-container.light-bg .center-content .main-text .text-white,
.dollar-five-banner-container.light-bg .center-content .sub-text .text-white {
  font-weight: 600;
  color: #202020 !important;
}

#fiveDollarBanner.dollar-five-banner-container.rounded-border,
#fiveDollarBanner.dollar-five-banner-container .content.rounded-border {
  border-radius: 10px;
}

.full-width-container {
  padding: calc(5rem - 15px) calc(7rem - 15px);
}

.main-container {
  margin-top: -7em;
}
.main-container__container {
  font-size: 1.2em;
}
.main-container__layout {
  padding-top: 65px;
  height: 100vh;
  overflow-y: auto;
}
.main-container__layout--grey {
  background-color: #dfe3eb;
}

.advanced-search {
  margin-top: -7em;
}
.advanced-search__container {
  font-size: 1.2em;
  font-family: "walsheim", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
.advanced-search__container .lhs-show-button,
.advanced-search__container .lhs-hide-button {
  display: none;
}
.advanced-search__layout .book-media {
  position: relative;
  margin: 25px 0px;
}
.advanced-search__layout .book-media .media-aside {
  position: absolute;
  left: 0px;
  top: 20px;
}
.advanced-search__layout .book-media .media-body {
  border-radius: 15px;
  border: 1px solid #e0e1e4;
  background: #fff;
  padding: 20px 15px;
  padding-left: 115px;
  min-height: 230px;
  margin-left: 20px;
}
.advanced-search__layout .book-media .media-body .book-parent {
  display: flex;
}
.advanced-search__layout .book-media .media-body .book-parent .book-details,
.advanced-search__layout .book-media .media-body .book-parent .book-terms {
  flex: 1 1 auto;
}
.advanced-search__layout .book-media .media-body .book-parent .book-details {
  padding-left: 5px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.advanced-search__layout .book-media .media-body .book-parent .book-details .b-top {
  display: flex;
  color: #ffa76f;
  margin-bottom: 5px;
}
.advanced-search__layout .book-media .media-body .book-parent .book-details .b-top .b-author {
  margin-right: 5px;
}
.advanced-search__layout .book-media .media-body .book-parent .book-details .b-top .b-date {
  margin-left: auto;
}
.advanced-search__layout .book-media .media-body .book-parent .book-details .b-title,
.advanced-search__layout .book-media .media-body .book-parent .book-details .b-subtitle {
  margin-bottom: 10px;
}
.advanced-search__layout .book-media .media-body .book-parent .book-terms {
  padding-right: 5px;
  padding-left: 15px;
  flex: 0 0 40%;
  border-left: 1px solid #e4e7ed;
}
.advanced-search__layout .book-media .media-body .book-parent .book-terms .b-terms-parent {
  display: flex;
}
.advanced-search__layout .book-media .media-body .book-parent .book-terms .b-terms-parent .terms-link {
  margin-right: 5px;
}
.advanced-search__layout .book-media .media-body .book-parent .book-terms .b-terms-parent .terms-count {
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .advanced-search__layout .book-media {
    margin-top: 130px;
  }
  .advanced-search__layout .book-media .media-aside {
    top: -100px;
    left: 20px;
    height: 153px;
  }
  .advanced-search__layout .book-media .media-aside img {
    width: 125px;
    height: 153px;
  }
  .advanced-search__layout .book-media .media-body {
    margin-left: 0px;
    padding-left: 15px;
    padding-top: 65px;
  }
  .advanced-search__layout .book-media .media-body .book-parent {
    flex-wrap: wrap;
  }
  .advanced-search__layout .book-media .media-body .book-parent .book-details,
.advanced-search__layout .book-media .media-body .book-parent .book-terms {
    flex: 0 0 100%;
    padding: 0px 5px;
  }
  .advanced-search__layout .book-media .media-body .book-parent .book-terms {
    padding-top: 15px;
    border-left: 0px solid;
    border-top: 1px solid #e4e7ed;
  }
}
.advanced-search__layout.lhs-panel {
  top: 70px;
  height: calc(100vh - 70px);
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .advanced-search__layout.lhs-panel {
    top: 0px;
    height: calc(100vh - 80px);
    border-bottom: 1px solid #e4e7ed;
  }
}
.advanced-search__layout.lhs-fixed {
  position: fixed;
  top: 70px;
  height: 100%;
}
.advanced-search__layout.lhs-fixed.lhs-side {
  height: calc(100vh - 70px);
  overflow: hidden;
  position: static;
}
.advanced-search__layout--grey {
  background-color: #dfe3eb;
}
.advanced-search__layout .height {
  min-height: 3300px !important;
}
.advanced-search__search-form {
  background-color: white;
}
.advanced-search__search-form__clear-all:hover {
  cursor: pointer;
}
.advanced-search__search-form__header {
  padding: 3rem 20px 0 60px;
  display: flex;
}
.advanced-search__search-form__fields {
  height: calc(100vh - 220px);
  overflow-y: auto;
  padding: 15px 20px 10% 60px;
}
.advanced-search__search-form__fields .label-text {
  line-height: 16px;
}
.advanced-search__search-form__fields__input {
  background-color: #f5f6fa !important;
  border-radius: 20px !important;
}
.advanced-search__search-form__fields__input .badge {
  background-color: #ffa76f;
  font-size: 1em;
  font-weight: bold;
}
.advanced-search__search-form__fields__input button {
  background-color: #ffa76f;
  color: #fff;
  border: 0;
  border-radius: 20px !important;
}
.advanced-search__search-form__search {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-color: white;
  box-shadow: 0px -10px 15px rgba(0, 0, 0, 0.1);
}
.advanced-search__search-form .form-control {
  font-size: 1em;
}
.advanced-search__search-form .row {
  line-height: 30px;
}
.advanced-search__search-form .orange {
  color: #ffa76f;
}
@media (max-width: 1400px) {
  .advanced-search__search-form__header {
    padding: 3rem 20px 0px 30px;
  }
  .advanced-search__search-form__fields {
    padding: 15px 20px 10% 30px;
  }
}
@media (max-width: 991.98px) {
  .advanced-search__search-form__fields {
    height: calc(100vh - 140px);
  }
}
@media (max-width: 575.98px) {
  .advanced-search__search-form__header {
    padding: 15px;
  }
  .advanced-search__search-form hr {
    margin: 0px;
  }
  .advanced-search__search-form__fields {
    padding: 15px;
  }
}
.advanced-search__search-results {
  font-size: 1.2em;
}
@media (max-width: 991.98px) {
  .advanced-search__search-results {
    padding-left: 15px;
  }
}
.advanced-search__search-results__searching {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}
.advanced-search__search-results__header-parent .inner-wrapper-sticky {
  z-index: 1;
}
.advanced-search__search-results__sticky {
  z-index: 5;
}
.advanced-search__search-results__sticky__header {
  display: flex;
  background-color: white;
  padding: 23px 20px;
  border-bottom: 2px solid #c1c3c5;
}
.advanced-search__search-results__sticky__header__sort {
  font-size: 0.8em !important;
}
.advanced-search__search-results__sticky__header .order-label {
  margin-left: auto;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .advanced-search__search-results__sticky__header .order-label {
    display: none;
  }
  .advanced-search__search-results__sticky__header .sort-parent {
    margin-left: auto;
  }
}
.advanced-search__search-results__pagination {
  margin: 0em 3em;
}
.advanced-search__search-results__pagination .page-link {
  background-color: transparent !important;
}
.advanced-search__search-results__pagination .page-item.active .page-link {
  color: grey;
}
.advanced-search__search-results__pagination ul {
  margin: 2em 0em;
}
.advanced-search__search-results__pagination ul li button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
  color: #4ac5e3;
  border: none;
  font-size: 20px;
  padding: 5px 10px;
  cursor: pointer;
}
.advanced-search__search-results__pagination ul li button:disabled {
  color: #a8adb5;
}
.advanced-search__search-results__pagination ul li button:focus {
  border: none;
  outline: none;
}
.advanced-search__search-results__table {
  padding: 0px 25px;
  opacity: 1;
  margin-right: 0 !important;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
.advanced-search__search-results__table__row__image {
  width: 128px;
  height: 158px;
  border-radius: 15px;
  margin-bottom: 15px;
}
.advanced-search__search-results__table__row__link__title {
  color: #87d9ec;
}
.advanced-search__search-results__table__row__link:hover {
  text-decoration: none;
}
.advanced-search__search-results__table__row__link--partial {
  color: #a8adb5;
}
.advanced-search__search-results__table__row__text--orange {
  color: #ffa76f;
}
.advanced-search__search-results__table__row__text--grey {
  color: #a8adb5;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .advanced-search__container .lhs-hide-button,
.advanced-search__container .lhs-show-button {
    display: block;
    position: fixed;
    z-index: 12;
    width: 38px;
    height: 40px;
    background: #ec6611;
    border: none;
  }
  .advanced-search__container .lhs-hide-button svg,
.advanced-search__container .lhs-show-button svg {
    height: 25px;
    width: 50px;
    margin-top: -24px;
    margin-left: -24px;
    overflow: visible;
  }
  .advanced-search__container .lhs-hide-button i,
.advanced-search__container .lhs-show-button i {
    font-size: 18px;
    margin-top: 5px;
    color: #fff;
  }
  .advanced-search__container .lhs-show-button {
    height: 50px;
    width: 50px;
    bottom: 20px;
    right: 15px;
    border-radius: 50%;
  }
  .advanced-search__container .lhs-show-button svg {
    margin: 0px;
  }
  .advanced-search__container .lhs-show-button svg path {
    fill: #fff;
  }
  .advanced-search__container .lhs-hide-button {
    top: 70px;
    right: 0px;
    border-radius: 10px 0px 0px 10px;
  }
  .advanced-search__container .lhs-parent:not(.lhs-fixed) {
    padding: 0px 15px;
  }
  .advanced-search__container .lhs-parent:not(.lhs-fixed) .lhs-panel {
    height: auto;
  }
  .advanced-search__container .lhs-parent:not(.lhs-fixed) .lhs-panel .advanced-search__search-form__fields {
    height: auto;
    padding-bottom: 15px;
  }
  .advanced-search__container .lhs-parent:not(.lhs-fixed) .advanced-search__search-form__search {
    position: relative;
    box-shadow: none;
  }
  .advanced-search__container .lhs-parent.lhs-fixed.lhs-hide {
    display: none;
  }
  .advanced-search__container .lhs-fixed .advanced-search__layout.lhs-panel {
    position: fixed;
    width: 100%;
    left: 0px;
    z-index: 11;
  }
  .advanced-search__container .lhs-fixed .advanced-search__search-form__search {
    position: fixed;
    z-index: 1;
  }
}

.advanced-merge-search {
  position: relative;
}
.advanced-merge-search__container {
  margin-top: -7em;
  min-height: 100vh;
  font-size: 1.2em;
  font-family: "walsheim", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  display: flex;
  flex-direction: row;
  background-color: #f5f6fa;
  padding-top: 0;
}
@media (max-width: 1150px) {
  .advanced-merge-search__container {
    flex-direction: column;
  }
}
.advanced-merge-search__toggle-filters {
  display: none;
}
@media (max-width: 1150px) {
  .advanced-merge-search__toggle-filters {
    display: block;
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 8;
  }
}
.advanced-merge-search__toggle-filters__button {
  background-color: #ec6611;
  color: #fff;
  font-size: 1.9em;
  border: 0px;
  border-radius: 0px 10px 10px 0px;
  padding: 10px;
}
.advanced-merge-search__search-form {
  justify-content: stretch;
  background-color: white;
  min-width: 400px;
  max-width: 400px;
  border-right: 1px solid #e4e7ed;
  padding: 10px 0px 20px 20px;
  font-family: "Outfit";
}
@media (max-width: 1150px) {
  .advanced-merge-search__search-form {
    min-width: unset;
    max-width: unset;
    padding: 10px 10px 10px 50px;
    display: none;
  }
}
.advanced-merge-search__search-form__body {
  width: 100%;
  padding-bottom: 100px;
}
.advanced-merge-search__search-form__body__header {
  display: flex;
  justify-content: space-between;
}
.advanced-merge-search__search-form__body__header__tabs {
  font-size: 13pt;
  flex-direction: column;
}
.advanced-merge-search__search-form__body__header__tabs div:first-of-type {
  width: 100%;
}
.advanced-merge-search__search-form__body__header__tabs div:first-of-type .nav-tabs {
  border: 0px;
}
.advanced-merge-search__search-form__body__header__tabs div:first-of-type .nav-tabs .nav-item:last-of-type {
  flex: 1;
}
.advanced-merge-search__search-form__body__header__tabs div:first-of-type .nav-tabs .nav-item {
  text-align: center;
  width: 50%;
}
@media (max-width: 500px) {
  .advanced-merge-search__search-form__body__header__tabs div:first-of-type .nav-tabs .nav-item {
    padding: 10px 0px;
  }
}
.advanced-merge-search__search-form__body__header__tabs div:first-of-type .nav-tabs .nav-item .nav-link {
  color: black;
  border-bottom: 2px solid #e4e7ed;
}
.advanced-merge-search__search-form__body__header__tabs div:first-of-type .nav-tabs .nav-item .nav-link:hover {
  padding: 5px 10px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.advanced-merge-search__search-form__body__header__tabs div:first-of-type .nav-tabs .nav-item .active {
  border: 0px;
  border-bottom: 2px solid #ec6611;
  color: #ec6611;
}
.advanced-merge-search__search-form__body__header__tabs__content {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: flex-start;
  padding: 20px 15px 20px 0px;
  max-height: 78vh;
  min-height: 78vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.advanced-merge-search__search-form__body__header__tabs__content .ps__rail-y {
  width: 7px !important;
}
.advanced-merge-search__search-form__body__header__tabs__content .ps__rail-y .ps__thumb-y {
  width: 5px !important;
}
.advanced-merge-search__search-form__body__header__tabs__content__searching {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 1150px) {
  .advanced-merge-search__search-form__body__header__tabs__content {
    max-height: unset;
    overflow: unset;
  }
}
.advanced-merge-search__search-form__body__header__tabs__content__filters {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.advanced-merge-search__search-form__body__header__tabs__content__filters__options {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 10px 0px;
  border-bottom: 1px solid #e4e7ed;
}
.advanced-merge-search__search-form__body__header__tabs__content__filters__options__title {
  font-size: 16px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
}
.advanced-merge-search__search-form__body__header__tabs__content__filters__options__title:first-letter {
  text-transform: uppercase;
}
.advanced-merge-search__search-form__body__header__tabs__content__filters__options__title .fa {
  color: #808080;
  font-size: 12px;
}
.advanced-merge-search__search-form__body__header__tabs__content__filters__options__select {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.advanced-merge-search__search-form__body__header__tabs__content__filters__options__select__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  padding: 10px 0px;
}
.advanced-merge-search__search-form__body__header__tabs__content__filters__options__select__wrapper select {
  border: 1px solid #e4e7ed !important;
  padding: 10px 15px;
  font-size: 0.8em;
  height: 40px;
}
.advanced-merge-search__search-form__body__header__tabs__content__filters__options div:first-of-type {
  width: unset;
}
.advanced-merge-search__search-form__body__header__tabs__content__filters__options__option {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 10px;
}
.advanced-merge-search__search-form__body__header__tabs__content__filters__options__option__row {
  display: flex;
  flex: 1;
  flex-direction: row;
  gap: 20px;
}
.advanced-merge-search__search-form__body__header__tabs__content__filters__options__option__row__name {
  display: flex;
  flex: 1;
  font-size: 0.8em;
  text-transform: capitalize;
}
.advanced-merge-search__search-form__body__header__tabs__content__filters__options__option__row__count {
  font-size: 0.8em;
}
.advanced-merge-search__search-form__body__header__tabs__content__filters__options #filters-published-year {
  width: 100%;
}
.advanced-merge-search__search-form__body__submit {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  padding: 20px 30px;
}
.advanced-merge-search__search-form__body__submit__reset {
  font-size: 1.2em;
  color: #ec6611;
}
.advanced-merge-search__search-form__body__submit__reset:hover {
  cursor: pointer;
}
.advanced-merge-search__search-form__search {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px;
}
.advanced-merge-search__search-form__search__heading {
  font-size: 12pt;
  margin-bottom: 5px;
}
.advanced-merge-search__search-form__search__fields {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 0px;
}
.advanced-merge-search__search-form__search__fields__label {
  width: 250px;
  font-size: 10pt;
}
.advanced-merge-search__search-form__search__fields__input {
  border-radius: 20px !important;
  padding: 5px 10px !important;
  min-height: 40px;
}
.advanced-merge-search__search-form__search__fields__input .b-form-tags-field {
  padding: 5px 10px;
}
.advanced-merge-search__search-form__search__fields__input .badge {
  background-color: #848484;
  font-size: 1.2em;
  margin-right: 10px;
}
.advanced-merge-search__search-form__search__fields__input .badge button {
  margin-left: 5px !important;
  border: 1px solid white;
  padding: 0px 5px;
  opacity: 1 !important;
  font-size: 100% !important;
}
.advanced-merge-search__search-form__search__fields__input button {
  background-color: #848484;
  color: #fff;
  border: 0;
  border-radius: 20px !important;
}
.advanced-merge-search__search-form__search__fields__separator {
  margin: 20px 0px;
  position: relative;
  display: flex;
  justify-content: center;
}
.advanced-merge-search__search-form__search__fields__separator select {
  width: 60px;
  background-color: transparent;
  font-size: 16px;
}
.advanced-merge-search__search-form__search__fields__separator .form-control:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
  background-color: transparent;
}
.advanced-merge-search__search-form__search__title {
  color: #a9acb4;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}
.advanced-merge-search__search-form__search__wrapper {
  background-color: #e5e6ec;
  border-radius: 5px;
  padding: 10px;
}
.advanced-merge-search__pagination {
  background-color: #f5f6fa;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  padding: 10px;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .advanced-merge-search__pagination {
    flex-direction: column;
    gap: 20px;
  }
}
.advanced-merge-search__pagination__pages {
  font-size: 1.2em;
}
.advanced-merge-search__pagination__limit {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.advanced-merge-search__pagination__limit__label {
  min-width: 120px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 1.2em;
  color: #a8adb5 !important;
}
.advanced-merge-search__pagination .pagination {
  margin: 0px;
}
.advanced-merge-search__pagination .pagination .active {
  background-color: #000;
  border-radius: 5px;
}
.advanced-merge-search__pagination .pagination .active button {
  color: #fff !important;
}
.advanced-merge-search__pagination .pagination .page-item {
  padding: 0px 10px;
}
.advanced-merge-search__pagination .page-link {
  background-color: transparent !important;
}
.advanced-merge-search__pagination ul li button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
  color: #000;
  border: none;
  font-size: 1.2em;
  padding: 5px 10px;
  cursor: pointer;
}
.advanced-merge-search__pagination ul li button:disabled {
  color: #a8adb5;
}
.advanced-merge-search__pagination ul li button:focus {
  border: none;
  outline: none;
}
.advanced-merge-search__search-results {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1;
}
.advanced-merge-search__search-results__searching {
  font-size: 18pt;
  flex: 1;
  display: flex;
  justify-content: center;
  padding-top: 30%;
}
.advanced-merge-search__search-results__result {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1;
}
.advanced-merge-search__search-results__result__no-results {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 1.6em;
}
.advanced-merge-search__search-results__result .inner-wrapper-sticky {
  z-index: 5;
}
.advanced-merge-search__search-results__result__header {
  display: flex;
  flex-direction: column;
  padding: 15px 25px 10px 50px;
  background-color: #f5f6fa;
}
.advanced-merge-search__search-results__result__header__top-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 700px) {
  .advanced-merge-search__search-results__result__header__top-bar {
    flex-direction: column;
    gap: 10px;
  }
}
.advanced-merge-search__search-results__result__header__top-bar__options {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.advanced-merge-search__search-results__result__header__top-bar__options__sort {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border: 1px solid #e4e7ed;
  padding: 5px 15px;
}
.advanced-merge-search__search-results__result__header__top-bar__options__sort__label {
  min-width: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 1.3em;
  color: #a8adb5 !important;
}
.advanced-merge-search__search-results__result__header__top-bar__options__layout {
  font-size: 2em;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
@media (max-width: 700px) {
  .advanced-merge-search__search-results__result__header__top-bar__options__layout {
    display: none;
  }
}
@media (min-width: 700px) {
  .advanced-merge-search__search-results__result__header__top-bar__options__layout {
    display: block;
  }
}
.advanced-merge-search__search-results__result__header__top-bar__options__layout:hover {
  cursor: pointer;
}
.advanced-merge-search__search-results__result__header__top-bar__options__layout__active {
  transition: all 0.5s ease;
  color: #ec6611;
}
.advanced-merge-search__search-results__result__table {
  opacity: 1;
  margin-right: 0 !important;
  padding: 10px 25px 0px 75px;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 700px) {
  .advanced-merge-search__search-results__result__table {
    padding: 20px 25px;
  }
}
.advanced-merge-search__search-results__result__table__row {
  font-family: "Outfit";
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex: 1;
  padding: 25px 15px;
  flex-wrap: wrap;
  position: relative;
  min-width: 300px;
  transition: 0.3s;
}
.advanced-merge-search__search-results__result__table__row:hover {
  text-decoration: none;
}
@media (max-width: 1600px) {
  .advanced-merge-search__search-results__result__table__row {
    min-width: 250px;
    flex-wrap: nowrap;
  }
}
.advanced-merge-search__search-results__result__table__row:hover {
  box-shadow: 0px 4px 4px rgba(32, 32, 32, 0.2);
}
.advanced-merge-search__search-results__result__table__row__early-access {
  border: solid 1px #202020;
  border-radius: 20px;
  width: 85px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.advanced-merge-search__search-results__result__table__row__types {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  text-transform: capitalize;
}
.advanced-merge-search__search-results__result__table__row__types--expert-reader {
  color: #46c8f6;
}
.advanced-merge-search__search-results__result__table__row__types--video {
  color: #5edc60;
}
.advanced-merge-search__search-results__result__table__row__types--book {
  color: #ec6611;
}
.advanced-merge-search__search-results__result__table__row .types-list-view {
  position: absolute;
  top: 20px;
}
.advanced-merge-search__search-results__result__table__row__contents {
  display: flex;
  width: 100%;
  min-height: 130px;
}
.advanced-merge-search__search-results__result__table__row__contents .product-card {
  min-height: 150px;
  padding: 0;
  margin-top: 30px;
  zoom: 0.6;
  width: 245px;
}
.advanced-merge-search__search-results__result__table__row__contents .product-card img {
  top: 0;
}
.advanced-merge-search__search-results__result__table__row__image {
  margin-top: 10px;
  min-width: 84px;
}
.advanced-merge-search__search-results__result__table__row__image img {
  border-radius: 5px;
  width: 66px;
  height: 82px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.advanced-merge-search__search-results__result__table__row__image__flex {
  margin: 0;
  display: flex;
  justify-content: start;
}
.advanced-merge-search__search-results__result__table__row__image img[lazy=loaded] {
  opacity: 0;
  animation-name: fadein;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-out;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.advanced-merge-search__search-results__result__table__row__content {
  display: flex;
  flex-direction: column;
  padding: 0px 0px;
  flex: 1;
  width: calc(100% - 84px);
}
.advanced-merge-search__search-results__result__table__row__content__link {
  color: #000;
}
.advanced-merge-search__search-results__result__table__row__content__link__title {
  font-size: 16px;
  text-transform: capitalize;
  color: #202020;
}
.advanced-merge-search__search-results__result__table__row__content__description {
  font-size: 1.2em;
  flex: 1;
  color: #696969;
}
.advanced-merge-search__search-results__result__table__row__content__description:first-letter {
  text-transform: uppercase;
}
.advanced-merge-search__search-results__result__table__row__content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.advanced-merge-search__search-results__result__table__row__content__wrapper__isbn {
  color: #adadad;
  font-size: 14px;
}
.advanced-merge-search__search-results__result__table__row__content__wrapper__author {
  display: flex;
  flex-direction: row;
  gap: 15px;
  color: #a8adb5;
  font-size: 1.2em;
}
.advanced-merge-search__search-results__result__table__row__content__wrapper__info {
  display: flex;
  flex-direction: row;
  gap: 10px;
  color: #a8adb5;
  font-size: 1.2em;
  align-items: center;
}
@media (max-width: 1600px) {
  .advanced-merge-search__search-results__result__table__row__content__wrapper__info {
    flex-wrap: wrap;
  }
}
.advanced-merge-search__search-results__result__table__row__content__wrapper__info__type {
  padding: 2px 20px;
  border-radius: 20px;
  color: #fff;
}
.advanced-merge-search__search-results__result__table__row__content__wrapper__info__type--book {
  background-color: #4ab9d5;
}
.advanced-merge-search__search-results__result__table__row__content__wrapper__info__type--video {
  background-color: #8885e3;
}
.advanced-merge-search__search-results__result__table__row__content__wrapper__info__type:first-letter {
  text-transform: uppercase;
}
.advanced-merge-search__search-results__result__table__row__content__wrapper__info__rating {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
.advanced-merge-search__search-results__result__table__row__content__wrapper__info__rating__star {
  color: #f6b11f;
}
.advanced-merge-search__search-results__result__table__row__content__wrapper__info__rating__number {
  color: #a8adb5;
}
.advanced-merge-search__search-results__result__table__row__sections {
  min-width: 400px;
  max-width: 450px;
  border-left: 1px solid #e4e7ed;
  display: flex;
  flex-direction: column;
}
.advanced-merge-search__search-results__result__table__row__sections__grid {
  min-width: unset;
  max-width: unset;
  border-left: unset;
}
.advanced-merge-search__search-results__result__table__row__sections__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
}
.advanced-merge-search__search-results__result__table__row__sections__title__count {
  font-size: 14px;
  color: #85878c;
}
.advanced-merge-search__search-results__result__table__row__sections__block {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.advanced-merge-search__search-results__result__table__row__sections__block__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.advanced-merge-search__search-results__result__table__row__sections__block__row__link {
  color: #3161c0;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.advanced-merge-search__search-results__result__table__row__sections__block__row .terms-count {
  color: #85878c;
  font-size: 14px;
}
.advanced-merge-search__search-results__result__table__row__sections__more {
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  font-size: 0.8em;
}
.advanced-merge-search__search-results__result__pagination {
  padding: 10px 25px 0px 75px;
}

#advanced-search-modal .advanced-search-modal {
  font-family: "walsheim", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#advanced-search-modal .advanced-search-modal__book {
  display: flex;
  justify-content: start;
  padding: 20px;
}
#advanced-search-modal .advanced-search-modal__book--title {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 5px;
}
#advanced-search-modal .advanced-search-modal__book--description {
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
#advanced-search-modal .advanced-search-modal__book--description:first-letter {
  text-transform: uppercase;
}
#advanced-search-modal .advanced-search-modal__image {
  max-width: unset !important;
  width: 90px;
  height: 120px;
  border-radius: 10px;
  margin-right: 10px;
}
#advanced-search-modal .advanced-search-modal__author {
  font-size: 14px !important;
  color: #b6b6b7;
  margin-top: 10px;
  padding: 0px 20px;
  margin-bottom: 20px;
}
#advanced-search-modal .advanced-search-modal__author .advanced-merge-search__search-results__result__table__row__content__author {
  font-size: 14px !important;
  margin-bottom: 10px;
}
#advanced-search-modal .advanced-search-modal__author .advanced-merge-search__search-results__result__table__row__content__info {
  font-size: 14px !important;
}
#advanced-search-modal .advanced-search-modal__sections {
  max-height: 300px;
  overflow-y: auto;
}
#advanced-search-modal .advanced-search-modal__sections--title {
  font-size: 16px;
  color: #464a54;
  font-weight: 500;
  margin-bottom: 10px;
}
#advanced-search-modal .advanced-search-modal__sections--list {
  display: flex;
  flex-direction: column;
}
#advanced-search-modal .advanced-search-modal__sections--list a {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}
#advanced-search-modal .modal-body {
  padding: 0px;
}
#advanced-search-modal .modal-content {
  border-radius: 10px;
  top: 100px;
}
#advanced-search-modal .modal-footer {
  border-top: none;
  padding: 10px 20px;
}
#advanced-search-modal .advanced-merge-search__search-results__result__table__row__sections {
  border: none;
  padding: 0px;
  margin-top: 10px;
  max-width: unset;
}
#advanced-search-modal .advanced-merge-search__search-results__result__table__row__sections__title {
  padding: 0px 20px;
}

.advanced-search-modal__footer--button, .advanced-search-modal__open--button {
  border: none;
  background-color: transparent;
  color: #de7633;
  font-size: 12px;
  font-weight: 700;
}

.flex {
  display: flex;
}

.flex-content-start {
  align-content: flex-start;
  gap: 15px;
  flex-direction: column;
  max-width: 350px;
}
@media (max-width: 700px) {
  .flex-content-start {
    max-width: unset;
  }
}

.note-page-container .note-page {
  min-height: 70vh;
}
@media (max-width: 992px) {
  .note-page-container .note-page {
    padding: 10px 40px;
  }
}
.note-page-container .note-page .note-header {
  margin-bottom: 5rem;
}
.note-page-container .note-page .note-header .title {
  color: #454a55;
  font-size: 32px;
  line-height: 38px;
  font-family: "walsheim medium", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
.note-page-container .note-page .note-header .btn-parent {
  margin-left: auto;
}
.note-page-container .note-page .note-header .btn-parent .button {
  margin: 5px;
}
.note-page-container .note-page .note-header .text-description {
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .note-page-container .note-page .note-header {
    flex-wrap: wrap;
    justify-content: center;
  }
  .note-page-container .note-page .note-header .title {
    margin-bottom: 10px;
  }
  .note-page-container .note-page .note-header .btn-parent {
    width: 100%;
    margin: auto;
    text-align: center;
  }
}
.note-page-container .note-page .no-note {
  padding-top: 20px;
}
.note-page-container .note-page .no-note h3 {
  font-size: 18px;
  line-height: 22px;
  color: #454a55;
}
.note-page-container .note-page .no-note p {
  font-size: 14px;
  line-height: 20px;
  color: #6d737d;
}
.note-page-container .note-page .skeleton-list .row-list .img-list {
  min-width: auto;
}
.note-page-container .note-page .skeleton-list .row-list .img-list span:nth-child(1) {
  height: 50px;
  width: 41px;
}
.note-page-container .note-page .skeleton-list .row-list .skeleton-body span:nth-child(2),
.note-page-container .note-page .skeleton-list .row-list .skeleton-body span:nth-child(4) {
  display: none;
}
.note-page-container .note-page .sort-list {
  color: #454a55;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
}
.note-page-container .note-page .sort-list .sort-item {
  display: flex;
  align-items: center;
}
.note-page-container .note-page .sort-list .sort-item::after {
  content: "";
  font-family: fontAwesome;
  margin-left: 10px;
  color: #85878c;
  margin-top: -5px;
  display: none;
}
.note-page-container .note-page .card-component {
  margin-bottom: 15px;
  padding: 10px 0px;
  background: white;
  border-radius: 10px;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in;
  color: #6d737d;
}
.note-page-container .note-page .card-component .card-top {
  display: flex;
}
.note-page-container .note-page .card-component .card-bottom {
  align-self: center;
}
.note-page-container .note-page .card-component .card-img {
  width: 45px;
  height: 55px;
  border-radius: 5px;
  margin-left: -10px;
  margin-right: 10px;
  float: left;
}
.note-page-container .note-page .card-component .card-title {
  color: #4ac5e3;
  align-self: center;
}
.note-page-container .note-page .card-component .card-col {
  align-self: center;
}
.note-page-container .note-page .card-component .card-col .item-label {
  display: none;
  color: #a8adb5;
  margin-bottom: 5px;
}
.note-page-container .note-page .card-component .row-parent {
  display: flex;
}
.note-page-container .note-page .card-component .row-parent .row {
  flex: 1 1 auto;
}
.note-page-container .note-page .card-component .right-side,
.note-page-container .note-page .card-component .radio-btn {
  position: absolute;
  height: 100%;
  width: 30px;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 10px 10px 0px;
  transition: all 0.2s ease-in;
}
.note-page-container .note-page .card-component .radio-btn {
  cursor: default;
}
@media (max-width: 991.98px) {
  .note-page-container .note-page .card-component .radio-btn {
    height: 70px;
  }
}
.note-page-container .note-page .card-component .radio-btn .note-checkbox {
  margin-left: 5px;
}
.note-page-container .note-page .card-component .radio-btn .note-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border: 1px solid #ffa76f;
}
.note-page-container .note-page .card-component .radio-btn .note-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  content: "";
  height: 6px;
  width: 6px;
  margin: 3px;
  border-radius: 5px;
  background: #ec6611;
}
.note-page-container .note-page .card-component .radio-btn .note-checkbox .custom-control-label::before {
  background: white;
  border: 1px solid #a8adb5;
  border-radius: 5px;
  width: 12px;
  height: 12px;
}
.note-page-container .note-page .card-component .right-side svg {
  width: 12px;
  height: 16px;
}
.note-page-container .note-page .card-component:hover {
  box-shadow: 0 6px 30px 0 rgba(63, 79, 110, 0.15);
}
@media (min-width: 992px) {
  .note-page-container .note-page .card-component:hover .right-side {
    background: #ec6611;
  }
  .note-page-container .note-page .card-component:hover .right-side svg {
    display: none;
  }
  .note-page-container .note-page .card-component:hover .right-side::after {
    content: "";
    font-family: fontAwesome;
    color: white;
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1140px) {
  .note-page-container .note-page .card-component .right-side {
    right: -25px;
    background: white;
  }
}
@media (max-width: 991.98px) {
  .note-page-container .note-page .card-component .card-top {
    padding-bottom: 10px;
    padding-right: 50px;
    border-bottom: 1px solid #e0e1e4;
  }
  .note-page-container .note-page .card-component .right-side {
    top: 20px;
    height: 50px;
    right: 15px;
    width: auto;
    align-items: flex-start;
  }
  .note-page-container .note-page .card-component .card-col {
    padding: 10px 30px;
  }
  .note-page-container .note-page .card-component .card-col .item-label {
    display: block;
  }
  .note-page-container .note-page .card-component .card-bottom .row {
    flex-wrap: nowrap;
  }
  .note-page-container .note-page .card-component .card-bottom .row .created-time {
    width: auto;
    margin-left: auto;
  }
}
.note-page-container .pagination {
  margin: 0px;
  padding: 4rem;
}

.skills-matter .skills-matter-main-banner {
  background-color: #3c4044;
  min-height: 200px;
  padding: 5rem 15rem;
  display: flex;
  justify-content: space-between;
  margin-top: -7rem;
}
@media screen and (max-width: 992px) {
  .skills-matter .skills-matter-main-banner {
    display: block;
  }
}
@media screen and (max-width: 1359px) {
  .skills-matter .skills-matter-main-banner {
    padding: 5rem 5rem;
  }
}
.skills-matter .skills-matter-main-banner .banner-text .banner-text-logo {
  margin-bottom: 30px;
}
.skills-matter .skills-matter-main-banner .banner-text .banner-text-logo img {
  max-width: 576px;
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-main-banner .banner-text .banner-text-logo img {
    max-width: 100%;
  }
}
.skills-matter .skills-matter-main-banner .banner-text .banner-text-content {
  color: white;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-main-banner .banner-text .banner-text-content {
    font-size: 28px;
    line-height: 32px;
  }
}
.skills-matter .skills-matter-main-banner .banner-text .banner-text-offer {
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-main-banner .banner-text .banner-text-offer {
    display: block;
  }
}
.skills-matter .skills-matter-main-banner .banner-text .banner-text-offer .banner-text-offer-price {
  display: flex;
  flex-direction: column;
}
.skills-matter .skills-matter-main-banner .banner-text .banner-text-offer .banner-text-offer-price .tag {
  background-color: #d0943a;
  color: #000;
  padding: 2px;
  margin-bottom: 20px;
  width: 220px;
  position: relative;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 320px) {
  .skills-matter .skills-matter-main-banner .banner-text .banner-text-offer .banner-text-offer-price .tag {
    width: 180px;
    line-height: 15px;
  }
}
.skills-matter .skills-matter-main-banner .banner-text .banner-text-offer .banner-text-offer-price .tag::after {
  content: "";
  width: 25px;
  height: 35px;
  background: url(/images/skills-matter/Shape1.png);
  top: 5px;
  right: -25px;
  position: absolute;
  display: inline-block;
}
.skills-matter .skills-matter-main-banner .banner-text .banner-text-offer .banner-text-offer-price .price {
  font-size: 24px;
  color: white;
  margin-top: 20px;
}
.skills-matter .skills-matter-main-banner .banner-text .banner-text-offer .banner-text-offer-price .price .new-price {
  font-size: 45px;
  font-weight: bold;
  color: #f2ac44;
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-main-banner .banner-text .banner-text-offer .banner-text-offer-price .price {
    font-size: 16px;
    line-height: 18px;
    margin-top: 0px;
  }
  .skills-matter .skills-matter-main-banner .banner-text .banner-text-offer .banner-text-offer-price .price .new-price {
    font-size: 24px;
    font-weight: bold;
    color: #f2ac44;
  }
}
.skills-matter .skills-matter-main-banner .banner-text .banner-text-offer .banner-text-offer-ctr {
  display: flex;
  align-items: end;
  margin-left: 30px;
}
.skills-matter .skills-matter-main-banner .banner-text .banner-text-offer .banner-text-offer-ctr a {
  background-color: #ed7953;
  color: white;
  padding: 10px 20px;
  border: none;
  width: 200px;
  height: 50px;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skills-matter .skills-matter-main-banner .banner-text .banner-text-offer .banner-text-offer-ctr a:hover {
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-main-banner .banner-text .banner-text-offer .banner-text-offer-ctr {
    margin-left: 0px;
    margin-top: 20px;
  }
  .skills-matter .skills-matter-main-banner .banner-text .banner-text-offer .banner-text-offer-ctr a {
    width: 220px;
    font-weight: 400;
    padding: 10px 10px;
    height: 40px;
  }
}
.skills-matter .skills-matter-main-banner .banner-image {
  display: flex;
}
.skills-matter .skills-matter-main-banner .banner-image img {
  width: 500px;
}
@media screen and (max-width: 992px) {
  .skills-matter .skills-matter-main-banner .banner-image {
    display: none;
  }
}
.skills-matter .working-knowledge {
  background-color: #2b2c2c;
  min-height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 15rem;
}
@media screen and (max-width: 992px) {
  .skills-matter .working-knowledge {
    display: block;
  }
}
@media screen and (max-width: 1359px) {
  .skills-matter .working-knowledge {
    padding: 5rem 5rem;
  }
}
@media screen and (max-width: 992px) {
  .skills-matter .working-knowledge {
    display: none;
  }
}
.skills-matter .working-knowledge .working-knowledge-text {
  color: white;
  font-size: 24px;
}
.skills-matter .working-knowledge .working-knowledge-logo img {
  width: 100%;
  height: 50px;
}
.skills-matter .skills-matter-partnership {
  padding: 5rem 15rem;
}
@media screen and (max-width: 1359px) {
  .skills-matter .skills-matter-partnership {
    padding: 5rem 5rem;
  }
}
.skills-matter .skills-matter-partnership .skills-matter-partnership-heading {
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 50px;
}
.skills-matter .skills-matter-partnership .skills-matter-partnership-heading img {
  height: 50px;
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-partnership .skills-matter-partnership-heading {
    font-size: 22px;
    line-height: 32px;
  }
}
.skills-matter .skills-matter-partnership .skills-matter-partnership-content {
  display: flex;
  justify-content: center;
}
.skills-matter .skills-matter-partnership .skills-matter-partnership-content img {
  max-height: 350px;
}
.skills-matter .skills-matter-features {
  background-color: #f1f3f6;
  display: flex;
  justify-content: space-between;
  padding: 5rem 15rem;
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-features {
    display: block;
  }
}
@media screen and (max-width: 1359px) {
  .skills-matter .skills-matter-features {
    padding: 5rem 5rem;
  }
}
.skills-matter .skills-matter-features .skills-matter-features-list-text {
  list-style: none;
  padding: 0;
  color: #000;
  margin-bottom: 30px;
}
.skills-matter .skills-matter-features .skills-matter-features-list-text li {
  margin: 0;
  padding-left: 1.5em;
  position: relative;
  font-size: 32px;
  line-height: 41px;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .skills-matter .skills-matter-features .skills-matter-features-list-text li {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-features .skills-matter-features-list-text li {
    font-size: 18px;
    line-height: 30px;
  }
}
.skills-matter .skills-matter-features .skills-matter-features-list-text li:after {
  content: "";
  height: 0.4em;
  width: 0.4em;
  background: #d2153a;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.4em;
  left: 0;
}
.skills-matter .skills-matter-features .skills-matter-features-list-logo-text {
  list-style: none;
}
.skills-matter .skills-matter-features .skills-matter-features-list-logo-text li {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 32px;
}
.skills-matter .skills-matter-features .skills-matter-features-list-logo-text li img {
  max-height: 50px;
  margin-right: 10px;
}
.skills-matter .skills-matter-features .skills-matter-features-list-logo-text li .img-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-features .skills-matter-features-list-logo-text li {
    font-size: 18px;
    line-height: 30px;
  }
  .skills-matter .skills-matter-features .skills-matter-features-list-logo-text li .img-padding {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.skills-matter .skills-matter-features .logo-image {
  height: 95px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .skills-matter .skills-matter-features .logo-image {
    height: 45px;
  }
}
.skills-matter .skills-matter-features .skills-matter-features-skillsmatter,
.skills-matter .skills-matter-features .skills-matter-features-packt {
  max-width: 500px;
}
@media screen and (max-width: 992px) {
  .skills-matter .skills-matter-features .skills-matter-features-skillsmatter,
.skills-matter .skills-matter-features .skills-matter-features-packt {
    max-width: 300px;
  }
}
.skills-matter .skills-matter-reviews {
  padding: 5rem 10rem;
}
@media screen and (max-width: 1359px) {
  .skills-matter .skills-matter-reviews {
    padding: 5rem 5rem;
  }
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-reviews {
    padding: 5rem 1rem;
  }
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-heading {
  text-align: center;
  margin-bottom: 50px;
  font-size: 42px;
  line-height: 52px;
  color: #000;
}
@media screen and (max-width: 1359px) {
  .skills-matter .skills-matter-reviews .skills-matter-reviews-heading {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-reviews .skills-matter-reviews-content {
    display: none;
  }
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content .slide-component {
  display: flex;
  justify-content: center;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content .slide-component .skills-matter-reviews-content-slide {
  width: 100%;
  max-width: 500px;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content .slide-component .skills-matter-reviews-content-slide .skills-matter-reviews-user-image {
  display: flex;
  justify-content: center;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content .slide-component .skills-matter-reviews-content-slide .skills-matter-reviews-user-image img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  top: 25px;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content .slide-component .skills-matter-reviews-content-slide .skills-matter-reviews-content-text {
  padding-top: 5rem;
  min-height: 250px;
  padding: 20px;
  box-shadow: 0px 0px 3px;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content .slide-component .skills-matter-reviews-content-slide .packt {
  border: solid 1px #ed7953;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content .slide-component .skills-matter-reviews-content-slide .packt .skills-matter-reviews-user-details,
.skills-matter .skills-matter-reviews .skills-matter-reviews-content .slide-component .skills-matter-reviews-content-slide .packt .skills-matter-reviews-text-icon {
  color: #ed7953;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content .slide-component .skills-matter-reviews-content-slide .skills-matter {
  border: solid 1px #1b11a2;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content .slide-component .skills-matter-reviews-content-slide .skills-matter .skills-matter-reviews-user-details,
.skills-matter .skills-matter-reviews .skills-matter-reviews-content .slide-component .skills-matter-reviews-content-slide .skills-matter .skills-matter-reviews-text-icon {
  color: #1b11a2;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content .slide-component .skills-matter-reviews-content-slide .skills-matter-reviews-user-details {
  text-align: right;
  display: flex;
  flex-direction: column;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content .slide-component .skills-matter-reviews-content-slide .skills-matter-reviews-text-icon {
  font-size: 50px;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile {
  padding: 0px;
  display: none;
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile {
    display: block;
  }
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile .carousel {
  padding-left: 5rem;
  padding-right: 5rem;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile .carousel .carousel-item .slide-component {
  display: flex;
  justify-content: center;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile .carousel .carousel-item .slide-component .skills-matter-reviews-content-slide {
  width: 100%;
  max-width: 500px;
  padding: 10px;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile .carousel .carousel-item .slide-component .skills-matter-reviews-content-slide .skills-matter-reviews-user-image {
  display: flex;
  justify-content: center;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile .carousel .carousel-item .slide-component .skills-matter-reviews-content-slide .skills-matter-reviews-user-image img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  top: 25px;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile .carousel .carousel-item .slide-component .skills-matter-reviews-content-slide .skills-matter-reviews-content-text {
  padding-top: 5rem;
  min-height: 250px;
  padding: 20px;
  box-shadow: 0px 0px 3px;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile .carousel .carousel-item .slide-component .skills-matter-reviews-content-slide .packt {
  border: solid 1px #ed7953;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile .carousel .carousel-item .slide-component .skills-matter-reviews-content-slide .packt .skills-matter-reviews-user-details,
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile .carousel .carousel-item .slide-component .skills-matter-reviews-content-slide .packt .skills-matter-reviews-text-icon {
  color: #ed7953;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile .carousel .carousel-item .slide-component .skills-matter-reviews-content-slide .skills-matter {
  border: solid 1px #1b11a2;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile .carousel .carousel-item .slide-component .skills-matter-reviews-content-slide .skills-matter .skills-matter-reviews-user-details,
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile .carousel .carousel-item .slide-component .skills-matter-reviews-content-slide .skills-matter .skills-matter-reviews-text-icon {
  color: #1b11a2;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile .carousel .carousel-item .slide-component .skills-matter-reviews-content-slide .skills-matter-reviews-user-details {
  text-align: right;
  display: flex;
  flex-direction: column;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile .carousel .carousel-item .slide-component .skills-matter-reviews-content-slide .skills-matter-reviews-text-icon {
  font-size: 50px;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile .carousel .carousel-control-prev {
  justify-content: start;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile .carousel .carousel-control-prev .carousel-control-prev-icon {
  border: solid 1px #ccc;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #ed7953;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile .carousel .carousel-control-next {
  justify-content: end;
}
.skills-matter .skills-matter-reviews .skills-matter-reviews-content-mobile .carousel .carousel-control-next .carousel-control-next-icon {
  border: solid 1px #ccc;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #1b11a2;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skills-matter .skills-matter-footer, .skills-matter .skills-matter-mobile-footer {
  background-color: #2f3234;
  min-height: 300px;
  color: white;
  padding: 5rem 15rem;
}
.skills-matter .skills-matter-footer .border-div, .skills-matter .skills-matter-mobile-footer .border-div {
  border: solid 1px #a9acb4;
  height: 30px;
  border-top: none;
  width: 40%;
  margin-top: 10px;
}
.skills-matter .skills-matter-footer .arrow-div, .skills-matter .skills-matter-mobile-footer .arrow-div {
  height: 30px;
  width: 2px;
  background-color: #a9acb4;
}
.skills-matter .skills-matter-footer .triangle-div, .skills-matter .skills-matter-mobile-footer .triangle-div {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #a9acb4;
}
.skills-matter .skills-matter-footer .mobile-triangle-div, .skills-matter .skills-matter-mobile-footer .mobile-triangle-div {
  position: relative;
}
.skills-matter .skills-matter-footer .mobile-triangle-div .triangle-div, .skills-matter .skills-matter-mobile-footer .mobile-triangle-div .triangle-div {
  position: absolute;
  left: -5px;
}
@media screen and (min-width: 576px) {
  .skills-matter .skills-matter-footer .mobile-triangle-div, .skills-matter .skills-matter-mobile-footer .mobile-triangle-div {
    display: none;
  }
}
@media screen and (max-width: 1359px) {
  .skills-matter .skills-matter-footer, .skills-matter .skills-matter-mobile-footer {
    padding: 5rem 5rem;
  }
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-footer, .skills-matter .skills-matter-mobile-footer {
    padding: 5rem 3rem;
    padding-bottom: 10px;
  }
  .skills-matter .skills-matter-footer .border-div, .skills-matter .skills-matter-mobile-footer .border-div,
.skills-matter .skills-matter-footer .arrow-div,
.skills-matter .skills-matter-mobile-footer .arrow-div {
    display: none;
  }
}
.skills-matter .skills-matter-footer .skills-matter-footer-heading, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-heading {
  font-size: 42px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 51px;
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-footer .skills-matter-footer-heading, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-heading {
    font-size: 22px;
    line-height: 32px;
  }
}
.skills-matter .skills-matter-footer .skills-matter-footer-content, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content {
  display: flex;
  justify-content: center;
}
.skills-matter .skills-matter-footer .skills-matter-footer-content .skills-matter-footer-subscription, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content .skills-matter-footer-subscription {
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.skills-matter .skills-matter-footer .skills-matter-footer-content .skills-matter-footer-subscription .skills-matter-footer-subscription-cost, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content .skills-matter-footer-subscription .skills-matter-footer-subscription-cost {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 22px;
  line-height: 42px;
  width: 50%;
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-footer .skills-matter-footer-content, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content {
    display: block;
  }
  .skills-matter .skills-matter-footer .skills-matter-footer-content .skills-matter-footer-subscription, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content .skills-matter-footer-subscription {
    display: block;
    width: 100%;
  }
  .skills-matter .skills-matter-footer .skills-matter-footer-content .skills-matter-footer-subscription .skills-matter-footer-subscription-cost, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content .skills-matter-footer-subscription .skills-matter-footer-subscription-cost {
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 32px;
    border-left: solid 1px #ccc;
    max-width: 300px;
  }
  .skills-matter .skills-matter-footer .skills-matter-footer-content .skills-matter-footer-subscription .skills-matter-footer-subscription-cost span, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content .skills-matter-footer-subscription .skills-matter-footer-subscription-cost span {
    position: relative;
    left: 30px;
    top: -16px;
  }
  .skills-matter .skills-matter-footer .skills-matter-footer-content .skills-matter-footer-subscription .skills-matter-footer-subscription-cost .price, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content .skills-matter-footer-subscription .skills-matter-footer-subscription-cost .price {
    font-size: 28px;
    line-height: 41px;
  }
  .skills-matter .skills-matter-footer .skills-matter-footer-content .skills-matter-footer-subscription .skills-matter-footer-subscription-cost .text:after, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content .skills-matter-footer-subscription .skills-matter-footer-subscription-cost .text:after {
    content: "";
    height: 1px;
    width: 30px;
    background: #ccc;
    display: block;
    position: absolute;
    top: 10px;
    left: -30px;
  }
}
.skills-matter .skills-matter-footer .skills-matter-footer-content-total, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content-total {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 22px;
  line-height: 42px;
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-footer .skills-matter-footer-content-total, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content-total {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    align-items: flex-start;
    border-left: solid 1px #ccc;
  }
  .skills-matter .skills-matter-footer .skills-matter-footer-content-total span, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content-total span {
    position: relative;
    left: 30px;
  }
  .skills-matter .skills-matter-footer .skills-matter-footer-content-total .text:after, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content-total .text:after {
    content: "";
    height: 1px;
    width: 30px;
    background: #ccc;
    display: block;
    position: absolute;
    top: 50%;
    left: -30px;
  }
  .skills-matter .skills-matter-footer .skills-matter-footer-content-total .triangle-div, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content-total .triangle-div {
    display: none;
  }
}
.skills-matter .skills-matter-footer .skills-matter-footer-content-arrow, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content-arrow {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-footer .skills-matter-footer-content-arrow .triangle-div, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content-arrow .triangle-div {
    display: none;
  }
}
.skills-matter .skills-matter-footer .price, .skills-matter .skills-matter-mobile-footer .price {
  font-size: 32px;
  line-height: 41px;
}
.skills-matter .skills-matter-footer .skills-matter-footer-bundle, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-bundle {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-footer .skills-matter-footer-bundle, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-bundle {
    display: none;
  }
}
.skills-matter .skills-matter-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content {
  width: 50%;
  background-color: #464a4e;
  text-align: center;
  min-height: 200px;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  .skills-matter .skills-matter-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content {
    width: 100%;
  }
}
.skills-matter .skills-matter-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content .skills-matter-footer-bundle-text, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content .skills-matter-footer-bundle-text {
  font-size: 32px;
  line-height: 41px;
}
.skills-matter .skills-matter-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content .skills-matter-footer-bundle-text .new-price, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content .skills-matter-footer-bundle-text .new-price {
  font-size: 45px;
  font-weight: bold;
  color: #f2ac44;
}
@media screen and (max-width: 576px) {
  .skills-matter .skills-matter-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content .skills-matter-footer-bundle-text, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content .skills-matter-footer-bundle-text {
    font-size: 24px;
    line-height: 36px;
  }
  .skills-matter .skills-matter-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content .skills-matter-footer-bundle-text .new-price, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content .skills-matter-footer-bundle-text .new-price {
    font-size: 28px;
  }
}
.skills-matter .skills-matter-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content .skills-matter-footer-bundle-ctr, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content .skills-matter-footer-bundle-ctr {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.skills-matter .skills-matter-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content .skills-matter-footer-bundle-ctr a, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content .skills-matter-footer-bundle-ctr a {
  background-color: #ed7953;
  color: white;
  padding: 10px 20px;
  border: none;
  width: 200px;
  height: 50px;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skills-matter .skills-matter-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content .skills-matter-footer-bundle-ctr a:hover, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-bundle .skills-matter-footer-bundle-content .skills-matter-footer-bundle-ctr a:hover {
  text-decoration: none;
}
.skills-matter .skills-matter-footer .skills-matter-footer-content-text, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content-text {
  display: flex;
  justify-content: center;
}
.skills-matter .skills-matter-footer .skills-matter-footer-content-text ul, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content-text ul {
  list-style: none;
  text-align: left;
}
.skills-matter .skills-matter-footer .skills-matter-footer-content-text ul li, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content-text ul li {
  margin-bottom: 10px;
}
.skills-matter .skills-matter-footer .skills-matter-footer-content-text .skills-matter-footer-content-text-button, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content-text .skills-matter-footer-content-text-button {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}
.skills-matter .skills-matter-footer .skills-matter-footer-content-text .skills-matter-footer-content-text-button button, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content-text .skills-matter-footer-content-text-button button {
  background-color: #ed7953;
  color: white;
  padding: 10px 20px;
  border: none;
  width: 200px;
  height: 50px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 20px;
}
.skills-matter .skills-matter-footer .skills-matter-footer-content-text .skills-matter-footer-content-text-button .price, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content-text .skills-matter-footer-content-text-button .price {
  font-size: 24px;
  color: white;
}
.skills-matter .skills-matter-footer .skills-matter-footer-content-text .skills-matter-footer-content-text-button .price .new-price, .skills-matter .skills-matter-mobile-footer .skills-matter-footer-content-text .skills-matter-footer-content-text-button .price .new-price {
  font-size: 32px;
  font-weight: bold;
  color: #f2ac44;
}
.skills-matter .skills-matter-mobile-footer {
  padding: 0px;
  min-height: unset;
}
@media screen and (min-width: 576px) {
  .skills-matter .skills-matter-mobile-footer {
    display: none;
  }
}
.skills-matter .skills-matter-mobile-footer .skills-matter-footer-bundle {
  display: block !important;
  margin: 0px;
}

.topic {
  font-size: 1.5em !important;
  font-family: "Outfit";
  background-color: #fff;
}
@media (max-width: 992px) {
  .topic {
    padding: 20px 0;
  }
}
.topic-height {
  min-height: 70vh;
}
.topic_dark {
  background-color: #f5f6fa;
  color: #fff;
}
.topic-block {
  width: 80%;
  margin: auto;
  padding: 20px 20px;
}
@media (max-width: 992px) {
  .topic-block {
    width: 100%;
  }
}
.topic-block-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 992px) {
  .topic-block-wrapper {
    flex-direction: column;
  }
}
.topic-block-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
  padding: 20px;
}
.topic-block-header-content {
  margin-top: 10px;
  padding: 2px;
}
.topic-block-header-subtopics {
  font-size: 1.8rem;
}
.topic-block-header_home {
  padding: 20px 0;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.topic-block-header_home span {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  color: #ec6611;
  font-size: 1.5em;
}
.topic-block-content {
  display: flex;
  flex: 0.5;
  border-left: 1px solid #f1f3f5;
  padding: 20px;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 992px) {
  .topic-block-content {
    flex: 1;
    border-left: 0;
  }
}
.topic-block-content-block {
  display: flex;
  gap: 40px;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
}
@media (max-width: 992px) {
  .topic-block-content-block {
    padding: 0;
  }
}
.topic-block-content-block-button {
  font-size: 1.5em !important;
  text-transform: capitalize;
  padding: 10px 20px;
}
.topic-block-navigation {
  padding: 15px;
  display: flex;
  overflow: auto;
  max-height: 900px;
}
@media (max-width: 992px) {
  .topic-block-navigation {
    display: none;
  }
}
.topic-search {
  width: 100%;
  position: relative;
}
.topic-search-form {
  width: 100%;
  padding: 15px;
  background-color: #f5f6fa;
  font-size: 1.2em;
  border: 2px solid #e4e7ed;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .topic-search-form {
    width: 100%;
  }
}
.topic-search-form_searching {
  border-radius: 8px 8px 0 0;
  border-bottom: 0;
}
.topic-search-form > input {
  border: 0 !important;
  background-color: transparent;
  flex: 1;
}
.topic-search-form > input:focus, .topic-search-form > input:active {
  outline: none;
}
.topic-search-form > i {
  color: #6d737d;
}
.topic-search-form > i:hover {
  color: #6d737d;
  cursor: pointer;
}
.topic-search-dropdown {
  position: absolute;
  list-style-type: none;
  margin: 0;
  max-height: 350px;
  overflow: auto;
  width: 100%;
  z-index: 3;
  background-color: #f5f6fa;
  border: 2px solid #e4e7ed;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.topic-search-dropdown-link {
  color: #6d737d;
}
.topic-search-dropdown-link:hover {
  text-decoration: none !important;
}
.topic-search-dropdown-link-item {
  padding: 10px;
  border-bottom: 1px solid #e4e7ed;
}
.topic-search-dropdown-link-item:hover {
  background-color: #e4e7ed;
  cursor: pointer;
}
@media (max-width: 992px) {
  .topic-search-dropdown {
    width: 100%;
  }
}
.topic-breadcrumb > ul {
  list-style-type: none;
}
.topic-breadcrumb > ul > li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  text-transform: uppercase;
}
.topic-breadcrumb > ul > li a {
  color: #000;
}
.topic-breadcrumb > ul > li:not(:first-child) :before {
  font-family: FontAwesome;
  float: left;
  padding-right: 0.8rem;
  color: #000;
  content: "";
}
.topic-breadcrumb > ul > li:last-child > span {
  color: #ec6611;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.topic-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.topic-links-view {
  cursor: pointer;
}
.topic-links-view:hover {
  color: #ec6611;
}
.topic-links-title {
  text-transform: capitalize;
}
.topic-links-pills {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 15px;
  flex-wrap: wrap;
}
.topic-links-pills > a {
  text-decoration: none !important;
}
.topic-links-pills-button {
  padding: 5px 10px;
  border-radius: 25px;
  background-color: #f6c5c5;
  color: #000;
  border: none;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.topic-links-pills-button:hover {
  filter: brightness(85%);
}
.topic-products {
  margin-bottom: 50px;
  color: #000;
}
@media (max-width: 992px) {
  .topic-products {
    justify-content: center;
    align-items: center;
  }
}
.topic-products-title {
  margin-bottom: 25px;
}
.topic-products .slick-list .slick-track .slick-slide {
  padding: 10px;
}
.topic-products .slick-arrow {
  background-color: #ec6611 !important;
  border-radius: 10px;
}
.topic-products-card {
  background-color: #fff;
  border-radius: 8px;
  color: #000 !important;
  padding: 10px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: row;
  text-decoration: none !important;
}
@media (max-width: 992px) {
  .topic-products-card {
    width: 400px;
  }
}
.topic-products-card:hover {
  cursor: pointer;
  border: 1px solid #e4e7ed;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.topic-products-card-type {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
  text-transform: capitalize;
  padding: 0 10px;
}
.topic-products-card-type-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.topic-products-card-image_large {
  display: flex;
  justify-content: center;
  padding: 10px;
}
.topic-products-card-image_large > div {
  height: 309px;
  width: 250px;
}
.topic-products-card-image_large > div > img {
  height: 309px;
  width: 250px;
}
.topic-products-card-content {
  font-size: 1.1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px;
  text-decoration: none;
}
@media (max-width: 992px) {
  .topic-products-card-content {
    padding: 0 68px;
  }
}
.topic-products-card-content-title {
  color: #000;
  font-size: 1.1em;
}
.topic-products-card-content-info {
  display: flex;
  flex-direction: row;
  gap: 10px;
  color: #a8adb5;
  align-items: center;
}
@media (max-width: 1600px) {
  .topic-products-card-content-info {
    flex-wrap: wrap;
  }
}
.topic-products-card-content-info-type {
  padding: 2px 20px;
  border-radius: 20px;
  color: #fff;
}
.topic-products-card-content-info-type--book {
  background-color: #4ab9d5;
}
.topic-products-card-content-info-type--video {
  background-color: #8885e3;
}
.topic-products-card-content-info-type:first-letter {
  text-transform: uppercase;
}
.topic-products-card-section-content {
  font-size: 0.8em;
  color: #a8adb5;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.topic-products-card-image {
  margin-top: 10px;
  min-width: 84px;
}
.topic-products-card-image img {
  border-radius: 5px;
  width: 66px;
  height: 82px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.topic-products-card-image img[lazy=loaded] {
  opacity: 0;
  animation-name: fadein;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-out;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.topic-products-card-section {
  display: flex;
  padding: 10px 20px;
  font-size: 0.9em;
  flex-direction: column;
  height: 140px;
  overflow: auto;
}
.topic-products-card-section-title {
  margin-bottom: 10px;
}
.topic-products-card-section-data {
  font-size: 1.1em;
  display: flex;
  gap: 5px;
}
.topic-products-card-section-data-link {
  color: blue;
}
.topic-products-section-card {
  background-color: #fff;
  border-radius: 8px;
  color: #000;
  width: 90% !important;
  min-width: 299px;
  padding: 10px;
  border: 1px solid #fff;
  height: 730px;
}
.topic-mega-topics {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .topic-mega-topics {
    justify-content: center;
  }
}
.topic-mega-topics-data {
  display: flex;
  border: 1px solid black;
  width: 350px;
  min-width: 350px;
  min-height: 200px;
  border-radius: 10px !important;
  padding: 14px;
  flex-direction: column;
  text-decoration: none;
  color: black;
}
.topic-mega-topics-data_temp {
  border: 3px solid #ec6611;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 1.5em;
  color: #ec6611;
}
.topic-mega-topics-data_temp:hover {
  cursor: default !important;
  background-color: #ffffff !important;
  color: #ec6611 !important;
}
.topic-mega-topics-data:hover {
  cursor: pointer;
  background-color: #f0f0f0;
  text-decoration: none;
  color: black;
}
.topic-mega-topics-data-title {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  height: 90px;
}
.topic-mega-topics-data-title-name {
  text-transform: capitalize;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.topic-mega-topics-data-title-icon {
  font-size: 55px;
}
.topic-mega-topics-data-subtopics {
  text-transform: capitalize;
  font-size: 12px;
  margin-bottom: 15px;
}
.topic-mega-topics-data-count {
  padding: 7px 10px;
  border-radius: 25px;
  background-color: #f0f0f0;
  border: 1px solid #fff;
  font-size: 12px;
  margin-right: 20px;
  margin-top: 10px;
}
.topic-html-preview {
  padding: 20px;
  height: 80vh;
  overflow-y: auto;
  font-size: 1.5em;
}

.tooltip-author {
  font-size: 1.5em;
}

.hidden-author-count {
  color: #a8adb5 !important;
}

.product-header-background {
  background: #1a1a1a !important;
}

.product-page {
  background-color: #363636;
  padding: 0px 0px 0px 30px;
  font-family: "Outfit";
  display: flex;
  align-items: stretch;
  min-height: 400px;
}
@media (max-width: 880px) {
  .product-page {
    flex-direction: column;
  }
}
.product-page__block {
  width: calc(100% - 400px);
  color: #fff;
}
@media (max-width: 1550px) {
  .product-page__block {
    width: calc(100% - 370px);
  }
}
@media (max-width: 1024px) {
  .product-page__block {
    width: calc(100% - 330px);
  }
}
@media (max-width: 880px) {
  .product-page__block {
    width: 100%;
  }
}
.product-page__block__bread-crumb {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
  margin-top: 20px;
}
@media (max-width: 1300px) {
  .product-page__block__bread-crumb {
    font-size: 16px;
  }
}
@media (max-width: 1550px) {
  .product-page__block__bread-crumb {
    font-size: 14px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1200px) {
  .product-page__block__bread-crumb {
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .product-page__block__bread-crumb {
    font-size: 14px;
    line-height: 20px;
  }
}
.product-page__block__bread-crumb__link {
  color: #fff;
}
.product-page__block__bread-crumb__last {
  color: #adadad;
}
.product-page__block__contents {
  display: flex;
  gap: 35px;
}
@media (max-width: 1550px) {
  .product-page__block__contents {
    gap: 25px;
  }
}
@media (max-width: 880px) {
  .product-page__block__contents {
    gap: 15px;
  }
}
.product-page__block__contents__image {
  min-width: 210px;
}
.product-page__block__contents__image img {
  width: 210px;
  height: 260px;
  box-shadow: 4px 4px 6px 0px #00000080;
}
.product-page__block__contents__image__audiobook-sample {
  margin-top: 15px;
  border: solid 1px #969696;
  text-align: center;
  border-radius: 10px;
  width: 210px;
  padding: 5px;
}
.product-page__block__contents__image__audiobook-sample .audio-sample-text {
  margin-bottom: 10px;
  font-size: 16px;
}
.product-page__block__contents__image__audiobook-sample audio {
  width: 100%;
  max-width: 210px;
}
@media (max-width: 1300px) {
  .product-page__block__contents__image {
    min-width: 150px;
  }
  .product-page__block__contents__image img {
    width: 150px;
    height: 200px;
  }
  .product-page__block__contents__image__audiobook-sample {
    width: 150px;
  }
  .product-page__block__contents__image__audiobook-sample audio {
    width: 100%;
    max-width: 150px;
  }
}
@media (max-width: 1550px) {
  .product-page__block__contents__image {
    min-width: 150px;
  }
  .product-page__block__contents__image img {
    width: 150px;
    height: 200px;
  }
  .product-page__block__contents__image__audiobook-sample {
    width: 150px;
  }
  .product-page__block__contents__image__audiobook-sample .audio-sample-text {
    font-size: 14px;
  }
  .product-page__block__contents__image__audiobook-sample audio {
    height: 35px;
    width: 100%;
    max-width: 150px;
  }
}
@media (max-width: 1024px) {
  .product-page__block__contents__image {
    min-width: 125px;
  }
  .product-page__block__contents__image img {
    width: 125px;
    height: 155px;
  }
  .product-page__block__contents__image__audiobook-sample {
    display: none;
  }
}
.product-page__block__contents__rhs {
  width: calc(100% - 210px);
  padding: 0px 30px 0px 10px;
}
@media (max-width: 1300px) {
  .product-page__block__contents__rhs {
    width: calc(100% - 150px);
  }
}
@media (max-width: 1550px) {
  .product-page__block__contents__rhs {
    width: calc(100% - 150px);
  }
}
@media (max-width: 1024px) {
  .product-page__block__contents__rhs {
    width: calc(100% - 125px);
  }
}
.product-page__block__contents__rhs__title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .product-page__block__contents__rhs__title {
    font-size: 32px;
    line-height: 37px;
  }
}
@media (max-width: 1550px) {
  .product-page__block__contents__rhs__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .product-page__block__contents__rhs__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 880px) {
  .product-page__block__contents__rhs__title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
.product-page__block__contents__rhs__authors {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1550px) {
  .product-page__block__contents__rhs__authors {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .product-page__block__contents__rhs__authors {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.product-page__block__contents__rhs__type {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.product-page__block__contents__rhs__type img {
  height: 12px;
}
@media (max-width: 1920px) {
  .product-page__block__contents__rhs__type {
    font-size: 16px;
  }
}
@media (max-width: 1550px) {
  .product-page__block__contents__rhs__type {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .product-page__block__contents__rhs__type {
    font-size: 14px;
  }
}
.product-page__block__contents__rhs__type.cert-book {
  display: inline-block;
  padding: 10px 15px;
  background: rgba(32, 32, 32, 0.8);
  border-radius: 100px;
  line-height: 20px;
  letter-spacing: 1px;
}
.product-page__block__contents__rhs__type.cert-book img {
  height: 20px;
  margin-right: 3px;
  vertical-align: top;
}
.product-page__block__contents__rhs__cert_text {
  text-align: center;
  text-transform: uppercase;
  padding: 15px 20px;
  background: rgba(32, 32, 32, 0.5);
  border-radius: 10px 10px 0px 0px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #f97141;
}
.product-page__block__contents__rhs__coming-soon span {
  color: #5edc60;
  text-transform: uppercase;
}
.product-page__block__contents__rhs__coming-soon__title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: -10px;
}
@media (max-width: 1550px) {
  .product-page__block__contents__rhs__coming-soon__title {
    margin-bottom: -10px;
    font-size: 20px;
  }
}
.product-page__block__contents__rhs__toggle {
  display: flex;
}
@media (max-width: 1024px) {
  .product-page__block__contents__rhs__toggle {
    display: none;
  }
}
.product-page__block__contents__rhs__toggle__type {
  cursor: pointer;
  width: 25%;
  min-height: 98px;
  text-align: center;
  border: 1px solid #808080;
  border-right: none;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.product-page__block__contents__rhs__toggle__type span {
  font-size: 16px;
}
.product-page__block__contents__rhs__toggle__type .price {
  color: #f97141;
}
.product-page__block__contents__rhs__toggle__type .strike {
  text-decoration: line-through;
}
@media (max-width: 1300px) {
  .product-page__block__contents__rhs__toggle__type {
    font-size: 16px;
  }
  .product-page__block__contents__rhs__toggle__type span {
    font-size: 14px;
  }
}
@media (max-width: 1550px) {
  .product-page__block__contents__rhs__toggle__type {
    font-size: 14px;
    min-height: 85px;
  }
  .product-page__block__contents__rhs__toggle__type span {
    font-size: 12px;
  }
}
@media (max-width: 1550px) {
  .product-page__block__contents__rhs__toggle .expand:first-child {
    width: 35%;
  }
}
.product-page__block__contents__rhs__toggle__type:last-child {
  border-right: 1px solid #808080;
}
.product-page__block__contents__rhs__toggle__type:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.product-page__block__contents__rhs__toggle__type:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.product-page__block__contents__rhs__toggle .active {
  background: rgba(249, 113, 65, 0.2) !important;
  border: 1px solid #f97141 !important;
}
.product-page__block__contents__rhs__button {
  margin-top: 30px;
  display: flex;
  align-items: left;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1300px) {
  .product-page__block__contents__rhs__button {
    margin-top: 25px;
  }
}
@media (max-width: 1024px) {
  .product-page__block__contents__rhs__button {
    display: none;
  }
}
.product-page__block__contents__rhs__button__link {
  height: 48px;
  width: 262px;
  border-radius: 6px;
  background-color: #f97141;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  border: none;
  display: none;
  justify-content: center;
  align-items: center;
}
.product-page__block__contents__rhs__button__link:hover, .product-page__block__contents__rhs__button__link:active, .product-page__block__contents__rhs__button__link:focus, .product-page__block__contents__rhs__button__link:visited {
  text-decoration: none;
}
@media (max-width: 1550px) {
  .product-page__block__contents__rhs__button__link {
    height: 38px;
    width: 219px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .product-page__block__contents__rhs__button__link {
    height: 40px;
    width: 250px;
  }
}
.product-page__block__contents__rhs__button span {
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  margin-bottom: -20px;
}
@media (max-width: 1550px) {
  .product-page__block__contents__rhs__button span {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .product-page__block__contents__rhs__button span {
    margin-bottom: -10px;
  }
}
.product-page__block__contents__rhs__button .active {
  display: flex;
}
.product-page__block__contents__rhs__button.coming-soon {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.product-page__block__contents__rhs__button.coming-soon span {
  text-align: left;
}
.product-page__block__contents__rhs__features {
  display: none;
  background-color: rgba(32, 32, 32, 0.5);
  border-radius: 10px;
  padding: 30px 30px;
  min-height: 250px;
  margin-top: 40px;
  margin-bottom: 35px;
}
.product-page__block__contents__rhs__features.active {
  display: block !important;
}
@media (max-width: 1300px) {
  .product-page__block__contents__rhs__features {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px 30px;
  }
}
@media (max-width: 1024px) {
  .product-page__block__contents__rhs__features {
    display: none;
  }
  .product-page__block__contents__rhs__features.active {
    display: none !important;
  }
}
.product-page__block__contents__rhs__features__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
  margin-bottom: 35px;
}
@media (max-width: 1500px) {
  .product-page__block__contents__rhs__features__title {
    margin-bottom: 25px;
  }
}
@media (max-width: 1550px) {
  .product-page__block__contents__rhs__features__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.product-page__block__contents__rhs__features__contents__extra {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #525252;
}
.product-page__block__contents__rhs__features__contents__extra, .product-page__block__contents__rhs__features__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1600px) {
  .product-page__block__contents__rhs__features__contents__extra, .product-page__block__contents__rhs__features__contents {
    gap: 20px;
  }
}
@media (max-width: 1500px) {
  .product-page__block__contents__rhs__features__contents__extra, .product-page__block__contents__rhs__features__contents {
    gap: 10px;
  }
}
.product-page__block__contents__rhs__features__contents__extra__list, .product-page__block__contents__rhs__features__contents__list {
  display: flex;
  width: 28%;
  gap: 15px;
}
@media (max-width: 1500px) {
  .product-page__block__contents__rhs__features__contents__extra__list, .product-page__block__contents__rhs__features__contents__list {
    gap: 10px;
    width: 30%;
  }
}
.product-page__block__contents__rhs__features__contents__extra__list img, .product-page__block__contents__rhs__features__contents__list img {
  width: 22px;
  height: 25px;
}
.product-page__block__contents__rhs__features__contents__extra__list span, .product-page__block__contents__rhs__features__contents__list span {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
@media (max-width: 1920px) {
  .product-page__block__contents__rhs__features__contents__extra__list span, .product-page__block__contents__rhs__features__contents__list span {
    font-size: 16px;
  }
}
@media (max-width: 1550px) {
  .product-page__block__contents__rhs__features__contents__extra__list span, .product-page__block__contents__rhs__features__contents__list span {
    font-size: 14px;
  }
}
.product-page__block__contents__rhs__features__contents__extra__list__expand, .product-page__block__contents__rhs__features__contents__list__expand {
  width: 45%;
  display: flex;
  gap: 15px;
}
.product-page__block__contents__rhs__features__contents__extra__list__expand img, .product-page__block__contents__rhs__features__contents__list__expand img {
  width: 22px;
  height: 25px;
}
.product-page__block__contents__rhs__features__contents__extra__list__full-expand, .product-page__block__contents__rhs__features__contents__list__full-expand {
  width: 95%;
  display: flex;
  gap: 15px;
}
.product-page__block__contents__rhs__features__contents__extra__list__full-expand img, .product-page__block__contents__rhs__features__contents__list__full-expand img {
  width: 22px;
  height: 25px;
}
.product-page__block__contents__rhs__read {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  border-top: solid 1px #525252;
}
.product-page__block__contents__rhs__read a {
  background: transparent;
  border: 1px solid #f97141;
  border-radius: 6px;
  color: #f97141;
  width: 104px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-page__block__contents__rhs__read a:hover, .product-page__block__contents__rhs__read a:active, .product-page__block__contents__rhs__read a:focus, .product-page__block__contents__rhs__read a:visited {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .product-page__block__contents__rhs__read {
    display: none;
  }
}
.product-page__block__contents__tablet {
  display: none;
  margin-top: 25px;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .product-page__block__contents__tablet {
    display: flex;
    align-items: flex-start;
  }
}
.product-page__block__contents__tablet #product-features-tablet {
  background-color: rgba(32, 32, 32, 0.5);
}
.product-page__block__contents__tablet__rhs__toggle {
  display: flex;
  flex-direction: column;
}
.product-page__block__contents__tablet__rhs__toggle__type {
  cursor: pointer;
  width: 130px;
  min-height: 120px;
  text-align: center;
  border: 1px solid #808080;
  border-bottom: none;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media (max-width: 300px) {
  .product-page__block__contents__tablet__rhs__toggle__type {
    width: 100px;
  }
}
.product-page__block__contents__tablet__rhs__toggle__type span {
  font-size: 12px;
}
.product-page__block__contents__tablet__rhs__toggle__type .price {
  color: #f97141;
}
.product-page__block__contents__tablet__rhs__toggle__type .strike {
  text-decoration: line-through;
}
.product-page__block__contents__tablet__rhs__toggle__type:last-child {
  border-bottom: 1px solid #808080;
}
.product-page__block__contents__tablet__rhs__toggle .active {
  background: rgba(249, 113, 65, 0.2) !important;
  border: 1px solid #f97141 !important;
}
.product-page__block__contents__tablet__rhs__button {
  margin-top: 30px;
  display: none;
  align-items: left;
  gap: 20px;
}
@media (max-width: 1300px) {
  .product-page__block__contents__tablet__rhs__button {
    margin-top: 25px;
  }
}
@media (max-width: 1024px) {
  .product-page__block__contents__tablet__rhs__button {
    display: flex;
    flex-direction: column;
  }
}
.product-page__block__contents__tablet__rhs__button__link {
  height: 48px;
  width: 262px;
  border-radius: 5px;
  background-color: #f97141;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  border: none;
  display: none;
  justify-content: center;
  align-items: center;
}
.product-page__block__contents__tablet__rhs__button__link:hover, .product-page__block__contents__tablet__rhs__button__link:active, .product-page__block__contents__tablet__rhs__button__link:focus, .product-page__block__contents__tablet__rhs__button__link:visited {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .product-page__block__contents__tablet__rhs__button__link {
    height: 40px;
    width: 250px;
  }
}
@media (max-width: 1024px) {
  .product-page__block__contents__tablet__rhs__button__link {
    font-size: 14px;
    padding: 10px 21px;
  }
}
@media (max-width: 880px) {
  .product-page__block__contents__tablet__rhs__button__link {
    font-size: 12px;
    width: 200px;
    padding: 6px 18px;
  }
}
.product-page__block__contents__tablet__rhs__button span {
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 880px) {
  .product-page__block__contents__tablet__rhs__button span {
    font-size: 12px;
  }
}
.product-page__block__contents__tablet__rhs__button .active {
  display: flex;
}
.product-page__block__contents__tablet__rhs__features {
  display: none;
  border-radius: 10px;
  padding: 30px 30px;
  min-height: 250px;
  margin-top: 40px;
  margin-bottom: 35px;
}
.product-page__block__contents__tablet__rhs__features.active {
  display: block !important;
}
@media (max-width: 1300px) {
  .product-page__block__contents__tablet__rhs__features {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 30px;
  }
}
@media (max-width: 300px) {
  .product-page__block__contents__tablet__rhs__features {
    padding: 20px 15px;
  }
}
.product-page__block__contents__tablet__rhs__features__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
  margin-bottom: 35px;
}
.product-page__block__contents__tablet__rhs__features__contents {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1600px) {
  .product-page__block__contents__tablet__rhs__features__contents {
    gap: 20px;
  }
}
@media (max-width: 1500px) {
  .product-page__block__contents__tablet__rhs__features__contents {
    gap: 10px;
  }
}
.product-page__block__contents__tablet__rhs__features__contents__list {
  display: flex;
  width: 100%;
  gap: 15px;
  margin-bottom: 20px;
}
.product-page__block__contents__tablet__rhs__features__contents__list img {
  width: 22px;
  height: 25px;
}
.product-page__block__contents__tablet__rhs__features__contents__list span {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.product-page__block__contents__tablet__read {
  display: none;
  height: 70px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #525252;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .product-page__block__contents__tablet__read {
    display: flex;
  }
}
.product-page__block__contents__tablet__read a {
  background: transparent;
  border: 1px solid #f97141;
  border-radius: 6px;
  color: #f97141;
  min-width: 87px;
  height: 34px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-page__block__contents__tablet__read a:hover, .product-page__block__contents__tablet__read a:active, .product-page__block__contents__tablet__read a:focus, .product-page__block__contents__tablet__read a:visited {
  text-decoration: none;
}
.product-page__block__contents__tablet__read span {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.product-page__toc {
  min-width: 400px;
  padding: 0px 30px 0px 0px;
  max-width: 450px;
}
@media (max-width: 1550px) {
  .product-page__toc {
    min-width: 370px;
    max-width: 370px;
    padding: 0px 10px 0px 0px;
  }
}
@media (max-width: 1024px) {
  .product-page__toc {
    width: unset;
    max-width: unset;
    min-width: 330px;
    padding: 0px 15px 0px 0px;
  }
}
@media (max-width: 300px) {
  .product-page__toc {
    width: unset;
    min-width: 260px;
  }
}
.product-page__toc .product__chapters {
  max-width: unset;
  padding: 0px !important;
}
@media (max-width: 1024px) {
  .product-page__toc .product__chapters {
    width: 330px !important;
  }
}
@media (max-width: 880px) {
  .product-page__toc .product__chapters {
    min-height: 67rem !important;
    width: 100% !important;
  }
}
@media (max-width: 880px) {
  .product-page__toc {
    margin-top: 25px;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 13px;
  text-decoration: none !important;
  outline: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #f79f27 0%, #ec6611 100%);
  color: #fff;
}

#scrollTop.up {
  bottom: 90px;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #ec6611;
  border-color: #ec6611;
  color: white;
  font-size: 1.4rem;
  border-radius: 5px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):active:active,
.btn-primary:not(:disabled):not(.disabled).active:hover,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled).active:active,
.show > .btn-primary.dropdown-toggle:hover,
.show > .btn-primary.dropdown-toggle:focus,
.show > .btn-primary.dropdown-toggle:active {
  background-color: #ec6611;
  border-color: #ec6611;
  text-decoration: none;
}

h3 {
  color: #454a55;
  font-size: 32px;
  line-height: 38px;
}

h4 {
  color: #454a55;
  font-size: 26px;
  line-height: 32px;
}

h5 {
  color: #454a55;
  font-size: 18px;
  line-height: 22px;
}

.container {
  width: 128rem;
  padding: 0 15px;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 110rem;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: 100%;
  }
}

.product .product__header {
  position: relative;
  background-color: #ffa76f;
  background-image: url(/images/header-bgblur.jpg?b0cee4f6663061136a0fd82a8dfd20af);
  background-size: cover;
  display: flex;
  justify-content: center;
}
.product .product__header .container-full {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  width: 128rem;
}
@media screen and (max-width: 992px) {
  .product .product__header .container-full {
    flex-direction: column;
  }
}
.product .product__header .container-full.amazon-title .product__info {
  height: 45rem;
}
.product .product__header .container-full.amazon-title .product__chapters {
  max-height: 45rem;
}
.product .parent-free-learning-info .container-full:not(.free-trial-container) {
  width: 150rem;
}
.product .parent-free-learning-info .container-full:has(.free-trial-container) {
  width: 165rem;
}
@media screen and (max-width: 1200px) {
  .product .parent-free-learning-info .container-full:has(.free-trial-container) {
    width: 110rem;
  }
}
@media screen and (max-width: 992px) {
  .product .parent-free-learning-info .container-full:has(.free-trial-container) {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .product .parent-free-learning-info {
    background-size: auto 1100px;
  }
}
.product .parent-free-learning-info .parent-product-info {
  flex-wrap: wrap;
}
.product .parent-free-learning-info .parent-product-info .product__info {
  max-width: 120rem;
}
.product .parent-free-learning-info .parent-product-info .free-trial-block__info {
  width: calc(100% - 400px);
}
.product .parent-free-learning-info .parent-product-info .free_learning__registration_section {
  width: 380px;
}
@media (max-width: 1200px) {
  .product .parent-free-learning-info .parent-product-info .free-trial-block__info {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .product .parent-free-learning-info .parent-product-info .free_learning__registration_section {
    width: auto;
  }
}
.product .product__info {
  flex: 1 1 10rem;
  padding: 2rem 0 2rem 0;
  max-width: 91rem;
}
@media screen and (max-width: 992px) {
  .product .product__info {
    height: auto;
  }
}
.product .product__chapters {
  flex: 0 0 38rem;
  position: relative;
  background-color: #434852;
  opacity: 0.85;
  padding: 2rem 2.6rem 1rem 2rem;
  max-height: 63rem;
  overflow-y: scroll;
  min-height: 25rem;
  width: 38rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .product .product__chapters {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
  }
}
.product .product__chapters h5 {
  font-size: 1.4rem;
}
.product .product__chapters .lock {
  position: relative;
}
.product .product__chapters .lock:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: -25px;
  width: 12px;
  height: 14px;
  background-size: contain;
  background-image: url(/images/lock.svg?86a7e0985fdf87666fdc90d520ea4350);
  background-repeat: no-repeat;
}
.product .product__overview {
  background-color: #f5f6fa;
  padding: 4rem 0;
}
.product .product__overview .grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.product .product__overview .container-full {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.product .product__overview:after {
  content: "";
  width: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.product .product__category#new-home-page .arrow-btns {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
.product .product__category#new-home-page .arrow-btns svg {
  height: 22px;
}
.product .product__category#new-home-page .category-content-section {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}
.product .product__category#new-home-page .product-card {
  padding-bottom: 15px;
}
.product .product__category#new-home-page .product-card .product-img img {
  margin-bottom: 5px;
}
.product .product__category#new-home-page .product-card .product-info {
  margin-top: 0px;
}
.product .product__category#new-home-page .product-card .product-title,
.product .product__category#new-home-page .product-card .product-type,
.product .product__category#new-home-page .product-card .product-info {
  margin-bottom: 5px;
}
.product .product__category#new-home-page .product-card .add-to-cart-parent {
  margin-top: 10px;
}
.product .product__preview {
  padding: 6rem 0;
}
.product .product__preview .container-full {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.product .product__preview .read-more {
  margin: 0 auto;
}
.product .product__preview p {
  font-weight: 400;
  margin: 0 auto 2.5rem;
}
.product .product__preview .subtitle {
  color: #a8adb5;
}
.product .product__preview em {
  color: #f34e66;
  background-color: #fceff1;
  font-style: normal;
  padding: 0 0.4rem;
  font-family: "Roboto Mono", monospace, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
}
.product .product__preview .notice {
  margin: 4rem auto;
}
.product .product__preview .code-block,
.product .product__preview .tree-view {
  margin: 2.5rem auto;
}
.product .product__preview .section-divider {
  margin: 5rem auto;
}
.product .product__more {
  text-align: center;
  margin-top: 3rem;
}
.product .product__author {
  padding: 6rem 0 4rem;
  position: relative;
}
.product .product__author:before {
  content: "";
  height: 0.1rem;
  width: 100%;
  max-width: 130rem;
  background-color: #e4e7ed;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.product .product__author.hide-before:before {
  display: none;
}
.product .product__author h5 {
  padding-bottom: 0 !important;
}
.product .product__author .overview .overview__body {
  margin-top: 1rem;
}
.product .product__author .overview .browse-publications {
  color: #4ac5e3;
}
.product .main-product {
  display: flex;
  justify-content: space-between;
}
.product .product-info {
  color: white;
  margin-top: 2.5rem;
}
.product .product-info h1, .product .product-info .h1, .product .product-info h2, .product .product-info .h2, .product .product-info h3, .product .product-info .h3, .product .product-info h4, .product .product-info .h4, .product .product-info h5, .product .product-info .h5, .product .product-info h6, .product .product-info .h6 {
  color: white;
}
.product .product-info .chevron-link {
  color: white;
}
.product .product-info .price-list,
.product .product-info .bullet-list {
  max-width: 37rem;
}
.product .product-info .product-info__image {
  overflow: hidden;
  line-height: 0;
  text-align: left;
}
.product .product-info .product-image {
  border-radius: 8px;
  max-width: 230px;
  width: 100%;
}
.product .product-info .product__block {
  overflow: hidden;
}
.product .product-info .product__block .image {
  float: left;
  width: 27rem;
}
.product .product-info .product__block .title {
  float: right;
  width: calc(100% - 27rem);
}
.product .product-info .product__block .price {
  float: right;
  width: calc(100% - 27rem);
}
@media screen and (max-width: 600px) {
  .product .product-info .product__block .image {
    width: 11rem;
  }
  .product .product-info .product__block .title {
    width: calc(100% - 12rem);
    margin-left: 1rem;
  }
  .product .product-info .product__block .price {
    width: calc(100% - 12rem);
    margin-left: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .product .product-info .product__block .price {
    float: none;
    clear: both;
    width: 100%;
    margin: 0;
  }
}
.product .product-info .product__block {
  overflow: hidden;
}
.product .product-info .product__block .image {
  float: left;
  width: 27rem;
}
.product .product-info .product__block .image .product-audiobook-sample {
  margin-top: 15px;
  border: solid 1px #969696;
  text-align: center;
  border-radius: 10px;
  width: 232px;
  padding: 5px;
}
.product .product-info .product__block .image .product-audiobook-sample .audio-sample-text {
  margin-bottom: 10px;
  font-size: 16px;
}
.product .product-info .product__block .image .product-audiobook-sample audio {
  width: 100%;
  max-width: 230px;
}
.product .product-info .product__block .title {
  float: right;
  width: calc(100% - 27rem);
}
.product .product-info .product__block .price {
  float: right;
  width: calc(100% - 27rem);
}
@media screen and (max-width: 600px) {
  .product .product-info .product__block .image {
    width: 11rem;
  }
  .product .product-info .product__block .image .product-audiobook-sample {
    width: 11rem;
  }
  .product .product-info .product__block .title {
    width: calc(100% - 12rem);
    margin-left: 1rem;
  }
  .product .product-info .product__block .price {
    width: calc(100% - 12rem);
    margin-left: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .product .product-info .product__block .price {
    float: none;
    clear: both;
    width: 100%;
    margin: 0;
  }
}
.product .product-info .product-info__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1300px) {
  .product .product-info .product-info__actions {
    flex-direction: column;
  }
  .product .product-info .product-info__actions .button {
    width: 100%;
  }
  .product .product-info .product-info__actions .button + .button {
    margin-top: 1rem;
  }
}
.product .product-info .product-info__content .product-info__title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 1.5rem;
}
.product .product-info .product-info__content .product-info__rating {
  display: flex;
  align-items: center;
  margin: 0 0 1.5rem;
}
.product .product-info .product-info__content .product-info__rating span {
  margin-left: 0.5rem;
  color: white;
}
.product .product-info .product-info__content .product-info__rating a {
  color: #4ab9d5 !important;
  margin-left: 0.5rem;
}
.product .product-info .product-info__content .product-info__rating .star {
  height: 1.5rem;
  width: 1.5rem;
}
.product .product-info .product-info__content .product-info__rating .star + .star {
  margin-left: 0.2rem;
}
.product .product-info .product-info__content .product-info__buttons {
  display: flex;
  max-width: 37rem;
}
.product .product-info .product-info__content .product-info__buttons .button + .button {
  margin-left: 3rem;
}
@media screen and (min-width: 992px) and (max-width: 1030px) {
  .product .product-info .product-info__content .product-info__buttons .button {
    margin-left: 1rem;
    min-width: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .product .product-info .product-info__content {
    display: flex;
    flex-wrap: wrap;
  }
  .product .product-info .product-info__content .product-info__image {
    flex: 0 0 8rem;
    border-radius: 0.8rem;
    margin-right: 2rem;
  }
  .product .product-info .product-info__content .product-info__title {
    line-height: 3.5rem;
    flex: 1 1 0;
  }
  .product .product-info .product-info__content .product-info__rating {
    margin-top: 2rem;
  }
  .product .product-info .product-info__content .product-info__rating,
.product .product-info .product-info__content .product-info__author,
.product .product-info .product-info__content .price-list,
.product .product-info .product-info__content .bullet-list,
.product .product-info .product-info__content .product-info__buttons {
    width: 100%;
  }
  .product .product-info .product-info__content .bullet-list {
    margin: 0 auto;
  }
  .product .product-info .product-info__content .bullet-list,
.product .product-info .product-info__content .product-info__buttons {
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .product .product-info .product-info__content .product-info__title {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 576px) {
  .product .product-info .product-info__content .product-info__image {
    max-width: 11rem;
  }
}
@media screen and (max-width: 460px) {
  .product .product-info .product-info__content .product-info__buttons .button + .button {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 374px) {
  .product .product-info .product-info__content .product-info__buttons {
    flex-direction: column;
  }
  .product .product-info .product-info__content .product-info__buttons .button {
    width: 100%;
  }
  .product .product-info .product-info__content .product-info__buttons .button + .button {
    margin-top: 1rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .product .product-info {
    margin-top: 0;
  }
}
.product .overview .overview__body {
  margin-top: 1rem;
}
.product .overview .overview__excerpt .overview__title {
  font-size: 26px;
  line-height: 32px;
  color: #454a55;
}
.product .overview .overview__excerpt p:last-child {
  margin-bottom: 0;
}
.product .overview .overview__datalist {
  margin: 0.5rem 0 0 4rem;
}
.product .overview .overview__tags {
  line-height: 3.5rem;
  letter-spacing: 0.6rem;
}
.product .overview .overview__tags h1, .product .overview .overview__tags .h1, .product .overview .overview__tags h2, .product .overview .overview__tags .h2, .product .overview .overview__tags h3, .product .overview .overview__tags .h3, .product .overview .overview__tags h4, .product .overview .overview__tags .h4, .product .overview .overview__tags h5, .product .overview .overview__tags .h5, .product .overview .overview__tags h6, .product .overview .overview__tags .h6 {
  letter-spacing: initial;
}
.product .overview .overview__tags .heading-text {
  color: #454a55;
  font-size: 18px;
  line-height: 22px;
}
.product .overview .overview__tags .pill {
  min-width: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.product .overview .overview__excerpt p:last-child {
  margin-bottom: 0;
}
.product .overview .overview__datalist {
  margin: 0 auto;
}
@media screen and (max-width: 420px) {
  .product .overview .overview__datalist {
    margin-top: 2rem;
  }
}
.product .overview .overview__tags {
  line-height: 3.5rem;
  letter-spacing: 0.6rem;
}
.product .overview .overview__tags h1, .product .overview .overview__tags .h1, .product .overview .overview__tags h2, .product .overview .overview__tags .h2, .product .overview .overview__tags h3, .product .overview .overview__tags .h3, .product .overview .overview__tags h4, .product .overview .overview__tags .h4, .product .overview .overview__tags h5, .product .overview .overview__tags .h5, .product .overview .overview__tags h6, .product .overview .overview__tags .h6 {
  letter-spacing: initial;
}
.product .overview .overview__tags .pill {
  min-width: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.product .breadcrumbs {
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .product .breadcrumbs {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .product .breadcrumbs {
    text-align: left;
  }
}
.product .breadcrumbs .breadcrumbs__seperator {
  margin: 0 1rem;
}
.product .breadcrumbs .breadcrumbs__last {
  color: #a8adb5;
}
.product .simplebar-track {
  background-color: rgba(228, 231, 237, 0.2);
}
.product .simplebar-track .simplebar-scrollbar:before {
  background: white;
  opacity: 1;
  left: 0;
  right: 0;
  width: 6px;
  margin: auto;
}
.product .simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}
.product .price-list {
  padding: 0;
  margin: 1.5rem 0;
  list-style: none;
}
.product .price-list .ebook-price-parent {
  padding: 15px 0px;
}
.product .price-list .ebook-price-parent .price-list__item {
  display: flex;
  flex-direction: column;
  border: 1px solid #969696;
  border-right: 0px solid;
  border-radius: 10px 0px 0px 10px;
  min-width: 120px;
  padding: 7px 10px;
  text-align: center;
  cursor: pointer;
}
.product .price-list .ebook-price-parent .price-list__item + .price-list__item {
  border: 1px solid #969696;
  border-left: 0px solid;
  border-radius: 0px 10px 10px 0px;
}
.product .price-list .ebook-price-parent .price-list__item .price-list__price {
  order: 2;
  flex: auto;
}
.product .price-list .ebook-price-parent .price-list__item.active {
  font-weight: 600;
  border: 1px solid #f97141;
  background: rgba(249, 113, 65, 0.4);
}
.product .price-list .ebook-price-parent .price-list__item.active .price-list__price .price-list__special {
  color: #fff;
}
.product .price-list .ebook-price-parent .price-list__item.active .price-list__price .price-list__old {
  font-weight: 400;
  color: #dbdbdb;
}
@media screen and (max-width: 360px) {
  .product .price-list .ebook-price-parent .price-list__item {
    min-width: 100px;
  }
}
.product .price-list .ebook-price-parent .price-list__name button {
  display: none;
}
@media screen and (max-width: 360px) {
  .product .price-list .audiobook-price {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .product .price-list .audiobook-price .price-list__item {
    border: 1px solid #969696 !important;
    border-radius: 10px !important;
  }
  .product .price-list .audiobook-price .buy-btn-parent {
    padding-top: 10px;
  }
}
.product .price-list .audiobook-price .price-list__item {
  display: flex;
  flex-direction: column;
  border: 1px solid #969696;
  border-right: 0px solid;
  border-radius: 10px 0px 0px 10px;
  min-width: 105px;
}
@media screen and (max-width: 650px) {
  .product .price-list .audiobook-price .price-list__item {
    min-width: 90px;
  }
}
.product .price-list .audiobook-price .price-list__item:nth-of-type(2) {
  border-radius: 0px;
  border-left: 1px solid #969696;
}
.product .price-list .video-price-parent .price-list__item {
  flex: 1 1 auto;
}
.product .price-list .video-price-parent,
.product .price-list .ebook-price-parent {
  border-top: 0.1rem solid #e0e1e4;
  display: flex;
  font-family: "Outfit";
  font-weight: 400;
  line-height: 20px;
}
.product .price-list .video-price-parent .price-list__link,
.product .price-list .ebook-price-parent .price-list__link {
  display: none;
}
.product .price-list .video-price-parent .video-button,
.product .price-list .video-price-parent .ebook-button,
.product .price-list .video-price-parent .print-button,
.product .price-list .video-price-parent .audiobook-button,
.product .price-list .ebook-price-parent .video-button,
.product .price-list .ebook-price-parent .ebook-button,
.product .price-list .ebook-price-parent .print-button,
.product .price-list .ebook-price-parent .audiobook-button {
  margin-left: auto;
  align-self: center;
  display: none;
}
.product .price-list .video-price-parent .video-button.show,
.product .price-list .video-price-parent .ebook-button.show,
.product .price-list .video-price-parent .print-button.show,
.product .price-list .video-price-parent .audiobook-button.show,
.product .price-list .ebook-price-parent .video-button.show,
.product .price-list .ebook-price-parent .ebook-button.show,
.product .price-list .ebook-price-parent .print-button.show,
.product .price-list .ebook-price-parent .audiobook-button.show {
  display: block;
}
.product .price-list .video-price-parent .video-button .add-to-cart-parent,
.product .price-list .video-price-parent .ebook-button .add-to-cart-parent,
.product .price-list .video-price-parent .print-button .add-to-cart-parent,
.product .price-list .video-price-parent .audiobook-button .add-to-cart-parent,
.product .price-list .ebook-price-parent .video-button .add-to-cart-parent,
.product .price-list .ebook-price-parent .ebook-button .add-to-cart-parent,
.product .price-list .ebook-price-parent .print-button .add-to-cart-parent,
.product .price-list .ebook-price-parent .audiobook-button .add-to-cart-parent {
  margin: 0px;
}
.product .price-list .video-price-parent .video-button .add-to-cart-parent .cart-btn,
.product .price-list .video-price-parent .ebook-button .add-to-cart-parent .cart-btn,
.product .price-list .video-price-parent .print-button .add-to-cart-parent .cart-btn,
.product .price-list .video-price-parent .audiobook-button .add-to-cart-parent .cart-btn,
.product .price-list .ebook-price-parent .video-button .add-to-cart-parent .cart-btn,
.product .price-list .ebook-price-parent .ebook-button .add-to-cart-parent .cart-btn,
.product .price-list .ebook-price-parent .print-button .add-to-cart-parent .cart-btn,
.product .price-list .ebook-price-parent .audiobook-button .add-to-cart-parent .cart-btn {
  background: transparent;
  border: 0px solid;
  padding: 5px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  color: #f97141;
  min-width: auto;
}
.product .price-list .video-price-parent .video-button .add-to-cart-parent .cart-btn:hover,
.product .price-list .video-price-parent .ebook-button .add-to-cart-parent .cart-btn:hover,
.product .price-list .video-price-parent .print-button .add-to-cart-parent .cart-btn:hover,
.product .price-list .video-price-parent .audiobook-button .add-to-cart-parent .cart-btn:hover,
.product .price-list .ebook-price-parent .video-button .add-to-cart-parent .cart-btn:hover,
.product .price-list .ebook-price-parent .ebook-button .add-to-cart-parent .cart-btn:hover,
.product .price-list .ebook-price-parent .print-button .add-to-cart-parent .cart-btn:hover,
.product .price-list .ebook-price-parent .audiobook-button .add-to-cart-parent .cart-btn:hover {
  text-decoration: underline;
}
.product .price-list .video-price-parent .video-button .add-to-cart-parent .cart-btn i,
.product .price-list .video-price-parent .ebook-button .add-to-cart-parent .cart-btn i,
.product .price-list .video-price-parent .print-button .add-to-cart-parent .cart-btn i,
.product .price-list .video-price-parent .audiobook-button .add-to-cart-parent .cart-btn i,
.product .price-list .ebook-price-parent .video-button .add-to-cart-parent .cart-btn i,
.product .price-list .ebook-price-parent .ebook-button .add-to-cart-parent .cart-btn i,
.product .price-list .ebook-price-parent .print-button .add-to-cart-parent .cart-btn i,
.product .price-list .ebook-price-parent .audiobook-button .add-to-cart-parent .cart-btn i {
  display: none;
}
.product .price-list .video-price-parent .video-button,
.product .price-list .ebook-price-parent .video-button {
  display: block;
}
.product .price-list .price-list__item {
  padding: 1rem 0.4rem;
  display: flex;
  justify-content: space-between;
}
.product .price-list .price-list__item + .price-list__item {
  border-top: 0.1rem solid #e0e1e4;
}
.product .price-list .price-list__item .price-list__price {
  flex: 0 0 13rem;
}
.product .price-list .price-list__item .price-list__price.free {
  color: #ffa76f;
}
.product .price-list .price-list__item .price-list__special {
  color: #ffa76f;
}
.product .price-list .price-list__item .price-list__old {
  color: #a7acb4;
  font-size: 1.2rem;
}
.product .price-list .price-list__item .price-list__old__line-through {
  text-decoration: line-through;
}
.product .price-list .price-list__item .price-list__name {
  flex: 1 0 0;
}
.product .price-list .price-list__item .price-list__name .more-info {
  margin-right: 0.5rem;
}
.product .price-list .price-list__item .price-list__name .more-info-empty {
  margin-left: 1.5rem;
}
.product .price-list .buy-btn-parent {
  align-self: center;
  margin-left: auto;
  padding-right: 0.4rem;
}
@media screen and (max-width: 360px) {
  .product .price-list .buy-btn-parent {
    padding-left: 0.4rem;
  }
}
.product .price-list .price-list__item .price-list__link a,
.product .price-list .buy-btn-parent a {
  font-family: "Outfit";
  font-weight: 600;
  color: #f97141;
  text-transform: uppercase;
}
.product .voucher-form {
  padding: 0;
  margin: 1.5rem 0;
  display: flex;
  flex-direction: column;
}
.product .voucher-form input {
  border-radius: 1.5rem;
  font-size: 1.4rem;
  padding: 0 15px 0 15px;
  display: block;
  width: 60%;
  height: 4rem;
}
.product .voucher-form button {
  width: 60%;
}
@media screen and (max-width: 992px) {
  .product .voucher-form input {
    width: 100%;
  }
  .product .voucher-form button {
    width: 100%;
  }
}
.product .bullet-list {
  list-style: none;
  padding: 0;
}
.product .bullet-list li {
  padding-left: 1.5rem;
  position: relative;
  padding-bottom: 20px;
}
.product .bullet-list li:before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.2rem;
  background-image: url(/images/chevron--right-orange.svg?37e87f70ca60edc0f107de20c80f79c2);
  background-size: 0.7rem 1.2rem;
  position: absolute;
  left: 0;
  top: 0.3rem;
}
@media screen and (min-width: 992px) and (max-width: 1029px) {
  .product .bullet-list li {
    padding-bottom: 2px;
  }
}
.product .datalist .datalist__item + .datalist__item {
  margin-top: 2rem;
}
.product .datalist .datalist__name {
  color: #454a55;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
.product .datalist .datalist__name a {
  text-decoration: none;
  color: #454a55;
}
.product .datalist .datalist__name a:hover {
  color: #55cde8;
}
.product .datalist .datalist__value {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .product .datalist {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .product .datalist .datalist__item + .datalist__item {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .product .datalist {
    flex-wrap: wrap;
    margin-bottom: -2rem !important;
  }
  .product .datalist .datalist__item {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 440px) {
  .product .datalist {
    flex-wrap: wrap;
    margin-bottom: -2rem !important;
  }
  .product .datalist .datalist__item {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.product .code-block {
  display: block;
  line-height: 2.8rem;
  position: relative;
}
.product .code-block > * {
  position: relative;
  z-index: 2;
}
.product .code-block .code-block__inner {
  padding: 1.5rem 10rem 1.5rem 2rem;
  overflow: hidden;
  width: 100%;
  display: block;
  border-radius: 1rem;
  line-height: 30px;
  font-size: 1.4rem;
  font-family: "Roboto Mono", monospace, Helvetica, Arial, "Lucida Grande", sans-serif;
  white-space: pre-wrap;
}
.product .code-block .code-block__inner:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f5f6fa;
  left: 0;
  top: 0;
  z-index: -2;
  position: absolute;
}
.product .code-block .code-block__inner:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/images/code-bg30.png?11e46dd7b8dc29097af66858a89ec960);
  background-repeat: repeat;
  background-position: top left;
  width: 100%;
  height: 400rem;
  top: 1.5rem;
  left: 0;
  z-index: -1;
}
.product .code-block .code-block__copy {
  position: absolute;
  right: 2rem;
  top: 1.6rem;
  z-index: 5;
  font-family: "walsheim", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.1rem;
  line-height: 1.3rem;
}
@media screen and (max-width: 767px) {
  .product .code-block .code-block__copy {
    position: absolute;
    right: 2rem;
    top: -1.2rem;
    border: 0.1rem solid #f5f6fa;
    font-size: 1.1rem;
  }
}
.product .notice {
  padding: 2.5rem;
  background-color: white;
  box-shadow: 0 0.5rem 3rem -0.8rem rgba(89, 83, 240, 0.2);
  border-radius: 1rem;
  position: relative;
  font-size: 1.6rem;
}
.product .notice .notice__pill {
  position: absolute;
  top: -1.3rem;
  left: 2.5rem;
  min-width: 0;
  padding: 0.7rem 2rem 0.6rem 2rem;
}
.product .notice p {
  margin: 0 auto 2rem;
}
.product .notice p:last-child {
  margin-bottom: 0;
}
.product .tree-view {
  background-color: #f5f6fa;
  padding: 2.5rem 2rem;
  border-radius: 1rem;
  font-weight: 400;
  font-size: 1.6rem;
}
.product .tree-view em {
  font-size: 1.4rem;
}
.product .tree-view ul {
  list-style: none;
  padding: 0;
}
.product .tree-view ul li {
  position: relative;
  padding-left: 2rem;
  min-height: 2.3rem;
}
.product .tree-view ul li span {
  position: relative;
  line-height: 2.2rem;
}
.product .tree-view ul li span:before {
  content: "";
  display: block;
  left: -1.9rem;
  transform: translateY(0.7rem);
  position: absolute;
  height: 1.1rem;
  width: 1.1rem;
  border-radius: 50%;
  background-color: #a8adb5;
}
.product .tree-view ul li.tree-view__child > span {
  position: relative;
}
.product .tree-view ul li.tree-view__child > span:after {
  content: "";
  width: 1px;
  height: calc(100% + 2rem);
  top: 0.5rem;
  left: -1.4rem;
  background-color: #a8adb5;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .product .tree-view ul li {
    padding-left: 1rem;
  }
}
.product .tree-view > ul {
  margin: 0 auto;
}
.product .tree-view > ul > li + li {
  margin-top: 3rem;
}
.product .tree-view > ul > li ul {
  margin: 2rem auto 0;
  padding-left: 1.3rem;
  position: relative;
}
.product .tree-view > ul > li ul li:before {
  content: "";
  width: 1px;
  height: calc(100% + 2rem);
  top: 0.5rem;
  left: -2.7rem;
  background-color: #a8adb5;
  position: absolute;
}
.product .tree-view > ul > li ul li:after {
  content: "";
  width: 3.6rem;
  height: 1.1rem;
  position: absolute;
  left: -2.7rem;
  top: 0.2rem;
  background-image: url(/images/curve.svg?db5d0272f2fdc825a7eb7eaaa307ce8d);
  background-size: 3.6rem 1.1rem;
}
@media screen and (max-width: 600px) {
  .product .tree-view > ul > li ul li:after {
    width: 2.5rem;
  }
}
.product .tree-view > ul > li ul li + li {
  margin-top: 2rem;
}
.product .tree-view > ul > li ul li:last-child:before {
  display: none;
}
@media screen and (max-width: 600px) {
  .product .tree-view {
    padding: 1.5rem 2rem;
  }
}
.product .page-section--reviews {
  padding-top: 6rem;
}
.product .early_access_height {
  height: 90rem !important;
  max-height: 90rem !important;
}
@media screen and (max-width: 700px) {
  .product .early_access_height {
    height: auto !important;
    max-height: none !important;
  }
}
.product .early-access-banner {
  border: solid 1px #fff;
  text-align: center;
  padding: 5px 20px;
  margin-bottom: 20px;
  max-width: 37rem;
}
.product .early-access-banner h3 {
  font-size: 1.6rem;
}
.product .early-access-banner p {
  font-size: 1.2rem;
}
.product .early-access-banner a:hover {
  color: #4ab9d5;
}

.recommended .card {
  width: 29.5rem;
  min-height: 28.6rem;
}

.free_learning__product_description {
  margin: 3rem 0 0 0;
}
.free_learning__registration {
  flex: 0 0 38rem;
  position: relative;
  padding: 3rem 4rem 2rem 2rem;
  max-height: 56rem;
  min-height: 25rem;
}
@media screen and (max-width: 992px) {
  .free_learning__registration {
    background-color: rgba(69, 74, 85, 0.5);
    flex: none;
  }
}
.free_learning__registration .registration_form_box {
  border: 1px solid white;
  background-color: transparent;
  border-radius: 0.5rem;
}
.free_learning__registration .registration_form_box .card__header {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  color: white;
  padding: 10px;
}
.free_learning__registration .registration_form_box .card__content {
  height: auto;
  margin-top: 0;
  color: white;
  padding: 20px;
}
.free_learning__registration .registration_form_box .card__content form {
  padding: 10px 0 0 0;
}
.free_learning__registration .registration_form_box .card__content .bullet-list li {
  padding-bottom: 0;
}
.free_learning__registration .registration_form_box .card__content input {
  border-radius: 1.5rem;
  font-size: 1.4rem;
  padding: 0 15px 0 15px;
}
.free_learning__registration .registration_form_box .card__content .btn-primary,
.free_learning__registration .registration_form_box .card__content .btn-outline-secondary {
  width: 100%;
  font-size: 1.4rem;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
}
.free_learning__registration .registration_form_box .card__content .btn_col {
  padding: 5px;
}
.free_learning__registration .registration_form_box .card__content .btn_row {
  padding: 10px;
}
.free_learning__registration .registration_form_box .card__footer {
  margin-top: 0;
  padding: 20px;
  color: white;
}
.free_learning__card_row {
  padding-bottom: 3rem;
}
.free_learning__recommandation {
  padding: 3rem 0;
}
.free_learning__header {
  padding: 0 2rem 0;
}

.new-free-weekend-upsell {
  position: fixed !important;
  padding: 0 15px !important;
  display: none;
  bottom: 5px;
  max-width: 960px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 4;
  height: 190px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .new-free-weekend-upsell {
    max-width: 100%;
    height: unset;
  }
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
  .new-free-weekend-upsell {
    height: 160px;
  }
}
.new-free-weekend-upsell .upsell-card {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  border-radius: 10px;
  height: 100%;
  transform: translateY(0);
  transition: all 0.2s linear;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 992px) {
  .new-free-weekend-upsell .upsell-card {
    display: none;
  }
}
.new-free-weekend-upsell .upsell-card__content {
  width: 60%;
  padding: 20px 20px;
  font-family: "Outfit";
}
.new-free-weekend-upsell .upsell-card__content__heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #202020;
}
.new-free-weekend-upsell .upsell-card__content__heading span {
  color: #46c8f6;
}
@media screen and (max-width: 1300px) {
  .new-free-weekend-upsell .upsell-card__content__heading {
    font-size: 22px !important;
    margin-bottom: 10px;
  }
  .new-free-weekend-upsell .upsell-card__content__heading span {
    font-size: 22px !important;
  }
}
.new-free-weekend-upsell .upsell-card__content__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
  color: #202020;
}
.new-free-weekend-upsell .upsell-card__content__text span {
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .new-free-weekend-upsell .upsell-card__content__text {
    font-size: 16px !important;
    margin-bottom: 10px;
  }
  .new-free-weekend-upsell .upsell-card__content__text span {
    font-size: 16px !important;
  }
}
.new-free-weekend-upsell .upsell-card__content__button button {
  border: none;
  width: 175px;
  height: 38px;
  border-radius: 5px;
  background-color: #f97141;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1300px) {
  .new-free-weekend-upsell .upsell-card__content__button button {
    height: 35px;
    font-size: 12px !important;
  }
}
.new-free-weekend-upsell .upsell-card__cover {
  padding: 10px 15px;
  background-image: url("/images/new-free-week-arrow-background.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.new-free-weekend-upsell .upsell-card__cover__image img:first-child {
  position: relative;
  top: 20px;
  margin-right: 10px;
}
.new-free-weekend-upsell .upsell-card__cover__image img {
  width: 109px;
  height: 134px;
}
@media screen and (max-width: 1300px) {
  .new-free-weekend-upsell .upsell-card__cover__image img {
    width: 94px;
    height: 115px;
  }
}
.new-free-weekend-upsell .upsell-card__close__button button {
  font-size: 25px;
  margin-top: 10px;
}
.new-free-weekend-upsell .upsell-card-mobile {
  background-color: #202020;
  border-radius: 10px;
  display: none;
}
@media screen and (max-width: 992px) {
  .new-free-weekend-upsell .upsell-card-mobile {
    display: flex;
  }
}
.new-free-weekend-upsell .upsell-card-mobile__content {
  width: 100%;
  min-height: 230px;
  padding: 20px 20px;
  font-family: "Outfit";
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.new-free-weekend-upsell .upsell-card-mobile__content__heading {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #5edc60;
}
.new-free-weekend-upsell .upsell-card-mobile__content__heading span {
  color: #46c8f6;
}
.new-free-weekend-upsell .upsell-card-mobile__content__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  color: #f2f2f2;
}
.new-free-weekend-upsell .upsell-card-mobile__content__text span {
  color: #fff;
  font-weight: 700;
}
.new-free-weekend-upsell .upsell-card-mobile__content__button button {
  border: none;
  width: 175px;
  height: 38px;
  border-radius: 5px;
  background-color: #f97141;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.free-weekend-upsell {
  position: fixed !important;
  padding: 0 15px !important;
  display: none;
  bottom: 0;
  max-width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 4;
  height: 155px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .free-weekend-upsell {
    max-width: 100%;
    height: unset;
  }
}
.free-weekend-upsell .upsell-card-mobile {
  height: 100%;
  transform: translateY(0);
  transition: all 0.2s linear;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 992px) {
  .free-weekend-upsell .upsell-card-mobile {
    display: none;
  }
}
.free-weekend-upsell .upsell-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  transform: translateY(0);
  transition: all 0.2s linear;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 992px) {
  .free-weekend-upsell .upsell-card {
    display: none;
  }
}
.free-weekend-upsell .upsell-card__inner {
  background-color: white;
  padding: 0 2rem 0 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 0.5rem 2.8rem 0 rgba(63, 79, 110, 0);
  transition: all 0.2s linear;
}
.free-weekend-upsell .upsell-card__header {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
}
.free-weekend-upsell .upsell-card__image {
  z-index: 3;
  flex: 0 1 12.5rem;
  line-height: 0;
  position: relative;
}
.free-weekend-upsell .upsell-card__image img {
  position: absolute;
  left: 0;
  right: 0;
}
.free-weekend-upsell .upsell-card__info {
  z-index: 3;
  flex: 1 0 10rem;
  padding-left: 1.5rem;
  align-self: flex-end;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 2rem;
  background-color: #75bf9c;
  min-height: 156px;
  color: #3f3d56;
}
.free-weekend-upsell .upsell-card__info a.button {
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .free-weekend-upsell .upsell-card__info {
    padding: 0px;
    height: 156px;
  }
}
@media screen and (max-width: 600px) {
  .free-weekend-upsell .upsell-card__info {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.free-weekend-upsell .upsell-card__button {
  padding: 2rem;
  border-radius: 80px;
  height: 160px;
  background-color: #fff;
  min-width: 320px;
  margin-left: -73px;
  z-index: 10;
  padding-left: 10rem;
}
@media screen and (max-width: 992px) {
  .free-weekend-upsell .upsell-card__button {
    margin-left: 0px;
    border-radius: 0px;
    padding-left: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 300px) {
  .free-weekend-upsell .upsell-card__button {
    min-width: 250px;
  }
}
.free-weekend-upsell .upsell-card__button .upsell-card__button-title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
.free-weekend-upsell .upsell-card__button .upsell-card__button-timmer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .countdown-timer .child-elem .pie-chart text {
  fill: #000;
}
.free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .countdown-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .days-container,
.free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .hours-container,
.free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .minutes-container,
.free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .seconds-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid #eee;
  background-color: #eee;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .days,
.free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .hours,
.free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .minutes,
.free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .seconds {
  font-size: 14px;
  margin: 10px 0;
}
.free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .days-label,
.free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .hours-label,
.free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .minutes-label,
.free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .seconds-label {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 10px;
}
@media (max-width: 992px) {
  .free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .countdown-container {
    max-width: 90%;
  }
  .free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .days-container,
.free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .hours-container,
.free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .minutes-container,
.free-weekend-upsell .upsell-card__button .upsell-card__button-timmer .seconds-container {
    font-size: 12px;
    width: 35px;
    height: 35px;
  }
}
.free-weekend-upsell .orange {
  color: #ec6713;
}
.free-weekend-upsell .upsell-card__text {
  margin: 0;
  font-size: 1.4rem;
  padding-bottom: 0;
  text-align: center;
  width: 100%;
  justify-content: space-between;
}
.free-weekend-upsell .upsell-card__text .upsell-card__text-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  color: #3f3d56;
}
@media screen and (max-width: 300px) {
  .free-weekend-upsell .upsell-card__text .upsell-card__text-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.free-weekend-upsell .upsell-card__text .upsell-card__text-title .bold-text {
  color: #000;
  font-weight: bold;
}
.free-weekend-upsell .upsell-card__text .upsell-card__text-tag {
  margin-bottom: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 420px) {
  .free-weekend-upsell .upsell-card__text .upsell-card__text-tag {
    margin-bottom: 5px;
    margin-top: 15px;
  }
  .free-weekend-upsell .upsell-card__text .upsell-card__text-tag img {
    width: 30px;
  }
}
@media screen and (max-width: 420px) and (max-width: 300px) {
  .free-weekend-upsell .upsell-card__text .upsell-card__text-tag img {
    width: 20px;
  }
}
.free-weekend-upsell .upsell-card__text .upsell-card__text-tag .tag {
  background-color: #000;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  font-size: 24px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  .free-weekend-upsell .upsell-card__text .upsell-card__text-tag .tag {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 16px;
  }
}
@media screen and (max-width: 300px) {
  .free-weekend-upsell .upsell-card__text .upsell-card__text-tag .tag {
    font-size: 14px;
    padding: 5px;
  }
}
@media screen and (max-width: 420px) {
  .free-weekend-upsell .upsell-card__text .upsell-card__text-tag .tag {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 420px) {
  .free-weekend-upsell .upsell-card__text {
    font-size: 1.6rem;
    padding-bottom: 1rem;
  }
}
.free-weekend-upsell .close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  border-radius: 30px;
  border: 1px solid #a9adb4;
  width: 30px;
  height: 30px;
  background-color: #a9adb4;
  opacity: 1 !important;
  color: #000;
}
.free-weekend-upsell .countdown {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .free-weekend-upsell .countdown {
    display: block;
    margin-top: 5px;
  }
}

.upsell {
  position: fixed;
  display: none;
  bottom: 0;
  max-width: 110rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
}
.upsell .upsell-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  transform: translateY(0);
  transition: all 0.2s linear;
  border-radius: 1.25rem;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.upsell .upsell-card__inner {
  background-color: white;
  border-radius: 1rem;
  padding: 2rem 2rem 0 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 0.5rem 2.8rem 0 rgba(63, 79, 110, 0);
  transition: all 0.2s linear;
}
.upsell .upsell-card__header {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
}
.upsell .upsell-card__image {
  z-index: 3;
  flex: 0 1 12.5rem;
  line-height: 0;
  position: relative;
}
.upsell .upsell-card__image img {
  position: absolute;
  left: 0;
  right: 0;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
@media screen and (min-width: 420px) {
  .upsell .upsell-card__image img {
    bottom: -2rem;
  }
}
.upsell .upsell-card__info {
  z-index: 3;
  flex: 1 0 10rem;
  padding-left: 1.5rem;
  align-self: flex-end;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.upsell .upsell-card__info a.button {
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  .upsell .upsell-card__info {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.upsell .orange {
  color: #ec6713;
}
.upsell .upsell-card__text {
  margin: 0;
  font-size: 1.4rem;
  padding-bottom: 0;
  text-align: center;
  justify-content: space-between;
}
.upsell .upsell-card__text .upsell-card__text-title {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 420px) {
  .upsell .upsell-card__text {
    font-size: 1.6rem;
    padding-bottom: 1rem;
  }
}
.upsell .close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  width: 30px;
  height: 30px;
  background-color: white;
  opacity: 1 !important;
}
.upsell .countdown {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .upsell .countdown {
    display: block;
    margin-top: 5px;
  }
}

.mtop20 {
  margin-top: 2rem;
}

.mb-11 {
  margin-bottom: 11rem !important;
}

.alert-custom {
  color: #fff;
  background: linear-gradient(135deg, #4ac5e3, #2bd6dc);
}

.pull-down-banner .modal {
  background-color: rgba(245, 246, 250, 0.3) !important;
}
.pull-down-banner .modal .modal-dialog {
  max-width: 1000px;
}
.pull-down-banner .modal .modal-header {
  border-bottom: none !important;
}
.pull-down-banner .modal .modal-header button span {
  font-size: 25px;
}
.pull-down-banner .modal .modal-body header p {
  font-size: 18px;
}
.pull-down-banner .modal .modal-body header h3 {
  font-size: 32px;
}
.pull-down-banner .modal .modal-body .page-section {
  background-color: #fff !important;
  padding: 3rem 0 !important;
  margin-top: -20px;
}
.pull-down-banner .modal .modal-body .page-section .pull-down-card {
  padding-bottom: 20px !important;
}
.pull-down-banner .modal .modal-footer {
  border-top: none;
  text-align: center;
  justify-content: center;
}
.pull-down-banner .modal .modal-footer .btn {
  padding: 1rem 3rem;
}
@media screen and (max-width: 994px) {
  .pull-down-banner .modal .modal-body .page-section {
    background-color: #fff !important;
    padding: 3rem 0 !important;
    margin-top: -20px;
  }
  .pull-down-banner .modal .modal-body .page-section .pull-down-card {
    padding-top: 5.5rem;
    padding-bottom: 6.5rem !important;
  }
}

/*# sourceMappingURL=app.css.map*/