/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: hsl(132.52173913043478, 50.6607929515%, 94.5098039216%);
  --color-mtp-med: hsl(42.46913580246913, 100%, 94.8529411765%);
  --color-mtp-near: hsl(0, 72.268907563%, 95.8333333333%);

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.header-MptC5 {
  height: 48px;
  background: #253e58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-size: 11px;
  color: #e6e9ef;
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
}

.header-MptC5 .headerLabel-NBP6u {
    border-right: 1px solid #1c3247;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    line-height: 32px;
    padding: 8px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.header-MptC5 .headerLabel-NBP6u svg.arrow-ZrbE4 {
      float: right;
      width: 15px;
      height: 16px;
      fill: #fff;
      margin: 8px 0;
    }

.header-MptC5 .headerLabel-NBP6u .liveOn-PkqxB {
      padding-right: 4px;
      color: #93afcd;
    }

.header-MptC5 .headerButton-utoFb {
    width: 64px;
    height: 32px;
    margin: 8px;
    border: none;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    cursor: pointer;
  }

.header-MptC5 .headerButton-utoFb:focus {
      outline: none;
    }

.dropDownList-PTwFy {
  top: 48px;
  z-index: 50;
  left: 0;
  position: absolute;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 32px;
  max-height: 360px;
  overflow-y: auto;
}

.dropDownChannelSection-lyH8S {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #000;
  border-bottom: 1px solid #e6e9ef;
  width: 320px;
  height: 32px;
  font-size: 12px;
  margin: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.dropDownChannelSection-lyH8S svg {
    padding: 0 5px;
  }

.dropDownChannelSection-lyH8S svg path {
      fill: #333;
    }

.dropDownChannelSection-lyH8S:nth-child(even) {
    background: #f6f6f6;
  }

.dropDownItem-_FZEV {
  width: 320px;
  color: #000;
  border-bottom: 1px solid #e6e9ef;
}

.dropDownLabel-bPIbJ {
  background: #fff;
  font-size: 12px;
  color: #333;
  padding: 0 16px;
  text-transform: uppercase;
}

.showDropDownList-trWio {
  display: block;
}

.videoWrapper-Do1nd {
  height: auto;
  width: 224px;
  text-align: center;
  position: relative;
}

.loginVideoWrapper-iZYmR {
  position: relative;
  width: 224px;
  text-align: center;
  height: 173px;
  background: url(/lhn/assets/c39327a3f2d4cf37ff85.png) no-repeat;
  background-size: cover;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.loginVideoWrapper-iZYmR .overlay-_N7Ja {
    height: 100%;
  }

.overlay-_N7Ja,
.disableOverlay-COh0k {
  height: auto;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.overlay-_N7Ja svg, .disableOverlay-COh0k svg {
    height: 40px;
    width: 40px;
  }

.overlay-_N7Ja svg path:first-of-type, .disableOverlay-COh0k svg path:first-of-type {
      fill: transparent;
    }

.overlay-_N7Ja svg path, .disableOverlay-COh0k svg path {
      fill: #fff;
    }

.overlay-_N7Ja {
  opacity: 0.8;
  background-color: #253e58;
}

.disableOverlay-COh0k {
  opacity: 0.9;
  background-color: #1c3247;
}

.disableOverlay-COh0k path {
    fill-opacity: 0.5;
  }

.videoContainer-u7SCB {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 125px;
  max-height: 168px;
  background: url(/lhn/assets/c39327a3f2d4cf37ff85.png) no-repeat;
  background-size: cover;
}

.videoStyle-XPP66 {
  min-height: 125px;
  height: auto;
  background-color: #253e58;
  opacity: 1;
}

.videoStyle-XPP66 button svg {
      height: 40px;
      width: 40px;
    }

.loginLabel-SDOaf {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.loginLink-OS7bn {
  padding: 0 5px;
  color: #4491e1;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: hsl(132.52173913043478, 50.6607929515%, 94.5098039216%);
  --color-mtp-med: hsl(42.46913580246913, 100%, 94.8529411765%);
  --color-mtp-near: hsl(0, 72.268907563%, 95.8333333333%);

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.trackSelectorListLi-zk9aA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  font-size: 12px;
  margin: 0;
}

.trackSelectorListLi-zk9aA a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }

.trackSelectorListLi-zk9aA:nth-of-type(odd) {
    background-color: #f6f6f6;
  }

.trackSelectorListLi-zk9aA:nth-of-type(even) {
    background-color: #fff;
  }

.trackSelectorListName-SXA5y {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 16px;
  padding-right: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.trackSelectorListLiHarness-OdlAv {
  margin-left: auto;
  font-size: 12px;
}

.trackSelectorListLiRace-wukao {
  margin: 0 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.trackSelectorListLiRace-wukao strong {
    font-family: 'Arial-MT', Arial, sans-serif;
    font-weight: bold;
    margin-right: 2px;
  }

.trackSelectorListMTP-HRq0q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 20%;
  text-align: right;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 16px;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: hsl(132.52173913043478, 50.6607929515%, 94.5098039216%);
  --color-mtp-med: hsl(42.46913580246913, 100%, 94.8529411765%);
  --color-mtp-near: hsl(0, 72.268907563%, 95.8333333333%);

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.trackSelectorListLi-rewLD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  font-size: 12px;
  margin: 0;
}

.trackSelectorListLi-rewLD a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }

.trackSelectorListLi-rewLD:nth-of-type(odd) {
    background-color: #f6f6f6;
  }

.trackSelectorListLi-rewLD:nth-of-type(even) {
    background-color: #fff;
  }

.trackSelectorListName-XEP1Z {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 16px;
  padding-right: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.trackSelectorListLiHarness-enUhx {
  margin-left: auto;
  font-size: 12px;
}

.trackSelectorListLiRace-n7cRZ {
  margin: 0 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.trackSelectorListLiRace-n7cRZ strong {
    font-family: 'Arial-MT', Arial, sans-serif;
    font-weight: bold;
    margin-right: 2px;
  }

.trackSelectorListMTP-VrYEg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 20%;
  text-align: right;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 16px;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: hsl(132.52173913043478, 50.6607929515%, 94.5098039216%);
  --color-mtp-med: hsl(42.46913580246913, 100%, 94.8529411765%);
  --color-mtp-near: hsl(0, 72.268907563%, 95.8333333333%);

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.trackSelectorListLabel-Quqyq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding-left: 8px;
  background-color: color-mod(#38ab50 l(+50%));
  font-family: 'Arial-MT', Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #fff;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: hsl(132.52173913043478, 50.6607929515%, 94.5098039216%);
  --color-mtp-med: hsl(42.46913580246913, 100%, 94.8529411765%);
  --color-mtp-near: hsl(0, 72.268907563%, 95.8333333333%);

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.dropDownComponent-nSnFi {
  position: relative;
  display: block;
  background-color: #fff;
  padding-bottom: 32px;
  max-height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
}

.dropDownChannelSection-UpaCz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #000;
  border-bottom: 1px solid #e6e9ef;
  width: 320px;
  height: 32px;
  font-size: 12px;
  margin: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.dropDownChannelSection-UpaCz svg {
    padding: 0 5px;
  }

.dropDownChannelSection-UpaCz svg path {
      fill: #333;
    }

.dropDownChannelSection-UpaCz:nth-child(even) {
    background: #f6f6f6;
  }

.dropDownItem-G75Pg {
  width: 320px;
  color: #000;
  border-bottom: 1px solid #e6e9ef;
}

.dropDownLabel-OjJTK {
  background: #fff;
  font-size: 12px;
  color: #333;
  padding: 0 16px;
  text-transform: uppercase;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

:root {
  --dropSideWidth: 320px;
  --dropSideHeight: 360px;
}

.dropSideMainWrapper-Eldgr {
  position: absolute;
  display: none;
  top: 0;
  right: -var(--dropSideWidth);
  width: 320px;
  height: 360px;
}

.dropSideMainWrapper-Eldgr::before {
    content: " ";
    position: absolute;
    top: 20px;
    bottom: auto;
    bottom: initial;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 1;
    display: none;
  }

.upsideDown-U0K24::before {
    bottom: 20px;
    top: auto;
    top: initial;
  }

.customDropDownList-_K1v6.customStyling-GYqQS {
  top: 0;
}

.dropSideMainWrapperVisible-M3w0Q {
  display: block;
}

.dropSideMainWrapperVisible-M3w0Q::before {
    display: block;
  }

.dropDownLabel-cVpFz {
  background-color: #fff;
  font-size: 14px;
  padding: 0 16px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: 'UniversLT-CondensedBold';
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

:root {
  --titleColor: #194879;
  --leftBarWidth: 224px;
  --withLeftBar: 211px;
  --topBarHeight: 76px;
  --topBarHeight4nj: 68px;
  --centralSectionWidth: 1024px;
  --itemHeight: 40px;
}

@media (max-width: 1255px) {
  .leftNavBar-zTV1m.leftNavBarHide-tq8rP {
    left: -999px;
    height: calc(100% - 76px);
    top: 76px;
  }

  .leftNavBar-zTV1m.leftNavBarHide-tq8rP.nj-PUodE {
    height: calc(100% - 68px);
    top: 68px;
  }
}

@media (min-width: 1190px) and (max-width: 1255px) {
  .leftNavBar-zTV1m.leftNavBarHide-tq8rP.showLhnOnHamburguer-JbDIx {
    left: 0;
  }
}

@media (max-width: 1190px) {
  .leftNavBar-zTV1m.leftNavBarHide-tq8rP.showLhnOnHamburguer-JbDIx {
    left: 253px;
  }
}

.leftNavBar-zTV1m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Arial-MT', Arial, sans-serif;
  font-size: 12px;
  position: fixed;
  width: 224px;
  top: 76px;
  bottom: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.leftNavBar-zTV1m.nj-PUodE {
    height: calc(100% - 68px);
    top: calc(68px + 8px);
  }

.leftNavBar-zTV1m > nav {
    border-radius: 4px;
    background-color: #1c3247;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
        -ms-flex: 1 0;
            flex: 1 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    position: relative;
  }

.leftNavBar-zTV1m .leftBarFeaturedRaces-FdYmC {
    max-height: calc(100% - 40px);
    width: 224px;
  }

.leftNavBar-zTV1m .leftNavContent-kWoB6 {
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100 100%;
        -ms-flex: 0 100 100%;
            flex: 0 100 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #1c3247;
    height: 100%;
    min-height: 48px;
  }

.leftNavBar-zTV1m * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: baseline;
  }

@media (min-width: 1268px) {
  .leftNavBar-zTV1m {
    left: 50%;
    -webkit-transform: translate3d(-628px, 0, 0);
            transform: translate3d(-628px, 0, 0);
  }
}

.quickLinksContainer-Yd3vV {
  background-color: #112a44;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: hsl(132.52173913043478, 50.6607929515%, 94.5098039216%);
  --color-mtp-med: hsl(42.46913580246913, 100%, 94.8529411765%);
  --color-mtp-near: hsl(0, 72.268907563%, 95.8333333333%);

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.mtp-BUx9G {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  background-color: transparent;
  border-radius: 2px;
}

.mtp-BUx9G.mtp-near-tGwxF {
    background-color: color-mod(#de3232 l(+42.5%));
  }

.mtp-BUx9G.mtp-med-OJvRz {
    background-color: color-mod(#ffb80c l(+42.5%));
  }

.mtp-BUx9G.mtp-far-TJTIQ {
    background-color: color-mod(#38ab50 l(+50%));
  }

.mtp-BUx9G.mobile-o1TAE {
    border-radius: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

.mtp-BUx9G.mobile-o1TAE .iconMtp-TJtKk {
      margin-top: 21px;
      height: 24px;
      width: 24px;
    }

.mtp-BUx9G.mobile-o1TAE .label-clQII {
      margin-top: 0;
    }

.mtp-BUx9G.mobile-o1TAE .time-HbK2y {
      margin-top: 50%;
    }

.mtp-BUx9G.mobile-o1TAE .live-sqJkO {
      margin-top: 50%;
      font-size: 12px;
    }

.mtp-BUx9G.cancelled-_V1aJ .label-clQII {
      font-size: 8px;
    }

.iconMtp-TJtKk {
  height: 40px;
  width: 40px;
  fill: #fff;
  margin: 0 0 8px;
}

.iconMtp-TJtKk.inline-ePGBh {
    height: 16px;
    width: 16px;
    fill: #000;
    margin: 0 0 5px;
  }

.iconMtp-TJtKk.fillGrey-wi7Sa {
    fill: #666;
  }

.iconMtp-TJtKk.noIcon-a_SAp {
    display: none;
  }

.label-clQII {
  margin-top: 6px;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
}

.live-sqJkO {
  font-size: 14px;
  font-weight: bold;
  background-color: #38ab50;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  padding: 5px;
  line-height: 0.93;
  letter-spacing: -0.4px;
}

.time-HbK2y {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #333;
  text-transform: uppercase;
}

.minutes-V4qnk {
  font-size: 14px;
  font-weight: bold;
  text-transform: lowercase;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

:root {
  --default-gutter-size: 16px;
  --stopwatch-size: 14px;
  --stopwatchOverlaySize: 7px;
}

.raceWrapper-IxyoY {
  margin-bottom: 1px;
  height: 56px;
  overflow: hidden;
}

.greyhoundLabel-u_Re3 {
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  width: 100%;
  margin-top: 4px;
  color: #93afcd;
}

.mtpClass-IJQwN {
  font-size: 10px;
}

.onTvg-QSk5M {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  color: #93afcd;
  font-weight: bold;
  margin-bottom: 4px;
}

.onTvg-QSk5M span {
    margin-right: 6px;
  }

.onTvg-QSk5M svg {
    fill: white;
  }

.goToRace-_Jc4F {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  width: 100%;
  margin: 0;
}

.lhnRace-SFs4e {
  background-color: #253e58;
  padding: 0 0 0 11px;
  text-transform: uppercase;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: initial;
  -webkit-justify-content: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.lhnRace-SFs4e:hover {
    background-color: #304760;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }

.lhnRace-SFs4e .raceOff-aMh0L {
    width: 32px;
    height: 24px;
    border-radius: 2px;
    background-color: #38ab50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

.lhnRace-SFs4e .raceOffLabel-o5H4W {
    display: block;
    width: 32px;
    height: 18px;
    font-size: 10px;
    line-height: 0.9;
    letter-spacing: -0.3px;
    text-align: center;
    text-transform: uppercase;
  }

.lhnRace-SFs4e .leftSection-_L4Vy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    line-height: normal;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42px;
        -ms-flex: 0 0 42px;
            flex: 0 0 42px;
    overflow: hidden;
    height: 56px;
  }

.lhnRace-SFs4e .live-U3ZBM {
    font-size: 10px;
    line-height: 1em;
    padding: 2px 3px;
    font-weight: bold;
  }

.lhnRace-SFs4e .rightSection-gNsPc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: normal;
    padding-left: 8px;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 56px;
    width: 100%;
  }

.lhnRace-SFs4e .raceStructLine-rljhf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }

.lhnRace-SFs4e .trackRaceName-zshPt {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

.lhnRace-SFs4e .description-H4o0z {
    color: #ffb80c;
    font-size: 12px;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 130px;
    text-align: left;
    font-weight: bold;
  }

.lhnRace-SFs4e .description-H4o0z.lowerImportanceDescription-gb_dn {
    color: #e6e9ef;
    font-weight: 700;
  }

.lhnRace-SFs4e .trackName-ZGjX4 {
    font-family: 'UniversLT-CondensedBold';
    color: #e6e9ef;
    letter-spacing: 0.2px;
    height: 12px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 125px;
    text-align: left;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    display: inline-block;
  }

.lhnRace-SFs4e .raceNumber-xTolZ {
    font-family: 'UniversLT-CondensedBold';
    height: 11px;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #e6e9ef;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

.lhnRace-SFs4e .liveTvgIcon-mqLFy {
    margin-left: 5px;
  }

.lhnRace-SFs4e .timeClass-azbZj {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }

.highlighted-WGYQj {
  position: relative;
  overflow: hidden;
  background-color: #1c3247;
}

.highlighted-WGYQj:hover {
    background-color: #304760;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }

.highlighted-WGYQj::after {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background-color: #ffb80c;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

.featuredLiveRace-zAYSV {
  height: 72px;
}

.featuredLiveRace-zAYSV .lhnRace-SFs4e,
  .featuredLiveRace-zAYSV .leftSection-_L4Vy,
  .featuredLiveRace-zAYSV .rightSection-gNsPc {
    height: 72px;
  }

.featuredLiveRace-zAYSV .description-H4o0z.lowerImportanceDescription-gb_dn {
    margin-top: 4px;
  }

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.featuredTitle-oJCmC {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32px;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 32px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #0f1f30;
}

.featuredTitleLabel-_hgCF {
  color: #ffb80c;
  font-family: 'UniversLT-CondensedBold';
  font-size: 14px;
  text-transform: uppercase;
}

.showHideButton-x5CI3 {
  color: #e6e9ef;
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}

.showHideButton-x5CI3:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

.featuredWrapper-SrWFk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition:
    max-height 0.5s linear, height 0.5s linear;
  transition:
    max-height 0.5s linear, height 0.5s linear;
  position: relative;
  z-index: 1;
}

.featuredWrapper-SrWFk.showMore-S4dMa {
    height: 100%;
    -webkit-transition:
      max-height 0.5s linear, height 0.5s linear;
    transition:
      max-height 0.5s linear, height 0.5s linear;
  }

.featuredWrapper-SrWFk.showLess-o0bna {
    height: 203px;
  }

.featuredRaceList-Agl3t {
  background-color: #0f1f30;
  padding: 0;
  margin: 0;
}

.featuredRaceList-Agl3t.featuredVisible-Z0to6 {
    display: block;
  }

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: hsl(132.52173913043478, 50.6607929515%, 94.5098039216%);
  --color-mtp-med: hsl(42.46913580246913, 100%, 94.8529411765%);
  --color-mtp-near: hsl(0, 72.268907563%, 95.8333333333%);

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

:root {
  --small-loading: 28px;
  --normal-loading: 24px;
  --big-loading: 40px;
}

@-webkit-keyframes rotate-e7eKU {
  100% {
    -webkit-transform: rotateZ(360deg) translate(-50%, -50%);
            transform: rotateZ(360deg) translate(-50%, -50%);
  }
}

@keyframes rotate-e7eKU {
  100% {
    -webkit-transform: rotateZ(360deg) translate(-50%, -50%);
            transform: rotateZ(360deg) translate(-50%, -50%);
  }
}

.loading-xuaHy::after,
  .loading-xuaHy::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
  }

.loading-xuaHy::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("data:image/svg+xml,<svg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2040%2040%27><g%20fill-rule%3D%27evenodd%27><path%20fill%3D%27%23fff%27%20d%3D%27M20%2036c-7.73%200-14-6.27-14-14S12.27%208%2020%208s14%206.27%2014%2014-6.27%2014-14%2014zm0-2.63c6.28%200%2011.38-5.1%2011.38-11.37%200-6.28-5.1-11.38-11.38-11.38-6.28%200-11.38%205.1-11.38%2011.38%200%206.28%205.1%2011.38%2011.38%2011.38zM17%203h6l-1%204.5h-4L17%203zm10.27%202.4l3.46%202-1%201.74-3.46-2%201-1.73zm-18%202l3.46-2%201%201.74-3.46%202-1-1.73z%27%2F><%2Fg><%2Fsvg>");
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.7);
  }

.loading-xuaHy::after {
    -webkit-transform: rotateZ(0) translate(-50%, -50%);
            transform: rotateZ(0) translate(-50%, -50%);
    -webkit-transform-origin: 0% 5%;
            transform-origin: 0% 5%;
    -webkit-animation: rotate-e7eKU 1s infinite linear;
            animation: rotate-e7eKU 1s infinite linear;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 40 40%27%3E%3Cg fill-rule=%27evenodd%27%3E%3Cpath fill=%27%23fff%27 d=%27M20 24c1.1 0 2-.9 2-2s-2-10-2-10-2 8.9-2 10c0 1.1.9 2 2 2z%27/%3E%3C/g%3E%3C/svg%3E");
  }

.loadingSmall-YNr9O::before {
    background-size: 28px;
  }

.loadingSmall-YNr9O::after {
    width: 28px;
    height: 28px;
  }

.loadingMedium-b4pqW::before {
    background-size: 24px;
  }

.loadingMedium-b4pqW::after {
    width: 24px;
    height: 24px;
  }

.loadingBig-whP7D::before {
    background-size: 40px;
  }

.loadingBig-whP7D::after {
    width: 40px;
    height: 40px;
  }

/* Fix styleguide */

div[data-preview="Loading"] {
  position: relative;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.WrapperContainer-a3ZjL {
  position: relative;
}

.RaceFiltersContainer-mSIqJ {
  position: absolute;
  top: 5px;
  left: 100%;
  margin: -8px 0 0 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
}

.RaceFiltersContainerIn-cIn6P {
  width: 320px;
}

.RaceFiltersContainerIn-cIn6P::before {
    content: '';
    position: absolute;
    top: 19px;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #fff transparent transparent;
  }

.loading-_mhab {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.loading-_mhab::after {
    display: block;
    content: 'applying filters';
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
    -webkit-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.RaceFiltersContainer-IBskL {
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  background-color: #fff;
  z-index: 3;
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.34, 0, 0.43, 0.99);
  transition: -webkit-transform 450ms cubic-bezier(0.34, 0, 0.43, 0.99);
  transition: transform 450ms cubic-bezier(0.34, 0, 0.43, 0.99);
  transition: transform 450ms cubic-bezier(0.34, 0, 0.43, 0.99), -webkit-transform 450ms cubic-bezier(0.34, 0, 0.43, 0.99);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 799px) {

.RaceFiltersContainer-IBskL {
    left: 0;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
}
  }

@media (min-width: 800px) {

.RaceFiltersContainer-IBskL {
    width: 0;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
}
  }

.RaceFiltersContainerIn-b0N_X {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.5);
  height: 100%;
}

@media (min-width: 800px) {

.RaceFiltersContainerIn-b0N_X {
    width: 320px;
}
  }

.RaceFiltersCenterContainer-fpKPu {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
  background-color: #e6e9ef;
}

.loading-deADN {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.loading-deADN::after {
    display: block;
    content: 'applying filters';
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
    -webkit-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.container-PGSBW {
  height: 49px;
  margin-bottom: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
}

.containerWithFilters-wJrTF {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.FilterButton-Km1uU {
  width: 100%;
  padding: 0;
  border: 0 none;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  outline: none;
  cursor: pointer;
}

.FilterButton-Km1uU > span {
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
  }

.FilterButtonIcon-mcXGn {
  fill: #fff;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.FilterButton__compact-V0vF_ {
  width: 24px;
  height: 24px;
}

.FilterButton__compact-V0vF_ > span {
    width: 24px;
    height: 24px;
  }

.FilterButton__compact-V0vF_ .FilterButtonIcon-mcXGn {
    margin: 0;
  }

.FilterButton__new-s6e7s {
  position: relative;
}

.FilterButton__new-s6e7s::after {
    display: block;
    height: 16px;
    line-height: 16px;
    padding: 0 3px;
    border-radius: 2px;
    background-color: #ffb80c;
    content: 'new';
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    position: absolute;
    top: 8px;
    right: 8px;
  }

.filters-IFxqp {
  line-height: 16px;
  font-size: 11px;
}

.filters-IFxqp dt {
    color: #93afcd;
    font-weight: bold;
    margin-bottom: 2px;
  }

.filters-IFxqp dd {
    margin-top: 2px;
    color: #e6e9ef;
  }

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.container-rAdng {
  position: relative;
  padding: 16px 16px 8px;
}

.title-j_KCz {
  font-family: 'UniversLT-CondensedBold',
    'Arial-MT', Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 16px;
  margin-bottom: 4px;
}

.subTitle-NXgf5 {
  font-size: 12px;
  color: #666;
  line-height: 14px;
}

.close-wGZ8G {
  position: absolute;
  top: 16px;
  right: 16px;
  border: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: none;
}

.icon-HrqG7 {
  display: block;
  width: 16px;
  height: 16px;
  fill: #333;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.container-rAMUW {
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #194879;
}

.title-fbYAU {
  font-family: 'UniversLT-Condensed';
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-left: 8px;
}

.close-XKQ6R {
  border: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  width: 40px;
  height: 48px;
  outline: none;
}

.icon-vNGqV {
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  fill: #fff;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.container-WH1d6 {
  padding: 0 16px;
}

.soon-qHhUy {
  margin: 8px 0 24px;
  color: #666;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.container-lfUm6 {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 0 0 #cfdae2;
          box-shadow: 0 2px 0 0 #cfdae2;
  margin-bottom: 16px;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.title-u6pHu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 8px 0;
  margin: 8px 0 0;
  font-size: 14px;
  font-family: 'UniversLT-CondensedBold',
    'Arial-MT', Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.separator-sc7KF {
  border-bottom: 1px solid #cfdae2;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.title-xGj2H {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 42px;
  padding: 0 8px;
  font-size: 16px;
  font-family: 'UniversLT-Condensed';
  color: #194879;
  font-weight: bold;
  text-transform: uppercase;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: hsl(132.52173913043478, 50.6607929515%, 94.5098039216%);
  --color-mtp-med: hsl(42.46913580246913, 100%, 94.8529411765%);
  --color-mtp-near: hsl(0, 72.268907563%, 95.8333333333%);

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.checkbox-at0b1 label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333;
    font-size: 12px;
    position: relative;
  }

.checkbox-at0b1 label::before {
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      border-radius: 2px;
      background-color: #fff;
      -webkit-box-shadow: inset 0 0 0 1px #3e96ee;
              box-shadow: inset 0 0 0 1px #3e96ee;
      margin-right: 8px;
      cursor: pointer;
    }

@media (max-width: 767px) {

.checkbox-at0b1 label::before {
        width: 30px;
    }
      }

@media (max-width: 376px) {

.checkbox-at0b1 label::before {
        width: 35px;
    }
      }

.checkbox-at0b1 label svg {
      opacity: 0;
      -webkit-transition: opacity 0.2s cubic-bezier(0, 0.77, 0.94, 1.13);
      transition: opacity 0.2s cubic-bezier(0, 0.77, 0.94, 1.13);
      position: absolute;
      left: 4px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }

.checkbox-at0b1 input {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
  }

.checkbox-at0b1 input:checked + label svg {
  opacity: 1;
}

.checkbox-at0b1.checkbox__mobile-EZK8b label {
    width: 100%;
    height: 44px;
    padding: 0 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

.checkbox-at0b1.checkbox__mobile-EZK8b label::before {
      margin-right: 0;
    }

.checkbox-at0b1.checkbox__mobile-EZK8b label svg {
      left: auto;
      right: 12px;
    }

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.container-skLJz {
  padding: 8px 0;
}

.container-skLJz > li {
    margin: 8px 0;
  }

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.container-E8klb > li {
    height: 44px;
    border-top: 1px solid #dfe7f0;
  }

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.container-xFTWl {
  padding: 0 16px;
  position: relative;
}

.favoriteTracksButton-W4PqJ {
  position: absolute;
  top: 8px;
  right: 16px;
  padding: 0;
  text-transform: uppercase;
  color: #3e96ee;
  font-size: 11px;
  font-weight: bold;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.container-mHJhK {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 0 0 #cfdae2;
          box-shadow: 0 2px 0 0 #cfdae2;
  margin-bottom: 16px;
  position: relative;
}

.favoriteTracksButton-x88xX {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  color: #3e96ee;
  font-size: 11px;
  font-weight: bold;
  border: 0;
  height: 42px;
  padding: 0 8px;
  background: transparent;
  cursor: pointer;
  outline: none;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: hsl(132.52173913043478, 50.6607929515%, 94.5098039216%);
  --color-mtp-med: hsl(42.46913580246913, 100%, 94.8529411765%);
  --color-mtp-near: hsl(0, 72.268907563%, 95.8333333333%);

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

:root {
  --tvg-button-padding-big: 11px 16px;
  --tvg-button-padding-small: 8px;
  --tvg-button-border-width: 1px;
  --tvg-button-border-radius: 2px;
  --tvg-button-height-small: 32px;
  --tvg-button-height-big: 40px;
  --tvg-button-text-spacing: 0.7px;
  --tvg-button-text-weight: var(--font-weight-bold);
  --tvg-button-text-size: var(--font-size-normal);
  --tvg-button-text-size-small: 11px;
  --tvg-button-text-size-big: 12px;
  --tvg-button-shadow: inset 0 0 0 1px var(--tvg-grey-light);
}

[class^="tvg-btn"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase;
  padding: 8px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 2px;
  line-height: 1.5;
  outline: none;
  border: none;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  height: 32px;
  display: inline-block; /* Safari fix */
}

[class^="tvg-btn"][disabled] {
    opacity: 0.3;
    cursor: auto;
    cursor: initial;
  }

.selected-qbUwx[class^="tvg-btn"] {
    background-color: #fff;
    color: #27609b;
  }

.selected-qbUwx[class^="tvg-btn"]:hover {
      background: rgb(250, 255, 255);
    }

.full-width-qml5s[class^="tvg-btn"] {
    width: 100%;
  }

.big-oJk3S[class^="tvg-btn"] {
    padding: 11px 16px;
    font-size: 12px;
    height: 40px;
    line-height: 1.6;
  }

.tvg-btn-primary-uhlvc {
  background: #38ab50;
  color: #fff;
}

.tvg-btn-primary-uhlvc:hover {
    background: hsl(132.52173913043478, 50.6607929515%, 54.5098039216%);
  }

.tvg-btn-primary-uhlvc:active,
  .tvg-btn-primary-uhlvc:focus {
    background: hsl(132.52173913043478, 50.6607929515%, 34.5098039216%);
  }

.tvg-btn-secondary-VqOjh {
  background: #ddd;
  color: #333;
}

.tvg-btn-secondary-VqOjh:hover {
    background: hsl(0, 0%, 90%);
  }

.tvg-btn-secondary-VqOjh:active,
  .tvg-btn-secondary-VqOjh:focus {
    background: hsl(0, 0%, 70%);
  }

.tvg-btn-marketing-XHZiB {
  background: #ffb80c;
  color: #333;
}

.tvg-btn-marketing-XHZiB:hover {
    background: hsl(42.46913580246913, 100%, 62.3529411765%);
  }

.tvg-btn-marketing-XHZiB:active,
  .tvg-btn-marketing-XHZiB:focus {
    background: hsl(42.46913580246913, 100%, 42.3529411765%);
  }

.tvg-btn-secondary-alt-JptPB {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.tvg-btn-secondary-alt-JptPB:hover {
    background: rgba(255, 255, 255, 0.3);
  }

.tvg-btn-secondary-alt-JptPB:active,
  .tvg-btn-secondary-alt-JptPB:focus {
    background: rgba(255, 255, 255, 0.3);
  }

.tvg-btn-tertiary-oVL76 {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #ccc;
          box-shadow: inset 0 0 0 1px #ccc;
  color: #333;
}

.tvg-btn-tertiary-oVL76:hover {
    background: hsl(0, 0%, 90%);
  }

.tvg-btn-tertiary-oVL76:active,
  .tvg-btn-tertiary-oVL76:focus {
    background: hsl(0, 0%, 80%);
  }

.tvg-btn-legacy-Vlj7C {
  background: #3e96ee;
  color: #fff;
}

.tvg-btn-legacy-Vlj7C:hover {
    background: hsl(210, 83.8095238095%, 48.8235294118%);
  }

.tvg-btn-legacy-Vlj7C:active,
  .tvg-btn-legacy-Vlj7C:focus {
    background: hsl(210, 83.8095238095%, 38.8235294118%);
  }

.inline-button-NmmFF {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-size: 12px;
  font-family: 'Arial-MT', Arial, sans-serif;
  color: #3e96ee;
  cursor: pointer;
}

.inline-button-NmmFF:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

.tvg-btn-IAJ8O.icon-_wqLv, .icon-_wqLv[class^="tvg-btn"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

.tvg-btn-IAJ8O.icon-_wqLv.iconRight-H6jdH svg, .icon-_wqLv.iconRight-H6jdH[class^="tvg-btn"] svg {
      margin-left: 4px;
      margin-right: 0;
    }

.tvg-btn-IAJ8O.icon-_wqLv svg, .icon-_wqLv[class^="tvg-btn"] svg {
      margin-right: 4px;
      margin-left: 0;
    }

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.container-cy06a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  background-color: #f6f7fa;
  border-top: 1px solid #e6e9ef;
}

.container-cy06a > button {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
  }

.container-cy06a > button:first-child {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      margin-right: 4px;
    }

.container-cy06a > button:not(:first-child) {
      margin-left: 4px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
    }

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.container-mXtfL {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 8px;
  background-color: #f6f7fa;
  -webkit-box-shadow: inset 0 1px 0 0 #cfdae2;
          box-shadow: inset 0 1px 0 0 #cfdae2;
}

.container-mXtfL > button {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
  }

.container-mXtfL > button:first-child {
      margin-right: 4px;
    }

.container-mXtfL > button:not(:first-child) {
      margin-left: 4px;
    }

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.overlay-V2Ri7 h4 {
  font-family: 'UniversLT-CondensedBold';
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 8px;
}

.overlay-V2Ri7 p {
  font-size: 12px;
  line-height: 1.17;
  color: #333;
}

.closeButton-VWSM0 {
  position: absolute;
  top: 8px;
  right: 8px;
  border: 0;
  background: white;
  padding: 0;
}

.closeButton-VWSM0 svg {
    fill: #000;
    width: 16px;
    height: 16px;
  }

.overlay-V2Ri7 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3;
}

.tootipbox-JK7wR {
  position: absolute;
  right: 3px;
  top: 120px;
  background: white;
  width: 240px;
  height: 80px;
  border-radius: 2px;
  padding: 18px 16px;
}

.tootipbox-JK7wR::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid white;
    right: 12px;
    bottom: -7px;
  }

@media (min-width: 800px) {
  .tootipbox-JK7wR {
    right: 50%;
    top: 105px;
    -webkit-transform: translate(12px);
        -ms-transform: translate(12px);
            transform: translate(12px);
  }
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

:root {
  --leftBarWidth: 224px;
  --withLeftBar: 211px;
  --topBarHeight: 48px;
  --centralSectionWidth: 1024px;
  --itemHeight: 40px;
}

.tabSystem-s4tDd {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tabsWrapper-tsH0J {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48px;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 48px;
  overflow: hidden;
  background-color: #1c3247;
}

.tabLabel-BoBBz {
  color: #cfdae2;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.tabIcon-mkfzZ {
  fill: #cfdae2;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
  margin-right: 7px;
}

.buttonFlexWrapper-ybFio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.greyhoundTab-Of4Oa {
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  font-family: 'UniversLT-CondensedBold';
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}

.greyhoundTab-Of4Oa .text-R2uj_ {
    padding: 0 8px;
    display: inline-block;
  }

.greyhoundTab-Of4Oa .icon-brz8q {
    width: 32px;
    height: 20px;
    vertical-align: sub;
  }

.tab-hXvfF {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 46px;
  cursor: pointer;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.tab-hXvfF:hover button:not(.activeTab-orH5k) .tabLabel-BoBBz {
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out;
      color: #fff;
    }

.tab-hXvfF:hover button:not(.activeTab-orH5k) .tabIcon-mkfzZ {
      -webkit-transition: fill 0.3s ease-in-out;
      transition: fill 0.3s ease-in-out;
      fill: #38ab50;
    }

.tab-hXvfF.activeTab-orH5k {
    border-bottom: 2px solid #38ab50;
  }

.tab-hXvfF.activeTab-orH5k .tabLabel-BoBBz {
      color: white;
    }

.tab-hXvfF.activeTab-orH5k .tabIcon-mkfzZ {
      fill: #38ab50;
    }

.tabIcon-mkfzZ {
  color: #cfdae2;
}

.tabsContentWrapper-Ila47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100 100%;
      -ms-flex: 0 100 100%;
          flex: 0 100 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #0f1f30;
  overflow: hidden;
  height: auto;
  min-height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  border-radius: 4px;
}

.tabContent-UZd6m {
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0;
  visibility: hidden;
  height: 0;
}

.tabContent-UZd6m.tabShow-bF1r_ {
    height: auto;
    visibility: visible;
  }

.tab-hXvfF .selectTab-jJPby {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.tab-hXvfF .selectTab-jJPby:disabled {
    cursor: default;
    background: rgba(255, 255, 255, 0.1);
  }

.tab-hXvfF .selectTab-jJPby:disabled:hover .tabLabel-BoBBz,
    .tab-hXvfF .selectTab-jJPby:disabled .tabLabel-BoBBz {
      color: #666;
    }

.tab-hXvfF .selectTab-jJPby:disabled:hover .tabIcon-mkfzZ,
    .tab-hXvfF .selectTab-jJPby:disabled .tabIcon-mkfzZ {
      fill: #666;
    }

@media (max-width: 1255px) {
  .tabsWrapper-tsH0J {
    display: none;
  }

  .tabsContentWrapper-Ila47 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

    .tabsContentWrapper-Ila47 .tabContent-UZd6m,
    .tabsContentWrapper-Ila47 .tabContent-UZd6m.tabShow-bF1r_ {
      height: 0;
      visibility: hidden;
    }

    .tabsContentWrapper-Ila47 .tabContent-UZd6m.tabShow-bF1r_:nth-child(1) {
      height: auto;
      visibility: visible;
    }
}

.scrollBarDisabled-VHtPP > div {
  /* stylelint-disable */
  overflow: hidden !important;
  /* stylelint-enable */
  margin: 0;
}

@media (max-width: 968px) {
  .scrollBar-qJlBK {
    height: 100%;
  }
}

.raceList-zHFWu {
  display: block;
  padding: 0;
}

.animateListItem-N7jIp {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 30px;
  list-style: none;
  overflow: hidden;
}

.animateListItemLeave-X94gd {
  opacity: 1;
}

.animateListItemLeave-X94gd.animateListItemLeaveActive-aQYpy {
  opacity: 0.01;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}

.loadingLayer-rjesE {
  background-color: black;
  opacity: 0.5;
  display: block;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 21;
}

.loadingLayer-rjesE.hiddenLoading-YfAXv {
    display: none;
  }

.leave-WpX3z {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  overflow: hidden;
  max-height: 56px;
}

.leaveActive-wF3hb {
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  max-height: 0;
  overflow: hidden;
  -webkit-transition:
    max-height 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition:
    max-height 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out, max-height 0.3s ease-in-out 0.3s;
  transition:
    transform 0.3s ease-in-out, max-height 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: color-mod(var(--tvg-green) l(+50%));
  --color-mtp-med: color-mod(var(--tvg-yellow) l(+42.5%));
  --color-mtp-near: color-mod(var(--tvg-red) l(+42.5%));

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.container-rKlOg {
  padding: 12px;
  color: #fff;
  font-family: 'Arial-MT', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.33;
  text-align: center;
}

.icon-n3F88 {
  width: 32px;
  height: 32px;
  margin: 12px 12px 8px;
  fill: #ffb80c;
}

.label-Jv8uu {
  display: block;
}

.button-ESTTr {
  border: none;
  margin-top: 24px;
  text-transform: uppercase;
  width: 100%;
  height: 32px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}

.button-ESTTr:focus {
    outline: 0;
  }

.button-ESTTr:hover {
    cursor: pointer;
  }

.raceList-o84KN {
  display: block;
  padding: 0;
}

.animateListItem-yiExE {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 30px;
  list-style: none;
  overflow: hidden;
}

.animateListItemLeave-YHhuW {
  opacity: 1;
}

.animateListItemLeave-YHhuW.animateListItemLeaveActive-vEmPO {
  opacity: 0.01;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}

.loadingLayer-CEwxD {
  background-color: black;
  opacity: 0.5;
  display: block;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 21;
}

.loadingLayer-CEwxD.hiddenLoading-F5ctw {
    display: none;
  }

.leave-z051_ {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  overflow: hidden;
  max-height: 56px;
}

.leaveActive-C9n5u {
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  max-height: 0;
  overflow: hidden;
  -webkit-transition:
    max-height 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition:
    max-height 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out, max-height 0.3s ease-in-out 0.3s;
  transition:
    transform 0.3s ease-in-out, max-height 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: hsl(132.52173913043478, 50.6607929515%, 94.5098039216%);
  --color-mtp-med: hsl(42.46913580246913, 100%, 94.8529411765%);
  --color-mtp-near: hsl(0, 72.268907563%, 95.8333333333%);

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.NoVideoContainer-FVS2t svg {
    height: 25%;
    width: 25%;
    max-height: 46px;
    max-width: 46px;
  }

.NoVideoContainer-FVS2t path:first-of-type {
    fill: transparent;
  }

.NoVideoContainer-FVS2t path {
    fill: #fff;
  }

.NoVideoContainer-FVS2t {
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

.NoVideoTitle-NjRfy {
  font-family: 'UniversLT-Condensed';
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 24px;
}

.NoVideoDescription-BaWjU {
  font-family: 'Arial-MT', Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  margin-bottom: 16px;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: hsl(132.52173913043478, 50.6607929515%, 94.5098039216%);
  --color-mtp-med: hsl(42.46913580246913, 100%, 94.8529411765%);
  --color-mtp-near: hsl(0, 72.268907563%, 95.8333333333%);

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.LoginContainer-j37RC {
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  padding: 0;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.LoginContainer-j37RC:focus {
    outline: none;
  }

.LoginContainer-j37RC svg {
    height: 25%;
    width: 25%;
    max-height: 46px;
    max-width: 46px;
  }

.LoginContainer-j37RC path:first-of-type {
    fill: transparent;
  }

.LoginContainer-j37RC path {
    fill: #fff;
  }

.LoginTitle-ptd7G {
  font-family: 'UniversLT-Condensed';
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 24px;
}

.LoginDescription-Zzs_E {
  font-family: 'Arial-MT', Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  margin-bottom: 16px;
}

.LoginDescription-Zzs_E .LoginLabel-yuLf0 {
    color: #4491e1;
  }

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/
  --tvg-blue: #27609b;
  --tvg-red: #de3232;
  --tvg-green: #38ab50;
  --tvg-yellow: #ffb80c;
  --tvg-blue-whiteish: #f6f7fa;
  --tvg-blue-greyish: #e6e9ef;
  --tvg-blue-lighter: #cfdae2;
  --tvg-blue-lightest: #dfe7f0;
  --tvg-blue-midnight: #0f1f30;
  --tvg-blue-bright: #3e96ee;
  --tvg-blue-light: #93afcd;
  --tvg-blue-dark: #194879;
  --tvg-blue-darker: #253e58;
  --tvg-blue-darkest: #1c3247;
  --tvg-blue-ghost: #e3eaef;
  --tvg-green-light: #60bc73;
  --tvg-white: #fff;
  --tvg-white-ghost: rgba(255, 255, 255, 0.2);
  --tvg-grey: #666;
  --tvg-grey-light: #ccc;
  --tvg-grey-dark: #333;
  --tvg-black: #000;
  --tvg-grey-lightest: #f6f6f6;
  --tvg-grey-lighter: #ddd;
  --tvg-yellow-faded: #f8e3b2;
  --tvg-overlay: rgba(0, 0, 0, 0.7);
  --color-primary: var(--tvg-blue);
  --color-secondary: var(--tvg-yellow);
  --color-tertiary: var(--tvg-green);
  --color-alert: var(--tvg-red);
  --color-info: #4491e1;
  --color-white: var(--tvg-white);
  --color-text-title: var(--tvg-grey-dark);
  --color-text-body: var(--tvg-grey-dark);
  --color-mtp-far: hsl(132.52173913043478, 50.6607929515%, 94.5098039216%);
  --color-mtp-med: hsl(42.46913580246913, 100%, 94.8529411765%);
  --color-mtp-near: hsl(0, 72.268907563%, 95.8333333333%);

  /* repsonsive vars */

  /* Typography variables */
  --font-Univers-Condensed: 'UniversLT-Condensed';
  --font-Univers-CondensedItalic: 'UniversLTStd-CnObl';
  --font-Univers-CondensedLight: 'UniversLTStd-LightCn';
  --font-Univers-CondensedLightitalic: 'UniversLTStd-LightCnObl';
  --font-Univers-CondensedBold: 'UniversLT-CondensedBold';
  --font-Univers-CondensedBoldItalic: 'UniversLT-BoldCnObl';
  --font-family-default: 'Arial-MT', Arial, sans-serif;
  --font-family-titling:
    var(--font-Univers-CondensedBold),
    var(--font-family-default);
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-size-normal: 12px;
}

.Video-NWI3O {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
}

.Video-NWI3O:hover svg.popout-gyaOY {
      display: block;
    }

.Video-NWI3O svg {
    height: 25%;
    width: 25%;
    max-height: 46px;
    max-width: 46px;
  }

.Video-NWI3O svg path:first-of-type {
      fill: transparent;
    }

.Video-NWI3O svg path {
      fill: #fff;
    }

svg.popout-gyaOY {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px;
  z-index: 20;
  height: 16px;
  width: 16px;
}

svg.popout-gyaOY path:first-of-type {
    fill: #fff;
  }

svg.popout-gyaOY path {
    fill: #fff;
  }

.VideoPlayButton-QYGYS {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
}

.VideoPlayer-dy7tx {
  background-color: #000;
}


/*# sourceMappingURL=main.31d457f1d804faf35a17.css.map*/