
    :root {
      --primary-color: #4462ED;
      --error-header-text-color: #000;
      --error-body-text-color: #888;
      --error-footer-light-text-color: #aaa;
    }

    * {
      padding: 0;
      margin: 0;
    }

    body {
      background-color: #fdfefe;
      -webkit-font-smoothing: antialiased;
    }

    .styles_iconImage14__GNrdk {
      height: 14px;
      width: 14px;
    }

    .styles_iconImage24__3WcwC {
      height: 24px;
      width: 24px;
    }

    .styles_iconImage36__14qqQ {
      height: 36px;
      width: 36px;
    }

    .styles_transparentBackground__2tjt4 {
      background-color: transparent;
      border-width: 0px;
    }

    .styles_xButtonContainer__3wIm5 {
      display: flex;
      justify-content: flex-end;
    }

    .styles_xButton__54pvZ {
      height: 50px;
      font-size: 20px;
      color: white;
      font-weight: 400;
      background-color: transparent;
    }

    .styles_xButton__54pvZ:hover {
      background-color: rgba(0, 0, 0, 0.08);
    }

    .styles_anotherWaySignButton__4Z_7Y {
      color: var(--primary-color);
      margin-right: 10px;
      max-width: 400px;
      background-color: transparent;
    }

    .styles_nextButton__1NaiB {
      height: 42px;
      background-color: var(--primary-color);
      color: white;
      width: 100px;
      text-transform: none;
    }

    .styles_nextButton__1NaiB:hover {
      background-color: var(--primary-color);
      opacity: 0.7;
    }

    .styles_checked__6hj_Q {
      color: var(--primary-color);
    }

    .styles_checkBoxContainer__1PMCs {
      display: flex;
      flex-direction: row;
    }

    .styles_checkBoxText__2Btn5 {
      display: flex;
      align-items: center;
    }

    .styles_genericTextField1__1G4qS {
      background-color: #ebeef0;
    }

    /**** Main Background Container ****/

    .styles_bodyContainer__3Gt3B {
      /*
  width: 100vw;
  height: 100vh;
  */
    }

    /*** For Registration/Auth - RC/AC Containers ***/

    .styles_main__3IdZG {
      display: flex;
      flex-direction: column;
      background-color: #fafafe;
      min-height: 400px;
      max-height: 85vh;
      width: 50%;
      min-width: 370px;
      max-width: 500px;
      overflow: auto;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 4px;
      /* border: solid 1px #ece8e8; */
    }

    .styles_mainThirdParty__1OgeU {
      visibility: hidden;
      display: flex;
      flex-direction: column;
      background-color: #fafafe;
      min-height: 400px;
      max-height: 85vh;
      width: 50%;
      min-width: 370px;
      max-width: 500px;
      overflow: auto;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 4px;
      /* border: solid 1px #ece8e8; */
    }

    .styles_mainRunFlow__2J6qx {
      display: flex;
      flex-direction: column;
      background-color: #fafafe;
      min-height: 400px;
      width: 50%;
      min-width: 370px;
      max-width: 500px;
      overflow: hidden;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 4px;
      border: solid 1px #ece8e8;
      justify-content: center;
      align-items: center;
    }

    /*** RC/AC Body - Top Part First Message ***/
    .styles_mainTopMessage__3pAQm {
      display: flex;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      justify-content: center;
      margin-left: 30px;
      margin-right: 30px;
      margin-top: 10px;
      margin-bottom: 10px;
      font-weight: 500;
      font-size: 18px;
      color: darkslategray;
    }

    /*** RC/AC Body - Top Part Second Message ***/
    .styles_mainTopSubMessage__2JDR4 {
      display: flex;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      justify-content: center;
      margin-left: 30px;
      margin-right: 30px;
      margin-bottom: 10px;
      font-weight: 200;
      font-size: 15px;
      color: slategray;
      text-align: center;
    }

    /****** Delete Screen Template Start *****/

    .styles_deleteScreenBodyContainer__2qZXm {
      display: flex;
      flex-direction: column;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
      margin-left: 30px;
      margin-right: 30px;
      border-radius: 4px;
      border: solid 1px #ffffff;
      background-color: #ffffff;
    }

    .styles_deleteScreenBody__2Ojb0 {
      display: flex;
      flex-direction: row;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      justify-content: center;
      align-items: center;
      margin-top: 30px;
      margin-bottom: 30px;
      margin-left: 30px;
      margin-right: 30px;
      border-radius: 4px;
      border: solid 1px #ffffff;
      background-color: #ffffff;
    }

    .styles_deleteScreenButtons__3iYFa {
      display: flex;
      flex-direction: row;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px;
      margin-left: 30px;
      margin-right: 30px;
      border-radius: 4px;
      border: solid 1px #ffffff;
      background-color: #ffffff;
    }

    .styles_deleteScreenDeleteButton__1JIt1 {
      height: 56px;
      background-color: var(--primary-color);
      color: white;
      width: 100px;
    }

    .styles_deleteScreenCancelButton__sVm7D {
      background-color: #ebeef0;
      color: var(--primary-color);
      width: 100px;
      margin-right: 10px;
      height: 56px;
    }

    .styles_deleteScreenBodyText__2qNBH {
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      font-weight: 200;
      font-size: 15px;
    }

    .styles_deleteScreenIcon__3_rPm {
      margin-right: 20px;
    }

    /****** Delete Screen Template End *****/

    /*** Main Header Message Container***/
    .styles_headerMessage__1giy_ {
      display: flex;
      font-weight: 500;
      font-size: 22px;
      color: white;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      min-height: 80px;
      background-color: var(--primary-color);
      justify-content: center;
      align-items: center;
    }

    .styles_headerMessageWithLeftPadding__1T6Lv {
      display: flex;
      font-weight: 500;
      font-size: 22px;
      color: white;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      min-height: 80px;
      background-color: var(--primary-color);
      justify-content: center;
      align-items: center;
      padding-left: 64px;
    }

    /*** Main Header Text ***/
    .styles_headerMessageContainer__26oyU {
      flex: 1;
    }

    .styles_headerMessageText__1UD8j {
      display: flex;
      flex: 1;
      justify-content: center;
      text-align: center;
    }

    .styles_headerMessageText20Margin__mDu3m {
      display: flex;
      flex: 1;
      justify-content: center;
      margin-right: 25px;
      text-align: center;
    }

    .styles_headerMessageTextMargin__2L0ve {
      display: flex;
      flex: 1;
      justify-content: center;
      margin-left: 50px;
      text-align: center;
    }

    .styles_headerSubMessageText__kU5Dd {
      display: flex;
      flex: 1;
      justify-content: center;
      margin-left: 50px;
      text-align: center;
      font-size: 13px;
      color: white;
    }

    /*** Main Body Container ***/
    .styles_mainBodyContainer__1I-cK {
      display: flex;
      flex-direction: column;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      justify-content: space-between;
      align-items: center;
      margin: 30px;
      border-radius: 4px;
      border: solid 1px #ffffff;
      background-color: #ffffff;
    }

    /*** Main Body Right after Container and before mainBody ***/

    .styles_mainBodyPre__2wKcw {
      margin-bottom: 20px;
    }

    .styles_mainBodyPreTwoFields__2d9wd {
      margin-bottom: 20px;
      margin-top: 90px;
    }

    /*** Main Footer Container */
    .styles_mainFooterContainer__P8q4J {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 15px;
    }

    /**** OTP Template Start ****/
    .styles_otpBody__d82Cb {
      height: 110px;
      margin-right: 10px;
      margin-left: 10px;
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      margin-bottom: 20px;
    }

    .styles_otpBodyLeft__21jhf {
      display: flex;
      justify-content: center;
    }

    .styles_otpBodyMiddle__3SJwc {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-left: 15px;
    }

    .styles_otpBodyMiddleTwoField__2I79N {
      display: flex;
      flex-direction: column;
      align-items: start;
      margin-left: 15px;
    }

    .styles_otpBodyLabel__Ht3Vp {
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      font-weight: 200;
      font-size: 15px;
      margin-bottom: 5px;
    }

    .styles_otpBodyLabelTwoField__moCXq {
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      font-weight: 200;
      font-size: 15px;
      margin-top: 10px;
    }

    .styles_otpBodyRight__2qYhI {
      margin-left: 15px;
    }

    .styles_otpTextField__29fm_ {
      background-color: #ebeef0;
    }

    .styles_otpSubmitButton__231_0 {
      font-size: 14px;
      background-color: var(--primary-color);
      color: white;
      height: 56px;
      width: 100px;
    }

    /**** OTP Template End ****/

    /****  Main columnBody start ****/
    .styles_mainColumnBodyTop__2m2lQ {
      display: flex;
      flex-direction: row;
      margin-top: 10px;
      margin-bottom: 10px;
      justify-content: center;
    }

    .styles_mainColumnBodyMiddle__3spDg {
      display: flex;
      justify-content: center;
      margin-bottom: 10px;
    }

    .styles_mainColumnBodyBottom___svKa {
      display: flex;
      justify-content: center;
      margin-bottom: 10px;
    }

    .styles_mainColumnBodyLabel__1lV6C {
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      font-weight: 200;
      font-size: 15px;
      margin-top: 5px;
      margin-left: 10px;
    }

    /***** Main ColumnBody end ***/

    /*** Screen Template 1 and Screen Template 2 Start ***/
    .styles_mainBody2__37abf {
      display: flex;
      flex-direction: column;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
      margin-left: 30px;
      margin-right: 30px;
      border-radius: 4px;
      border: solid 1px #ffffff;
      background-color: #ffffff;
      flex: 1;
    }

    .styles_screenTemplate2BodyIcon__3VrK2 {
      margin-top: 50px;
      margin-bottom: 20px;
    }

    .styles_screenTemplate2BodyText__1G_6X {
      font-family: sf Pro display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      font-weight: 200;
      font-size: 15px;
      margin-bottom: 30px;
      text-align: center;
      padding-left: 10px;
      padding-right: 10px;
      color: var(--primary-color);
    }

    .styles_screenTemplate1Icon__3PAjZ {
      margin-top: 30px;
    }

    .styles_screenTemplate1BodyIcons__3UWWM {
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin-top: 15px;
    }

    .styles_screenTemplateCheckBoxDiv__19Cfw {
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      font-weight: 200;
      font-size: 15px;
    }

    /*** Screen Template 1 and Screen Template 2 End ***/

    .styles_credType__1L-jC {
      display: flex;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      justify-content: space-between;
      margin: 10px;
      border-radius: 4px;
      border: solid 1px #e2e2e2;
      background-color: #ffffff;
    }

    .styles_credRow__3T6yO {
      margin-right: 5px;
      margin-left: 5px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
    }

    .styles_credButton__t230Z {
      background-color: white;
      color: var(--primary-color);
      width: 250px;
    }

    .styles_cancelButton__2ICSd {
      height: 56px;
      background-color: white;
      color: var(--primary-color);
      width: 100px;
      margin-right: 10px;
    }

    .styles_submitButton__17OTs {
      margin-top: 10px;
      background-color: var(--primary-color);
      color: white;
      width: 100px;
    }

    .styles_emptyQr__1pIRS {
      display: flex;
      justify-content: center;
      background-color: lightgray;
      margin-top: 30px;
    }

    .styles_credListContainer__3N62N {
      margin-left: 20px;
      margin-right: 20px;
      background-color: #ffffff;
    }

    .styles_credListContainer__3N62N:hover {
      background-color: #eff1f4;
    }

    .styles_authCredListContainer__3MSfX {
      margin-left: 20px;
      margin-right: 20px;
      background-color: #ffffff;
    }

    .styles_authCredListContainer__3MSfX:hover {
      background-color: #eff1f4;
    }

    .styles_authCredListContainerNoHover__1WjW8 {
      margin-left: 20px;
      margin-right: 20px;
      background-color: #ffffff;
    }

    .styles_credListRow__2XxdX {
      padding-right: 5px;
      padding-left: 5px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      flex: 1;
      width: 100%;
    }

    .styles_credListIcon__2H7RY {
      align-self: flex-start;
      margin-top: 10px;
      margin-left: 10px;
    }

    .styles_credListDetails__VSw1Z {
      display: flex;
      flex-direction: column;
      flex: 1;
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 5px;
      margin-bottom: 10px;
    }

    .styles_credListName__6Hj_7 {
      display: flex;
      flex: 1;
      font-size: 20px;
      font-weight: 500;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
    }

    .styles_credListDescription__1HELP {
      flex: 1;
      font-size: 15px;
      font-weight: 200;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      color: dimgrey;
      white-space: normal;
      text-align: start;
    }

    .styles_credListDetailText__3SVvz {
      display: inline-block;
      font-size: 15px;
      font-weight: 200;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      font-style: normal;
      color: black;
      white-space: normal;
      text-align: start;
    }

    .styles_credListAddButton__157hH {
      font-size: 30px;
      color: var(--primary-color);
      font-weight: 800;
      margin-right: 5px;
    }

    .styles_credOnlyRow__DGdJD {
      border-radius: 4px;
      border: solid 1px #e2e2e2;
      margin-bottom: 20px;
    }

    .styles_credFirstRow__3oyi5 {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: #e2e2e2;
      border-left-width: 1px;
      border-right-width: 1px;
      border-left-color: #e2e2e2;
      border-right-color: #e2e2e2;
      border-left-style: solid;
      border-right-style: solid;
    }

    .styles_credMiddleRow__3XtGI {
      border-top-width: 1px;
      border-top-color: #e2e2e2;
      border-top-style: solid;
      border-left-width: 1px;
      border-right-width: 1px;
      border-left-color: #e2e2e2;
      border-right-color: #e2e2e2;
      border-left-style: solid;
      border-right-style: solid;
    }

    .styles_credLastRow__1zCM8 {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      border: solid 1px #e2e2e2;
      margin-bottom: 20px;
    }

    .styles_loadingImg__3KaVZ {
      background-color: white;
      height: 200px;
      width: 200px;
      justify-content: center;
      display: flex;
      align-items: center;
    }

    .styles_CC_main_generic__38Quz {
      /* background-color: #ffffff; */
      width: 100%;
      min-width: 250px;
    }

    .styles_CC_main__2p0lC {
      background-color: #eeeeee;
      width: 100%;
      min-width: 250px;
    }

    .styles_CC_headerContainer__T0N66 {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      background-color: transparent;
      margin: 15px;
      padding: 15px;
    }

    .styles_CC_header__cHucK {
      display: flex;
      flex-direction: row;
      font-size: 20px;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
    }

    .styles_CC_subHeader__1CYPj {
      display: flex;
      flex-direction: row;
      font-size: 20px;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
    }

    .styles_CC_credContainer__3ucHd {
      margin: 10px;
      border-radius: 4px;
      border: solid 1px #e2e2e2;
      background-color: #ffffff;
    }

    .styles_CC_credContainerDefault__3uFw7 {
      margin: 10px;
      border-radius: 4px;
      border: solid 1px #e2e2e2;
      background-color: #ffffff;
      border-left: solid 7px var(--primary-color);
    }

    .styles_CC_credRow__23Qoy {
      margin-right: 5px;
      margin-left: 5px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }

    .styles_CC_credRowContainer__2t8VL {
      display: flex;
      flex-direction: row;
    }

    .styles_CC_credIcon__32k8Z {
      margin-left: 10px;
      height: 36px;
      width: 36px;
    }

    .styles_CC_credBodyContainer__GvGHv {
      margin-left: 10px;
      margin-top: -5px;
    }

    .styles_CC_credNameContainer__dyP8q {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      font-size: 20px;
      font-weight: 500;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
    }

    .styles_CC_defaultText__3RxL8 {
      margin-left: 5px;
      font-size: 20px;
      font-weight: 500;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      color: #526bdb;
    }

    .styles_CC_credDetails__R2-YE {
      font-size: 15px;
      font-weight: 200;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      color: dimgrey;
    }

    .styles_CC_menuContainer__3HY3d {
      display: flex;
      flex-direction: row;
    }

    .styles_CC_footer__3N_F0 {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      margin-right: 10px;
    }

    /***  No Creds Start ***/
    .styles_CC_noCredsContainer__2Smnu {
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
    }

    .styles_CC_noCredsIcon__2086C {
      margin: 15px 0;
    }

    .styles_CC_noCredsBody__2kvxm {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .styles_CC_noCredsBodyTitle__28adt {
      font-size: 21px;
      font-weight: 600;
      color: #344b67;
      text-align: center;
    }

    .styles_CC_noCredsBodyMessage__3Z7ks {
      margin-top: 5px;
      font-size: 16px;
      font-weight: 300;
      opacity: 0.7;
      color: #344b67;
      text-align: center;
      max-width: 300px;
    }

    .styles_CC_addCredButton__vdeAI {
      background-color: var(--primary-color);
      color: white;
      margin-right: 10px;
      height: 46px;
    }

    .styles_CC_addCredButton__vdeAI:hover {
      background-color: var(--primary-color);
      opacity: 0.7;
    }

    /***  No Creds End ***/

    /***** CC = Credentials Container End *****/

    /****** Common *******/
    .styles_poweredBy__2OuId {
      color: black;
    }

    .styles_singularKeyName__1EyYU {
      color: #526bdb;
      /* ping identity blue */
    }

    .styles_credInfoIcon__1uujL {
      cursor: pointer;
      margin-left: 5px;
      margin-top: 0px;
      font-size: 15px;
      font-weight: 500;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      color: "#ffffff";
    }

    .styles_credTooltip__20cyN {
      margin-top: -5px;
      font-size: 15px;
      font-weight: 500;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      color: white;
    }

    .styles_textTransformNone__dilfd {
      text-transform: none;
    }

    /**** MFA On/Off message start ****/

    .styles_mfaSwitch__3TyLW {
      margin-left: 10px;
    }

    .styles_mfaText__3b8FX {
      margin-top: 8px;
      white-space: nowrap;
    }

    /* This works with color primary */
    .styles_mfaSwitchColor__2mMjj.styles_mfaSwitchChecked__1E6U_ {
      color: #4462ED;
    }

    /* This works with color default */
    .styles_mfaSwitchChecked__1E6U_ {
      color: #4462ED;
    }

    .styles_mfaSwitchChecked__1E6U_+.styles_mfaSwitchBar__20aSt {
      background-color: #4462ED !important;
    }

    .styles_mfavalue__3yVBu {
      display: flex;
      justify-content: flex-end;
    }

    /**** MFA On/Off message end ****/

    /***** USER Portal Start *****/
    .styles_userInfoTitleContainer__1pc2j {
      display: flex;
      flex-direction: row;
      padding-top: 10px;
    }

    .styles_userInfoLogoutContainer__3IeVb {
      align-items: center;
      display: flex;
      padding-right: 20px;
    }

    .styles_userInfoLogoutButton__1PvSU {
      background-color: #ada7a7;
      color: #ffffff;
    }

    .styles_userInfoTitle___KcMU {
      display: flex;
      justify-content: center;
      font-size: 20px;
      color: #131d04;
      font-weight: bold;
      padding: 20px;
      flex: 1;
    }

    .styles_userInfoContainer__3hivu {
      background-color: white;
      margin: 15px;
      display: flex;
      flex-wrap: wrap;
      padding: 15px;
      border-radius: 4px;
    }

    .styles_userInfoRow__1_8ku {
      display: flex;
      flex-direction: row;
      flex: 45%;
      min-width: 400px;
      padding-top: 5px;
      margin-right: 15px;
    }

    .styles_userInfoLabel__3s1oa {
      font-size: 16px;
      color: #909090;
      margin-right: 10px;
      min-width: 120px;
    }

    .styles_userInfoValueContainer__3aRWa {
      max-width: 700px;
      overflow: auto;
    }

    .styles_userInfoValue__2Ho6T {
      font-size: 13px;
      color: #000000;
      font-weight: 500;
      margin-right: 5px;
      margin-top: 4px;
    }

    .styles_userInfoText__2tIrE {
      margin-right: 5px;
    }

    .styles_userInfoValueButton__1lVSn {
      cursor: pointer;
      white-space: nowrap;
      color: blue;
      min-width: 100px;
    }

    /***** USER Portal End *****/

    /***** RC = RenderScreenContainer **** START ******/
    .styles_RC_root__3Npbl {
      background-color: #ffffff;
    }

    /***** Login Screen Start *****/
    .styles_login_main__3_GKj {
      display: flex;
      flex-direction: column;
      background-color: #f7fafd;
      min-height: 400px;
      width: 50%;
      min-width: 370px;
      max-width: 500px;
      overflow: hidden;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 4px;
      border: solid 1px #eae8e8;
      justify-content: center;
      align-items: center;
    }

    .styles_login_body__3AuQL {
      display: flex;
      flex-direction: column;
      flex: 2;
      align-items: center;
      justify-content: center;
      width: calc(100%);
    }

    .styles_login_loginWithHeader__3tm1i {
      margin-bottom: 10px;
      font-size: 15px;
      color: #adadac;
      font-weight: 400;
    }

    .styles_login_loginWithButtonContainer__-SqiE {
      margin-bottom: 5px;
      cursor: pointer;
    }

    .styles_login_loginWithButton__aLjgm {
      background-color: var(--primary-color);
      color: white;
      width: 190px;
      margin-right: 10px;
      padding-left: 5px;
      height: 46px;
      display: flex;
      justify-content: start;
      align-items: center;
      border-radius: 4px;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      font-size: 15px;
      box-shadow: inset 0 -0.6em 1em -0.35em rgba(0, 0, 0, 0.17),
        inset 0 0.6em 2em -0.3em rgba(255, 255, 255, 0.15),
        inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
    }

    .styles_login_loginWithButton__aLjgm:active {
      box-shadow: inset 0 0.6em 2em -0.3em rgba(0, 0, 0, 0.15),
        inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
    }

    .styles_skButton__21H61 {
      text-align: center;
      background-color: var(--primary-color);
      color: white;
      padding: 8px 8px;
      align-items: center;
      border-radius: 4px;
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      font-size: 15px;
      box-shadow: inset 0 -0.6em 1em -0.35em rgba(0, 0, 0, 0.17),
        inset 0 0.6em 2em -0.3em rgba(255, 255, 255, 0.15),
        inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
    }

    .styles_skButton__21H61:active {
      box-shadow: inset 0 0.6em 2em -0.3em rgba(0, 0, 0, 0.15),
        inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
    }

    .styles_login_loginWithLogo__oUXTV {
      margin-right: 10px;
    }

    /***** Login Screen End *****/

    /***** Mfa Container mc_ Start *****/
    .styles_mc_root__3fJqa {
      background-color: #f7fafd;
    }

    .styles_mc_credListRow__1tWv- {
      padding-right: 5px;
      padding-left: 5px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      flex: 1;
    }

    #modal .styles_mc_root__3fJqa {
      background-color: transparent;
    }

    /***** Mfa Container mc_ End *****/

    /* Need to be at the bottom of this page to override the values */
    @media screen and (max-width: 582px) {
      .styles_CC_headerContainer__T0N66 {
        flex-direction: column;
        align-items: center;
        height: 100px;
        margin: 10px;
        padding: 5px;
      }

      .styles_CC_footer__3N_F0 {
        display: flex;
        justify-content: center;
      }

      .styles_credListDetailText__3SVvz {
        display: flex;
      }

      .styles_userInfoLabel__3s1oa {
        min-width: 100px;
      }

      .styles_userInfoRow__1_8ku {
        flex: 100%;
        overflow: hidden;
        min-width: unset;
      }

      .styles_userInfoContainer__3hivu,
      .styles_userInfoVariablesContainer__1nm-M {
        padding: 5px;
        margin: 10px;
        overflow: scroll;
      }

      .styles_userInfoValue__2Ho6T {
        flex-direction: column;
      }
    }

    .styles_errorMain__2OSPB {
      height: 100%;
      overflow: auto;
      display: flex;
      justify-content: center;
      flex-direction: column;
    }

    .styles_timeoutErrorMain__2aJ1Q {
      height: 100vh;
      overflow: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100vw;
    }

    .styles_timeoutErrorContainer__2HI_T {
      display: flex;
      flex-direction: column;
      border-radius: 6px;
      background-color: #f9f2f238;
      justify-content: center;
      align-items: center;
      padding: 60px 30px;
      width: 490px;
      box-shadow: 0 1px 4px 1px rgba(121, 128, 135, 0.35) !important;
    }

    .styles_timeoutMessage__obKMg {
      display: flex;
      justify-content: center;
      margin: 20px;
      text-align: center;
      font-size: 22px;
      font-weight: 300;
    }

    .styles_timeoutTitle__342m5 {
      display: flex;
      justify-content: center;
      margin: 20px;
      font-size: 32px;
      color: #2b2626;
      font-weight: 300;
    }

    .styles_errorContainer__3iDjD {
      display: flex;
      flex-direction: column;
      border-radius: 6px;
      background-color: #f9f6f6;
    }

    .styles_errorHeader__gk1K0 {
      display: flex;
      justify-content: center;
      margin: 20px;
    }

    .styles_errorTitle__1f-6E {
      display: flex;
      justify-content: center;
      margin: 20px;
      font-size: 20px;
      color: #2b2626;
      font-weight: 600;
    }

    .styles_errorMessage__1p75X {
      display: flex;
      justify-content: center;
      margin: 20px;
      /* background-color: pink; */
    }

    .styles_errorFooter__1HPVN {
      text-align: center;
      color: #999;
      margin-bottom: 15px;
    }

    .styles_gftMain__3h1dh {
      display: flex;
      flex-direction: column;
      /* background-color: #FAFAFE; */
      background-color: #fbfbfb;
      min-height: 400px;
      width: 50%;
      min-width: 370px;
      max-width: 500px;
      overflow: hidden;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 3px;
      /* border: solid 1px #ece8e8; */
      max-height: 80vh;
      justify-content: space-between;
      box-shadow: 7px 5px 20px -5px #979797;
    }

    .styles_gftBody__n_nb1 {
      overflow-y: scroll;
      margin-left: 10px;
    }

    .styles_gftBodyHeaderText__PauvK {
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      padding: 20px 10px;
      text-align: center;
      color: #343434;
      font-size: 16px;
    }

    .styles_gftFieldName__2_dvp {
      font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
        sans-serif;
      color: #545454;
      display: flex;
      font-size: 16px;
      font-weight: 600;
      padding: 12px 0px 8px 20px;
    }

    .styles_gftField__mYAQ3 {
      padding-top: 4px;
      padding-bottom: 8px;
      padding-left: 20px;
      padding-right: 30px;
    }

    .styles_gftBodyEnd__3rIHA {
      margin-top: 80px;
    }

    .styles_gftBodyEndAuthLinks__1r5bA {
      margin-top: 20px;
    }

    .styles_button__2IBOz {
      border-radius: 4px;
      border: none;
      padding: 15px 32px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      transition-duration: 0.4s;
      min-width: 64px;
      box-sizing: border-box;
      text-transform: none;
    }

    .styles_button-primary__1cXSf {
      background-color: var(--primary-color);
      color: white;
    }

    .styles_button__2IBOz:focus {
      border: none;
      outline: none;
      opacity: 0.7;
    }

    .styles_button__2IBOz:hover {
      cursor: pointer;
      opacity: 0.7;
    }

    .styles_skbutton-loading__3OsHk {
      opacity: 0.8;
      cursor: not-allowed;
      pointer-events: none;
      background-color: #d5d5d5 !important;
    }

    .styles_gftNextButton__1IPCX {
      height: 46px;
      background-color: var(--primary-color);
      border-radius: 4px;
      padding: 10px;
      font-size: 100%;
      color: white;
    }

    .styles_gtfFooterContainer__3aREw {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-bottom: 15px;
      padding-top: 15px;
      border-top: solid 1px #dedede;
      background-color: #ededed;
    }

    .styles_gtfFooterContainerAuthLinks__BNHrm {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-bottom: 15px;
      padding-top: 15px;
    }

    /****** NOT USED ******/

    .styles_snackBottomCenter__qqVjv {
      min-width: 400px;
      max-width: 450px;
      top: calc(50% + 240px);
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .styles_snackTopCenter__2TT3U {
      min-width: 400px;
      max-width: 450px;
      top: calc(50% - 240px);
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .styles_variableTemplateButtonContainer__WPLsg {
      display: flex;
      justify-content: center;
    }

    .styles_variableTemplateLinkText__1j1wN {
      color: var(--primary-color);
      text-decoration: underline;
      background-color: transparent;
    }

    .styles_userInfoVariablesContainer__1nm-M {
      background-color: white;
      margin: 15px;
      padding: 15px;
      border-radius: 4px;
    }

    .styles_userInfoVariablesHeader__2C-j2 {
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 23px;
    }

    .styles_messageBody__1rf8j {
      width: 50%;
    }

    .styles_messageBodyRow__26uVv {
      text-align: center;
    }

    .styles_messageTextArea__1OKDK {
      width: 100%;
      border: none;
      overflow: scroll;
      resize: none;
      min-height: 400px;
    }

    .styles_textField__PTlwV {
      box-sizing: content-box;
      color: #000;
      width: calc(100% - 24px);
      border: 1px solid #dbdcdd;
      height: 30px;
      padding: 10px 12px;
      font-size: 14px;
      transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      font-weight: 300;
      font-family: Source Sans Pro, Helvetica, SF Pro Icons, Neue, Helvetica, Arial,
        sans-serif;
      border-radius: 6px;
      letter-spacing: 2px;
      /* background-color: rgba(255, 255, 255, 0.15); */
      background-color: #ebeef0;
    }

    /* Source: https://loading.io/css/ */
    .styles_idsLoading__1gVYZ {
      display: inline-block;
      position: relative;
      width: 50px;
      height: 50px;
    }

    .styles_idsLoading__1gVYZ div {
      box-sizing: border-box;
      display: block;
      position: absolute;
      width: 40px;
      height: 40px;
      margin: 8px;
      border: 2px solid var(--primary-color);
      border-radius: 50%;
      animation: styles_idsLoading__1gVYZ 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: var(--primary-color) transparent transparent transparent;
    }

    .styles_idsLoading__1gVYZ div:nth-child(1) {
      animation-delay: -0.45s;
    }

    .styles_idsLoading__1gVYZ div:nth-child(2) {
      animation-delay: -0.3s;
    }

    .styles_idsLoading__1gVYZ div:nth-child(3) {
      animation-delay: -0.15s;
    }

    @keyframes styles_idsLoading__1gVYZ {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    .styles_divider__2Za0m {
      height: 1px;
      background-color: #adadac;
      width: 100%;
    }

    /* checkbox Switch  */
    .styles_lbl__1PUJY {
      margin-top: 14px;
      margin-left: 4px;
      position: relative;
      display: block;
      height: 12px;
      width: 35px;
      background: #898989;
      border-radius: 100px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .styles_lbl__1PUJY:after {
      position: absolute;
      left: -2px;
      top: -4px;
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 100px;
      background: #fff;
      box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
      content: "";
      transition: all 0.3s ease;
    }

    .styles_lbl__1PUJY:active:after {
      transform: scale(1.15, 0.85);
    }

    .styles_cbx__1G6xe:checked~label {
      background: #5b79ff;
    }

    .styles_cbx__1G6xe:checked~label:after {
      left: 20px;
      background: #526bdb;
    }

    .styles_cbx__1G6xe:disabled~label {
      background: #d5d5d5;
      pointer-events: none;
    }

    .styles_cbx__1G6xe:disabled~label:after {
      background: #bcbdbc;
    }

    .styles_hidden__3Tqu8 {
      display: none;
    }

    /* end checkbox */

    /* Dropdown */
    .styles_popUpContainer__2cDVd {
      position: absolute;
      z-index: 999;
      right: 0px;
      display: flex;
      flex-direction: column;
      background-color: white;
      border-radius: 4px;
      box-shadow: -5px 7px 20px -5px rgba(128, 126, 128, 1);
    }

    .styles_popUpTitleContainer__1C46R {
      width: 100%;
      background-color: #f1f1f1;
    }

    .styles_popUpTitle__qi7kK {
      margin-top: 20px;
      font-size: 20px;
      color: #000000;
      width: 100%;
      margin-left: 20px;
    }

    .styles_popUpRow__2MexR {
      padding: 4px 0px;
      margin: 4px 0px;
      overflow-y: scroll;
      cursor: pointer;
    }

    .styles_popUpItemLeft__2gjRe {
      width: 36px;
      height: 36px;
      margin: 5px;
      margin-right: 20px;
    }

    .styles_popUpItemRight__2tirK {
      width: 150px;
      height: 30px;
      display: flex;
      justify-content: left;
      align-items: center;
    }

    .styles_popUpItem__2oPRo {
      background-color: white;
      text-decoration: none;
      padding: 8px 12px 8px 12px;
      color: rgba(0, 0, 0, 0.87);
      width: auto;
      height: 24px;
      overflow: hidden;
      font-size: 1rem;
      box-sizing: content-box;
      font-weight: 400;
      font-family: "Roboto", "Helvetica", "Arial", sans-serif;
      line-height: 1.5em;
      white-space: nowrap;
      display: flex;
    }

    .styles_popUpItem__2oPRo:hover {
      background-color: #dfe2e6;
    }

    .styles_popUpDivider__2d2Es {
      width: 100%;
      height: 1px;
      background-color: #dfdfdf;
    }

    /* Modal */
    .styles_modal__3n5lV {
      position: absolute;
      top: 35%;
      left: 50%;
      z-index: 9999;
      transform: translate(-50%, -50%);
      min-width: 100%;
    }

    .styles_backdrop__2g-i9 {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 9998;
      background: rgba(0, 0, 0, 0.3);
    }

    .styles_modal-close-icon-container__g3pD4 {
      max-width: 500px;
      width: 100%;
      display: flex;
      justify-content: flex-end;
      margin: 0 auto -35px auto;
    }

    .styles_modal-close-icon__24wL9 {
      border: none;
      padding: 8px;
      display: flex;
      cursor: pointer;
      background: none;
      z-index: 9999;
      /* position: absolute;
  top: 0;
  right: 0; */
      background-color: #fff;
      border-radius: 4px;
      margin: 1px 10px 0 0;
    }

    .styles_modal-close-icon__24wL9 svg path {
      fill: #444;
    }

    .styles_modal__3n5lV .styles_hftMain__1rrse,
    .styles_modal__3n5lV .hftMain,
    .styles_modal__3n5lV .styles_main__3IdZG {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      margin: 0 auto;
    }

    .styles_recorder-waves__3-qI_ {
      display: flex;
      /*  height: 50px;*/
      /* max-width: 500px; */
    }

    .styles_audio-template-header__3RNLg {
      display: flex;
      flex: 1;
      align-items: center;
      justify-content: center;
      font-size: 19px;
      margin: 10px;
    }

    .styles_audio-template-passphase-wrapper__1Dubm {
      display: flex;
      flex: 3;
      align-items: center;
      font-size: 18px;
      font-weight: 600;
      justify-content: center;
      background-color: #f3f3f3;
    }

    .styles_passphase__pRQaU {
      color: #000000;
    }

    .styles_audio-template-recorder-wrapper__1No4b {
      display: flex;
      flex: 1;
      align-items: center;
      justify-content: center;
    }

    .styles_audio-template-audio-controller__3nGgw {
      display: flex;
      flex-direction: column;
      flex: 1;
      align-items: center;
      justify-content: center;
    }

    .styles_audio-template-footer__1zZ4a {
      display: flex;
      flex: 1;
      flex-direction: row;
      align-items: center;
      justify-content: center;
    }

    .styles_audio-confirm-button__1jKgc {
      background-color: var(--primary-color);
      color: #ffffff;
    }

    .styles_warning-message__1Cuz6 {
      font-size: 14px;
      color: red;
    }

    /* Loading component */
    .styles_loading-container__1vXio {
      margin: 1rem;
    }

    .styles_inline-loader__3HKnA,
    .styles_inline-loader__3HKnA>div {
      display: inline;
    }

    .styles_skbutton-disabled__3t1uc {
      opacity: 0.8;
      cursor: not-allowed;
      pointer-events: none;
    }

    .styles_no-margin__2jfpo {
      margin: 0;
    }

    .styles_error-container__3vAEw {
      --error-header-text-color: #000;
      --error-body-text-color: #888;
      --error-footer-light-text-color: #aaa;
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      height: 100vh;
      text-align: center;
      padding: 24px;
      box-sizing: border-box;
    }

    .styles_error-image-box__2zhLi {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 16px;
    }

    .styles_error-image__2-xOm {
      margin: 32px 0;
    }

    .styles_error-title__1c0y- {
      padding-bottom: 8px;
      margin-top: 20px;
      text-align: center;
      color: var(--error-header-text-color);
    }

    .styles_error-content-message__tRmmL {
      color: var(--error-body-text-color);
    }

    .styles_error-contents__QtWhx {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 16px;
      color: var(--error-body-text-color);
    }

    .styles_error-footer-p__1DaOL {
      margin-top: 24px;
      text-align: center;
    }

    .styles_error-footer-p__1DaOL a {
      color: var(--error-body-text-color);
    }

    .styles_error-footer-light__23Rct {
      font-size: 12px;
      margin-top: 24px;
      text-align: center;
      color: var(--error-footer-light-text-color);
    }

    .styles_iframeContainer__2HaPD {
      display: flex;
      flex-direction: column;
      background-color: #fafafe;
      min-height: 400px;
      max-height: 85vh;
      width: 50%;
      min-width: 370px;
      max-width: 500px;
      overflow: auto;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 4px;
      border: 1px solid #c5c5c5;
    }

    .styles_skOnfidoContainer__rZvwB {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .styles_hftMain__1rrse {
      display: flex;
      flex: 1;
      flex-direction: column;
      background-color: #ffffff;
      min-height: 400px;
      max-height: 85vh;
      width: 50%;
      min-width: 370px;
      max-width: 500px;
      overflow: auto;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 4px;
      border: 1px solid #dadada;
    }

    .styles_hftHeader__2mSzh {
      display: flex;
      margin-top: 25px;
      flex-direction: column;
      text-align: center;
      max-height: 200px;
    }

    .styles_hftHeaderTitle__boghI {
      font-size: 20px;
      padding-bottom: 4px;
      text-align: center;
      word-wrap: break-word;
      white-space: normal;
    }

    .styles_hftDescription__1XD7h {
      color: #acacb4;
      margin-left: 5px;
      margin-right: 5px;
      text-align: center;
      overflow: auto;
    }

    .styles_hftBody__3l6u3 {
      display: flex;
      flex: 5;
      flex-direction: column;
      justify-content: top;
      align-items: center;
      margin-top: 12px;
      overflow: auto;
    }

    .styles_hftContentIconBox__2960a {
      display: flex;
      flex: 1;
      justify-content: center;
      /* align-items: center; */
      margin-top: 25px;
    }

    .styles_hftIconWrapper__3WLra {
      width: 64px;
      height: 64px;
    }

    .styles_hftIcon__3VcCj {
      width: 100%;
      height: 100%;
    }

    .styles_hftContainer__QQFYC {
      width: 100%;
      justify-content: center;
      overflow: auto;
    }

    .styles_hftFooter__1TQVV {
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-content: flex-end;
      margin-right: 20px;
      margin-left: 20px;
      margin-bottom: 5px;
    }

    .styles_hftButtonContainer__7atiU {
      width: 100%;
      padding-bottom: 8px;
    }

    .styles_hftNextButton__2fSFJ {
      width: 100%;
      font: inherit;
      color: #fff;
      padding: 0.75em;
      margin-top: 1em;
      cursor: pointer;
      border-radius: 4px;
      text-align: center;
      box-sizing: border-box;
      background: var(--primary-color);
      border: 1px solid var(--primary-color);
    }

    .styles_hftNextButtonText__pIGf9 {
      width: 100%;
    }

    .styles_hftNextCallbackButton__1O4zW:hover>button,
    .styles_hftNextButton__2fSFJ:hover {
      background-color: rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(0, 0, 0, 0.2);
    }

    .styles_hftNextButton__2fSFJ:focus {
      outline: none;
    }

    .styles_hftNextCallbackButton__1O4zW:active>button,
    .styles_hftNextButton__2fSFJ:active {
      background-color: rgba(0, 0, 0, 0.4);
      border: 1px solid rgba(0, 0, 0, 0.4);
    }

    .styles_hftPoweredByText__3_s0Y {
      text-align: center;
      font-size: 11px;
      color: #acacb4;
      margin-top: 20px;
    }

    .styles_hftInputFieldContainer__3N4hv {
      display: flex;
      flex-direction: column;
      margin-left: 20px;
      margin-right: 20px;
    }

    .styles_hftFormContainer__GBpWN>div {
      position: relative;
      padding-top: 12px;
      margin-top: 12px;
    }

    .styles_hftFormContainer__GBpWN select,
    .styles_hftFormContainer__GBpWN input,
    .styles_hftFormContainer__GBpWN textarea {
      border: 1px solid #ccc;
      background: none;
      position: relative;
      top: 0;
      left: 0;
      z-index: 1;
      padding: 12px;
      outline: 0;
      font: inherit;
      border-radius: 4px;
    }

    .styles_hftFormContainer__GBpWN select:focus,
    .styles_hftFormContainer__GBpWN input:focus,
    .styles_hftFormContainer__GBpWN textarea:focus {
      border: 1px solid var(--primary-color);
      border-width: 2px;
      border-radius: 4px;
    }

    .styles_hftFormContainer__GBpWN input::placeholder,
    .styles_hftFormContainer__GBpWN textarea::placeholder {
      color: transparent;
    }

    .styles_hftFormContainer__GBpWN select:focus+label,
    .styles_hftFormContainer__GBpWN select:not([value=""]):valid+label,
    .styles_hftFormContainer__GBpWN input:focus+label,
    .styles_hftFormContainer__GBpWN textarea:focus+label,
    .styles_hftFormContainer__GBpWN input:not(:placeholder-shown)+label,
    .styles_hftFormContainer__GBpWN textarea:not(:placeholder-shown)+label {
      font-size: 70%;
      padding: 1px 6px;
      z-index: 2;
      text-transform: uppercase;
      top: 6px;
      left: 6px;
      height: 13px;
      background: #fff;
    }

    .styles_hftInputContainerHorizontal__NAOxo {
      display: flex;
    }

    .styles_hftInputContainerHorizontalRadio__2-0Qj {
      display: flex;
      flex-flow: row wrap;
    }

    .styles_hftFormHorizontalItem__1Wwzb {
      margin-right: 8px;
    }

    .styles_hftFormHorizontalItemRadioLabel__2kEC9 {
      margin-right: 20px;
      min-height: 30px;
    }

    .styles_hftInputHorizontalItem__1vCo5 input[type="checkbox"],
    input[type="radio"] {
      background: #fff;
      min-width: 20px;
    }

    .styles_hftFormContainer__GBpWN label {
      transition: 0.2s;
      position: absolute;
      color: #999;
      padding: 26px 12px 12px;
      margin-right: 10px;
      top: 0;
      left: 0;
      height: 9px;
      overflow-y: auto;
      /* Hide scrollbar for firefox*/
      scrollbar-width: none;
      -ms-overflow-style: none;
    }

    .styles_hftFormContainer__GBpWN select {
      min-width: 65px;
      outline: none;
      background: none;
    }

    /* Hide scrollbar for chrome and safari browsers */
    .styles_hftFormContainer__GBpWN label::-webkit-scrollbar {
      width: 0;
      height: 0;
    }

    body {
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
    }

    .styles_messageScreenContainer__3bxZk {
      width: 100%;
      justify-content: center;
      margin-top: 20px;
    }

    .styles_messageScreenDescription__3yW7l {
      color: #68686d;
      padding-left: 20px;
      padding-right: 20px;
    }

    .styles_messageScreenIcon__1OC-X {
      height: 100%;
      padding: 10px;
    }

    .styles_messageBody2__U0mmn {
      width: 100%;
    }

    .styles_messageBodyRow2__3W-bM {
      text-align: initial;
      overflow-wrap: break-word;
      white-space: pre-wrap
    }

    .styles_titleBody__-CyhS {
      text-align: center;
      overflow-wrap: break-word;
      max-height: 100px;
      overflow: auto;
    }

    .styles_messageTextArea2__35NkK {
      white-space: pre-wrap;
      padding: 10px;
    }


    .styles_recovery-codes__12CST {
      font-size: 18px;
      color: #f6a31d;
      display: flex;
      flex-wrap: wrap;
      padding: 0 30px;
    }

    .styles_recovery-code__1IgJO {
      flex: 50%;
      text-align: center;
      color: var(--primary-color);
    }

    .styles_input-error-message__1ItWw {
      color: #a22;
      font-size: 14px;
    }

    .styles_sk-form-input-error__2ZtyS {
      border: 1px solid #a22;
    }

    .styles_staggeredFlowLoadingScreenMain__1ofgf {
      height: 100vh;
      overflow: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100vw;
    }

    .styles_staggeredFlowLoadingScreenLoader__2FBsc {
      margin-bottom: 20px;
    }

    .styles_staggeredFlowLoadingScreenText__fEYa_ {
      font-size: 20px;
      color: #000000;
      font-weight: 500;
      text-align: center;
      margin-bottom: 20px;
    }

    @media screen and (max-width: 450px) {
      .styles_main__3IdZG {
        width: 100vw;
        height: 100%;
        border-radius: 0;
        overflow: auto;
        max-height: 100vh;
      }

      .styles_login_main__3_GKj {
        width: 100vw;
        height: 100%;
        border-radius: 0;
        overflow: auto;
      }

      .styles_hftMain__1rrse {
        width: 100vw;
        height: 100%;
        border-radius: 0;
        overflow: auto;
        max-height: 100vh;
        min-width: 0px;
      }

      .styles_iframeContainer__2HaPD {
        width: 100vw;
        height: 100%;
        border-radius: 0;
        overflow: auto;
        max-height: 100vh;
      }
    }

    @media screen and (max-height: 600px) {
      .styles_main__3IdZG {
        height: 100%;
        overflow: auto;
        max-height: 100vh;
      }

      .styles_login_main__3_GKj {
        height: 100%;
        overflow: auto;
      }

      ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
      }

      ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
      }

      .styles_hftMain__1rrse {
        height: 100%;
        overflow: auto;
        max-height: 100vh;
      }

      .styles_iframeContainer__2HaPD {
        height: 100%;
        overflow: auto;
        max-height: 100vh;
      }
    }

    @media screen and (min-width: 480px) {
      .styles_modal__3n5lV {
        min-width: 60em;
      }

      .styles_error-image__2-xOm {
        max-width: 480px;
      }
    }

    /* these styles only applies in IE 11 */
    @media all and (-ms-high-contrast: none),
    (-ms-high-contrast: active) {

      .styles_hftMain__1rrse,
      .styles_hftBody__3l6u3,
      .styles_hftFooter__1TQVV,
      .styles_hftContentIconBox__2960a,
      .styles_headerMessageContainer__26oyU,
      .styles_headerMessageText__1UD8j,
      .styles_headerMessageText20Margin__mDu3m,
      .styles_headerMessageTextMargin__2L0ve,
      .styles_headerSubMessageText__kU5Dd,
      .styles_mainBody2__37abf,
      .styles_credListRow__2XxdX,
      .styles_credListDetails__VSw1Z,
      .styles_credListName__6Hj_7,
      .styles_credListDescription__1HELP,
      .styles_userInfoTitle___KcMU,
      .styles_login_body__3AuQL,
      .styles_mc_credListRow__1tWv-,
      .styles_audio-template-header__3RNLg,
      .styles_audio-template-passphase-wrapper__1Dubm,
      .styles_audio-template-recorder-wrapper__1No4b,
      .styles_audio-template-audio-controller__3nGgw,
      .styles_audio-template-footer__1zZ4a,
      .styles_error-container__3vAEw {
        /* we are using flex: 1; which is short hand for flex-grow:1, flex:shrink:1, flex-basis: 0% */
        /* but flex-basis:0% is not understood by IE11 so making this to auto(default) value*/
        flex-basis: auto !important;
      }

      .styles_recovery-code__1IgJO {
        flex-basis: 50%;
      }

      .styles_userInfoRow__1_8ku {
        flex-basis: 45%;
      }

      .styles_main__3IdZG,
      .styles_mainThirdParty__1OgeU,
      .styles_mainRunFlow__2J6qx,
      .styles_login_main__3_GKj,
      .styles_gftMain__3h1dh,
      .styles_messageTextArea__1OKDK,
      .styles_iframeContainer__2HaPD,
      .styles_hftMain__1rrse {
        height: 400px;
      }
    }

    @media all and (-ms-high-contrast: none),
    (-ms-high-contrast: active) and (max-width: 582px) {
      .styles_userInfoRow__1_8ku {
        flex-basis: 100%;
      }
    }
 
  
    .Snackbar_snackbar-wrapper__-YWMB {
      display: flex;
      align-items: center;
      margin: 8px;
      position: fixed;
      right: 0;
      left: 0;
      z-index: 100000;
      transition: opacity 150ms, transform 150ms;
      pointer-events: none;
    }

    .Snackbar_snackbar-wrapper-top-left__ooUHX,
    .Snackbar_snackbar-wrapper-top-center__1d2qu,
    .Snackbar_snackbar-wrapper-top-right__1ZG-S {
      top: 8px;
    }

    .Snackbar_snackbar-wrapper-bottom-left__28sX4,
    .Snackbar_snackbar-wrapper-bottom-center__2g1wn,
    .Snackbar_snackbar-wrapper-bottom-right__2P4vJ {
      bottom: 8px;
    }

    .Snackbar_snackbar-wrapper-top-left__ooUHX,
    .Snackbar_snackbar-wrapper-bottom-left__28sX4 {
      justify-content: flex-start;
    }

    .Snackbar_snackbar-wrapper-top-center__1d2qu,
    .Snackbar_snackbar-wrapper-bottom-center__2g1wn {
      justify-content: center;
    }

    .Snackbar_snackbar-wrapper-top-right__1ZG-S,
    .Snackbar_snackbar-wrapper-bottom-right__2P4vJ {
      justify-content: flex-end;
    }

    .Snackbar_snackbar__2E7vG {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      border-radius: 4px;
      min-width: 334px;
      max-width: 672px;
      background-color: #333;
      box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14),
        0 1px 18px 0 rgba(0, 0, 0, 0.12);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.87);
      letter-spacing: 0.25px;
      line-height: 20px;
      text-align: left;
    }

    /* Responsiveness based on Material Design */
    @media (max-width: 480px),
    (max-width: 344px) {
      .Snackbar_snackbar__2E7vG {
        min-width: 100%;
      }
    }

    .Snackbar_snackbar__text__3TqrT {
      flex-grow: 1;
      padding: 14px 16px;
      margin: 0;
      pointer-events: auto;
      overflow: auto;
    }

    .Snackbar_snackbar__close__t8zN3 {
      flex-shrink: 0;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 36px;
      height: 36px;
      padding: 8px;
      margin: 0 8px 0 0;
      cursor: pointer;
      pointer-events: auto;
      -webkit-tap-highlight-color: transparent;

      /* Reset button styles */
      outline: none;
      background-color: transparent;
      border: none;

      /* SVG icon properties */
      font-size: 12px;
      color: rgba(255, 255, 255, 0.87);
    }

    .Snackbar_snackbar__close__t8zN3:before {
      content: '';
      background-color: #fff;
      border-radius: 50%;
      opacity: 0;
      position: absolute;
      transition: opacity 120ms linear;
      top: 0%;
      left: 0%;
      width: 100%;
      height: 100%;
    }

    @media (hover: hover) {
      .Snackbar_snackbar__close__t8zN3:hover:before {
        opacity: 0.08;
      }
    }

    /* CSSTransition classNames logic */
    .Snackbar_snackbar-enter__3oSid,
    .Snackbar_snackbar-exit-active__1b9wb {
      opacity: 0;
    }

    .Snackbar_snackbar-enter-active__2hm5S {
      opacity: 1;
    }

    .Snackbar_snackbar-enter-top-left__2bDWQ,
    .Snackbar_snackbar-enter-top-center__1c9ZD,
    .Snackbar_snackbar-enter-top-right__3Eiz8,
    .Snackbar_snackbar-exit-active-top-left__11TK5,
    .Snackbar_snackbar-exit-active-top-center__AviXG,
    .Snackbar_snackbar-exit-active-top-right__3Avo5 {
      transform: translateY(-16px);
    }

    .Snackbar_snackbar-enter-bottom-left__hpFGH,
    .Snackbar_snackbar-enter-bottom-center__2o3Tk,
    .Snackbar_snackbar-enter-bottom-right__1IvqM,
    .Snackbar_snackbar-exit-active-bottom-left__2xOHx,
    .Snackbar_snackbar-exit-active-bottom-center__3Gibr,
    .Snackbar_snackbar-exit-active-bottom-right__1GMZJ {
      transform: translateY(16px);
    }

    .Snackbar_snackbar-enter-active-top-left__24uAc,
    .Snackbar_snackbar-enter-active-top-center__1tJ6y,
    .Snackbar_snackbar-enter-active-top-right__Dyui7,
    .Snackbar_snackbar-enter-active-bottom-left__eRMDR,
    .Snackbar_snackbar-enter-active-bottom-center__2uLT1,
    .Snackbar_snackbar-enter-active-bottom-right__1AjYU {
      transform: translateY(0px);
    }
 
  
    .FileSelector_sk-file-selector-root__2hWD9,
    :root {
      --btn-background: #efefef;
      --btn-background-hover: #e2e2e2;
      --btn-border: #ddd;
      --btn-color: #424242;

      --file-selected: #435AC1;

      --white: #fff;
      --base-background: #efefef;

      --btn-primary: #526BDB;
      --btn-primary-border: #526BDB;
    }

    .FileSelector_sk-flex__1I_lW {
      display: flex;
    }

    .FileSelector_sk-hide__3DNHM {
      display: none;
    }

    .FileSelector_sk-file-selector-img__2vvyY {
      height: 200px;
    }

    .FileSelector_sk-file-container-main__18HN9 {
      padding: 8px;
      position: relative;
      background: var(--base-background);
      max-height: 64vh;
      overflow-y: auto;
    }

    .FileSelector_sk-file-loading-overlay__Vkpm5 {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.4);
    }

    .FileSelector_sk-empty-files__1GSHX {
      min-height: 281px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .FileSelector_sk-file-container__298vi {
      flex-wrap: wrap;
    }

    .FileSelector_sk-file-selector-file__18LGg {
      padding: 8px;
      background: var(--white);
      margin: 0 8px 8px 0;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .FileSelector_sk-file-selector-img__2vvyY {
      cursor: pointer;
    }

    .FileSelector_sk-file-selector-file__18LGg.FileSelector_sk-file-selected__nt0TH {
      box-shadow: inset 0 0 0 3px var(--file-selected), 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .FileSelector_sk-file-actions__QTEEo {
      display: flex;
      justify-content: space-between;
    }

    .FileSelector_sk-input__2B7eF {
      display: none;
    }

    .FileSelector_sk-input-label__MGkl5 {
      display: inline-block;
    }

    .FileSelector_sk-base-button__pYCL-,
    .FileSelector_sk-input-label__MGkl5 {
      margin: 8px;
      color: var(--btn-color);
      padding: 8px;
      font: inherit;
      border: 1px solid var(--btn-border);
      border-radius: 2px;
      cursor: pointer;
      background: var(--btn-background);
    }

    .FileSelector_sk-base-button__pYCL-:hover,
    .FileSelector_sk-input-label__MGkl5:hover {
      background: var(--btn-background-hover);
    }

    .FileSelector_sk-btn-primary__1BjX4 {
      background: var(--btn-primary);
      border: 1px solid var(--btn-primary-border);
      color: var(--white);
    }

    .FileSelector_sk-btn-primary__1BjX4:hover {
      background: var(--btn-primary-border);
    }

    .FileSelector_sk-m-0__jWn5Y {
      margin: 0;
    }

    .FileSelector_sk-btn-disabled__1H3q2 {
      pointer-events: none;
      cursor: not-allowed;
    }

    .FileSelector_sk-modal-content__1vkBQ {
      left: 0;
      width: 100%;
      padding: 8px;
      box-sizing: border-box;
      background: var(--white);
      transform: translateY(-50%);
    }

    .FileSelector_sk-camera-root__1W3CJ {
      position: relative;
    }

    .FileSelector_sk-camera-btns__Gxmlk {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .FileSelector_sk-full-flex__1CjrN {
      flex: 1;
    }

    .FileSelector_sk-camera-btns__Gxmlk button:first-child {
      margin-left: 0;
    }

    .FileSelector_sk-camera-btns__Gxmlk button:last-child {
      margin-right: 0;
    }

    .FileSelector_sk-btn-enable-overlay__U2Ixh {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .FileSelector_sk-modal-close-container__2UJWA {
      max-width: 100%;
      margin: 0 auto;
    }

    .FileSelector_sk-modal-close-button__2WHFD {
      margin: 0;
      border-radius: 0;
    }

    @media screen and (min-width: 480px) {
      .FileSelector_sk-modal-content__1vkBQ {
        width: 60em;
        margin: 0 auto;
        left: calc((100vw - 60em - 16px) / 2);
      }

      .FileSelector_sk-full-flex__1CjrN {
        flex: initial;
      }
    }

    @media screen and (max-width: 576px) {
      .FileSelector_sk-modal-content__1vkBQ {
        height: 100%;
        display: flex;
        max-height: 100%;
        align-items: center;
        flex-direction: column;
        justify-content: center;
      }

      .FileSelector_sk-camera-btns__Gxmlk {
        left: 8px;
        bottom: 0;
        position: fixed;
        background: #fff;
        width: calc(100% - 16px);
      }
    }

    @media all and (-ms-high-contrast: none),
    (-ms-high-contrast: active) {
      .FileSelector_sk-full-flex__1CjrN {
        flex-basis: auto;
      }
    }
 
  
    .quill-snow_ql-container__13VQ_ {
      box-sizing: border-box;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 13px;
      height: 100%;
      margin: 0px;
      position: relative;
    }

    .quill-snow_ql-container__13VQ_.quill-snow_ql-disabled__8VidJ .quill-snow_ql-tooltip__2pR03 {
      visibility: hidden;
    }

    .quill-snow_ql-container__13VQ_.quill-snow_ql-disabled__8VidJ .quill-snow_ql-editor__3s3fs ul[data-checked]>li::before {
      pointer-events: none;
    }

    .quill-snow_ql-clipboard__2Zm2R {
      left: -100000px;
      height: 1px;
      overflow-y: hidden;
      position: absolute;
      top: 50%;
    }

    .quill-snow_ql-clipboard__2Zm2R p {
      margin: 0;
      padding: 0;
    }

    .quill-snow_ql-editor__3s3fs {
      box-sizing: border-box;
      line-height: 1.42;
      height: 100%;
      outline: none;
      overflow-y: auto;
      padding: 12px 15px;
      tab-size: 4;
      -moz-tab-size: 4;
      text-align: left;
      white-space: pre-wrap;
      word-wrap: break-word;
    }

    .quill-snow_ql-editor__3s3fs>* {
      cursor: text;
    }

    .quill-snow_ql-editor__3s3fs p,
    .quill-snow_ql-editor__3s3fs ol,
    .quill-snow_ql-editor__3s3fs ul,
    .quill-snow_ql-editor__3s3fs pre,
    .quill-snow_ql-editor__3s3fs blockquote,
    .quill-snow_ql-editor__3s3fs h1,
    .quill-snow_ql-editor__3s3fs h2,
    .quill-snow_ql-editor__3s3fs h3,
    .quill-snow_ql-editor__3s3fs h4,
    .quill-snow_ql-editor__3s3fs h5,
    .quill-snow_ql-editor__3s3fs h6 {
      margin: 0;
      padding: 0;
      counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    }

    .quill-snow_ql-editor__3s3fs ol,
    .quill-snow_ql-editor__3s3fs ul {
      padding-left: 1.5em;
    }

    .quill-snow_ql-editor__3s3fs ol>li,
    .quill-snow_ql-editor__3s3fs ul>li {
      list-style-type: none;
    }

    .quill-snow_ql-editor__3s3fs ul>li::before {
      content: '\2022';
    }

    .quill-snow_ql-editor__3s3fs ul[data-checked=true],
    .quill-snow_ql-editor__3s3fs ul[data-checked=false] {
      pointer-events: none;
    }

    .quill-snow_ql-editor__3s3fs ul[data-checked=true]>li *,
    .quill-snow_ql-editor__3s3fs ul[data-checked=false]>li * {
      pointer-events: all;
    }

    .quill-snow_ql-editor__3s3fs ul[data-checked=true]>li::before,
    .quill-snow_ql-editor__3s3fs ul[data-checked=false]>li::before {
      color: #777;
      cursor: pointer;
      pointer-events: all;
    }

    .quill-snow_ql-editor__3s3fs ul[data-checked=true]>li::before {
      content: '\2611';
    }

    .quill-snow_ql-editor__3s3fs ul[data-checked=false]>li::before {
      content: '\2610';
    }

    .quill-snow_ql-editor__3s3fs li::before {
      display: inline-block;
      white-space: nowrap;
      width: 1.2em;
    }

    .quill-snow_ql-editor__3s3fs li:not(.quill-snow_ql-direction-rtl__2Iqaw)::before {
      margin-left: -1.5em;
      margin-right: 0.3em;
      text-align: right;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-direction-rtl__2Iqaw::before {
      margin-left: 0.3em;
      margin-right: -1.5em;
    }

    .quill-snow_ql-editor__3s3fs ol li:not(.quill-snow_ql-direction-rtl__2Iqaw),
    .quill-snow_ql-editor__3s3fs ul li:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 1.5em;
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-direction-rtl__2Iqaw,
    .quill-snow_ql-editor__3s3fs ul li.quill-snow_ql-direction-rtl__2Iqaw {
      padding-right: 1.5em;
    }

    .quill-snow_ql-editor__3s3fs ol li {
      counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
      counter-increment: list-0;
    }

    .quill-snow_ql-editor__3s3fs ol li:before {
      content: counter(list-0, decimal) '. ';
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-1__k7VuZ {
      counter-increment: list-1;
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-1__k7VuZ:before {
      content: counter(list-1, lower-alpha) '. ';
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-1__k7VuZ {
      counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-2__YsnW0 {
      counter-increment: list-2;
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-2__YsnW0:before {
      content: counter(list-2, lower-roman) '. ';
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-2__YsnW0 {
      counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-3__1JXD5 {
      counter-increment: list-3;
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-3__1JXD5:before {
      content: counter(list-3, decimal) '. ';
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-3__1JXD5 {
      counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-4__1fWTT {
      counter-increment: list-4;
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-4__1fWTT:before {
      content: counter(list-4, lower-alpha) '. ';
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-4__1fWTT {
      counter-reset: list-5 list-6 list-7 list-8 list-9;
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-5__2ONYb {
      counter-increment: list-5;
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-5__2ONYb:before {
      content: counter(list-5, lower-roman) '. ';
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-5__2ONYb {
      counter-reset: list-6 list-7 list-8 list-9;
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-6__3C-ZV {
      counter-increment: list-6;
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-6__3C-ZV:before {
      content: counter(list-6, decimal) '. ';
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-6__3C-ZV {
      counter-reset: list-7 list-8 list-9;
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-7__1XiYw {
      counter-increment: list-7;
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-7__1XiYw:before {
      content: counter(list-7, lower-alpha) '. ';
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-7__1XiYw {
      counter-reset: list-8 list-9;
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-8__3xwOP {
      counter-increment: list-8;
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-8__3xwOP:before {
      content: counter(list-8, lower-roman) '. ';
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-8__3xwOP {
      counter-reset: list-9;
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-9__x8tt0 {
      counter-increment: list-9;
    }

    .quill-snow_ql-editor__3s3fs ol li.quill-snow_ql-indent-9__x8tt0:before {
      content: counter(list-9, decimal) '. ';
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-indent-1__k7VuZ:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 3em;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-indent-1__k7VuZ:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 4.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-indent-1__k7VuZ.quill-snow_ql-direction-rtl__2Iqaw.quill-snow_ql-align-right__1d1lU {
      padding-right: 3em;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-indent-1__k7VuZ.quill-snow_ql-direction-rtl__2Iqaw.quill-snow_ql-align-right__1d1lU {
      padding-right: 4.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-indent-2__YsnW0:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 6em;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-indent-2__YsnW0:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 7.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-indent-2__YsnW0.quill-snow_ql-direction-rtl__2Iqaw.quill-snow_ql-align-right__1d1lU {
      padding-right: 6em;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-indent-2__YsnW0.quill-snow_ql-direction-rtl__2Iqaw.quill-snow_ql-align-right__1d1lU {
      padding-right: 7.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-indent-3__1JXD5:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 9em;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-indent-3__1JXD5:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 10.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-indent-3__1JXD5.quill-snow_ql-direction-rtl__2Iqaw.quill-snow_ql-align-right__1d1lU {
      padding-right: 9em;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-indent-3__1JXD5.quill-snow_ql-direction-rtl__2Iqaw.quill-snow_ql-align-right__1d1lU {
      padding-right: 10.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-indent-4__1fWTT:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 12em;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-indent-4__1fWTT:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 13.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-indent-4__1fWTT.quill-snow_ql-direction-rtl__2Iqaw.quill-snow_ql-align-right__1d1lU {
      padding-right: 12em;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-indent-4__1fWTT.quill-snow_ql-direction-rtl__2Iqaw.quill-snow_ql-align-right__1d1lU {
      padding-right: 13.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-indent-5__2ONYb:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 15em;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-indent-5__2ONYb:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 16.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-indent-5__2ONYb.quill-snow_ql-direction-rtl__2Iqaw.quill-snow_ql-align-right__1d1lU {
      padding-right: 15em;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-indent-5__2ONYb.quill-snow_ql-direction-rtl__2Iqaw.quill-snow_ql-align-right__1d1lU {
      padding-right: 16.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-indent-6__3C-ZV:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 18em;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-indent-6__3C-ZV:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 19.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-indent-6__3C-ZV.quill-snow_ql-direction-rtl__2Iqaw.quill-snow_ql-align-right__1d1lU {
      padding-right: 18em;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-indent-6__3C-ZV.quill-snow_ql-direction-rtl__2Iqaw.quill-snow_ql-align-right__1d1lU {
      padding-right: 19.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-indent-7__1XiYw:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 21em;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-indent-7__1XiYw:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 22.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-indent-7__1XiYw.quill-snow_ql-direction-rtl__2Iqaw.quill-snow_ql-align-right__1d1lU {
      padding-right: 21em;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-indent-7__1XiYw.quill-snow_ql-direction-rtl__2Iqaw.quill-snow_ql-align-right__1d1lU {
      padding-right: 22.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-indent-8__3xwOP:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 24em;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-indent-8__3xwOP:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 25.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-indent-8__3xwOP.quill-snow_ql-direction-rtl__2Iqaw.quill-snow_ql-align-right__1d1lU {
      padding-right: 24em;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-indent-8__3xwOP.quill-snow_ql-direction-rtl__2Iqaw.quill-snow_ql-align-right__1d1lU {
      padding-right: 25.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-indent-9__x8tt0:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 27em;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-indent-9__x8tt0:not(.quill-snow_ql-direction-rtl__2Iqaw) {
      padding-left: 28.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-indent-9__x8tt0.quill-snow_ql-direction-rtl__2Iqaw.quill-snow_ql-align-right__1d1lU {
      padding-right: 27em;
    }

    .quill-snow_ql-editor__3s3fs li.quill-snow_ql-indent-9__x8tt0.quill-snow_ql-direction-rtl__2Iqaw.quill-snow_ql-align-right__1d1lU {
      padding-right: 28.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-video__s15z1 {
      display: block;
      max-width: 100%;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-video__s15z1.quill-snow_ql-align-center__2XJO6 {
      margin: 0 auto;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-video__s15z1.quill-snow_ql-align-right__1d1lU {
      margin: 0 0 0 auto;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-bg-black__2mrTk {
      background-color: #000;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-bg-red__2mI6v {
      background-color: #e60000;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-bg-orange__Ho9Yr {
      background-color: #f90;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-bg-yellow__1LoCg {
      background-color: #ff0;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-bg-green__3sCCA {
      background-color: #008a00;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-bg-blue__3FZNs {
      background-color: #06c;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-bg-purple__1at3H {
      background-color: #93f;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-color-white__3qYue {
      color: #fff;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-color-red__378F5 {
      color: #e60000;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-color-orange__qZrzu {
      color: #f90;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-color-yellow__3RTwV {
      color: #ff0;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-color-green__1Tc5d {
      color: #008a00;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-color-blue__3gjv8 {
      color: #06c;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-color-purple__2u6XP {
      color: #93f;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-font-serif__1NGQi {
      font-family: Georgia, Times New Roman, serif;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-font-monospace__2pcL9 {
      font-family: Monaco, Courier New, monospace;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-size-small__gaJkv {
      font-size: 0.75em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-size-large__m5p5b {
      font-size: 1.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-size-huge__tiJOz {
      font-size: 2.5em;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-direction-rtl__2Iqaw {
      direction: rtl;
      text-align: inherit;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-align-center__2XJO6 {
      text-align: center;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-align-justify__2oI-h {
      text-align: justify;
    }

    .quill-snow_ql-editor__3s3fs .quill-snow_ql-align-right__1d1lU {
      text-align: right;
    }

    .quill-snow_ql-editor__3s3fs.quill-snow_ql-blank__3KppU::before {
      color: rgba(0, 0, 0, 0.6);
      content: attr(data-placeholder);
      font-style: italic;
      left: 15px;
      pointer-events: none;
      position: absolute;
      right: 15px;
    }

    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e:after,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e:after {
      clear: both;
      content: '';
      display: table;
    }

    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button {
      background: none;
      border: none;
      cursor: pointer;
      display: inline-block;
      float: left;
      height: 24px;
      padding: 3px 5px;
      width: 28px;
    }

    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button svg,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button svg {
      float: left;
      height: 100%;
    }

    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button:active:hover,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button:active:hover {
      outline: none;
    }

    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e input.quill-snow_ql-image__3baEc[type=file],
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e input.quill-snow_ql-image__3baEc[type=file] {
      display: none;
    }

    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button:hover,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button:hover,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button:focus,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button:focus,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button.quill-snow_ql-active__1A8xn,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button.quill-snow_ql-active__1A8xn,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1:hover,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1:hover,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1.quill-snow_ql-active__1A8xn,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1.quill-snow_ql-active__1A8xn,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb:hover,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb:hover,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb.quill-snow_ql-selected__1WU0Q,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb.quill-snow_ql-selected__1WU0Q {
      color: #06c;
    }

    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button:hover .quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button:hover .quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button:focus .quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button:focus .quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button.quill-snow_ql-active__1A8xn .quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button.quill-snow_ql-active__1A8xn .quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1:hover .quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1:hover .quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1.quill-snow_ql-active__1A8xn .quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1.quill-snow_ql-active__1A8xn .quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb:hover .quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb:hover .quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb.quill-snow_ql-selected__1WU0Q .quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb.quill-snow_ql-selected__1WU0Q .quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button:hover .quill-snow_ql-stroke__3JVkz.quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button:hover .quill-snow_ql-stroke__3JVkz.quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button:focus .quill-snow_ql-stroke__3JVkz.quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button:focus .quill-snow_ql-stroke__3JVkz.quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button.quill-snow_ql-active__1A8xn .quill-snow_ql-stroke__3JVkz.quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button.quill-snow_ql-active__1A8xn .quill-snow_ql-stroke__3JVkz.quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1:hover .quill-snow_ql-stroke__3JVkz.quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1:hover .quill-snow_ql-stroke__3JVkz.quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1.quill-snow_ql-active__1A8xn .quill-snow_ql-stroke__3JVkz.quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1.quill-snow_ql-active__1A8xn .quill-snow_ql-stroke__3JVkz.quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb:hover .quill-snow_ql-stroke__3JVkz.quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb:hover .quill-snow_ql-stroke__3JVkz.quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb.quill-snow_ql-selected__1WU0Q .quill-snow_ql-stroke__3JVkz.quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb.quill-snow_ql-selected__1WU0Q .quill-snow_ql-stroke__3JVkz.quill-snow_ql-fill__2yY8U {
      fill: #06c;
    }

    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button:hover .quill-snow_ql-stroke__3JVkz,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button:hover .quill-snow_ql-stroke__3JVkz,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button:focus .quill-snow_ql-stroke__3JVkz,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button:focus .quill-snow_ql-stroke__3JVkz,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button.quill-snow_ql-active__1A8xn .quill-snow_ql-stroke__3JVkz,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button.quill-snow_ql-active__1A8xn .quill-snow_ql-stroke__3JVkz,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1:hover .quill-snow_ql-stroke__3JVkz,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1:hover .quill-snow_ql-stroke__3JVkz,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1.quill-snow_ql-active__1A8xn .quill-snow_ql-stroke__3JVkz,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1.quill-snow_ql-active__1A8xn .quill-snow_ql-stroke__3JVkz,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb:hover .quill-snow_ql-stroke__3JVkz,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb:hover .quill-snow_ql-stroke__3JVkz,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb.quill-snow_ql-selected__1WU0Q .quill-snow_ql-stroke__3JVkz,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb.quill-snow_ql-selected__1WU0Q .quill-snow_ql-stroke__3JVkz,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button:hover .quill-snow_ql-stroke-miter__3-_dk,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button:hover .quill-snow_ql-stroke-miter__3-_dk,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button:focus .quill-snow_ql-stroke-miter__3-_dk,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button:focus .quill-snow_ql-stroke-miter__3-_dk,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button.quill-snow_ql-active__1A8xn .quill-snow_ql-stroke-miter__3-_dk,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button.quill-snow_ql-active__1A8xn .quill-snow_ql-stroke-miter__3-_dk,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1:hover .quill-snow_ql-stroke-miter__3-_dk,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1:hover .quill-snow_ql-stroke-miter__3-_dk,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1.quill-snow_ql-active__1A8xn .quill-snow_ql-stroke-miter__3-_dk,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-label__Lubw1.quill-snow_ql-active__1A8xn .quill-snow_ql-stroke-miter__3-_dk,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb:hover .quill-snow_ql-stroke-miter__3-_dk,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb:hover .quill-snow_ql-stroke-miter__3-_dk,
    .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb.quill-snow_ql-selected__1WU0Q .quill-snow_ql-stroke-miter__3-_dk,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e .quill-snow_ql-picker-item__GjRFb.quill-snow_ql-selected__1WU0Q .quill-snow_ql-stroke-miter__3-_dk {
      stroke: #06c;
    }

    @media (pointer: coarse) {

      .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button:hover:not(.quill-snow_ql-active__1A8xn),
      .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button:hover:not(.quill-snow_ql-active__1A8xn) {
        color: #444;
      }

      .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button:hover:not(.quill-snow_ql-active__1A8xn) .quill-snow_ql-fill__2yY8U,
      .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button:hover:not(.quill-snow_ql-active__1A8xn) .quill-snow_ql-fill__2yY8U,
      .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button:hover:not(.quill-snow_ql-active__1A8xn) .quill-snow_ql-stroke__3JVkz.quill-snow_ql-fill__2yY8U,
      .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button:hover:not(.quill-snow_ql-active__1A8xn) .quill-snow_ql-stroke__3JVkz.quill-snow_ql-fill__2yY8U {
        fill: #444;
      }

      .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button:hover:not(.quill-snow_ql-active__1A8xn) .quill-snow_ql-stroke__3JVkz,
      .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button:hover:not(.quill-snow_ql-active__1A8xn) .quill-snow_ql-stroke__3JVkz,
      .quill-snow_ql-snow__193Gp.quill-snow_ql-toolbar__3Ak2e button:hover:not(.quill-snow_ql-active__1A8xn) .quill-snow_ql-stroke-miter__3-_dk,
      .quill-snow_ql-snow__193Gp .quill-snow_ql-toolbar__3Ak2e button:hover:not(.quill-snow_ql-active__1A8xn) .quill-snow_ql-stroke-miter__3-_dk {
        stroke: #444;
      }
    }

    .quill-snow_ql-snow__193Gp {
      box-sizing: border-box;
    }

    .quill-snow_ql-snow__193Gp * {
      box-sizing: border-box;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-hidden__2wg5I {
      display: none;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-out-bottom__1tQV2,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-out-top__26Qa2 {
      visibility: hidden;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-tooltip__2pR03 {
      position: absolute;
      transform: translateY(10px);
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-tooltip__2pR03 a {
      cursor: pointer;
      text-decoration: none;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-tooltip__2pR03.quill-snow_ql-flip__1A6A5 {
      transform: translateY(-10px);
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-formats__1jHs4 {
      display: inline-block;
      vertical-align: middle;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-formats__1jHs4:after {
      clear: both;
      content: '';
      display: table;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-stroke__3JVkz {
      fill: none;
      stroke: #444;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 2;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-stroke-miter__3-_dk {
      fill: none;
      stroke: #444;
      stroke-miterlimit: 10;
      stroke-width: 2;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-fill__2yY8U,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-stroke__3JVkz.quill-snow_ql-fill__2yY8U {
      fill: #444;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-empty__1jw__ {
      fill: none;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-even__26x5C {
      fill-rule: evenodd;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-thin__11GAO,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-stroke__3JVkz.quill-snow_ql-thin__11GAO {
      stroke-width: 1;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-transparent__Y0G6U {
      opacity: 0.4;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-direction__2bVp_ svg:last-child {
      display: none;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-direction__2bVp_.quill-snow_ql-active__1A8xn svg:last-child {
      display: inline;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-direction__2bVp_.quill-snow_ql-active__1A8xn svg:first-child {
      display: none;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-editor__3s3fs h1 {
      font-size: 2em;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-editor__3s3fs h2 {
      font-size: 1.5em;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-editor__3s3fs h3 {
      font-size: 1.17em;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-editor__3s3fs h4 {
      font-size: 1em;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-editor__3s3fs h5 {
      font-size: 0.83em;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-editor__3s3fs h6 {
      font-size: 0.67em;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-editor__3s3fs a {
      text-decoration: underline;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-editor__3s3fs blockquote {
      border-left: 4px solid #ccc;
      margin-bottom: 5px;
      margin-top: 5px;
      padding-left: 16px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-editor__3s3fs code,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-editor__3s3fs pre {
      background-color: #f0f0f0;
      border-radius: 3px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-editor__3s3fs pre {
      white-space: pre-wrap;
      margin-bottom: 5px;
      margin-top: 5px;
      padding: 5px 10px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-editor__3s3fs code {
      font-size: 85%;
      padding: 2px 4px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-editor__3s3fs pre.quill-snow_ql-syntax__2AxZ5 {
      background-color: #23241f;
      color: #f8f8f2;
      overflow: visible;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-editor__3s3fs img {
      max-width: 100%;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6 {
      color: #444;
      display: inline-block;
      float: left;
      font-size: 14px;
      font-weight: 500;
      height: 24px;
      position: relative;
      vertical-align: middle;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker-label__Lubw1 {
      cursor: pointer;
      display: inline-block;
      height: 100%;
      padding-left: 8px;
      padding-right: 2px;
      position: relative;
      width: 100%;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker-label__Lubw1::before {
      display: inline-block;
      line-height: 22px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker-options__2ZRE9 {
      background-color: #fff;
      display: none;
      min-width: 100%;
      padding: 4px 8px;
      position: absolute;
      white-space: nowrap;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker-options__2ZRE9 .quill-snow_ql-picker-item__GjRFb {
      cursor: pointer;
      display: block;
      padding-bottom: 5px;
      padding-top: 5px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-expanded__Gjd5o .quill-snow_ql-picker-label__Lubw1 {
      color: #ccc;
      z-index: 2;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-expanded__Gjd5o .quill-snow_ql-picker-label__Lubw1 .quill-snow_ql-fill__2yY8U {
      fill: #ccc;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-expanded__Gjd5o .quill-snow_ql-picker-label__Lubw1 .quill-snow_ql-stroke__3JVkz {
      stroke: #ccc;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-expanded__Gjd5o .quill-snow_ql-picker-options__2ZRE9 {
      display: block;
      margin-top: -1px;
      top: 100%;
      z-index: 1;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-color-picker__1OwPn,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-icon-picker__2oL6M {
      width: 28px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-color-picker__1OwPn .quill-snow_ql-picker-label__Lubw1,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-icon-picker__2oL6M .quill-snow_ql-picker-label__Lubw1 {
      padding: 2px 4px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-color-picker__1OwPn .quill-snow_ql-picker-label__Lubw1 svg,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-icon-picker__2oL6M .quill-snow_ql-picker-label__Lubw1 svg {
      right: 4px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-icon-picker__2oL6M .quill-snow_ql-picker-options__2ZRE9 {
      padding: 4px 0px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-icon-picker__2oL6M .quill-snow_ql-picker-item__GjRFb {
      height: 24px;
      width: 24px;
      padding: 2px 4px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-color-picker__1OwPn .quill-snow_ql-picker-options__2ZRE9 {
      padding: 3px 5px;
      width: 152px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-color-picker__1OwPn .quill-snow_ql-picker-item__GjRFb {
      border: 1px solid transparent;
      float: left;
      height: 16px;
      margin: 2px;
      padding: 0px;
      width: 16px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6:not(.quill-snow_ql-color-picker__1OwPn):not(.quill-snow_ql-icon-picker__2oL6M) svg {
      position: absolute;
      margin-top: -9px;
      right: 0;
      top: 50%;
      width: 18px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-label__Lubw1[data-label]:not([data-label=''])::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-font__3VubH .quill-snow_ql-picker-label__Lubw1[data-label]:not([data-label=''])::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-size__3xWQJ .quill-snow_ql-picker-label__Lubw1[data-label]:not([data-label=''])::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-item__GjRFb[data-label]:not([data-label=''])::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-font__3VubH .quill-snow_ql-picker-item__GjRFb[data-label]:not([data-label=''])::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-size__3xWQJ .quill-snow_ql-picker-item__GjRFb[data-label]:not([data-label=''])::before {
      content: attr(data-label);
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl {
      width: 98px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-label__Lubw1::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-item__GjRFb::before {
      content: 'Normal';
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-label__Lubw1[data-value="1"]::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-item__GjRFb[data-value="1"]::before {
      content: 'Heading 1';
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-label__Lubw1[data-value="2"]::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-item__GjRFb[data-value="2"]::before {
      content: 'Heading 2';
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-label__Lubw1[data-value="3"]::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-item__GjRFb[data-value="3"]::before {
      content: 'Heading 3';
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-label__Lubw1[data-value="4"]::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-item__GjRFb[data-value="4"]::before {
      content: 'Heading 4';
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-label__Lubw1[data-value="5"]::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-item__GjRFb[data-value="5"]::before {
      content: 'Heading 5';
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-label__Lubw1[data-value="6"]::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-item__GjRFb[data-value="6"]::before {
      content: 'Heading 6';
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-item__GjRFb[data-value="1"]::before {
      font-size: 2em;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-item__GjRFb[data-value="2"]::before {
      font-size: 1.5em;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-item__GjRFb[data-value="3"]::before {
      font-size: 1.17em;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-item__GjRFb[data-value="4"]::before {
      font-size: 1em;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-item__GjRFb[data-value="5"]::before {
      font-size: 0.83em;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-header__2ULsl .quill-snow_ql-picker-item__GjRFb[data-value="6"]::before {
      font-size: 0.67em;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-font__3VubH {
      width: 108px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-font__3VubH .quill-snow_ql-picker-label__Lubw1::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-font__3VubH .quill-snow_ql-picker-item__GjRFb::before {
      content: 'Sans Serif';
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-font__3VubH .quill-snow_ql-picker-label__Lubw1[data-value=serif]::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-font__3VubH .quill-snow_ql-picker-item__GjRFb[data-value=serif]::before {
      content: 'Serif';
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-font__3VubH .quill-snow_ql-picker-label__Lubw1[data-value=monospace]::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-font__3VubH .quill-snow_ql-picker-item__GjRFb[data-value=monospace]::before {
      content: 'Monospace';
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-font__3VubH .quill-snow_ql-picker-item__GjRFb[data-value=serif]::before {
      font-family: Georgia, Times New Roman, serif;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-font__3VubH .quill-snow_ql-picker-item__GjRFb[data-value=monospace]::before {
      font-family: Monaco, Courier New, monospace;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-size__3xWQJ {
      width: 98px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-size__3xWQJ .quill-snow_ql-picker-label__Lubw1::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-size__3xWQJ .quill-snow_ql-picker-item__GjRFb::before {
      content: 'Normal';
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-size__3xWQJ .quill-snow_ql-picker-label__Lubw1[data-value=small]::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-size__3xWQJ .quill-snow_ql-picker-item__GjRFb[data-value=small]::before {
      content: 'Small';
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-size__3xWQJ .quill-snow_ql-picker-label__Lubw1[data-value=large]::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-size__3xWQJ .quill-snow_ql-picker-item__GjRFb[data-value=large]::before {
      content: 'Large';
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-size__3xWQJ .quill-snow_ql-picker-label__Lubw1[data-value=huge]::before,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-size__3xWQJ .quill-snow_ql-picker-item__GjRFb[data-value=huge]::before {
      content: 'Huge';
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-size__3xWQJ .quill-snow_ql-picker-item__GjRFb[data-value=small]::before {
      font-size: 10px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-size__3xWQJ .quill-snow_ql-picker-item__GjRFb[data-value=large]::before {
      font-size: 18px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-size__3xWQJ .quill-snow_ql-picker-item__GjRFb[data-value=huge]::before {
      font-size: 32px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-color-picker__1OwPn.quill-snow_ql-background__2yOgL .quill-snow_ql-picker-item__GjRFb {
      background-color: #fff;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-color-picker__1OwPn.quill-snow_ql-color__27Nye .quill-snow_ql-picker-item__GjRFb {
      background-color: #000;
    }

    .quill-snow_ql-toolbar__3Ak2e.quill-snow_ql-snow__193Gp {
      border: 1px solid #ccc;
      box-sizing: border-box;
      font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
      padding: 8px;
    }

    .quill-snow_ql-toolbar__3Ak2e.quill-snow_ql-snow__193Gp .quill-snow_ql-formats__1jHs4 {
      margin-right: 15px;
    }

    .quill-snow_ql-toolbar__3Ak2e.quill-snow_ql-snow__193Gp .quill-snow_ql-picker-label__Lubw1 {
      border: 1px solid transparent;
    }

    .quill-snow_ql-toolbar__3Ak2e.quill-snow_ql-snow__193Gp .quill-snow_ql-picker-options__2ZRE9 {
      border: 1px solid transparent;
      box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
    }

    .quill-snow_ql-toolbar__3Ak2e.quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-expanded__Gjd5o .quill-snow_ql-picker-label__Lubw1 {
      border-color: #ccc;
    }

    .quill-snow_ql-toolbar__3Ak2e.quill-snow_ql-snow__193Gp .quill-snow_ql-picker__1SoJ6.quill-snow_ql-expanded__Gjd5o .quill-snow_ql-picker-options__2ZRE9 {
      border-color: #ccc;
    }

    .quill-snow_ql-toolbar__3Ak2e.quill-snow_ql-snow__193Gp .quill-snow_ql-color-picker__1OwPn .quill-snow_ql-picker-item__GjRFb.quill-snow_ql-selected__1WU0Q,
    .quill-snow_ql-toolbar__3Ak2e.quill-snow_ql-snow__193Gp .quill-snow_ql-color-picker__1OwPn .quill-snow_ql-picker-item__GjRFb:hover {
      border-color: #000;
    }

    .quill-snow_ql-toolbar__3Ak2e.quill-snow_ql-snow__193Gp+.quill-snow_ql-container__13VQ_.quill-snow_ql-snow__193Gp {
      border-top: 0px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-tooltip__2pR03 {
      background-color: #fff;
      border: 1px solid #ccc;
      box-shadow: 0px 0px 5px #ddd;
      color: #444;
      padding: 5px 12px;
      white-space: nowrap;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-tooltip__2pR03::before {
      content: "Visit URL:";
      line-height: 26px;
      margin-right: 8px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-tooltip__2pR03 input[type=text] {
      display: none;
      border: 1px solid #ccc;
      font-size: 13px;
      height: 26px;
      margin: 0px;
      padding: 3px 5px;
      width: 170px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-tooltip__2pR03 a.quill-snow_ql-preview__3G1dE {
      display: inline-block;
      max-width: 200px;
      overflow-x: hidden;
      text-overflow: ellipsis;
      vertical-align: top;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-tooltip__2pR03 a.quill-snow_ql-action__1Jg00::after {
      border-right: 1px solid #ccc;
      content: 'Edit';
      margin-left: 16px;
      padding-right: 8px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-tooltip__2pR03 a.quill-snow_ql-remove__UMMx7::before {
      content: 'Remove';
      margin-left: 8px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-tooltip__2pR03 a {
      line-height: 26px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-tooltip__2pR03.quill-snow_ql-editing__3TOtn a.quill-snow_ql-preview__3G1dE,
    .quill-snow_ql-snow__193Gp .quill-snow_ql-tooltip__2pR03.quill-snow_ql-editing__3TOtn a.quill-snow_ql-remove__UMMx7 {
      display: none;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-tooltip__2pR03.quill-snow_ql-editing__3TOtn input[type=text] {
      display: inline-block;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-tooltip__2pR03.quill-snow_ql-editing__3TOtn a.quill-snow_ql-action__1Jg00::after {
      border-right: 0px;
      content: 'Save';
      padding-right: 0px;
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-tooltip__2pR03[data-mode=link]::before {
      content: "Enter link:";
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-tooltip__2pR03[data-mode=formula]::before {
      content: "Enter formula:";
    }

    .quill-snow_ql-snow__193Gp .quill-snow_ql-tooltip__2pR03[data-mode=video]::before {
      content: "Enter video:";
    }

    .quill-snow_ql-snow__193Gp a {
      color: #06c;
    }

    .quill-snow_ql-container__13VQ_.quill-snow_ql-snow__193Gp {
      border: 1px solid #ccc;
    }
 
    #onetrust-banner-sdk {
      -ms-text-size-adjust: 100%;
      -webkit-text-size-adjust: 100%
    }

    #onetrust-banner-sdk .onetrust-vendors-list-handler {
      cursor: pointer;
      color: #1f96db;
      font-size: inherit;
      font-weight: bold;
      text-decoration: none;
      margin-left: 5px
    }

    #onetrust-banner-sdk .onetrust-vendors-list-handler:hover {
      color: #1f96db
    }

    #onetrust-banner-sdk:focus {
      outline: 2px solid #000;
      outline-offset: -2px
    }

    #onetrust-banner-sdk a:focus {
      outline: 2px solid #000
    }

    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-reject-all-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
      outline-offset: 1px
    }

    #onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo {
      height: 64px;
      width: 64px
    }

    #onetrust-banner-sdk .ot-tcf2-vendor-count.ot-text-bold {
      font-weight: bold
    }

    #onetrust-banner-sdk .ot-close-icon,
    #onetrust-pc-sdk .ot-close-icon,
    #ot-sync-ntfy .ot-close-icon {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      height: 12px;
      width: 12px
    }

    #onetrust-banner-sdk .powered-by-logo,
    #onetrust-banner-sdk .ot-pc-footer-logo a,
    #onetrust-pc-sdk .powered-by-logo,
    #onetrust-pc-sdk .ot-pc-footer-logo a,
    #ot-sync-ntfy .powered-by-logo,
    #ot-sync-ntfy .ot-pc-footer-logo a {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      height: 25px;
      width: 152px;
      display: block;
      text-decoration: none;
      font-size: .75em
    }

    #onetrust-banner-sdk .powered-by-logo:hover,
    #onetrust-banner-sdk .ot-pc-footer-logo a:hover,
    #onetrust-pc-sdk .powered-by-logo:hover,
    #onetrust-pc-sdk .ot-pc-footer-logo a:hover,
    #ot-sync-ntfy .powered-by-logo:hover,
    #ot-sync-ntfy .ot-pc-footer-logo a:hover {
      color: #565656
    }

    #onetrust-banner-sdk h3 *,
    #onetrust-banner-sdk h4 *,
    #onetrust-banner-sdk h6 *,
    #onetrust-banner-sdk button *,
    #onetrust-banner-sdk a[data-parent-id] *,
    #onetrust-pc-sdk h3 *,
    #onetrust-pc-sdk h4 *,
    #onetrust-pc-sdk h6 *,
    #onetrust-pc-sdk button *,
    #onetrust-pc-sdk a[data-parent-id] *,
    #ot-sync-ntfy h3 *,
    #ot-sync-ntfy h4 *,
    #ot-sync-ntfy h6 *,
    #ot-sync-ntfy button *,
    #ot-sync-ntfy a[data-parent-id] * {
      font-size: inherit;
      font-weight: inherit;
      color: inherit
    }

    #onetrust-banner-sdk .ot-hide,
    #onetrust-pc-sdk .ot-hide,
    #ot-sync-ntfy .ot-hide {
      display: none !important
    }

    #onetrust-banner-sdk button.ot-link-btn:hover,
    #onetrust-pc-sdk button.ot-link-btn:hover,
    #ot-sync-ntfy button.ot-link-btn:hover {
      text-decoration: underline;
      opacity: 1
    }

    #onetrust-pc-sdk .ot-sdk-row .ot-sdk-column {
      padding: 0
    }

    #onetrust-pc-sdk .ot-sdk-container {
      padding-right: 0
    }

    #onetrust-pc-sdk .ot-sdk-row {
      flex-direction: initial;
      width: 100%
    }

    #onetrust-pc-sdk [type=checkbox]:checked,
    #onetrust-pc-sdk [type=checkbox]:not(:checked) {
      pointer-events: initial
    }

    #onetrust-pc-sdk [type=checkbox]:disabled+label::before,
    #onetrust-pc-sdk [type=checkbox]:disabled+label:after,
    #onetrust-pc-sdk [type=checkbox]:disabled+label {
      pointer-events: none;
      opacity: .7
    }

    #onetrust-pc-sdk #vendor-list-content {
      transform: translate3d(0, 0, 0)
    }

    #onetrust-pc-sdk li input[type=checkbox] {
      z-index: 1
    }

    #onetrust-pc-sdk li .ot-checkbox label {
      z-index: 2
    }

    #onetrust-pc-sdk li .ot-checkbox input[type=checkbox] {
      height: auto;
      width: auto
    }

    #onetrust-pc-sdk li .host-title a,
    #onetrust-pc-sdk li .ot-host-name a,
    #onetrust-pc-sdk li .accordion-text,
    #onetrust-pc-sdk li .ot-acc-txt {
      z-index: 2;
      position: relative
    }

    #onetrust-pc-sdk input {
      margin: 3px .1ex
    }

    #onetrust-pc-sdk .pc-logo,
    #onetrust-pc-sdk .ot-pc-logo {
      height: 60px;
      width: 180px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-flex;
      justify-content: center;
      align-items: center
    }

    #onetrust-pc-sdk .pc-logo img,
    #onetrust-pc-sdk .ot-pc-logo img {
      max-height: 100%;
      max-width: 100%
    }

    #onetrust-pc-sdk .screen-reader-only,
    #onetrust-pc-sdk .ot-scrn-rdr,
    .ot-sdk-cookie-policy .screen-reader-only,
    .ot-sdk-cookie-policy .ot-scrn-rdr {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px
    }

    #onetrust-pc-sdk.ot-fade-in,
    .onetrust-pc-dark-filter.ot-fade-in,
    #onetrust-banner-sdk.ot-fade-in {
      animation-name: onetrust-fade-in;
      animation-duration: 400ms;
      animation-timing-function: ease-in-out
    }

    #onetrust-pc-sdk.ot-hide {
      display: none !important
    }

    .onetrust-pc-dark-filter.ot-hide {
      display: none !important
    }

    #ot-sdk-btn.ot-sdk-show-settings,
    #ot-sdk-btn.optanon-show-settings {
      color: #68b631;
      border: 1px solid #68b631;
      height: auto;
      white-space: normal;
      word-wrap: break-word;
      padding: .8em 2em;
      font-size: .8em;
      line-height: 1.2;
      cursor: pointer;
      -moz-transition: .1s ease;
      -o-transition: .1s ease;
      -webkit-transition: 1s ease;
      transition: .1s ease
    }

    #ot-sdk-btn.ot-sdk-show-settings:hover,
    #ot-sdk-btn.optanon-show-settings:hover {
      color: #fff;
      background-color: #68b631
    }

    .onetrust-pc-dark-filter {
      background: rgba(0, 0, 0, .5);
      z-index: 2147483646;
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0
    }

    @keyframes onetrust-fade-in {
      0% {
        opacity: 0
      }

      100% {
        opacity: 1
      }
    }

    .ot-cookie-label {
      text-decoration: underline
    }

    @media only screen and (min-width: 426px)and (max-width: 896px)and (orientation: landscape) {
      #onetrust-pc-sdk p {
        font-size: .75em
      }
    }

    #onetrust-banner-sdk .banner-option-input:focus+label {
      outline: 1px solid #000;
      outline-style: auto
    }

    .category-vendors-list-handler+a:focus,
    .category-vendors-list-handler+a:focus-visible {
      outline: 2px solid #000
    }

    #onetrust-pc-sdk .ot-userid-title {
      margin-top: 10px
    }

    #onetrust-pc-sdk .ot-userid-title>span,
    #onetrust-pc-sdk .ot-userid-timestamp>span {
      font-weight: 700
    }

    #onetrust-pc-sdk .ot-userid-desc {
      font-style: italic
    }

    #onetrust-pc-sdk .ot-host-desc a {
      pointer-events: initial
    }

    #onetrust-pc-sdk .ot-ven-hdr>p a {
      position: relative;
      z-index: 2;
      pointer-events: initial
    }

    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a,
    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info a {
      margin-right: auto
    }

    #onetrust-pc-sdk .ot-pc-footer-logo img {
      width: 136px;
      height: 16px
    }

    #onetrust-pc-sdk .ot-pur-vdr-count {
      font-weight: 400;
      font-size: .7rem;
      padding-top: 3px;
      display: block
    }

    #onetrust-banner-sdk .ot-optout-signal,
    #onetrust-pc-sdk .ot-optout-signal {
      border: 1px solid #32ae88;
      border-radius: 3px;
      padding: 5px;
      margin-bottom: 10px;
      background-color: #f9fffa;
      font-size: .85rem;
      line-height: 2
    }

    #onetrust-banner-sdk .ot-optout-signal .ot-optout-icon,
    #onetrust-pc-sdk .ot-optout-signal .ot-optout-icon {
      display: inline;
      margin-right: 5px
    }

    #onetrust-banner-sdk .ot-optout-signal svg,
    #onetrust-pc-sdk .ot-optout-signal svg {
      height: 20px;
      width: 30px;
      transform: scale(0.5)
    }

    #onetrust-banner-sdk .ot-optout-signal svg path,
    #onetrust-pc-sdk .ot-optout-signal svg path {
      fill: #32ae88
    }

    #onetrust-banner-sdk,
    #onetrust-pc-sdk,
    #ot-sdk-cookie-policy,
    #ot-sync-ntfy {
      font-size: 16px
    }

    #onetrust-banner-sdk *,
    #onetrust-banner-sdk ::after,
    #onetrust-banner-sdk ::before,
    #onetrust-pc-sdk *,
    #onetrust-pc-sdk ::after,
    #onetrust-pc-sdk ::before,
    #ot-sdk-cookie-policy *,
    #ot-sdk-cookie-policy ::after,
    #ot-sdk-cookie-policy ::before,
    #ot-sync-ntfy *,
    #ot-sync-ntfy ::after,
    #ot-sync-ntfy ::before {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box
    }

    #onetrust-banner-sdk div,
    #onetrust-banner-sdk span,
    #onetrust-banner-sdk h1,
    #onetrust-banner-sdk h2,
    #onetrust-banner-sdk h3,
    #onetrust-banner-sdk h4,
    #onetrust-banner-sdk h5,
    #onetrust-banner-sdk h6,
    #onetrust-banner-sdk p,
    #onetrust-banner-sdk img,
    #onetrust-banner-sdk svg,
    #onetrust-banner-sdk button,
    #onetrust-banner-sdk section,
    #onetrust-banner-sdk a,
    #onetrust-banner-sdk label,
    #onetrust-banner-sdk input,
    #onetrust-banner-sdk ul,
    #onetrust-banner-sdk li,
    #onetrust-banner-sdk nav,
    #onetrust-banner-sdk table,
    #onetrust-banner-sdk thead,
    #onetrust-banner-sdk tr,
    #onetrust-banner-sdk td,
    #onetrust-banner-sdk tbody,
    #onetrust-banner-sdk .ot-main-content,
    #onetrust-banner-sdk .ot-toggle,
    #onetrust-banner-sdk #ot-content,
    #onetrust-banner-sdk #ot-pc-content,
    #onetrust-banner-sdk .checkbox,
    #onetrust-pc-sdk div,
    #onetrust-pc-sdk span,
    #onetrust-pc-sdk h1,
    #onetrust-pc-sdk h2,
    #onetrust-pc-sdk h3,
    #onetrust-pc-sdk h4,
    #onetrust-pc-sdk h5,
    #onetrust-pc-sdk h6,
    #onetrust-pc-sdk p,
    #onetrust-pc-sdk img,
    #onetrust-pc-sdk svg,
    #onetrust-pc-sdk button,
    #onetrust-pc-sdk section,
    #onetrust-pc-sdk a,
    #onetrust-pc-sdk label,
    #onetrust-pc-sdk input,
    #onetrust-pc-sdk ul,
    #onetrust-pc-sdk li,
    #onetrust-pc-sdk nav,
    #onetrust-pc-sdk table,
    #onetrust-pc-sdk thead,
    #onetrust-pc-sdk tr,
    #onetrust-pc-sdk td,
    #onetrust-pc-sdk tbody,
    #onetrust-pc-sdk .ot-main-content,
    #onetrust-pc-sdk .ot-toggle,
    #onetrust-pc-sdk #ot-content,
    #onetrust-pc-sdk #ot-pc-content,
    #onetrust-pc-sdk .checkbox,
    #ot-sdk-cookie-policy div,
    #ot-sdk-cookie-policy span,
    #ot-sdk-cookie-policy h1,
    #ot-sdk-cookie-policy h2,
    #ot-sdk-cookie-policy h3,
    #ot-sdk-cookie-policy h4,
    #ot-sdk-cookie-policy h5,
    #ot-sdk-cookie-policy h6,
    #ot-sdk-cookie-policy p,
    #ot-sdk-cookie-policy img,
    #ot-sdk-cookie-policy svg,
    #ot-sdk-cookie-policy button,
    #ot-sdk-cookie-policy section,
    #ot-sdk-cookie-policy a,
    #ot-sdk-cookie-policy label,
    #ot-sdk-cookie-policy input,
    #ot-sdk-cookie-policy ul,
    #ot-sdk-cookie-policy li,
    #ot-sdk-cookie-policy nav,
    #ot-sdk-cookie-policy table,
    #ot-sdk-cookie-policy thead,
    #ot-sdk-cookie-policy tr,
    #ot-sdk-cookie-policy td,
    #ot-sdk-cookie-policy tbody,
    #ot-sdk-cookie-policy .ot-main-content,
    #ot-sdk-cookie-policy .ot-toggle,
    #ot-sdk-cookie-policy #ot-content,
    #ot-sdk-cookie-policy #ot-pc-content,
    #ot-sdk-cookie-policy .checkbox,
    #ot-sync-ntfy div,
    #ot-sync-ntfy span,
    #ot-sync-ntfy h1,
    #ot-sync-ntfy h2,
    #ot-sync-ntfy h3,
    #ot-sync-ntfy h4,
    #ot-sync-ntfy h5,
    #ot-sync-ntfy h6,
    #ot-sync-ntfy p,
    #ot-sync-ntfy img,
    #ot-sync-ntfy svg,
    #ot-sync-ntfy button,
    #ot-sync-ntfy section,
    #ot-sync-ntfy a,
    #ot-sync-ntfy label,
    #ot-sync-ntfy input,
    #ot-sync-ntfy ul,
    #ot-sync-ntfy li,
    #ot-sync-ntfy nav,
    #ot-sync-ntfy table,
    #ot-sync-ntfy thead,
    #ot-sync-ntfy tr,
    #ot-sync-ntfy td,
    #ot-sync-ntfy tbody,
    #ot-sync-ntfy .ot-main-content,
    #ot-sync-ntfy .ot-toggle,
    #ot-sync-ntfy #ot-content,
    #ot-sync-ntfy #ot-pc-content,
    #ot-sync-ntfy .checkbox {
      font-family: inherit;
      font-weight: normal;
      -webkit-font-smoothing: auto;
      letter-spacing: normal;
      line-height: normal;
      padding: 0;
      margin: 0;
      height: auto;
      min-height: 0;
      max-height: none;
      width: auto;
      min-width: 0;
      max-width: none;
      border-radius: 0;
      border: none;
      clear: none;
      float: none;
      position: static;
      bottom: auto;
      left: auto;
      right: auto;
      top: auto;
      text-align: left;
      text-decoration: none;
      text-indent: 0;
      text-shadow: none;
      text-transform: none;
      white-space: normal;
      background: none;
      overflow: visible;
      vertical-align: baseline;
      visibility: visible;
      z-index: auto;
      box-shadow: none
    }

    #onetrust-banner-sdk label:before,
    #onetrust-banner-sdk label:after,
    #onetrust-banner-sdk .checkbox:after,
    #onetrust-banner-sdk .checkbox:before,
    #onetrust-pc-sdk label:before,
    #onetrust-pc-sdk label:after,
    #onetrust-pc-sdk .checkbox:after,
    #onetrust-pc-sdk .checkbox:before,
    #ot-sdk-cookie-policy label:before,
    #ot-sdk-cookie-policy label:after,
    #ot-sdk-cookie-policy .checkbox:after,
    #ot-sdk-cookie-policy .checkbox:before,
    #ot-sync-ntfy label:before,
    #ot-sync-ntfy label:after,
    #ot-sync-ntfy .checkbox:after,
    #ot-sync-ntfy .checkbox:before {
      content: "";
      content: none
    }

    #onetrust-banner-sdk .ot-sdk-container,
    #onetrust-pc-sdk .ot-sdk-container,
    #ot-sdk-cookie-policy .ot-sdk-container {
      position: relative;
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box
    }

    #onetrust-banner-sdk .ot-sdk-column,
    #onetrust-banner-sdk .ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-column,
    #onetrust-pc-sdk .ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-column,
    #ot-sdk-cookie-policy .ot-sdk-columns {
      width: 100%;
      float: left;
      box-sizing: border-box;
      padding: 0;
      display: initial
    }

    @media(min-width: 400px) {

      #onetrust-banner-sdk .ot-sdk-container,
      #onetrust-pc-sdk .ot-sdk-container,
      #ot-sdk-cookie-policy .ot-sdk-container {
        width: 90%;
        padding: 0
      }
    }

    @media(min-width: 550px) {

      #onetrust-banner-sdk .ot-sdk-container,
      #onetrust-pc-sdk .ot-sdk-container,
      #ot-sdk-cookie-policy .ot-sdk-container {
        width: 100%
      }

      #onetrust-banner-sdk .ot-sdk-column,
      #onetrust-banner-sdk .ot-sdk-columns,
      #onetrust-pc-sdk .ot-sdk-column,
      #onetrust-pc-sdk .ot-sdk-columns,
      #ot-sdk-cookie-policy .ot-sdk-column,
      #ot-sdk-cookie-policy .ot-sdk-columns {
        margin-left: 4%
      }

      #onetrust-banner-sdk .ot-sdk-column:first-child,
      #onetrust-banner-sdk .ot-sdk-columns:first-child,
      #onetrust-pc-sdk .ot-sdk-column:first-child,
      #onetrust-pc-sdk .ot-sdk-columns:first-child,
      #ot-sdk-cookie-policy .ot-sdk-column:first-child,
      #ot-sdk-cookie-policy .ot-sdk-columns:first-child {
        margin-left: 0
      }

      #onetrust-banner-sdk .ot-sdk-two.ot-sdk-columns,
      #onetrust-pc-sdk .ot-sdk-two.ot-sdk-columns,
      #ot-sdk-cookie-policy .ot-sdk-two.ot-sdk-columns {
        width: 13.3333333333%
      }

      #onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns,
      #onetrust-pc-sdk .ot-sdk-three.ot-sdk-columns,
      #ot-sdk-cookie-policy .ot-sdk-three.ot-sdk-columns {
        width: 22%
      }

      #onetrust-banner-sdk .ot-sdk-four.ot-sdk-columns,
      #onetrust-pc-sdk .ot-sdk-four.ot-sdk-columns,
      #ot-sdk-cookie-policy .ot-sdk-four.ot-sdk-columns {
        width: 30.6666666667%
      }

      #onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns,
      #onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns,
      #ot-sdk-cookie-policy .ot-sdk-eight.ot-sdk-columns {
        width: 65.3333333333%
      }

      #onetrust-banner-sdk .ot-sdk-nine.ot-sdk-columns,
      #onetrust-pc-sdk .ot-sdk-nine.ot-sdk-columns,
      #ot-sdk-cookie-policy .ot-sdk-nine.ot-sdk-columns {
        width: 74%
      }

      #onetrust-banner-sdk .ot-sdk-ten.ot-sdk-columns,
      #onetrust-pc-sdk .ot-sdk-ten.ot-sdk-columns,
      #ot-sdk-cookie-policy .ot-sdk-ten.ot-sdk-columns {
        width: 82.6666666667%
      }

      #onetrust-banner-sdk .ot-sdk-eleven.ot-sdk-columns,
      #onetrust-pc-sdk .ot-sdk-eleven.ot-sdk-columns,
      #ot-sdk-cookie-policy .ot-sdk-eleven.ot-sdk-columns {
        width: 91.3333333333%
      }

      #onetrust-banner-sdk .ot-sdk-twelve.ot-sdk-columns,
      #onetrust-pc-sdk .ot-sdk-twelve.ot-sdk-columns,
      #ot-sdk-cookie-policy .ot-sdk-twelve.ot-sdk-columns {
        width: 100%;
        margin-left: 0
      }
    }

    #onetrust-banner-sdk h1,
    #onetrust-banner-sdk h2,
    #onetrust-banner-sdk h3,
    #onetrust-banner-sdk h4,
    #onetrust-banner-sdk h5,
    #onetrust-banner-sdk h6,
    #onetrust-pc-sdk h1,
    #onetrust-pc-sdk h2,
    #onetrust-pc-sdk h3,
    #onetrust-pc-sdk h4,
    #onetrust-pc-sdk h5,
    #onetrust-pc-sdk h6,
    #ot-sdk-cookie-policy h1,
    #ot-sdk-cookie-policy h2,
    #ot-sdk-cookie-policy h3,
    #ot-sdk-cookie-policy h4,
    #ot-sdk-cookie-policy h5,
    #ot-sdk-cookie-policy h6 {
      margin-top: 0;
      font-weight: 600;
      font-family: inherit
    }

    #onetrust-banner-sdk h1,
    #onetrust-pc-sdk h1,
    #ot-sdk-cookie-policy h1 {
      font-size: 1.5rem;
      line-height: 1.2
    }

    #onetrust-banner-sdk h2,
    #onetrust-pc-sdk h2,
    #ot-sdk-cookie-policy h2 {
      font-size: 1.5rem;
      line-height: 1.25
    }

    #onetrust-banner-sdk h3,
    #onetrust-pc-sdk h3,
    #ot-sdk-cookie-policy h3 {
      font-size: 1.5rem;
      line-height: 1.3
    }

    #onetrust-banner-sdk h4,
    #onetrust-pc-sdk h4,
    #ot-sdk-cookie-policy h4 {
      font-size: 1.5rem;
      line-height: 1.35
    }

    #onetrust-banner-sdk h5,
    #onetrust-pc-sdk h5,
    #ot-sdk-cookie-policy h5 {
      font-size: 1.5rem;
      line-height: 1.5
    }

    #onetrust-banner-sdk h6,
    #onetrust-pc-sdk h6,
    #ot-sdk-cookie-policy h6 {
      font-size: 1.5rem;
      line-height: 1.6
    }

    @media(min-width: 550px) {

      #onetrust-banner-sdk h1,
      #onetrust-pc-sdk h1,
      #ot-sdk-cookie-policy h1 {
        font-size: 1.5rem
      }

      #onetrust-banner-sdk h2,
      #onetrust-pc-sdk h2,
      #ot-sdk-cookie-policy h2 {
        font-size: 1.5rem
      }

      #onetrust-banner-sdk h3,
      #onetrust-pc-sdk h3,
      #ot-sdk-cookie-policy h3 {
        font-size: 1.5rem
      }

      #onetrust-banner-sdk h4,
      #onetrust-pc-sdk h4,
      #ot-sdk-cookie-policy h4 {
        font-size: 1.5rem
      }

      #onetrust-banner-sdk h5,
      #onetrust-pc-sdk h5,
      #ot-sdk-cookie-policy h5 {
        font-size: 1.5rem
      }

      #onetrust-banner-sdk h6,
      #onetrust-pc-sdk h6,
      #ot-sdk-cookie-policy h6 {
        font-size: 1.5rem
      }
    }

    #onetrust-banner-sdk p,
    #onetrust-pc-sdk p,
    #ot-sdk-cookie-policy p {
      margin: 0 0 1em 0;
      font-family: inherit;
      line-height: normal
    }

    #onetrust-banner-sdk a,
    #onetrust-pc-sdk a,
    #ot-sdk-cookie-policy a {
      color: #565656;
      text-decoration: underline
    }

    #onetrust-banner-sdk a:hover,
    #onetrust-pc-sdk a:hover,
    #ot-sdk-cookie-policy a:hover {
      color: #565656;
      text-decoration: none
    }

    #onetrust-banner-sdk .ot-sdk-button,
    #onetrust-banner-sdk button,
    #onetrust-pc-sdk .ot-sdk-button,
    #onetrust-pc-sdk button,
    #ot-sdk-cookie-policy .ot-sdk-button,
    #ot-sdk-cookie-policy button {
      margin-bottom: 1rem;
      font-family: inherit
    }

    #onetrust-banner-sdk .ot-sdk-button,
    #onetrust-banner-sdk button,
    #onetrust-pc-sdk .ot-sdk-button,
    #onetrust-pc-sdk button,
    #ot-sdk-cookie-policy .ot-sdk-button,
    #ot-sdk-cookie-policy button {
      display: inline-block;
      height: 38px;
      padding: 0 30px;
      color: #555;
      text-align: center;
      font-size: .9em;
      font-weight: 400;
      line-height: 38px;
      letter-spacing: .01em;
      text-decoration: none;
      white-space: nowrap;
      background-color: rgba(0, 0, 0, 0);
      border-radius: 2px;
      border: 1px solid #bbb;
      cursor: pointer;
      box-sizing: border-box
    }

    #onetrust-banner-sdk .ot-sdk-button:hover,
    #onetrust-banner-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
    #onetrust-banner-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus,
    #onetrust-pc-sdk .ot-sdk-button:hover,
    #onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
    #onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus,
    #ot-sdk-cookie-policy .ot-sdk-button:hover,
    #ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
    #ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus {
      color: #333;
      border-color: #888;
      opacity: .7
    }

    #onetrust-banner-sdk .ot-sdk-button:focus,
    #onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus,
    #onetrust-pc-sdk .ot-sdk-button:focus,
    #onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus,
    #ot-sdk-cookie-policy .ot-sdk-button:focus,
    #ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:focus {
      outline: 2px solid #000
    }

    #onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary,
    #onetrust-banner-sdk button.ot-sdk-button-primary,
    #onetrust-banner-sdk input[type=submit].ot-sdk-button-primary,
    #onetrust-banner-sdk input[type=reset].ot-sdk-button-primary,
    #onetrust-banner-sdk input[type=button].ot-sdk-button-primary,
    #onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary,
    #onetrust-pc-sdk button.ot-sdk-button-primary,
    #onetrust-pc-sdk input[type=submit].ot-sdk-button-primary,
    #onetrust-pc-sdk input[type=reset].ot-sdk-button-primary,
    #onetrust-pc-sdk input[type=button].ot-sdk-button-primary,
    #ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary,
    #ot-sdk-cookie-policy button.ot-sdk-button-primary,
    #ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary,
    #ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary,
    #ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary {
      color: #fff;
      background-color: #33c3f0;
      border-color: #33c3f0
    }

    #onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:hover,
    #onetrust-banner-sdk button.ot-sdk-button-primary:hover,
    #onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:hover,
    #onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:hover,
    #onetrust-banner-sdk input[type=button].ot-sdk-button-primary:hover,
    #onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:focus,
    #onetrust-banner-sdk button.ot-sdk-button-primary:focus,
    #onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:focus,
    #onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:focus,
    #onetrust-banner-sdk input[type=button].ot-sdk-button-primary:focus,
    #onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:hover,
    #onetrust-pc-sdk button.ot-sdk-button-primary:hover,
    #onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:hover,
    #onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:hover,
    #onetrust-pc-sdk input[type=button].ot-sdk-button-primary:hover,
    #onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:focus,
    #onetrust-pc-sdk button.ot-sdk-button-primary:focus,
    #onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:focus,
    #onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:focus,
    #onetrust-pc-sdk input[type=button].ot-sdk-button-primary:focus,
    #ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:hover,
    #ot-sdk-cookie-policy button.ot-sdk-button-primary:hover,
    #ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:hover,
    #ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:hover,
    #ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:hover,
    #ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:focus,
    #ot-sdk-cookie-policy button.ot-sdk-button-primary:focus,
    #ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:focus,
    #ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:focus,
    #ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:focus {
      color: #fff;
      background-color: #1eaedb;
      border-color: #1eaedb
    }

    #onetrust-banner-sdk input[type=text],
    #onetrust-pc-sdk input[type=text],
    #ot-sdk-cookie-policy input[type=text] {
      height: 38px;
      padding: 6px 10px;
      background-color: #fff;
      border: 1px solid #d1d1d1;
      border-radius: 4px;
      box-shadow: none;
      box-sizing: border-box
    }

    #onetrust-banner-sdk input[type=text],
    #onetrust-pc-sdk input[type=text],
    #ot-sdk-cookie-policy input[type=text] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none
    }

    #onetrust-banner-sdk input[type=text]:focus,
    #onetrust-pc-sdk input[type=text]:focus,
    #ot-sdk-cookie-policy input[type=text]:focus {
      border: 1px solid #000;
      outline: 0
    }

    #onetrust-banner-sdk label,
    #onetrust-pc-sdk label,
    #ot-sdk-cookie-policy label {
      display: block;
      margin-bottom: .5rem;
      font-weight: 600
    }

    #onetrust-banner-sdk input[type=checkbox],
    #onetrust-pc-sdk input[type=checkbox],
    #ot-sdk-cookie-policy input[type=checkbox] {
      display: inline
    }

    #onetrust-banner-sdk ul,
    #onetrust-pc-sdk ul,
    #ot-sdk-cookie-policy ul {
      list-style: circle inside
    }

    #onetrust-banner-sdk ul,
    #onetrust-pc-sdk ul,
    #ot-sdk-cookie-policy ul {
      padding-left: 0;
      margin-top: 0
    }

    #onetrust-banner-sdk ul ul,
    #onetrust-pc-sdk ul ul,
    #ot-sdk-cookie-policy ul ul {
      margin: 1.5rem 0 1.5rem 3rem;
      font-size: 90%
    }

    #onetrust-banner-sdk li,
    #onetrust-pc-sdk li,
    #ot-sdk-cookie-policy li {
      margin-bottom: 1rem
    }

    #onetrust-banner-sdk th,
    #onetrust-banner-sdk td,
    #onetrust-pc-sdk th,
    #onetrust-pc-sdk td,
    #ot-sdk-cookie-policy th,
    #ot-sdk-cookie-policy td {
      padding: 12px 15px;
      text-align: left;
      border-bottom: 1px solid #e1e1e1
    }

    #onetrust-banner-sdk button,
    #onetrust-pc-sdk button,
    #ot-sdk-cookie-policy button {
      margin-bottom: 1rem;
      font-family: inherit
    }

    #onetrust-banner-sdk .ot-sdk-container:after,
    #onetrust-banner-sdk .ot-sdk-row:after,
    #onetrust-pc-sdk .ot-sdk-container:after,
    #onetrust-pc-sdk .ot-sdk-row:after,
    #ot-sdk-cookie-policy .ot-sdk-container:after,
    #ot-sdk-cookie-policy .ot-sdk-row:after {
      content: "";
      display: table;
      clear: both
    }

    #onetrust-banner-sdk .ot-sdk-row,
    #onetrust-pc-sdk .ot-sdk-row,
    #ot-sdk-cookie-policy .ot-sdk-row {
      margin: 0;
      max-width: none;
      display: block
    }

    #onetrust-banner-sdk {
      box-shadow: 0 0 18px rgba(0, 0, 0, .2)
    }

    #onetrust-banner-sdk.otFlat {
      position: fixed;
      z-index: 2147483645;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: #fff;
      max-height: 90%;
      overflow-x: hidden;
      overflow-y: auto
    }

    #onetrust-banner-sdk.otFlat.top {
      top: 0px;
      bottom: auto
    }

    #onetrust-banner-sdk.otRelFont {
      font-size: 1rem
    }

    #onetrust-banner-sdk>.ot-sdk-container {
      overflow: hidden
    }

    #onetrust-banner-sdk::-webkit-scrollbar {
      width: 11px
    }

    #onetrust-banner-sdk::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: #c1c1c1
    }

    #onetrust-banner-sdk {
      scrollbar-arrow-color: #c1c1c1;
      scrollbar-darkshadow-color: #c1c1c1;
      scrollbar-face-color: #c1c1c1;
      scrollbar-shadow-color: #c1c1c1
    }

    #onetrust-banner-sdk #onetrust-policy {
      margin: 1.25em 0 .625em 2em;
      overflow: hidden
    }

    #onetrust-banner-sdk #onetrust-policy .ot-gv-list-handler {
      float: left;
      font-size: .82em;
      padding: 0;
      margin-bottom: 0;
      border: 0;
      line-height: normal;
      height: auto;
      width: auto
    }

    #onetrust-banner-sdk #onetrust-policy-title {
      font-size: 1.2em;
      line-height: 1.3;
      margin-bottom: 10px
    }

    #onetrust-banner-sdk #onetrust-policy-text {
      clear: both;
      text-align: left;
      font-size: .88em;
      line-height: 1.4
    }

    #onetrust-banner-sdk #onetrust-policy-text * {
      font-size: inherit;
      line-height: inherit
    }

    #onetrust-banner-sdk #onetrust-policy-text a {
      font-weight: bold;
      margin-left: 5px
    }

    #onetrust-banner-sdk #onetrust-policy-title,
    #onetrust-banner-sdk #onetrust-policy-text {
      color: dimgray;
      float: left
    }

    #onetrust-banner-sdk #onetrust-button-group-parent {
      min-height: 1px;
      text-align: center
    }

    #onetrust-banner-sdk #onetrust-button-group {
      display: inline-block
    }

    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-reject-all-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
      background-color: #68b631;
      color: #fff;
      border-color: #68b631;
      margin-right: 1em;
      min-width: 125px;
      height: auto;
      white-space: normal;
      word-break: break-word;
      word-wrap: break-word;
      padding: 12px 10px;
      line-height: 1.2;
      font-size: .813em;
      font-weight: 600
    }

    #onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link {
      background-color: #fff;
      border: none;
      color: #68b631;
      text-decoration: underline;
      padding-left: 0;
      padding-right: 0
    }

    #onetrust-banner-sdk .onetrust-close-btn-ui {
      width: 44px;
      height: 44px;
      background-size: 12px;
      border: none;
      position: relative;
      margin: auto;
      padding: 0
    }

    #onetrust-banner-sdk .banner_logo {
      display: none
    }

    #onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0px
    }

    #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy {
      margin-left: 65px
    }

    #onetrust-banner-sdk .ot-b-addl-desc {
      clear: both;
      float: left;
      display: block
    }

    #onetrust-banner-sdk #banner-options {
      float: left;
      display: table;
      margin-right: 0;
      margin-left: 1em;
      width: calc(100% - 1em)
    }

    #onetrust-banner-sdk .banner-option-input {
      cursor: pointer;
      width: auto;
      height: auto;
      border: none;
      padding: 0;
      padding-right: 3px;
      margin: 0 0 10px;
      font-size: .82em;
      line-height: 1.4
    }

    #onetrust-banner-sdk .banner-option-input * {
      pointer-events: none;
      font-size: inherit;
      line-height: inherit
    }

    #onetrust-banner-sdk .banner-option-input[aria-expanded=true]~.banner-option-details {
      display: block;
      height: auto
    }

    #onetrust-banner-sdk .banner-option-input[aria-expanded=true] .ot-arrow-container {
      transform: rotate(90deg)
    }

    #onetrust-banner-sdk .banner-option {
      margin-bottom: 12px;
      margin-left: 0;
      border: none;
      float: left;
      padding: 0
    }

    #onetrust-banner-sdk .banner-option:first-child {
      padding-left: 2px
    }

    #onetrust-banner-sdk .banner-option:not(:first-child) {
      padding: 0;
      border: none
    }

    #onetrust-banner-sdk .banner-option-header {
      cursor: pointer;
      display: inline-block
    }

    #onetrust-banner-sdk .banner-option-header :first-child {
      color: dimgray;
      font-weight: bold;
      float: left
    }

    #onetrust-banner-sdk .banner-option-header .ot-arrow-container {
      display: inline-block;
      border-top: 6px solid rgba(0, 0, 0, 0);
      border-bottom: 6px solid rgba(0, 0, 0, 0);
      border-left: 6px solid dimgray;
      margin-left: 10px;
      vertical-align: middle
    }

    #onetrust-banner-sdk .banner-option-details {
      display: none;
      font-size: .83em;
      line-height: 1.5;
      padding: 10px 0px 5px 10px;
      margin-right: 10px;
      height: 0px
    }

    #onetrust-banner-sdk .banner-option-details * {
      font-size: inherit;
      line-height: inherit;
      color: dimgray
    }

    #onetrust-banner-sdk .ot-arrow-container,
    #onetrust-banner-sdk .banner-option-details {
      transition: all 300ms ease-in 0s;
      -webkit-transition: all 300ms ease-in 0s;
      -moz-transition: all 300ms ease-in 0s;
      -o-transition: all 300ms ease-in 0s
    }

    #onetrust-banner-sdk .ot-dpd-container {
      float: left
    }

    #onetrust-banner-sdk .ot-dpd-title {
      margin-bottom: 10px
    }

    #onetrust-banner-sdk .ot-dpd-title,
    #onetrust-banner-sdk .ot-dpd-desc {
      font-size: .88em;
      line-height: 1.4;
      color: dimgray
    }

    #onetrust-banner-sdk .ot-dpd-title *,
    #onetrust-banner-sdk .ot-dpd-desc * {
      font-size: inherit;
      line-height: inherit
    }

    #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text * {
      margin-bottom: 0
    }

    #onetrust-banner-sdk.ot-iab-2 .onetrust-vendors-list-handler {
      display: block;
      margin-left: 0;
      margin-top: 5px;
      clear: both;
      margin-bottom: 0;
      padding: 0;
      border: 0;
      height: auto;
      width: auto
    }

    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button {
      display: block
    }

    #onetrust-banner-sdk.ot-close-btn-link {
      padding-top: 25px
    }

    #onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container {
      top: 15px;
      transform: none;
      right: 15px
    }

    #onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container button {
      padding: 0;
      white-space: pre-wrap;
      border: none;
      height: auto;
      line-height: 1.5;
      text-decoration: underline;
      font-size: .69em
    }

    #onetrust-banner-sdk #onetrust-policy-text,
    #onetrust-banner-sdk .ot-dpd-desc,
    #onetrust-banner-sdk .ot-b-addl-desc {
      font-size: .813em;
      line-height: 1.5
    }

    #onetrust-banner-sdk .ot-dpd-desc {
      margin-bottom: 10px
    }

    #onetrust-banner-sdk .ot-dpd-desc>.ot-b-addl-desc {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 1em
    }

    @media only screen and (max-width: 425px) {
      #onetrust-banner-sdk #onetrust-close-btn-container {
        position: absolute;
        top: 6px;
        right: 2px
      }

      #onetrust-banner-sdk #onetrust-policy {
        margin-left: 0;
        margin-top: 3em
      }

      #onetrust-banner-sdk #onetrust-button-group {
        display: block
      }

      #onetrust-banner-sdk #onetrust-accept-btn-handler,
      #onetrust-banner-sdk #onetrust-reject-all-handler,
      #onetrust-banner-sdk #onetrust-pc-btn-handler {
        width: 100%
      }

      #onetrust-banner-sdk .onetrust-close-btn-ui {
        top: auto;
        transform: none
      }

      #onetrust-banner-sdk #onetrust-policy-title {
        display: inline;
        float: none
      }

      #onetrust-banner-sdk #banner-options {
        margin: 0;
        padding: 0;
        width: 100%
      }
    }

    @media only screen and (min-width: 426px)and (max-width: 896px) {
      #onetrust-banner-sdk #onetrust-close-btn-container {
        position: absolute;
        top: 0;
        right: 0
      }

      #onetrust-banner-sdk #onetrust-policy {
        margin-left: 1em;
        margin-right: 1em
      }

      #onetrust-banner-sdk .onetrust-close-btn-ui {
        top: 10px;
        right: 10px
      }

      #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 95%
      }

      #onetrust-banner-sdk.ot-iab-2 #onetrust-group-container {
        width: 100%
      }

      #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-button-group-parent {
        padding-left: 50px
      }

      #onetrust-banner-sdk #onetrust-button-group-parent {
        width: 100%;
        position: relative;
        margin-left: 0
      }

      #onetrust-banner-sdk #onetrust-button-group button {
        display: inline-block
      }

      #onetrust-banner-sdk #onetrust-button-group {
        margin-right: 0;
        text-align: center
      }

      #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler {
        float: left
      }

      #onetrust-banner-sdk .has-reject-all-button #onetrust-reject-all-handler,
      #onetrust-banner-sdk .has-reject-all-button #onetrust-accept-btn-handler {
        float: right
      }

      #onetrust-banner-sdk .has-reject-all-button #onetrust-button-group {
        width: calc(100% - 2em);
        margin-right: 0
      }

      #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link {
        padding-left: 0px;
        text-align: left
      }

      #onetrust-banner-sdk.ot-buttons-fw .ot-sdk-three button {
        width: 100%;
        text-align: center
      }

      #onetrust-banner-sdk.ot-buttons-fw #onetrust-button-group-parent button {
        float: none
      }

      #onetrust-banner-sdk.ot-buttons-fw #onetrust-pc-btn-handler.cookie-setting-link {
        text-align: center
      }
    }

    @media only screen and (min-width: 550px) {
      #onetrust-banner-sdk .banner-option:not(:first-child) {
        border-left: 1px solid #d8d8d8;
        padding-left: 25px
      }
    }

    @media only screen and (min-width: 425px)and (max-width: 550px) {

      #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group,
      #onetrust-banner-sdk.ot-iab-2 #onetrust-policy,
      #onetrust-banner-sdk.ot-iab-2 .banner-option {
        width: 100%
      }
    }

    @media only screen and (min-width: 769px) {
      #onetrust-banner-sdk #onetrust-button-group {
        margin-right: 30%
      }

      #onetrust-banner-sdk #banner-options {
        margin-left: 2em;
        margin-right: 5em;
        margin-bottom: 1.25em;
        width: calc(100% - 7em)
      }
    }

    @media only screen and (min-width: 897px)and (max-width: 1023px) {
      #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        top: 50%;
        left: 75%;
        transform: translateY(-50%)
      }

      #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 50%;
        margin: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        padding: 0;
        right: 0
      }

      #onetrust-banner-sdk #onetrust-close-btn-container button {
        position: relative;
        margin: 0;
        right: -22px;
        top: 2px
      }
    }

    @media only screen and (min-width: 1024px) {
      #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 50%;
        margin: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        right: 0
      }

      #onetrust-banner-sdk #onetrust-close-btn-container button {
        right: -12px
      }

      #onetrust-banner-sdk #onetrust-policy {
        margin-left: 2em
      }

      #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translateY(-50%)
      }

      #onetrust-banner-sdk .ot-optout-signal {
        width: 50%
      }

      #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-title {
        width: 50%
      }

      #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text,
      #onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc {
        margin-bottom: 1em;
        width: 50%;
        border-right: 1px solid #d8d8d8;
        padding-right: 1rem
      }

      #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text {
        margin-bottom: 0;
        padding-bottom: 1em
      }

      #onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc {
        margin-bottom: 0;
        padding-bottom: 1em
      }

      #onetrust-banner-sdk.ot-iab-2 .ot-dpd-container {
        width: 45%;
        padding-left: 1rem;
        display: inline-block;
        float: none
      }

      #onetrust-banner-sdk.ot-iab-2 .ot-dpd-title {
        line-height: 1.7
      }

      #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group-parent {
        left: auto;
        right: 4%;
        margin-left: 0
      }

      #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button {
        display: block
      }

      #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        margin: auto;
        width: 30%
      }

      #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 60%
      }

      #onetrust-banner-sdk #onetrust-button-group {
        margin-right: auto
      }

      #onetrust-banner-sdk #onetrust-accept-btn-handler,
      #onetrust-banner-sdk #onetrust-reject-all-handler,
      #onetrust-banner-sdk #onetrust-pc-btn-handler {
        margin-top: 1em
      }
    }

    @media only screen and (min-width: 890px) {
      #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
        padding-left: 3%;
        padding-right: 4%;
        margin-left: 0
      }

      #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
        margin-right: 0;
        margin-top: 1.25em;
        width: 100%
      }

      #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button {
        width: 100%;
        margin-bottom: 5px;
        margin-top: 5px
      }

      #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button:last-of-type {
        margin-bottom: 20px
      }
    }

    @media only screen and (min-width: 1280px) {
      #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 55%
      }

      #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        width: 44%;
        padding-left: 2%;
        padding-right: 2%
      }

      #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        left: 55%
      }
    }

    #onetrust-consent-sdk #onetrust-banner-sdk {
      background-color: #091b3f;
    }

    #onetrust-consent-sdk #onetrust-policy-title,
    #onetrust-consent-sdk #onetrust-policy-text,
    #onetrust-consent-sdk .ot-b-addl-desc,
    #onetrust-consent-sdk .ot-dpd-desc,
    #onetrust-consent-sdk .ot-dpd-title,
    #onetrust-consent-sdk #onetrust-policy-text *:not(.onetrust-vendors-list-handler),
    #onetrust-consent-sdk .ot-dpd-desc *:not(.onetrust-vendors-list-handler),
    #onetrust-consent-sdk #onetrust-banner-sdk #banner-options *,
    #onetrust-banner-sdk .ot-cat-header,
    #onetrust-banner-sdk .ot-optout-signal {
      color: #FFFFFF;
    }

    #onetrust-consent-sdk #onetrust-banner-sdk .banner-option-details {
      background-color: #E9E9E9;
    }

    #onetrust-consent-sdk #onetrust-banner-sdk a[href],
    #onetrust-consent-sdk #onetrust-banner-sdk a[href] font,
    #onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
      color: #326295;
    }

    #onetrust-consent-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-reject-all-handler {
      background-color: #326295;
      border-color: #326295;
      color: #FFFFFF;
    }

    #onetrust-consent-sdk #onetrust-banner-sdk *:focus,
    #onetrust-consent-sdk #onetrust-banner-sdk:focus {
      outline-color: #05a2f0;
      outline-width: 1px;
    }

    #onetrust-consent-sdk #onetrust-pc-btn-handler,
    #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
      color: #326295;
      border-color: #326295;
      background-color:
        #FFFFFF;
    }

    #onetrust-pc-sdk {
      position: fixed;
      width: 730px;
      max-width: 730px;
      height: 610px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      font-size: 16px;
      z-index: 2147483647;
      border-radius: 2px;
      background-color: #fff;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0), 0 7px 14px 0 rgba(50, 50, 93, .1)
    }

    #onetrust-pc-sdk.otRelFont {
      font-size: 1rem
    }

    #onetrust-pc-sdk *,
    #onetrust-pc-sdk ::after,
    #onetrust-pc-sdk ::before {
      box-sizing: content-box
    }

    #onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr,
    #onetrust-pc-sdk .ot-hide-tgl {
      visibility: hidden
    }

    #onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr *,
    #onetrust-pc-sdk .ot-hide-tgl * {
      visibility: hidden
    }

    #onetrust-pc-sdk #ot-pc-content,
    #onetrust-pc-sdk #ot-pc-lst {
      height: calc(100% - 185px)
    }

    #onetrust-pc-sdk li {
      list-style: none
    }

    #onetrust-pc-sdk ul,
    #onetrust-pc-sdk li {
      margin: 0
    }

    #onetrust-pc-sdk a {
      text-decoration: none
    }

    #onetrust-pc-sdk .ot-link-btn {
      padding: 0;
      margin-bottom: 0;
      border: 0;
      font-weight: normal;
      line-height: normal;
      width: auto;
      height: auto
    }

    #onetrust-pc-sdk .ot-grps-cntr *::-webkit-scrollbar,
    #onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar {
      width: 11px
    }

    #onetrust-pc-sdk .ot-grps-cntr *::-webkit-scrollbar-thumb,
    #onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: #c1c1c1
    }

    #onetrust-pc-sdk .ot-grps-cntr *,
    #onetrust-pc-sdk .ot-pc-scrollbar {
      scrollbar-arrow-color: #c1c1c1;
      scrollbar-darkshadow-color: #c1c1c1;
      scrollbar-face-color: #c1c1c1;
      scrollbar-shadow-color: #c1c1c1
    }

    #onetrust-pc-sdk .ot-pc-header {
      height: auto;
      padding: 10px;
      display: block;
      width: calc(100% - 20px);
      min-height: 52px;
      border-bottom: 1px solid #d8d8d8;
      position: relative
    }

    #onetrust-pc-sdk .ot-pc-logo {
      vertical-align: middle;
      width: 180px
    }

    #onetrust-pc-sdk .ot-pc-logo.ot-pc-logo {
      height: 40px
    }

    #onetrust-pc-sdk .ot-title-cntr {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 190px);
      padding-left: 10px
    }

    #onetrust-pc-sdk .ot-optout-signal {
      margin: .625rem .625rem .625rem 1.75rem
    }

    #onetrust-pc-sdk .ot-always-active {
      font-size: .813em;
      line-height: 1.5;
      font-weight: 700;
      color: #3860be
    }

    #onetrust-pc-sdk .ot-close-cntr {
      float: right;
      position: absolute;
      right: -9px;
      top: 50%;
      transform: translateY(-50%)
    }

    #onetrust-pc-sdk #ot-pc-content {
      position: relative;
      overflow-y: auto;
      overflow-x: hidden
    }

    #onetrust-pc-sdk #ot-pc-content .ot-sdk-container {
      margin-left: 0
    }

    #onetrust-pc-sdk .ot-grps-cntr,
    #onetrust-pc-sdk .ot-grps-cntr>* {
      height: 100%;
      overflow-y: auto
    }

    #onetrust-pc-sdk .category-menu-switch-handler {
      cursor: pointer;
      border-left: 10px solid rgba(0, 0, 0, 0);
      background-color: #f4f4f4;
      border-bottom: 1px solid #d7d7d7;
      padding-top: 12px;
      padding-right: 5px;
      padding-bottom: 12px;
      padding-left: 12px;
      overflow: hidden
    }

    #onetrust-pc-sdk .category-menu-switch-handler h3 {
      float: left;
      text-align: left;
      margin: 0;
      color: dimgray;
      line-height: 1.4;
      font-size: .875em;
      word-break: break-word;
      word-wrap: break-word
    }

    #onetrust-pc-sdk .ot-active-menu {
      border-left: 10px solid #68b631;
      background-color: #fff;
      border-bottom: none;
      position: relative
    }

    #onetrust-pc-sdk .ot-active-menu h3 {
      color: #263238;
      font-weight: bold
    }

    #onetrust-pc-sdk .ot-desc-cntr {
      word-break: break-word;
      word-wrap: break-word;
      padding-top: 20px;
      padding-right: 16px;
      padding-bottom: 15px
    }

    #onetrust-pc-sdk .ot-grp-desc {
      word-break: break-word;
      word-wrap: break-word;
      text-align: left;
      font-size: .813em;
      line-height: 1.5;
      margin: 0
    }

    #onetrust-pc-sdk .ot-grp-desc * {
      font-size: inherit;
      line-height: inherit
    }

    #onetrust-pc-sdk #ot-pc-desc a {
      color: #3860be;
      cursor: pointer;
      font-size: 1em;
      margin-right: 8px
    }

    #onetrust-pc-sdk #ot-pc-desc a:hover {
      color: #1883fd
    }

    #onetrust-pc-sdk #ot-pc-desc button {
      margin-right: 8px
    }

    #onetrust-pc-sdk #ot-pc-desc * {
      font-size: inherit
    }

    #onetrust-pc-sdk #ot-pc-desc ul li {
      padding: 10px 0px;
      border-bottom: 1px solid #e2e2e2
    }

    #onetrust-pc-sdk #ot-pc-desc+.ot-link-btn {
      display: none
    }

    #onetrust-pc-sdk .ot-btn-subcntr {
      float: right
    }

    #onetrust-pc-sdk .ot-close-icon {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjQ3Ljk3MSIgaGVpZ2h0PSI0Ny45NzEiIHZpZXdCb3g9IjAgMCA0Ny45NzEgNDcuOTcxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0Ny45NzEgNDcuOTcxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZD0iTTI4LjIyOCwyMy45ODZMNDcuMDkyLDUuMTIyYzEuMTcyLTEuMTcxLDEuMTcyLTMuMDcxLDAtNC4yNDJjLTEuMTcyLTEuMTcyLTMuMDctMS4xNzItNC4yNDIsMEwyMy45ODYsMTkuNzQ0TDUuMTIxLDAuODhjLTEuMTcyLTEuMTcyLTMuMDctMS4xNzItNC4yNDIsMGMtMS4xNzIsMS4xNzEtMS4xNzIsMy4wNzEsMCw0LjI0MmwxOC44NjUsMTguODY0TDAuODc5LDQyLjg1Yy0xLjE3MiwxLjE3MS0xLjE3MiwzLjA3MSwwLDQuMjQyQzEuNDY1LDQ3LjY3NywyLjIzMyw0Ny45NywzLDQ3Ljk3czEuNTM1LTAuMjkzLDIuMTIxLTAuODc5bDE4Ljg2NS0xOC44NjRMNDIuODUsNDcuMDkxYzAuNTg2LDAuNTg2LDEuMzU0LDAuODc5LDIuMTIxLDAuODc5czEuNTM1LTAuMjkzLDIuMTIxLTAuODc5YzEuMTcyLTEuMTcxLDEuMTcyLTMuMDcxLDAtNC4yNDJMMjguMjI4LDIzLjk4NnoiLz48L2c+PC9zdmc+");
      background-size: 12px;
      background-repeat: no-repeat;
      background-position: center;
      height: 44px;
      width: 44px;
      display: inline-block
    }

    #onetrust-pc-sdk .ot-tgl {
      float: right;
      position: relative;
      z-index: 1
    }

    #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
      background-color: #cddcf2
    }

    #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {
      -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
      transform: translateX(16px);
      background-color: #4285f4
    }

    #onetrust-pc-sdk .ot-tgl input:focus+.ot-switch .ot-switch-nob:before {
      box-shadow: 0 0 1px #2196f3;
      outline-style: auto;
      outline-width: 1px
    }

    #onetrust-pc-sdk .ot-switch {
      position: relative;
      display: inline-block;
      width: 35px;
      height: 10px;
      margin-bottom: 0
    }

    #onetrust-pc-sdk .ot-switch-nob {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #f2f1f1;
      border: none;
      transition: all .2s ease-in 0s;
      -moz-transition: all .2s ease-in 0s;
      -o-transition: all .2s ease-in 0s;
      -webkit-transition: all .2s ease-in 0s;
      border-radius: 46px
    }

    #onetrust-pc-sdk .ot-switch-nob:before {
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      bottom: 1px;
      background-color: #7d7d7d;
      -webkit-transition: .4s;
      border-radius: 100%;
      top: -5px;
      transition: .4s
    }

    #onetrust-pc-sdk .ot-chkbox {
      z-index: 1;
      position: relative;
      float: left
    }

    #onetrust-pc-sdk .ot-chkbox input:checked~label::before {
      background-color: #3860be
    }

    #onetrust-pc-sdk .ot-chkbox input+label::after {
      content: none;
      color: #fff
    }

    #onetrust-pc-sdk .ot-chkbox input:checked+label::after {
      content: ""
    }

    #onetrust-pc-sdk .ot-chkbox input:focus+label::before {
      outline-style: solid;
      outline-width: 2px;
      outline-style: auto
    }

    #onetrust-pc-sdk .ot-chkbox label {
      position: relative;
      height: 20px;
      padding-left: 30px;
      display: inline-block;
      cursor: pointer
    }

    #onetrust-pc-sdk .ot-chkbox label::before,
    #onetrust-pc-sdk .ot-chkbox label::after {
      position: absolute;
      content: "";
      display: inline-block;
      border-radius: 3px
    }

    #onetrust-pc-sdk .ot-chkbox label::before {
      height: 18px;
      width: 18px;
      border: 1px solid #3860be;
      left: 0px
    }

    #onetrust-pc-sdk .ot-chkbox label::after {
      height: 5px;
      width: 9px;
      border-left: 3px solid;
      border-bottom: 3px solid;
      transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      left: 4px;
      top: 5px
    }

    #onetrust-pc-sdk .ot-label-txt {
      display: none
    }

    #onetrust-pc-sdk .ot-fltr-opt .ot-label-txt {
      display: block
    }

    #onetrust-pc-sdk .ot-chkbox input,
    #onetrust-pc-sdk .ot-tgl input {
      position: absolute;
      opacity: 0;
      width: 0;
      height: 0
    }

    #onetrust-pc-sdk .ot-arw-cntr {
      float: right;
      position: relative;
      pointer-events: none
    }

    #onetrust-pc-sdk .ot-arw {
      width: 16px;
      height: 16px;
      margin-left: 5px;
      color: dimgray;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all 150ms ease-in 0s;
      -moz-transition: all 150ms ease-in 0s;
      -o-transition: all 150ms ease-in 0s;
      transition: all 150ms ease-in 0s
    }

    #onetrust-pc-sdk input:checked~.ot-acc-hdr .ot-arw,
    #onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-arw-cntr svg {
      transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg)
    }

    #onetrust-pc-sdk .ot-label-status {
      font-size: .75em;
      position: relative;
      top: 2px;
      display: none;
      padding-right: 5px;
      float: left
    }

    #onetrust-pc-sdk #ot-lst-cnt .ot-label-status {
      top: -6px
    }

    #onetrust-pc-sdk .ot-fltr-btns {
      margin-left: 15px;
      overflow: hidden;
      margin-right: 15px
    }

    #onetrust-pc-sdk .ot-fltr-btns button {
      padding: 12px 30px
    }

    #onetrust-pc-sdk .ot-pc-footer {
      position: absolute;
      bottom: 0px;
      width: 100%;
      max-height: 160px;
      border-top: 1px solid #d8d8d8
    }

    #onetrust-pc-sdk .ot-pc-footer button {
      margin-top: 20px;
      margin-bottom: 20px;
      font-weight: 600;
      font-size: .813em;
      min-height: 40px;
      height: auto;
      line-height: normal;
      padding: 10px 30px
    }

    #onetrust-pc-sdk .ot-tab-desc {
      margin-left: 3%
    }

    #onetrust-pc-sdk .ot-grp-hdr1 {
      display: inline-block;
      width: 100%;
      margin-bottom: 10px
    }

    #onetrust-pc-sdk .ot-desc-cntr h4 {
      color: #263238;
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      font-weight: bold;
      font-size: .875em;
      line-height: 1.3;
      max-width: 80%
    }

    #onetrust-pc-sdk .ot-subgrps .ot-subgrp h4 {
      top: 0;
      max-width: unset
    }

    #onetrust-pc-sdk #ot-pvcy-hdr {
      margin-bottom: 10px
    }

    #onetrust-pc-sdk .ot-vlst-cntr {
      overflow: hidden
    }

    #onetrust-pc-sdk .category-vendors-list-handler,
    #onetrust-pc-sdk .category-host-list-handler,
    #onetrust-pc-sdk .category-vendors-list-handler+a {
      display: block;
      float: left;
      color: #3860be;
      font-size: .813em;
      font-weight: 400;
      line-height: 1.1;
      cursor: pointer;
      margin: 5px 0px
    }

    #onetrust-pc-sdk .category-vendors-list-handler:hover,
    #onetrust-pc-sdk .category-host-list-handler:hover,
    #onetrust-pc-sdk .category-vendors-list-handler+a:hover {
      text-decoration-line: underline
    }

    #onetrust-pc-sdk .ot-vlst-cntr .ot-ext-lnk,
    #onetrust-pc-sdk .ot-ven-hdr .ot-ext-lnk {
      display: inline-block;
      height: 13px;
      width: 13px;
      background-repeat: no-repeat;
      margin-left: 1px;
      margin-top: 6px;
      cursor: pointer
    }

    #onetrust-pc-sdk .ot-ven-hdr .ot-ext-lnk {
      margin-bottom: -1px
    }

    #onetrust-pc-sdk .category-host-list-handler,
    #onetrust-pc-sdk .ot-vlst-cntr,
    #onetrust-pc-sdk #ot-pc-desc+.category-vendors-list-handler {
      margin-top: 8px
    }

    #onetrust-pc-sdk .ot-grp-hdr1+.ot-vlst-cntr {
      margin-top: 0px;
      margin-bottom: 10px
    }

    #onetrust-pc-sdk .ot-always-active-group h3.ot-cat-header,
    #onetrust-pc-sdk .ot-subgrp.ot-always-active-group>h4 {
      max-width: 70%
    }

    #onetrust-pc-sdk .ot-always-active-group .ot-tgl-cntr {
      max-width: 28%
    }

    #onetrust-pc-sdk .ot-grp-desc ul,
    #onetrust-pc-sdk li.ot-subgrp p ul {
      margin: 0px;
      margin-left: 15px;
      padding-bottom: 8px
    }

    #onetrust-pc-sdk .ot-grp-desc ul li,
    #onetrust-pc-sdk li.ot-subgrp p ul li {
      font-size: inherit;
      padding-top: 8px;
      display: list-item;
      list-style: disc
    }

    #onetrust-pc-sdk ul.ot-subgrps {
      margin: 0;
      font-size: inherit
    }

    #onetrust-pc-sdk ul.ot-subgrps li {
      padding: 0;
      border: none;
      position: relative
    }

    #onetrust-pc-sdk ul.ot-subgrps li h4,
    #onetrust-pc-sdk ul.ot-subgrps li p {
      font-size: .82em;
      line-height: 1.4
    }

    #onetrust-pc-sdk ul.ot-subgrps li p {
      color: dimgray;
      clear: both;
      float: left;
      margin-top: 10px;
      margin-bottom: 0;
      word-break: break-word;
      word-wrap: break-word
    }

    #onetrust-pc-sdk ul.ot-subgrps li h4 {
      color: #263238;
      font-weight: bold;
      margin-bottom: 0;
      float: left;
      position: relative;
      top: 3px
    }

    #onetrust-pc-sdk li.ot-subgrp {
      margin-left: 30px;
      display: inline-block;
      width: calc(100% - 30px)
    }

    #onetrust-pc-sdk .ot-subgrp-tgl {
      float: right
    }

    #onetrust-pc-sdk .ot-subgrp-tgl.ot-always-active-subgroup {
      width: auto
    }

    #onetrust-pc-sdk .ot-pc-footer-logo {
      height: 30px;
      width: 100%;
      text-align: right;
      background: #f4f4f4;
      border-radius: 0 0 2px 2px
    }

    #onetrust-pc-sdk .ot-pc-footer-logo a {
      display: inline-block;
      margin-top: 5px;
      margin-right: 10px
    }

    #onetrust-pc-sdk #accept-recommended-btn-handler {
      float: right;
      text-align: center
    }

    #onetrust-pc-sdk .save-preference-btn-handler {
      min-width: 155px;
      background-color: #68b631;
      border-radius: 2px;
      color: #fff;
      font-size: .9em;
      line-height: 1.1;
      text-align: center;
      margin-left: 15px;
      margin-right: 15px
    }

    #onetrust-pc-sdk .ot-btn-subcntr button {
      margin-right: 16px
    }

    #onetrust-pc-sdk.ot-ftr-stacked .save-preference-btn-handler,
    #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr {
      max-width: 40%;
      white-space: normal;
      text-align: center
    }

    #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr button {
      margin-left: auto;
      margin-right: auto;
      min-width: 60%;
      max-width: 90%
    }

    #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr button:nth-child(2) {
      margin-top: 0
    }

    #onetrust-pc-sdk.ot-ftr-stacked #accept-recommended-btn-handler {
      float: none
    }

    #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container {
      overflow: hidden
    }

    #onetrust-pc-sdk #ot-pc-title {
      margin: 0px;
      overflow: hidden;
      position: relative;
      line-height: 1.2;
      max-height: 2.4em;
      padding-right: 1em;
      font-size: 1.37em;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      max-width: 90%
    }

    #onetrust-pc-sdk #ot-pc-title.ot-pc-title-shrink {
      max-width: 70%
    }

    #onetrust-pc-sdk #ot-pc-lst {
      width: 100%;
      position: relative
    }

    #onetrust-pc-sdk #ot-pc-lst .ot-acc-hdr {
      padding-top: 17px;
      padding-right: 15px;
      padding-bottom: 17px;
      padding-left: 20px;
      display: inline-block;
      width: calc(100% - 35px);
      vertical-align: middle
    }

    #onetrust-pc-sdk #ot-pc-lst .ot-acc-txt {
      padding-top: 6px;
      padding-right: 15px;
      padding-bottom: 10px;
      padding-left: 20px
    }

    #onetrust-pc-sdk .ot-lst-cntr {
      height: 100%
    }

    #onetrust-pc-sdk #ot-pc-hdr {
      padding-top: 15px;
      padding-right: 30px;
      padding-bottom: 15px;
      padding-left: 20px;
      display: inline-block;
      width: calc(100% - 50px);
      height: 20px;
      border-bottom: 1px solid #d8d8d8
    }

    #onetrust-pc-sdk #ot-pc-hdr input {
      height: 32px;
      width: 100%;
      border-radius: 50px;
      font-size: .8em;
      padding-right: 35px;
      padding-left: 15px;
      float: left
    }

    #onetrust-pc-sdk #ot-pc-hdr input::placeholder {
      color: #d4d4d4;
      font-style: italic
    }

    #onetrust-pc-sdk #ot-lst-cnt {
      height: calc(100% - 86px);
      padding-left: 30px;
      padding-right: 27px;
      padding-top: 20px;
      margin-top: 8px;
      margin-right: 3px;
      margin-bottom: 4px;
      margin-left: 0;
      overflow-x: hidden;
      overflow-y: auto;
      transform: translate3d(0, 0, 0)
    }

    #onetrust-pc-sdk #ot-back-arw {
      height: 12px;
      width: 12px
    }

    #onetrust-pc-sdk #ot-lst-title {
      display: inline-block;
      font-size: 1em
    }

    #onetrust-pc-sdk #ot-lst-title h3 {
      color: dimgray;
      font-weight: bold;
      margin-left: 10px;
      display: inline-block;
      font-size: 1em
    }

    #onetrust-pc-sdk #ot-lst-title h3 * {
      font-size: inherit
    }

    #onetrust-pc-sdk .ot-lst-subhdr {
      float: right;
      position: relative;
      bottom: 6px
    }

    #onetrust-pc-sdk #ot-search-cntr {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      width: 300px
    }

    #onetrust-pc-sdk #ot-search-cntr svg {
      position: absolute;
      right: 0px;
      width: 30px;
      height: 30px;
      font-size: 1em;
      line-height: 1;
      top: 2px
    }

    #onetrust-pc-sdk #ot-fltr-cntr {
      display: inline-block;
      position: relative;
      margin-left: 20px;
      vertical-align: middle;
      font-size: 0
    }

    #onetrust-pc-sdk #filter-btn-handler {
      background-color: #3860be;
      border-radius: 17px;
      -moz-transition: .1s ease;
      -o-transition: .1s ease;
      -webkit-transition: 1s ease;
      transition: .1s ease;
      width: 32px;
      height: 32px;
      padding: 0;
      margin: 0;
      position: relative
    }

    #onetrust-pc-sdk #filter-btn-handler svg {
      cursor: pointer;
      width: 15px;
      height: 15px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      padding-top: 5px
    }

    #onetrust-pc-sdk #filter-btn-handler path {
      fill: #fff
    }

    #onetrust-pc-sdk #ot-sel-blk {
      min-width: 200px;
      min-height: 30px;
      padding-left: 20px
    }

    #onetrust-pc-sdk #ot-selall-vencntr,
    #onetrust-pc-sdk #ot-selall-adtlvencntr {
      float: left;
      height: 100%
    }

    #onetrust-pc-sdk #ot-selall-vencntr label,
    #onetrust-pc-sdk #ot-selall-adtlvencntr label {
      height: 100%;
      padding-left: 0
    }

    #onetrust-pc-sdk #ot-selall-hostcntr {
      width: 21px;
      height: 21px;
      position: relative;
      left: 20px
    }

    #onetrust-pc-sdk #ot-selall-vencntr.line-through label::after,
    #onetrust-pc-sdk #ot-selall-adtlvencntr.line-through label::after,
    #onetrust-pc-sdk #ot-selall-licntr.line-through label::after,
    #onetrust-pc-sdk #ot-selall-hostcntr.line-through label::after,
    #onetrust-pc-sdk #ot-selall-gnvencntr.line-through label::after {
      height: auto;
      border-left: 0;
      left: 5px;
      top: 10.5px;
      transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none
    }

    #onetrust-pc-sdk .ot-ven-name,
    #onetrust-pc-sdk .ot-host-name {
      color: #2c3643;
      font-weight: bold;
      font-size: .813em;
      line-height: 1.2;
      margin: 0;
      height: auto;
      text-align: left;
      word-break: break-word;
      word-wrap: break-word
    }

    #onetrust-pc-sdk .ot-ven-name *,
    #onetrust-pc-sdk .ot-host-name * {
      font-size: inherit
    }

    #onetrust-pc-sdk .ot-host-desc {
      font-size: .69em;
      line-height: 1.4;
      margin-top: 5px;
      margin-bottom: 5px;
      color: dimgray
    }

    #onetrust-pc-sdk .ot-host-name>a {
      text-decoration: underline;
      position: relative;
      z-index: 2;
      margin-bottom: 5px;
      font-weight: bold
    }

    #onetrust-pc-sdk .ot-host-hdr {
      float: left;
      width: calc(100% - 50px);
      pointer-events: none;
      position: relative;
      z-index: 1
    }

    #onetrust-pc-sdk .ot-host-hdr .ot-host-name {
      pointer-events: none
    }

    #onetrust-pc-sdk .ot-host-hdr a {
      pointer-events: initial
    }

    #onetrust-pc-sdk .ot-host-hdr .ot-host-name~a {
      margin-top: 5px;
      font-size: .813em;
      text-decoration: underline
    }

    #onetrust-pc-sdk .ot-ven-hdr {
      width: 88%;
      float: right
    }

    #onetrust-pc-sdk input:focus+.ot-acc-hdr {
      outline: #000 solid 1px !important
    }

    #onetrust-pc-sdk #ot-selall-hostcntr input[type=checkbox],
    #onetrust-pc-sdk #ot-selall-vencntr input[type=checkbox],
    #onetrust-pc-sdk #ot-selall-adtlvencntr input[type=checkbox] {
      position: absolute
    }

    #onetrust-pc-sdk .ot-host-item .ot-chkbox {
      float: left
    }

    #onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all-hdr {
      right: 38px
    }

    #onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk {
      background-color: #f9f9fc;
      border: 1px solid #e2e2e2;
      width: auto;
      padding-bottom: 5px;
      padding-top: 5px
    }

    #onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all-chkbox {
      right: 2px;
      width: auto
    }

    #onetrust-pc-sdk #ot-pc-lst .ot-acc-cntr {
      position: relative;
      border-left: 1px solid #e2e2e2;
      border-right: 1px solid #e2e2e2;
      border-bottom: 1px solid #e2e2e2
    }

    #onetrust-pc-sdk #ot-pc-lst .ot-acc-cntr input {
      z-index: 1
    }

    #onetrust-pc-sdk #ot-pc-lst .ot-acc-cntr>.ot-acc-hdr {
      background: #f9f9fc;
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: #f9f9fc
    }

    #onetrust-pc-sdk #ot-pc-lst .ot-acc-cntr>.ot-acc-hdr input {
      z-index: 2
    }

    #onetrust-pc-sdk #ot-pc-lst .ot-acc-cntr>input[type=checkbox]:checked~.ot-acc-hdr {
      border-bottom: 1px solid #e2e2e2
    }

    #onetrust-pc-sdk #ot-pc-lst .ot-acc-cntr .ot-addtl-venbox {
      display: none
    }

    #onetrust-pc-sdk #ot-addtl-venlst .ot-tgl-cntr {
      margin-right: 13px
    }

    #onetrust-pc-sdk .ot-vensec-title {
      font-size: .813em;
      display: inline-block
    }

    #onetrust-pc-sdk .ot-ven-item>button:focus,
    #onetrust-pc-sdk .ot-host-item>button:focus,
    #onetrust-pc-sdk .ot-acc-cntr>button:focus {
      outline: #000 solid 2px
    }

    #onetrust-pc-sdk .ot-ven-item>button,
    #onetrust-pc-sdk .ot-host-item>button,
    #onetrust-pc-sdk .ot-acc-cntr>button {
      position: absolute;
      cursor: pointer;
      width: 100%;
      height: 100%;
      border: 0;
      opacity: 0;
      margin: 0;
      top: 0;
      left: 0
    }

    #onetrust-pc-sdk .ot-ven-item>button~.ot-acc-hdr,
    #onetrust-pc-sdk .ot-host-item>button~.ot-acc-hdr,
    #onetrust-pc-sdk .ot-acc-cntr>button~.ot-acc-hdr {
      cursor: pointer
    }

    #onetrust-pc-sdk .ot-ven-item>button[aria-expanded=false]~.ot-acc-txt,
    #onetrust-pc-sdk .ot-host-item>button[aria-expanded=false]~.ot-acc-txt,
    #onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=false]~.ot-acc-txt {
      margin-top: 0;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      width: 100%;
      transition: .25s ease-out;
      display: none
    }

    #onetrust-pc-sdk .ot-ven-item>button[aria-expanded=true]~.ot-acc-txt,
    #onetrust-pc-sdk .ot-host-item>button[aria-expanded=true]~.ot-acc-txt,
    #onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=true]~.ot-acc-txt {
      transition: .1s ease-in;
      display: block
    }

    #onetrust-pc-sdk .ot-ven-item ul {
      list-style: none inside;
      font-size: 100%;
      margin: 0
    }

    #onetrust-pc-sdk .ot-ven-item ul li {
      margin: 0 !important;
      padding: 0;
      border: none !important
    }

    #onetrust-pc-sdk .ot-hide-acc>button {
      pointer-events: none
    }

    #onetrust-pc-sdk .ot-hide-acc .ot-arw-cntr>* {
      visibility: hidden
    }

    #onetrust-pc-sdk #ot-ven-lst,
    #onetrust-pc-sdk #ot-host-lst,
    #onetrust-pc-sdk #ot-addtl-venlst,
    #onetrust-pc-sdk #ot-gn-venlst {
      width: 100%
    }

    #onetrust-pc-sdk #ot-ven-lst li,
    #onetrust-pc-sdk #ot-host-lst li,
    #onetrust-pc-sdk #ot-addtl-venlst li,
    #onetrust-pc-sdk #ot-gn-venlst li {
      border: 1px solid #d7d7d7;
      border-radius: 2px;
      position: relative;
      margin-top: 10px
    }

    #onetrust-pc-sdk #ot-gn-venlst li.ot-host-info {
      padding: .5rem;
      overflow-y: hidden
    }

    #onetrust-pc-sdk #ot-ven-lst .ot-tgl-cntr {
      width: 65%
    }

    #onetrust-pc-sdk #ot-host-lst .ot-tgl-cntr {
      width: 65%;
      float: left
    }

    #onetrust-pc-sdk label {
      margin-bottom: 0
    }

    #onetrust-pc-sdk .ot-host-notice {
      float: right
    }

    #onetrust-pc-sdk .ot-ven-link,
    #onetrust-pc-sdk .ot-ven-legclaim-link,
    #onetrust-pc-sdk .ot-host-expand {
      color: dimgray;
      font-size: .75em;
      line-height: .9;
      display: inline-block
    }

    #onetrust-pc-sdk .ot-ven-link *,
    #onetrust-pc-sdk .ot-ven-legclaim-link *,
    #onetrust-pc-sdk .ot-host-expand * {
      font-size: inherit
    }

    #onetrust-pc-sdk .ot-ven-link,
    #onetrust-pc-sdk .ot-ven-legclaim-link {
      position: relative;
      z-index: 2
    }

    #onetrust-pc-sdk .ot-ven-link:hover,
    #onetrust-pc-sdk .ot-ven-legclaim-link:hover {
      text-decoration: underline
    }

    #onetrust-pc-sdk .ot-ven-dets {
      border-radius: 2px;
      background-color: #f8f8f8
    }

    #onetrust-pc-sdk .ot-ven-dets li:first-child p:first-child {
      border-top: none
    }

    #onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:not(:first-child) {
      border-top: 1px solid #ddd !important
    }

    #onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p {
      display: inline-block
    }

    #onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(odd) {
      width: 30%
    }

    #onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(even) {
      width: 50%;
      word-break: break-word;
      word-wrap: break-word
    }

    #onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p,
    #onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h4 {
      padding-top: 5px;
      padding-bottom: 5px;
      display: block
    }

    #onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h4 {
      display: inline-block
    }

    #onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-last-child(-n+1) {
      padding-bottom: 10px
    }

    #onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-child(-n+2):not(.disc-pur) {
      padding-top: 10px
    }

    #onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur-cont {
      display: inline
    }

    #onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur {
      position: relative;
      width: 50% !important;
      word-break: break-word;
      word-wrap: break-word;
      left: calc(30% + 17px)
    }

    #onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur:nth-child(-n+1) {
      position: static
    }

    #onetrust-pc-sdk .ot-ven-dets p,
    #onetrust-pc-sdk .ot-ven-dets h4,
    #onetrust-pc-sdk .ot-ven-dets span {
      font-size: .69em;
      text-align: left;
      vertical-align: middle;
      word-break: break-word;
      word-wrap: break-word;
      margin: 0;
      padding-bottom: 10px;
      padding-left: 15px;
      color: #2e3644
    }

    #onetrust-pc-sdk .ot-ven-dets h4 {
      padding-top: 5px
    }

    #onetrust-pc-sdk .ot-ven-dets span {
      color: dimgray;
      padding: 0;
      vertical-align: baseline
    }

    #onetrust-pc-sdk .ot-ven-dets .ot-ven-pur h4 {
      border-top: 1px solid #e9e9e9;
      border-bottom: 1px solid #e9e9e9;
      padding-bottom: 5px;
      margin-bottom: 5px;
      font-weight: bold
    }

    #onetrust-pc-sdk .ot-host-opt {
      display: inline-block;
      width: 100%;
      margin: 0;
      font-size: inherit
    }

    #onetrust-pc-sdk .ot-host-opt li>div div {
      font-size: .81em;
      padding: 5px 0
    }

    #onetrust-pc-sdk .ot-host-opt li>div div:nth-child(1) {
      width: 30%;
      float: left
    }

    #onetrust-pc-sdk .ot-host-opt li>div div:nth-child(2) {
      width: 70%;
      float: left;
      word-break: break-word;
      word-wrap: break-word
    }

    #onetrust-pc-sdk #ot-host-lst li.ot-host-info {
      border: none;
      font-size: .8em;
      color: dimgray;
      float: left;
      text-align: left;
      padding: 10px;
      margin-bottom: 10px;
      width: calc(100% - 10px);
      background-color: #f8f8f8
    }

    #onetrust-pc-sdk #ot-host-lst li.ot-host-info a {
      color: dimgray
    }

    #onetrust-pc-sdk #ot-host-lst li.ot-host-info>div {
      overflow: auto
    }

    #onetrust-pc-sdk #no-results {
      text-align: center;
      margin-top: 30px
    }

    #onetrust-pc-sdk #no-results p {
      font-size: 1em;
      color: #2e3644;
      word-break: break-word;
      word-wrap: break-word
    }

    #onetrust-pc-sdk #no-results p span {
      font-weight: bold
    }

    #onetrust-pc-sdk .ot-tgl-cntr {
      display: inline-block;
      vertical-align: middle
    }

    #onetrust-pc-sdk .ot-arw-cntr,
    #onetrust-pc-sdk .ot-tgl-cntr {
      float: right
    }

    #onetrust-pc-sdk .ot-desc-cntr {
      padding-top: 0px;
      margin-top: 20px;
      padding-right: 0px;
      border-radius: 3px;
      overflow: hidden;
      padding-bottom: 10px
    }

    #onetrust-pc-sdk .ot-desc-cntr:focus,
    #onetrust-pc-sdk .ot-desc-cntr:active,
    #onetrust-pc-sdk .ot-desc-cntr:focus-visible {
      outline: 2px solid #101010;
      border-radius: 2px
    }

    #onetrust-pc-sdk .ot-leg-border-color {
      border: 1px solid #e9e9e9
    }

    #onetrust-pc-sdk .ot-leg-border-color .ot-subgrp-cntr {
      border-top: 1px solid #e9e9e9;
      padding-bottom: 10px
    }

    #onetrust-pc-sdk .ot-category-desc {
      padding-bottom: 10px
    }

    #onetrust-pc-sdk .ot-grp-hdr1 {
      padding-left: 10px;
      width: calc(100% - 20px);
      padding-top: 10px;
      margin-bottom: 0px;
      padding-bottom: 8px
    }

    #onetrust-pc-sdk .ot-subgrp-cntr {
      padding-top: 10px
    }

    #onetrust-pc-sdk .ot-desc-cntr>*:not(.ot-grp-hdr1) {
      padding-left: 10px;
      padding-right: 10px
    }

    #onetrust-pc-sdk .ot-pli-hdr {
      overflow: hidden;
      padding-top: 7.5px;
      padding-bottom: 7.5px;
      background-color: #f8f8f8;
      border: none;
      border-bottom: 1px solid #e9e9e9
    }

    #onetrust-pc-sdk .ot-pli-hdr span:first-child {
      text-align: left;
      max-width: 80px;
      padding-right: 5px
    }

    #onetrust-pc-sdk .ot-pli-hdr span:last-child {
      padding-right: 20px;
      text-align: center
    }

    #onetrust-pc-sdk .ot-li-title {
      float: right;
      font-size: .813em
    }

    #onetrust-pc-sdk .ot-desc-cntr .ot-tgl-cntr:first-of-type,
    #onetrust-pc-sdk .ot-cat-header+.ot-tgl {
      padding-left: 7px;
      padding-right: 7px
    }

    #onetrust-pc-sdk .ot-always-active-group .ot-grp-hdr1 .ot-tgl-cntr:first-of-type {
      padding-left: 0px
    }

    #onetrust-pc-sdk .ot-cat-header,
    #onetrust-pc-sdk .ot-subgrp h4 {
      max-width: calc(100% - 133px)
    }

    #onetrust-pc-sdk #ot-lst-cnt #ot-sel-blk {
      width: 100%;
      display: inline-block;
      padding: 0
    }

    #onetrust-pc-sdk .ot-sel-all {
      display: inline-block;
      width: 100%
    }

    #onetrust-pc-sdk .ot-sel-all-hdr,
    #onetrust-pc-sdk .ot-sel-all-chkbox {
      width: 100%;
      float: right;
      position: relative
    }

    #onetrust-pc-sdk .ot-sel-all-chkbox {
      z-index: 1
    }

    #onetrust-pc-sdk :not(.ot-hosts-ui) .ot-sel-all-hdr,
    #onetrust-pc-sdk :not(.ot-hosts-ui) .ot-sel-all-chkbox {
      right: 23px;
      width: calc(100% - 23px)
    }

    #onetrust-pc-sdk .ot-consent-hdr,
    #onetrust-pc-sdk .ot-li-hdr {
      float: right;
      font-size: .813em;
      position: relative;
      line-height: normal;
      text-align: center;
      word-break: break-word;
      word-wrap: break-word
    }

    #onetrust-pc-sdk .ot-hosts-ui .ot-consent-hdr {
      float: left;
      position: relative;
      left: 5px
    }

    #onetrust-pc-sdk .ot-li-hdr {
      max-width: 100px;
      margin-right: 10px
    }

    #onetrust-pc-sdk .ot-consent-hdr {
      max-width: 55px
    }

    #onetrust-pc-sdk .ot-ven-ctgl {
      margin-left: 10px
    }

    #onetrust-pc-sdk .ot-ven-litgl {
      margin-right: 55px
    }

    #onetrust-pc-sdk .ot-ven-litgl.ot-ven-litgl-only {
      margin-right: 86px
    }

    #onetrust-pc-sdk .ot-ven-ctgl,
    #onetrust-pc-sdk .ot-ven-litgl,
    #onetrust-pc-sdk .ot-ven-gvctgl {
      float: left
    }

    #onetrust-pc-sdk .ot-ven-ctgl label,
    #onetrust-pc-sdk .ot-ven-litgl label,
    #onetrust-pc-sdk .ot-ven-gvctgl label {
      width: 22px;
      padding: 0
    }

    #onetrust-pc-sdk #ot-selall-licntr {
      display: block;
      width: 21px;
      height: 21px;
      position: relative;
      float: right;
      right: 80px
    }

    #onetrust-pc-sdk #ot-selall-licntr input {
      position: absolute
    }

    #onetrust-pc-sdk #ot-selall-vencntr,
    #onetrust-pc-sdk #ot-selall-adtlvencntr,
    #onetrust-pc-sdk #ot-selall-gnvencntr {
      float: right;
      width: 21px;
      height: 21px;
      position: relative;
      right: 15px
    }

    #onetrust-pc-sdk #ot-ven-lst .ot-tgl-cntr {
      float: right;
      width: auto
    }

    #onetrust-pc-sdk .ot-ven-hdr {
      float: left;
      width: 60%
    }

    #onetrust-pc-sdk #vdr-lst-dsc {
      font-size: .812em;
      line-height: 1.5;
      padding: 10px 15px 5px 15px
    }

    #onetrust-pc-sdk #ot-anchor {
      border: 12px solid rgba(0, 0, 0, 0);
      display: none;
      position: absolute;
      z-index: 2147483647;
      top: 40px;
      right: 35px;
      transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      background-color: #fff;
      -webkit-box-shadow: -3px -3px 5px -2px #c7c5c7;
      -moz-box-shadow: -3px -3px 5px -2px #c7c5c7;
      box-shadow: -3px -3px 5px -2px #c7c5c7
    }

    #onetrust-pc-sdk #ot-fltr-modal {
      width: 300px;
      position: absolute;
      z-index: 2147483646;
      top: 46px;
      height: 90%;
      max-height: 350px;
      display: none;
      -moz-transition: .2s ease;
      -o-transition: .2s ease;
      -webkit-transition: 2s ease;
      transition: .2s ease;
      opacity: 1;
      right: 0
    }

    #onetrust-pc-sdk #ot-fltr-modal button {
      max-width: 200px;
      line-height: 1;
      word-break: break-word;
      white-space: normal;
      height: auto;
      font-weight: bold
    }

    #onetrust-pc-sdk #ot-fltr-cnt {
      background-color: #fff;
      margin: 5px;
      border-radius: 3px;
      height: 100%;
      margin-right: 10px;
      padding-right: 10px;
      -webkit-box-shadow: 0px 0px 12px 2px #c7c5c7;
      -moz-box-shadow: 0px 0px 12px 2px #c7c5c7;
      box-shadow: 0px 0px 12px 2px #c7c5c7
    }

    #onetrust-pc-sdk .ot-fltr-scrlcnt {
      overflow-y: auto;
      overflow-x: hidden;
      clear: both;
      max-height: calc(100% - 60px)
    }

    #onetrust-pc-sdk .ot-fltr-opt {
      margin-bottom: 25px;
      margin-left: 15px;
      clear: both
    }

    #onetrust-pc-sdk .ot-fltr-opt label {
      height: auto
    }

    #onetrust-pc-sdk .ot-fltr-opt span {
      cursor: pointer;
      color: dimgray;
      font-size: .8em;
      line-height: 1.1;
      font-weight: normal
    }

    #onetrust-pc-sdk #clear-filters-handler {
      float: right;
      margin-top: 15px;
      margin-bottom: 10px;
      text-decoration: none;
      color: #3860be;
      font-size: .9em;
      border: none;
      padding: 1px
    }

    #onetrust-pc-sdk #clear-filters-handler:hover {
      color: #1883fd
    }

    #onetrust-pc-sdk #clear-filters-handler:focus {
      outline: #000 solid 1px
    }

    #onetrust-pc-sdk #filter-apply-handler {
      margin-right: 10px
    }

    #onetrust-pc-sdk .ot-grp-desc+.ot-leg-btn-container {
      margin-top: 0
    }

    #onetrust-pc-sdk .ot-leg-btn-container {
      display: inline-block;
      width: 100%;
      margin-top: 10px
    }

    #onetrust-pc-sdk .ot-leg-btn-container button {
      height: auto;
      padding: 6.5px 8px;
      margin-bottom: 0;
      line-height: normal;
      letter-spacing: 0
    }

    #onetrust-pc-sdk .ot-leg-btn-container svg {
      display: none;
      height: 14px;
      width: 14px;
      padding-right: 5px;
      vertical-align: sub
    }

    #onetrust-pc-sdk .ot-active-leg-btn {
      cursor: default;
      pointer-events: none
    }

    #onetrust-pc-sdk .ot-active-leg-btn svg {
      display: inline-block
    }

    #onetrust-pc-sdk .ot-remove-objection-handler {
      border: none;
      text-decoration: underline;
      padding: 0;
      font-size: .82em;
      font-weight: 600;
      line-height: 1.4;
      padding-left: 10px
    }

    #onetrust-pc-sdk .ot-obj-leg-btn-handler span {
      font-weight: bold;
      text-align: center;
      font-size: .91em;
      line-height: 1.5
    }

    #onetrust-pc-sdk.ot-close-btn-link #close-pc-btn-handler {
      border: none;
      height: auto;
      line-height: 1.5;
      text-decoration: underline;
      font-size: .69em;
      background: none;
      width: auto
    }

    #onetrust-pc-sdk.ot-close-btn-link .ot-close-cntr {
      right: 5px;
      top: 5px;
      transform: none
    }

    #onetrust-pc-sdk .ot-grps-cntr {
      overflow-y: hidden
    }

    #onetrust-pc-sdk .ot-cat-header {
      float: left;
      font-weight: 600;
      font-size: .875em;
      line-height: 1.5;
      max-width: 90%;
      vertical-align: middle
    }

    #onetrust-pc-sdk .ot-vnd-item>button:focus {
      outline: #000 solid 2px
    }

    #onetrust-pc-sdk .ot-vnd-item>button {
      position: absolute;
      cursor: pointer;
      width: 100%;
      height: 100%;
      margin: 0;
      top: 0;
      left: 0;
      z-index: 1;
      max-width: none;
      border: none
    }

    #onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=false]~.ot-acc-txt {
      margin-top: 0;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      width: 100%;
      transition: .25s ease-out;
      display: none
    }

    #onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=true]~.ot-acc-txt {
      transition: .1s ease-in;
      margin-top: 10px;
      width: 100%;
      overflow: auto;
      display: block
    }

    #onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=true]~.ot-acc-grpcntr {
      width: auto;
      margin-top: 0px;
      padding-bottom: 10px
    }

    #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
      position: relative;
      border-radius: 2px;
      margin: 0;
      padding: 0;
      border: 1px solid #d8d8d8;
      border-top: none;
      width: calc(100% - 2px);
      float: left
    }

    #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type {
      margin-top: 10px;
      border-top: 1px solid #d8d8d8
    }

    #onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:first-child {
      margin-top: 10px
    }

    #onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:last-child,
    #onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr:last-child {
      margin-bottom: 5px
    }

    #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr {
      padding-top: 11.5px;
      padding-bottom: 11.5px;
      padding-left: 20px;
      padding-right: 20px;
      width: calc(100% - 40px);
      display: inline-block
    }

    #onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt {
      width: 100%;
      padding: 0
    }

    #onetrust-pc-sdk .ot-accordion-layout .ot-subgrp-cntr {
      padding-left: 20px;
      padding-right: 15px;
      padding-bottom: 0;
      width: calc(100% - 35px)
    }

    #onetrust-pc-sdk .ot-accordion-layout .ot-subgrp {
      padding-right: 5px
    }

    #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr {
      z-index: 1;
      position: relative
    }

    #onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      margin-top: -2px
    }

    #onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr .ot-arw {
      width: 15px;
      height: 20px;
      margin-left: 5px;
      color: dimgray
    }

    #onetrust-pc-sdk .ot-accordion-layout .ot-cat-header {
      float: none;
      color: #2e3644;
      margin: 0;
      display: inline-block;
      height: auto;
      word-wrap: break-word;
      min-height: inherit
    }

    #onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr,
    #onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr {
      padding-left: 20px;
      width: calc(100% - 20px);
      display: inline-block;
      margin-top: 0;
      padding-bottom: 2px
    }

    #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr {
      position: relative;
      min-height: 25px
    }

    #onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,
    #onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px
    }

    #onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl+.ot-tgl {
      right: 95px
    }

    #onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler,
    #onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler+a {
      margin-top: 5px
    }

    #onetrust-pc-sdk #ot-lst-cnt {
      margin-top: 1rem;
      max-height: calc(100% - 96px)
    }

    #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info-cntr {
      border: 1px solid #d8d8d8;
      padding: .75rem 2rem;
      padding-bottom: 0;
      width: auto;
      margin-top: .5rem
    }

    #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info {
      margin-bottom: 1rem;
      padding-left: .75rem;
      padding-right: .75rem;
      display: flex;
      flex-direction: column
    }

    #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOEmail] {
      border-top: 1px solid #d8d8d8;
      padding-top: 1rem
    }

    #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOLink] {
      border-bottom: 1px solid #d8d8d8;
      padding-bottom: 1rem
    }

    #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-lbl {
      font-weight: bold;
      font-size: .85em;
      margin-bottom: .5rem
    }

    #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-cnt {
      margin-left: .5rem;
      font-weight: 500;
      font-size: .85rem
    }

    #onetrust-pc-sdk .ot-vs-list,
    #onetrust-pc-sdk .ot-vnd-serv {
      width: auto;
      padding: 1rem 1.25rem;
      padding-bottom: 0
    }

    #onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr {
      padding-bottom: .75rem;
      border-bottom: 1px solid #d8d8d8
    }

    #onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr {
      font-weight: 600;
      font-size: .95em;
      line-height: 2;
      margin-left: .5rem
    }

    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item {
      border: none;
      margin: 0;
      padding: 0
    }

    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item button,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button {
      outline: none;
      border-bottom: 1px solid #d8d8d8
    }

    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item button[aria-expanded=true],
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button[aria-expanded=true] {
      border-bottom: none
    }

    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item:first-child,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:first-child {
      margin-top: .25rem;
      border-top: unset
    }

    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child {
      margin-bottom: .5rem
    }

    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child button,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child button {
      border-bottom: none
    }

    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info-cntr,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info-cntr {
      border: 1px solid #d8d8d8;
      padding: .75rem 1.75rem;
      padding-bottom: 0;
      width: auto;
      margin-top: .5rem
    }

    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info {
      margin-bottom: 1rem;
      padding-left: .75rem;
      padding-right: .75rem;
      display: flex;
      flex-direction: column
    }

    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail],
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail] {
      border-top: 1px solid #d8d8d8;
      padding-top: 1rem
    }

    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink],
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink] {
      border-bottom: 1px solid #d8d8d8;
      padding-bottom: 1rem
    }

    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-lbl,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-lbl {
      font-weight: bold;
      font-size: .85em;
      margin-bottom: .5rem
    }

    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-cnt,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-cnt {
      margin-left: .5rem;
      font-weight: 500;
      font-size: .85rem
    }

    #onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt,
    #onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt {
      padding-left: 40px
    }

    #onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,
    #onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr {
      font-size: .8em
    }

    #onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-cat-header,
    #onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-cat-header {
      font-size: .8em
    }

    #onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv {
      margin-bottom: 1rem;
      padding: 1rem .95rem
    }

    #onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr {
      padding-bottom: .75rem;
      border-bottom: 1px solid #d8d8d8
    }

    #onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr {
      font-weight: 700;
      font-size: .8em;
      line-height: 20px;
      margin-left: .82rem
    }

    #onetrust-pc-sdk .ot-subgrp-cntr .ot-cat-header {
      font-weight: 700;
      font-size: .8em;
      line-height: 20px
    }

    #onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-vnd-serv .ot-vnd-lst-cont .ot-accordion-layout .ot-acc-hdr div.ot-chkbox {
      margin-left: .82rem
    }

    #onetrust-pc-sdk .ot-vs-config .ot-acc-hdr,
    #onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr,
    #onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr,
    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr,
    #onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr,
    #onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr {
      padding: .7rem 0;
      margin: 0;
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between
    }

    #onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:first-child,
    #onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:first-child,
    #onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:first-child,
    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:first-child,
    #onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,
    #onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:first-child {
      margin-left: .5rem
    }

    #onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:last-child,
    #onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:last-child,
    #onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:last-child,
    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:last-child,
    #onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,
    #onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:last-child {
      margin-right: .5rem;
      margin-left: .5rem
    }

    #onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-always-active,
    #onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-always-active,
    #onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-always-active,
    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-always-active,
    #onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,
    #onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-always-active {
      position: relative;
      right: unset;
      top: unset;
      transform: unset
    }

    #onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-arw-cntr,
    #onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,
    #onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,
    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,
    #onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,
    #onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-arw-cntr {
      float: none;
      top: unset;
      right: unset;
      transform: unset;
      margin-top: -2px;
      position: relative
    }

    #onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-cat-header,
    #onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-cat-header,
    #onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-cat-header,
    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-cat-header,
    #onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,
    #onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-cat-header {
      flex: 1;
      margin: 0 .5rem
    }

    #onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-tgl,
    #onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-tgl,
    #onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-tgl,
    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-tgl,
    #onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,
    #onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-tgl {
      position: relative;
      transform: none;
      right: 0;
      top: 0;
      float: none
    }

    #onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox,
    #onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox,
    #onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox,
    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox,
    #onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,
    #onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox {
      position: relative;
      margin: 0 .5rem
    }

    #onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label,
    #onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,
    #onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,
    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label,
    #onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,
    #onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label {
      padding: 0
    }

    #onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label::before,
    #onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,
    #onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,
    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,
    #onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,
    #onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label::before {
      position: relative
    }

    #onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox input,
    #onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,
    #onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,
    #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,
    #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox input,
    #onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,
    #onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox input {
      position: absolute;
      cursor: pointer;
      width: 100%;
      height: 100%;
      opacity: 0;
      margin: 0;
      top: 0;
      left: 0;
      z-index: 1
    }

    #onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h5.ot-cat-header,
    #onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h4.ot-cat-header {
      margin: 0
    }

    #onetrust-pc-sdk .ot-vs-config .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp h5 {
      top: 0;
      line-height: 20px
    }

    #onetrust-pc-sdk .ot-vs-list {
      display: flex;
      flex-direction: column;
      padding: 0;
      margin: .5rem 4px
    }

    #onetrust-pc-sdk .ot-vs-selc-all {
      display: flex;
      padding: 0;
      float: unset;
      align-items: center;
      justify-content: flex-start
    }

    #onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf {
      justify-content: flex-end
    }

    #onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf.ot-caret-conf .ot-sel-all-chkbox {
      margin-right: 48px
    }

    #onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf .ot-sel-all-chkbox {
      margin: 0;
      padding: 0;
      margin-right: 14px;
      justify-content: flex-end
    }

    #onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-chkbox,
    #onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-tgl {
      display: inline-block;
      right: unset;
      width: auto;
      height: auto;
      float: none
    }

    #onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr label {
      width: 45px;
      height: 25px
    }

    #onetrust-pc-sdk .ot-vs-selc-all .ot-sel-all-chkbox {
      margin-right: 11px;
      margin-left: .75rem;
      display: flex;
      align-items: center
    }

    #onetrust-pc-sdk .ot-vs-selc-all .sel-all-hdr {
      margin: 0 1.25rem;
      font-size: .812em;
      line-height: normal;
      text-align: center;
      word-break: break-word;
      word-wrap: break-word
    }

    #onetrust-pc-sdk .ot-vnd-list-cnt #ot-selall-vencntr.ot-chkbox {
      float: unset;
      right: 0
    }

    #onetrust-pc-sdk.otPcTab .ot-vs-selc-all.ot-toggle-conf.ot-caret-conf .ot-sel-all-chkbox {
      margin-right: 50px
    }

    #onetrust-pc-sdk.otPcTab .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr label {
      width: 35px;
      height: 10px
    }

    #onetrust-pc-sdk.otPcTab .ot-vs-selc-all.ot-toggle-conf .ot-sel-all-chkbox {
      justify-content: flex-end
    }

    #onetrust-pc-sdk.otPcTab .ot-vs-selc-all .ot-sel-all-chkbox {
      right: unset;
      display: flex;
      align-items: center
    }

    #onetrust-pc-sdk.otPcTab .ot-vs-selc-all .ot-sel-all-chkbox #ot-selall-vencntr.ot-chkbox {
      right: unset
    }

    #onetrust-pc-sdk.otPcTab .ot-vs-selc-all .ot-sel-all-chkbox {
      margin-left: 12px
    }

    #onetrust-pc-sdk.otPcTab .ot-vs-selc-all .ot-sel-all-chkbox .sel-all-hdr {
      margin: 0 1rem
    }

    #onetrust-pc-sdk .ot-pgph-link {
      font-size: .813em;
      margin-top: 5px;
      position: relative
    }

    #onetrust-pc-sdk .ot-pgph-link.ot-pgph-link-subgroup {
      margin-bottom: 1rem
    }

    #onetrust-pc-sdk .ot-pgph-contr {
      margin: 0 2.5rem
    }

    #onetrust-pc-sdk .ot-pgph-title {
      font-size: 1.18rem;
      margin-bottom: 2rem
    }

    #onetrust-pc-sdk .ot-pgph-desc {
      font-size: 1rem;
      font-weight: 400;
      margin-bottom: 2rem;
      line-height: 1.5rem
    }

    #onetrust-pc-sdk .ot-pgph-desc:not(:last-child):after {
      content: "";
      width: 96%;
      display: block;
      margin: 0 auto;
      padding-bottom: 2rem;
      border-bottom: 1px solid #e9e9e9
    }

    #onetrust-pc-sdk.otPcTab[dir=rtl] input~.ot-acc-hdr .ot-arw,
    #onetrust-pc-sdk.otPcTab[dir=rtl] #ot-back-arw {
      transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg)
    }

    #onetrust-pc-sdk.otPcTab[dir=rtl] input:checked~.ot-acc-hdr .ot-arw {
      transform: rotate(270deg);
      -o-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -webkit-transform: rotate(270deg)
    }

    #onetrust-pc-sdk.otPcTab[dir=rtl] #ot-search-cntr svg {
      right: 15px
    }

    #onetrust-pc-sdk.otPcTab[dir=rtl] .ot-chkbox label::after {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      border-left: 0;
      border-right: 3px solid
    }

    #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
      padding: 0;
      background-color: rgba(0, 0, 0, 0);
      border: none;
      margin: 0
    }

    @media(max-width: 767px) {
      #onetrust-pc-sdk {
        width: 100%;
        border: none
      }

      #onetrust-pc-sdk .ot-optout-signal {
        margin: .625rem
      }

      #onetrust-pc-sdk .ot-sdk-container,
      #onetrust-pc-sdk .ot-sdk-container {
        padding: 0;
        margin: 0
      }

      #onetrust-pc-sdk #ot-pc-title {
        margin-left: 10px;
        max-width: 60%
      }

      #onetrust-pc-sdk .ot-desc-cntr {
        margin: 0;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-left: 20px;
        position: relative;
        left: auto
      }

      #onetrust-pc-sdk .ot-desc-cntr {
        margin-top: 20px;
        margin-left: 20px;
        padding: 0;
        padding-bottom: 10px
      }

      #onetrust-pc-sdk .ot-grps-cntr {
        max-height: none;
        overflow: hidden
      }

      #onetrust-pc-sdk #accept-recommended-btn-handler {
        float: none
      }
    }

    @media(min-width: 768px) {
      #onetrust-pc-sdk.ot-tgl-with-label .ot-label-status {
        display: inline
      }

      #onetrust-pc-sdk.ot-tgl-with-label #ot-pc-lst .ot-label-status {
        display: none
      }

      #onetrust-pc-sdk.ot-tgl-with-label.ot-leg-opt-out .ot-pli-hdr {
        padding-right: 8%
      }

      #onetrust-pc-sdk.ot-tgl-with-label .ot-cat-header {
        max-width: 60%
      }

      #onetrust-pc-sdk.ot-tgl-with-label .ot-subgrp h4 {
        max-width: 58%
      }

      #onetrust-pc-sdk.ot-tgl-with-label .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp>h6 {
        max-width: 50%
      }

      #onetrust-pc-sdk.ot-tgl-with-label .ot-desc-cntr .ot-tgl-cntr:first-of-type,
      #onetrust-pc-sdk.ot-tgl-with-label .ot-cat-header+.ot-tgl {
        padding-left: 15px
      }
    }

    @media(max-width: 640px) {
      #onetrust-pc-sdk {
        height: 100%
      }

      #onetrust-pc-sdk .ot-optout-signal {
        margin: .625rem
      }

      #onetrust-pc-sdk .ot-pc-header {
        padding: 10px;
        width: calc(100% - 20px)
      }

      #onetrust-pc-sdk #ot-pc-content {
        overflow: auto
      }

      #onetrust-pc-sdk .ot-sdk-row .ot-sdk-columns {
        width: 100%
      }

      #onetrust-pc-sdk .ot-desc-cntr {
        margin: 0;
        overflow: hidden
      }

      #onetrust-pc-sdk .ot-desc-cntr {
        margin-left: 10px;
        width: calc(100% - 15px);
        margin-top: 5px;
        margin-bottom: 5px
      }

      #onetrust-pc-sdk .ot-ven-hdr {
        max-width: 80%
      }

      #onetrust-pc-sdk #ot-lst-cnt {
        width: calc(100% - 18px);
        padding-top: 13px;
        padding-right: 5px;
        padding-left: 10px
      }

      #onetrust-pc-sdk .ot-grps-cntr {
        width: 100%
      }

      #onetrust-pc-sdk .ot-pc-footer {
        max-height: 300px
      }

      #onetrust-pc-sdk #ot-pc-content,
      #onetrust-pc-sdk #ot-pc-lst {
        height: calc(100% - 322px)
      }

      #onetrust-pc-sdk.ot-close-btn-link #close-pc-btn-handler {
        position: fixed;
        top: 10px;
        right: 15px
      }

      #onetrust-pc-sdk.ot-close-btn-link .ot-pc-header {
        padding-top: 25px
      }

      #onetrust-pc-sdk.ot-close-btn-link #ot-pc-title {
        max-width: 100%
      }
    }

    @media(max-width: 640px)and (orientation: portrait) {
      #onetrust-pc-sdk #ot-pc-hdr {
        height: 70px;
        padding: 15px 0;
        width: 100%
      }

      #onetrust-pc-sdk .ot-lst-subhdr {
        width: calc(100% - 15px);
        float: none;
        bottom: auto;
        display: inline-block;
        padding-top: 8px;
        padding-left: 15px
      }

      #onetrust-pc-sdk .ot-btn-subcntr {
        float: none
      }

      #onetrust-pc-sdk #ot-search-cntr {
        display: inline-block;
        width: calc(100% - 55px);
        position: relative
      }

      #onetrust-pc-sdk #ot-anchor {
        top: 75px;
        right: 30px
      }

      #onetrust-pc-sdk #ot-fltr-modal {
        top: 81px
      }

      #onetrust-pc-sdk #ot-fltr-cntr {
        float: right;
        right: 15px
      }

      #onetrust-pc-sdk #ot-lst-title {
        padding-left: 15px
      }

      #onetrust-pc-sdk #ot-lst-cnt {
        height: auto;
        overflow: auto
      }

      #onetrust-pc-sdk .save-preference-btn-handler,
      #onetrust-pc-sdk #accept-recommended-btn-handler,
      #onetrust-pc-sdk .ot-pc-refuse-all-handler {
        width: calc(100% - 33px)
      }

      #onetrust-pc-sdk.ot-ftr-stacked .save-preference-btn-handler,
      #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr {
        max-width: none
      }

      #onetrust-pc-sdk.ot-ftr-stacked .ot-pc-footer button {
        margin: 15px
      }

      #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr button {
        min-width: none;
        max-width: none
      }

      #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr button:nth-child(2) {
        margin-top: 15px
      }

      #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container button:not(:last-child) {
        margin-bottom: 0
      }
    }

    @media(max-width: 425px) {
      #onetrust-pc-sdk #ot-pc-lst .ot-acc-txt {
        padding-top: 6px;
        padding-bottom: 10px
      }

      #onetrust-pc-sdk #ot-pc-lst .ot-host-notice {
        float: left;
        margin-left: 30px
      }

      #onetrust-pc-sdk #ot-pc-lst .ot-arw-cntr {
        float: none;
        display: inline
      }

      #onetrust-pc-sdk #ot-pc-lst .ot-ven-hdr {
        float: left;
        width: 100%;
        max-width: 85%
      }

      #onetrust-pc-sdk.ot-addtl-vendors #ot-pc-lst .ot-acc-cntr .ot-arw-cntr:first-of-type {
        float: right
      }

      #onetrust-pc-sdk #ot-pc-title {
        max-width: 100%
      }

      #onetrust-pc-sdk .ot-subgrp-cntr li.ot-subgrp {
        margin-left: 10px;
        width: calc(100% - 10px)
      }

      #onetrust-pc-sdk #ot-ven-lst .ot-tgl-cntr {
        width: auto;
        float: right
      }

      #onetrust-pc-sdk #ot-ven-lst .ot-arw-cntr {
        float: right
      }

      #onetrust-pc-sdk .ot-ven-hdr {
        max-width: 47%
      }

      #onetrust-pc-sdk .ot-always-active-group .ot-tgl-cntr:first-of-type {
        max-width: none;
        padding-left: 20px
      }
    }

    @media only screen and (max-height: 425px)and (max-width: 896px)and (orientation: landscape) {
      #onetrust-pc-sdk {
        height: 100%;
        width: 100%;
        max-width: none
      }

      #onetrust-pc-sdk .ot-always-active-group .ot-tgl-cntr {
        max-width: none
      }

      #onetrust-pc-sdk .ot-pc-header {
        padding: 10px;
        width: calc(100% - 20px)
      }

      #onetrust-pc-sdk #ot-lst-cnt {
        height: auto;
        overflow: auto
      }

      #onetrust-pc-sdk #accept-recommended-btn-handler {
        float: right
      }

      #onetrust-pc-sdk .save-preference-btn-handler,
      #onetrust-pc-sdk #accept-recommended-btn-handler,
      #onetrust-pc-sdk .ot-pc-refuse-all-handler {
        width: auto
      }

      #onetrust-pc-sdk #ot-pc-content,
      #onetrust-pc-sdk #ot-pc-lst {
        height: calc(100% - 155px)
      }

      #onetrust-pc-sdk.ot-shw-fltr .ot-lst-cntr {
        overflow: hidden
      }

      #onetrust-pc-sdk.ot-shw-fltr #ot-pc-lst {
        position: static
      }

      #onetrust-pc-sdk.ot-shw-fltr #ot-fltr-modal {
        top: 0;
        width: 100%;
        height: 100%;
        max-height: none
      }

      #onetrust-pc-sdk.ot-shw-fltr #ot-fltr-modal>div {
        margin: 0;
        box-sizing: initial;
        height: 100%;
        max-height: none
      }

      #onetrust-pc-sdk.ot-shw-fltr #clear-filters-handler {
        padding-right: 20px
      }

      #onetrust-pc-sdk.ot-shw-fltr #ot-anchor {
        display: none !important
      }

      #onetrust-pc-sdk .ot-pc-footer button {
        margin: 10px
      }
    }

    @media(max-width: 425px), (max-width: 896px)and (max-height: 425px)and (orientation: landscape) {
      #onetrust-pc-sdk .ot-pc-header {
        padding-right: 20px
      }

      #onetrust-pc-sdk .ot-pc-logo {
        margin-left: 0px;
        margin-top: 5px;
        width: 150px
      }

      #onetrust-pc-sdk .ot-close-icon {
        width: 44px;
        height: 44px;
        background-size: 12px
      }

      #onetrust-pc-sdk .ot-grp-hdr1 {
        float: right;
        margin-left: 10px;
        width: auto
      }

      #onetrust-pc-sdk .ot-grp-hdr1 {
        margin-left: 0px;
        padding-right: 10px
      }

      #onetrust-pc-sdk #ot-pvcy-hdr,
      #onetrust-pc-sdk .ot-grp-hdr1 .ot-cat-header {
        display: none
      }

      #onetrust-pc-sdk .ot-grp-hdr1+.ot-vlst-cntr {
        padding-top: 10px
      }
    }

    @media only screen and (max-height: 610px) {
      #onetrust-pc-sdk {
        max-height: 100%
      }
    }

    #onetrust-consent-sdk #onetrust-pc-sdk,
    #onetrust-consent-sdk #ot-search-cntr,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-switch.ot-toggle,
    #onetrust-consent-sdk #onetrust-pc-sdk ot-grp-hdr1 .checkbox,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title:after,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-sel-blk,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor {
      background-color: #FFFFFF;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk h3,
    #onetrust-consent-sdk #onetrust-pc-sdk h4,
    #onetrust-consent-sdk #onetrust-pc-sdk h5,
    #onetrust-consent-sdk #onetrust-pc-sdk h6,
    #onetrust-consent-sdk #onetrust-pc-sdk p,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-ven-lst .ot-ven-opts p,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-li-title,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #modal-header,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox label span,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-sel-blk p,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .back-btn-handler p,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .ot-ven-name,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .consent-category,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span,
    #onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal {
      color: #696969;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-pgph-link,
    #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler,
    #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler+a,
    #onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-link,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-legclaim-link,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-name a,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-acc-hdr .ot-host-expand,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info a,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content #ot-pc-desc .ot-link-btn,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a,
    #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info a {
      color: #3860BE;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler:hover {
      text-decoration: underline;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-subgrp-tgl .ot-switch.ot-toggle {
      background-color: #F8F8F8;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-ven-dets {
      background-color: #F8F8F8;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn),
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
      background-color: #326295;
      border-color: #326295;
      color: #FFFFFF;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
      border-color: #326295;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-remove-objection-handler {
      background-color: transparent;
      border: 1px solid transparent;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn {
      background-color: #FFFFFF;
      color: #4D4D4D;
      border-color: #4D4D4D;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus+.ot-switch,
    .ot-switch .ot-switch-nob,
    .ot-switch .ot-switch-nob:before,
    #onetrust-pc-sdk .ot-checkbox input[type="checkbox"]:focus+label::before,
    #onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus+label::before {
      outline-color: #000000;
      outline-width: 1px;
    }

    #onetrust-pc-sdk .ot-host-item>button:focus,
    #onetrust-pc-sdk .ot-ven-item>button:focus {
      border: 1px solid #000000;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk *:focus,
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr>a:focus {
      outline: 1px solid #000000;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .category-menu-switch-handler {
      background-color: #F4F4F4
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
      background-color: #FFFFFF
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .category-menu-switch-handler {
      background-color: #F4F4F4
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
      background-color: #FFFFFF
    }

    #onetrust-pc-sdk .ot-vlst-cntr .ot-ext-lnk,
    #onetrust-pc-sdk .ot-ven-hdr .ot-ext-lnk {
      background-image: url('https://cdn.cookielaw.org/logos/static/ot_external_link.svg');
    }

    .ot-sdk-cookie-policy {
      font-family: inherit;
      font-size: 16px
    }

    .ot-sdk-cookie-policy.otRelFont {
      font-size: 1rem
    }

    .ot-sdk-cookie-policy h3,
    .ot-sdk-cookie-policy h4,
    .ot-sdk-cookie-policy h6,
    .ot-sdk-cookie-policy p,
    .ot-sdk-cookie-policy li,
    .ot-sdk-cookie-policy a,
    .ot-sdk-cookie-policy th,
    .ot-sdk-cookie-policy #cookie-policy-description,
    .ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,
    .ot-sdk-cookie-policy #cookie-policy-title {
      color: dimgray
    }

    .ot-sdk-cookie-policy #cookie-policy-description {
      margin-bottom: 1em
    }

    .ot-sdk-cookie-policy h4 {
      font-size: 1.2em
    }

    .ot-sdk-cookie-policy h6 {
      font-size: 1em;
      margin-top: 2em
    }

    .ot-sdk-cookie-policy th {
      min-width: 75px
    }

    .ot-sdk-cookie-policy a,
    .ot-sdk-cookie-policy a:hover {
      background: #fff
    }

    .ot-sdk-cookie-policy thead {
      background-color: #f6f6f4;
      font-weight: bold
    }

    .ot-sdk-cookie-policy .ot-mobile-border {
      display: none
    }

    .ot-sdk-cookie-policy section {
      margin-bottom: 2em
    }

    .ot-sdk-cookie-policy table {
      border-collapse: inherit
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy {
      font-family: inherit;
      font-size: 1rem
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h4,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
      color: dimgray
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
      margin-bottom: 1em
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup {
      margin-left: 1.5em
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
      font-size: .9em
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td span,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td a {
      font-size: inherit
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
      font-size: 1em;
      margin-bottom: .6em
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-title {
      margin-bottom: 1.2em
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy>section {
      margin-bottom: 1em
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
      min-width: 75px
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover {
      background: #fff
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead {
      background-color: #f6f6f4;
      font-weight: bold
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-mobile-border {
      display: none
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy section {
      margin-bottom: 2em
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li {
      list-style: disc;
      margin-left: 1.5em
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li h4 {
      display: inline-block
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
      border-collapse: inherit;
      margin: auto;
      border: 1px solid #d7d7d7;
      border-radius: 5px;
      border-spacing: initial;
      width: 100%;
      overflow: hidden
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
      border-bottom: 1px solid #d7d7d7;
      border-right: 1px solid #d7d7d7
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td {
      border-bottom: 0px
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr th:last-child,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr td:last-child {
      border-right: 0px
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type {
      width: 25%
    }

    .ot-sdk-cookie-policy[dir=rtl] {
      text-align: left
    }

    #ot-sdk-cookie-policy h3 {
      font-size: 1.5em
    }

    @media only screen and (max-width: 530px) {

      .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) table,
      .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead,
      .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tbody,
      .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) th,
      .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td,
      .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr {
        display: block
      }

      .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
      }

      .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr {
        margin: 0 0 1em 0
      }

      .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd),
      .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd) a {
        background: #f6f6f4
      }

      .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%
      }

      .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before {
        position: absolute;
        height: 100%;
        left: 6px;
        width: 40%;
        padding-right: 10px
      }

      .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) .ot-mobile-border {
        display: inline-block;
        background-color: #e4e4e4;
        position: absolute;
        height: 100%;
        top: 0;
        left: 45%;
        width: 2px
      }

      .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before {
        content: attr(data-label);
        font-weight: bold
      }

      .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) li {
        word-break: break-word;
        word-wrap: break-word
      }

      #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
        overflow: hidden
      }

      #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
        border: none;
        border-bottom: 1px solid #d7d7d7
      }

      #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table,
      #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead,
      #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tbody,
      #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,
      #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,
      #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr {
        display: block
      }

      #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,
      #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type {
        width: auto
      }

      #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr {
        margin: 0 0 1em 0
      }

      #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before {
        height: 100%;
        width: 40%;
        padding-right: 10px
      }

      #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before {
        content: attr(data-label);
        font-weight: bold
      }

      #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li {
        word-break: break-word;
        word-wrap: break-word
      }

      #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        z-index: -9999
      }

      #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td {
        border-bottom: 1px solid #d7d7d7;
        border-right: 0px
      }

      #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td:last-child {
        border-bottom: 0px
      }
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
      color: #696969;
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
      color: #696969;
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
      color: #696969;
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
      color: #696969;
    }


    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th {
      background-color: #F8F8F8;
    }

    .ot-floating-button__front {
      background-image: url('https://cdn.cookielaw.org/logos/a22264f8-9d14-4ab8-ab4b-a61925d0e901/30ec2278-5802-4bca-ae91-2b77e8415f8b/c6cc79f0-3096-41c0-bdd1-2929620dc160/FIFA_Icons_Library_rgbf_bl_Football.jpg')
    }
    
    
 
    .header-cell {
      margin: 0;
      border: none;
      display: inline-flex;
      padding: var(--Spacing-M) var(--Spacing-Xs2);
      justify-content: center;
      align-items: center;
      text-align: center;
      gap: var(--Spacing-Xs4);
      font-weight: 500;
      border-bottom: var(--BorderWidth-S) solid var(--Color-Border-Low);
      background-color: var(--Color-Background-Empty);
      color: var(--Color-Foreground-Primary);
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-Label);
      line-height: var(--Typography-LineHeight-Cross-Label);
      height: 3.5rem;
      max-width: 6.875rem;
      box-sizing: border-box;
      text-transform: capitalize
    }

    @media screen and (min-width: 45rem) {
      .header-cell {
        padding: var(--Spacing-M) var(--Spacing-Xs4)
      }
    }

    .header-cell .cell-label {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical
    }

    .header-cell--selected {
      background-color: var(--Color-Background-Selected);
      color: var(--Color-Foreground-Accent)
    }

    .header-cell--selected svg {
      fill: var(--Color-Foreground-Accent)
    }

    .header-cell--iconed {
      min-width: 5.625rem;
      cursor: pointer;
      padding: var(--Spacing-M)
    }

    .header-cell--iconed svg {
      width: var(--Sizing-Xs4);
      height: var(--Sizing-Xs4);
      flex-shrink: 0;
      fill: currentColor
    }

    .header-cell--iconed:hover {
      background-color: var(--Color-StateLayer-Hover)
    }

    .ranking-cell {
      display: flex;
      padding: var(--Spacing-M) var(--Spacing-S);
      max-width: 3.0625rem;
      align-items: center;
      gap: var(--Spacing-Xs4);
      text-align: center;
      box-sizing: border-box;
      min-height: 3.5rem;
      width: fit-content;
      position: relative
    }

    .ranking-cell--trendable {
      max-width: none;
      padding: var(--Spacing-M)
    }

    .ranking-cell--qualified:before {
      content: "";
      width: var(--BorderWidth-4);
      height: 100%;
      background-color: var(--Color-Foreground-Success);
      position: absolute;
      left: 0;
      top: 0
    }

    .ranking-cell .ranking-value {
      color: var(--Color-Foreground-Primary);
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-Label);
      font-weight: 500;
      line-height: var(--Typography-LineHeight-Cross-Label);
      min-width: 1.5625rem
    }

    .ranking-cell svg {
      fill: var(--Color-Foreground-Success);
      width: var(--Sizing-Xs4);
      height: var(--Sizing-Xs4);
      position: absolute;
      right: 0
    }

    .ranking-cell .arrow-down {
      fill: var(--Color-Foreground-Error)
    }

    .value-cell {
      display: inline-flex;
      padding: var(--Spacing-M);
      justify-content: center;
      align-items: center;
      gap: var(--Spacing-M);
      box-sizing: border-box;
      text-align: center
    }

    .value-cell .value {
      color: var(--Color-Foreground-Primary);
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-BodySmall);
      line-height: var(--Typography-LineHeight-Cross-Body-Small)
    }

    .avatar {
      width: var(--Sizing-Xs1);
      height: var(--Sizing-Xs1);
      gap: var(--Spacing-Xs2);
      flex-shrink: 0;
      border-radius: var(--BorderRadius-100);
      -o-border-radius: var(--BorderRadius-100);
      -moz-border-radius: var(--BorderRadius-100);
      -webkit-border-radius: var(--BorderRadius-100);
      border: var(--BorderWidth-1) solid var(--Color-Border-Low);
      background: var(--Color-Background-Empty);
      display: flex;
      justify-content: center;
      align-items: center
    }

    .avatar img {
      width: auto;
      max-height: 1.5rem
    }

    .avatar--player {
      align-items: flex-end
    }

    .avatar--player img {
      width: 100%;
      max-height: unset;
      max-width: none;
      margin-bottom: calc(-1 * var(--BorderWidth-1));
      border-radius: var(--BorderRadius-100);
      -o-border-radius: var(--BorderRadius-100);
      -moz-border-radius: var(--BorderRadius-100);
      -webkit-border-radius: var(--BorderRadius-100)
    }

    .avatar--flag {
      border-radius: 0;
      -o-border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      width: var(--Sizing-Xs2);
      height: 1.125rem
    }

    .avatar--flag img {
      width: 100%;
      max-height: unset
    }

    .extra-info-description {
      width: fit-content;
      display: flex;
      align-items: center;
      gap: var(--Spacing-Xs4);
      color: var(--Color-Foreground-Primary);
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-Label);
      line-height: var(--Typography-LineHeight-Cross-Label);
      margin: 0
    }

    .extra-info-description:before {
      content: "";
      display: block;
      width: var(--BorderWidth-1);
      height: 1rem;
      background-color: var(--Color-Foreground-Primary)
    }

    .extra-info-description--iconed {
      padding-left: 0
    }

    .extra-info-description--iconed:before {
      display: none
    }

    .extra-info-description--iconed .image {
      width: var(--Sizing-Xs3);
      height: var(--Sizing-Xs3);
      object-fit: contain
    }

    .extra-info-description--iconed .image--flag {
      height: .9375rem;
      border: .5px solid var(--Color-Border-Low)
    }

    .extra-info-description .dsk-description {
      display: none
    }

    @media screen and (min-width: 64rem) {
      .extra-info-description .dsk-description {
        display: block
      }
    }

    .extra-info-description .mob-description {
      display: block
    }

    @media screen and (min-width: 64rem) {
      .extra-info-description .mob-description {
        display: none
      }
    }

    .list-cell {
      display: flex;
      padding: var(--Spacing-M) var(--Spacing-M) var(--Spacing-M) var(--Spacing-Xs4);
      align-items: center;
      gap: var(--Spacing-M);
      overflow: hidden;
      box-sizing: content-box
    }

    .list-cell .content-container {
      display: flex;
      flex-direction: column;
      justify-content: center
    }

    .list-cell .content-container .main-text {
      color: var(--Color-Foreground-Primary);
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-BodySmall);
      line-height: var(--Typography-LineHeight-Cross-Body-Small)
    }

    .list-cell .content-container .extra-info-container {
      display: flex;
      align-items: center;
      gap: var(--Spacing-Xs3);
      width: 100%;
      white-space: nowrap;
      overflow: hidden
    }

    .table-wrapper {
      position: relative;
      width: 100%;
      overflow: auto;
      height: 70dvh;
      scrollbar-width: auto
    }

    .table-wrapper::-webkit-scrollbar {
      height: var(--Sizing-Xs5);
      width: var(--Sizing-Xs5)
    }

    .table-wrapper::-webkit-scrollbar-thumb {
      background: var(--Color-Border-High);
      border-radius: var(--BorderRadius-S);
      -o-border-radius: var(--BorderRadius-S);
      -moz-border-radius: var(--BorderRadius-S);
      -webkit-border-radius: var(--BorderRadius-S)
    }

    .table-wrapper::-webkit-scrollbar-track {
      background: transparent
    }

    .table-wrapper .table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      table-layout: auto
    }

    .table-wrapper .table tr {
      border-collapse: collapse
    }

    .table-wrapper .table tr>td,
    .table-wrapper .table tr>th {
      padding: 0;
      margin: 0;
      border-spacing: 0
    }

    .table-wrapper .table tr td {
      height: 100%;
      vertical-align: middle
    }

    .table-wrapper .table thead {
      position: sticky;
      top: 0;
      z-index: 3
    }

    .table-wrapper .table thead th {
      z-index: 1;
      background: var(--Color-Background-Primary)
    }

    .table-wrapper .table thead th:not(.list-cell-column):not(.rank-column) .header-cell {
      width: 7.5rem
    }

    @media screen and (min-width: 45rem) {
      .table-wrapper .table thead th:not(.list-cell-column):not(.rank-column) .header-cell--long-text {
        width: 10rem
      }
    }

    .table-wrapper .table thead th.list-cell-column .header-cell {
      text-align: left
    }

    .table-wrapper .table thead th.sticky-column {
      position: sticky;
      z-index: 2;
      box-shadow: var(--Shadow-Right-X) var(--Shadow-Right-Y) var(--Shadow-Right-Blur) var(--Shadow-Right-Spread) var(--Color-Background-ShadowMild)
    }

    @media screen and (min-width: 64rem) {
      .table-wrapper .table thead th.sticky-column {
        box-shadow: none
      }
    }

    .table-wrapper .table thead th.sticky-column.rank-column {
      left: 0
    }

    .table-wrapper .table thead th.sticky-column.list-cell-column {
      left: var(--first-sticky-column-width, 0)
    }

    @media screen and (min-width: 64rem) {
      .table-wrapper .table thead th.sticky-column--shadow {
        box-shadow: var(--Shadow-Right-X) var(--Shadow-Right-Y) var(--Shadow-Right-Blur) var(--Shadow-Right-Spread) var(--Color-Background-ShadowMild)
      }
    }

    .table-wrapper .table thead th .header-cell {
      outline-offset: -.125rem;
      min-width: unset;
      line-height: unset
    }

    .table-wrapper .table thead th .header-cell--iconed .cell-label {
      width: fit-content
    }

    .table-wrapper .table tbody tr.row-even,
    .table-wrapper .table tbody tr.row-even td,
    .table-wrapper .table tbody tr.row-even .header-cell,
    .table-wrapper .table tbody tr.row-even .value-cell,
    .table-wrapper .table tbody tr.row-even .ranking-cell,
    .table-wrapper .table tbody tr.row-even .list-cell {
      background: var(--Color-Background-Secondary)
    }

    .table-wrapper .table tbody tr.row-odd,
    .table-wrapper .table tbody tr.row-odd td,
    .table-wrapper .table tbody tr.row-odd .header-cell,
    .table-wrapper .table tbody tr.row-odd .value-cell,
    .table-wrapper .table tbody tr.row-odd .ranking-cell,
    .table-wrapper .table tbody tr.row-odd .list-cell {
      background: var(--Color-Background-Primary)
    }

    .table-wrapper .table tbody tr td {
      z-index: 1
    }

    .table-wrapper .table tbody tr td:not(.list-cell-column) {
      width: 7.5rem
    }

    .table-wrapper .table tbody tr td.sticky-column {
      position: sticky;
      z-index: 2;
      box-shadow: var(--Shadow-Right-X) var(--Shadow-Right-Y) var(--Shadow-Right-Blur) var(--Shadow-Right-Spread) var(--Color-Background-ShadowMild)
    }

    @media screen and (min-width: 64rem) {
      .table-wrapper .table tbody tr td.sticky-column {
        box-shadow: none
      }
    }

    .table-wrapper .table tbody tr td.sticky-column.rank-column {
      left: 0
    }

    .table-wrapper .table tbody tr td.sticky-column.list-cell-column {
      left: var(--first-sticky-column-width, 0)
    }

    @media screen and (min-width: 64rem) {
      .table-wrapper .table tbody tr td.sticky-column--shadow {
        box-shadow: var(--Shadow-Right-X) var(--Shadow-Right-Y) var(--Shadow-Right-Blur) var(--Shadow-Right-Spread) var(--Color-Background-ShadowMild)
      }
    }

    .table-wrapper .table .rank-column {
      position: relative;
      width: 3.8125rem !important
    }

    .table-wrapper .table .rank-column .ranking-cell--qualified {
      position: static
    }

    .table-wrapper .table .ranking-cell {
      max-width: var(--Sizing-L)
    }

    @media screen and (min-width: 45rem) {
      .table-wrapper .table .ranking-cell {
        max-width: 100%
      }
    }

    .table-wrapper .table .value-cell,
    .table-wrapper .table .header-cell {
      max-width: unset;
      width: 100%
    }

    .table-wrapper .table .list-cell {
      padding: 0
    }

    .table-wrapper .table .list-cell .content-container {
      width: 100%
    }

    .table-wrapper .table .list-cell .content-container .main-text {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical
    }

    .table-wrapper .table .avatar {
      display: none
    }

    @media screen and (min-width: 45rem) {
      .table-wrapper .table .avatar {
        display: flex
      }
    }

    .table-wrapper .table--full-width .list-cell {
      width: calc(50vw - var(--first-sticky-column-width, 0))
    }

    @media screen and (min-width: 45rem) {
      .table-wrapper .table--full-width .list-cell {
        width: calc(30vw - var(--first-sticky-column-width, 0))
      }
    }

    .filter-chip {
      display: flex;
      height: var(--Sizing-M);
      min-width: 7rem;
      max-width: 12rem;
      padding: 0 var(--Spacing-M);
      justify-content: center;
      align-items: center;
      gap: var(--Spacing-Xs2);
      flex-shrink: 0;
      border-radius: var(--BorderRadius-Default);
      -o-border-radius: var(--BorderRadius-Default);
      -moz-border-radius: var(--BorderRadius-Default);
      -webkit-border-radius: var(--BorderRadius-Default);
      border: var(--BorderWidth-S) solid var(--Color-Border-Low);
      background: var(--Color-Background-Secondary);
      -webkit-transition: background .1s ease-in-out, border .1s ease-in-out;
      -moz-transition: background .1s ease-in-out, border .1s ease-in-out;
      -ms-transition: background .1s ease-in-out, border .1s ease-in-out;
      -o-transition: background .1s ease-in-out, border .1s ease-in-out;
      transition: background .1s ease-in-out, border .1s ease-in-out;
      overflow: hidden;
      position: relative;
      text-align: center
    }

    .filter-chip:after {
      z-index: 1;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #0000;
      -webkit-transition: background .1s ease-in-out;
      -moz-transition: background .1s ease-in-out;
      -ms-transition: background .1s ease-in-out;
      -o-transition: background .1s ease-in-out;
      transition: background .1s ease-in-out;
      border-radius: 0;
      -o-border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0
    }

    .filter-chip.lg {
      height: var(--Sizing-M);
      padding: 0 var(--Spacing-L)
    }

    .filter-chip.lg .filter-label {
      font-size: var(--Typography-FontSize-Cross-Body);
      line-height: var(--Typography-LineHeight-Cross-Body)
    }

    .filter-chip.lg svg {
      width: var(--Sizing-Xs2);
      height: var(--Sizing-Xs2)
    }

    .filter-chip.md {
      height: var(--Sizing-S);
      min-width: 6rem;
      max-width: 11rem;
      gap: var(--Spacing-Xs4)
    }

    .filter-chip.sm {
      height: var(--Sizing-Xs1);
      min-width: 5rem;
      max-width: 10rem;
      gap: var(--Spacing-Xs4)
    }

    .filter-chip.sm .filter-label,
    .filter-chip.md .filter-label {
      font-size: var(--Typography-FontSize-Cross-BodySmall);
      line-height: var(--Typography-LineHeight-Cross-Body-Small)
    }

    .filter-chip.sm svg,
    .filter-chip.md svg {
      width: var(--Sizing-Xs3);
      height: var(--Sizing-Xs3)
    }

    .filter-chip svg {
      flex-shrink: 0;
      -webkit-transition: transform .2s ease-in-out;
      -moz-transition: transform .2s ease-in-out;
      -ms-transition: transform .2s ease-in-out;
      -o-transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out;
      fill: currentColor
    }

    .filter-chip .filter-label {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      word-break: break-all;
      color: var(--Color-Foreground-Primary);
      font-family: var(--Typography-FontFamily-Default)
    }

    .filter-chip--select {
      min-width: var(--Sizing-Xl);
      max-width: 11rem
    }

    .filter-chip--selected {
      border-color: var(--Color-Border-High)
    }

    .filter-chip--selected:after {
      background: var(--Color-StateLayer-Pressed)
    }

    .filter-chip--selected .filter-label {
      font-weight: 500
    }

    .filter-chip--selected .filter-chip-icon {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg)
    }

    .popover-wrapper {
      display: none;
      min-width: 13.75rem;
      max-width: 80%;
      max-height: 14.5rem;
      padding: var(--Spacing-M);
      gap: var(--Spacing-Xs2);
      border-radius: var(--BorderRadius-S);
      -o-border-radius: var(--BorderRadius-S);
      -moz-border-radius: var(--BorderRadius-S);
      -webkit-border-radius: var(--BorderRadius-S);
      background: var(--Color-Background-Secondary);
      box-shadow: var(--Shadow-Lowest-X) var(--Shadow-Lowest-Y) var(--Shadow-Lowest-Blur) var(--Shadow-Lowest-Spread) #00000040;
      overflow: auto;
      z-index: 5
    }

    @media screen and (min-width: 64rem) {
      .popover-wrapper {
        max-height: 27rem;
        max-width: 24%
      }
    }

    .popover-wrapper--expanded {
      display: flex
    }

    .popover-wrapper .popover-list {
      margin: 0;
      padding: 0;
      height: 100%;
      list-style: none;
      width: 100%
    }

    .popover-wrapper .popover-item {
      padding: var(--Spacing-Xs2) var(--Spacing-M) var(--Spacing-Xs2) var(--Spacing-Xs2);
      border-radius: var(--BorderRadius-S);
      -o-border-radius: var(--BorderRadius-S);
      -moz-border-radius: var(--BorderRadius-S);
      -webkit-border-radius: var(--BorderRadius-S);
      cursor: pointer
    }

    .popover-wrapper .popover-item span {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      word-break: break-all;
      color: var(--Color-Foreground-Primary);
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-Body);
      font-style: normal;
      font-weight: 400;
      line-height: var(--Typography-LineHeight-Cross-Body)
    }

    .popover-wrapper .popover-item:hover,
    .popover-wrapper .popover-item:focus,
    .popover-wrapper .popover-item--selected {
      background: var(--Color-StateLayer-Hover)
    }

    @font-face {
      font-family: swiper-icons;
      src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
      font-weight: 400;
      font-style: normal
    }

    :root {
      --swiper-theme-color: #007aff
    }

    :host {
      position: relative;
      display: block;
      margin-left: auto;
      margin-right: auto;
      z-index: 1
    }

    .swiper {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      overflow: hidden;
      list-style: none;
      padding: 0;
      z-index: 1;
      display: block
    }

    .swiper-vertical>.swiper-wrapper {
      flex-direction: column
    }

    .swiper-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: flex;
      transition-property: transform;
      transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
      box-sizing: content-box
    }

    .swiper-android .swiper-slide,
    .swiper-ios .swiper-slide,
    .swiper-wrapper {
      transform: translateZ(0)
    }

    .swiper-horizontal {
      touch-action: pan-y
    }

    .swiper-vertical {
      touch-action: pan-x
    }

    .swiper-slide {
      flex-shrink: 0;
      width: 100%;
      height: 100%;
      position: relative;
      transition-property: transform;
      display: block
    }

    .swiper-slide-invisible-blank {
      visibility: hidden
    }

    .swiper-autoheight,
    .swiper-autoheight .swiper-slide {
      height: auto
    }

    .swiper-autoheight .swiper-wrapper {
      align-items: flex-start;
      transition-property: transform, height
    }

    .swiper-backface-hidden .swiper-slide {
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden
    }

    .swiper-3d.swiper-css-mode .swiper-wrapper {
      perspective: 1200px
    }

    .swiper-3d .swiper-wrapper {
      transform-style: preserve-3d
    }

    .swiper-3d {
      perspective: 1200px
    }

    .swiper-3d .swiper-slide,
    .swiper-3d .swiper-cube-shadow {
      transform-style: preserve-3d
    }

    .swiper-css-mode>.swiper-wrapper {
      overflow: auto;
      scrollbar-width: none;
      -ms-overflow-style: none
    }

    .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
      display: none
    }

    .swiper-css-mode>.swiper-wrapper>.swiper-slide {
      scroll-snap-align: start start
    }

    .swiper-css-mode.swiper-horizontal>.swiper-wrapper {
      scroll-snap-type: x mandatory
    }

    .swiper-css-mode.swiper-vertical>.swiper-wrapper {
      scroll-snap-type: y mandatory
    }

    .swiper-css-mode.swiper-free-mode>.swiper-wrapper {
      scroll-snap-type: none
    }

    .swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
      scroll-snap-align: none
    }

    .swiper-css-mode.swiper-centered>.swiper-wrapper:before {
      content: "";
      flex-shrink: 0;
      order: 9999
    }

    .swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always
    }

    .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before)
    }

    .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after)
    }

    .swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before)
    }

    .swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after)
    }

    .swiper-3d .swiper-slide-shadow,
    .swiper-3d .swiper-slide-shadow-left,
    .swiper-3d .swiper-slide-shadow-right,
    .swiper-3d .swiper-slide-shadow-top,
    .swiper-3d .swiper-slide-shadow-bottom {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 10
    }

    .swiper-3d .swiper-slide-shadow {
      background: #00000026
    }

    .swiper-3d .swiper-slide-shadow-left {
      background-image: linear-gradient(to left, #00000080, #0000)
    }

    .swiper-3d .swiper-slide-shadow-right {
      background-image: linear-gradient(to right, #00000080, #0000)
    }

    .swiper-3d .swiper-slide-shadow-top {
      background-image: linear-gradient(to top, #00000080, #0000)
    }

    .swiper-3d .swiper-slide-shadow-bottom {
      background-image: linear-gradient(to bottom, #00000080, #0000)
    }

    .swiper-lazy-preloader {
      width: 42px;
      height: 42px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -21px;
      margin-top: -21px;
      z-index: 10;
      transform-origin: 50%;
      box-sizing: border-box;
      border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
      border-radius: 50%;
      border-top-color: transparent
    }

    .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
    .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
      animation: swiper-preloader-spin 1s infinite linear
    }

    .swiper-lazy-preloader-white {
      --swiper-preloader-color: #fff
    }

    .swiper-lazy-preloader-black {
      --swiper-preloader-color: #000
    }

    @keyframes swiper-preloader-spin {
      0% {
        transform: rotate(0)
      }

      to {
        transform: rotate(360deg)
      }
    }

    .quick-filters-wrapper {
      display: flex;
      flex-direction: column;
      gap: var(--Spacing-S)
    }

    @media screen and (min-width: 64rem) {
      .quick-filters-wrapper {
        flex-direction: row;
        gap: var(--Spacing-M)
      }
    }

    @media screen and (min-width: 64rem) {
      .quick-filters-wrapper .swiper-wrapper {
        padding: var(--Spacing-Xs4)
      }
    }

    .quick-filters-wrapper .quick-filters {
      display: flex;
      align-items: center;
      gap: var(--Spacing-Xs2);
      position: relative
    }

    @media screen and (min-width: 64rem) {
      .quick-filters-wrapper .quick-filters {
        width: 80%
      }
    }

    .quick-filters-wrapper .quick-filters svg {
      display: none;
      width: var(--Sizing-Xs3);
      height: var(--Sizing-Xs3);
      cursor: pointer
    }

    @media screen and (min-width: 64rem) {
      .quick-filters-wrapper .quick-filters svg {
        display: block
      }
    }

    .quick-filters-wrapper .quick-filters .swiper {
      margin: 0
    }

    .quick-filters-wrapper .quick-filters .swiper-slide {
      width: fit-content
    }

    .quick-filters-wrapper .quick-filters-selects {
      display: flex;
      align-items: center;
      gap: var(--Spacing-Xs2)
    }

    @media screen and (min-width: 64rem) {
      .quick-filters-wrapper .quick-filters-selects {
        margin-left: auto;
        padding-left: var(--Spacing-M);
        border-left: var(--BorderWidth-Xs) solid var(--Color-Border-Low)
      }
    }

    .quick-filters-wrapper .quick-filters-selects .selector-container {
      position: relative
    }

    .quick-filters-wrapper .quick-filters-selects .selector-container .popover-wrapper {
      position: absolute;
      top: calc(var(--Sizing-S) + var(--Spacing-S))
    }

    @media screen and (min-width: 64rem) {
      .quick-filters-wrapper .quick-filters-selects .selector-container .popover-wrapper {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translate(-50%)
      }
    }

    .quick-filters-wrapper .quick-filters-selects .selector-container+.selector-container .popover-wrapper {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translate(-50%)
    }

    @media screen and (min-width: 64rem) {
      .quick-filters-wrapper .quick-filters-selects .selector-container+.selector-container .popover-wrapper {
        left: inherit
      }
    }

    .quick-filters-wrapper .swiper-button-prev,
    .quick-filters-wrapper .swiper-button-next {
      display: none
    }

    @media screen and (min-width: 64rem) {

      .quick-filters-wrapper .swiper-button-prev,
      .quick-filters-wrapper .swiper-button-next {
        display: block
      }
    }

    .quick-filters-wrapper .swiper-button-prev.swiper-button-hidden,
    .quick-filters-wrapper .swiper-button-next.swiper-button-hidden,
    .quick-filters-wrapper .swiper-button-prev.swiper-button-disabled,
    .quick-filters-wrapper .swiper-button-next.swiper-button-disabled {
      display: none
    }

    .loader {
      display: flex;
      align-items: center;
      gap: var(--Spacing-Xs2)
    }

    .loader .loader-icon {
      fill: var(--Color-Foreground-Primary)
    }

    .loader .loader-text {
      color: var(--Color-Foreground-Primary);
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-Label);
      font-style: normal;
      font-weight: 500;
      line-height: var(--Typography-LineHeight-Cross-Label)
    }

    .toggle-container {
      display: flex;
      width: 100%;
      gap: var(--Spacing-Xs6)
    }

    .toggle-container:has(.toggle-content-container) {
      min-width: 5.625rem
    }

    .toggle-container .toggle-content-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: left
    }

    .toggle-container .toggle-content-container .toggle-label {
      color: var(--Color-Foreground-Primary);
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-Label);
      line-height: var(--Typography-LineHeight-Cross-Label)
    }

    .toggle-container .toggle-content-container .toggle-description {
      color: var(--Color-Foreground-Secondary);
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-Label);
      line-height: var(--Typography-LineHeight-Cross-Label)
    }

    .toggle-container .toggle {
      position: relative;
      width: var(--Sizing-S);
      height: var(--Sizing-Xs2);
      border-radius: var(--BorderRadius-Default);
      -o-border-radius: var(--BorderRadius-Default);
      -moz-border-radius: var(--BorderRadius-Default);
      -webkit-border-radius: var(--BorderRadius-Default);
      border: var(--BorderWidth-Xs) solid var(--Color-Border-Mid, #B6B7C3);
      background-color: var(--Color-Background-Secondary);
      cursor: pointer;
      -webkit-transition: background-color .2s ease-in-out;
      -moz-transition: background-color .2s ease-in-out;
      -ms-transition: background-color .2s ease-in-out;
      -o-transition: background-color .2s ease-in-out;
      transition: background-color .2s ease-in-out
    }

    .toggle-container .toggle span {
      position: absolute;
      left: .1875rem;
      top: 50%;
      width: 1.125rem;
      height: 1.125rem;
      border-radius: 50%;
      -o-border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      background-color: var(--Color-Foreground-Tertiary);
      -webkit-transition: background-color .2s ease-in-out, left .2s ease-in-out;
      -moz-transition: background-color .2s ease-in-out, left .2s ease-in-out;
      -ms-transition: background-color .2s ease-in-out, left .2s ease-in-out;
      -o-transition: background-color .2s ease-in-out, left .2s ease-in-out;
      transition: background-color .2s ease-in-out, left .2s ease-in-out;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%)
    }

    .toggle-container .toggle--checked {
      border-color: var(--Color-Border-Accent);
      background-color: var(--Color-Background-Accent)
    }

    .toggle-container .toggle--checked span {
      background-color: var(--Color-Background-Secondary);
      left: calc(var(--Sizing-S) - 1.125rem - .1875rem)
    }

    .toggle-container .toggle:after {
      background-color: var(--Color-StateLayer-Hover);
      -webkit-transition: opacity .2s ease-in-out;
      -moz-transition: opacity .2s ease-in-out;
      -ms-transition: opacity .2s ease-in-out;
      -o-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out;
      content: "";
      opacity: 0
    }

    .toggle-container .toggle:not(.toggle--checked):hover:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      border-radius: var(--BorderRadius-Default);
      -o-border-radius: var(--BorderRadius-Default);
      -moz-border-radius: var(--BorderRadius-Default);
      -webkit-border-radius: var(--BorderRadius-Default)
    }

    .toggle-container:focus {
      outline: none
    }

    .toggle-container:focus .toggle {
      box-shadow: 0 0 0 2px rgba(var(--Color-Focus-Ring), .4)
    }

    .toggle-container--disabled .toggle-label,
    .toggle-container--disabled .toggle-description,
    .toggle-container--disabled .toggle {
      opacity: .5
    }

    .toggle-container--disabled .toggle {
      border-color: var(--Color-Border-Mid);
      cursor: not-allowed
    }

    .toggle-container--disabled .toggle:after {
      display: none
    }

    .toggle-container--disabled .toggle span {
      background-color: var(--Color-Foreground-Tertiary)
    }

    .text-field-container {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: var(--Spacing-Xs4)
    }

    .text-field-container .text-field-label {
      color: var(--Color-Foreground-Secondary);
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-Body);
      line-height: var(--Typography-LineHeight-Cross-Body)
    }

    .text-field-container .input-wrapper {
      display: flex;
      padding: 0 var(--Spacing-M);
      align-items: center;
      align-self: stretch;
      gap: var(--Spacing-Xs2);
      border: var(--BorderWidth-Xs) solid var(--Color-Border-Low);
      border-radius: var(--BorderRadius-S);
      -o-border-radius: var(--BorderRadius-S);
      -moz-border-radius: var(--BorderRadius-S);
      -webkit-border-radius: var(--BorderRadius-S);
      background-color: var(--Color-Background-Secondary);
      position: relative
    }

    .text-field-container .input-wrapper svg {
      fill: var(--Color-Neutral-950);
      width: var(--Sizing-Xs2);
      height: var(--Sizing-Xs2)
    }

    .text-field-container .input-wrapper:before {
      z-index: 0;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #0000;
      -webkit-transition: background .1s ease-in-out;
      -moz-transition: background .1s ease-in-out;
      -ms-transition: background .1s ease-in-out;
      -o-transition: background .1s ease-in-out;
      transition: background .1s ease-in-out;
      border-radius: 0;
      -o-border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0
    }

    .text-field-container:not(.text-field-container--disabled) .text-field-container .input-wrapper:hover:before,
    .text-field-container:not(.text-field-container--disabled) .text-field-container .input-wrapper:focus-visible:before {
      background: var(--Color-StateLayer-Hover)
    }

    .text-field-container .input-wrapper--leading-icon {
      padding-left: var(--Spacing-S)
    }

    .text-field-container .input-wrapper--trailing-icon {
      padding-right: var(--Spacing-S)
    }

    .text-field-container .input-wrapper .text-field-icon {
      color: var(--Color-Foreground-Tertiary)
    }

    .text-field-container .input-wrapper .text-field-input {
      border: none;
      outline: none;
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-Body);
      line-height: var(--Typography-LineHeight-Cross-Body);
      color: var(--Color-Foreground-Primary);
      background-color: transparent;
      width: 100%;
      padding: 0;
      cursor: pointer;
      z-index: 1
    }

    .text-field-container .input-wrapper .text-field-input::placeholder,
    .text-field-container .input-wrapper .text-field-input::-webkit-input-placeholder,
    .text-field-container .input-wrapper .text-field-input::-moz-placeholder,
    .text-field-container .input-wrapper .text-field-input:-ms-input-placeholder {
      color: var(--Color-Foreground-Tertiary);
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-Body);
      line-height: var(--Typography-LineHeight-Cross-Body)
    }

    .text-field-container .input-wrapper .text-field-input.default {
      height: var(--Sizing-M)
    }

    .text-field-container .input-wrapper .text-field-input.sm {
      height: var(--Sizing-S);
      font-size: var(--Typography-FontSize-Cross-BodySmall);
      line-height: var(--Typography-LineHeight-Cross-Body-Small)
    }

    .text-field-container .text-field-helper {
      display: flex;
      align-items: center;
      gap: var(--Spacing-Xs2);
      color: var(--Color-Foreground-Secondary);
      font-size: var(--Typography-FontSize-Cross-Label);
      line-height: var(--Typography-LineHeight-Cross-Label);
      font-family: var(--Typography-FontFamily-Default)
    }

    .text-field-container .text-field-helper svg {
      width: var(--Sizing-Xs4);
      height: var(--Sizing-Xs4);
      fill: currentColor
    }

    .text-field-container .text-field-helper .text-field-helper-text {
      color: inherit
    }

    .text-field-container--disabled {
      opacity: .5
    }

    .text-field-container--error .input-wrapper {
      border-color: var(--Color-Border-Error)
    }

    .text-field-container--error .input-wrapper .text-field-icon svg {
      fill: var(--Color-Foreground-Error)
    }

    .text-field-container--error .text-field-helper {
      color: var(--Color-Foreground-Error)
    }

    .text-field-container--error .text-field-helper svg {
      fill: var(--Color-Foreground-Error)
    }

    .text-field-container--success .input-wrapper {
      border-color: var(--Color-Border-Success)
    }

    .text-field-container--success .input-wrapper .text-field-icon {
      color: var(--Color-Foreground-Success)
    }

    .text-field-container--success .input-wrapper .text-field-icon svg {
      fill: var(--Color-Foreground-Success)
    }

    .text-field-container--success .text-field-helper {
      color: var(--Color-Foreground-Success)
    }

    .text-field-container--success .text-field-helper svg {
      fill: var(--Color-Foreground-Success)
    }

    .text-field-container--focused .input-wrapper {
      border: var(--BorderWidth-S) solid var(--Color-Border-Accent)
    }

    .text-field-container--readonly .text-field-input {
      background-color: var(--Color-Background-Tertiary)
    }

    .text-field-container--required .text-field-label:after {
      content: "*";
      color: var(--Color-Foreground-Error);
      margin-left: var(--Spacing-Xs2)
    }

    .search-bar-container {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: var(--Spacing-Xs4)
    }

    .search-bar-container .search-bar-label {
      color: var(--Color-Foreground-Secondary);
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-Body);
      line-height: var(--Typography-LineHeight-Cross-Body)
    }

    .search-bar-container .input-wrapper {
      display: flex;
      padding: 0 var(--Spacing-M);
      align-items: center;
      align-self: stretch;
      gap: var(--Spacing-Xs2);
      border: var(--BorderWidth-Xs) solid var(--Color-Border-Low);
      border-radius: var(--BorderRadius-S);
      -o-border-radius: var(--BorderRadius-S);
      -moz-border-radius: var(--BorderRadius-S);
      -webkit-border-radius: var(--BorderRadius-S);
      background-color: var(--Color-Background-Secondary);
      position: relative
    }

    .search-bar-container .input-wrapper svg {
      fill: var(--Color-Neutral-950);
      width: var(--Sizing-Xs2);
      height: var(--Sizing-Xs2)
    }

    .search-bar-container .input-wrapper:before {
      z-index: 0;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #0000;
      -webkit-transition: background .1s ease-in-out;
      -moz-transition: background .1s ease-in-out;
      -ms-transition: background .1s ease-in-out;
      -o-transition: background .1s ease-in-out;
      transition: background .1s ease-in-out;
      border-radius: 0;
      -o-border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0
    }

    .search-bar-container:not(.search-bar-container--disabled) .search-bar-container .input-wrapper:hover:before,
    .search-bar-container:not(.search-bar-container--disabled) .search-bar-container .input-wrapper:focus-visible:before {
      background: var(--Color-StateLayer-Hover)
    }

    .search-bar-container .input-wrapper--leading-icon {
      padding-left: var(--Spacing-S)
    }

    .search-bar-container .input-wrapper--trailing-icon {
      padding-right: var(--Spacing-S)
    }

    .search-bar-container .input-wrapper .search-bar-icon {
      color: var(--Color-Foreground-Tertiary)
    }

    .search-bar-container .input-wrapper .search-bar-input {
      border: none;
      outline: none;
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-Body);
      line-height: var(--Typography-LineHeight-Cross-Body);
      color: var(--Color-Foreground-Primary);
      background-color: transparent;
      width: 100%;
      padding: 0;
      cursor: pointer;
      z-index: 1
    }

    .search-bar-container .input-wrapper .search-bar-input::placeholder,
    .search-bar-container .input-wrapper .search-bar-input::-webkit-input-placeholder,
    .search-bar-container .input-wrapper .search-bar-input::-moz-placeholder,
    .search-bar-container .input-wrapper .search-bar-input:-ms-input-placeholder {
      color: var(--Color-Foreground-Tertiary);
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-Body);
      line-height: var(--Typography-LineHeight-Cross-Body)
    }

    .search-bar-container .input-wrapper .search-bar-input.default {
      height: var(--Sizing-M)
    }

    .search-bar-container .input-wrapper .search-bar-input.sm {
      height: var(--Sizing-S);
      font-size: var(--Typography-FontSize-Cross-BodySmall);
      line-height: var(--Typography-LineHeight-Cross-Body-Small)
    }

    .search-bar-container .search-bar-helper {
      display: flex;
      align-items: center;
      gap: var(--Spacing-Xs2);
      color: var(--Color-Foreground-Secondary);
      font-size: var(--Typography-FontSize-Cross-Label);
      line-height: var(--Typography-LineHeight-Cross-Label);
      font-family: var(--Typography-FontFamily-Default)
    }

    .search-bar-container .search-bar-helper svg {
      width: var(--Sizing-Xs4);
      height: var(--Sizing-Xs4);
      fill: currentColor
    }

    .search-bar-container .search-bar-helper .search-bar-helper-text {
      color: inherit
    }

    .search-bar-container--disabled {
      opacity: .5
    }

    .search-bar-container--error .input-wrapper {
      border-color: var(--Color-Border-Error)
    }

    .search-bar-container--error .input-wrapper .search-bar-icon svg {
      fill: var(--Color-Foreground-Error)
    }

    .search-bar-container--error .search-bar-helper {
      color: var(--Color-Foreground-Error)
    }

    .search-bar-container--error .search-bar-helper svg {
      fill: var(--Color-Foreground-Error)
    }

    .search-bar-container--success .input-wrapper {
      border-color: var(--Color-Border-Success)
    }

    .search-bar-container--success .input-wrapper .search-bar-icon {
      color: var(--Color-Foreground-Success)
    }

    .search-bar-container--success .input-wrapper .search-bar-icon svg {
      fill: var(--Color-Foreground-Success)
    }

    .search-bar-container--success .search-bar-helper {
      color: var(--Color-Foreground-Success)
    }

    .search-bar-container--success .search-bar-helper svg {
      fill: var(--Color-Foreground-Success)
    }

    .search-bar-container--focused .input-wrapper {
      border: var(--BorderWidth-S) solid var(--Color-Border-Accent)
    }

    .search-bar-container--readonly .search-bar-input {
      background-color: var(--Color-Background-Tertiary)
    }

    .search-bar-container--required .search-bar-label:after {
      content: "*";
      color: var(--Color-Foreground-Error);
      margin-left: var(--Spacing-Xs2)
    }

    .button {
      position: relative;
      cursor: pointer;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      border: none;
      border-radius: var(--BorderRadius-Default);
      -o-border-radius: var(--BorderRadius-Default);
      -moz-border-radius: var(--BorderRadius-Default);
      -webkit-border-radius: var(--BorderRadius-Default);
      overflow: hidden;
      height: var(--Sizing-M);
      max-width: 30rem;
      min-width: var(--Sizing-Xl);
      width: fit-content
    }

    .button.primary {
      background-color: var(--Color-Background-Accent);
      color: var(--Color-Foreground-OnAccent)
    }

    .button.secondary {
      background: none;
      border: var(--BorderWidth-S) solid var(--Color-Border-Accent);
      color: var(--Color-Foreground-Accent)
    }

    .button.tertiary {
      background: none;
      border: none;
      color: var(--Color-Foreground-Accent)
    }

    .button.inverted.primary:not(.destructive) {
      background-color: var(--Color-Background-AccentInverse);
      color: var(--Color-Foreground-Accent)
    }

    .button.inverted.secondary:not(.destructive) {
      color: var(--Color-Foreground-OnAccent);
      border-color: var(--Color-Foreground-OnAccent)
    }

    .button.inverted.tertiary:not(.destructive) {
      color: var(--Color-Foreground-OnAccent)
    }

    .button.destructive.primary {
      background-color: var(--Color-Background-Error)
    }

    .button.destructive.secondary {
      border-color: var(--Color-Background-Error)
    }

    .button.destructive.secondary,
    .button.destructive.tertiary {
      color: var(--Color-Background-Error)
    }

    .button>span {
      z-index: 2;
      text-align: center;
      font-style: normal;
      font-weight: 500;
      word-break: break-all
    }

    .button.lg {
      padding: var(--Spacing-S) var(--Spacing-L)
    }

    .button.lg>span {
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-Body);
      line-height: var(--Typography-LineHeight-Cross-Body)
    }

    .button.md {
      height: var(--Sizing-S);
      max-width: 25rem;
      padding: var(--Spacing-Xs) var(--Spacing-M)
    }

    .button.sm {
      height: var(--Sizing-Xs1);
      max-width: 20rem;
      min-width: var(--Sizing-L);
      padding: var(--Spacing-Xs3) var(--Spacing-S)
    }

    .button.md>span,
    .button.sm>span {
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-BodySmall);
      line-height: var(--Typography-LineHeight-Cross-Body-Small)
    }

    .button.md svg,
    .button.sm svg {
      width: var(--Sizing-Xs3);
      height: var(--Sizing-Xs3)
    }

    .button.md.hasLeadingIcon,
    .button.sm.hasLeadingIcon {
      padding-inline-start: var(--Spacing-S);
      gap: var(--Spacing-Xs4)
    }

    .button.md.hasTrailingIcon,
    .button.sm.hasTrailingIcon {
      padding-inline-end: var(--Spacing-S);
      gap: var(--Spacing-Xs4)
    }

    .button:after {
      z-index: 1;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #0000;
      -webkit-transition: background .1s ease-in-out;
      -moz-transition: background .1s ease-in-out;
      -ms-transition: background .1s ease-in-out;
      -o-transition: background .1s ease-in-out;
      transition: background .1s ease-in-out;
      border-radius: 0;
      -o-border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0
    }

    .button:not([disabled]):hover:after,
    .button:not([disabled]):focus-visible:after {
      background: var(--Color-StateLayer-Hover)
    }

    .button:not([disabled]):active:after {
      background: var(--Color-StateLayer-Pressed)
    }

    .button[disabled] {
      opacity: .3
    }

    .button.hasLeadingIcon {
      padding-inline-start: var(--Spacing-M);
      gap: var(--Spacing-Xs2)
    }

    .button.hasLeadingIcon>span:first-child svg {
      display: flex;
      fill: currentColor
    }

    .button.hasTrailingIcon {
      padding-inline-end: var(--Spacing-M);
      gap: var(--Spacing-Xs2)
    }

    .button.hasTrailingIcon>span:last-child svg {
      display: flex;
      fill: currentColor
    }

    .button:focus-visible.inverted:not(.destructive) {
      outline-color: var(--Color-Foreground-OnAccent)
    }

    .button:focus-visible.destructive {
      outline-color: var(--Color-Background-Error)
    }

    .button .loader-icon {
      display: none;
      color: inherit;
      fill: currentColor;
      width: var(--Sizing-Xs2);
      height: var(--Sizing-Xs2)
    }

    .button--is-loading .button-label {
      display: none
    }

    .button--is-loading .loader-icon {
      display: block
    }

    .link-button {
      text-decoration: none
    }

    .icon-button {
      position: relative;
      cursor: pointer;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: none;
      border-radius: var(--BorderRadius-Default);
      -o-border-radius: var(--BorderRadius-Default);
      -moz-border-radius: var(--BorderRadius-Default);
      -webkit-border-radius: var(--BorderRadius-Default);
      overflow: hidden;
      width: var(--Sizing-M);
      height: var(--Sizing-M);
      gap: var(--Spacing-Xs2)
    }

    .icon-button.primary {
      background-color: var(--Color-Background-Accent)
    }

    .icon-button.primary svg {
      fill: var(--Color-Foreground-OnAccent)
    }

    .icon-button.secondary {
      background: none;
      border: var(--BorderWidth-S) solid var(--Color-Border-Accent)
    }

    .icon-button.tertiary {
      background: none;
      border: none
    }

    .icon-button.secondary svg,
    .icon-button.tertiary svg {
      fill: var(--Color-Foreground-Accent)
    }

    .icon-button.inverted.primary:not(.destructive) {
      background-color: var(--Color-Background-AccentInverse)
    }

    .icon-button.destructive.primary {
      background-color: var(--Color-Background-Error)
    }

    .icon-button.destructive.secondary {
      border-color: var(--Color-Background-Error)
    }

    .icon-button.lg {
      padding: var(--Spacing-S)
    }

    .icon-button.md {
      width: var(--Sizing-S);
      height: var(--Sizing-S);
      padding: var(--Spacing-Xs)
    }

    .icon-button.sm {
      width: var(--Sizing-Xs1);
      height: var(--Sizing-Xs1);
      padding: var(--Spacing-Xs3)
    }

    .icon-button.md svg,
    .icon-button.sm svg {
      width: var(--Sizing-Xs3);
      height: var(--Sizing-Xs3)
    }

    .icon-button svg {
      z-index: 2;
      width: var(--Sizing-Xs2);
      height: var(--Sizing-Xs2)
    }

    .icon-button:after {
      z-index: 1;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #0000;
      -webkit-transition: background .1s ease-in-out;
      -moz-transition: background .1s ease-in-out;
      -ms-transition: background .1s ease-in-out;
      -o-transition: background .1s ease-in-out;
      transition: background .1s ease-in-out;
      border-radius: 0;
      -o-border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0
    }

    .icon-button:not([disabled]):hover:after,
    .icon-button:not([disabled]):focus-visible:after {
      background: var(--Color-StateLayer-Hover)
    }

    .icon-button:not([disabled]):active:after {
      background: var(--Color-StateLayer-Pressed)
    }

    .icon-button[disabled] {
      opacity: .3
    }

    .icon-button:focus-visible.inverted:not(.destructive) {
      outline-color: var(--Color-Foreground-OnAccent)
    }

    .icon-button:focus-visible.destructive {
      outline-color: var(--Color-Background-Error)
    }

    .pagination-link-base {
      display: flex;
      width: 100%;
      padding: var(--Spacing-L);
      align-items: center;
      gap: var(--Spacing-M);
      border-radius: var(--BorderRadius-L);
      -o-border-radius: var(--BorderRadius-L);
      -moz-border-radius: var(--BorderRadius-L);
      -webkit-border-radius: var(--BorderRadius-L);
      text-decoration: none;
      justify-content: space-between;
      position: relative;
      overflow: hidden;
      background: var(--Color-Background-Primary)
    }

    .pagination-link-base:after {
      z-index: 1;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #0000;
      -webkit-transition: background .1s ease-in-out;
      -moz-transition: background .1s ease-in-out;
      -ms-transition: background .1s ease-in-out;
      -o-transition: background .1s ease-in-out;
      transition: background .1s ease-in-out;
      border-radius: 0;
      -o-border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0
    }

    .pagination-link-base:not([disabled]):hover:after,
    .pagination-link-base:not([disabled]):focus-visible:after {
      background: var(--Color-StateLayer-Hover)
    }

    .pagination-link-base:not([disabled]):active:after {
      background: var(--Color-StateLayer-Pressed)
    }

    .pagination-link-base.sm {
      padding: var(--Spacing-M)
    }

    .pagination-link-base.secondary {
      background: var(--Color-Background-Secondary)
    }

    .pagination-link-base .pagination-link-content {
      display: flex;
      flex-direction: column
    }

    .pagination-link-base .pagination-link-content .pagination-link-category {
      color: var(--Color-Foreground-Secondary);
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-BodySmall);
      line-height: var(--Typography-LineHeight-Cross-Body-Small)
    }

    .pagination-link-base .pagination-link-content .pagination-link-title {
      color: var(--Color-Foreground-Primary);
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Desktop-Subheading);
      font-weight: 500;
      line-height: var(--Typography-LineHeight-Cross-Subheading);
      margin: 0
    }

    .pagination-link {
      display: flex;
      flex-direction: column;
      gap: var(--Spacing-Xs2)
    }

    @media screen and (min-width: 64rem) {
      .pagination-link {
        flex-direction: row;
        gap: var(--Spacing-M)
      }
    }

    .item-selector {
      display: inline-flex;
      align-items: center;
      gap: var(--Spacing-Xs2);
      position: relative
    }

    .item-selector--opened .item-selector-icon {
      transform: rotate(180deg)
    }

    .item-selector-label {
      color: var(--Color-Foreground-Primary);
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-BodySmall);
      line-height: var(--Typography-LineHeight-Cross-Body-Small)
    }

    .item-selector-value-container {
      color: var(--Color-Foreground-Primary);
      display: flex;
      align-items: center;
      cursor: pointer
    }

    .item-selector-value {
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-BodySmall);
      line-height: var(--Typography-LineHeight-Cross-Body-Small);
      font-weight: 500;
      color: inherit
    }

    .item-selector-icon {
      fill: currentColor;
      -webkit-transition: transform .2s linear;
      -moz-transition: transform .2s linear;
      -ms-transition: transform .2s linear;
      -o-transition: transform .2s linear;
      transition: transform .2s linear
    }

    .item-selector .popover-wrapper {
      position: absolute;
      bottom: 0;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      transform: translateY(100%)
    }

    .page-number {
      display: flex;
      width: var(--Sizing-Xs2);
      height: var(--Sizing-Xs2);
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: var(--Spacing-Xs2);
      color: var(--Color-Foreground-Secondary);
      font-family: var(--Typography-FontFamily-Default);
      font-size: var(--Typography-FontSize-Cross-Body);
      line-height: var(--Typography-LineHeight-Cross-Body);
      position: relative;
      border-radius: var(--BorderRadius-Xs);
      -o-border-radius: var(--BorderRadius-Xs);
      -moz-border-radius: var(--BorderRadius-Xs);
      -webkit-border-radius: var(--BorderRadius-Xs);
      -webkit-transition: background-color .2s linear;
      -moz-transition: background-color .2s linear;
      -ms-transition: background-color .2s linear;
      -o-transition: background-color .2s linear;
      transition: background-color .2s linear
    }

    .page-number:not(:has(svg)):hover {
      background-color: var(--Color-StateLayer-Hover)
    }

    .page-number:not(:has(svg)):focus {
      background-color: var(--Color-StateLayer-Hover)
    }

    .page-number svg {
      width: var(--Sizing-Xs2);
      height: var(--Sizing-Xs2);
      fill: currentColor;
      flex-shrink: 0
    }

    .page-number--active {
      color: var(--Color-Foreground-Primary)
    }

    .page-number--active:after {
      content: "";
      width: 100%;
      height: var(--Spacing-Xs5);
      background-color: var(--Color-Border-High);
      position: absolute;
      left: 0;
      bottom: 0
    }

    .pagination-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative
    }

    .pagination-wrapper .pagination {
      display: flex;
      gap: var(--Spacing-M)
    }

    .pagination-wrapper .pagination .pagination-list {
      display: flex;
      gap: var(--Spacing-M);
      list-style: none;
      padding: 0;
      margin: 0
    }

    .pagination-wrapper .pagination .pagination-list .pagination-list-item .pagination-dot-wrapper {
      position: relative
    }

    .pagination-wrapper .pagination .pagination-list .pagination-list-item .pagination-dot-wrapper .popover-wrapper {
      max-height: 14.5rem;
      position: absolute;
      left: 50%;
      bottom: calc(-1 * var(--Spacing-M));
      -webkit-transform: translate(-50%, 100%);
      -moz-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%)
    }

    .pagination-wrapper .item-selector {
      display: none;
      position: absolute;
      right: 0
    }

    @media screen and (min-width: 64rem) {
      .pagination-wrapper .item-selector {
        display: inline-flex
      }
    }
 
  