/* Include this file in your html if you are using the CSP mode. */

@charset "UTF-8";

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

ng\:form {
  display: block;
}

.ng-animate-shim {
  visibility:hidden;
}

.ng-anchor {
  position:absolute;
}

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("/_ws/fonts/lightcase/lightcase.eot?55356177");
  src: url("/_ws/fonts/lightcase/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("/_ws/fonts/lightcase/lightcase.woff?55356177") format("woff"), url("/_ws/fonts/lightcase/lightcase.ttf?55356177") format("truetype"), url("/_ws/fonts/lightcase/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal; }
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Codes */
.lightcase-icon-play:before {
  content: '\e800'; }

.lightcase-icon-pause:before {
  content: '\e801'; }

.lightcase-icon-close:before {
  content: '\e802'; }

.lightcase-icon-prev:before {
  content: '\e803'; }

.lightcase-icon-next:before {
  content: '\e804'; }

.lightcase-icon-spin:before {
  content: '\e805'; }

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 640px) {
    html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      margin: 0 !important;
      padding: 55px 0 70px 0;
      width: 100% !important;
      height: 100% !important;
      overflow: auto !important; } }

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden; } }
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333; } }
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
  @media screen and (max-width: 640px) {
    html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: auto !important;
      height: auto !important;
      margin: 0 !important;
      padding: 0 !important;
      border: none !important;
      background: none !important; } }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
        padding: 15px; }
        html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
          width: 100% !important;
          max-width: none !important; }
        html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
          height: auto !important;
          max-height: none !important; } }
@media screen and (max-width: 640px) {
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important; }
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }
@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }
@media screen and (max-width: 640px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa; } }
@media screen and (min-width: 641px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333; } }

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa; }
  @media screen and (max-width: 640px) {
    #lightcase-case p.lightcase-error {
      padding: 30px 0; } }
  @media screen and (min-width: 641px) {
    #lightcase-case p.lightcase-error {
      padding: 0; } }

.lightcase-open body {
  overflow: hidden; }
  .lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%; }

#lightcase-info {
  position: absolute;
  padding-top: 15px; }
  #lightcase-info #lightcase-title,
  #lightcase-info #lightcase-caption {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis; }
  #lightcase-info #lightcase-title {
    font-size: 17px;
    color: #aaa; }
    @media screen and (max-width: 640px) {
      #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #333; } }
  #lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa; }
  #lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa; }
  @media screen and (max-width: 640px) {
    .lightcase-fullScreenMode #lightcase-info {
      padding-left: 15px;
      padding-right: 15px; }
    html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
      position: static; } }

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }
  #lightcase-loading, #lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s; }
  #lightcase-loading > span {
    display: inline-block;
    text-indent: -9999px; }

a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
  text-decoration: none; }
  a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s; }
  a[class*='lightcase-icon-'] > span {
    display: inline-block;
    text-indent: -9999px; }
  a[class*='lightcase-icon-']:hover {
    color: white;
    text-shadow: 0 0 15px white; }
  .lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
    color: #aaa;
    text-shadow: none; }
  a[class*='lightcase-icon-']:hover {
    text-decoration: none; }
  a[class*='lightcase-icon-'].lightcase-icon-close {
    position: fixed;
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none; }
  a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px; }
  a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px; }
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em; }
    @media screen and (min-width: 641px) {
      a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0; } }
  @media screen and (max-width: 640px) {
    a[class*='lightcase-icon-'] {
      bottom: 15px;
      font-size: 24px; } }
  @media screen and (min-width: 641px) {
    a[class*='lightcase-icon-'] {
      bottom: 50%;
      margin-bottom: -0.5em; }
      a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
        opacity: 1; } }

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333; }
  @media screen and (max-width: 640px) {
    #lightcase-overlay {
      opacity: 1 !important; } }

.lightcase-contentInner {
  cursor: pointer; }

.wsImageSlider {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .wsImageSlider > .wsImageSlider-content {
    width: 100%;
    position: absolute;
    overflow: hidden; }
    .wsImageSlider > .wsImageSlider-content.wsImageSliderInitShow {
      position: relative; }
    .wsImageSlider > .wsImageSlider-content > .wsImageSlider-item {
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
      .wsImageSlider > .wsImageSlider-content > .wsImageSlider-item.pos-left {
        left: -100%;
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        transition: left 0.3s ease; }
      .wsImageSlider > .wsImageSlider-content > .wsImageSlider-item.pos-right {
        left: 100%;
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        transition: left 0.3s ease; }
      .wsImageSlider > .wsImageSlider-content > .wsImageSlider-item.pos-center {
        z-index: 1;
        left: 0;
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        transition: left 0.3s ease; }
      .wsImageSlider > .wsImageSlider-content > .wsImageSlider-item img.wsImageSlider-item-img {
        display: block;
        width: 100%;
        height: 100%; }
      .wsImageSlider > .wsImageSlider-content > .wsImageSlider-item.wsImageSliderInitShow {
        position: relative; }
      .wsImageSlider > .wsImageSlider-content > .wsImageSlider-item.wsImageSliderInitHide {
        display: none; }
  .wsImageSlider > .wsImageSlider-slide-left {
    position: absolute;
    left: 0;
    z-index: 1; }
  .wsImageSlider > .wsImageSlider-slide-right {
    position: absolute;
    right: 0;
    z-index: 1; }
  .wsImageSlider > .wsImageSlider-bullets > .wsImageSlider-bullet {
    z-index: 1; }
  @media (max-width: 767px) {
    .wsImageSlider.wsImageSlider-view-desktop {
      display: none; } }
  @media (min-width: 768px) {
    .wsImageSlider.wsImageSlider-view-desktop {
      display: block; } }
  @media (max-width: 767px) {
    .wsImageSlider.wsImageSlider-view-mobile {
      display: block; } }
  @media (min-width: 768px) {
    .wsImageSlider.wsImageSlider-view-mobile {
      display: none; } }

.ws-audio-container {
  width: 100%;
  height: auto;
  display: block;
  position: relative; }
  .ws-audio-container > .ws-audio-cover {
    display: block;
    width: 100%;
    position: relative; }
    .ws-audio-container > .ws-audio-cover > img {
      width: 100%;
      height: auto; }
  .ws-audio-container > .ws-audio-controls > .progress {
    overflow: hidden;
    height: 1.3em;
    background-color: #f5f5f5;
    border-radius: 0.7em;
    -webkit-box-shadow: inset 0 0.2em 0.4em rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0.2em 0.4em rgba(0, 0, 0, 0.1);
    margin-bottom: 0.2em; }
    .ws-audio-container > .ws-audio-controls > .progress > .bar {
      float: left;
      width: 0;
      height: 100%;
      background-color: #005FC5;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: width 0.2s ease;
      -moz-transition: width 0.2s ease;
      -o-transition: width 0.2s ease;
      transition: width 0.2s ease;
      display: block; }
  .ws-audio-container > .ws-audio-controls > .audio-play {
    font-size: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
    display: block;
    float: left; }
  .ws-audio-container > .ws-audio-controls > .audio-time {
    font-size: 1rem;
    width: calc( 100% - 1.7rem );
    display: block;
    float: right;
    text-align: right; }

.ws-responsive-image {
  width: 100%; }

/*gallery*/
.ws-gallery-container {
  margin-bottom: 15px; }

.slidshow-picture-wrapper {
  position: relative;
  float: left;
  width: calc(20% - 2px);
  padding-bottom: calc(20% - 2px);
  margin: 0 2px 2px 0; }
  @media (min-width: 768px) {
    .slidshow-picture-wrapper {
      width: calc(14.28571429% - 2px);
      padding-bottom: calc(14.28571429% - 2px); } }
  @media (min-width: 992px) {
    .slidshow-picture-wrapper {
      width: calc(11.111111111% - 2px);
      padding-bottom: calc(11.111111111% - 2px); } }
  .slidshow-picture-wrapper > a {
    text-decoration: none; }
    .slidshow-picture-wrapper > a:hover {
      text-decoration: none; }

.slidshow-picture {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center top; }

.ws-search-results-content-highlight {
  background-color: #171717;
  color: #ffffff; }

body.ws, .ws {
  font-family: 'Arial';
  color: #000000;
  text-align: left;
  font-size: 14px !important; }
  body.ws.error, .ws.error {
    text-align: center;
    background: #ffffff; }
  body.ws p, body.ws a, body.ws li, body.ws div, body.ws label, .ws p, .ws a, .ws li, .ws div, .ws label {
    font-size: 14px !important; }
  body.ws p, body.ws a, body.ws li, body.ws div, body.ws label, .ws p, .ws a, .ws li, .ws div, .ws label {
    font-size: 14px !important; }
  body.ws h1, .ws h1 {
    font-size: 20px !important; }
  body.ws h2, .ws h2 {
    font-size: 18px !important; }
  body.ws h3, .ws h3 {
    font-size: 16px !important; }
  body.ws h4, .ws h4 {
    font-size: 15px !important; }
  body.ws ul:not(.nav):not(.wsLink-internalSiteChildren):not(.wsFinder-file-use-list), .ws ul:not(.nav):not(.wsLink-internalSiteChildren):not(.wsFinder-file-use-list) {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important; }
    body.ws ul:not(.nav):not(.wsLink-internalSiteChildren):not(.wsFinder-file-use-list) li, .ws ul:not(.nav):not(.wsLink-internalSiteChildren):not(.wsFinder-file-use-list) li {
      list-style: none !important;
      padding: 0 !important;
      margin: 3px 0 3px 0 !important; }
      body.ws ul:not(.nav):not(.wsLink-internalSiteChildren):not(.wsFinder-file-use-list) li:before, .ws ul:not(.nav):not(.wsLink-internalSiteChildren):not(.wsFinder-file-use-list) li:before {
        content: "" !important;
        display: none !important; }
  body.ws a, .ws a {
    font-style: normal !important;
    text-decoration: none !important; }
  body.ws .small, .ws .small {
    font-size: 11px !important;
    line-height: 1.1em !important; }
  body.ws .row, .ws .row {
    display: block; }

.wsVideoResponsiveWrapper-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .wsVideoResponsiveWrapper-16-9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wsWidgetResponsiveWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .wsWidgetResponsiveWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wsWidgetStaticWrapper {
  position: relative;
  min-height: 20px; }
@font-face {
  font-family: 'special_eliteregular';
  src: url("../../fonts/specialelite-regular-webfont.woff2") format("woff2"), url("../../fonts/specialelite-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'texgyrecursorbold';
  src: url("../../fonts/texgyrecursor-bold-webfont.woff2") format("woff2"), url("../../fonts/texgyrecursor-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'tex_gyre_cursorbold_italic';
  src: url("../../fonts/texgyrecursor-bolditalic-webfont.woff2") format("woff2"), url("../../fonts/texgyrecursor-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'texgyrecursoritalic';
  src: url("../../fonts/texgyrecursor-italic-webfont.woff2") format("woff2"), url("../../fonts/texgyrecursor-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'texgyrecursorregular';
  src: url("../../fonts/texgyrecursor-regular-webfont.woff2") format("woff2"), url("../../fonts/texgyrecursor-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'courier_primebold_italic';
  src: url("../../fonts/courier_prime_bold_italic-webfont.woff2") format("woff2"), url("../../fonts/courier_prime_bold_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'courier_primebold';
  src: url("../../fonts/courier_prime_bold-webfont.woff2") format("woff2"), url("../../fonts/courier_prime_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'courier_primeitalic';
  src: url("../../fonts/courier_prime_italic-webfont.woff2") format("woff2"), url("../../fonts/courier_prime_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'courier_primeregular';
  src: url("../../fonts/courier_prime-webfont.woff2") format("woff2"), url("../../fonts/courier_prime-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* factor based on parent ( level 0) */
/* factor based on parent ( level 0) */
/* GRID */
/* BASE */
/* need to change width also in js/liquidum.js */
/* MEDIA */
/* COLOR */
/* GRID */
/* TYPO */
/* UTIL */
/* NAV */
/* factor based on parent ( level 0) */
/* factor based on parent ( level 0) */
/* FORM */
/* use alway 4 values!!! */
/* BASE */
/* need to change width also in js/liquidum.js */
/* MEDIA */
/* COLOR */
/* GRID */
/* TYPO */
/* UTIL */
/* NAV */
/* factor based on parent ( level 0) */
/* factor based on parent ( level 0) */
/* FORM */
/* use alway 4 values!!! */
@media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
  .visible-liquid {
    display: none !important; } }

@media (max-width: 1024px) {
  .visible-desktop {
    display: none !important; } }

@media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
  .visible-tablet {
    display: none !important; } }
@media (min-width: 1025px) {
  .visible-tablet {
    display: none !important; } }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
  .visible-phone {
    display: none !important; } }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
  .invisible-liquid {
    display: none !important; } }

@media (min-width: 1025px) {
  .invisible-desktop {
    display: none !important; } }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
  .invisible-tablet {
    display: none !important; } }

@media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
  .invisible-phone {
    display: none !important; } }

.invisible {
  display: none !important; }

/* BASE */
/* need to change width also in js/liquidum.js */
/* MEDIA */
/* COLOR */
/* GRID */
/* TYPO */
/* UTIL */
/* NAV */
/* factor based on parent ( level 0) */
/* factor based on parent ( level 0) */
/* FORM */
/* use alway 4 values!!! */
/* BASE */
/* need to change width also in js/liquidum.js */
/* MEDIA */
/* COLOR */
/* GRID */
/* TYPO */
/* UTIL */
/* NAV */
/* factor based on parent ( level 0) */
/* factor based on parent ( level 0) */
/* FORM */
/* use alway 4 values!!! */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "special_eliteregular";
  font-size: 1.171875vw; }
  html *, body * {
    box-sizing: border-box; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    html, body {
      font-size: 1.640625vw; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    html, body {
      font-size: 14px; } }

/* BASE */
/* need to change width also in js/liquidum.js */
/* MEDIA */
/* COLOR */
/* GRID */
/* TYPO */
/* UTIL */
/* NAV */
/* factor based on parent ( level 0) */
/* factor based on parent ( level 0) */
/* FORM */
/* use alway 4 values!!! */
p:first-child, pre:first-child {
  margin-top: 0; }
p:last-child, pre:last-child {
  margin-bottom: 0; }

h1 {
  margin: 1.6rem 0 0.6rem 0;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.2em;
  font-family: "special_eliteregular";
  text-transform: none; }
  h1:first-child {
    margin-top: 0; }
  h1:last-child {
    margin-bottom: 0; }
  h1.highlight {
    font-family: "special_eliteregular"; }
  h1 + p {
    margin-top: 0.6rem; }
  h1.x-50 {
    font-size: 1rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h1.x-50-liquid {
      font-size: 1rem; } }
  @media (min-width: 1025px) {
    h1.x-50-desktop {
      font-size: 1rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h1.x-50-tablet {
      font-size: 1rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h1.x-50-phone {
      font-size: 1rem; } }
  h1.x-66 {
    font-size: 1.3333333333rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h1.x-66-liquid {
      font-size: 1.3333333333rem; } }
  @media (min-width: 1025px) {
    h1.x-66-desktop {
      font-size: 1.3333333333rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h1.x-66-tablet {
      font-size: 1.3333333333rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h1.x-66-phone {
      font-size: 1.3333333333rem; } }
  h1.x-75 {
    font-size: 1.5rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h1.x-75-liquid {
      font-size: 1.5rem; } }
  @media (min-width: 1025px) {
    h1.x-75-desktop {
      font-size: 1.5rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h1.x-75-tablet {
      font-size: 1.5rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h1.x-75-phone {
      font-size: 1.5rem; } }
  h1.x-80 {
    font-size: 1.6rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h1.x-80-liquid {
      font-size: 1.6rem; } }
  @media (min-width: 1025px) {
    h1.x-80-desktop {
      font-size: 1.6rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h1.x-80-tablet {
      font-size: 1.6rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h1.x-80-phone {
      font-size: 1.6rem; } }
  h1.x-90 {
    font-size: 1.8rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h1.x-90-liquid {
      font-size: 1.8rem; } }
  @media (min-width: 1025px) {
    h1.x-90-desktop {
      font-size: 1.8rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h1.x-90-tablet {
      font-size: 1.8rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h1.x-90-phone {
      font-size: 1.8rem; } }
  h1.x-110 {
    font-size: 2.2rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h1.x-110-liquid {
      font-size: 2.2rem; } }
  @media (min-width: 1025px) {
    h1.x-110-desktop {
      font-size: 2.2rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h1.x-110-tablet {
      font-size: 2.2rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h1.x-110-phone {
      font-size: 2.2rem; } }
  h1.x-125 {
    font-size: 2.5rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h1.x-125-liquid {
      font-size: 2.5rem; } }
  @media (min-width: 1025px) {
    h1.x-125-desktop {
      font-size: 2.5rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h1.x-125-tablet {
      font-size: 2.5rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h1.x-125-phone {
      font-size: 2.5rem; } }
  h1.x-150 {
    font-size: 3rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h1.x-150-liquid {
      font-size: 3rem; } }
  @media (min-width: 1025px) {
    h1.x-150-desktop {
      font-size: 3rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h1.x-150-tablet {
      font-size: 3rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h1.x-150-phone {
      font-size: 3rem; } }
  h1.x-200 {
    font-size: 4rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h1.x-200-liquid {
      font-size: 4rem; } }
  @media (min-width: 1025px) {
    h1.x-200-desktop {
      font-size: 4rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h1.x-200-tablet {
      font-size: 4rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h1.x-200-phone {
      font-size: 4rem; } }
  h1.x-300 {
    font-size: 6rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h1.x-300-liquid {
      font-size: 6rem; } }
  @media (min-width: 1025px) {
    h1.x-300-desktop {
      font-size: 6rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h1.x-300-tablet {
      font-size: 6rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h1.x-300-phone {
      font-size: 6rem; } }

h2 {
  margin: 1.2rem 0 0.45rem 0;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-family: "special_eliteregular";
  text-transform: none; }
  h2:first-child {
    margin-top: 0; }
  h2:last-child {
    margin-bottom: 0; }
  h2.highlight {
    font-family: "special_eliteregular"; }
  h2 + p {
    margin-top: 0.45rem; }
  h2.x-50 {
    font-size: 0.75rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h2.x-50-liquid {
      font-size: 0.75rem; } }
  @media (min-width: 1025px) {
    h2.x-50-desktop {
      font-size: 0.75rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h2.x-50-tablet {
      font-size: 0.75rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h2.x-50-phone {
      font-size: 0.75rem; } }
  h2.x-66 {
    font-size: 1rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h2.x-66-liquid {
      font-size: 1rem; } }
  @media (min-width: 1025px) {
    h2.x-66-desktop {
      font-size: 1rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h2.x-66-tablet {
      font-size: 1rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h2.x-66-phone {
      font-size: 1rem; } }
  h2.x-75 {
    font-size: 1.125rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h2.x-75-liquid {
      font-size: 1.125rem; } }
  @media (min-width: 1025px) {
    h2.x-75-desktop {
      font-size: 1.125rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h2.x-75-tablet {
      font-size: 1.125rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h2.x-75-phone {
      font-size: 1.125rem; } }
  h2.x-80 {
    font-size: 1.2rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h2.x-80-liquid {
      font-size: 1.2rem; } }
  @media (min-width: 1025px) {
    h2.x-80-desktop {
      font-size: 1.2rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h2.x-80-tablet {
      font-size: 1.2rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h2.x-80-phone {
      font-size: 1.2rem; } }
  h2.x-90 {
    font-size: 1.35rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h2.x-90-liquid {
      font-size: 1.35rem; } }
  @media (min-width: 1025px) {
    h2.x-90-desktop {
      font-size: 1.35rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h2.x-90-tablet {
      font-size: 1.35rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h2.x-90-phone {
      font-size: 1.35rem; } }
  h2.x-110 {
    font-size: 1.65rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h2.x-110-liquid {
      font-size: 1.65rem; } }
  @media (min-width: 1025px) {
    h2.x-110-desktop {
      font-size: 1.65rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h2.x-110-tablet {
      font-size: 1.65rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h2.x-110-phone {
      font-size: 1.65rem; } }
  h2.x-125 {
    font-size: 1.875rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h2.x-125-liquid {
      font-size: 1.875rem; } }
  @media (min-width: 1025px) {
    h2.x-125-desktop {
      font-size: 1.875rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h2.x-125-tablet {
      font-size: 1.875rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h2.x-125-phone {
      font-size: 1.875rem; } }
  h2.x-150 {
    font-size: 2.25rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h2.x-150-liquid {
      font-size: 2.25rem; } }
  @media (min-width: 1025px) {
    h2.x-150-desktop {
      font-size: 2.25rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h2.x-150-tablet {
      font-size: 2.25rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h2.x-150-phone {
      font-size: 2.25rem; } }
  h2.x-200 {
    font-size: 3rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h2.x-200-liquid {
      font-size: 3rem; } }
  @media (min-width: 1025px) {
    h2.x-200-desktop {
      font-size: 3rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h2.x-200-tablet {
      font-size: 3rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h2.x-200-phone {
      font-size: 3rem; } }
  h2.x-300 {
    font-size: 4.5rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h2.x-300-liquid {
      font-size: 4.5rem; } }
  @media (min-width: 1025px) {
    h2.x-300-desktop {
      font-size: 4.5rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h2.x-300-tablet {
      font-size: 4.5rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h2.x-300-phone {
      font-size: 4.5rem; } }

h3 {
  margin: 0.96rem 0 0.36rem 0;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.2em;
  font-family: "special_eliteregular";
  text-transform: none; }
  h3:first-child {
    margin-top: 0; }
  h3:last-child {
    margin-bottom: 0; }
  h3.highlight {
    font-family: "special_eliteregular"; }
  h3 + p {
    margin-top: 0.36rem; }
  h3.x-50 {
    font-size: 0.6rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h3.x-50-liquid {
      font-size: 0.6rem; } }
  @media (min-width: 1025px) {
    h3.x-50-desktop {
      font-size: 0.6rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h3.x-50-tablet {
      font-size: 0.6rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h3.x-50-phone {
      font-size: 0.6rem; } }
  h3.x-66 {
    font-size: 0.8rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h3.x-66-liquid {
      font-size: 0.8rem; } }
  @media (min-width: 1025px) {
    h3.x-66-desktop {
      font-size: 0.8rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h3.x-66-tablet {
      font-size: 0.8rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h3.x-66-phone {
      font-size: 0.8rem; } }
  h3.x-75 {
    font-size: 0.9rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h3.x-75-liquid {
      font-size: 0.9rem; } }
  @media (min-width: 1025px) {
    h3.x-75-desktop {
      font-size: 0.9rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h3.x-75-tablet {
      font-size: 0.9rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h3.x-75-phone {
      font-size: 0.9rem; } }
  h3.x-80 {
    font-size: 0.96rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h3.x-80-liquid {
      font-size: 0.96rem; } }
  @media (min-width: 1025px) {
    h3.x-80-desktop {
      font-size: 0.96rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h3.x-80-tablet {
      font-size: 0.96rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h3.x-80-phone {
      font-size: 0.96rem; } }
  h3.x-90 {
    font-size: 1.08rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h3.x-90-liquid {
      font-size: 1.08rem; } }
  @media (min-width: 1025px) {
    h3.x-90-desktop {
      font-size: 1.08rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h3.x-90-tablet {
      font-size: 1.08rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h3.x-90-phone {
      font-size: 1.08rem; } }
  h3.x-110 {
    font-size: 1.32rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h3.x-110-liquid {
      font-size: 1.32rem; } }
  @media (min-width: 1025px) {
    h3.x-110-desktop {
      font-size: 1.32rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h3.x-110-tablet {
      font-size: 1.32rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h3.x-110-phone {
      font-size: 1.32rem; } }
  h3.x-125 {
    font-size: 1.5rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h3.x-125-liquid {
      font-size: 1.5rem; } }
  @media (min-width: 1025px) {
    h3.x-125-desktop {
      font-size: 1.5rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h3.x-125-tablet {
      font-size: 1.5rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h3.x-125-phone {
      font-size: 1.5rem; } }
  h3.x-150 {
    font-size: 1.8rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h3.x-150-liquid {
      font-size: 1.8rem; } }
  @media (min-width: 1025px) {
    h3.x-150-desktop {
      font-size: 1.8rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h3.x-150-tablet {
      font-size: 1.8rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h3.x-150-phone {
      font-size: 1.8rem; } }
  h3.x-200 {
    font-size: 2.4rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h3.x-200-liquid {
      font-size: 2.4rem; } }
  @media (min-width: 1025px) {
    h3.x-200-desktop {
      font-size: 2.4rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h3.x-200-tablet {
      font-size: 2.4rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h3.x-200-phone {
      font-size: 2.4rem; } }
  h3.x-300 {
    font-size: 3.6rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h3.x-300-liquid {
      font-size: 3.6rem; } }
  @media (min-width: 1025px) {
    h3.x-300-desktop {
      font-size: 3.6rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h3.x-300-tablet {
      font-size: 3.6rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h3.x-300-phone {
      font-size: 3.6rem; } }

h4 {
  margin: 0.88rem 0 0.33rem 0;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.2em;
  font-family: "special_eliteregular";
  text-transform: none; }
  h4:first-child {
    margin-top: 0; }
  h4:last-child {
    margin-bottom: 0; }
  h4.highlight {
    font-family: "special_eliteregular"; }
  h4 + p {
    margin-top: 0.33rem; }
  h4.x-50 {
    font-size: 0.55rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h4.x-50-liquid {
      font-size: 0.55rem; } }
  @media (min-width: 1025px) {
    h4.x-50-desktop {
      font-size: 0.55rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h4.x-50-tablet {
      font-size: 0.55rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h4.x-50-phone {
      font-size: 0.55rem; } }
  h4.x-66 {
    font-size: 0.7333333333rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h4.x-66-liquid {
      font-size: 0.7333333333rem; } }
  @media (min-width: 1025px) {
    h4.x-66-desktop {
      font-size: 0.7333333333rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h4.x-66-tablet {
      font-size: 0.7333333333rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h4.x-66-phone {
      font-size: 0.7333333333rem; } }
  h4.x-75 {
    font-size: 0.825rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h4.x-75-liquid {
      font-size: 0.825rem; } }
  @media (min-width: 1025px) {
    h4.x-75-desktop {
      font-size: 0.825rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h4.x-75-tablet {
      font-size: 0.825rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h4.x-75-phone {
      font-size: 0.825rem; } }
  h4.x-80 {
    font-size: 0.88rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h4.x-80-liquid {
      font-size: 0.88rem; } }
  @media (min-width: 1025px) {
    h4.x-80-desktop {
      font-size: 0.88rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h4.x-80-tablet {
      font-size: 0.88rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h4.x-80-phone {
      font-size: 0.88rem; } }
  h4.x-90 {
    font-size: 0.99rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h4.x-90-liquid {
      font-size: 0.99rem; } }
  @media (min-width: 1025px) {
    h4.x-90-desktop {
      font-size: 0.99rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h4.x-90-tablet {
      font-size: 0.99rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h4.x-90-phone {
      font-size: 0.99rem; } }
  h4.x-110 {
    font-size: 1.21rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h4.x-110-liquid {
      font-size: 1.21rem; } }
  @media (min-width: 1025px) {
    h4.x-110-desktop {
      font-size: 1.21rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h4.x-110-tablet {
      font-size: 1.21rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h4.x-110-phone {
      font-size: 1.21rem; } }
  h4.x-125 {
    font-size: 1.375rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h4.x-125-liquid {
      font-size: 1.375rem; } }
  @media (min-width: 1025px) {
    h4.x-125-desktop {
      font-size: 1.375rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h4.x-125-tablet {
      font-size: 1.375rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h4.x-125-phone {
      font-size: 1.375rem; } }
  h4.x-150 {
    font-size: 1.65rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h4.x-150-liquid {
      font-size: 1.65rem; } }
  @media (min-width: 1025px) {
    h4.x-150-desktop {
      font-size: 1.65rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h4.x-150-tablet {
      font-size: 1.65rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h4.x-150-phone {
      font-size: 1.65rem; } }
  h4.x-200 {
    font-size: 2.2rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h4.x-200-liquid {
      font-size: 2.2rem; } }
  @media (min-width: 1025px) {
    h4.x-200-desktop {
      font-size: 2.2rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h4.x-200-tablet {
      font-size: 2.2rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h4.x-200-phone {
      font-size: 2.2rem; } }
  h4.x-300 {
    font-size: 3.3rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h4.x-300-liquid {
      font-size: 3.3rem; } }
  @media (min-width: 1025px) {
    h4.x-300-desktop {
      font-size: 3.3rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h4.x-300-tablet {
      font-size: 3.3rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h4.x-300-phone {
      font-size: 3.3rem; } }

h5 {
  margin: 0.8rem 0 0.3rem 0;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2em;
  font-family: "special_eliteregular";
  text-transform: none; }
  h5:first-child {
    margin-top: 0; }
  h5:last-child {
    margin-bottom: 0; }
  h5.highlight {
    font-family: "special_eliteregular"; }
  h5 + p {
    margin-top: 0.3rem; }
  h5.x-50 {
    font-size: 0.5rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h5.x-50-liquid {
      font-size: 0.5rem; } }
  @media (min-width: 1025px) {
    h5.x-50-desktop {
      font-size: 0.5rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h5.x-50-tablet {
      font-size: 0.5rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h5.x-50-phone {
      font-size: 0.5rem; } }
  h5.x-66 {
    font-size: 0.6666666667rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h5.x-66-liquid {
      font-size: 0.6666666667rem; } }
  @media (min-width: 1025px) {
    h5.x-66-desktop {
      font-size: 0.6666666667rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h5.x-66-tablet {
      font-size: 0.6666666667rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h5.x-66-phone {
      font-size: 0.6666666667rem; } }
  h5.x-75 {
    font-size: 0.75rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h5.x-75-liquid {
      font-size: 0.75rem; } }
  @media (min-width: 1025px) {
    h5.x-75-desktop {
      font-size: 0.75rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h5.x-75-tablet {
      font-size: 0.75rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h5.x-75-phone {
      font-size: 0.75rem; } }
  h5.x-80 {
    font-size: 0.8rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h5.x-80-liquid {
      font-size: 0.8rem; } }
  @media (min-width: 1025px) {
    h5.x-80-desktop {
      font-size: 0.8rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h5.x-80-tablet {
      font-size: 0.8rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h5.x-80-phone {
      font-size: 0.8rem; } }
  h5.x-90 {
    font-size: 0.9rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h5.x-90-liquid {
      font-size: 0.9rem; } }
  @media (min-width: 1025px) {
    h5.x-90-desktop {
      font-size: 0.9rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h5.x-90-tablet {
      font-size: 0.9rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h5.x-90-phone {
      font-size: 0.9rem; } }
  h5.x-110 {
    font-size: 1.1rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h5.x-110-liquid {
      font-size: 1.1rem; } }
  @media (min-width: 1025px) {
    h5.x-110-desktop {
      font-size: 1.1rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h5.x-110-tablet {
      font-size: 1.1rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h5.x-110-phone {
      font-size: 1.1rem; } }
  h5.x-125 {
    font-size: 1.25rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h5.x-125-liquid {
      font-size: 1.25rem; } }
  @media (min-width: 1025px) {
    h5.x-125-desktop {
      font-size: 1.25rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h5.x-125-tablet {
      font-size: 1.25rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h5.x-125-phone {
      font-size: 1.25rem; } }
  h5.x-150 {
    font-size: 1.5rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h5.x-150-liquid {
      font-size: 1.5rem; } }
  @media (min-width: 1025px) {
    h5.x-150-desktop {
      font-size: 1.5rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h5.x-150-tablet {
      font-size: 1.5rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h5.x-150-phone {
      font-size: 1.5rem; } }
  h5.x-200 {
    font-size: 2rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h5.x-200-liquid {
      font-size: 2rem; } }
  @media (min-width: 1025px) {
    h5.x-200-desktop {
      font-size: 2rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h5.x-200-tablet {
      font-size: 2rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h5.x-200-phone {
      font-size: 2rem; } }
  h5.x-300 {
    font-size: 3rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h5.x-300-liquid {
      font-size: 3rem; } }
  @media (min-width: 1025px) {
    h5.x-300-desktop {
      font-size: 3rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h5.x-300-tablet {
      font-size: 3rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h5.x-300-phone {
      font-size: 3rem; } }

h6 {
  margin: 0.8rem 0 0.3rem 0;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2em;
  font-family: "special_eliteregular";
  text-transform: none; }
  h6:first-child {
    margin-top: 0; }
  h6:last-child {
    margin-bottom: 0; }
  h6.highlight {
    font-family: "special_eliteregular"; }
  h6 + p {
    margin-top: 0.3rem; }
  h6.x-50 {
    font-size: 0.5rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h6.x-50-liquid {
      font-size: 0.5rem; } }
  @media (min-width: 1025px) {
    h6.x-50-desktop {
      font-size: 0.5rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h6.x-50-tablet {
      font-size: 0.5rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h6.x-50-phone {
      font-size: 0.5rem; } }
  h6.x-66 {
    font-size: 0.6666666667rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h6.x-66-liquid {
      font-size: 0.6666666667rem; } }
  @media (min-width: 1025px) {
    h6.x-66-desktop {
      font-size: 0.6666666667rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h6.x-66-tablet {
      font-size: 0.6666666667rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h6.x-66-phone {
      font-size: 0.6666666667rem; } }
  h6.x-75 {
    font-size: 0.75rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h6.x-75-liquid {
      font-size: 0.75rem; } }
  @media (min-width: 1025px) {
    h6.x-75-desktop {
      font-size: 0.75rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h6.x-75-tablet {
      font-size: 0.75rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h6.x-75-phone {
      font-size: 0.75rem; } }
  h6.x-80 {
    font-size: 0.8rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h6.x-80-liquid {
      font-size: 0.8rem; } }
  @media (min-width: 1025px) {
    h6.x-80-desktop {
      font-size: 0.8rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h6.x-80-tablet {
      font-size: 0.8rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h6.x-80-phone {
      font-size: 0.8rem; } }
  h6.x-90 {
    font-size: 0.9rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h6.x-90-liquid {
      font-size: 0.9rem; } }
  @media (min-width: 1025px) {
    h6.x-90-desktop {
      font-size: 0.9rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h6.x-90-tablet {
      font-size: 0.9rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h6.x-90-phone {
      font-size: 0.9rem; } }
  h6.x-110 {
    font-size: 1.1rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h6.x-110-liquid {
      font-size: 1.1rem; } }
  @media (min-width: 1025px) {
    h6.x-110-desktop {
      font-size: 1.1rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h6.x-110-tablet {
      font-size: 1.1rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h6.x-110-phone {
      font-size: 1.1rem; } }
  h6.x-125 {
    font-size: 1.25rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h6.x-125-liquid {
      font-size: 1.25rem; } }
  @media (min-width: 1025px) {
    h6.x-125-desktop {
      font-size: 1.25rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h6.x-125-tablet {
      font-size: 1.25rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h6.x-125-phone {
      font-size: 1.25rem; } }
  h6.x-150 {
    font-size: 1.5rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h6.x-150-liquid {
      font-size: 1.5rem; } }
  @media (min-width: 1025px) {
    h6.x-150-desktop {
      font-size: 1.5rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h6.x-150-tablet {
      font-size: 1.5rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h6.x-150-phone {
      font-size: 1.5rem; } }
  h6.x-200 {
    font-size: 2rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h6.x-200-liquid {
      font-size: 2rem; } }
  @media (min-width: 1025px) {
    h6.x-200-desktop {
      font-size: 2rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h6.x-200-tablet {
      font-size: 2rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h6.x-200-phone {
      font-size: 2rem; } }
  h6.x-300 {
    font-size: 3rem; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    h6.x-300-liquid {
      font-size: 3rem; } }
  @media (min-width: 1025px) {
    h6.x-300-desktop {
      font-size: 3rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    h6.x-300-tablet {
      font-size: 3rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    h6.x-300-phone {
      font-size: 3rem; } }

.text-justify {
  text-align: justify;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

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

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

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

.text-highlight {
  font-family: "special_eliteregular"; }

.x-50:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 0.5rem !important; }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
  .x-50-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.5rem !important; } }

@media (min-width: 1025px) {
  .x-50-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.5rem !important; } }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
  .x-50-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.5rem !important; } }

@media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
  .x-50-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.5rem !important; } }

.x-66:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 0.6666666667rem !important; }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
  .x-66-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.6666666667rem !important; } }

@media (min-width: 1025px) {
  .x-66-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.6666666667rem !important; } }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
  .x-66-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.6666666667rem !important; } }

@media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
  .x-66-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.6666666667rem !important; } }

.x-75:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 0.75rem !important; }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
  .x-75-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.75rem !important; } }

@media (min-width: 1025px) {
  .x-75-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.75rem !important; } }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
  .x-75-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.75rem !important; } }

@media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
  .x-75-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.75rem !important; } }

.x-80:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 0.8rem !important; }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
  .x-80-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.8rem !important; } }

@media (min-width: 1025px) {
  .x-80-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.8rem !important; } }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
  .x-80-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.8rem !important; } }

@media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
  .x-80-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.8rem !important; } }

.x-90:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 0.9rem !important; }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
  .x-90-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.9rem !important; } }

@media (min-width: 1025px) {
  .x-90-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.9rem !important; } }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
  .x-90-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.9rem !important; } }

@media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
  .x-90-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 0.9rem !important; } }

.x-110:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 1.1rem !important; }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
  .x-110-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.1rem !important; } }

@media (min-width: 1025px) {
  .x-110-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.1rem !important; } }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
  .x-110-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.1rem !important; } }

@media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
  .x-110-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.1rem !important; } }

.x-125:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 1.25rem !important; }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
  .x-125-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.25rem !important; } }

@media (min-width: 1025px) {
  .x-125-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.25rem !important; } }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
  .x-125-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.25rem !important; } }

@media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
  .x-125-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.25rem !important; } }

.x-150:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 1.5rem !important; }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
  .x-150-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.5rem !important; } }

@media (min-width: 1025px) {
  .x-150-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.5rem !important; } }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
  .x-150-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.5rem !important; } }

@media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
  .x-150-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.5rem !important; } }

.x-200:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 2rem !important; }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
  .x-200-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 2rem !important; } }

@media (min-width: 1025px) {
  .x-200-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 2rem !important; } }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
  .x-200-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 2rem !important; } }

@media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
  .x-200-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 2rem !important; } }

.x-300:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 3rem !important; }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
  .x-300-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 3rem !important; } }

@media (min-width: 1025px) {
  .x-300-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 3rem !important; } }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
  .x-300-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 3rem !important; } }

@media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
  .x-300-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 3rem !important; } }

/* BASE */
/* need to change width also in js/liquidum.js */
/* MEDIA */
/* COLOR */
/* GRID */
/* TYPO */
/* UTIL */
/* NAV */
/* factor based on parent ( level 0) */
/* factor based on parent ( level 0) */
/* FORM */
/* use alway 4 values!!! */
/* PADDINGS */
.padding-25 {
  padding: 0.25rem !important; }

.padding-horizontal-25 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.padding-vertical-25 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.padding-top-25 {
  padding-top: 0.25rem !important; }

.padding-right-25 {
  padding-right: 0.25rem !important; }

.padding-left-25 {
  padding-left: 0.25rem !important; }

.padding-bottom-25 {
  padding-bottom: 0.25rem !important; }

.padding-50 {
  padding: 0.5rem !important; }

.padding-horizontal-50 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.padding-vertical-50 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.padding-top-50 {
  padding-top: 0.5rem !important; }

.padding-right-50 {
  padding-right: 0.5rem !important; }

.padding-left-50 {
  padding-left: 0.5rem !important; }

.padding-bottom-50 {
  padding-bottom: 0.5rem !important; }

.padding {
  padding: 1rem !important; }

.padding-horizontal {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.padding-vertical {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.padding-top {
  padding-top: 1rem !important; }

.padding-right {
  padding-right: 1rem !important; }

.padding-left {
  padding-left: 1rem !important; }

.padding-bottom {
  padding-bottom: 1rem !important; }

.padding-150 {
  padding: 1.5rem !important; }

.padding-horizontal-150 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.padding-vertical-150 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.padding-top-150 {
  padding-top: 1.5rem !important; }

.padding-right-150 {
  padding-right: 1.5rem !important; }

.padding-left-150 {
  padding-left: 1.5rem !important; }

.padding-bottom-150 {
  padding-bottom: 1.5rem !important; }

.padding-200 {
  padding: 2rem !important; }

.padding-horizontal-200 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.padding-vertical-200 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.padding-top-200 {
  padding-top: 2rem !important; }

.padding-right-200 {
  padding-right: 2rem !important; }

.padding-left-200 {
  padding-left: 2rem !important; }

.padding-bottom-200 {
  padding-bottom: 2rem !important; }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
  .padding-25-liquid {
    padding: 0.25rem !important; }

  .padding-horizontal-25-liquid {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .padding-vertical-25-liquid {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .padding-top-25-liquid {
    padding-top: 0.25rem !important; }

  .padding-right-25-liquid {
    padding-right: 0.25rem !important; }

  .padding-left-25-liquid {
    padding-left: 0.25rem !important; }

  .padding-bottom-25-liquid {
    padding-bottom: 0.25rem !important; }

  .padding-50-liquid {
    padding: 0.5rem !important; }

  .padding-horizontal-50-liquid {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .padding-vertical-50-liquid {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .padding-top-50-liquid {
    padding-top: 0.5rem !important; }

  .padding-right-50-liquid {
    padding-right: 0.5rem !important; }

  .padding-left-50-liquid {
    padding-left: 0.5rem !important; }

  .padding-bottom-50-liquid {
    padding-bottom: 0.5rem !important; }

  .padding-liquid {
    padding: 1rem !important; }

  .padding-horizontal-liquid {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .padding-vertical-liquid {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .padding-top-liquid {
    padding-top: 1rem !important; }

  .padding-right-liquid {
    padding-right: 1rem !important; }

  .padding-left-liquid {
    padding-left: 1rem !important; }

  .padding-bottom-liquid {
    padding-bottom: 1rem !important; }

  .padding-150-liquid {
    padding: 1.5rem !important; }

  .padding-horizontal-150-liquid {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .padding-vertical-150-liquid {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .padding-top-150-liquid {
    padding-top: 1.5rem !important; }

  .padding-right-150-liquid {
    padding-right: 1.5rem !important; }

  .padding-left-150-liquid {
    padding-left: 1.5rem !important; }

  .padding-bottom-150-liquid {
    padding-bottom: 1.5rem !important; }

  .padding-200-liquid {
    padding: 2rem !important; }

  .padding-horizontal-200-liquid {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }

  .padding-vertical-200-liquid {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .padding-top-200-liquid {
    padding-top: 2rem !important; }

  .padding-right-200-liquid {
    padding-right: 2rem !important; }

  .padding-left-200-liquid {
    padding-left: 2rem !important; }

  .padding-bottom-200-liquid {
    padding-bottom: 2rem !important; } }
@media (min-width: 1025px) {
  .padding-25-desktop {
    padding: 0.25rem !important; }

  .padding-horizontal-25-desktop {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .padding-vertical-25-desktop {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .padding-top-25-desktop {
    padding-top: 0.25rem !important; }

  .padding-right-25-desktop {
    padding-right: 0.25rem !important; }

  .padding-left-25-desktop {
    padding-left: 0.25rem !important; }

  .padding-bottom-25-desktop {
    padding-bottom: 0.25rem !important; }

  .padding-50-desktop {
    padding: 0.5rem !important; }

  .padding-horizontal-50-desktop {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .padding-vertical-50-desktop {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .padding-top-50-desktop {
    padding-top: 0.5rem !important; }

  .padding-right-50-desktop {
    padding-right: 0.5rem !important; }

  .padding-left-50-desktop {
    padding-left: 0.5rem !important; }

  .padding-bottom-50-desktop {
    padding-bottom: 0.5rem !important; }

  .padding-desktop {
    padding: 1rem !important; }

  .padding-horizontal-desktop {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .padding-vertical-desktop {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .padding-top-desktop {
    padding-top: 1rem !important; }

  .padding-right-desktop {
    padding-right: 1rem !important; }

  .padding-left-desktop {
    padding-left: 1rem !important; }

  .padding-bottom-desktop {
    padding-bottom: 1rem !important; }

  .padding-150-desktop {
    padding: 1.5rem !important; }

  .padding-horizontal-150-desktop {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .padding-vertical-150-desktop {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .padding-top-150-desktop {
    padding-top: 1.5rem !important; }

  .padding-right-150-desktop {
    padding-right: 1.5rem !important; }

  .padding-left-150-desktop {
    padding-left: 1.5rem !important; }

  .padding-bottom-150-desktop {
    padding-bottom: 1.5rem !important; }

  .padding-200-desktop {
    padding: 2rem !important; }

  .padding-horizontal-200-desktop {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }

  .padding-vertical-200-desktop {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .padding-top-200-desktop {
    padding-top: 2rem !important; }

  .padding-right-200-desktop {
    padding-right: 2rem !important; }

  .padding-left-200-desktop {
    padding-left: 2rem !important; }

  .padding-bottom-200-desktop {
    padding-bottom: 2rem !important; } }
@media (max-width: 1024px) {
  .padding-25-mobile-device {
    padding: 0.25rem !important; }

  .padding-horizontal-25-mobile-device {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .padding-vertical-25-mobile-device {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .padding-top-25-mobile-device {
    padding-top: 0.25rem !important; }

  .padding-right-25-mobile-device {
    padding-right: 0.25rem !important; }

  .padding-left-25-mobile-device {
    padding-left: 0.25rem !important; }

  .padding-bottom-25-mobile-device {
    padding-bottom: 0.25rem !important; }

  .padding-50-mobile-device {
    padding: 0.5rem !important; }

  .padding-horizontal-50-mobile-device {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .padding-vertical-50-mobile-device {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .padding-top-50-mobile-device {
    padding-top: 0.5rem !important; }

  .padding-right-50-mobile-device {
    padding-right: 0.5rem !important; }

  .padding-left-50-mobile-device {
    padding-left: 0.5rem !important; }

  .padding-bottom-50-mobile-device {
    padding-bottom: 0.5rem !important; }

  .padding-mobile-device {
    padding: 1rem !important; }

  .padding-horizontal-mobile-device {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .padding-vertical-mobile-device {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .padding-top-mobile-device {
    padding-top: 1rem !important; }

  .padding-right-mobile-device {
    padding-right: 1rem !important; }

  .padding-left-mobile-device {
    padding-left: 1rem !important; }

  .padding-bottom-mobile-device {
    padding-bottom: 1rem !important; }

  .padding-150-mobile-device {
    padding: 1.5rem !important; }

  .padding-horizontal-150-mobile-device {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .padding-vertical-150-mobile-device {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .padding-top-150-mobile-device {
    padding-top: 1.5rem !important; }

  .padding-right-150-mobile-device {
    padding-right: 1.5rem !important; }

  .padding-left-150-mobile-device {
    padding-left: 1.5rem !important; }

  .padding-bottom-150-mobile-device {
    padding-bottom: 1.5rem !important; }

  .padding-200-mobile-device {
    padding: 2rem !important; }

  .padding-horizontal-200-mobile-device {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }

  .padding-vertical-200-mobile-device {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .padding-top-200-mobile-device {
    padding-top: 2rem !important; }

  .padding-right-200-mobile-device {
    padding-right: 2rem !important; }

  .padding-left-200-mobile-device {
    padding-left: 2rem !important; }

  .padding-bottom-200-mobile-device {
    padding-bottom: 2rem !important; } }
@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
  .padding-25-tablet {
    padding: 0.25rem !important; }

  .padding-horizontal-25-tablet {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .padding-vertical-25-tablet {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .padding-top-25-tablet {
    padding-top: 0.25rem !important; }

  .padding-right-25-tablet {
    padding-right: 0.25rem !important; }

  .padding-left-25-tablet {
    padding-left: 0.25rem !important; }

  .padding-bottom-25-tablet {
    padding-bottom: 0.25rem !important; }

  .padding-50-tablet {
    padding: 0.5rem !important; }

  .padding-horizontal-50-tablet {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .padding-vertical-50-tablet {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .padding-top-50-tablet {
    padding-top: 0.5rem !important; }

  .padding-right-50-tablet {
    padding-right: 0.5rem !important; }

  .padding-left-50-tablet {
    padding-left: 0.5rem !important; }

  .padding-bottom-50-tablet {
    padding-bottom: 0.5rem !important; }

  .padding-tablet {
    padding: 1rem !important; }

  .padding-horizontal-tablet {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .padding-vertical-tablet {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .padding-top-tablet {
    padding-top: 1rem !important; }

  .padding-right-tablet {
    padding-right: 1rem !important; }

  .padding-left-tablet {
    padding-left: 1rem !important; }

  .padding-bottom-tablet {
    padding-bottom: 1rem !important; }

  .padding-150-tablet {
    padding: 1.5rem !important; }

  .padding-horizontal-150-tablet {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .padding-vertical-150-tablet {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .padding-top-150-tablet {
    padding-top: 1.5rem !important; }

  .padding-right-150-tablet {
    padding-right: 1.5rem !important; }

  .padding-left-150-tablet {
    padding-left: 1.5rem !important; }

  .padding-bottom-150-tablet {
    padding-bottom: 1.5rem !important; }

  .padding-200-tablet {
    padding: 2rem !important; }

  .padding-horizontal-200-tablet {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }

  .padding-vertical-200-tablet {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .padding-top-200-tablet {
    padding-top: 2rem !important; }

  .padding-right-200-tablet {
    padding-right: 2rem !important; }

  .padding-left-200-tablet {
    padding-left: 2rem !important; }

  .padding-bottom-200-tablet {
    padding-bottom: 2rem !important; } }
@media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
  .padding-25-phone {
    padding: 0.25rem !important; }

  .padding-horizontal-25-phone {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .padding-vertical-25-phone {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .padding-top-25-phone {
    padding-top: 0.25rem !important; }

  .padding-right-25-phone {
    padding-right: 0.25rem !important; }

  .padding-left-25-phone {
    padding-left: 0.25rem !important; }

  .padding-bottom-25-phone {
    padding-bottom: 0.25rem !important; }

  .padding-50-phone {
    padding: 0.5rem !important; }

  .padding-horizontal-50-phone {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .padding-vertical-50-phone {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .padding-top-50-phone {
    padding-top: 0.5rem !important; }

  .padding-right-50-phone {
    padding-right: 0.5rem !important; }

  .padding-left-50-phone {
    padding-left: 0.5rem !important; }

  .padding-bottom-50-phone {
    padding-bottom: 0.5rem !important; }

  .padding-phone {
    padding: 1rem !important; }

  .padding-horizontal-phone {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .padding-vertical-phone {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .padding-top-phone {
    padding-top: 1rem !important; }

  .padding-right-phone {
    padding-right: 1rem !important; }

  .padding-left-phone {
    padding-left: 1rem !important; }

  .padding-bottom-phone {
    padding-bottom: 1rem !important; }

  .padding-150-phone {
    padding: 1.5rem !important; }

  .padding-horizontal-150-phone {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .padding-vertical-150-phone {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .padding-top-150-phone {
    padding-top: 1.5rem !important; }

  .padding-right-150-phone {
    padding-right: 1.5rem !important; }

  .padding-left-150-phone {
    padding-left: 1.5rem !important; }

  .padding-bottom-150-phone {
    padding-bottom: 1.5rem !important; }

  .padding-200-phone {
    padding: 2rem !important; }

  .padding-horizontal-200-phone {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }

  .padding-vertical-200-phone {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .padding-top-200-phone {
    padding-top: 2rem !important; }

  .padding-right-200-phone {
    padding-right: 2rem !important; }

  .padding-left-200-phone {
    padding-left: 2rem !important; }

  .padding-bottom-200-phone {
    padding-bottom: 2rem !important; } }
@media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
  .padding-25 {
    padding: 0.125rem !important; }

  .padding-horizontal-25 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important; }

  .padding-vertical-25 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important; }

  .padding-top-25 {
    padding-top: 0.125rem !important; }

  .padding-right-25 {
    padding-right: 0.125rem !important; }

  .padding-left-25 {
    padding-left: 0.125rem !important; }

  .padding-bottom-25 {
    padding-bottom: 0.125rem !important; }

  .padding-50 {
    padding: 0.25rem !important; }

  .padding-horizontal-50 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .padding-vertical-50 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .padding-top-50 {
    padding-top: 0.25rem !important; }

  .padding-right-50 {
    padding-right: 0.25rem !important; }

  .padding-left-50 {
    padding-left: 0.25rem !important; }

  .padding-bottom-50 {
    padding-bottom: 0.25rem !important; }

  .padding {
    padding: 0.5rem !important; }

  .padding-horizontal {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .padding-vertical {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .padding-top {
    padding-top: 0.5rem !important; }

  .padding-right {
    padding-right: 0.5rem !important; }

  .padding-left {
    padding-left: 0.5rem !important; }

  .padding-bottom {
    padding-bottom: 0.5rem !important; }

  .padding-150 {
    padding: 0.75rem !important; }

  .padding-horizontal-150 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }

  .padding-vertical-150 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }

  .padding-top-150 {
    padding-top: 0.75rem !important; }

  .padding-right-150 {
    padding-right: 0.75rem !important; }

  .padding-left-150 {
    padding-left: 0.75rem !important; }

  .padding-bottom-150 {
    padding-bottom: 0.75rem !important; }

  .padding-200 {
    padding: 1rem !important; }

  .padding-horizontal-200 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .padding-vertical-200 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .padding-top-200 {
    padding-top: 1rem !important; }

  .padding-right-200 {
    padding-right: 1rem !important; }

  .padding-left-200 {
    padding-left: 1rem !important; }

  .padding-bottom-200 {
    padding-bottom: 1rem !important; } }
@media (max-width: 768px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (max-width: 768px) and (min-width: 1025px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) and (min-width: 1025px) {
  .padding-25-liquid {
    padding: 0.125rem !important; }

  .padding-horizontal-25-liquid {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important; }

  .padding-vertical-25-liquid {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important; }

  .padding-top-25-liquid {
    padding-top: 0.125rem !important; }

  .padding-right-25-liquid {
    padding-right: 0.125rem !important; }

  .padding-left-25-liquid {
    padding-left: 0.125rem !important; }

  .padding-bottom-25-liquid {
    padding-bottom: 0.125rem !important; }

  .padding-50-liquid {
    padding: 0.25rem !important; }

  .padding-horizontal-50-liquid {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .padding-vertical-50-liquid {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .padding-top-50-liquid {
    padding-top: 0.25rem !important; }

  .padding-right-50-liquid {
    padding-right: 0.25rem !important; }

  .padding-left-50-liquid {
    padding-left: 0.25rem !important; }

  .padding-bottom-50-liquid {
    padding-bottom: 0.25rem !important; }

  .padding-liquid {
    padding: 0.5rem !important; }

  .padding-horizontal-liquid {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .padding-vertical-liquid {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .padding-top-liquid {
    padding-top: 0.5rem !important; }

  .padding-right-liquid {
    padding-right: 0.5rem !important; }

  .padding-left-liquid {
    padding-left: 0.5rem !important; }

  .padding-bottom-liquid {
    padding-bottom: 0.5rem !important; }

  .padding-150-liquid {
    padding: 0.75rem !important; }

  .padding-horizontal-150-liquid {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }

  .padding-vertical-150-liquid {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }

  .padding-top-150-liquid {
    padding-top: 0.75rem !important; }

  .padding-right-150-liquid {
    padding-right: 0.75rem !important; }

  .padding-left-150-liquid {
    padding-left: 0.75rem !important; }

  .padding-bottom-150-liquid {
    padding-bottom: 0.75rem !important; }

  .padding-200-liquid {
    padding: 1rem !important; }

  .padding-horizontal-200-liquid {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .padding-vertical-200-liquid {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .padding-top-200-liquid {
    padding-top: 1rem !important; }

  .padding-right-200-liquid {
    padding-right: 1rem !important; }

  .padding-left-200-liquid {
    padding-left: 1rem !important; }

  .padding-bottom-200-liquid {
    padding-bottom: 1rem !important; } }
@media (max-width: 768px) and (min-width: 1025px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) and (min-width: 1025px) {
  .padding-25-desktop {
    padding: 0.125rem !important; }

  .padding-horizontal-25-desktop {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important; }

  .padding-vertical-25-desktop {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important; }

  .padding-top-25-desktop {
    padding-top: 0.125rem !important; }

  .padding-right-25-desktop {
    padding-right: 0.125rem !important; }

  .padding-left-25-desktop {
    padding-left: 0.125rem !important; }

  .padding-bottom-25-desktop {
    padding-bottom: 0.125rem !important; }

  .padding-50-desktop {
    padding: 0.25rem !important; }

  .padding-horizontal-50-desktop {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .padding-vertical-50-desktop {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .padding-top-50-desktop {
    padding-top: 0.25rem !important; }

  .padding-right-50-desktop {
    padding-right: 0.25rem !important; }

  .padding-left-50-desktop {
    padding-left: 0.25rem !important; }

  .padding-bottom-50-desktop {
    padding-bottom: 0.25rem !important; }

  .padding-desktop {
    padding: 0.5rem !important; }

  .padding-horizontal-desktop {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .padding-vertical-desktop {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .padding-top-desktop {
    padding-top: 0.5rem !important; }

  .padding-right-desktop {
    padding-right: 0.5rem !important; }

  .padding-left-desktop {
    padding-left: 0.5rem !important; }

  .padding-bottom-desktop {
    padding-bottom: 0.5rem !important; }

  .padding-150-desktop {
    padding: 0.75rem !important; }

  .padding-horizontal-150-desktop {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }

  .padding-vertical-150-desktop {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }

  .padding-top-150-desktop {
    padding-top: 0.75rem !important; }

  .padding-right-150-desktop {
    padding-right: 0.75rem !important; }

  .padding-left-150-desktop {
    padding-left: 0.75rem !important; }

  .padding-bottom-150-desktop {
    padding-bottom: 0.75rem !important; }

  .padding-200-desktop {
    padding: 1rem !important; }

  .padding-horizontal-200-desktop {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .padding-vertical-200-desktop {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .padding-top-200-desktop {
    padding-top: 1rem !important; }

  .padding-right-200-desktop {
    padding-right: 1rem !important; }

  .padding-left-200-desktop {
    padding-left: 1rem !important; }

  .padding-bottom-200-desktop {
    padding-bottom: 1rem !important; } }
@media (max-width: 768px) and (max-width: 1024px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) and (max-width: 1024px) {
  .padding-25-mobile-device {
    padding: 0.125rem !important; }

  .padding-horizontal-25-mobile-device {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important; }

  .padding-vertical-25-mobile-device {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important; }

  .padding-top-25-mobile-device {
    padding-top: 0.125rem !important; }

  .padding-right-25-mobile-device {
    padding-right: 0.125rem !important; }

  .padding-left-25-mobile-device {
    padding-left: 0.125rem !important; }

  .padding-bottom-25-mobile-device {
    padding-bottom: 0.125rem !important; }

  .padding-50-mobile-device {
    padding: 0.25rem !important; }

  .padding-horizontal-50-mobile-device {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .padding-vertical-50-mobile-device {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .padding-top-50-mobile-device {
    padding-top: 0.25rem !important; }

  .padding-right-50-mobile-device {
    padding-right: 0.25rem !important; }

  .padding-left-50-mobile-device {
    padding-left: 0.25rem !important; }

  .padding-bottom-50-mobile-device {
    padding-bottom: 0.25rem !important; }

  .padding-mobile-device {
    padding: 0.5rem !important; }

  .padding-horizontal-mobile-device {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .padding-vertical-mobile-device {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .padding-top-mobile-device {
    padding-top: 0.5rem !important; }

  .padding-right-mobile-device {
    padding-right: 0.5rem !important; }

  .padding-left-mobile-device {
    padding-left: 0.5rem !important; }

  .padding-bottom-mobile-device {
    padding-bottom: 0.5rem !important; }

  .padding-150-mobile-device {
    padding: 0.75rem !important; }

  .padding-horizontal-150-mobile-device {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }

  .padding-vertical-150-mobile-device {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }

  .padding-top-150-mobile-device {
    padding-top: 0.75rem !important; }

  .padding-right-150-mobile-device {
    padding-right: 0.75rem !important; }

  .padding-left-150-mobile-device {
    padding-left: 0.75rem !important; }

  .padding-bottom-150-mobile-device {
    padding-bottom: 0.75rem !important; }

  .padding-200-mobile-device {
    padding: 1rem !important; }

  .padding-horizontal-200-mobile-device {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .padding-vertical-200-mobile-device {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .padding-top-200-mobile-device {
    padding-top: 1rem !important; }

  .padding-right-200-mobile-device {
    padding-right: 1rem !important; }

  .padding-left-200-mobile-device {
    padding-left: 1rem !important; }

  .padding-bottom-200-mobile-device {
    padding-bottom: 1rem !important; } }
@media (max-width: 768px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
  .padding-25-tablet {
    padding: 0.125rem !important; }

  .padding-horizontal-25-tablet {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important; }

  .padding-vertical-25-tablet {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important; }

  .padding-top-25-tablet {
    padding-top: 0.125rem !important; }

  .padding-right-25-tablet {
    padding-right: 0.125rem !important; }

  .padding-left-25-tablet {
    padding-left: 0.125rem !important; }

  .padding-bottom-25-tablet {
    padding-bottom: 0.125rem !important; }

  .padding-50-tablet {
    padding: 0.25rem !important; }

  .padding-horizontal-50-tablet {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .padding-vertical-50-tablet {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .padding-top-50-tablet {
    padding-top: 0.25rem !important; }

  .padding-right-50-tablet {
    padding-right: 0.25rem !important; }

  .padding-left-50-tablet {
    padding-left: 0.25rem !important; }

  .padding-bottom-50-tablet {
    padding-bottom: 0.25rem !important; }

  .padding-tablet {
    padding: 0.5rem !important; }

  .padding-horizontal-tablet {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .padding-vertical-tablet {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .padding-top-tablet {
    padding-top: 0.5rem !important; }

  .padding-right-tablet {
    padding-right: 0.5rem !important; }

  .padding-left-tablet {
    padding-left: 0.5rem !important; }

  .padding-bottom-tablet {
    padding-bottom: 0.5rem !important; }

  .padding-150-tablet {
    padding: 0.75rem !important; }

  .padding-horizontal-150-tablet {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }

  .padding-vertical-150-tablet {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }

  .padding-top-150-tablet {
    padding-top: 0.75rem !important; }

  .padding-right-150-tablet {
    padding-right: 0.75rem !important; }

  .padding-left-150-tablet {
    padding-left: 0.75rem !important; }

  .padding-bottom-150-tablet {
    padding-bottom: 0.75rem !important; }

  .padding-200-tablet {
    padding: 1rem !important; }

  .padding-horizontal-200-tablet {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .padding-vertical-200-tablet {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .padding-top-200-tablet {
    padding-top: 1rem !important; }

  .padding-right-200-tablet {
    padding-right: 1rem !important; }

  .padding-left-200-tablet {
    padding-left: 1rem !important; }

  .padding-bottom-200-tablet {
    padding-bottom: 1rem !important; } }
@media (max-width: 768px) and (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) and (max-width: 768px), (max-width: 768px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
  .padding-25-phone {
    padding: 0.125rem !important; }

  .padding-horizontal-25-phone {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important; }

  .padding-vertical-25-phone {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important; }

  .padding-top-25-phone {
    padding-top: 0.125rem !important; }

  .padding-right-25-phone {
    padding-right: 0.125rem !important; }

  .padding-left-25-phone {
    padding-left: 0.125rem !important; }

  .padding-bottom-25-phone {
    padding-bottom: 0.125rem !important; }

  .padding-50-phone {
    padding: 0.25rem !important; }

  .padding-horizontal-50-phone {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .padding-vertical-50-phone {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .padding-top-50-phone {
    padding-top: 0.25rem !important; }

  .padding-right-50-phone {
    padding-right: 0.25rem !important; }

  .padding-left-50-phone {
    padding-left: 0.25rem !important; }

  .padding-bottom-50-phone {
    padding-bottom: 0.25rem !important; }

  .padding-phone {
    padding: 0.5rem !important; }

  .padding-horizontal-phone {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .padding-vertical-phone {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .padding-top-phone {
    padding-top: 0.5rem !important; }

  .padding-right-phone {
    padding-right: 0.5rem !important; }

  .padding-left-phone {
    padding-left: 0.5rem !important; }

  .padding-bottom-phone {
    padding-bottom: 0.5rem !important; }

  .padding-150-phone {
    padding: 0.75rem !important; }

  .padding-horizontal-150-phone {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }

  .padding-vertical-150-phone {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }

  .padding-top-150-phone {
    padding-top: 0.75rem !important; }

  .padding-right-150-phone {
    padding-right: 0.75rem !important; }

  .padding-left-150-phone {
    padding-left: 0.75rem !important; }

  .padding-bottom-150-phone {
    padding-bottom: 0.75rem !important; }

  .padding-200-phone {
    padding: 1rem !important; }

  .padding-horizontal-200-phone {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .padding-vertical-200-phone {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .padding-top-200-phone {
    padding-top: 1rem !important; }

  .padding-right-200-phone {
    padding-right: 1rem !important; }

  .padding-left-200-phone {
    padding-left: 1rem !important; }

  .padding-bottom-200-phone {
    padding-bottom: 1rem !important; } }
/* MISC */
.pull-left {
  float: left; }

.pull-right {
  float: right; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.fixed {
  position: fixed !important; }

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

/* BASE */
/* need to change width also in js/liquidum.js */
/* MEDIA */
/* COLOR */
/* GRID */
/* TYPO */
/* UTIL */
/* NAV */
/* factor based on parent ( level 0) */
/* factor based on parent ( level 0) */
/* FORM */
/* use alway 4 values!!! */
.brand {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .brand > img {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }

/* currently only 2 levels and horizental*/
body {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  body.liquidum-nav-phone-open-left {
    margin-left: 73vw;
    width: 100vw; }
  body.liquidum-nav-phone-open-right {
    margin-left: -73vw;
    width: 100vw; }

/* BOX-SHADOW */
.shadow {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }

.shadow-soft {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }

/* BASE */
/* need to change width also in js/liquidum.js */
/* MEDIA */
/* COLOR */
/* GRID */
/* TYPO */
/* UTIL */
/* NAV */
/* factor based on parent ( level 0) */
/* factor based on parent ( level 0) */
/* FORM */
/* use alway 4 values!!! */
[class^="lq-btn"] {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-family: "special_eliteregular";
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  font-size: 1rem;
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  [class^="lq-btn"]:hover {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    transform: scale(0.98); }
  [class^="lq-btn"].vertical {
    margin-bottom: 1rem; }
  [class^="lq-btn"].block, [class^="lq-btn"].phone {
    width: 100%; }
  [class^="lq-btn"].right {
    display: block;
    float: right; }
    [class^="lq-btn"].right::after {
      display: block;
      content: "";
      clear: both; }
  [class^="lq-btn"].block-phone {
    width: 100%; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    [class^="lq-btn"] {
      display: block;
      width: 100%;
      margin-left: 0;
      margin-top: 0;
      margin-right: 0; }
      [class^="lq-btn"]:not(.vertical) {
        margin-bottom: 0; } }

[class^="lq-form-group"],
[class^="lq-form-group-float"] {
  font-family: "special_eliteregular";
  display: flex;
  justify-content: left;
  align-items: start;
  min-width: 100%; }
  [class^="lq-form-group"].vertical,
  [class^="lq-form-group-float"].vertical {
    margin-bottom: 1rem; }
  [class^="lq-form-group"] > input, [class^="lq-form-group"] > textarea, [class^="lq-form-group"] > select, [class^="lq-form-group"] > .lq-select > select,
  [class^="lq-form-group-float"] > input,
  [class^="lq-form-group-float"] > textarea,
  [class^="lq-form-group-float"] > select,
  [class^="lq-form-group-float"] > .lq-select > select {
    font-family: "special_eliteregular";
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    font-size: 1rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    text-align: left;
    outline: none; }
    [class^="lq-form-group"] > input.right, [class^="lq-form-group"] > textarea.right, [class^="lq-form-group"] > select.right, [class^="lq-form-group"] > .lq-select > select.right,
    [class^="lq-form-group-float"] > input.right,
    [class^="lq-form-group-float"] > textarea.right,
    [class^="lq-form-group-float"] > select.right,
    [class^="lq-form-group-float"] > .lq-select > select.right {
      text-align: right; }
    [class^="lq-form-group"] > input.center, [class^="lq-form-group"] > textarea.center, [class^="lq-form-group"] > select.center, [class^="lq-form-group"] > .lq-select > select.center,
    [class^="lq-form-group-float"] > input.center,
    [class^="lq-form-group-float"] > textarea.center,
    [class^="lq-form-group-float"] > select.center,
    [class^="lq-form-group-float"] > .lq-select > select.center {
      text-align: center; }
  [class^="lq-form-group"] > select, [class^="lq-form-group"] > .lq-select > select,
  [class^="lq-form-group-float"] > select,
  [class^="lq-form-group-float"] > .lq-select > select {
    -webkit-appearance: none;
    -moz-appearance: none; }
  [class^="lq-form-group"] > .lq-select,
  [class^="lq-form-group-float"] > .lq-select {
    position: relative; }
    [class^="lq-form-group"] > .lq-select > select,
    [class^="lq-form-group-float"] > .lq-select > select {
      width: 100%; }
    [class^="lq-form-group"] > .lq-select > .selectarrow,
    [class^="lq-form-group-float"] > .lq-select > .selectarrow {
      pointer-events: none;
      position: absolute;
      display: inline-block;
      top: calc( 0.1rem + 0.5rem );
      right: calc( 0.6rem + 0.5rem ); }
      [class^="lq-form-group"] > .lq-select > .selectarrow:after,
      [class^="lq-form-group-float"] > .lq-select > .selectarrow:after {
        content: '';
        display: block;
        width: 0.7rem;
        height: 0.7rem;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  [class^="lq-form-group"] > label,
  [class^="lq-form-group-float"] > label {
    font-family: "special_eliteregular";
    padding-top: calc( 0.5rem + 1px);
    padding-right: 0.5rem;
    padding-bottom: calc( 0.5rem + 1px);
    padding-left: 0;
    font-size: 1rem; }
    [class^="lq-form-group"] > label.right,
    [class^="lq-form-group-float"] > label.right {
      text-align: right; }
    [class^="lq-form-group"] > label.checkbox,
    [class^="lq-form-group-float"] > label.checkbox {
      ms-flex: none;
      flex: none;
      position: relative;
      display: block;
      padding-left: calc( ( 1rem + 0.5rem + 0.5rem ) + 0.5rem ); }
      [class^="lq-form-group"] > label.checkbox > input,
      [class^="lq-form-group-float"] > label.checkbox > input {
        position: absolute;
        opacity: 0;
        cursor: pointer; }
      [class^="lq-form-group"] > label.checkbox > .checkmarker,
      [class^="lq-form-group-float"] > label.checkbox > .checkmarker {
        pointer-events: none;
        position: absolute;
        display: inline-block;
        top: calc(0.5rem + 0.5rem - (( 1rem + 0.5rem + 0.5rem ) / 2));
        left: 0;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
        width: calc( 1rem + 0.5rem + 0.5rem );
        height: calc( 1rem + 0.5rem + 0.5rem ); }
        [class^="lq-form-group"] > label.checkbox > .checkmarker:after,
        [class^="lq-form-group-float"] > label.checkbox > .checkmarker:after {
          content: '';
          display: none;
          position: absolute;
          left: 0.6rem;
          top: -0.5rem;
          width: calc( ( 1rem + 0.5rem + 0.5rem ) * 0.45 );
          height: calc( ( 1rem + 0.5rem + 0.5rem ) * 0.9 );
          /*width: 0.9rem;
          height: 1.7rem;*/
          padding-right: 0rem;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
      [class^="lq-form-group"] > label.checkbox > input:checked ~ .checkmarker:after,
      [class^="lq-form-group-float"] > label.checkbox > input:checked ~ .checkmarker:after {
        display: block; }
    [class^="lq-form-group"] > label.radio,
    [class^="lq-form-group-float"] > label.radio {
      ms-flex: none;
      flex: none;
      position: relative;
      display: block;
      padding-left: calc( ( 1rem + 0.5rem + 0.5rem ) + 0.5rem ); }
      [class^="lq-form-group"] > label.radio > input,
      [class^="lq-form-group-float"] > label.radio > input {
        position: absolute;
        opacity: 0;
        cursor: pointer; }
      [class^="lq-form-group"] > label.radio > .radiocircle,
      [class^="lq-form-group-float"] > label.radio > .radiocircle {
        pointer-events: none;
        position: absolute;
        display: inline-block;
        top: calc(0.5rem + 0.5rem - (( 1rem + 0.5rem + 0.5rem ) / 2));
        left: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: calc( 1rem + 0.5rem + 0.5rem );
        height: calc( 1rem + 0.5rem + 0.5rem ); }
        [class^="lq-form-group"] > label.radio > .radiocircle:after,
        [class^="lq-form-group-float"] > label.radio > .radiocircle:after {
          content: '';
          display: none;
          position: absolute;
          left: calc( ( ( 1rem + 0.5rem + 0.5rem ) / 2 ) - ( ( 1rem + 0.5rem + 0.5rem  ) / 4 ) - 1px );
          top: calc( ( ( 1rem + 0.5rem + 0.5rem ) / 2 ) - ( ( 1rem + 0.5rem + 0.5rem  ) / 4 ) - 1px );
          width: 0.000001rem;
          height: 0.000001rem;
          padding-right: 0rem;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
      [class^="lq-form-group"] > label.radio > input:checked ~ .radiocircle:after,
      [class^="lq-form-group-float"] > label.radio > input:checked ~ .radiocircle:after {
        display: block; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    [class^="lq-form-group"],
    [class^="lq-form-group-float"] {
      align-items: stretch; }
      [class^="lq-form-group"] > label,
      [class^="lq-form-group-float"] > label {
        display: block;
        min-height: 0;
        padding-top: 0.5rem;
        padding-right: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0;
        font-size: 1rem; }
        [class^="lq-form-group"] > label.right,
        [class^="lq-form-group-float"] > label.right {
          text-align: left; } }

[class^="lq-form-group-float"] {
  display: flex;
  justify-content: left;
  align-items: start;
  min-width: 0;
  max-width: 100%; }

/* CMS */
figure.contentImage {
  margin-bottom: 1rem;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }
  figure.contentImage > figcaption {
    font-size: 0.8rem;
    text-align: center; }
  figure.contentImage img {
    width: 100%;
    height: auto;
    border: 0; }

input[type="checkbox"] {
  -webkit-appearance: checkbox !important; }

table {
  border: 0; }
  table.table-100 {
    width: 100%; }
  table.table-label-price {
    width: 100%; }
    table.table-label-price td {
      padding-bottom: 0.6rem; }
      table.table-label-price td:last-child {
        text-align: right;
        min-width: 5rem; }

sup {
  font-size: 0.66em; }

/*!
 * Font Awesome Free 5.0.7 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .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(360deg); } }
.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); }

.fa-flip-horizontal.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 {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

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

.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-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

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

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-algolia:before {
  content: "\f36c"; }

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

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

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

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

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

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

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

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

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

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

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

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

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

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

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

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

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

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

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

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

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

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

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

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

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

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

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

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

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

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-bell:before {
  content: "\f0f3"; }

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

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

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

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

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

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

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

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

.fa-car:before {
  content: "\f1b9"; }

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

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

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

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

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

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

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

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

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

.fa-cc-apple-pay:before {
  content: "\f416"; }

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

.fa-chart-bar:before {
  content: "\f080"; }

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

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

.fa-check:before {
  content: "\f00c"; }

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

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

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cpanel:before {
  content: "\f388"; }

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

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

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

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

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

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

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

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

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

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

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

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

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

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

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

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

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

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

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

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

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

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

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

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

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

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

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

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

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

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

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

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

.fa-gg:before {
  content: "\f260"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

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

.fa-github:before {
  content: "\f09b"; }

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

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

.fa-google-plus-g:before {
  content: "\f0d5"; }

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

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

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

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

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

.fa-id-card:before {
  content: "\f2c2"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-info:before {
  content: "\f129"; }

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

.fa-instagram:before {
  content: "\f16d"; }

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

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

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

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

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

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

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

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

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

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

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

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

.fa-map-marker-alt:before {
  content: "\f3c5"; }

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

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

.fa-mars:before {
  content: "\f222"; }

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

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

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

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

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

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

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

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

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

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

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

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

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

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

.fa-odnoklassniki:before {
  content: "\f263"; }

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

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

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

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

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

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

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

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

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

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

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

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-play:before {
  content: "\f04b"; }

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

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

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

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

.fa-podcast:before {
  content: "\f2ce"; }

.fa-pound-sign:before {
  content: "\f154"; }

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

.fa-print:before {
  content: "\f02f"; }

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

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

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

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

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

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

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

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

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

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

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

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

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

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

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

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

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

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

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

.fa-star:before {
  content: "\f005"; }

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

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-steam-symbol:before {
  content: "\f3f6"; }

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

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

.fa-stop:before {
  content: "\f04d"; }

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

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

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

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

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

.fa-terminal:before {
  content: "\f120"; }

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

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

.fa-th:before {
  content: "\f00a"; }

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

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

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

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

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

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

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

.fa-tint:before {
  content: "\f043"; }

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

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

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

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

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

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

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

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

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

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

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

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

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

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

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-vimeo:before {
  content: "\f40a"; }

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

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

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

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

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

.fa-vuejs:before {
  content: "\f41f"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

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

.fa-window-close:before {
  content: "\f410"; }

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

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

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

.fa-windows:before {
  content: "\f17a"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

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

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

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

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

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

/*!
 * Font Awesome Free 5.0.7 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/fontawesome5/fa-regular-400.eot");
  src: url("../../fonts/fontawesome5/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/fontawesome5/fa-regular-400.woff2") format("woff2"), url("../../fonts/fontawesome5/fa-regular-400.woff") format("woff"), url("../../fonts/fontawesome5/fa-regular-400.ttf") format("truetype"), url("../../fonts/fontawesome5/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.0.7 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/fontawesome5/fa-solid-900.eot");
  src: url("../../fonts/fontawesome5/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/fontawesome5/fa-solid-900.woff2") format("woff2"), url("../../fonts/fontawesome5/fa-solid-900.woff") format("woff"), url("../../fonts/fontawesome5/fa-solid-900.ttf") format("truetype"), url("../../fonts/fontawesome5/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.0.7 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/fontawesome5/fa-brands-400.eot");
  src: url("../../fonts/fontawesome5/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/fontawesome5/fa-brands-400.woff2") format("woff2"), url("../../fonts/fontawesome5/fa-brands-400.woff") format("woff"), url("../../fonts/fontawesome5/fa-brands-400.ttf") format("truetype"), url("../../fonts/fontawesome5/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands'; }

p {
  line-height: 1.5em; }

.navbar-top {
  width: 100%; }
  .navbar-top.fixed {
    position: fixed;
    top: 0; }
  .navbar-top ul, .navbar-top li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .navbar-top .brand > img {
    height: 100%;
    width: auto; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    .navbar-top:not(.always-phone) ul {
      display: flex;
      justify-content: center;
      align-items: stretch; }
      .navbar-top:not(.always-phone) ul > li > a {
        font-size: 1.4rem;
        display: block;
        padding: 0.1em 0.4em 0.1em 0.4em;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; } }
    @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
      .navbar-top:not(.always-phone) ul > li > a {
        font-size: 1rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
      .navbar-top:not(.always-phone) ul > li > ul {
        display: block;
        overflow: hidden;
        position: absolute; }
        .navbar-top:not(.always-phone) ul > li > ul.right {
          right: 0; }
        .navbar-top:not(.always-phone) ul > li > ul > li {
          overflow: hidden;
          height: 0;
          -webkit-transition: all 300ms ease;
          -moz-transition: all 300ms ease;
          -o-transition: all 300ms ease;
          transition: all 300ms ease; }
          .navbar-top:not(.always-phone) ul > li > ul > li > a {
            font-size: 1.12rem;
            display: block;
            padding: 0.1em 0.4em 0.1em 0.4em; } }
        @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
          .navbar-top:not(.always-phone) ul > li > ul > li > a {
            font-size: 0.8rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    .navbar-top:not(.always-phone) .brand {
      height: 1.61rem;
      margin-top: 0.035rem;
      margin-left: 0.035rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .navbar-top:not(.always-phone) .brand {
      height: 1.15rem;
      margin-top: 0.025rem;
      margin-left: 0.025rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    .navbar-top:not(.always-phone).scrolled ul > li > a {
      font-size: 1.12rem;
      padding: 0.1em 0.4em 0.1em 0.4em; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .navbar-top:not(.always-phone).scrolled ul > li > a {
      font-size: 0.8rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    .navbar-top:not(.always-phone).scrolled ul > li > ul > li > a {
      font-size: 1.12rem;
      padding: 0.1em 0.4em 0.1em 0.4em; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .navbar-top:not(.always-phone).scrolled ul > li > ul > li > a {
      font-size: 0.8rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    .navbar-top:not(.always-phone).scrolled .brand {
      height: 1.288rem;
      margin-top: 0.028rem;
      margin-left: 0.028rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .navbar-top:not(.always-phone).scrolled .brand {
      height: 0.92rem;
      margin-top: 0.02rem;
      margin-left: 0.02rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    .navbar-top:not(.always-phone).left ul {
      justify-content: flex-start; }
    .navbar-top:not(.always-phone).right ul {
      justify-content: flex-end; }
    .navbar-top:not(.always-phone).center ul {
      justify-content: center; }
    .navbar-top:not(.always-phone).stretch ul {
      justify-content: space-around; }
    .navbar-top:not(.always-phone).fill ul {
      justify-content: space-between; }
    .navbar-top:not(.always-phone) .phone-toggle {
      display: none; } }
  .navbar-top.always-phone {
    height: 3.6rem;
    /*[class^="columns-"] {
      &.brand {
        position: absolute;
        display: block !important;
      }
    }*/ }
    .navbar-top.always-phone ul {
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
      width: 73vw;
      position: absolute;
      height: 100vh;
      overflow: auto; }
      .navbar-top.always-phone ul.right {
        right: -73vw; }
      .navbar-top.always-phone ul:not(.right) {
        left: -73vw; }
      .navbar-top.always-phone ul > li > a {
        font-size: 1.7rem;
        display: block;
        padding: 0.1em 0.4em 0.1em 0.4em; }
      .navbar-top.always-phone ul > li > ul {
        box-shadow: none;
        position: relative;
        height: auto;
        overflow: auto;
        left: auto !important;
        right: auto !important; }
        .navbar-top.always-phone ul > li > ul > li {
          -webkit-transition: all 300ms ease;
          -moz-transition: all 300ms ease;
          -o-transition: all 300ms ease;
          transition: all 300ms ease; }
          .navbar-top.always-phone ul > li > ul > li > a {
            font-size: 1.36rem;
            display: block;
            padding: 0.1em 0.4em 0.1em 0.4em; }
    .navbar-top.always-phone .phone-toggle {
      cursor: pointer; }
      .navbar-top.always-phone .phone-toggle.left {
        float: left; }
      .navbar-top.always-phone .phone-toggle.right {
        float: right; }
      .navbar-top.always-phone .phone-toggle .phone-toggle-closed {
        display: block; }
      .navbar-top.always-phone .phone-toggle .phone-toggle-open {
        display: none; }
    .navbar-top.always-phone .phone-inactive-layer {
      position: fixed;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: transparent;
      display: none; }
    .navbar-top.always-phone.phone-open ul.right:not(.slide-body) {
      right: 0; }
    .navbar-top.always-phone.phone-open ul:not(.right):not(.slide-body) {
      left: 0; }
    .navbar-top.always-phone.phone-open .phone-inactive-layer {
      display: block; }
    .navbar-top.always-phone.phone-open .phone-toggle .phone-toggle-closed {
      display: none; }
    .navbar-top.always-phone.phone-open .phone-toggle .phone-toggle-open {
      display: block; }
    .navbar-top.always-phone .brand {
      position: absolute;
      display: block !important;
      /*$fontsizeCalcBase: $nav-phone-menu-height - (strip-unit(nth($nav-item-padding, 1)) * $nav-font-size-phone * 2 )*/
      height: 3.749rem;
      margin-top: 0.0815rem;
      margin-left: 0.0815rem;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .navbar-top.always-phone .brand > img {
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .navbar-top {
      height: 3.6rem;
      /*[class^="columns-"] {
        &.brand {
          position: absolute;
          display: block !important;
        }
      }*/ }
      .navbar-top ul {
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        width: 73vw;
        position: absolute;
        height: 100vh;
        overflow: auto; }
        .navbar-top ul.right {
          right: -73vw; }
        .navbar-top ul:not(.right) {
          left: -73vw; }
        .navbar-top ul > li > a {
          font-size: 1.7rem;
          display: block;
          padding: 0.1em 0.4em 0.1em 0.4em; }
        .navbar-top ul > li > ul {
          box-shadow: none;
          position: relative;
          height: auto;
          overflow: auto;
          left: auto !important;
          right: auto !important; }
          .navbar-top ul > li > ul > li {
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease; }
            .navbar-top ul > li > ul > li > a {
              font-size: 1.36rem;
              display: block;
              padding: 0.1em 0.4em 0.1em 0.4em; }
      .navbar-top .phone-toggle {
        cursor: pointer; }
        .navbar-top .phone-toggle.left {
          float: left; }
        .navbar-top .phone-toggle.right {
          float: right; }
        .navbar-top .phone-toggle .phone-toggle-closed {
          display: block; }
        .navbar-top .phone-toggle .phone-toggle-open {
          display: none; }
      .navbar-top .phone-inactive-layer {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: transparent;
        display: none; }
      .navbar-top.phone-open ul.right:not(.slide-body) {
        right: 0; }
      .navbar-top.phone-open ul:not(.right):not(.slide-body) {
        left: 0; }
      .navbar-top.phone-open .phone-inactive-layer {
        display: block; }
      .navbar-top.phone-open .phone-toggle .phone-toggle-closed {
        display: none; }
      .navbar-top.phone-open .phone-toggle .phone-toggle-open {
        display: block; }
      .navbar-top .brand {
        position: absolute;
        display: block !important;
        /*$fontsizeCalcBase: $nav-phone-menu-height - (strip-unit(nth($nav-item-padding, 1)) * $nav-font-size-phone * 2 )*/
        height: 3.749rem;
        margin-top: 0.0815rem;
        margin-left: 0.0815rem;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
        .navbar-top .brand > img {
          -webkit-transition: all 300ms ease;
          -moz-transition: all 300ms ease;
          -o-transition: all 300ms ease;
          transition: all 300ms ease; } }

.navbar-top {
  z-index: 10;
  background: none;
  color: #000;
  font-family: "special_eliteregular"; }
  .navbar-top a {
    color: #000;
    text-decoration: none; }
    .navbar-top a:hover {
      color: #a71515; }
    .navbar-top a.active {
      color: #a71515; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .navbar-top .main-menu-list {
      background: none !important;
      background-image: url("../../img/layout/mobile-paper.png") !important;
      background-color: transparent !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: top right !important;
      margin-top: 5rem !important;
      padding-top: 2rem !important;
      height: calc( 100vh - 5.2rem ) !important; }
      .navbar-top .main-menu-list > li > a {
        padding: 0.2em 0.4em 0.2em 0.4em !important; } }
  .navbar-top .menu-center {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-image: url(../../img/layout/top-paper.png);
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
      .navbar-top .menu-center {
        transform-origin: 0 0;
        transform: rotate(-5deg);
        padding: 2.8rem 2rem 1rem 2rem !important; } }
    @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
      .navbar-top .menu-center {
        padding: 2rem 1.6rem 0.2rem 1.6rem !important; } }
    @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
      .navbar-top .menu-center {
        height: 4.1rem; } }
  .navbar-top #top-images {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: absolute;
    width: 100%; }
    @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
      .navbar-top #top-images {
        top: -10rem; }
        .navbar-top #top-images > img.paper {
          width: 100%;
          height: auto; } }
    @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
      .navbar-top #top-images {
        overflow: hidden; }
        .navbar-top #top-images > img.paper {
          width: auto;
          height: 3.6rem; } }
  .navbar-top .row > .column-25,
  .navbar-top .row > .column-50 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    .navbar-top.scrolled .row > .column-25 {
      ms-flex: 0 0 10%;
      flex: 0 0 10%;
      max-width: 10%; }
    .navbar-top.scrolled .row > .column-50 {
      ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%; } }
  @media (min-width: 1025px) {
    .navbar-top.scrolled .row > .column-50 {
      height: 4.2rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .navbar-top.scrolled .row > .column-50 {
      height: 2.9rem; } }
  .navbar-top.scrolled .menu-center {
    transform-origin: 0 0;
    transform: rotate(0deg);
    padding: 2.8rem 2rem 1rem 2rem !important; }
    @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
      .navbar-top.scrolled .menu-center {
        padding: 2rem 1.6rem 0.2rem 1.6rem !important; } }
  @media (min-width: 1025px) {
    .navbar-top.scrolled #top-images {
      top: -0.9rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .navbar-top.scrolled #top-images {
      top: -0.7rem; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .navbar-top.scrolled #top-images {
      top: -0.9rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    .navbar-top a.extern {
      background: #1e3c00;
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      color: #ffffff;
      position: relative;
      margin-top: 0.3rem;
      margin-bottom: 0.2rem;
      line-height: 1.0rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (min-width: 1025px), (min-width: 1025px) and (min-width: 1025px) {
    .navbar-top a.extern {
      font-size: 0.9rem !important;
      padding: 0.3rem 0.3rem 0.15rem 1.7rem !important; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .navbar-top a.extern {
      font-size: 0.7rem !important;
      padding: 0.2rem 0.3rem 0 1.5rem !important; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
      .navbar-top a.extern > span {
        display: block;
        position: absolute;
        font-size: 150%;
        line-height: 0;
        padding: 0.4rem 0 0 0;
        left: 0.6rem; }
        .navbar-top a.extern > span.rows2 {
          padding: 1.1rem 0 0 0; }
    .navbar-top ul {
      /*display: block !important;
      column-count: 3;
      column-gap: 1rem;*/
      justify-content: space-between;
      flex-direction: column;
      flex-wrap: wrap; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (min-width: 1025px), (min-width: 1025px) and (min-width: 1025px) {
    .navbar-top ul {
      max-height: 7rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .navbar-top ul {
      max-height: 5rem; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
      .navbar-top ul > li {
        /*& > a.extern{
          &>span{
            padding: 0.4em 0 0 0;
          }
        }
        &> ul{
          background: $color-mayor;
          color: $color-font-on-mayor;
        }*/ } }
@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (min-width: 1025px), (min-width: 1025px) and (min-width: 1025px) {
  .navbar-top.scrolled a.extern {
    font-size: 0.8rem !important;
    padding: 0.2rem 0.6rem 0.1rem 1.5rem !important;
    margin-top: 0.2rem; }
    .navbar-top.scrolled a.extern > span {
      padding: 0.5rem 0 0 0; } }
@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
  .navbar-top.scrolled a.extern {
    font-size: 0.7rem !important;
    line-height: 1;
    padding: 0.3rem 0.6rem 0.2rem 1.3rem !important;
    margin-top: 0rem; }
    .navbar-top.scrolled a.extern > span {
      padding: 0.3rem 0 0 0; } }

  .navbar-top .phone-toggle {
    width: 2.5em;
    height: 2.5em;
    position: relative;
    margin-top: 0.2rem;
    margin-right: 1rem; }
    .navbar-top .phone-toggle > .phone-toggle-open, .navbar-top .phone-toggle > .phone-toggle-closed {
      color: #1e3c00;
      font-size: 2.5em; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .navbar-top ul {
      text-align: left;
      background: #ffffff; } }
  .navbar-top.always-phone ul {
    background: #ffffff; }
  .navbar-top .brand {
    margin: 0 !important;
    text-align: right;
    padding-top: 0 !important; }
    .navbar-top .brand > a {
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
      display: inline-block;
      margin-right: 0; }
      .navbar-top .brand > a > img {
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
  .navbar-top .top-book-wrapper {
    display: block;
    position: absolute;
    width: 100%; }
    .navbar-top .top-book-wrapper > .top-book {
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
      display: block;
      position: relative; }
      @media (min-width: 1025px) {
        .navbar-top .top-book-wrapper > .top-book {
          left: 4rem; } }
      @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
        .navbar-top .top-book-wrapper > .top-book {
          left: 3rem; } }
      .navbar-top .top-book-wrapper > .top-book > img {
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
        @media (min-width: 1025px) {
          .navbar-top .top-book-wrapper > .top-book > img {
            height: 16rem; } }
        @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
          .navbar-top .top-book-wrapper > .top-book > img {
            height: 12rem; } }
      .navbar-top .top-book-wrapper > .top-book a {
        font-size: 125%;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        transform-origin: 0 0;
        transform: rotate(-5deg);
        position: absolute; }
        @media (min-width: 1025px) {
          .navbar-top .top-book-wrapper > .top-book a {
            bottom: 5.3rem;
            left: -4.6rem;
            width: 12.1rem; } }
        @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
          .navbar-top .top-book-wrapper > .top-book a {
            bottom: 4rem;
            left: -2.4rem;
            width: 10rem; } }
      .navbar-top .top-book-wrapper > .top-book .no-sticky {
        display: inline; }
  @media (min-width: 1025px) {
    .navbar-top .brand img {
      height: 16.8rem; }
    .navbar-top ul {
      margin-top: 1.1rem; }
    .navbar-top.scrolled ul {
      margin-top: -2.0rem;
      max-height: 3rem;
      width: 95%;
      margin-left: 3%; }
      .navbar-top.scrolled ul > li > a {
        margin-left: 1rem; }
    .navbar-top.scrolled .brand > a > img {
      height: 5.6rem; }
    .navbar-top.scrolled .top-book {
      left: 1rem; }
      .navbar-top.scrolled .top-book > img {
        height: 6rem; }
      .navbar-top.scrolled .top-book a {
        font-size: 75% !important;
        transform-origin: 0 0;
        transform: rotate(0deg);
        left: -1.5rem;
        width: 7.9rem;
        line-height: 1.1;
        bottom: 2.2rem; }
        .navbar-top.scrolled .top-book a .rows2 {
          padding-top: 0.4rem !important; }
      .navbar-top.scrolled .top-book .no-sticky {
        display: none; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .navbar-top .brand img {
      height: 13.0rem; }
    .navbar-top ul {
      margin-top: 0.9rem;
      margin-bottom: 0.4rem; }
    .navbar-top.scrolled ul {
      margin-top: -1.6rem;
      max-height: 2.2rem;
      width: 95%;
      margin-left: 3%; }
      .navbar-top.scrolled ul > li > a {
        margin-left: 0.6rem; }
    .navbar-top.scrolled .brand > a > img {
      height: 5rem; }
    .navbar-top.scrolled .top-book {
      left: 1rem; }
      .navbar-top.scrolled .top-book > img {
        height: 6rem; }
      .navbar-top.scrolled .top-book a {
        font-size: 75% !important;
        transform-origin: 0 0;
        transform: rotate(0deg);
        left: -3.3rem;
        width: 7.9rem;
        line-height: 1.1;
        bottom: 2.2rem; }
        .navbar-top.scrolled .top-book a .rows2 {
          padding-top: 0.4rem !important; }
      .navbar-top.scrolled .top-book .no-sticky {
        display: none; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .navbar-top .brand {
      z-index: 1; }
      .navbar-top .brand img {
        height: 4.8rem; } }

[class^="column-"] {
  position: relative; }

body {
  font-family: "courier_primeregular";
  background-image: url("../../img/layout/bg-paper.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fffef7;
  background-size: 100%;
  color: #000000;
  /*&.index{
    background: $green;
    color: $white;
  }*/
  text-align: left; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    body {
      padding-top: 21vw; } }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    body {
      padding-top: 5.2rem;
      padding-bottom: 2rem;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto; } }

h1 {
  color: #a71515; }

h2, h3 {
  color: #1e3c00; }

strong {
  font-family: "courier_primebold"; }

footer {
  font-family: "special_eliteregular"; }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
  .content-first {
    /*margin-top: 13vw;*/ }

  footer {
    padding-top: 5rem;
    padding-bottom: 1rem; } }
@media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
  .content {
    padding-left: 1rem;
    padding-right: 1rem; }

  footer {
    display: none; } }
.index-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

.index-logo-image {
  margin-bottom: 1rem; }

a {
  cursor: pointer !important;
  color: #1e3c00;
  text-decoration: underline; }
  a:hover {
    color: #a71515; }
  a.link-button {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-family: "special_eliteregular";
    background: #ffffff;
    color: #1e3c00;
    display: inline-block;
    text-decoration: none !important;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    padding: 0.5em 1em; }
    a.link-button:hover {
      -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
      -o-transform: scale(0.98);
      transform: scale(0.98);
      /*filter: brightness(85%);*/
      color: #ffffff;
      background: #a71515; }
    a.link-button.green {
      background: #1e3c00;
      color: #ffffff; }
      a.link-button.green:hover {
        color: #ffffff;
        background: #a71515; }

.text-small {
  font-size: 70%; }

input, textarea, select, a {
  outline: none; }

.excellent-selectors {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .excellent-selectors > a {
    display: inline-block;
    margin: 0 0.5rem 0.5rem 0;
    /*padding: 0.5rem;
    border: 1px solid $green;
    background: transparent;
    color: $black;
    text-decoration: none !important;*/ }
    .excellent-selectors > a.active {
      background: #a71515;
      color: #ffffff; }

.excellent-search {
  margin-bottom: 1rem; }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
  .excellent-list {
    column-count: 3;
    column-gap: 1rem; } }

.excellent-list-item {
  margin-bottom: 0.5em; }
  .excellent-list-item.active {
    color: #a71515; }
    .excellent-list-item.active > a {
      color: #a71515; }

input {
  font-family: "special_eliteregular";
  font-size: 1rem;
  padding: 0.5rem;
  border: 0;
  background: transparent;
  color: #000000;
  border-bottom: 1px solid #1e3c00; }
  input:focus {
    border-bottom: 1px solid #a71515; }

.detail-text {
  margin-top: 1rem !important; }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    .detail-text .contentImage {
      padding-right: 1rem !important; } }

.detail-songs {
  margin-top: 1rem; }
  .detail-songs h2.bottom-margin {
    margin-top: 1rem !important;
    margin-bottom: 0.4rem !important; }
  .detail-songs h3.bottom-margin {
    margin-bottom: 0.4rem !important; }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
  .detail-list {
    padding-right: 1rem !important; } }

.detail-player {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .detail-player .ws-audio-controls > .progress > .bar {
    background-color: #1e3c00; }

.text-red {
  color: #a71515; }

@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
  .top-book-column {
    padding-top: 0 !important; } }
.row {
  margin: 0 -0.5rem;
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-width: 100%; }
  .row.reverse {
    flex-direction: row-reverse; }
  .row.start {
    justify-content: flex-start; }
  .row.end {
    justify-content: flex-end; }
  .row.space-between {
    justify-content: space-between; }
  .row.space-around {
    justify-content: space-around; }
  .row.space-evenly {
    justify-content: space-evenly; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) {
      display: block;
      margin: 0; } }
  .row > .column-5 {
    ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
    padding: 0.5rem 0.5rem; }
    .row > .column-5.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-5 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-5-tablet {
      ms-flex: 0 0 5%;
      flex: 0 0 5%;
      max-width: 5%;
      padding: 0.5rem 0.5rem; }
      .row > .column-5-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-5-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-5-desktop {
      ms-flex: 0 0 5%;
      flex: 0 0 5%;
      max-width: 5%;
      padding: 0.5rem 0.5rem; }
      .row > .column-5-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-5-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-10 {
    ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    padding: 0.5rem 0.5rem; }
    .row > .column-10.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-10 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-10-tablet {
      ms-flex: 0 0 10%;
      flex: 0 0 10%;
      max-width: 10%;
      padding: 0.5rem 0.5rem; }
      .row > .column-10-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-10-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-10-desktop {
      ms-flex: 0 0 10%;
      flex: 0 0 10%;
      max-width: 10%;
      padding: 0.5rem 0.5rem; }
      .row > .column-10-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-10-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-8 {
    ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0.5rem 0.5rem; }
    .row > .column-8.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-8 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-8-tablet {
      ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
      padding: 0.5rem 0.5rem; }
      .row > .column-8-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-8-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-8-desktop {
      ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
      padding: 0.5rem 0.5rem; }
      .row > .column-8-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-8-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-16 {
    ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0.5rem 0.5rem; }
    .row > .column-16.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-16 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-16-tablet {
      ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
      padding: 0.5rem 0.5rem; }
      .row > .column-16-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-16-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-16-desktop {
      ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
      padding: 0.5rem 0.5rem; }
      .row > .column-16-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-16-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-20 {
    ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.5rem 0.5rem; }
    .row > .column-20.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-20 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-20-tablet {
      ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      padding: 0.5rem 0.5rem; }
      .row > .column-20-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-20-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-20-desktop {
      ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      padding: 0.5rem 0.5rem; }
      .row > .column-20-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-20-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-25 {
    ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0.5rem 0.5rem; }
    .row > .column-25.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-25 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-25-tablet {
      ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      padding: 0.5rem 0.5rem; }
      .row > .column-25-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-25-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-25-desktop {
      ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      padding: 0.5rem 0.5rem; }
      .row > .column-25-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-25-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-30 {
    ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0.5rem 0.5rem; }
    .row > .column-30.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-30 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-30-tablet {
      ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
      padding: 0.5rem 0.5rem; }
      .row > .column-30-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-30-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-30-desktop {
      ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
      padding: 0.5rem 0.5rem; }
      .row > .column-30-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-30-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-33 {
    ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0.5rem 0.5rem; }
    .row > .column-33.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-33 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-33-tablet {
      ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      padding: 0.5rem 0.5rem; }
      .row > .column-33-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-33-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-33-desktop {
      ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      padding: 0.5rem 0.5rem; }
      .row > .column-33-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-33-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-40 {
    ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0.5rem 0.5rem; }
    .row > .column-40.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-40 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-40-tablet {
      ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%;
      padding: 0.5rem 0.5rem; }
      .row > .column-40-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-40-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-40-desktop {
      ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%;
      padding: 0.5rem 0.5rem; }
      .row > .column-40-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-40-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-41 {
    ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0.5rem 0.5rem; }
    .row > .column-41.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-41 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-41-tablet {
      ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
      padding: 0.5rem 0.5rem; }
      .row > .column-41-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-41-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-41-desktop {
      ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
      padding: 0.5rem 0.5rem; }
      .row > .column-41-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-41-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-50 {
    ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0.5rem 0.5rem; }
    .row > .column-50.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-50 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-50-tablet {
      ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0.5rem 0.5rem; }
      .row > .column-50-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-50-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-50-desktop {
      ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0.5rem 0.5rem; }
      .row > .column-50-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-50-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-60 {
    ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0.5rem 0.5rem; }
    .row > .column-60.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-60 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-60-tablet {
      ms-flex: 0 0 60%;
      flex: 0 0 60%;
      max-width: 60%;
      padding: 0.5rem 0.5rem; }
      .row > .column-60-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-60-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-60-desktop {
      ms-flex: 0 0 60%;
      flex: 0 0 60%;
      max-width: 60%;
      padding: 0.5rem 0.5rem; }
      .row > .column-60-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-60-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-58 {
    ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0.5rem 0.5rem; }
    .row > .column-58.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-58 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-58-tablet {
      ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
      padding: 0.5rem 0.5rem; }
      .row > .column-58-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-58-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-58-desktop {
      ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
      padding: 0.5rem 0.5rem; }
      .row > .column-58-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-58-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-66 {
    ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0.5rem 0.5rem; }
    .row > .column-66.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-66 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-66-tablet {
      ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
      padding: 0.5rem 0.5rem; }
      .row > .column-66-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-66-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-66-desktop {
      ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
      padding: 0.5rem 0.5rem; }
      .row > .column-66-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-66-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-70 {
    ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0.5rem 0.5rem; }
    .row > .column-70.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-70 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-70-tablet {
      ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%;
      padding: 0.5rem 0.5rem; }
      .row > .column-70-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-70-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-70-desktop {
      ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%;
      padding: 0.5rem 0.5rem; }
      .row > .column-70-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-70-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-75 {
    ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0.5rem 0.5rem; }
    .row > .column-75.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-75 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-75-tablet {
      ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
      padding: 0.5rem 0.5rem; }
      .row > .column-75-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-75-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-75-desktop {
      ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
      padding: 0.5rem 0.5rem; }
      .row > .column-75-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-75-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-80 {
    ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding: 0.5rem 0.5rem; }
    .row > .column-80.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-80 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-80-tablet {
      ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%;
      padding: 0.5rem 0.5rem; }
      .row > .column-80-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-80-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-80-desktop {
      ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%;
      padding: 0.5rem 0.5rem; }
      .row > .column-80-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-80-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-83 {
    ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0.5rem 0.5rem; }
    .row > .column-83.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-83 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-83-tablet {
      ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
      padding: 0.5rem 0.5rem; }
      .row > .column-83-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-83-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-83-desktop {
      ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
      padding: 0.5rem 0.5rem; }
      .row > .column-83-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-83-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-91 {
    ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0.5rem 0.5rem; }
    .row > .column-91.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-91 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-91-tablet {
      ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
      padding: 0.5rem 0.5rem; }
      .row > .column-91-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-91-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-91-desktop {
      ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
      padding: 0.5rem 0.5rem; }
      .row > .column-91-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-91-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-90 {
    ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    padding: 0.5rem 0.5rem; }
    .row > .column-90.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-90 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-90-tablet {
      ms-flex: 0 0 90%;
      flex: 0 0 90%;
      max-width: 90%;
      padding: 0.5rem 0.5rem; }
      .row > .column-90-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-90-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-90-desktop {
      ms-flex: 0 0 90%;
      flex: 0 0 90%;
      max-width: 90%;
      padding: 0.5rem 0.5rem; }
      .row > .column-90-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-90-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  .row > .column-100 {
    ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0.5rem 0.5rem; }
    .row > .column-100.no-gap {
      padding: 0; }
  @media (max-width: 768px), (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row:not(.phone) > .column-100 {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) {
    .row > .column-100-tablet {
      ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0.5rem 0.5rem; }
      .row > .column-100-tablet.no-gap {
        padding: 0; } }
  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px), (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-100-tablet {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 1025px) {
    .row > .column-100-desktop {
      ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0.5rem 0.5rem; }
      .row > .column-100-desktop.no-gap {
        padding: 0; } }
  @media (min-width: 1025px) and (max-width: 768px), (min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000) {
    .row > .column-100-desktop {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

  @media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px), (min-width: 1025px) {
    .row:not(.phone) > [class^="column-"] > [class^="lq-form-group"] {
      margin-right: calc( -0.5rem - 1px ); } }
