@import url('default-part1.css?z=331');

@media only screen and (min-width: 48em) {
  #fundsNavigation .risk-warning,
  #fundsNavigation+.risk-warning,
  #fundDetail .risk-warning,
  #fundDetail+.risk-warning {
    margin-bottom: 20px;
  }
}

@media screen,projection {
  #fundsNavigation .risk-wrapper,
  #fundDetail .risk-wrapper {
    margin-top: 25px;
  }

  .risk-warning {
    background-color: #e7e7e6;
    font-size: 0;
  }
}

@media only screen and (min-width: 48em) {
  .risk-warning.top {
    position: absolute;
    top: -400px;
  }
}

@media only screen and (min-width: 48em) {
  .risk-warning {
    margin-left: 0;
  }

  .risk-warning .risk-warning__inner>* {
    display: table;
  }

  .risk-warning [class^=col-] {
    display: table-cell;
    float: none;
  }
}

@media screen,projection {
  .risk-warning__title {
    font-family: UniversNextLight,sans-serif;
    font-weight: normal;
    line-height: 2.5rem;
    font-size: 2.5rem;
    padding: 20px 14px;
    word-break: normal;
  }
}

@media only screen and (min-width: 23.438em) {
  .risk-warning__title {
    line-height: 2.8rem;
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 48em) {
  .risk-warning__title {
    line-height: 2.8rem;
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .risk-warning__title {
    padding: 20px 0 20px 18px;
  }
}

@media only screen and (min-width: 48em) {
  .risk-warning__title {
    padding: 30px 0 30px 20px;
  }
}

@media screen,projection {
  .risk-warning__description {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 2rem;
    font-size: 1.4rem;
    padding: 0px 14px 14px;
  }
}

@media only screen and (min-width: 23.438em) {
  .risk-warning__description {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .risk-warning__description {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .risk-warning__description {
    padding: 0px 18px 18px;
  }
}

@media only screen and (min-width: 48em) {
  .risk-warning__description {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
}

@media screen,projection {
  .risk-warning__description-inner {
    border-top: 1px solid #e9a115;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 48em) {
  .risk-warning__description {
    margin-left: 0;
  }

  .risk-warning__description-inner {
    border-top: 0 none;
    padding-top: 0;
    border-left: 1px solid #e9a115;
    padding-left: 20px;
  }
}

@media screen,projection {
  .risk-warning--red .risk-warning__description-inner {
    border-color: #db0011;
  }

  .button--primary,
  .button--secondary-slate,
  .button--outline {
    display: inline-block;
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 14px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 2rem;
    font-size: 1.4rem;
    word-break: normal;
  }
}

@media only screen and (min-width: 23.438em) {
  .button--primary,
  .button--secondary-slate,
  .button--outline {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .button--primary,
  .button--secondary-slate,
  .button--outline {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .button--primary,
  .button--secondary-slate,
  .button--outline {
    width: auto;
    padding: 15px 20px;
    margin-bottom: 0;
  }
}

@media screen,projection {
  .search-box {
    margin: 0;
  }

  .search-box__inner {
    max-width: 580px;
    position: relative;
    width: 100%;
    height: auto;
  }

  .search-box input[type=text] {
    border: 0;
    color: #b6b7b6;
    width: 100%;
    height: 30px;
    padding: 2px 30px 2px 35px;
    line-height: 1.4rem;
    -webkit-appearance: none;
    border-radius: 3px;
    background: #404040;
  }

  .chrome .search-box input[type=text] {
    margin-bottom: -1px;
  }

  .search-box__submit {
    border: 0;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 25px;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 1.5rem;
  }

  .search-box__submit:focus,
  .search-box__submit:hover {
    background-color: #d7d8d6;
  }

  .list-search .search-box__submit {
    width: 43px;
    height: 40px;
    top: 1px;
    right: 1px;
  }

  .navtray .search-box__submit {
    right: auto;
  }

  .navtray .search-box__submit:focus .icon::before,
  .navtray .search-box__submit:hover .icon::before {
    color: #000;
  }

  .search-box .icon {
    line-height: 1;
    position: absolute;
    left: 6px;
    top: 5px;
  }

  .search-box .icon::before {
    color: #d7d8d6;
    content: "";
    position: relative;
    vertical-align: -2px;
  }

  .search-box .icon::before:hover,
  .search-box .icon::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .search-box a {
    font-size: 1rem;
  }

  .search-box--masthead .search-box__inner input[type=text] {
    display: none;
    border: 1px solid #d7d8d6;
    background: #fff;
    border-radius: 0;
    color: #333;
    width: 100%;
    height: 24px;
    padding: 2px 30px 2px 5px;
    line-height: 1.4rem;
    -webkit-appearance: none;
  }

  .search-box--masthead .search-box__form-inner {
    display: block;
    min-height: 30px;
    margin-top: 5px;
  }

  .search-box--masthead .search-box__submit {
    background: #3e505d;
  }

  .search-box--masthead .search-box__submit:focus,
  .search-box--masthead .search-box__submit:hover {
    background: #4d6474;
  }

  .search-box--masthead .search-box__submit--disabled {
    background: rgba(0,0,0,0);
  }

  .search-box--masthead .search-box__submit--disabled:focus,
  .search-box--masthead .search-box__submit--disabled:hover {
    background: #929292;
  }

  .search-box--masthead .search-box__submit .icon {
    position: relative;
    left: auto;
    top: auto;
  }

  .search-box--active .search-box__inner input[type=text] {
    display: block;
  }

  .search-box--active .search-box__submit {
    background: #253038;
  }

  #search-header--masthead {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0);
  }

  .search-results-list {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 23.438em) {
  .search-results-list {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 48em) {
  .search-results-list {
    margin-bottom: 40px;
  }
}

@media screen,projection {
  .search-results-list__heading {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1;
    font-size: 2.5rem;
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 23.438em) {
  .search-results-list__heading {
    line-height: 1;
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 48em) {
  .search-results-list__heading {
    line-height: 1;
    font-size: 2.8rem;
  }
}

@media screen,projection {
  .search-results-list__heading a {
    display: block;
  }

  .search-results-list__heading a .icon {
    line-height: 1;
    padding-left: 5px;
    display: inline;
  }

  .search-results-list__heading a .icon::before {
    color: #db0011;
    content: "";
    font-size: 0.7em;
    position: relative;
    vertical-align: -1px;
  }

  .search-results-list__heading a .icon::before:hover,
  .search-results-list__heading a .icon::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .search-results-list__heading a[href*=".pdf"] {
    line-height: 1.2;
  }

  .search-results-list__heading a[href*=".pdf"]::before {
    display: inline-block;
    font: normal normal normal 100%/1 HSBC Icons;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    text-decoration: none;
    text-transform: none;
    speak: none;
    position: relative;
    color: #e9a115;
    content: "";
    font-size: 1.1em;
    position: relative;
    vertical-align: -0.14em;
    margin-left: -8px;
  }

  .ie .search-results-list__heading a[href*=".pdf"]::before {
    overflow-y: hidden;
  }

  .search-results-list__heading a[href*=".pdf"]::before:hover,
  .search-results-list__heading a[href*=".pdf"]::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .search-results-list__heading a a[href*=".doc"],
  .search-results-list__heading a a[href*=".docx"] {
    line-height: 1.2;
  }

  .search-results-list__heading a a[href*=".doc"]::before,
  .search-results-list__heading a a[href*=".docx"]::before {
    display: inline-block;
    font: normal normal normal 100%/1 HSBC Icons;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    text-decoration: none;
    text-transform: none;
    speak: none;
    position: relative;
    color: #305a85;
    content: "";
    font-size: 1.6em;
    position: relative;
    vertical-align: -0.3em;
    margin-left: -8px;
  }

  .ie .search-results-list__heading a a[href*=".doc"]::before,
  .ie .search-results-list__heading a a[href*=".docx"]::before {
    overflow-y: hidden;
  }

  .search-results-list__heading a a[href*=".doc"]::before:hover,
  .search-results-list__heading a a[href*=".doc"]::before:focus,
  .search-results-list__heading a a[href*=".docx"]::before:hover,
  .search-results-list__heading a a[href*=".docx"]::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .search-results-list__heading a a[href*=".xls"],
  .search-results-list__heading a a[href*=".xlsx"] {
    line-height: 1.2;
  }

  .search-results-list__heading a a[href*=".xls"]::before,
  .search-results-list__heading a a[href*=".xlsx"]::before {
    display: inline-block;
    font: normal normal normal 100%/1 HSBC Icons;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    text-decoration: none;
    text-transform: none;
    speak: none;
    position: relative;
    color: #305a85;
    content: "";
    font-size: 1.6em;
    position: relative;
    vertical-align: -0.3em;
    margin-left: -8px;
  }

  .ie .search-results-list__heading a a[href*=".xls"]::before,
  .ie .search-results-list__heading a a[href*=".xlsx"]::before {
    overflow-y: hidden;
  }

  .search-results-list__heading a a[href*=".xls"]::before:hover,
  .search-results-list__heading a a[href*=".xls"]::before:focus,
  .search-results-list__heading a a[href*=".xlsx"]::before:hover,
  .search-results-list__heading a a[href*=".xlsx"]::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .search-results-list__item {
    border-top: 1px solid #d7d8d6;
  }

  .search-results-list__item-inner {
    display: block;
    position: relative;
    padding: 30px 20px;
  }

  .search-results-list__result-description {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 2rem;
    font-size: 1.4rem;
    display: block;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 23.438em) {
  .search-results-list__result-description {
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .search-results-list__result-description {
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .search-results-list__url {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 2rem;
    font-size: 1.4rem;
    display: block;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 23.438em) {
  .search-results-list__url {
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .search-results-list__url {
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .search-results-list__body {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .search-results-list__body {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .search-results-list__body {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .search-results-list__pagination {
    padding: 30px 14px 0;
  }
}

@media only screen and (min-width: 23.438em) {
  .search-results-list__pagination {
    padding: 30px 18px 0;
  }
}

@media only screen and (min-width: 48em) {
  .search-results-list__pagination {
    padding: 30px 20px 0;
  }
}

@media screen,projection {
  .sidebar-container {
    display: block;
    padding-right: 0;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 23.438em) {
  .sidebar-container {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 48em) {
  .sidebar-container {
    margin-top: 0;
  }
}

@media screen,projection {
  .sidebar-container .sidebar {
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    width: 100%;
    float: right;
  }

  .sidebar-container .sidebar.widget-rendered {
    opacity: 1;
  }

  .sidebar-container .sidebar>div {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 23.438em) {
  .sidebar-container .sidebar>div {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 48em) {
  .sidebar-container .sidebar>div {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 48em) {
  .sidebar-container .sidebar {
    margin-right: -20px;
    padding: 0 20px;
    max-width: 320px;
  }
}

@media only screen and (min-width: 48em) {
  .sidebar-container .sidebar--hero-overlap {
    border-top: 3px solid #e9a115;
    background: #fff;
    margin-top: -100px;
    padding: 20px 20px 0;
    max-width: 320px;
  }
}

@media screen,projection {
  .sidebar-promo {
    padding: 0;
  }

  .sidebar-promo__inner {
    background: #253038;
  }

  .sidebar-promo__heading {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 2.5rem;
    font-size: 2.5rem;
    margin: 0;
    color: #fff;
    padding: 20px 20px 15px;
  }
}

@media only screen and (min-width: 23.438em) {
  .sidebar-promo__heading {
    line-height: 2.8rem;
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 48em) {
  .sidebar-promo__heading {
    line-height: 2.8rem;
    font-size: 2.8rem;
  }
}

@media screen,projection {
  .sidebar-promo__heading a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-right: 5px;
    display: block;
  }

  .sidebar-promo__heading a .icon {
    line-height: 0;
    color: #fff;
  }

  .sidebar-promo__heading a .icon::after {
    color: inherit;
    content: "";
    font-size: 0.6em;
    position: relative;
    vertical-align: -1px;
  }

  .sidebar-promo__heading a .icon::after:hover,
  .sidebar-promo__heading a .icon::after:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .sidebar-promo__heading a .icon::after {
    position: absolute;
    bottom: 8px;
    left: 0;
  }

  .sidebar-promo__body {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 2rem;
    font-size: 1.4rem;
    color: #ededed;
    padding: 0 20px 20px;
  }
}

@media only screen and (min-width: 23.438em) {
  .sidebar-promo__body {
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .sidebar-promo__body {
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .sidebar-promo__image {
    height: auto;
    width: 100%;
  }

  .sidebar-promo__image-container {
    font-size: 0;
    line-height: 0;
  }

  .sidebar-promo--image .sidebar-promo__inner {
    background: #ededed;
  }

  .sidebar-promo--image .sidebar-promo__heading {
    color: #333;
  }

  .sidebar-promo--image .sidebar-promo__heading a .icon {
    color: #db0011;
  }

  .sidebar-promo--image .sidebar-promo__body {
    color: #333;
  }

  .sidebar-promo.red .sidebar-promo__inner {
    background: #730014;
  }

  .sitemap {
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 48em) {
  .sitemap {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-rule: solid 1px #ddd;
    column-rule: solid 1px #ddd;
  }
}

@media screen,projection {
  .sitemap ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .sitemap a {
    margin-right: 20px;
    text-decoration: none;
    display: inline-block;
  }

  .sitemap a:hover,
  .sitemap a:focus {
    text-decoration: underline;
  }

  .sitemap .bolder {
    font-weight: bold;
  }

  .sitemap .indent1 {
    margin-left: 10px;
  }

  .sitemap .indent2 {
    margin-left: 20px;
  }

  .sitemap .indent3 {
    margin-left: 30px;
  }

  .sitemap .indent4 {
    margin-left: 40px;
  }

  .sitemap .indent5 {
    margin-left: 50px;
  }

  .sitemap .indent6 {
    margin-left: 60px;
  }

  .sitemap .indent7 {
    margin-left: 70px;
  }

  .skip-links {
    display: none;
    background: #404040;
    color: #fff;
    width: 100%;
    margin-top: -4.8rem;
    max-height: 4.8rem;
    overflow: hidden;
    -webkit-transition: all,.2s;
    -moz-transition: all,.2s;
    -ms-transition: all,.2s;
    -o-transition: all,.2s;
    transition: all,.2s;
  }
}

@media only screen and (min-width: 48em) {
  .skip-links {
    display: block;
  }
}

@media screen,projection {
  .skip-links__inner ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .skip-links__inner ul li {
    float: left;
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .skip-links__inner ul li {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .skip-links__inner ul li {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .skip-links__inner ul li a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 13px 17px 13px 17px;
    color: inherit;
  }

  .skip-links__inner ul li a:hover,
  .skip-links__inner ul li a:focus {
    background-color: #677b88;
    text-decoration: underline;
  }

  .skip-links__inner:after {
    content: "";
    display: table;
    clear: both;
  }

  .skip-links__skip-text {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 2.2rem;
    font-size: 1.4rem;
    padding: 13px 17px;
    float: left;
  }
}

@media only screen and (min-width: 23.438em) {
  .skip-links__skip-text {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .skip-links__skip-text {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .skip-links--show {
    margin-top: 0;
    max-height: none;
  }

  .sitemap {
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 48em) {
  .sitemap {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-rule: solid 1px #ddd;
    column-rule: solid 1px #ddd;
  }
}

@media screen,projection {
  .sitemap ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .sitemap a {
    margin-right: 20px;
    text-decoration: none;
    display: inline-block;
  }

  .sitemap a:hover,
  .sitemap a:focus {
    text-decoration: underline;
  }

  .sitemap .bolder {
    font-weight: bold;
  }

  .sitemap .indent1 {
    margin-left: 10px;
  }

  .sitemap .indent2 {
    margin-left: 20px;
  }

  .sitemap .indent3 {
    margin-left: 30px;
  }

  .sitemap .indent4 {
    margin-left: 40px;
  }

  .sitemap .indent5 {
    margin-left: 50px;
  }

  .sitemap .indent6 {
    margin-left: 60px;
  }

  .sitemap .indent7 {
    margin-left: 70px;
  }

  .social-share-buttons {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .social-share-buttons:after {
    content: "";
    display: table;
    clear: both;
  }

  .social-share-buttons__inner {
    font-size: 0;
  }

  .social-share-buttons__inner a {
    position: relative;
    font-size: 2.5rem;
  }

  .social-share-buttons__inner a::after {
    content: "";
    width: 1px;
    top: 11px;
    height: 30px;
    background: #ededed;
    position: absolute;
    right: 0;
  }
}

@media only screen and (min-width: 48em) {
  .social-share-buttons__inner a::after {
    top: 14px;
  }
}

@media screen,projection {
  .social-share-buttons__inner a:hover::after {
    width: 0;
  }

  .social-share-buttons__inner a:first-child::after,
  .social-share-buttons__inner a:last-child::after {
    width: 0;
  }

  .social-share-buttons__share-this {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 2.5rem;
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: top;
    padding: 14px 12px;
    height: 55px;
    min-width: 58px;
    background: #3e505d;
    color: #fff;
    position: relative;
    text-indent: -999em;
  }
}

@media only screen and (min-width: 23.438em) {
  .social-share-buttons__share-this {
    line-height: 2.5rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .social-share-buttons__share-this {
    line-height: 2.5rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .social-share-buttons__share-this {
    padding: 17px 15px;
    height: 60px;
    text-indent: 0;
  }
}

@media screen,projection {
  .social-share-buttons__share-this .icon {
    line-height: 1;
    text-indent: 0;
    position: absolute;
    left: 20px;
    top: 19px;
  }

  .social-share-buttons__share-this .icon::before {
    color: inherit;
    content: "";
    position: relative;
    vertical-align: -1px;
  }

  .social-share-buttons__share-this .icon::before:hover,
  .social-share-buttons__share-this .icon::before:focus {
    cursor: pointer;
    text-decoration: none;
  }
}

@media only screen and (min-width: 48em) {
  .social-share-buttons__share-this .icon {
    position: relative;
    left: 0;
    top: 2px;
    margin-right: 4px;
  }
}

@media screen,projection {
  .social-share-buttons .button--social {
    padding: 14px 12px;
    height: 55px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 48em) {
  .social-share-buttons .button--social {
    padding: 17px 15px;
    height: 60px;
  }
}

@media screen,projection {
  .social-share-buttons__button--line .icon {
    line-height: 1;
  }

  .social-share-buttons__button--line .icon::before {
    color: inherit;
    content: false;
    position: relative;
    vertical-align: -1px;
  }

  .social-share-buttons__button--line .icon::before:hover,
  .social-share-buttons__button--line .icon::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .social-share-buttons__button--line svg {
    height: 25px;
    width: 32px;
  }

  .social-share-buttons__button--line svg path {
    fill: #000;
  }

  .social-share-buttons__button--line:hover svg path {
    fill: #fff;
  }

  .social-share-buttons__button--facebook .icon {
    line-height: 1;
  }

  .social-share-buttons__button--facebook .icon::before {
    color: inherit;
    content: "";
    position: relative;
    vertical-align: -1px;
  }

  .social-share-buttons__button--facebook .icon::before:hover,
  .social-share-buttons__button--facebook .icon::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .social-share-buttons__button--twitter .icon {
    line-height: 1;
  }

  .social-share-buttons__button--twitter .icon::before {
    color: inherit;
    content: "";
    position: relative;
    vertical-align: -1px;
  }

  .social-share-buttons__button--twitter .icon::before:hover,
  .social-share-buttons__button--twitter .icon::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .social-share-buttons__button--linkedin .icon {
    line-height: 1;
  }

  .social-share-buttons__button--linkedin .icon::before {
    color: inherit;
    content: "";
    position: relative;
    vertical-align: -1px;
  }

  .social-share-buttons__button--linkedin .icon::before:hover,
  .social-share-buttons__button--linkedin .icon::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .social-share-buttons__button--google .icon {
    line-height: 1;
  }

  .social-share-buttons__button--google .icon::before {
    color: inherit;
    content: "";
    position: relative;
    vertical-align: -1px;
  }

  .social-share-buttons__button--google .icon::before:hover,
  .social-share-buttons__button--google .icon::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .social-share-buttons__button--weibo .icon {
    line-height: 1;
  }

  .social-share-buttons__button--weibo .icon::before {
    color: inherit;
    content: "";
    position: relative;
    vertical-align: -1px;
  }

  .social-share-buttons__button--weibo .icon::before:hover,
  .social-share-buttons__button--weibo .icon::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .social-share-buttons--hero {
    display: none;
    padding: 0 14px;
  }
}

@media only screen and (min-width: 23.438em) {
  .social-share-buttons--hero {
    display: block;
  }
}

@media only screen and (min-width: 48em) {
  .social-share-buttons--hero {
    margin-top: 0;
    padding: 0 20px;
    position: relative;
  }
}

@media only screen and (min-width: 48em) {
  .social-share-buttons--hero .social-share-buttons {
    padding: 0 20px;
  }

  .social-share-buttons--hero .social-share-buttons__inner {
    position: absolute;
    right: 20px;
    margin-top: -38px;
  }
}

@media only screen and (min-width: 76.250em) {
  .social-share-buttons--hero .social-share-buttons__inner {
    margin-top: -28px;
  }
}

@media screen,projection {
  .social-share-buttons--video-footer {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 48em) {
  .social-share-buttons--video-footer .social-share-buttons {
    padding: 0 20px;
  }

  .social-share-buttons--video-footer .social-share-buttons:after {
    content: "";
    display: table;
    clear: both;
  }

  .social-share-buttons--video-footer .social-share-buttons__inner {
    margin-bottom: 20px;
    float: right;
  }
}

@media only screen and (min-width: 48em)and (min-width: 23.438em) {
  .social-share-buttons--video-footer .social-share-buttons__inner {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 48em)and (min-width: 48em) {
  .social-share-buttons--video-footer .social-share-buttons__inner {
    margin-bottom: 40px;
  }
}

@media screen,projection {
  .spinner {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px;
    color: #333;
    display: inline-block;
    font-size: 1.1rem;
    height: 24px;
    margin: 0;
    position: relative;
    text-indent: -99999em;
    width: 24px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }

  .spinner:before,
  .spinner:after {
    content: "";
    position: absolute;
  }

  .spinner:before {
    background-color: #fff;
    border-radius: 26px 0 0 26px;
    height: 26px;
    left: -1px;
    top: -1px;
    width: 13px;
    -webkit-transform-origin: 13px 13px;
    transform-origin: 13px 13px;
    -webkit-animation: spinner 1s infinite ease .75s;
    animation: spinner 1s infinite ease .75s;
  }

  .spinner:after {
    background-color: #fff;
    border-radius: 0 26px 26px 0;
    height: 26px;
    left: 13px;
    top: -1px;
    width: 13px;
    -webkit-transform-origin: 0px 13px;
    transform-origin: 0px 13px;
    -webkit-animation: spinner 1s infinite ease;
    animation: spinner 1s infinite ease;
  }

  .spinner--large {
    height: 46px;
    width: 46px;
  }

  .spinner--large:before {
    background-color: #fff;
    border-radius: 48px 0 0 48px;
    height: 48px;
    width: 24px;
    -webkit-transform-origin: 24px 24px;
    transform-origin: 24px 24px;
  }

  .spinner--large:after {
    border-radius: 0 48px 48px 0;
    height: 48px;
    left: 24px;
    width: 24px;
    -webkit-transform-origin: 0px 24px;
    transform-origin: 0px 24px;
  }

  .button--outline .spinner {
    display: none;
    left: 14px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .button--outline:hover .spinner,
  .button--outline:hover .spinner:before,
  .button--outline:hover .spinner:after,
  .button--outline:focus .spinner,
  .button--outline:focus .spinner:before,
  .button--outline:focus .spinner:after,
  .button--outline:active .spinner,
  .button--outline:active .spinner:before,
  .button--outline:active .spinner:after {
    background: #d9d9d9;
  }

  .button--outline.disabled .spinner,
  .button--outline.pagination__button--disabled .spinner {
    display: inline-block;
  }

  .button--outline.disabled:hover .spinner,
  .button--outline.pagination__button--disabled:hover .spinner,
  .button--outline.disabled:hover .spinner:before,
  .button--outline.pagination__button--disabled:hover .spinner:before,
  .button--outline.disabled:hover .spinner:after,
  .button--outline.pagination__button--disabled:hover .spinner:after,
  .button--outline.disabled:focus .spinner,
  .button--outline.pagination__button--disabled:focus .spinner,
  .button--outline.disabled:focus .spinner:before,
  .button--outline.pagination__button--disabled:focus .spinner:before,
  .button--outline.disabled:focus .spinner:after,
  .button--outline.pagination__button--disabled:focus .spinner:after,
  .button--outline.disabled:active .spinner,
  .button--outline.pagination__button--disabled:active .spinner,
  .button--outline.disabled:active .spinner:before,
  .button--outline.pagination__button--disabled:active .spinner:before,
  .button--outline.disabled:active .spinner:after,
  .button--outline.pagination__button--disabled:active .spinner:after {
    background: #fff;
  }

  .loading-overlay {
    position: relative;
    text-align: right;
    height: 400px;
  }

  .loading-overlay__inner {
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    background: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    text-align: left;
  }

  .loading-overlay__text {
    position: absolute;
    left: 50%;
    top: 70%;
    z-index: 2;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }

  .loading-overlay.is-active .loading-overlay__inner {
    opacity: .8;
    pointer-events: all;
  }

  .loading-overlay .spinner {
    left: 50%;
    position: absolute;
    top: 200px;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  #fundDetail .ifc-fund-data>.loading-overlay {
    display: none;
    min-height: 200px;
    height: 10vh;
  }

  #fundDetail .ifc-fund-data>.loading-overlay .spinner {
    top: 40%;
  }

  #fundDetail .ifc-fund-data>.loading-overlay__text {
    top: 60%;
  }

  #fundDetail .ifc-fund-data>.loading-overlay.is-active {
    display: block;
  }

  .ifc-fund-table .loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: hsla(0,0%,100%,.5);
    overflow: hidden;
  }

  .ifc-fund-table .loading-overlay.is-active {
    width: 100%;
    height: 100%;
    z-index: 12;
  }

  .ifc-fund-table .loading-overlay .spinner {
    top: 0;
    left: 0;
    position: absolute;
    transform: none;
    z-index: 2;
  }

  .line-chart-module .loading-overlay,
  .bar-chart-module .loading-overlay,
  .pie-chart-module .loading-overlay {
    clear: both;
  }

  .line-chart-module .loading-overlay.is-active,
  .bar-chart-module .loading-overlay.is-active,
  .pie-chart-module .loading-overlay.is-active {
    height: 400px;
  }

  .performance-table-module .loading-overlay {
    clear: both;
  }

  .performance-table-module .loading-overlay.is-active {
    height: 200px;
  }

  .navOverlay {
    position: absolute;
    top: 40%;
    left: 45%;
    background-color: hsla(0,0%,100%,.5);
    overflow: hidden;
    transform: none;
    width: 100%;
    height: 100%;
    z-index: 12;
  }

  .detailsSpinner {
    left: 45%;
  }

  .lineStyle {
    width: 55px;
    height: 3px;
    background-color: #000;
    margin-top: 32px;
    content: "";
    display: block;
  }

  .ChartText {
    font-weight: 600;
    color: #333;
    line-height: 40px;
  }

  .home-main9 .source-list .button--primary {
    margin-top: 20px;
  }

  .no-pedding-left {
    padding-left: 0;
  }

  .removeBottomLinkAnchorTag {
    text-decoration: none;
  }

  .chartpadding {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hsbcTable {
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTable {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTable {
    margin-bottom: 40px;
  }
}

@media screen,projection {
  .hsbcTable tr.hsbcTableHeaderRow {
    border: 1px solid #ccc;
  }

  .hsbcTable td {
    vertical-align: top;
  }

  .hsbcTable td ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }

  .hsbcTable td.hsbcTableHeaderFirstCol {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.2rem;
    padding: 12px 7px;
    text-align: left;
    background: #ededed;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTable td.hsbcTableHeaderFirstCol {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTable td.hsbcTableHeaderFirstCol {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media screen,projection {
  .hsbcTable td.hsbcTableHeaderLastCol {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.2rem;
    padding: 12px 7px;
    text-align: left;
    background: #ededed;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTable td.hsbcTableHeaderLastCol {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTable td.hsbcTableHeaderLastCol {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media screen,projection {
  .hsbcTable td.hsbcTableHeaderOddCol {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.2rem;
    padding: 12px 7px;
    text-align: left;
    background: #ededed;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTable td.hsbcTableHeaderOddCol {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTable td.hsbcTableHeaderOddCol {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media screen,projection {
  .hsbcTable td.hsbcTableHeaderEvenCol {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.2rem;
    padding: 12px 7px;
    text-align: left;
    background: #ededed;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTable td.hsbcTableHeaderEvenCol {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTable td.hsbcTableHeaderEvenCol {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media screen,projection {
  .hsbcTable th.hsbcTableHeaderFirstCol {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.2rem;
    padding: 12px 7px;
    text-align: left;
    background: #ededed;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTable th.hsbcTableHeaderFirstCol {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTable th.hsbcTableHeaderFirstCol {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media screen,projection {
  .hsbcTable th.hsbcTableHeaderLastCol {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.2rem;
    padding: 12px 7px;
    text-align: left;
    background: #ededed;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTable th.hsbcTableHeaderLastCol {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTable th.hsbcTableHeaderLastCol {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media screen,projection {
  .hsbcTable th.hsbcTableHeaderOddCol {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.2rem;
    padding: 12px 7px;
    text-align: left;
    background: #ededed;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTable th.hsbcTableHeaderOddCol {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTable th.hsbcTableHeaderOddCol {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media screen,projection {
  .hsbcTable th.hsbcTableHeaderEvenCol {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.2rem;
    padding: 12px 7px;
    text-align: left;
    background: #ededed;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTable th.hsbcTableHeaderEvenCol {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTable th.hsbcTableHeaderEvenCol {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media screen,projection {
  .hsbcTable tr.hsbcTableOddRow {
    border-bottom: 1px solid #c9c9c9;
  }

  .hsbcTable tr.hsbcTableEvenRow {
    border-bottom: 1px solid #c9c9c9;
  }

  .hsbcTable td.hsbcTableFirstCol {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTable td.hsbcTableFirstCol {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTable td.hsbcTableFirstCol {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .hsbcTable td.hsbcTableLastCol {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTable td.hsbcTableLastCol {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTable td.hsbcTableLastCol {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .hsbcTable td.hsbcTableOddCol {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTable td.hsbcTableOddCol {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTable td.hsbcTableOddCol {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .hsbcTable td.hsbcTableEvenCol {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTable td.hsbcTableEvenCol {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTable td.hsbcTableEvenCol {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .hsbcTable tr.hsbcTableFooterRow {
    border-bottom: 1px solid #c9c9c9;
  }

  .hsbcTable td.hsbcTableFooterFirstCol {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTable td.hsbcTableFooterFirstCol {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTable td.hsbcTableFooterFirstCol {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .hsbcTable td.hsbcTableFooterLastCol {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTable td.hsbcTableFooterLastCol {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTable td.hsbcTableFooterLastCol {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .hsbcTable td.hsbcTableFooterOddCol {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTable td.hsbcTableFooterOddCol {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTable td.hsbcTableFooterOddCol {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .hsbcTable td.hsbcTableFooterEvenCol {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTable td.hsbcTableFooterEvenCol {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTable td.hsbcTableFooterEvenCol {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .hsbcTableBodyTextSize {
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTableBodyTextSize {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTableBodyTextSize {
    margin-bottom: 40px;
  }
}

@media screen,projection {
  .hsbcTableBodyTextSize tr.hsbcTableHeaderRow {
    border: 1px solid #ccc;
  }

  .hsbcTableBodyTextSize td.hsbcTableHeaderFirstCol {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
    background: #ededed;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTableBodyTextSize td.hsbcTableHeaderFirstCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTableBodyTextSize td.hsbcTableHeaderFirstCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .hsbcTableBodyTextSize td.hsbcTableHeaderLastCol {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
    background: #ededed;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTableBodyTextSize td.hsbcTableHeaderLastCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTableBodyTextSize td.hsbcTableHeaderLastCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .hsbcTableBodyTextSize td.hsbcTableHeaderOddCol {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
    background: #ededed;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTableBodyTextSize td.hsbcTableHeaderOddCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTableBodyTextSize td.hsbcTableHeaderOddCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .hsbcTableBodyTextSize td.hsbcTableHeaderEvenCol {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
    background: #ededed;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTableBodyTextSize td.hsbcTableHeaderEvenCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTableBodyTextSize td.hsbcTableHeaderEvenCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .hsbcTableBodyTextSize th.hsbcTableHeaderFirstCol {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
    background: #ededed;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTableBodyTextSize th.hsbcTableHeaderFirstCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTableBodyTextSize th.hsbcTableHeaderFirstCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .hsbcTableBodyTextSize th.hsbcTableHeaderLastCol {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
    background: #ededed;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTableBodyTextSize th.hsbcTableHeaderLastCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTableBodyTextSize th.hsbcTableHeaderLastCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .hsbcTableBodyTextSize th.hsbcTableHeaderOddCol {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
    background: #ededed;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTableBodyTextSize th.hsbcTableHeaderOddCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTableBodyTextSize th.hsbcTableHeaderOddCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .hsbcTableBodyTextSize th.hsbcTableHeaderEvenCol {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
    background: #ededed;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTableBodyTextSize th.hsbcTableHeaderEvenCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTableBodyTextSize th.hsbcTableHeaderEvenCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .hsbcTableBodyTextSize tr.hsbcTableOddRow {
    border-bottom: 1px solid #c9c9c9;
  }

  .hsbcTableBodyTextSize tr.hsbcTableEvenRow {
    border-bottom: 1px solid #c9c9c9;
  }

  .hsbcTableBodyTextSize td.hsbcTableFirstCol {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTableBodyTextSize td.hsbcTableFirstCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTableBodyTextSize td.hsbcTableFirstCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .hsbcTableBodyTextSize td.hsbcTableLastCol {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTableBodyTextSize td.hsbcTableLastCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTableBodyTextSize td.hsbcTableLastCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .hsbcTableBodyTextSize td.hsbcTableOddCol {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTableBodyTextSize td.hsbcTableOddCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTableBodyTextSize td.hsbcTableOddCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .hsbcTableBodyTextSize td.hsbcTableEvenCol {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTableBodyTextSize td.hsbcTableEvenCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTableBodyTextSize td.hsbcTableEvenCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .hsbcTableBodyTextSize tr.hsbcTableFooterRow {
    border-bottom: 1px solid #c9c9c9;
  }

  .hsbcTableBodyTextSize td.hsbcTableFooterFirstCol {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTableBodyTextSize td.hsbcTableFooterFirstCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTableBodyTextSize td.hsbcTableFooterFirstCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .hsbcTableBodyTextSize td.hsbcTableFooterLastCol {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTableBodyTextSize td.hsbcTableFooterLastCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTableBodyTextSize td.hsbcTableFooterLastCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .hsbcTableBodyTextSize td.hsbcTableFooterOddCol {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTableBodyTextSize td.hsbcTableFooterOddCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTableBodyTextSize td.hsbcTableFooterOddCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .hsbcTableBodyTextSize td.hsbcTableFooterEvenCol {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 12px 7px;
    text-align: left;
  }
}

@media only screen and (min-width: 23.438em) {
  .hsbcTableBodyTextSize td.hsbcTableFooterEvenCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .hsbcTableBodyTextSize td.hsbcTableFooterEvenCol {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .hsbcTableDataCell {
    text-align: left;
    width: 50%;
    float: right;
  }
}

@media only screen and (min-width: 76.25em) {
  .hsbcTableDataCell {
    width: 100%;
    float: inherit;
  }
}

@media screen,projection {
  .hsbcTableTitleCell {
    float: left;
    text-align: left;
  }

  table,
  tr,
  td,
  th,
  tbody,
  tfoot,
  th strong,
  td strong {
    word-break: normal;
  }

  .table-heading {
    font-family: UniversNextLight,sans-serif;
    font-weight: normal;
    line-height: 2.4rem;
    font-size: 2rem;
    position: relative;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 23.438em) {
  .table-heading {
    line-height: 2.4rem;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 48em) {
  .table-heading {
    line-height: 2.6rem;
    font-size: 2.2rem;
  }
}

@media screen,projection {
  .table-heading::before {
    position: absolute;
    top: 4px;
    height: 1.6rem;
    left: 0;
    width: 6px;
    content: "";
    background-color: #db0011;
  }

  .table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 23.438em) {
  .table-wrapper {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 48em) {
  .table-wrapper {
    margin-bottom: 40px;
  }
}

@media screen,projection {
  .ie .ifc-fund-data .table-wrapper table {
    position: static;
  }

  .table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
  }

  .table caption {
    padding: 10px 0 10px;
    text-align: left;
    color: #c9c9c9;
  }

  .table thead tr {
    border: 1px solid #ccc;
  }

  .table thead tr th {
    background: #ededed;
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.2;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .table thead tr th {
    line-height: 1.2;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .table thead tr th {
    line-height: 1.2;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .table tr {
    border-bottom: 1px solid #ccc;
  }

  .table tr th,
  .table tr td {
    padding: 10px 7px;
    text-align: left;
  }

  .table tr th:not(:first-child),
  .table tr td:not(:first-child) {
    padding-left: 30px;
  }

  .table tr td {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.2;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .table tr td {
    line-height: 1.2;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .table tr td {
    line-height: 1.2;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .responsive-table {
    width: 100%;
    display: block;
  }

  .responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }

  .responsive-table thead tr {
    border: 1px solid #c9c9c9;
  }

  .responsive-table thead th {
    background: #ededed;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.2;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .responsive-table thead th {
    line-height: 1.2;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .responsive-table thead th {
    line-height: 1.2;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .responsive-table thead th:first-of-type {
    text-align: left;
  }

  .responsive-table tbody,
  .responsive-table tr,
  .responsive-table th,
  .responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }

  .responsive-table th,
  .responsive-table td {
    padding: 10px 7px;
    text-align: left;
  }

  .responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
  }

  .responsive-table tfoot {
    font-size: .8em;
    font-style: italic;
    display: table;
    width: 100%;
  }
}

@media only screen and (min-width: 48em) {
  .responsive-table tfoot {
    font-size: .9em;
  }
}

@media screen,projection {
  .responsive-table tfoot tr {
    display: table-row;
  }

  .responsive-table tfoot td {
    display: table-cell;
    padding: 13px 0;
  }

  .responsive-table tfoot td:first-child {
    display: none;
  }

  .responsive-table tfoot td:last-child {
    width: 50%;
  }
}

@media only screen and (min-width: 48em) {
  .responsive-table tfoot {
    display: table-row-group;
  }

  .responsive-table tfoot td {
    padding: 10px 10px 10px 7px;
  }

  .responsive-table tfoot td:first-child {
    display: table-cell;
  }
}

@media screen,projection {
  .responsive-table tbody tr {
    margin-bottom: 1em;
    border: 1px solid #c9c9c9;
  }

  .responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
  }

  .responsive-table tbody td {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.2;
    font-size: 1.4rem;
    display: block;
    padding: 10px 7px;
    overflow: hidden;
    text-align: right;
    vertical-align: top;
  }
}

@media only screen and (min-width: 23.438em) {
  .responsive-table tbody td {
    line-height: 1.2;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .responsive-table tbody td {
    line-height: 1.2;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .responsive-table tbody td[data-title]:before,
  .responsive-table tbody td[data-title] .before {
    box-sizing: border-box;
    color: rgba(94,93,82,.75);
    content: attr(data-title);
    display: block;
    font-weight: bold;
    float: left;
    width: 50%;
    padding: 0 10px 0 0;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .ie .responsive-table tbody td[data-title]:before,
  .ie .responsive-table tbody td[data-title] .before {
    max-width: auto;
  }

  .responsive-table tbody .rightOn {
    display: block;
    width: 50%;
    float: right;
  }

  .ifc-fund-data .responsive-table--ifc tbody tr {
    border-width: 0 0 1px;
  }

  .ifc-fund-data .responsive-table--ifc tbody td,
  .ifc-fund-data .responsive-table--ifc tbody th {
    padding: 13px 0;
    text-align: left;
    overflow-wrap: break-word;
  }

  .ifc-fund-data .responsive-table--ifc tbody th {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.2;
    font-size: 1.4rem;
    display: block;
    overflow: hidden;
  }
}

@media only screen and (min-width: 23.438em) {
  .ifc-fund-data .responsive-table--ifc tbody th {
    line-height: 1.2;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-fund-data .responsive-table--ifc tbody th {
    line-height: 1.2;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .ifc-fund-data .responsive-table--ifc tbody td:first-child,
  .ifc-fund-data .responsive-table--ifc tbody th:first-child {
    color: #000;
    font-size: 1.3rem;
    padding: 15px 10px;
    background: #ededed;
  }

  .ifc-fund-data .responsive-table--ifc tbody td[data-title]:before {
    content: "";
  }

  .ifc-fund-data .responsive-table--ifc tbody td.documents-row,
  .ifc-fund-data .responsive-table--ifc tbody th.documents-row {
    background-color: #fff;
  }
}

@media only screen and (max-width: 47.938em) {
  .ifc-fund-data .responsive-table--ifc tbody td.documents-row,
  .ifc-fund-data .responsive-table--ifc tbody th.documents-row {
    max-width: none;
  }
}

@media screen,projection {
  .ifc-fund-data .responsive-table--ifc tbody td[data-title] .before,
  .ifc-fund-data .responsive-table--ifc tbody th[data-title] .before {
    color: #000;
    float: left;
    width: 50%;
    font-weight: normal;
    text-align: left;
    padding: 0 10px 0 0;
  }

  .ifc-fund-data .responsive-table--ifc tbody a {
    text-decoration: none;
  }

  .ifc-fund-data .responsive-table--ifc tbody a:hover,
  .ifc-fund-data .responsive-table--ifc tbody a:focus {
    text-decoration: underline;
  }

  .ifc-fund-data .responsive-table--ifc tbody a[type] {
    line-height: 1.2;
  }

  .ifc-fund-data .responsive-table--ifc tbody a[type]::before {
    display: inline-block;
    font: normal normal normal 100%/1 HSBC Icons;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    text-decoration: none;
    text-transform: none;
    speak: none;
    position: relative;
    color: #305a85;
    content: "";
    font-size: 1.6em;
    position: relative;
    vertical-align: -0.3em;
    margin-left: -6px;
  }

  .ie .ifc-fund-data .responsive-table--ifc tbody a[type]::before {
    font-size: 22px !important;
    overflow-y: hidden;
  }

  .ifc-fund-data .responsive-table--ifc tbody a[type]::before:hover,
  .ifc-fund-data .responsive-table--ifc tbody a[type]::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .ifc-fund-data .responsive-table--ifc tbody a[type*=pdf] {
    line-height: 1.2;
  }

  .ifc-fund-data .responsive-table--ifc tbody a[type*=pdf]::before {
    display: inline-block;
    font: normal normal normal 100%/1 HSBC Icons;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    text-decoration: none;
    text-transform: none;
    speak: none;
    position: relative;
    color: #305a85;
    content: "";
    font-size: 1.6em;
    position: relative;
    vertical-align: -0.3em;
    margin-left: -6px;
  }

  .ie .ifc-fund-data .responsive-table--ifc tbody a[type*=pdf]::before {
    font-size: 22px !important;
    overflow-y: hidden;
  }

  .ifc-fund-data .responsive-table--ifc tbody a[type*=pdf]::before:hover,
  .ifc-fund-data .responsive-table--ifc tbody a[type*=pdf]::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .ifc-fund-data .responsive-table--ifc tbody a[type*=url],
  .ifc-fund-data .responsive-table--ifc tbody a[type*=link] {
    line-height: 1.2;
  }

  .ifc-fund-data .responsive-table--ifc tbody a[type*=url]::before,
  .ifc-fund-data .responsive-table--ifc tbody a[type*=link]::before {
    display: inline-block;
    font: normal normal normal 100%/1 HSBC Icons;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    text-decoration: none;
    text-transform: none;
    speak: none;
    position: relative;
    color: #305a85;
    content: "";
    font-size: 1.6em;
    position: relative;
    vertical-align: -0.3em;
    margin-left: -4px;
  }

  .ie .ifc-fund-data .responsive-table--ifc tbody a[type*=url]::before,
  .ie .ifc-fund-data .responsive-table--ifc tbody a[type*=link]::before {
    font-size: 22px !important;
    overflow-y: hidden;
  }

  .ifc-fund-data .responsive-table--ifc tbody a[type*=url]::before:hover span,
  .ifc-fund-data .responsive-table--ifc tbody a[type*=link]::before:hover span {
    text-decoration: underline;
  }

  .ifc-fund-data .responsive-table--ifc tbody a[type*=url]::before:hover,
  .ifc-fund-data .responsive-table--ifc tbody a[type*=url]::before:focus,
  .ifc-fund-data .responsive-table--ifc tbody a[type*=link]::before:hover,
  .ifc-fund-data .responsive-table--ifc tbody a[type*=link]::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .ifc-fund-data .responsive-table--ifc tbody a[type*=url] a[type*=pdf],
  .ifc-fund-data .responsive-table--ifc tbody a[type*=link] a[type*=pdf] {
    line-height: 1.2;
  }

  .ifc-fund-data .responsive-table--ifc tbody a[type*=url] a[type*=pdf]::before,
  .ifc-fund-data .responsive-table--ifc tbody a[type*=link] a[type*=pdf]::before {
    display: inline-block;
    font: normal normal normal 100%/1 HSBC Icons;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    text-decoration: none;
    text-transform: none;
    speak: none;
    position: relative;
    color: #305a85;
    content: "";
    font-size: 1.6em;
    position: relative;
    vertical-align: -0.3em;
    margin-left: -6px;
  }

  .ie .ifc-fund-data .responsive-table--ifc tbody a[type*=url] a[type*=pdf]::before,
  .ie .ifc-fund-data .responsive-table--ifc tbody a[type*=link] a[type*=pdf]::before {
    overflow-y: hidden;
  }

  .ifc-fund-data .responsive-table--ifc tbody a[type*=url] a[type*=pdf]::before:hover,
  .ifc-fund-data .responsive-table--ifc tbody a[type*=url] a[type*=pdf]::before:focus,
  .ifc-fund-data .responsive-table--ifc tbody a[type*=link] a[type*=pdf]::before:hover,
  .ifc-fund-data .responsive-table--ifc tbody a[type*=link] a[type*=pdf]::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .responsive-table ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
  }

  .responsive-table ul li {
    margin-bottom: 10px;
  }

  .responsive-table ul li ul {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 23.438em) {
  .responsive-table.small {
    display: table;
  }

  .responsive-table.small thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }

  .ifc-fund-data__item--documents .responsive-table.small thead th:first-child {
    width: 55%;
  }

  .ifc-fund-data__item--documents .responsive-table.small thead th:nth-child(2) {
    width: 15%;
  }

  .ifc-fund-data__item--documents .responsive-table.small thead th:nth-child(3) {
    width: 10%;
  }

  .ifc-fund-data__item--documents .responsive-table.small thead th:nth-child(4) {
    width: 10%;
  }

  .responsive-table.small tr {
    display: table-row;
  }

  .responsive-table.small th,
  .responsive-table.small td {
    display: table-cell;
  }

  .responsive-table.small caption {
    font-size: 1.5em;
  }

  .responsive-table.small tbody {
    display: table-row-group;
  }

  .responsive-table.small tbody tr {
    display: table-row;
    border: 0;
    border-bottom: 1px solid #c9c9c9;
  }

  .responsive-table.small tbody td,
  #fundsNavigation .responsive-table.small tbody th,
  #fundDetail .responsive-table.small tbody th {
    text-align: left;
    padding-left: 7px;
    padding-right: 7px;
  }

  .responsive-table.small tbody td[data-title]:before,
  .responsive-table.small tbody td[data-title] .before,
  #fundsNavigation .responsive-table.small tbody th[data-title]:before,
  #fundsNavigation .responsive-table.small tbody th[data-title] .before,
  #fundDetail .responsive-table.small tbody th[data-title]:before,
  #fundDetail .responsive-table.small tbody th[data-title] .before {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .ios .responsive-table.small tbody td[data-title]:before,
  .ios .responsive-table.small tbody td[data-title] .before,
  .ios #fundsNavigation .responsive-table.small tbody th[data-title]:before,
  .ios #fundsNavigation .responsive-table.small tbody th[data-title] .before,
  .ios #fundDetail .responsive-table.small tbody th[data-title]:before,
  .ios #fundDetail .responsive-table.small tbody th[data-title] .before {
    content: none;
  }

  .responsive-table.small tbody .rightOn {
    display: inline;
    float: none;
    width: auto;
  }
}

@media only screen and (min-width: 48em) {
  .responsive-table.medium {
    display: table;
  }

  .responsive-table.medium thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }

  .ifc-fund-data__item--documents .responsive-table.medium thead th:first-child {
    width: 55%;
  }

  .ifc-fund-data__item--documents .responsive-table.medium thead th:nth-child(2) {
    width: 15%;
  }

  .ifc-fund-data__item--documents .responsive-table.medium thead th:nth-child(3) {
    width: 10%;
  }

  .ifc-fund-data__item--documents .responsive-table.medium thead th:nth-child(4) {
    width: 10%;
  }

  .responsive-table.medium tr {
    display: table-row;
  }

  .responsive-table.medium th,
  .responsive-table.medium td {
    display: table-cell;
  }

  .responsive-table.medium caption {
    font-size: 1.5em;
  }

  .responsive-table.medium tbody {
    display: table-row-group;
  }

  .responsive-table.medium tbody tr {
    display: table-row;
    border: 0;
    border-bottom: 1px solid #c9c9c9;
  }

  .responsive-table.medium tbody td,
  #fundsNavigation .responsive-table.medium tbody th,
  #fundDetail .responsive-table.medium tbody th {
    text-align: left;
    padding-left: 7px;
    padding-right: 7px;
  }

  .responsive-table.medium tbody td[data-title]:before,
  .responsive-table.medium tbody td[data-title] .before,
  #fundsNavigation .responsive-table.medium tbody th[data-title]:before,
  #fundsNavigation .responsive-table.medium tbody th[data-title] .before,
  #fundDetail .responsive-table.medium tbody th[data-title]:before,
  #fundDetail .responsive-table.medium tbody th[data-title] .before {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .ios .responsive-table.medium tbody td[data-title]:before,
  .ios .responsive-table.medium tbody td[data-title] .before,
  .ios #fundsNavigation .responsive-table.medium tbody th[data-title]:before,
  .ios #fundsNavigation .responsive-table.medium tbody th[data-title] .before,
  .ios #fundDetail .responsive-table.medium tbody th[data-title]:before,
  .ios #fundDetail .responsive-table.medium tbody th[data-title] .before {
    content: none;
  }

  .responsive-table.medium tbody .rightOn {
    display: inline;
    float: none;
    width: auto;
  }

  .responsive-table.medium tfoot {
    font-size: .9em;
  }
}

@media only screen and (min-width: 76.250em) {
  .responsive-table.large {
    display: table;
  }

  .responsive-table.large thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }

  .ifc-fund-data__item--documents .responsive-table.large thead th:first-child {
    width: 55%;
  }

  .ifc-fund-data__item--documents .responsive-table.large thead th:nth-child(2) {
    width: 15%;
  }

  .ifc-fund-data__item--documents .responsive-table.large thead th:nth-child(3) {
    width: 10%;
  }

  .ifc-fund-data__item--documents .responsive-table.large thead th:nth-child(4) {
    width: 10%;
  }

  .responsive-table.large tr {
    display: table-row;
  }

  .responsive-table.large th,
  .responsive-table.large td {
    display: table-cell;
  }

  .responsive-table.large caption {
    font-size: 1.5em;
  }

  .responsive-table.large tbody {
    display: table-row-group;
  }

  .responsive-table.large tbody tr {
    display: table-row;
    border: 0;
    border-bottom: 1px solid #c9c9c9;
  }

  .responsive-table.large tbody td,
  #fundsNavigation .responsive-table.large tbody th,
  #fundDetail .responsive-table.large tbody th {
    text-align: left;
    padding-left: 7px;
    padding-right: 7px;
  }

  .responsive-table.large tbody td[data-title]:before,
  .responsive-table.large tbody td[data-title] .before,
  #fundsNavigation .responsive-table.large tbody th[data-title]:before,
  #fundsNavigation .responsive-table.large tbody th[data-title] .before,
  #fundDetail .responsive-table.large tbody th[data-title]:before,
  #fundDetail .responsive-table.large tbody th[data-title] .before {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .ios .responsive-table.large tbody td[data-title]:before,
  .ios .responsive-table.large tbody td[data-title] .before,
  .ios #fundsNavigation .responsive-table.large tbody th[data-title]:before,
  .ios #fundsNavigation .responsive-table.large tbody th[data-title] .before,
  .ios #fundDetail .responsive-table.large tbody th[data-title]:before,
  .ios #fundDetail .responsive-table.large tbody th[data-title] .before {
    content: none;
  }

  .responsive-table.large tbody .rightOn {
    display: inline;
    float: none;
    width: auto;
  }

  .responsive-table.large tfoot {
    font-size: .9em;
  }
}

@media only screen and (max-width: 47.938em) {
  .responsive-table.desktop-table {
    display: none;
  }
}

@media only screen and (max-width: 47.938em) {
  .desktop-table {
    display: none;
  }
}

@media screen,projection {
  .mobile-table {
    display: none;
  }
}

@media only screen and (max-width: 47.938em) {
  .mobile-table {
    display: table;
    margin-bottom: 34px;
  }
}

@media screen,projection {
  .missing-document-modal__wrapper {
    padding: 20px;
    display: block;
    height: 100%;
    width: 100%;
    color: #404040;
  }
}

@media only screen and (min-width: 48em) {
  .missing-document-modal__wrapper {
    height: auto;
    width: 700px;
  }

  .mac.safari8 .missing-document-modal__wrapper {
    left: 8%;
    top: 10%;
  }
}

@media screen,projection {
  .missing-document-modal__heading {
    font-family: UniversNextLight,sans-serif;
    font-weight: normal;
    line-height: 4rem;
    font-size: 3.5rem;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 23.438em) {
  .missing-document-modal__heading {
    line-height: 5rem;
    font-size: 4.5rem;
  }
}

@media only screen and (min-width: 48em) {
  .missing-document-modal__heading {
    line-height: 5rem;
    font-size: 4.5rem;
  }
}

@media screen,projection {
  .missing-document-modal__footer {
    display: block;
    border-top: 1px solid #d7d8d6;
    margin-top: 30px;
    padding-top: 20px;
  }

  .missing-document-modal__footer:after {
    content: "";
    display: table;
    clear: both;
  }

  .missing-document-modal__close {
    text-decoration: underline;
    float: left;
    text-align: left;
    appearance: none;
  }
}

@media only screen and (min-width: 48em) {
  .missing-document-modal__close {
    text-align: center;
  }
}

@media screen,projection {
  .tabs {
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    clear: both;
  }

  .tabs.widget-rendered {
    opacity: 1;
  }

  .tabs nav {
    margin: 20px 0;
    position: relative;
  }

  .tabs__list {
    margin-left: -14px;
    width: calc(100% + 28px);
  }
}

@media only screen and (min-width: 23.438em) {
  .tabs__list {
    margin-left: 0;
    width: 100%;
  }
}

@media screen,projection {
  .horizontal-tabs-active .tabs__list {
    background: #ededed;
  }

  .tabs__list-item,
  .tabs__list-button {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 44px;
    font-size: 1.4rem;
    display: none;
    position: relative;
    height: 44px;
    line-height: 44px;
    padding: 0 14px;
    cursor: pointer;
    box-shadow: inset 1px 0 0 0 #d7d8d6,inset -1px -1px 0 0 #d7d8d6;
    background: none;
    border: none;
  }
}

@media only screen and (min-width: 23.438em) {
  .tabs__list-item,
  .tabs__list-button {
    line-height: 44px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .tabs__list-item,
  .tabs__list-button {
    line-height: 44px;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .tabs__list-item:hover,
  .tabs__list-button:hover {
    background: #ededed;
  }

  .horizontal-tabs-active .tabs__list-item:hover,
  .horizontal-tabs-active .tabs__list-button:hover {
    background: #fff;
  }

  .horizontal-tabs-active .tabs__list-item,
  .horizontal-tabs-active .tabs__list-button {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    box-shadow: none;
  }

  .horizontal-tabs-active .tabs__list-item::after,
  .horizontal-tabs-active .tabs__list-button::after {
    content: "";
    width: 1px;
    height: 30px;
    display: inline-block;
    box-shadow: 1px 0 0 0 #d7d8d6;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .horizontal-tabs-active .tabs__list-item:hover,
  .horizontal-tabs-active .tabs__list-button:hover {
    box-shadow: 1px 0 0 0 #d7d8d6,inset 1px 1px 0 0 #d7d8d6;
    text-decoration: underline;
  }

  .tabs__list-item a,
  .tabs__list-button a {
    text-decoration: none;
  }

  .tabs__list-item--active,
  .tabs__list-button--active {
    display: block;
    box-shadow: inset 1px 1px 0 0 #d7d8d6,inset -1px -1px 0 0 #d7d8d6,inset 6px 0 0 0 #db0011;
  }

  .horizontal-tabs-active .tabs__list-item--active,
  .horizontal-tabs-active .tabs__list-button--active {
    background: #fff;
    display: inline-block;
    box-shadow: inset 1px 1px 0 0 #d7d8d6,1px 0 0 0 #d7d8d6,inset 0 5px 0 0 #db0011;
  }

  .horizontal-tabs-active .tabs__list-item--active:hover,
  .horizontal-tabs-active .tabs__list-button--active:hover {
    background: #fff;
    box-shadow: inset 1px 1px 0 0 #d7d8d6,1px 0 0 0 #d7d8d6,inset 0 5px 0 0 #db0011;
  }

  .tabs__list-item--active:hover,
  .tabs__list-button--active:hover {
    background: none;
  }

  .tabs__list-item--active::before,
  .tabs__list-button--active::before {
    font-family: HSBC Icons;
    font-size: 2rem;
    position: absolute;
    right: 7px;
    content: "";
  }

  .horizontal-tabs-active .tabs__list-item--active::before,
  .horizontal-tabs-active .tabs__list-button--active::before {
    content: "";
  }

  .tabs__list-item--active::after,
  .tabs__list-button--active::after {
    content: "";
    width: 1px;
    height: 3rem;
    box-shadow: inset -1px 0 0 0 #d7d8d6;
    margin: auto 0;
    position: absolute;
    right: 4rem;
    top: 0;
    bottom: 0;
  }

  .tabs__list--dropdown-active .tabs__list-item {
    display: block;
  }

  .tabs__list--dropdown-active .tabs__list-item--active::before {
    content: "";
  }

  .tabs__list-button {
    text-align: left;
    margin-left: -14px;
    width: calc(100% + 28px);
  }
}

@media only screen and (min-width: 23.438em) {
  .tabs__list-button {
    margin-left: 0;
    width: 100%;
  }
}

@media screen,projection {
  .horizontal-tabs-active .tabs__list-button {
    display: none;
  }

  .tabs.is-open .tabs__list-button::before {
    content: "";
  }

  .tabs__list-button+.tabs__list .tabs__list-item--active {
    display: none;
  }

  .tabs__list-button+.tabs__list .tabs__list-item--active::after,
  .tabs__list-button+.tabs__list .tabs__list-item--active::before {
    display: none;
  }

  .tabs.is-open .tabs__list-button+.tabs__list .tabs__list-item--active,
  .horizontal-tabs-active .tabs__list-button+.tabs__list .tabs__list-item--active {
    display: block;
  }

  .tabs__section {
    display: none;
  }

  .tabs__section--active {
    display: block;
    outline: none !important;
  }

  body:not(.using-mouse) .tabs__section--active:focus .ifc-fund-data {
    outline: 3px solid rgba(0,103,244,.7);
    outline: solid 3px rgba(0,103,244,.7);
  }

  .tabs__section-content {
    outline: 0;
  }

  .tabs__section-content:focus,
  .tabs__section-content:hover,
  .tabs__section-content:active {
    outline: 0;
  }

  .tabs.red .tabs__list {
    background: #730014;
    color: #fff;
  }

  .tabs.red .tabs__list-item:hover,
  .tabs.red .tabs__list-item--active {
    background: #ba1110;
    box-shadow: inset 1px 1px 0 0 #d7d8d6,1px 0 0 0 #d7d8d6;
  }

  .react-tabs__tab--disabled {
    opacity: .5;
  }

  .tag {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.2rem;
    font-size: 1.2rem;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding: 6px 8px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #929292;
    color: #404040;
  }
}

@media only screen and (min-width: 23.438em) {
  .tag {
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .tag {
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media screen,projection {
  .tag::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    width: 3px;
    background: #e9a115;
  }

  .tag--dark {
    color: #fff;
  }

  .tag--filter {
    color: #fff;
    background: #253038;
    border-color: #4d6474;
    margin-bottom: 0;
  }

  .tag--filter:focus,
  .tag--filter:active {
    color: #fff;
  }

  .tag--filter .icon {
    line-height: 0;
    width: 16px;
    padding-left: 5px;
  }

  .tag--filter .icon::before {
    color: inherit;
    content: "";
    position: relative;
    vertical-align: -1px;
  }

  .tag--filter .icon::before:hover,
  .tag--filter .icon::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .android .tag--filter .icon {
    height: .6em;
  }

  .tag--filter:hover {
    color: #fff;
  }

  .tag--filter::before {
    background: none;
    width: 0;
  }

  .tags {
    margin-bottom: 15.3846153846px;
  }
}

@media only screen and (min-width: 23.438em) {
  .tags {
    margin-bottom: 23.0769230769px;
  }
}

@media only screen and (min-width: 48em) {
  .tags {
    margin-bottom: 30.7692307692px;
  }
}

@media screen,projection {
  .tags__heading {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .tags__heading {
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .tags__heading {
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .modal--full-height .terms-and-conditions-modal {
    overflow-y: auto;
    position: absolute;
    height: 100%;
  }
}

@media screen,projection {
  .terms-and-conditions-modal__header {
    padding: 20px 20px;
  }

  .terms-and-conditions-modal__header:focus {
    outline: none;
  }

  .terms-and-conditions-modal__heading {
    font-family: UniversNextLight,sans-serif;
    font-weight: normal;
    line-height: 2.5rem;
    line-height: 2.8rem;
    font-size: 2.8rem;
    margin: 0;
  }
}

@media only screen and (min-width: 48em) {
  .terms-and-conditions-modal__heading {
    font-family: UniversNextLight,sans-serif;
    font-weight: normal;
    line-height: 4rem;
    line-height: 5rem;
    font-size: 4.5rem;
  }
}

@media screen,projection {
  .terms-and-conditions-modal__sub-heading {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 2rem;
    font-size: 1.4rem;
    display: block;
    margin: 0;
  }
}

@media only screen and (min-width: 23.438em) {
  .terms-and-conditions-modal__sub-heading {
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .terms-and-conditions-modal__sub-heading {
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .terms-and-conditions-modal__body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }

  .modal--full-height .terms-and-conditions-modal__body {
    margin-bottom: 0;
  }

  .terms-and-conditions-modal__body:focus {
    outline: none;
  }
}

@media only screen and (min-width: 48em) {
  .terms-and-conditions-modal__body {
    margin-bottom: 0;
  }
}

@media screen,projection {
  .terms-and-conditions-modal__footer {
    display: block;
    border-top: 1px solid #d7d8d6;
    padding: 20px 14px 0;
    position: static;
  }

  .terms-and-conditions-modal__footer:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 23.438em) {
  .terms-and-conditions-modal__footer {
    padding: 20px 18px 0;
  }
}

@media only screen and (min-width: 48em) {
  .terms-and-conditions-modal__footer {
    padding: 20px 20px 20px;
  }
}

@media screen,projection {
  .terms-and-conditions-modal__footer p {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .terms-and-conditions-modal__footer p {
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .terms-and-conditions-modal__footer p {
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .terms-and-conditions-modal__footer p {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em)and (min-width: 23.438em) {
  .terms-and-conditions-modal__footer p {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em)and (min-width: 48em) {
  .terms-and-conditions-modal__footer p {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .terms-and-conditions-modal__footer p.accessible {
    height: 0;
    overflow: hidden;
  }

  .terms-and-conditions-modal__footer .button,
  .terms-and-conditions-modal__footer .pagination__button {
    margin: 0;
  }

  .terms-and-conditions-modal__accept-text {
    padding-bottom: 10px;
  }

  .terms-and-conditions-modal__close {
    text-decoration: underline;
    float: left;
    padding-left: 0;
    text-align: left;
  }
}

@media only screen and (min-width: 48em) {
  .terms-and-conditions-modal__close {
    text-align: center;
  }
}

@media screen,projection {
  .terms-and-conditions-modal__proceed {
    float: right;
  }

  .unsupported-browser-banner {
    display: none;
  }

  .unsupported-browser-banner__inner-wrapper {
    padding: 15px;
    background: #267571;
    color: #fff;
  }

  .unsupported-browser-banner__inner {
    display: table;
    margin: 0 auto;
    padding: 0;
  }

  .unsupported-browser-banner__body {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
  }

  .unsupported-browser-banner__button {
    display: table-cell;
    vertical-align: middle;
  }

  .unsupported-browser-banner .button,
  .unsupported-browser-banner .pagination__button {
    margin-bottom: 0;
  }

  .utility-bar {
    display: none;
    color: #fff;
    width: 100%;
    background: #000;
    height: 35px;
  }
}

@media only screen and (min-width: 48em) {
  .utility-bar {
    display: block;
  }

  .mobile-nav .utility-bar {
    display: none;
  }
}

@media screen,projection {
  .utility-bar__search__input {
    display: none;
  }

  .utility-bar__search__input--active {
    display: inline-block;
  }

  .utility-bar__navbar {
    font-size: 0;
  }

  .utility-bar__navbar--left {
    float: none;
  }

  .utility-bar__navbar--right {
    float: right;
  }

  .utility-bar__navbar>li {
    display: inline-block;
    vertical-align: middle;
  }

  .utility-bar__navbar-seperator {
    font-size: 1.2rem;
    color: #404040;
    vertical-align: middle;
  }

  .utility-bar__navbar-seperator:last-child {
    display: none;
  }

  .utility-bar__inner {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
  }

  .utility-bar__inner:after {
    content: "";
    display: table;
    clear: both;
  }

  .utility-bar__inner>ul {
    margin: 0;
  }
}

@media only screen and (min-width: 48em) {
  .utility-bar__inner {
    max-width: 1220px;
    padding: 0 20px;
    width: auto;
  }
}

@media screen,projection {
  .utility-bar__name {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 3.4rem;
    font-size: 1.4rem;
    margin-right: 5px;
  }

  .video__outer-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }

  .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-left: -1em;
    margin-top: -1em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border: none;
    border-radius: 0;
    font-size: 3.5em;
    background-color: rgba(0,0,0,.7);
    color: #fff;
  }

  .video-js:hover .vjs-big-play-button {
    background-color: #000;
  }

  .video-js .vjs-time-tooltip {
    white-space: nowrap;
  }

  .video-js .vjs-time-control {
    padding: 0;
  }
}

@media only screen and (min-width: 48em) {
  .video-js .vjs-time-control {
    padding: 0 1em;
  }
}

@media screen,projection {
  .video-js .vjs-control {
    width: 3em;
  }
}

@media only screen and (min-width: 23.438em) {
  .video-js .vjs-control {
    width: 4em;
  }
}

@media screen,projection {
  .video-js .vjs-control.vjs-progress-control {
    width: 100%;
  }

  .video-list__no-results {
    display: block;
  }

  .video-list__heading {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1;
    font-size: 2rem;
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 23.438em) {
  .video-list__heading {
    line-height: 1;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 48em) {
  .video-list__heading {
    line-height: 1;
    font-size: 2.2rem;
  }
}

@media screen,projection {
  .video-list__heading a {
    display: block;
  }

  .video-list__heading a .icon {
    line-height: 1;
  }

  .video-list__heading a .icon::before {
    color: #db0011;
    content: "";
    font-size: 0.6em;
    position: relative;
    vertical-align: -1px;
  }

  .video-list__heading a .icon::before:hover,
  .video-list__heading a .icon::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .video-list__heading--section {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.4;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .video-list__heading--section {
    line-height: 1.4;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 48em) {
  .video-list__heading--section {
    line-height: 1.4;
    font-size: 2.2rem;
  }
}

@media screen,projection {
  .video-list__item {
    border-top: 1px solid #d7d8d6;
  }

  .video-list__item:last-child {
    border-bottom: 1px solid #d7d8d6;
  }

  .video-list__item-inner {
    display: block;
    position: relative;
    padding: 30px 0;
  }

  .video-list__item-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 48em) {
  .video-list__item-inner {
    display: table;
  }
}

@media screen,projection {
  .video-list__primary {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  .video-list__primary {
    display: table-cell;
    width: 37.5%;
    max-height: 157px;
    overflow: hidden;
    padding-left: 20px;
    margin-bottom: 0;
  }
}

@media screen,projection {
  .video-list__primary a {
    display: block;
    position: relative;
  }

  .video-list__primary img {
    display: block;
    width: 100%;
  }

  .video-list__secondary {
    display: block;
    padding: 0 14px;
  }
}

@media only screen and (min-width: 23.438em) {
  .video-list__secondary {
    padding: 0 18px;
  }
}

@media only screen and (min-width: 48em) {
  .video-list__secondary {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
  }
}

@media screen,projection {
  .video-list__tags {
    margin-bottom: 5px;
  }

  .video-list__tags:after {
    content: "";
    display: table;
    clear: both;
  }

  .video-list__body {
    margin-bottom: 10px;
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .video-list__body {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .video-list__body {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .video-list__date {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .video-list__date {
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .video-list__date {
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media screen,projection {
  .video-list__pagination {
    padding: 30px 14px 0;
  }
}

@media only screen and (min-width: 23.438em) {
  .video-list__pagination {
    padding: 30px 18px 0;
  }
}

@media only screen and (min-width: 48em) {
  .video-list__pagination {
    padding: 30px 0 0;
  }
}

@media screen,projection {
  .video-list .hideIt {
    display: none;
  }

  .video-inline {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 23.438em) {
  .video-inline {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .video-inline {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 23.438em) {
  .video-inline {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .video-inline {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 48em) {
  .video-inline {
    width: 100%;
  }
}

@media screen,projection {
  .video-inline__container {
    position: relative;
  }
}

@media only screen and (min-width: 48em) {
  .video-inline__container:hover .video-inline__description-container {
    opacity: 0;
    pointer-events: none;
  }

  .video-inline__container:hover .video-js .vjs-big-play-button {
    top: 50%;
  }
}

@media screen,projection {
  .video-inline__heading {
    margin: 0 0 5px;
  }

  .video-inline__heading--small {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 2rem;
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 23.438em) {
  .video-inline__heading--small {
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .video-inline__heading--small {
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .video-inline__description-container {
    background: rgba(0,0,0,.8);
    padding: 20px;
    color: #fff;
    opacity: 1;
    transition: opacity .5s;
  }
}

@media only screen and (min-width: 48em) {
  .video-inline__description-container {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .video-inline__description-container--hidden {
    opacity: 0;
    pointer-events: none;
  }
}

@media screen,projection {
  .video-inline__description {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .video-inline__description {
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .video-inline__description {
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .video-inline__transcript-container {
    background: #000;
    color: #fff;
    max-height: 40px;
    overflow: hidden;
    transition: max-height .5s;
    text-align: right;
  }

  .video-inline__transcript-container a {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 40px;
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 23.438em) {
  .video-inline__transcript-container a {
    line-height: 40px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .video-inline__transcript-container a {
    line-height: 40px;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .video-inline__transcript-container a .icon {
    line-height: 1;
    padding-left: 5px;
  }

  .video-inline__transcript-container a .icon::before {
    color: inherit;
    content: "";
    font-size: 0.7em;
    position: relative;
    vertical-align: -1px;
  }

  .video-inline__transcript-container a .icon::before:hover,
  .video-inline__transcript-container a .icon::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .video-inline__transcript-container a[href*=".pdf"] .icon,
  .video-inline__transcript-container a[href*=".doc"] .icon,
  .video-inline__transcript-container a[href*=".docx"] .icon,
  .video-inline__transcript-container a[href*=".xls"] .icon,
  .video-inline__transcript-container a[href*=".ppt"] .icon,
  .video-inline__transcript-container a[href*=".pages"] .icon,
  .video-inline__transcript-container a[href*=".numbers"] .icon,
  .video-inline__transcript-container a[href*=".keynote"] .icon,
  .video-inline__transcript-container a[href*=".zip"] .icon,
  .video-inline__transcript-container a[href*=".rar"] .icon,
  .video-inline__transcript-container a[href*=".txt"] .icon {
    line-height: 1;
  }

  .video-inline__transcript-container a[href*=".pdf"] .icon::before,
  .video-inline__transcript-container a[href*=".doc"] .icon::before,
  .video-inline__transcript-container a[href*=".docx"] .icon::before,
  .video-inline__transcript-container a[href*=".xls"] .icon::before,
  .video-inline__transcript-container a[href*=".ppt"] .icon::before,
  .video-inline__transcript-container a[href*=".pages"] .icon::before,
  .video-inline__transcript-container a[href*=".numbers"] .icon::before,
  .video-inline__transcript-container a[href*=".keynote"] .icon::before,
  .video-inline__transcript-container a[href*=".zip"] .icon::before,
  .video-inline__transcript-container a[href*=".rar"] .icon::before,
  .video-inline__transcript-container a[href*=".txt"] .icon::before {
    color: inherit;
    content: "";
    font-size: 0.9em;
    position: relative;
    vertical-align: -1px;
  }

  .video-inline__transcript-container a[href*=".pdf"] .icon::before:hover,
  .video-inline__transcript-container a[href*=".pdf"] .icon::before:focus,
  .video-inline__transcript-container a[href*=".doc"] .icon::before:hover,
  .video-inline__transcript-container a[href*=".doc"] .icon::before:focus,
  .video-inline__transcript-container a[href*=".docx"] .icon::before:hover,
  .video-inline__transcript-container a[href*=".docx"] .icon::before:focus,
  .video-inline__transcript-container a[href*=".xls"] .icon::before:hover,
  .video-inline__transcript-container a[href*=".xls"] .icon::before:focus,
  .video-inline__transcript-container a[href*=".ppt"] .icon::before:hover,
  .video-inline__transcript-container a[href*=".ppt"] .icon::before:focus,
  .video-inline__transcript-container a[href*=".pages"] .icon::before:hover,
  .video-inline__transcript-container a[href*=".pages"] .icon::before:focus,
  .video-inline__transcript-container a[href*=".numbers"] .icon::before:hover,
  .video-inline__transcript-container a[href*=".numbers"] .icon::before:focus,
  .video-inline__transcript-container a[href*=".keynote"] .icon::before:hover,
  .video-inline__transcript-container a[href*=".keynote"] .icon::before:focus,
  .video-inline__transcript-container a[href*=".zip"] .icon::before:hover,
  .video-inline__transcript-container a[href*=".zip"] .icon::before:focus,
  .video-inline__transcript-container a[href*=".rar"] .icon::before:hover,
  .video-inline__transcript-container a[href*=".rar"] .icon::before:focus,
  .video-inline__transcript-container a[href*=".txt"] .icon::before:hover,
  .video-inline__transcript-container a[href*=".txt"] .icon::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .video-inline__transcript-container a[href^=http] .icon {
    line-height: 1;
  }

  .video-inline__transcript-container a[href^=http] .icon::before {
    color: inherit;
    content: "";
    font-size: 0.9em;
    position: relative;
    vertical-align: -1px;
  }

  .video-inline__transcript-container a[href^=http] .icon::before:hover,
  .video-inline__transcript-container a[href^=http] .icon::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .video-inline .video-js .vjs-big-play-button {
    margin-left: -0.75em;
    margin-top: -0.75em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 2.5em;
    top: 50%;
    transition: top .5s;
  }
}

@media only screen and (min-width: 48em) {
  .video-inline .video-js .vjs-big-play-button {
    top: 40%;
  }
}

@media screen,projection {
  .video-standalone {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 23.438em) {
  .video-standalone {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 48em) {
  .video-standalone {
    margin-bottom: 40px;
  }
}

@media screen,projection {
  .video-standalone__heading {
    margin: 0 0 20px;
  }

  .video-standalone__heading--small {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 2rem;
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 23.438em) {
  .video-standalone__heading--small {
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .video-standalone__heading--small {
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .video-standalone__date {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .video-standalone__date {
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .video-standalone__date {
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .video-standalone__description {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 48em) {
  .fund-nav {
    overflow: hidden;
    position: relative;
    float: none;
  }

  .fund-nav .fund-nav__container {
    position: relative;
  }

  .fund-nav .ifc-funds-list {
    overflow: scroll;
  }

  .fund-nav .ifc-table {
    float: none;
  }
}

@media screen,projection {
  .ifc-funds-list .ifc-table {
    border: none;
    float: left;
  }
}

@media only screen and (max-width: 47.938em) {
  .ifc-funds-list .ifc-table {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-funds-list .ifc-table {
    border: 1px solid #929292;
    border-bottom: 0 none;
    width: auto;
    min-width: 100%;
  }
}

@media screen,projection {
  .ifc-funds-list .ifc-table a {
    text-decoration: underline;
    position: relative;
  }

  .ifc-funds-list .ifc-table a[download] {
    text-decoration: none;
  }

  .ifc-funds-list .ifc-table a[download]:hover,
  .ifc-funds-list .ifc-table a[download]:focus,
  .ifc-funds-list .ifc-table a[download]:active {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 47.938em) {
  .ifc-funds-list thead {
    display: none;
  }
}

@media only screen and (max-width: 47.938em) {
  .ifc-funds-list tbody {
    display: block;
  }
}

@media screen,projection {
  .ifc-funds-list tr {
    min-height: 3.5rem;
  }

  .ifc-funds-list td button:focus {
    outline-offset: -2px;
  }

  .ifc-funds-list th,
  .ifc-funds-list td {
    padding: 2px 5px;
  }

  .ifc-funds-list th.heightSet,
  .ifc-funds-list td.heightSet {
    display: none !important;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-funds-list th.heightSet,
  .ifc-funds-list td.heightSet {
    display: table-cell !important;
    width: 0;
    min-width: 0;
    max-width: 0;
    z-index: -1;
    padding-left: 0;
    padding-right: 0;
    white-space: normal;
  }

  .ifc-funds-list th.heightSet .heightSet__content,
  .ifc-funds-list td.heightSet .heightSet__content {
    width: 264px;
    display: block;
    z-index: -2;
    opacity: 0;
    line-height: 1.1em;
    padding-bottom: 8px;
    pointer-events: none;
  }
}

@media screen,projection {
  .ifc-funds-list th.updated,
  .ifc-funds-list td.updated {
    animation: showChange 1.5s normal;
  }

  .ifc-funds-list .fund-multi-classes .icon {
    line-height: 1;
  }

  .ifc-funds-list .fund-multi-classes .icon::before {
    color: inherit;
    content: "";
    position: relative;
    vertical-align: -1px;
  }

  .ifc-funds-list .fund-multi-classes .icon::before:hover,
  .ifc-funds-list .fund-multi-classes .icon::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .ifc-funds-list .fund-multi-classes .icon::before {
    vertical-align: -2px;
  }

  .ifc-funds-list .open .fund-multi-classes .icon {
    line-height: 1;
  }

  .ifc-funds-list .open .fund-multi-classes .icon::before {
    color: inherit;
    content: "";
    position: relative;
    vertical-align: -1px;
  }

  .ifc-funds-list .open .fund-multi-classes .icon::before:hover,
  .ifc-funds-list .open .fund-multi-classes .icon::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .ifc-funds-list .fund-multi-classes-button {
    width: 100%;
    position: relative;
    padding-left: 40px;
    padding-top: 11px;
    padding-bottom: 9px;
    padding-right: 10px;
    border: none;
    background: rgba(0,0,0,0);
    text-align: left;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-funds-list .fund-multi-classes-button {
    min-height: 3.7rem;
  }
}

@media screen,projection {
  html.ie11 .ifc-funds-list .fund-multi-classes-button {
    width: calc(100% - 3px);
    height: calc(100% - 6px);
    padding-top: 8px;
    padding-left: 37px;
    padding-bottom: 6px;
    margin-left: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}

@media only screen and (min-width: 48em) {
  html.ie11 .ifc-funds-list .fund-multi-classes-button {
    min-height: 3.1rem;
  }
}

@media screen,projection {
  .ifc-funds-list .fund-multi-classes-button:focus,
  .ifc-funds-list .fund-multi-classes-button:hover {
    z-index: 1;
  }

  .ifc-funds-list tr[data-class-role=slave] td.heightSet .heightSet__content {
    display: none !important;
  }
}

@media screen and (max-width: 1220px)and (min-width: 48em) {
  .ifc-filters.is-open~.ifc-fund-table .ifc-funds-list th:nth-child(1),
  .ifc-filters.is-open~.ifc-fund-table .ifc-funds-list td:nth-child(1) {
    left: -25rem;
    width: 17rem;
  }

  .ifc-filters.is-open~.ifc-fund-table .ifc-funds-list th:nth-child(2),
  .ifc-filters.is-open~.ifc-fund-table .ifc-funds-list td:nth-child(2) {
    left: -8rem;
    width: 8rem;
    min-width: 0;
  }

  .ifc-filters.is-open~.ifc-fund-table .ifc-funds-list tr[data-class-role=master]:not(.open) td:nth-child(1) span,
  .ifc-filters.is-open~.ifc-fund-table .ifc-funds-list tr[data-class-role=master]:not(.open) td.height-match span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
  }

  .ifc-filters.is-open~.ifc-fund-table .ifc-funds-list tr.open td:nth-child(1) {
    z-index: 2;
  }

  .ifc-filters.is-open~.ifc-fund-table .ifc-funds-list tr.open td.height-match span {
    overflow: hidden;
    white-space: normal;
    width: 17rem;
    display: block;
  }
}

@media screen,projection {
  .ifc-funds-list th {
    background-color: #ededed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2rem;
    font-weight: normal;
    height: 7rem;
    line-height: 1.2em;
    padding: 26px 10px 10px 10px;
    text-align: left;
    vertical-align: top;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-funds-list th {
    border-top: 1px solid #dadada;
    min-height: 3.7rem;
    border-right: medium none;
    min-width: 10rem;
    font-weight: bold;
    position: relative;
  }

  .ifc-funds-list th:nth-child(1) {
    border-left: 1px solid #dadada;
    left: -42.5rem;
    padding-left: 40px;
    position: absolute;
    width: 31.5rem;
    margin-top: -1px;
  }

  .ifc-funds-list th:nth-child(2) {
    left: -11rem;
    position: absolute;
    width: 11rem;
    margin-top: -1px;
    padding-right: 10px;
  }
}

@media screen,projection {
  .ifc-funds-list td {
    font-size: 1.2rem;
    padding: 10px;
    vertical-align: top;
    min-width: 65px;
  }

  .ifc-funds-list td[data-state].fund-multi-classes {
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: hsla(0,0%,100%,0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
}

@media only screen and (max-width: 47.938em) {
  .ifc-funds-list td[data-state] {
    cursor: pointer;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-funds-list td {
    white-space: nowrap;
    padding: 5px 22px 5px 10px;
    min-width: auto;
  }

  .ifc-funds-list td+td {
    border-top: 1px solid #929292;
  }

  .ifc-funds-list td:nth-child(1) {
    background-color: #fff;
    border-left: 1px solid #dadada;
    left: -42.5rem;
    line-height: 1.2em;
    min-height: 3.7rem;
    position: absolute;
    white-space: normal;
    width: 31.5rem;
  }

  .firefox .ifc-funds-list td:nth-child(1) {
    margin-top: -1px;
  }

  .ifc-funds-list td:nth-child(1) .icon {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 1.5rem;
  }

  .ifc-funds-list td.height-match span,
  .ifc-funds-list td:nth-child(1):not(.fund-multi-classes) {
    padding-left: 40px;
    padding-right: 10px;
    padding-top: 11px;
    padding-bottom: 9px;
  }

  .ifc-funds-list td:nth-child(1).fund-multi-classes {
    padding: 0;
  }

  .ifc-funds-list td:nth-child(2) {
    background-color: #fff;
    left: -11rem;
    min-height: 3.7rem;
    position: absolute;
    width: 11rem;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    text-overflow: ellipsis;
  }

  .firefox .ifc-funds-list td:nth-child(2) {
    margin-top: -1px;
  }

  .ifc-funds-list td .short-title {
    display: none;
  }
}

@media screen,projection {
  .ifc-funds-list td a[data-document-type],
  .ifc-funds-list td a[data-document-type=doc],
  .ifc-funds-list td a[data-document-type=docx] {
    line-height: 1.2;
  }

  .ifc-funds-list td a[data-document-type]::before,
  .ifc-funds-list td a[data-document-type=doc]::before,
  .ifc-funds-list td a[data-document-type=docx]::before {
    display: inline-block;
    font: normal normal normal 100%/1 HSBC Icons;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    text-decoration: none;
    text-transform: none;
    speak: none;
    position: relative;
    color: #3e505d;
    content: "";
    font-size: 1.8em;
    position: relative;
    vertical-align: -0.3em;
    margin-left: -8px;
    font-size: 2.2rem;
  }

  .ie .ifc-funds-list td a[data-document-type]::before,
  .ie .ifc-funds-list td a[data-document-type=doc]::before,
  .ie .ifc-funds-list td a[data-document-type=docx]::before {
    overflow-y: hidden;
  }

  .ifc-funds-list td a[data-document-type]::before:hover,
  .ifc-funds-list td a[data-document-type]::before:focus,
  .ifc-funds-list td a[data-document-type=doc]::before:hover,
  .ifc-funds-list td a[data-document-type=doc]::before:focus,
  .ifc-funds-list td a[data-document-type=docx]::before:hover,
  .ifc-funds-list td a[data-document-type=docx]::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .ifc-funds-list td a[data-document-type=pdf] {
    line-height: 1.2;
  }

  .ifc-funds-list td a[data-document-type=pdf]::before {
    display: inline-block;
    font: normal normal normal 100%/1 HSBC Icons;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    text-decoration: none;
    text-transform: none;
    speak: none;
    position: relative;
    color: #3e505d;
    content: "";
    font-size: 1.8em;
    position: relative;
    vertical-align: -0.3em;
    font-size: 2.2rem;
    margin-left: -8px;
  }

  .ie .ifc-funds-list td a[data-document-type=pdf]::before {
    overflow-y: hidden;
  }

  .ifc-funds-list td a[data-document-type=pdf]::before:hover,
  .ifc-funds-list td a[data-document-type=pdf]::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .ifc-funds-list td a[href*=".pdf"] {
    line-height: 1.2;
  }

  .ifc-funds-list td a[href*=".pdf"]::before {
    display: inline-block;
    font: normal normal normal 100%/1 HSBC Icons;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    text-decoration: none;
    text-transform: none;
    speak: none;
    position: relative;
    color: #3e505d;
    content: "";
    font-size: 1.8em;
    position: relative;
    vertical-align: -0.3em;
    font-size: 2.2rem;
    margin-left: -8px;
  }

  .ie .ifc-funds-list td a[href*=".pdf"]::before {
    overflow-y: hidden;
  }

  .ifc-funds-list td a[href*=".pdf"]::before:hover,
  .ifc-funds-list td a[href*=".pdf"]::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .ifc-funds-list td a[href*=".doc"],
  .ifc-funds-list td a[href*=".docx"] {
    line-height: 1.2;
  }

  .ifc-funds-list td a[href*=".doc"]::before,
  .ifc-funds-list td a[href*=".docx"]::before {
    display: inline-block;
    font: normal normal normal 100%/1 HSBC Icons;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    text-decoration: none;
    text-transform: none;
    speak: none;
    position: relative;
    color: #3e505d;
    content: "";
    font-size: 1.8em;
    position: relative;
    vertical-align: -0.3em;
    margin-left: -8px;
    font-size: 2.2rem;
  }

  .ie .ifc-funds-list td a[href*=".doc"]::before,
  .ie .ifc-funds-list td a[href*=".docx"]::before {
    overflow-y: hidden;
  }

  .ifc-funds-list td a[href*=".doc"]::before:hover,
  .ifc-funds-list td a[href*=".doc"]::before:focus,
  .ifc-funds-list td a[href*=".docx"]::before:hover,
  .ifc-funds-list td a[href*=".docx"]::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .ifc-funds-list td a[href*=".xls"],
  .ifc-funds-list td a[href*=".xlsx"] {
    line-height: 1.2;
  }

  .ifc-funds-list td a[href*=".xls"]::before,
  .ifc-funds-list td a[href*=".xlsx"]::before {
    display: inline-block;
    font: normal normal normal 100%/1 HSBC Icons;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    text-decoration: none;
    text-transform: none;
    speak: none;
    position: relative;
    color: #3e505d;
    content: "";
    font-size: 1.8em;
    position: relative;
    vertical-align: -0.3em;
    margin-left: -8px;
  }

  .ie .ifc-funds-list td a[href*=".xls"]::before,
  .ie .ifc-funds-list td a[href*=".xlsx"]::before {
    overflow-y: hidden;
  }

  .ifc-funds-list td a[href*=".xls"]::before:hover,
  .ifc-funds-list td a[href*=".xls"]::before:focus,
  .ifc-funds-list td a[href*=".xlsx"]::before:hover,
  .ifc-funds-list td a[href*=".xlsx"]::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .ifc-funds-list td a[data-document-type=url]::before {
    content: none;
  }

  .ifc-funds-list .checkbox {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-funds-list .checkbox {
    display: inline;
  }

  .ifc-funds-list .checkbox label {
    font-size: 1.2rem;
    width: 100%;
  }

  .ifc-funds-list .checkbox input[type=checkbox]+.checkbox__icon::before {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: 3px;
  }

  .ifc-funds-list .checkbox input[type=checkbox][checked]+.checkbox__icon::after,
  .ifc-funds-list .checkbox input[type=checkbox]:checked+.checkbox__icon::after {
    left: 0px;
  }

  .ifc-funds-list .checkbox:focus .checkbox__icon::before,
  .ifc-funds-list .checkbox:hover .checkbox__icon::before {
    border-color: #376798;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-funds-list .classNm {
    display: none;
  }
}

@media screen,projection {
  .ifc-funds-list .custom-select {
    margin-top: 2px;
    width: 6rem;
  }

  .ifc-funds-list .custom-select optgroup {
    padding: 5px 5px 0;
  }

  .ifc-funds-list .custom-select optgroup option {
    border-bottom: 1px solid #c9c9c9;
    padding: 5px;
  }

  .ifc-funds-list .custom-select optgroup option:first-child {
    border-top: 1px solid #c9c9c9;
  }

  .ifc-funds-list .custom-select .valueRegion {
    background: #fff none repeat scroll 0 0;
    padding: 0 5px;
    line-height: 2rem;
    height: 2.2rem;
  }

  .ifc-funds-list .custom-select .valueRegion::before {
    border-left: 1px solid #dadada;
    font-size: 1rem;
    height: 12px;
    line-height: 12px;
    padding-left: .2rem;
    right: .7rem;
    top: .5rem;
    width: 1.2rem;
  }

  .ifc-funds-list .custom-select .valueRegion::after {
    display: none;
  }

  .ifc-funds-list tr {
    position: relative;
  }

  .ifc-funds-list tr.hidden {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-funds-list tr {
    position: static;
  }
}

@media only screen and (max-width: 47.938em) {
  .ifc-funds-list tr[data-class-role=master] td:nth-child(1):not(.fund-multi-classes) {
    padding: 10px 10px 10px 30px;
  }

  .ifc-funds-list tr[data-class-role=master] td:nth-child(1).fund-multi-classes {
    padding: 0;
  }

  .ifc-funds-list tr[data-class-role=master] td:nth-child(1).fund-multi-classes .fund-multi-classes-button {
    padding: 10px 10px 10px 30px;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-funds-list tr[data-class-role=master] td {
    border-top: 1px solid #929292;
  }

  .ifc-funds-list tr[data-class-role=master]:first-child td {
    border-top: 1px solid #dadada;
  }
}

@media screen,projection {
  .ifc-funds-list tr.selected td:nth-child(1) {
    box-shadow: 2px 0 0 0 #ee9e15 inset;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-funds-list tr.selected td+td {
    background-color: #fcedd0;
  }

  .ifc-funds-list tr.selected td+td:first-child:before {
    content: "";
    background-color: #fcedd0;
    position: absolute;
    top: 0;
    right: -110px;
    width: 110px;
    height: 100%;
    z-index: 0;
  }
}

@media screen,projection {
  .ifc-funds-list tr.full-selection td {
    background: #fcedd0;
  }

  .ifc-funds-list th.height-match {
    width: 0;
    padding: 0;
    min-width: auto;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
  }

  .ifc-funds-list td.height-match {
    display: block;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
    width: 0;
  }

  .ifc-funds-list td.height-match>span {
    width: 31.5rem;
    display: block;
    white-space: normal;
    line-height: normal;
    min-height: 3.7rem;
    line-height: 1.2em;
  }

  .ifc-funds-list tr[data-class-role=slave] td.height-match {
    display: none;
  }

  .ifc-funds-list .share-selector {
    display: flex;
  }
}

@media only screen and (max-width: 47.938em) {
  .ifc-funds-list .share-selector {
    display: none;
  }
}

@media screen,projection {
  .ifc-funds-list .select-listener .select-value.hidden {
    background: rgba(0,0,0,0);
  }

  .ifc-funds-list .select-listener .select-value.glow {
    -webkit-animation: showChange 3s normal;
    animation: showChange 3s normal;
  }

  .ie .ifc-funds-list .select-listener::before {
    content: ".";
    color: rgba(0,0,0,0);
  }

  .ifc-funds-list select:not(:disabled):focus+.valueRegion,
  .ifc-funds-list select:not(:disabled):hover+.valueRegion {
    position: relative;
  }

  .ifc-funds-list select:not(:disabled):focus+.valueRegion::before,
  .ifc-funds-list select:not(:disabled):hover+.valueRegion::before {
    background: #d9d9d9;
    top: 0;
    right: 0;
    width: 18px;
    height: 100%;
    line-height: 20px;
  }
}

@media only screen and (max-width: 47.938em) {
  .ifc-funds-list tr[data-class-role=master] td:first-child {
    display: block;
    padding-left: 30px;
  }

  .ifc-funds-list tr[data-class-role=master] td:first-child .icon {
    display: none;
  }

  .ifc-funds-list tr[data-class-role=master] td.fund-multi-classes:first-child {
    line-height: 1;
  }

  .ifc-funds-list tr[data-class-role=master] td.fund-multi-classes:first-child::before {
    color: inherit;
    content: "";
    position: relative;
    vertical-align: -1px;
  }

  .ifc-funds-list tr[data-class-role=master] td.fund-multi-classes:first-child::before:hover,
  .ifc-funds-list tr[data-class-role=master] td.fund-multi-classes:first-child::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .ifc-funds-list tr[data-class-role=master] td.fund-multi-classes:first-child::before {
    display: inline-block;
    font: normal normal normal 100%/1 HSBC Icons;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    text-decoration: none;
    text-transform: none;
    speak: none;
    position: relative;
    vertical-align: -2px;
    position: absolute;
    left: 5px;
    top: 10px;
  }

  .ifc-funds-list tr[data-class-role=master].open td {
    display: inline-block;
  }

  .ifc-funds-list tr[data-class-role=master].open td:first-child {
    display: block;
    background: #ededed;
    border-bottom: 1px solid #929292;
    margin-bottom: 8px;
    line-height: 1;
  }

  .ifc-funds-list tr[data-class-role=master].open td:first-child::before {
    color: inherit;
    content: "";
    position: relative;
    vertical-align: -1px;
  }

  .ifc-funds-list tr[data-class-role=master].open td:first-child::before:hover,
  .ifc-funds-list tr[data-class-role=master].open td:first-child::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .ifc-funds-list tr[data-class-role=master].open td:first-child::before {
    vertical-align: -2px;
    position: absolute;
    left: 5px;
    top: 10px;
  }

  .ifc-funds-list tr[data-class-role=master],
  .ifc-funds-list tr[data-class-role=slave] {
    border-top: 1px solid #929292;
    display: block;
    position: relative;
  }

  .ifc-funds-list tr[data-class-role=master] td,
  .ifc-funds-list tr[data-class-role=slave] td {
    line-height: 1.4em;
    font-size: 1.4rem;
  }

  .ifc-funds-list tr[data-class-role=master] td .short-title,
  .ifc-funds-list tr[data-class-role=slave] td .short-title {
    display: block;
    font-family: UniversNextLight,sans-serif;
    font-size: 1.3rem;
  }

  .ifc-funds-list tr[data-class-role=master] td.fundnav-cell,
  .ifc-funds-list tr[data-class-role=slave] td.fundnav-cell {
    width: 50%;
  }

  .ifc-funds-list tr[data-class-role=master].hidden,
  .ifc-funds-list tr[data-class-role=slave].hidden {
    display: none;
  }

  .ifc-funds-list tr[data-class-role=master].open td,
  .ifc-funds-list tr[data-class-role=slave].open td {
    display: inline-block;
  }

  .ifc-funds-list tr[data-class-role=master].open td:nth-child(2),
  .ifc-funds-list tr[data-class-role=slave].open td:nth-child(2) {
    display: block;
    padding: 0 10px;
    font-family: UniversNextTh,sans-serif;
    font-weight: bold;
    letter-spacing: .5px;
  }

  .ifc-funds-list tr[data-class-role=master].open td[data-fieldtype=isin],
  .ifc-funds-list tr[data-class-role=slave].open td[data-fieldtype=isin] {
    width: 100%;
    font-size: 1.3rem;
  }

  .ifc-funds-list tr[data-class-role=master].open td[data-fieldtype=isin] .short-title,
  .ifc-funds-list tr[data-class-role=slave].open td[data-fieldtype=isin] .short-title {
    font-family: UniversNextMedium,sans-serif;
    font-size: 1.4rem;
  }

  .ifc-funds-list tr[data-class-role=master].open td.height-match,
  .ifc-funds-list tr[data-class-role=slave].open td.height-match {
    display: none;
  }

  .ifc-funds-list tr[data-class-role=master].row-with-date td[data-fieldtype=isin],
  .ifc-funds-list tr[data-class-role=slave].row-with-date td[data-fieldtype=isin] {
    width: 50%;
  }

  .ifc-funds-list tr[data-class-role=master]:not(.open) td~td {
    display: none;
  }

  .ifc-funds-list tr[data-class-role=slave] td {
    display: inline-block;
  }

  .ifc-funds-list tr[data-class-role=slave] td:nth-child(1) {
    display: none;
  }

  .ifc-funds-list tr[data-class-role=slave] td:nth-child(2) {
    display: block;
    padding: 8px 10px 0;
    font-family: UniversNextTh,sans-serif;
    font-weight: bold;
    letter-spacing: .5px;
  }

  .ifc-funds-list tr[data-class-role=slave] td[data-fieldtype=isin] {
    width: 100%;
    font-size: 1.3rem;
  }

  .ifc-funds-list tr[data-class-role=slave] td[data-fieldtype=isin] .short-title {
    font-family: UniversNextMedium,sans-serif;
    font-size: 1.4rem;
  }

  .ifc-funds-list tr[data-class-role=slave].row-with-date td[data-fieldtype=isin] {
    width: 50%;
  }

  .ifc-funds-list .select-listener .select-value {
    position: static;
    padding: 0;
  }
}

@media screen,projection {
  .noFunds {
    display: none;
    border: solid 1px #db0011;
    padding: 10px;
    color: #660009;
    overflow: hidden;
    text-align: center;
  }

  .noFunds.show {
    display: block;
  }

  .headerBits {
    background-color: #ededed;
    border-bottom: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2rem;
    font-weight: bold;
    height: 70px;
    line-height: 1.2em;
    min-height: 70px;
    padding: 26px 22px 11px 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: left;
    vertical-align: top;
  }

  th:nth-child(1) .headerBits {
    padding-left: 40px;
    border-left: 1px solid #dadada;
    left: -1px;
    width: 101%;
  }

  th:nth-child(2) .headerBits {
    padding-left: 10px;
    padding-right: 10px;
  }

  th.notRelative {
    position: static;
    width: 100% !important;
  }

  .fixed .scrollbarWrapper {
    z-index: 10;
  }

  .fixed .headerBits {
    z-index: 9;
  }

  .fixed .ifc-scrollable::before,
  .fixed .ifc-scrollable::after {
    z-index: 11;
  }

  .font-size-change-detector {
    position: absolute;
    left: -9999px;
  }

  .ifc-detail-summary__list {
    display: block;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-detail-summary__list {
    display: inline-block;
    vertical-align: top;
  }
}

@media screen,projection {
  .ifc-detail-summary__list--show-on-desktop {
    display: none;
  }
}

@media only screen and (min-width: 76.250em) {
  .ifc-detail-summary__list--show-on-desktop {
    display: inline-block;
  }
}

@media screen,projection {
  .ifc-summary-item {
    display: block;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-summary-item {
    display: inline-block;
    vertical-align: top;
    width: 185px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-summary-item--performance {
    width: 100% !important;
    padding-right: 0;
  }
}

@media screen,projection {
  .ifc-summary-item--currency {
    min-width: 90px;
    width: 100% !important;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-summary-item--currency {
    width: 50% !important;
  }
}

@media screen,projection {
  .ifc-summary-item--exchange {
    width: 100% !important;
  }

  .ifc-summary-item.hidden {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-summary-item.hidden {
    width: none;
  }
}

@media screen,projection {
  .ifc-summary-item label,
  .ifc-summary-item__dt {
    display: block;
    margin: 0;
    font-size: 1.4rem;
    line-height: normal;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-summary-item label,
  .ifc-summary-item__dt {
    margin: 0 0 10px;
  }
}

@media screen,projection {
  .ifc-summary-item__dd {
    display: block;
    margin: 0;
    line-height: normal;
    font-size: 1.6rem;
    font-family: UniversNextMedium,sans-serif;
  }

  .ifc-summary-item__dd span {
    font-size: 1.4rem;
    display: block;
  }

  .ifc-summary-item--no-margin dt {
    margin-bottom: 0;
  }

  .ifc-summary-item span,
  .ifc-summary-item label {
    font-family: UniversNextMedium,sans-serif;
  }

  .ifc-summary-item .ifc-summary-item__dd,
  .ifc-summary-item .ifc-summary-item__dd>span {
    font-family: UniversNext,sans-serif;
  }

  .ifc-margin+.row .ifc-detail-summary__list .ifc-summary-item label .ifc-desktop-up:after,
  .ifc-margin+.webinar-list__item-inner .ifc-detail-summary__list .ifc-summary-item label .ifc-desktop-up:after,
  .ifc-margin+.article-authors__item-inner .ifc-detail-summary__list .ifc-summary-item label .ifc-desktop-up:after,
  .ifc-margin+.article-list__item-inner .ifc-detail-summary__list .ifc-summary-item label .ifc-desktop-up:after,
  .ifc-margin+.card-list__card-container .ifc-detail-summary__list .ifc-summary-item label .ifc-desktop-up:after,
  .ifc-margin+.featured-awards-list__row .ifc-detail-summary__list .ifc-summary-item label .ifc-desktop-up:after,
  .ifc-margin+.upper-footer__primary-list .ifc-detail-summary__list .ifc-summary-item label .ifc-desktop-up:after,
  .ifc-margin+.image-promo-list__row .ifc-detail-summary__list .ifc-summary-item label .ifc-desktop-up:after,
  .ifc-margin+.video-list__item-inner .ifc-detail-summary__list .ifc-summary-item label .ifc-desktop-up:after,
  .ifc-margin+.row .ifc-detail-summary__list .ifc-summary-item label .ifc-tablet-down:after,
  .ifc-margin+.webinar-list__item-inner .ifc-detail-summary__list .ifc-summary-item label .ifc-tablet-down:after,
  .ifc-margin+.article-authors__item-inner .ifc-detail-summary__list .ifc-summary-item label .ifc-tablet-down:after,
  .ifc-margin+.article-list__item-inner .ifc-detail-summary__list .ifc-summary-item label .ifc-tablet-down:after,
  .ifc-margin+.card-list__card-container .ifc-detail-summary__list .ifc-summary-item label .ifc-tablet-down:after,
  .ifc-margin+.featured-awards-list__row .ifc-detail-summary__list .ifc-summary-item label .ifc-tablet-down:after,
  .ifc-margin+.upper-footer__primary-list .ifc-detail-summary__list .ifc-summary-item label .ifc-tablet-down:after,
  .ifc-margin+.image-promo-list__row .ifc-detail-summary__list .ifc-summary-item label .ifc-tablet-down:after,
  .ifc-margin+.video-list__item-inner .ifc-detail-summary__list .ifc-summary-item label .ifc-tablet-down:after,
  .ifc-margin+.row .ifc-detail-summary__list .ifc-summary-item__dt .ifc-desktop-up:after,
  .ifc-margin+.webinar-list__item-inner .ifc-detail-summary__list .ifc-summary-item__dt .ifc-desktop-up:after,
  .ifc-margin+.article-authors__item-inner .ifc-detail-summary__list .ifc-summary-item__dt .ifc-desktop-up:after,
  .ifc-margin+.article-list__item-inner .ifc-detail-summary__list .ifc-summary-item__dt .ifc-desktop-up:after,
  .ifc-margin+.card-list__card-container .ifc-detail-summary__list .ifc-summary-item__dt .ifc-desktop-up:after,
  .ifc-margin+.featured-awards-list__row .ifc-detail-summary__list .ifc-summary-item__dt .ifc-desktop-up:after,
  .ifc-margin+.upper-footer__primary-list .ifc-detail-summary__list .ifc-summary-item__dt .ifc-desktop-up:after,
  .ifc-margin+.image-promo-list__row .ifc-detail-summary__list .ifc-summary-item__dt .ifc-desktop-up:after,
  .ifc-margin+.video-list__item-inner .ifc-detail-summary__list .ifc-summary-item__dt .ifc-desktop-up:after,
  .ifc-margin+.row .ifc-detail-summary__list .ifc-summary-item__dt .ifc-tablet-down:after,
  .ifc-margin+.webinar-list__item-inner .ifc-detail-summary__list .ifc-summary-item__dt .ifc-tablet-down:after,
  .ifc-margin+.article-authors__item-inner .ifc-detail-summary__list .ifc-summary-item__dt .ifc-tablet-down:after,
  .ifc-margin+.article-list__item-inner .ifc-detail-summary__list .ifc-summary-item__dt .ifc-tablet-down:after,
  .ifc-margin+.card-list__card-container .ifc-detail-summary__list .ifc-summary-item__dt .ifc-tablet-down:after,
  .ifc-margin+.featured-awards-list__row .ifc-detail-summary__list .ifc-summary-item__dt .ifc-tablet-down:after,
  .ifc-margin+.upper-footer__primary-list .ifc-detail-summary__list .ifc-summary-item__dt .ifc-tablet-down:after,
  .ifc-margin+.image-promo-list__row .ifc-detail-summary__list .ifc-summary-item__dt .ifc-tablet-down:after,
  .ifc-margin+.video-list__item-inner .ifc-detail-summary__list .ifc-summary-item__dt .ifc-tablet-down:after {
    content: ":";
  }

  .ifc-margin+.row .ifc-detail-summary__list .ifc-summary-item label .ifc-desktop-up:empty:after,
  .ifc-margin+.webinar-list__item-inner .ifc-detail-summary__list .ifc-summary-item label .ifc-desktop-up:empty:after,
  .ifc-margin+.article-authors__item-inner .ifc-detail-summary__list .ifc-summary-item label .ifc-desktop-up:empty:after,
  .ifc-margin+.article-list__item-inner .ifc-detail-summary__list .ifc-summary-item label .ifc-desktop-up:empty:after,
  .ifc-margin+.card-list__card-container .ifc-detail-summary__list .ifc-summary-item label .ifc-desktop-up:empty:after,
  .ifc-margin+.featured-awards-list__row .ifc-detail-summary__list .ifc-summary-item label .ifc-desktop-up:empty:after,
  .ifc-margin+.upper-footer__primary-list .ifc-detail-summary__list .ifc-summary-item label .ifc-desktop-up:empty:after,
  .ifc-margin+.image-promo-list__row .ifc-detail-summary__list .ifc-summary-item label .ifc-desktop-up:empty:after,
  .ifc-margin+.video-list__item-inner .ifc-detail-summary__list .ifc-summary-item label .ifc-desktop-up:empty:after,
  .ifc-margin+.row .ifc-detail-summary__list .ifc-summary-item label .ifc-tablet-down:empty:after,
  .ifc-margin+.webinar-list__item-inner .ifc-detail-summary__list .ifc-summary-item label .ifc-tablet-down:empty:after,
  .ifc-margin+.article-authors__item-inner .ifc-detail-summary__list .ifc-summary-item label .ifc-tablet-down:empty:after,
  .ifc-margin+.article-list__item-inner .ifc-detail-summary__list .ifc-summary-item label .ifc-tablet-down:empty:after,
  .ifc-margin+.card-list__card-container .ifc-detail-summary__list .ifc-summary-item label .ifc-tablet-down:empty:after,
  .ifc-margin+.featured-awards-list__row .ifc-detail-summary__list .ifc-summary-item label .ifc-tablet-down:empty:after,
  .ifc-margin+.upper-footer__primary-list .ifc-detail-summary__list .ifc-summary-item label .ifc-tablet-down:empty:after,
  .ifc-margin+.image-promo-list__row .ifc-detail-summary__list .ifc-summary-item label .ifc-tablet-down:empty:after,
  .ifc-margin+.video-list__item-inner .ifc-detail-summary__list .ifc-summary-item label .ifc-tablet-down:empty:after,
  .ifc-margin+.row .ifc-detail-summary__list .ifc-summary-item__dt .ifc-desktop-up:empty:after,
  .ifc-margin+.webinar-list__item-inner .ifc-detail-summary__list .ifc-summary-item__dt .ifc-desktop-up:empty:after,
  .ifc-margin+.article-authors__item-inner .ifc-detail-summary__list .ifc-summary-item__dt .ifc-desktop-up:empty:after,
  .ifc-margin+.article-list__item-inner .ifc-detail-summary__list .ifc-summary-item__dt .ifc-desktop-up:empty:after,
  .ifc-margin+.card-list__card-container .ifc-detail-summary__list .ifc-summary-item__dt .ifc-desktop-up:empty:after,
  .ifc-margin+.featured-awards-list__row .ifc-detail-summary__list .ifc-summary-item__dt .ifc-desktop-up:empty:after,
  .ifc-margin+.upper-footer__primary-list .ifc-detail-summary__list .ifc-summary-item__dt .ifc-desktop-up:empty:after,
  .ifc-margin+.image-promo-list__row .ifc-detail-summary__list .ifc-summary-item__dt .ifc-desktop-up:empty:after,
  .ifc-margin+.video-list__item-inner .ifc-detail-summary__list .ifc-summary-item__dt .ifc-desktop-up:empty:after,
  .ifc-margin+.row .ifc-detail-summary__list .ifc-summary-item__dt .ifc-tablet-down:empty:after,
  .ifc-margin+.webinar-list__item-inner .ifc-detail-summary__list .ifc-summary-item__dt .ifc-tablet-down:empty:after,
  .ifc-margin+.article-authors__item-inner .ifc-detail-summary__list .ifc-summary-item__dt .ifc-tablet-down:empty:after,
  .ifc-margin+.article-list__item-inner .ifc-detail-summary__list .ifc-summary-item__dt .ifc-tablet-down:empty:after,
  .ifc-margin+.card-list__card-container .ifc-detail-summary__list .ifc-summary-item__dt .ifc-tablet-down:empty:after,
  .ifc-margin+.featured-awards-list__row .ifc-detail-summary__list .ifc-summary-item__dt .ifc-tablet-down:empty:after,
  .ifc-margin+.upper-footer__primary-list .ifc-detail-summary__list .ifc-summary-item__dt .ifc-tablet-down:empty:after,
  .ifc-margin+.image-promo-list__row .ifc-detail-summary__list .ifc-summary-item__dt .ifc-tablet-down:empty:after,
  .ifc-margin+.video-list__item-inner .ifc-detail-summary__list .ifc-summary-item__dt .ifc-tablet-down:empty:after {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-summary-align {
    display: block;
    text-align: right;
  }

  .ifc-summary-align .ifc-summary-item {
    text-align: left;
    width: auto;
  }
}

@media screen,projection {
  .ifc-summary-performance {
    width: 100%;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-summary-performance {
    display: inline-block;
    width: 50%;
    padding-right: 10px;
    vertical-align: top;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-summary-performance.one-third {
    width: 33.333333%;
  }
}

@media screen,projection {
  .ifc-summary-exchange {
    width: 100%;
  }

  .ifc-summary-exchange:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-summary-exchange {
    display: inline-block;
    width: 66.666666%;
    padding-left: 10px;
    vertical-align: top;
  }

  .ifc-summary-exchange .ifc-summary-item {
    width: 50% !important;
  }

  .ifc-summary-exchange .ifc-summary-item:last-child {
    padding-right: 0;
  }
}

@media only screen and (min-width: 48em) {
  .ifc-summary-exchange.one-child {
    width: 50%;
  }

  .ifc-summary-exchange.one-child .ifc-summary-item {
    width: 100% !important;
  }
}

@media screen,projection {
  .sliderContainer {
    font-size: 1.4rem;
    padding: 3px;
    margin-bottom: 15px;
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
  }

  .sliderContainer .amountRange {
    display: inline-block;
    margin: 0 1rem 0 0;
  }

  .sliderContainer .amountRange+.amountRange {
    margin: 0 1rem;
  }
}

@media only screen and (min-width: 76.250em) {
  .sliderContainer .amountRange {
    margin: 0 1rem;
  }
}

@media screen,projection {
  .sliderContainer .amountRange input[type=text] {
    width: 50px;
    padding: .5rem;
    border: solid 1px #929292;
  }

  .sliderContainer .amountRange input[type=text]:focus,
  .sliderContainer .amountRange input[type=text]:active {
    outline: 3px solid rgba(0,103,244,.7);
    outline: solid 3px rgba(0,103,244,.7);
  }

  .sliderContainer .range-min {
    float: left;
  }

  .sliderContainer .range-max {
    float: right;
  }

  .sliderContainer__label {
    display: inline;
  }

  .slider-wrapper {
    padding: 0 9px;
  }

  .ie .rc-slider {
    width: 94%;
  }

  .rc-slider {
    height: 10px;
    margin: 30px 0 5px;
    position: relative;
    width: 100%;
  }

  .rc-slider-rail {
    background: #d8d8d8;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .rc-slider-track {
    background: #4c6373;
    position: absolute;
    height: 100%;
    left: 0;
  }

  .rc-slider-handle {
    height: 42px;
    width: 42px;
    position: absolute;
    top: 5px;
    margin: -21px;
  }

  .rc-slider-handle:before {
    content: "";
    background: #fff;
    border: 1px solid #333;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px;
  }

  .rc-slider-handle:hover:before {
    background: gray;
  }

  .rc-slider-handle:focus:before,
  .rc-slider-handle:active:before {
    outline: 3px solid rgba(0,103,244,.7);
    outline: solid 3px rgba(0,103,244,.7);
  }

  .line-chart-module {
    position: relative;
    clear: both;
  }

  .line-chart-module h3 {
    display: block;
    text-align: center;
  }

  .line-chart-module .short-title {
    display: block;
  }

  .line-chart-module .title {
    display: none;
  }
}

@media only screen and (min-width: 76.250em) {
  .line-chart-module .short-title {
    display: none;
  }

  .line-chart-module .title {
    display: block;
  }
}

@media screen,projection {
  .line-chart-module .highcharts-date-range-help {
    font-size: .75em;
    line-height: 1em;
    text-align: right;
  }

  .line-chart {
    clear: both;
  }

  .line-chart .highcharts-credits {
    display: none;
  }

  .line-chart .highcharts-legend text {
    font-weight: normal;
  }

  .line-chart .highcharts-scrollbar-thumb {
    fill: #4d6474;
    stroke: #4d6474;
  }

  .line-chart .highcharts-scrollbar-track {
    fill: #e7e7e5;
    stroke: #e7e7e5;
  }

  .line-chart .highcharts-navigator-mask-inside {
    fill-opacity: .05;
  }

  .line-chart .highcharts-navigator-handle {
    height: 20px;
    width: 20px;
    fill: #f8f8f8;
    stroke: #929292;
    border-radius: 5px;
  }

  .line-chart .highcharts-scrollbar-arrow,
  .line-chart .highcharts-scrollbar-button {
    display: none;
  }

  .line-chart .highcharts-axis-labels.highcharts-navigator-xaxis {
    transform: translate(-15px, 32px);
  }

  .line-chart .highcharts-button {
    stroke-width: 1px;
    stroke: #b7b7b7;
  }

  .line-chart .highcharts-button-pressed {
    fill: #4d6474;
    stroke: #94a2a9;
  }

  .line-chart .highcharts-button-pressed text {
    fill: #fff !important;
    font-weight: normal !important;
  }

  .line-chart .highcharts-color-0 {
    fill: #01716d;
    stroke: #01716d;
  }

  .line-chart .highcharts-color-1 {
    fill: #919292;
    stroke: #919292;
  }

  .line-chart .highcharts-color-2 {
    fill: #6f0007;
    stroke: #6f0007;
  }

  .line-chart .highcharts-color-3 {
    fill: #003466;
    stroke: #003466;
  }

  .line-chart .highcharts-color-4 {
    fill: #578942;
    stroke: #578942;
  }

  .line-chart .highcharts-color-5 {
    fill: #4f3a7d;
    stroke: #4f3a7d;
  }

  .line-chart .highcharts-color-6 {
    fill: #e9a216;
    stroke: #e9a216;
  }

  .currency-line-chart+.currency-line-chart,
  .currency-line-chart+.pie-chart-module,
  .pie-chart-module+.bar-chart-module,
  .bar-chart-module+.bar-chart-module,
  .bar-chart-module+.pie-chart-module,
  .line-chart+.line-chart,
  .ifc-fund-detail-highlights+.line-chart,
  .ifc-fund-detail-highlights+.currency-line-chart {
    margin-top: 40px;
    border-top: 1px solid #d7d8d6;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 47.938em) {
  .highcharts-range-selector-buttons,
  .highcharts-navigator,
  .highcharts-navigator-series,
  .highcharts-navigator-xaxis,
  .highcharts-scrollbar {
    opacity: 0;
  }

  .line-chart-module .highcharts-date-range-help {
    text-align: center;
  }
}

@media screen,projection {
  .line-chart+.pie-chart-module,
  .pie-chart-module+.line-chart {
    margin-top: 40px;
  }

  .highcharts-data-table {
    font-size: 1.2rem;
    width: 100%;
    float: left;
    clear: both;
  }

  .highcharts-data-table table {
    table-layout: fixed;
    margin: 0 auto 20px;
  }

  .highcharts-data-table table thead tr {
    border-bottom: solid 1px #dadada;
  }

  .highcharts-data-table table tbody th {
    text-align: left;
  }

  .highcharts-data-table table th {
    font-family: UniversNextMedium,sans-serif;
    font-weight: 100;
    line-height: 1.2em;
    padding: 10px 5px;
  }

  .highcharts-data-table table td {
    padding: 10px 5px;
    font-weight: 100;
    text-align: right;
    line-height: 1.2em;
    padding: 10px 5px;
  }

  .pie-chart {
    clear: both;
    height: 400px;
    position: relative;
  }
}

@media only screen and (max-width: 76.188em) {
  .pie-chart .highcharts-legend {
    transform: translate(0, 40px) !important;
  }
}

@media screen,projection {
  .pie-chart .highcharts-legend text {
    font-weight: normal;
  }

  .pie-chart .highcharts-point {
    stroke-width: 0;
  }
}

@media only screen and (max-width: 47.938em) {
  .pie-chart {
    margin-top: 20px;
  }
}

@media screen,projection {
  .pie-chart-module {
    position: relative;
    clear: both;
  }

  .pie-chart-module h3 {
    display: block;
    text-align: center;
  }

  .pie-chart-module .short-title {
    display: block;
  }

  .pie-chart-module .title {
    display: none;
  }
}

@media only screen and (min-width: 76.250em) {
  .pie-chart-module .short-title {
    display: none;
  }

  .pie-chart-module .title {
    display: block;
  }
}

@media screen,projection {
  .pie-chart-module .reporting-date {
    line-height: 1.8em;
  }

  .pie-chart-module .reporting-date:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 23.438em) {
  .pie-chart-module .reporting-date {
    float: right;
    width: 140px;
  }
}

@media screen,projection {
  .pie-chart-module .reporting-date label {
    font-size: 1.4rem;
    font-family: UniversNextMedium,sans-serif;
  }

  .pie-chart-module .date-textbox {
    display: inline-block;
    position: relative;
  }

  .pie-chart-module .date-textbox .formatted-date {
    background: #fff;
    border: 1px solid #ccc;
    cursor: text;
    height: 22px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
  }

  .pie-chart-module .date-textbox input {
    border: 1px solid #929292;
    font-size: inherit;
    height: 22px;
    line-height: inherit;
    margin-left: 4px;
    padding: 0 5px;
    width: 100px;
  }

  .pie-chart-module .legend {
    font-size: 1.2rem;
    line-height: 1.8em;
  }

  .pie-chart-module .legend .key {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 5px 0 -21px;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 47.938em) {
  .pie-chart-module .legend {
    clear: both;
    padding: 20px 20px 0;
  }
}

@media only screen and (min-width: 48em) {
  .pie-chart-module .legend {
    z-index: 1;
    position: absolute;
    right: 20px;
    top: 50%;
    width: calc(50% - 230px);
    margin-top: 50px;
    transform: translate(0, -50%);
    max-height: calc(100% - 100px);
    overflow: auto;
    padding-left: 22px;
  }
}

@media screen,projection {
  .pie-chart-module+.pie-chart-module {
    border-top: solid 1px #ddd;
  }

  .table-search-filter__padding {
    font-size: 16px;
    padding: 0;
    margin-bottom: 12px;
    margin-top: 12px;
    float: left;
  }

  .table-search-filter--hidden {
    display: none !important;
  }

  #txtFilter {
    font-size: 16px;
    padding: 7px 20px 12px 20px;
    border-radius: .3em;
    box-shadow: 0px 0px 6px #ccc;
    border: 1px solid #ccc;
  }

  .webinar-list__no-results {
    display: block;
  }

  .webinar-list__heading {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1;
    font-size: 2.5rem;
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 23.438em) {
  .webinar-list__heading {
    line-height: 1;
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 48em) {
  .webinar-list__heading {
    line-height: 1;
    font-size: 2.8rem;
  }
}

@media screen,projection {
  .webinar-list__item {
    border-top: 1px solid #d7d8d6;
  }

  .webinar-list__item:last-child {
    border-bottom: 1px solid #d7d8d6;
  }

  .webinar-list__item-inner {
    display: block;
    position: relative;
    padding: 30px 0;
  }

  .webinar-list__item-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 48em) {
  .webinar-list__item-inner {
    display: table;
  }
}

@media screen,projection {
  .webinar-list__primary {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  .webinar-list__primary {
    display: table-cell;
    width: 37.5%;
    max-height: 157px;
    overflow: hidden;
    padding-left: 20px;
    margin-bottom: 0;
  }
}

@media screen,projection {
  .webinar-list__primary a {
    display: block;
    position: relative;
  }

  .webinar-list__primary img {
    display: block;
    width: 100%;
  }

  .webinar-list__secondary {
    display: block;
    padding: 0 14px;
  }
}

@media only screen and (min-width: 23.438em) {
  .webinar-list__secondary {
    padding: 0 18px;
  }
}

@media only screen and (min-width: 48em) {
  .webinar-list__secondary {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
  }
}

@media screen,projection {
  .webinar-list__tags {
    margin-bottom: 5px;
  }

  .webinar-list__tags:after {
    content: "";
    display: table;
    clear: both;
  }

  .webinar-list__body {
    margin-bottom: 10px;
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .webinar-list__body {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .webinar-list__body {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .webinar-list__date {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 1.4rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .webinar-list__date {
    line-height: 1.4rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .webinar-list__date {
    line-height: 1.4rem;
    font-size: 1.4rem;
  }
}

@media screen,projection {
  .webinar-list__pagination {
    padding: 30px 14px 0;
  }
}

@media only screen and (min-width: 23.438em) {
  .webinar-list__pagination {
    padding: 30px 18px 0;
  }
}

@media only screen and (min-width: 48em) {
  .webinar-list__pagination {
    padding: 30px 0 0;
  }
}

@media screen,projection {
  .webinar-list__cta .button,
  .webinar-list__cta .pagination__button {
    margin: 15px 0 0 0;
    text-align: center;
  }

  .webinar-list .hideIt {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  .modal--full-height .cookie-consent-modal {
    overflow-y: auto;
    position: absolute;
    height: 100%;
  }
}

@media screen,projection {
  .cookie-consent-modal__header {
    padding: 20px 20px;
  }

  .cookie-consent-modal__header:focus {
    outline: none;
  }

  .cookie-consent-modal__heading {
    font-family: UniversNextLight,sans-serif;
    font-weight: normal;
    line-height: 2.5rem;
    line-height: 2.8rem;
    font-size: 2.8rem;
    margin: 0;
  }
}

@media only screen and (min-width: 48em) {
  .cookie-consent-modal__heading {
    font-family: UniversNextLight,sans-serif;
    font-weight: normal;
    line-height: 4rem;
    line-height: 5rem;
    font-size: 4.5rem;
  }
}

@media screen,projection {
  .cookie-consent-modal__sub-heading {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 2rem;
    font-size: 1.4rem;
    display: block;
    margin: 0;
  }
}

@media only screen and (min-width: 23.438em) {
  .cookie-consent-modal__sub-heading {
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .cookie-consent-modal__sub-heading {
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .cookie-consent-modal__body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }

  .modal--full-height .cookie-consent-modal__body {
    margin-bottom: 0;
  }

  .cookie-consent-modal__body:focus {
    outline: none;
  }
}

@media only screen and (min-width: 48em) {
  .cookie-consent-modal__body {
    margin-bottom: 0;
  }
}

@media screen,projection {
  .cookie-consent-modal__categories {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }

  .cookie-consent-modal__categories:focus {
    outline: none;
  }
}

@media only screen and (min-width: 48em) {
  .cookie-consent-modal__categories {
    margin-bottom: 0;
  }
}

@media screen,projection {
  .cookie-consent-modal__footer {
    display: block;
    border-top: 1px solid #d7d8d6;
    padding: 20px 14px 0;
    position: static;
  }

  .cookie-consent-modal__footer:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 23.438em) {
  .cookie-consent-modal__footer {
    padding: 20px 18px 0;
  }
}

@media only screen and (min-width: 48em) {
  .cookie-consent-modal__footer {
    padding: 20px 20px 20px;
  }
}

@media screen,projection {
  .cookie-consent-modal__footer p {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .cookie-consent-modal__footer p {
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .cookie-consent-modal__footer p {
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .cookie-consent-modal__footer p {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em)and (min-width: 23.438em) {
  .cookie-consent-modal__footer p {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em)and (min-width: 48em) {
  .cookie-consent-modal__footer p {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .cookie-consent-modal__footer p.accessible {
    height: 0;
    overflow: hidden;
  }

  .cookie-consent-modal__footer .button,
  .cookie-consent-modal__footer .pagination__button {
    margin: 0;
  }

  .cookie-consent-modal__accept-text {
    padding-bottom: 10px;
  }

  .cookie-consent-modal__close {
    text-decoration: underline;
    float: left;
    padding-left: 0;
    text-align: left;
  }
}

@media only screen and (min-width: 48em) {
  .cookie-consent-modal__close {
    text-align: center;
  }
}

@media screen,projection {
  .cookie-consent-modal__proceed {
    float: right;
  }

  .cookie-consent-modal__radio-input {
    float: left;
    margin-right: 4px;
    margin-top: 5px;
  }

  #cookie-modal {
    z-index: 2147480003;
  }

  .modal-overlay-hidden {
    opacity: 0 !important;
  }
}

@media only screen and (min-width: 48em) {
  .modal--full-height .cookie-modal {
    overflow-y: auto;
    position: absolute;
    height: 100%;
  }
}

@media screen,projection {
  .cookie-modal__header {
    padding: 20px 20px;
  }

  .cookie-modal__header:focus {
    outline: none;
  }

  .cookie-modal__heading {
    font-family: UniversNextLight,sans-serif;
    font-weight: normal;
    line-height: 2.5rem;
    line-height: 2.8rem;
    font-size: 2.8rem;
    margin: 0;
  }
}

@media only screen and (min-width: 48em) {
  .cookie-modal__heading {
    font-family: UniversNextLight,sans-serif;
    font-weight: normal;
    line-height: 4rem;
    line-height: 5rem;
    font-size: 4.5rem;
  }
}

@media screen,projection {
  .cookie-modal__sub-heading {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 2rem;
    font-size: 1.4rem;
    display: block;
    margin: 0;
  }
}

@media only screen and (min-width: 23.438em) {
  .cookie-modal__sub-heading {
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .cookie-modal__sub-heading {
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .cookie-modal__body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }

  .modal--full-height .cookie-modal__body {
    margin-bottom: 0;
  }

  .cookie-modal__body:focus {
    outline: none;
  }
}

@media only screen and (min-width: 48em) {
  .cookie-modal__body {
    margin-bottom: 0;
  }
}

@media screen,projection {
  .cookie-modal__footer {
    display: block;
    border-top: 1px solid #d7d8d6;
    padding: 20px 14px 0;
    position: static;
  }

  .cookie-modal__footer:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 23.438em) {
  .cookie-modal__footer {
    padding: 20px 18px 0;
  }
}

@media only screen and (min-width: 48em) {
  .cookie-modal__footer {
    padding: 20px 20px 20px;
  }
}

@media screen,projection {
  .cookie-modal__footer p {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .cookie-modal__footer p {
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .cookie-modal__footer p {
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .cookie-modal__footer p {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em)and (min-width: 23.438em) {
  .cookie-modal__footer p {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em)and (min-width: 48em) {
  .cookie-modal__footer p {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .cookie-modal__footer p.accessible {
    height: 0;
    overflow: hidden;
  }

  .cookie-modal__footer .button,
  .cookie-modal__footer .pagination__button {
    margin-right: 15px;
  }

  .cookie-modal__accept-text {
    padding-bottom: 10px;
  }

  .cookie-modal__close {
    text-decoration: underline;
    float: left;
    padding-left: 0;
    text-align: left;
  }
}

@media only screen and (min-width: 48em) {
  .cookie-modal__close {
    text-align: center;
  }
}

@media screen,projection {
  .cookie-modal__proceed {
    float: right;
  }

  .cookie-modal .icon {
    line-height: 1;
  }

  .cookie-modal .icon::before {
    color: #db0011;
    content: "";
    font-size: 0.7em;
    position: relative;
    vertical-align: -1px;
  }

  .cookie-modal .icon::before:hover,
  .cookie-modal .icon::before:focus {
    cursor: pointer;
    text-decoration: none;
  }

  .cookie-modal-container .modal__overlay {
    background-color: #000;
    opacity: .5;
    z-index: 2147480002;
  }

  .contact-form-hero {
    position: relative;
    font-size: 16px;
    font-family: UniversNext,sans-serif;
    margin-top: -60px;
    color: #848e9f;
  }

  .contact-form-hero * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .contact-form-hero input::-webkit-outer-spin-button,
  .contact-form-hero input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .contact-form-hero input[type=number] {
    -moz-appearance: textfield;
  }

  .contact-form-hero .text-thin {
    font-family: UniversNextTh,sans-serif;
  }

  .contact-form-hero .text-medium {
    font-family: UniversNextMedium,sans-serif;
  }

  .contact-form-hero .text-regular {
    font-family: UniversNext,sans-serif;
  }

  .contact-form-hero .bg_banner {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 90vh;
    position: relative;
  }

  .contact-form-hero .bg_banner::after {
    content: " ";
    position: absolute;
    width: 700px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(209, 209, 209, 0), rgba(227, 220, 220, 0.5), rgb(241, 234, 234));
    height: 100%;
    right: 0;
    bottom: 0;
  }

  .contact-form-hero .row,
  .contact-form-hero .article-authors__item-inner,
  .contact-form-hero .article-list__item-inner,
  .contact-form-hero .card-list__card-container,
  .contact-form-hero .featured-awards-list__row,
  .contact-form-hero .upper-footer__primary-list,
  .contact-form-hero .image-promo-list__row,
  .contact-form-hero .video-list__item-inner,
  .contact-form-hero .webinar-list__item-inner {
    max-width: 176rem;
    margin: 0 auto;
  }

  .contact-form-hero .row:not(:last-child),
  .contact-form-hero .article-authors__item-inner:not(:last-child),
  .contact-form-hero .article-list__item-inner:not(:last-child),
  .contact-form-hero .card-list__card-container:not(:last-child),
  .contact-form-hero .featured-awards-list__row:not(:last-child),
  .contact-form-hero .upper-footer__primary-list:not(:last-child),
  .contact-form-hero .image-promo-list__row:not(:last-child),
  .contact-form-hero .video-list__item-inner:not(:last-child),
  .contact-form-hero .webinar-list__item-inner:not(:last-child) {
    margin-bottom: 1rem;
  }

  .contact-form-hero .row::after,
  .contact-form-hero .article-authors__item-inner::after,
  .contact-form-hero .article-list__item-inner::after,
  .contact-form-hero .card-list__card-container::after,
  .contact-form-hero .featured-awards-list__row::after,
  .contact-form-hero .upper-footer__primary-list::after,
  .contact-form-hero .image-promo-list__row::after,
  .contact-form-hero .video-list__item-inner::after,
  .contact-form-hero .webinar-list__item-inner::after {
    content: "";
    display: table;
    clear: both;
  }

  .contact-form-hero .row [class^=col-],
  .contact-form-hero .article-authors__item-inner [class^=col-],
  .contact-form-hero .article-list__item-inner [class^=col-],
  .contact-form-hero .card-list__card-container [class^=col-],
  .contact-form-hero .featured-awards-list__row [class^=col-],
  .contact-form-hero .upper-footer__primary-list [class^=col-],
  .contact-form-hero .image-promo-list__row [class^=col-],
  .contact-form-hero .video-list__item-inner [class^=col-],
  .contact-form-hero .webinar-list__item-inner [class^=col-] {
    float: left;
    padding: 1rem;
  }

  .contact-form-hero .row [class^=col-]:not(:last-child),
  .contact-form-hero .article-authors__item-inner [class^=col-]:not(:last-child),
  .contact-form-hero .article-list__item-inner [class^=col-]:not(:last-child),
  .contact-form-hero .card-list__card-container [class^=col-]:not(:last-child),
  .contact-form-hero .featured-awards-list__row [class^=col-]:not(:last-child),
  .contact-form-hero .upper-footer__primary-list [class^=col-]:not(:last-child),
  .contact-form-hero .image-promo-list__row [class^=col-]:not(:last-child),
  .contact-form-hero .video-list__item-inner [class^=col-]:not(:last-child),
  .contact-form-hero .webinar-list__item-inner [class^=col-]:not(:last-child) {
    margin-right: 0rem;
  }

  .contact-form-hero .row .col-1-of-1,
  .contact-form-hero .article-authors__item-inner .col-1-of-1,
  .contact-form-hero .article-list__item-inner .col-1-of-1,
  .contact-form-hero .card-list__card-container .col-1-of-1,
  .contact-form-hero .featured-awards-list__row .col-1-of-1,
  .contact-form-hero .upper-footer__primary-list .col-1-of-1,
  .contact-form-hero .image-promo-list__row .col-1-of-1,
  .contact-form-hero .video-list__item-inner .col-1-of-1,
  .contact-form-hero .webinar-list__item-inner .col-1-of-1 {
    width: 100%;
    padding: 0px 10px;
  }

  .contact-form-hero .row .col-1-of-2,
  .contact-form-hero .article-authors__item-inner .col-1-of-2,
  .contact-form-hero .article-list__item-inner .col-1-of-2,
  .contact-form-hero .card-list__card-container .col-1-of-2,
  .contact-form-hero .featured-awards-list__row .col-1-of-2,
  .contact-form-hero .upper-footer__primary-list .col-1-of-2,
  .contact-form-hero .image-promo-list__row .col-1-of-2,
  .contact-form-hero .video-list__item-inner .col-1-of-2,
  .contact-form-hero .webinar-list__item-inner .col-1-of-2 {
    width: calc((100% - 0rem)/2);
  }

  .contact-form-hero .row .col-1-of-3,
  .contact-form-hero .article-authors__item-inner .col-1-of-3,
  .contact-form-hero .article-list__item-inner .col-1-of-3,
  .contact-form-hero .card-list__card-container .col-1-of-3,
  .contact-form-hero .featured-awards-list__row .col-1-of-3,
  .contact-form-hero .upper-footer__primary-list .col-1-of-3,
  .contact-form-hero .image-promo-list__row .col-1-of-3,
  .contact-form-hero .video-list__item-inner .col-1-of-3,
  .contact-form-hero .webinar-list__item-inner .col-1-of-3 {
    width: calc((100% - 2*0rem)/3);
  }

  .contact-form-hero .row .col-2-of-3,
  .contact-form-hero .article-authors__item-inner .col-2-of-3,
  .contact-form-hero .article-list__item-inner .col-2-of-3,
  .contact-form-hero .card-list__card-container .col-2-of-3,
  .contact-form-hero .featured-awards-list__row .col-2-of-3,
  .contact-form-hero .upper-footer__primary-list .col-2-of-3,
  .contact-form-hero .image-promo-list__row .col-2-of-3,
  .contact-form-hero .video-list__item-inner .col-2-of-3,
  .contact-form-hero .webinar-list__item-inner .col-2-of-3 {
    width: calc(2*(100% - 2*0rem)/3 + 0rem);
  }

  .contact-form-hero .row .col-1-of-4,
  .contact-form-hero .article-authors__item-inner .col-1-of-4,
  .contact-form-hero .article-list__item-inner .col-1-of-4,
  .contact-form-hero .card-list__card-container .col-1-of-4,
  .contact-form-hero .featured-awards-list__row .col-1-of-4,
  .contact-form-hero .upper-footer__primary-list .col-1-of-4,
  .contact-form-hero .image-promo-list__row .col-1-of-4,
  .contact-form-hero .video-list__item-inner .col-1-of-4,
  .contact-form-hero .webinar-list__item-inner .col-1-of-4 {
    width: calc((100% - 3*0rem)/4);
  }

  .contact-form-hero .row .col-2-of-4,
  .contact-form-hero .article-authors__item-inner .col-2-of-4,
  .contact-form-hero .article-list__item-inner .col-2-of-4,
  .contact-form-hero .card-list__card-container .col-2-of-4,
  .contact-form-hero .featured-awards-list__row .col-2-of-4,
  .contact-form-hero .upper-footer__primary-list .col-2-of-4,
  .contact-form-hero .image-promo-list__row .col-2-of-4,
  .contact-form-hero .video-list__item-inner .col-2-of-4,
  .contact-form-hero .webinar-list__item-inner .col-2-of-4 {
    width: calc(2*(100% - 3*0rem)/4 + 0rem);
  }

  .contact-form-hero .row .col-3-of-4,
  .contact-form-hero .article-authors__item-inner .col-3-of-4,
  .contact-form-hero .article-list__item-inner .col-3-of-4,
  .contact-form-hero .card-list__card-container .col-3-of-4,
  .contact-form-hero .featured-awards-list__row .col-3-of-4,
  .contact-form-hero .upper-footer__primary-list .col-3-of-4,
  .contact-form-hero .image-promo-list__row .col-3-of-4,
  .contact-form-hero .video-list__item-inner .col-3-of-4,
  .contact-form-hero .webinar-list__item-inner .col-3-of-4 {
    width: calc(3*(100% - 3*0rem)/4 + 2*0rem);
  }

  .contact-form-hero .row .col-1-of-5,
  .contact-form-hero .article-authors__item-inner .col-1-of-5,
  .contact-form-hero .article-list__item-inner .col-1-of-5,
  .contact-form-hero .card-list__card-container .col-1-of-5,
  .contact-form-hero .featured-awards-list__row .col-1-of-5,
  .contact-form-hero .upper-footer__primary-list .col-1-of-5,
  .contact-form-hero .image-promo-list__row .col-1-of-5,
  .contact-form-hero .video-list__item-inner .col-1-of-5,
  .contact-form-hero .webinar-list__item-inner .col-1-of-5 {
    width: calc((100% - 4*0rem)/5);
  }

  .contact-form-hero .row .col-2-of-5,
  .contact-form-hero .article-authors__item-inner .col-2-of-5,
  .contact-form-hero .article-list__item-inner .col-2-of-5,
  .contact-form-hero .card-list__card-container .col-2-of-5,
  .contact-form-hero .featured-awards-list__row .col-2-of-5,
  .contact-form-hero .upper-footer__primary-list .col-2-of-5,
  .contact-form-hero .image-promo-list__row .col-2-of-5,
  .contact-form-hero .video-list__item-inner .col-2-of-5,
  .contact-form-hero .webinar-list__item-inner .col-2-of-5 {
    width: calc(2*(100% - 4*0rem)/5 + 1*0rem);
  }

  .contact-form-hero .row .col-1-of-6,
  .contact-form-hero .article-authors__item-inner .col-1-of-6,
  .contact-form-hero .article-list__item-inner .col-1-of-6,
  .contact-form-hero .card-list__card-container .col-1-of-6,
  .contact-form-hero .featured-awards-list__row .col-1-of-6,
  .contact-form-hero .upper-footer__primary-list .col-1-of-6,
  .contact-form-hero .image-promo-list__row .col-1-of-6,
  .contact-form-hero .video-list__item-inner .col-1-of-6,
  .contact-form-hero .webinar-list__item-inner .col-1-of-6 {
    width: calc((100% - 4*0rem)/6);
  }

  .contact-form-hero .row .col-2-of-6,
  .contact-form-hero .article-authors__item-inner .col-2-of-6,
  .contact-form-hero .article-list__item-inner .col-2-of-6,
  .contact-form-hero .card-list__card-container .col-2-of-6,
  .contact-form-hero .featured-awards-list__row .col-2-of-6,
  .contact-form-hero .upper-footer__primary-list .col-2-of-6,
  .contact-form-hero .image-promo-list__row .col-2-of-6,
  .contact-form-hero .video-list__item-inner .col-2-of-6,
  .contact-form-hero .webinar-list__item-inner .col-2-of-6 {
    width: calc(2*(100% - 4*0rem)/6 + 1*0rem);
  }

  .contact-form-hero .agree_text {
    font-size: 14px;
  }

  .contact-form-hero .content .from-group {
    position: relative;
  }

  .contact-form-hero .content .from-group select {
    color: #000 !important;
    line-height: normal !important;
  }

  .contact-form-hero .content .arrow {
    position: absolute;
    width: 18px;
    top: 13px;
    right: 1px;
  }

  .contact-form-hero .content .location_detector {
    width: 20px;
    position: absolute;
    right: 40px;
    top: 10px;
  }

  .contact-form-hero .content .formbtn {
    cursor: pointer;
    position: absolute;
    padding: 20px 10px;
    border: none;
    font-size: 20px;
    background-color: #db0011;
    color: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 270px;
    top: -70px;
  }

  .contact-form-hero .content .display_div {
    padding-left: 0%;
    padding-right: 0%;
    font-family: UniversNextTh,sans-serif;
    margin-top: 0px;
  }

  .contact-form-hero .content .display_div .tag {
    background-color: rgba(113,119,121,.9);
    width: 430px;
    padding-right: 12px;
    height: fit-content;
    position: absolute;
    top: 42.5%;
    right: 0%;
    font-size: 38px;
    line-height: 57.93px;
    text-align: right;
    vertical-align: top;
    color: #fff;
    text-align: right;
    box-shadow: -0.5px 0px 3px 0px #4f4e4e;
    z-index: 9;
    text-decoration: none;
    text-transform: none;
    cursor: default;
  }

  .contact-form-hero .content .display_div .tag:before {
    all: revert;
  }

  .contact-form-hero .content .contact_row {
    position: absolute;
    width: 80%;
    top: 70vh;
    left: 0;
    right: 0;
    background-color: #ededed;
    padding-top: 30px;
    border-right: 50px solid #db0011;
    color: #253038;
    box-shadow: 0px 0px 15px 15px rgba(0,0,0,.1);
    font-family: UniversNextMedium,sans-serif;
  }

  .contact-form-hero .content .contact_row .heading {
    padding: 0 0 20px 20px;
    font-size: 25px;
    color: #253038;
  }

  .contact-form-hero .content .contact_row .sub_heading {
    padding-left: 20px;
  }

  .contact-form-hero .content .contact_row .input_field {
    font-size: 15px;
    z-index: 9999;
    border: none;
    border-bottom: 2px solid #000;
    width: 100%;
    padding: 20px 0 5px 0;
    background-color: rgba(0,0,0,0);
    font-family: UniversNext,sans-serif;
  }

  .contact-form-hero .content .contact_row .input_field:focus {
    outline: none;
    border-bottom: solid 2px #db0011;
    transition: all .4s;
  }

  .contact-form-hero .content .contact_row select {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
  }

  .contact-form-hero .content .contact_row .input_field::placeholder {
    color: #253038;
  }

  .contact-form-hero .content .contact_row .checkbox_field {
    position: relative;
    top: 5px;
    opacity: unset;
    margin: 20px 3px 0 0px;
  }

  .contact-form-hero .content .contact_row a {
    color: #0d82fd;
  }

  .contact-form-hero .content .contact_row .btn {
    margin: 30px 0 30px 20px;
    padding: 15px 40px;
    border: none;
    font-size: 20px;
    background-color: #db0011;
    color: #fff;
    cursor: pointer;
  }

  .contact-form-hero .content .contact_row .term_text {
    font-size: 14px;
    line-height: 2rem;
    color: #000;
    padding: 0px 10px;
  }

  .contact-form-hero .content .content_detail {
    height: 100%;
    background-color: #ededed;
    padding-top: 22%;
    display: flex;
    padding-bottom: 100px;
    margin-top: 9%;
    max-width: 176rem;
  }

  .contact-form-hero .content .content_detail .content_detail_head {
    padding-left: 12%;
    width: 100%;
    text-align: left;
    display: flex;
    flex: 1;
    border-right: 3px solid #e1e1df;
  }

  .contact-form-hero .content .content_detail .content_detail_head .content_detail_head_img {
    height: 30%;
    top: 12%;
    position: relative;
    right: 3%;
  }

  .contact-form-hero .content .content_detail .content_detail_head p {
    font-size: 50px;
    line-height: 60px;
  }

  .contact-form-hero .content .content_detail .content_detail_head p span {
    color: #0f0f0f;
  }

  .contact-form-hero .content .content_detail .content_detail_head .test {
    color: #253038;
  }

  .contact-form-hero .content .content_detail .content_detail_head .test::after {
    position: absolute;
    content: " ";
    width: 7px;
    background: #bb0606;
    height: 38px;
    left: 230px;
    margin-top: 10px;
    margin-left: -51px;
  }

  .contact-form-hero .content .content_detail .content_detail_body {
    text-align: justify;
    padding-right: 9%;
    padding-left: 3%;
    line-height: 2rem;
  }

  .contact-form-hero .mb-0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 768px)and (max-width: 950px) {
  .contact-form-hero .bg_banner {
    height: 400px;
  }

  .contact-form-hero .content .contact_row {
    top: 250px;
  }

  .contact-form-hero .content .content_detail {
    padding-top: 44%;
  }
}

@media only screen and (min-width: 950px)and (max-width: 1204px) {
  .contact-form-hero .bg_banner {
    height: 428px;
  }

  .contact-form-hero .content .contact_row {
    top: 300px;
  }

  .contact-form-hero .content .content_detail {
    padding-top: 31%;
  }
}

@media only screen and (min-width: 768px)and (max-width: 1204px) {
  .contact-form-hero .content .display_div .tag {
    top: 21%;
    font-size: 35px;
    line-height: 47.93px;
    width: 407px;
  }
}

@media only screen and (min-width: 360px)and (max-width: 450px) {
  .contact-form-hero .bg_banner {
    height: 200px;
  }

  .contact-form-hero .bg_banner::after {
    width: 232px;
  }
}

@media only screen and (min-width: 450px)and (max-width: 630px) {
  .contact-form-hero .bg_banner {
    height: 228px;
  }
}

@media only screen and (min-width: 630px)and (max-width: 768px) {
  .contact-form-hero .bg_banner {
    height: 333px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-form-hero .content .content_detail {
    padding-top: 6%;
    padding-bottom: 27px;
    flex-direction: column;
  }

  .contact-form-hero .content .content_detail .content_detail_head {
    padding-left: 7%;
  }

  .contact-form-hero .content .content_detail .content_detail_head p {
    font-size: 30px;
  }

  .contact-form-hero .content .content_detail .content_detail_head br {
    display: none;
  }

  .contact-form-hero .content .content_detail .content_detail_body {
    width: 100%;
    padding-right: 3%;
  }

  .contact-form-hero .content .content_detail .content_detail_body p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1160px)and (max-width: 1299px) {
  .contact-form-hero .content_detail {
    padding-top: 24% !important;
  }
}

@media only screen and (max-width: 420px) {
  .contact-form-hero .display_div {
    height: 207px !important;
  }
}

@media only screen and (min-width: 421px)and (max-width: 768px) {
  .contact-form-hero .display_div {
    height: 270px !important;
  }
}

@media only screen and (max-width: 768px) {
  .contact-form-hero .content .content_detail {
    padding-top: 6%;
    padding-bottom: 27px;
    flex-direction: column;
  }

  .contact-form-hero .content .content_detail .content_detail_head {
    padding-left: 16px;
  }

  .contact-form-hero .content .content_detail .content_detail_head p {
    font-size: 30px;
  }

  .contact-form-hero .content .content_detail .content_detail_head br {
    display: none;
  }

  .contact-form-hero .content .content_detail .content_detail_body {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact-form-hero .content .content_detail .content_detail_body p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-form-hero .display_div {
    position: relative;
  }

  .contact-form-hero .display_div .tag {
    font-size: 13px !important;
    line-height: 19.93px !important;
    width: 165px !important;
    top: 11.5% !important;
    background-color: rgba(113,119,121,.58) !important;
  }
}

@media only screen and (max-width: 768px) {
  .contact-form-hero .content .contact_row {
    position: initial;
    width: 100%;
    border-right: 30px solid #db0011;
  }

  .contact-form-hero .content .contact_row .location_detector {
    right: 28px;
    top: 17px;
  }

  .contact-form-hero .content .contact_row .btn {
    padding: 9px 19px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 640px)and (max-width: 768px) {
  .contact-form-hero .display_div .tag {
    font-size: 16px !important;
    line-height: 20.93px !important;
    width: 214px !important;
    top: 24.5% !important;
  }
}

@media screen,projection {
  #contact-form-hero-modal__overlay .form-spinner {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #4d6474;
    -webkit-animation: loader-spin 2s linear infinite;
    animation: loader-spin 2s linear infinite;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 46%;
    position: absolute;
    top: 200px;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    background: none !important;
  }
}

@media only screen and (min-width: 48em) {
  .modal--full-height .contact-form-hero-modal {
    overflow-y: auto;
    position: absolute;
    height: 100%;
  }
}

@media screen,projection {
  .contact-form-hero-modal__header {
    padding: 20px 20px;
  }

  .contact-form-hero-modal__header:focus {
    outline: none;
  }

  .contact-form-hero-modal__heading {
    font-family: UniversNextLight,sans-serif;
    font-weight: normal;
    line-height: 2.5rem;
    line-height: 2.8rem;
    font-size: 2.8rem;
    margin: 0;
  }
}

@media only screen and (min-width: 48em) {
  .contact-form-hero-modal__heading {
    font-family: UniversNextLight,sans-serif;
    font-weight: normal;
    line-height: 4rem;
    line-height: 5rem;
    font-size: 4.5rem;
  }
}

@media screen,projection {
  .contact-form-hero-modal__sub-heading {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 2rem;
    font-size: 1.4rem;
    display: block;
    margin: 0;
  }
}

@media only screen and (min-width: 23.438em) {
  .contact-form-hero-modal__sub-heading {
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .contact-form-hero-modal__sub-heading {
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .contact-form-hero-modal__body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }

  .modal--full-height .contact-form-hero-modal__body {
    margin-bottom: 0;
  }

  .contact-form-hero-modal__body:focus {
    outline: none;
  }
}

@media only screen and (min-width: 48em) {
  .contact-form-hero-modal__body {
    margin-bottom: 0;
  }
}

@media screen,projection {
  .contact-form-hero-modal__footer {
    display: block;
    border-top: 1px solid #d7d8d6;
    padding: 20px 14px 0;
    position: static;
  }

  .contact-form-hero-modal__footer:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 23.438em) {
  .contact-form-hero-modal__footer {
    padding: 20px 18px 0;
  }
}

@media only screen and (min-width: 48em) {
  .contact-form-hero-modal__footer {
    padding: 20px 20px 20px;
  }
}

@media screen,projection {
  .contact-form-hero-modal__footer p {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .contact-form-hero-modal__footer p {
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .contact-form-hero-modal__footer p {
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .contact-form-hero-modal__footer p {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em)and (min-width: 23.438em) {
  .contact-form-hero-modal__footer p {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em)and (min-width: 48em) {
  .contact-form-hero-modal__footer p {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .contact-form-hero-modal__footer p.accessible {
    height: 0;
    overflow: hidden;
  }

  .contact-form-hero-modal__footer .button,
  .contact-form-hero-modal__footer .pagination__button {
    margin: 0;
  }

  .contact-form-hero-modal__accept-text {
    padding-bottom: 10px;
  }

  .contact-form-hero-modal__close {
    text-decoration: underline;
    float: left;
    padding-left: 0;
    text-align: left;
  }
}

@media only screen and (min-width: 48em) {
  .contact-form-hero-modal__close {
    text-align: center;
  }
}

@media screen,projection {
  .contact-form-hero-modal__proceed {
    float: right;
  }

  .spi_content {
    margin: 0 auto;
    width: 80%;
    margin-top: 3%;
    height: fit-content;
    background-color: #ededed;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    color: #848e9f;
    max-width: 176rem;
  }

  .spi_content p {
    line-height: 18px;
  }

  .spi_content .text-thin {
    font-family: "UniversNextTh";
  }

  .spi_content .text-medium {
    font-family: "UniversNextMedium";
  }

  .spi_content .row,
  .spi_content .article-authors__item-inner,
  .spi_content .article-list__item-inner,
  .spi_content .card-list__card-container,
  .spi_content .featured-awards-list__row,
  .spi_content .upper-footer__primary-list,
  .spi_content .image-promo-list__row,
  .spi_content .video-list__item-inner,
  .spi_content .webinar-list__item-inner {
    max-width: 176rem;
    margin: 0 auto;
  }

  .spi_content .row:not(:last-child),
  .spi_content .article-authors__item-inner:not(:last-child),
  .spi_content .article-list__item-inner:not(:last-child),
  .spi_content .card-list__card-container:not(:last-child),
  .spi_content .featured-awards-list__row:not(:last-child),
  .spi_content .upper-footer__primary-list:not(:last-child),
  .spi_content .image-promo-list__row:not(:last-child),
  .spi_content .video-list__item-inner:not(:last-child),
  .spi_content .webinar-list__item-inner:not(:last-child) {
    margin-bottom: 1rem;
  }

  .spi_content .row::after,
  .spi_content .article-authors__item-inner::after,
  .spi_content .article-list__item-inner::after,
  .spi_content .card-list__card-container::after,
  .spi_content .featured-awards-list__row::after,
  .spi_content .upper-footer__primary-list::after,
  .spi_content .image-promo-list__row::after,
  .spi_content .video-list__item-inner::after,
  .spi_content .webinar-list__item-inner::after {
    content: "";
    display: table;
    clear: both;
  }

  .spi_content .row [class^=col-],
  .spi_content .article-authors__item-inner [class^=col-],
  .spi_content .article-list__item-inner [class^=col-],
  .spi_content .card-list__card-container [class^=col-],
  .spi_content .featured-awards-list__row [class^=col-],
  .spi_content .upper-footer__primary-list [class^=col-],
  .spi_content .image-promo-list__row [class^=col-],
  .spi_content .video-list__item-inner [class^=col-],
  .spi_content .webinar-list__item-inner [class^=col-] {
    float: left;
    padding: 1rem;
  }

  .spi_content .row [class^=col-]:not(:last-child),
  .spi_content .article-authors__item-inner [class^=col-]:not(:last-child),
  .spi_content .article-list__item-inner [class^=col-]:not(:last-child),
  .spi_content .card-list__card-container [class^=col-]:not(:last-child),
  .spi_content .featured-awards-list__row [class^=col-]:not(:last-child),
  .spi_content .upper-footer__primary-list [class^=col-]:not(:last-child),
  .spi_content .image-promo-list__row [class^=col-]:not(:last-child),
  .spi_content .video-list__item-inner [class^=col-]:not(:last-child),
  .spi_content .webinar-list__item-inner [class^=col-]:not(:last-child) {
    margin-right: 0rem;
  }

  .spi_content .row .col-1-of-1,
  .spi_content .article-authors__item-inner .col-1-of-1,
  .spi_content .article-list__item-inner .col-1-of-1,
  .spi_content .card-list__card-container .col-1-of-1,
  .spi_content .featured-awards-list__row .col-1-of-1,
  .spi_content .upper-footer__primary-list .col-1-of-1,
  .spi_content .image-promo-list__row .col-1-of-1,
  .spi_content .video-list__item-inner .col-1-of-1,
  .spi_content .webinar-list__item-inner .col-1-of-1 {
    width: 100%;
    padding: 0px 10px;
  }

  .spi_content .row .col-1-of-2,
  .spi_content .article-authors__item-inner .col-1-of-2,
  .spi_content .article-list__item-inner .col-1-of-2,
  .spi_content .card-list__card-container .col-1-of-2,
  .spi_content .featured-awards-list__row .col-1-of-2,
  .spi_content .upper-footer__primary-list .col-1-of-2,
  .spi_content .image-promo-list__row .col-1-of-2,
  .spi_content .video-list__item-inner .col-1-of-2,
  .spi_content .webinar-list__item-inner .col-1-of-2 {
    width: calc((100% - 0rem)/2);
  }

  .spi_content .row .col-1-of-3,
  .spi_content .article-authors__item-inner .col-1-of-3,
  .spi_content .article-list__item-inner .col-1-of-3,
  .spi_content .card-list__card-container .col-1-of-3,
  .spi_content .featured-awards-list__row .col-1-of-3,
  .spi_content .upper-footer__primary-list .col-1-of-3,
  .spi_content .image-promo-list__row .col-1-of-3,
  .spi_content .video-list__item-inner .col-1-of-3,
  .spi_content .webinar-list__item-inner .col-1-of-3 {
    width: calc((100% - 2*0rem)/3);
  }

  .spi_content .row .col-2-of-3,
  .spi_content .article-authors__item-inner .col-2-of-3,
  .spi_content .article-list__item-inner .col-2-of-3,
  .spi_content .card-list__card-container .col-2-of-3,
  .spi_content .featured-awards-list__row .col-2-of-3,
  .spi_content .upper-footer__primary-list .col-2-of-3,
  .spi_content .image-promo-list__row .col-2-of-3,
  .spi_content .video-list__item-inner .col-2-of-3,
  .spi_content .webinar-list__item-inner .col-2-of-3 {
    width: calc(2*(100% - 2*0rem)/3 + 0rem);
  }

  .spi_content .row .col-1-of-4,
  .spi_content .article-authors__item-inner .col-1-of-4,
  .spi_content .article-list__item-inner .col-1-of-4,
  .spi_content .card-list__card-container .col-1-of-4,
  .spi_content .featured-awards-list__row .col-1-of-4,
  .spi_content .upper-footer__primary-list .col-1-of-4,
  .spi_content .image-promo-list__row .col-1-of-4,
  .spi_content .video-list__item-inner .col-1-of-4,
  .spi_content .webinar-list__item-inner .col-1-of-4 {
    width: calc((100% - 3*0rem)/4);
  }

  .spi_content .row .col-2-of-4,
  .spi_content .article-authors__item-inner .col-2-of-4,
  .spi_content .article-list__item-inner .col-2-of-4,
  .spi_content .card-list__card-container .col-2-of-4,
  .spi_content .featured-awards-list__row .col-2-of-4,
  .spi_content .upper-footer__primary-list .col-2-of-4,
  .spi_content .image-promo-list__row .col-2-of-4,
  .spi_content .video-list__item-inner .col-2-of-4,
  .spi_content .webinar-list__item-inner .col-2-of-4 {
    width: calc(2*(100% - 3*0rem)/4 + 0rem);
  }

  .spi_content .row .col-3-of-4,
  .spi_content .article-authors__item-inner .col-3-of-4,
  .spi_content .article-list__item-inner .col-3-of-4,
  .spi_content .card-list__card-container .col-3-of-4,
  .spi_content .featured-awards-list__row .col-3-of-4,
  .spi_content .upper-footer__primary-list .col-3-of-4,
  .spi_content .image-promo-list__row .col-3-of-4,
  .spi_content .video-list__item-inner .col-3-of-4,
  .spi_content .webinar-list__item-inner .col-3-of-4 {
    width: calc(3*(100% - 3*0rem)/4 + 2*0rem);
  }

  .spi_content .row .col-1-of-5,
  .spi_content .article-authors__item-inner .col-1-of-5,
  .spi_content .article-list__item-inner .col-1-of-5,
  .spi_content .card-list__card-container .col-1-of-5,
  .spi_content .featured-awards-list__row .col-1-of-5,
  .spi_content .upper-footer__primary-list .col-1-of-5,
  .spi_content .image-promo-list__row .col-1-of-5,
  .spi_content .video-list__item-inner .col-1-of-5,
  .spi_content .webinar-list__item-inner .col-1-of-5 {
    width: calc((100% - 4*0rem)/5);
  }

  .spi_content .row .col-2-of-5,
  .spi_content .article-authors__item-inner .col-2-of-5,
  .spi_content .article-list__item-inner .col-2-of-5,
  .spi_content .card-list__card-container .col-2-of-5,
  .spi_content .featured-awards-list__row .col-2-of-5,
  .spi_content .upper-footer__primary-list .col-2-of-5,
  .spi_content .image-promo-list__row .col-2-of-5,
  .spi_content .video-list__item-inner .col-2-of-5,
  .spi_content .webinar-list__item-inner .col-2-of-5 {
    width: calc(2*(100% - 4*0rem)/5 + 1*0rem);
  }

  .spi_content .spi_content_heading {
    font-size: 50px;
    color: #253038;
    height: 65px;
  }

  .spi_content .spi_content_subheading {
    font-size: 25px;
  }

  .spi_content .spi_content_content {
    justify-content: space-evenly;
    padding: 3% 11%;
    font-size: 14px;
    color: #000;
  }

  .spi_content .benefit {
    display: flex;
    font-size: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #253038;
  }

  .spi_content .benefit .head {
    text-align: left;
    padding: 2% 5%;
    padding-left: 10%;
  }

  .spi_content .benefit .head span {
    color: #253038;
  }

  .spi_content .benefit .head p {
    line-height: 54px;
  }

  .spi_content .benefit .flexy {
    text-align: center;
    margin: 2px 5px;
    border-left: 3px solid #e1e1df;
  }

  .spi_content .benefit .flexy .flexy_p {
    padding-top: 25px;
  }

  .spi_content .benefit .flexy p {
    font-size: 11px;
    color: #253038;
  }

  .spi_content .benefit .flexy span {
    font-size: 23px;
  }

  .spi_content .benefit .flexy img {
    width: 55%;
  }

  .spi_content .benefit .flexy span {
    color: #253038;
  }

  .spi_content::after {
    content: "";
    display: table;
    clear: both;
  }

  .spi_content [class^=col-] {
    float: left;
    padding: 1rem;
  }

  .spi_content [class^=col-]:not(:last-child) {
    margin-right: 0rem;
  }
}

@media only screen and (max-width: 768px) {
  .spi_content {
    width: 92%;
    margin-top: 40px;
  }

  .spi_content .spi_content_heading {
    font-size: 35px;
    height: 46px;
  }

  .spi_content .spi_content_subheading {
    font-size: 19px;
    padding: 0px 5px;
  }

  .spi_content .spi_content_content {
    padding: 3% 7%;
    padding-bottom: 25px;
  }

  .spi_content .spi_content_content p {
    font-size: 13px;
  }

  .spi_content .benefit {
    padding-top: 10px;
    flex-direction: column;
  }

  .spi_content .benefit .head {
    padding-left: 0px;
    padding-right: 0px;
  }

  .spi_content .benefit .flexy {
    display: flex;
    align-items: center;
    margin: 7px 5px;
    padding: 4px 16px;
    height: 80px;
  }

  .spi_content .benefit .flexy .flexy_p {
    text-align: start;
    margin-left: 18px;
    padding-top: 0px;
  }

  .spi_content .benefit .flexy .flexy_p span {
    font-size: 20px;
  }

  .spi_content .benefit .flexy .flexy_p p {
    margin-top: 0px;
  }

  .spi_content .benefit .col-2-of-5 {
    width: 100%;
    text-align: center;
    font-size: 35px;
  }

  .spi_content .benefit .col-2-of-5 br {
    display: none;
  }

  .spi_content .benefit .col-1-of-5 {
    width: 100%;
  }

  .spi_content .benefit .col-1-of-5 img {
    width: 50px;
    height: 50px;
    margin-top: -10px;
  }
}

@media screen,projection {
  .start {
    background-color: #ededed;
    font-size: 40px;
    margin-top: 20px;
    display: flex;
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
    max-width: 176rem;
    width: 100%;
  }

  .start .text-thin {
    font-family: "UniversNextTh";
    line-height: 56px;
  }

  .start .text-medium {
    font-family: "UniversNextMedium";
  }

  .start .start_spi_content {
    margin-left: 70px;
    display: flex;
  }

  .start .start_spi_content .start_spi_head {
    width: 43%;
    margin-left: 40px;
    font-size: 45px;
    padding-top: 10px;
    color: #253038;
  }

  .start .start_spi_content .start_spi_head p {
    margin: 10px 0px;
  }

  .start .start_spi_content .start_spi_head span {
    color: #253038;
  }

  .start .start_spi_content .start_spi_head .start-sip-p {
    font-size: 16px;
    padding-right: 32px;
  }

  .start .start_spi_content .lines {
    border-left: 3px solid #e1e1df;
    color: #253038;
    width: 565px;
  }

  .start .start_spi_content .lines img {
    width: 50px;
    height: 50px;
  }

  .start .start_spi_content .lines .start_spi_content {
    display: flex;
    color: #fff;
    height: 40px;
    font-size: 21px;
    font-family: "UniversNext";
    margin-bottom: 20px;
  }

  .start .start_spi_content .lines .start_spi_content .sip_parent {
    width: 100%;
  }

  .start .start_spi_content .lines .start_spi_content .red_flag::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: red;
    left: 0;
    right: 0;
    margin: auto;
    top: -34px;
  }

  .start .start_spi_content .lines .start_spi_content .spi_icon {
    height: 90%;
    background: #253038;
    margin-left: 10px;
    text-align: center;
    height: 60px;
    font-size: 25px;
    padding: 2px;
    width: 60px;
    height: 60px;
    position: relative;
  }

  .start .start_spi_content .lines .start_spi_content .spi_icon::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 84px;
    background: #253038;
    left: 0;
    right: 0;
    margin: auto;
    top: -24px;
  }

  .start .start_spi_content .lines .start_spi_content .spi_icon p {
    font-family: "UniversNext";
    line-height: 56px;
  }

  .start .start_spi_content .lines .start_spi_content .spi_content_line {
    height: 60px;
    width: 100%;
    background: #253038;
    padding: 10px 15px;
    margin-left: 15px;
    font-size: 19px;
    display: flex;
    align-items: center;
  }

  .start .start_spi_content .lines .start_spi_content .spi_content_line p {
    padding: 8px 0px;
  }
}

@media only screen and (max-width: 768px) {
  .start {
    padding: 0px 0px 65px 0px;
  }

  .start .start_spi_content {
    margin: 0px;
    width: 100%;
    display: inline;
  }

  .start .start_spi_content .start_spi_head {
    padding-top: 11px;
    padding-bottom: 38px;
    font-size: 30px;
    margin-left: 0px;
    width: 100%;
    display: flex;
    justify-content: start;
    padding-left: 16px;
    align-items: center;
  }

  .start .start_spi_content .start_spi_head .start-sip-p {
    font-size: 13px;
    line-height: 1.7rem;
  }

  .start .start_spi_content .start_spi_head .line {
    display: none;
  }

  .start .start_spi_content .start_spi_head .line2 {
    display: inline;
  }

  .start .start_spi_content .start_spi_head .vl {
    display: inline;
    border-left: 4px solid #db0011;
    height: 26px;
    margin-right: 10px;
  }

  .start .start_spi_content .lines {
    width: 100% !important;
  }

  .start .start_spi_content .lines img {
    height: 43px;
  }

  .start .start_spi_content .lines .start_spi_content {
    padding-right: 9px;
    padding-left: 9px;
    width: 100%;
  }

  .start .start_spi_content .lines .start_spi_content .sip_parent {
    width: 100% !important;
  }

  .start .start_spi_content .lines .start_spi_content .sip_parent .spi_icon {
    font-size: 25px;
    padding: 2px 0px 0px 0px;
    width: 56px;
    height: 43px;
    top: 6px;
    line-height: 41px;
  }

  .start .start_spi_content .lines .start_spi_content .sip_parent .spi_icon p {
    padding: 0px 0px;
    line-height: 41px;
  }

  .start .start_spi_content .lines .start_spi_content .sip_parent .spi_content_line {
    width: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
}

@media screen,projection {
  .lead-generation {
    position: relative;
    font-size: 16px;
    font-family: UniversNext,sans-serif;
    color: #848e9f;
  }

  .lead-generation * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .lead-generation .text-thin {
    font-family: UniversNextTh,sans-serif;
  }

  .lead-generation .text-medium {
    font-family: UniversNextMedium,sans-serif;
  }

  .lead-generation .text-regular {
    font-family: UniversNext,sans-serif;
  }

  .lead-generation .row,
  .lead-generation .article-authors__item-inner,
  .lead-generation .article-list__item-inner,
  .lead-generation .card-list__card-container,
  .lead-generation .featured-awards-list__row,
  .lead-generation .upper-footer__primary-list,
  .lead-generation .image-promo-list__row,
  .lead-generation .video-list__item-inner,
  .lead-generation .webinar-list__item-inner {
    max-width: 110rem;
    margin: 0 auto;
  }

  .lead-generation .row:not(:last-child),
  .lead-generation .article-authors__item-inner:not(:last-child),
  .lead-generation .article-list__item-inner:not(:last-child),
  .lead-generation .card-list__card-container:not(:last-child),
  .lead-generation .featured-awards-list__row:not(:last-child),
  .lead-generation .upper-footer__primary-list:not(:last-child),
  .lead-generation .image-promo-list__row:not(:last-child),
  .lead-generation .video-list__item-inner:not(:last-child),
  .lead-generation .webinar-list__item-inner:not(:last-child) {
    margin-bottom: 1rem;
  }

  .lead-generation .row::after,
  .lead-generation .article-authors__item-inner::after,
  .lead-generation .article-list__item-inner::after,
  .lead-generation .card-list__card-container::after,
  .lead-generation .featured-awards-list__row::after,
  .lead-generation .upper-footer__primary-list::after,
  .lead-generation .image-promo-list__row::after,
  .lead-generation .video-list__item-inner::after,
  .lead-generation .webinar-list__item-inner::after {
    content: "";
    display: table;
    clear: both;
  }

  .lead-generation .row [class^=col-],
  .lead-generation .article-authors__item-inner [class^=col-],
  .lead-generation .article-list__item-inner [class^=col-],
  .lead-generation .card-list__card-container [class^=col-],
  .lead-generation .featured-awards-list__row [class^=col-],
  .lead-generation .upper-footer__primary-list [class^=col-],
  .lead-generation .image-promo-list__row [class^=col-],
  .lead-generation .video-list__item-inner [class^=col-],
  .lead-generation .webinar-list__item-inner [class^=col-] {
    float: left;
    padding: 16px;
  }

  .lead-generation .row [class^=col-]:not(:last-child),
  .lead-generation .article-authors__item-inner [class^=col-]:not(:last-child),
  .lead-generation .article-list__item-inner [class^=col-]:not(:last-child),
  .lead-generation .card-list__card-container [class^=col-]:not(:last-child),
  .lead-generation .featured-awards-list__row [class^=col-]:not(:last-child),
  .lead-generation .upper-footer__primary-list [class^=col-]:not(:last-child),
  .lead-generation .image-promo-list__row [class^=col-]:not(:last-child),
  .lead-generation .video-list__item-inner [class^=col-]:not(:last-child),
  .lead-generation .webinar-list__item-inner [class^=col-]:not(:last-child) {
    margin-right: 0rem;
  }

  .lead-generation .row .col-1-of-1,
  .lead-generation .article-authors__item-inner .col-1-of-1,
  .lead-generation .article-list__item-inner .col-1-of-1,
  .lead-generation .card-list__card-container .col-1-of-1,
  .lead-generation .featured-awards-list__row .col-1-of-1,
  .lead-generation .upper-footer__primary-list .col-1-of-1,
  .lead-generation .image-promo-list__row .col-1-of-1,
  .lead-generation .video-list__item-inner .col-1-of-1,
  .lead-generation .webinar-list__item-inner .col-1-of-1 {
    width: 100%;
    padding: 0px 10px;
    max-height: 88vh;
    overflow: auto;
  }

  .lead-generation .row .col-1-of-2,
  .lead-generation .article-authors__item-inner .col-1-of-2,
  .lead-generation .article-list__item-inner .col-1-of-2,
  .lead-generation .card-list__card-container .col-1-of-2,
  .lead-generation .featured-awards-list__row .col-1-of-2,
  .lead-generation .upper-footer__primary-list .col-1-of-2,
  .lead-generation .image-promo-list__row .col-1-of-2,
  .lead-generation .video-list__item-inner .col-1-of-2,
  .lead-generation .webinar-list__item-inner .col-1-of-2 {
    width: calc((100% - 0rem)/2);
  }

  .lead-generation .row .col-1-of-3,
  .lead-generation .article-authors__item-inner .col-1-of-3,
  .lead-generation .article-list__item-inner .col-1-of-3,
  .lead-generation .card-list__card-container .col-1-of-3,
  .lead-generation .featured-awards-list__row .col-1-of-3,
  .lead-generation .upper-footer__primary-list .col-1-of-3,
  .lead-generation .image-promo-list__row .col-1-of-3,
  .lead-generation .video-list__item-inner .col-1-of-3,
  .lead-generation .webinar-list__item-inner .col-1-of-3 {
    width: calc((100% - 2*0rem)/3);
  }

  .lead-generation .row .col-2-of-3,
  .lead-generation .article-authors__item-inner .col-2-of-3,
  .lead-generation .article-list__item-inner .col-2-of-3,
  .lead-generation .card-list__card-container .col-2-of-3,
  .lead-generation .featured-awards-list__row .col-2-of-3,
  .lead-generation .upper-footer__primary-list .col-2-of-3,
  .lead-generation .image-promo-list__row .col-2-of-3,
  .lead-generation .video-list__item-inner .col-2-of-3,
  .lead-generation .webinar-list__item-inner .col-2-of-3 {
    width: calc(2*(100% - 2*0rem)/3 + 0rem);
  }

  .lead-generation .row .col-1-of-4,
  .lead-generation .article-authors__item-inner .col-1-of-4,
  .lead-generation .article-list__item-inner .col-1-of-4,
  .lead-generation .card-list__card-container .col-1-of-4,
  .lead-generation .featured-awards-list__row .col-1-of-4,
  .lead-generation .upper-footer__primary-list .col-1-of-4,
  .lead-generation .image-promo-list__row .col-1-of-4,
  .lead-generation .video-list__item-inner .col-1-of-4,
  .lead-generation .webinar-list__item-inner .col-1-of-4 {
    width: calc((100% - 3*0rem)/4);
  }

  .lead-generation .row .col-2-of-4,
  .lead-generation .article-authors__item-inner .col-2-of-4,
  .lead-generation .article-list__item-inner .col-2-of-4,
  .lead-generation .card-list__card-container .col-2-of-4,
  .lead-generation .featured-awards-list__row .col-2-of-4,
  .lead-generation .upper-footer__primary-list .col-2-of-4,
  .lead-generation .image-promo-list__row .col-2-of-4,
  .lead-generation .video-list__item-inner .col-2-of-4,
  .lead-generation .webinar-list__item-inner .col-2-of-4 {
    width: calc(2*(100% - 3*0rem)/4 + 0rem);
  }

  .lead-generation .row .col-3-of-4,
  .lead-generation .article-authors__item-inner .col-3-of-4,
  .lead-generation .article-list__item-inner .col-3-of-4,
  .lead-generation .card-list__card-container .col-3-of-4,
  .lead-generation .featured-awards-list__row .col-3-of-4,
  .lead-generation .upper-footer__primary-list .col-3-of-4,
  .lead-generation .image-promo-list__row .col-3-of-4,
  .lead-generation .video-list__item-inner .col-3-of-4,
  .lead-generation .webinar-list__item-inner .col-3-of-4 {
    width: calc(3*(100% - 3*0rem)/4 + 2*0rem);
  }

  .lead-generation .row .col-1-of-5,
  .lead-generation .article-authors__item-inner .col-1-of-5,
  .lead-generation .article-list__item-inner .col-1-of-5,
  .lead-generation .card-list__card-container .col-1-of-5,
  .lead-generation .featured-awards-list__row .col-1-of-5,
  .lead-generation .upper-footer__primary-list .col-1-of-5,
  .lead-generation .image-promo-list__row .col-1-of-5,
  .lead-generation .video-list__item-inner .col-1-of-5,
  .lead-generation .webinar-list__item-inner .col-1-of-5 {
    width: calc((100% - 4*0rem)/5);
  }

  .lead-generation .row .col-2-of-5,
  .lead-generation .article-authors__item-inner .col-2-of-5,
  .lead-generation .article-list__item-inner .col-2-of-5,
  .lead-generation .card-list__card-container .col-2-of-5,
  .lead-generation .featured-awards-list__row .col-2-of-5,
  .lead-generation .upper-footer__primary-list .col-2-of-5,
  .lead-generation .image-promo-list__row .col-2-of-5,
  .lead-generation .video-list__item-inner .col-2-of-5,
  .lead-generation .webinar-list__item-inner .col-2-of-5 {
    width: calc(2*(100% - 4*0rem)/5 + 1*0rem);
  }

  .lead-generation .row .col-1-of-6,
  .lead-generation .article-authors__item-inner .col-1-of-6,
  .lead-generation .article-list__item-inner .col-1-of-6,
  .lead-generation .card-list__card-container .col-1-of-6,
  .lead-generation .featured-awards-list__row .col-1-of-6,
  .lead-generation .upper-footer__primary-list .col-1-of-6,
  .lead-generation .image-promo-list__row .col-1-of-6,
  .lead-generation .video-list__item-inner .col-1-of-6,
  .lead-generation .webinar-list__item-inner .col-1-of-6 {
    width: calc((100% - 4*0rem)/6);
  }

  .lead-generation .row .col-2-of-6,
  .lead-generation .article-authors__item-inner .col-2-of-6,
  .lead-generation .article-list__item-inner .col-2-of-6,
  .lead-generation .card-list__card-container .col-2-of-6,
  .lead-generation .featured-awards-list__row .col-2-of-6,
  .lead-generation .upper-footer__primary-list .col-2-of-6,
  .lead-generation .image-promo-list__row .col-2-of-6,
  .lead-generation .video-list__item-inner .col-2-of-6,
  .lead-generation .webinar-list__item-inner .col-2-of-6 {
    width: calc(2*(100% - 4*0rem)/6 + 1*0rem);
  }

  .lead-generation .agree_text {
    font-size: 14px;
  }

  .lead-generation .from-group {
    position: relative;
  }

  .lead-generation .from-group select {
    color: #000 !important;
    line-height: normal !important;
  }

  .lead-generation .arrow {
    position: absolute;
    width: 18px;
    top: 13px;
    right: 1px;
  }

  .lead-generation .formbtn {
    cursor: pointer;
    position: absolute;
    padding: 20px 10px;
    border: none;
    font-size: 20px;
    background-color: #db0011;
    color: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 270px;
    top: -70px;
    font-family: Arial;
  }

  .lead-generation .formbtn:focus,
  .lead-generation .formbtn:active {
    outline-color: unset;
    outline-style: none;
  }

  .lead-generation .sticky_contact_form {
    height: 505px;
    transition: all .4s;
    align-items: center;
    text-align: center;
    background-color: #ededed;
    border-top: 10px solid #db0011;
    position: fixed;
    bottom: 0;
    width: 80%;
    right: 10%;
    left: 10%;
    z-index: 999999;
    margin-bottom: 0;
    transition: display .5s ease;
    color: #253038;
  }

  .lead-generation .sticky_contact_form .heading {
    padding: 0 0 1px 20px;
    font-size: 25px;
  }

  .lead-generation .sticky_contact_form.open {
    transition: all .4s;
    bottom: 0px;
    max-height: 88vh;
  }

  .lead-generation .sticky_contact_form.close {
    bottom: -495px;
    transition: all .4s;
  }

  .lead-generation .sticky_contact_form .sub_heading {
    padding-left: 20px;
    color: #253038;
  }

  .lead-generation .sticky_contact_form .input_field {
    font-size: 15px;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 2px solid #000;
    width: 100%;
    padding: 20px 0 5px 0;
    background-color: rgba(0,0,0,0);
  }

  .lead-generation .sticky_contact_form .input_field:focus {
    outline: none;
    border-bottom: solid 2px #db0011;
    transition: all .4s;
  }

  .lead-generation .sticky_contact_form .input_field::placeholder {
    color: #8e8e8e;
  }

  .lead-generation .sticky_contact_form select {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
  }

  .lead-generation .sticky_contact_form .checkbox_field {
    position: relative;
    top: 5px;
    opacity: unset;
    margin: 20px 3px 0 0px;
  }

  .lead-generation .sticky_contact_form a {
    color: #0d82fd;
  }

  .lead-generation .sticky_contact_form .btn {
    margin: 30px 0 30px 20px;
    padding: 15px 40px;
    border: none;
    font-size: 20px;
    background-color: #db0011;
    color: #fff;
    cursor: pointer;
  }

  .lead-generation .sticky_contact_form .term_text {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    padding: 0px 10px;
  }

  .lead-generation .mb-0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .lead-generation [class^=col-] {
    padding: 10px;
  }

  .lead-generation .sticky_contact_form {
    height: 570px;
  }

  .lead-generation .sticky_contact_form .heading {
    padding-top: 6px !important;
    padding-bottom: 6px;
  }

  .lead-generation .sticky_contact_form .heading p {
    font-size: 20px;
  }

  .lead-generation .sticky_contact_form .sub_heading {
    font-size: 13px;
  }

  .lead-generation .sticky_contact_form .text-medium {
    line-height: 15px;
  }

  .lead-generation .sticky_contact_form .text-thin {
    line-height: 15px;
  }

  .lead-generation .sticky_contact_form .term_text {
    font-size: 13px;
    line-height: 15px;
  }

  .lead-generation .sticky_contact_form .col-1-of-2 {
    width: 100%;
    padding: 10px 10px;
  }

  .lead-generation .sticky_contact_form p {
    font-size: 12px !important;
    text-align: start;
  }

  .lead-generation .sticky_contact_form .btn {
    padding: 8px 40px;
    font-size: 13px;
  }

  .lead-generation .sticky_contact_form .mb-0-sm {
    margin-bottom: 0 !important;
  }

  .lead-generation .close {
    bottom: -560px !important;
  }

  .lead-generation .formbtn {
    top: -45px;
    line-height: 18px;
    font-size: 16px;
    padding: 11px 10px;
  }
}

@media screen and (max-width: 1200px)and (min-aspect-ratio: 16/9) {
  .lead-generation .sticky_contact_form.open {
    max-height: 68vh;
  }

  .lead-generation .sticky_contact_form.open .col-1-of-1 {
    max-height: 68vh;
    overflow: auto;
  }
}

@media only screen and (max-width: 480px) {
  .lead-generation .sticky_contact_form {
    height: 630px;
  }

  .lead-generation .close {
    bottom: -620px !important;
  }
}

@media only screen and (max-width: 360px) {
  .lead-generation .sticky_contact_form {
    height: 675px;
  }

  .lead-generation .close {
    bottom: -665px !important;
  }
}

@media only screen and (min-width: 48em) {
  .modal--full-height .lead-generation__modal {
    overflow-y: auto;
    position: absolute;
    height: 100%;
  }
}

@media screen,projection {
  .lead-generation__modal__header {
    padding: 20px 20px;
  }

  .lead-generation__modal__header:focus {
    outline: none;
  }

  .lead-generation__modal__heading {
    font-family: UniversNextLight,sans-serif;
    font-weight: normal;
    line-height: 2.5rem;
    line-height: 2.8rem;
    font-size: 2.8rem;
    margin: 0;
  }
}

@media only screen and (min-width: 48em) {
  .lead-generation__modal__heading {
    font-family: UniversNextLight,sans-serif;
    font-weight: normal;
    line-height: 4rem;
    line-height: 5rem;
    font-size: 4.5rem;
  }
}

@media screen,projection {
  .lead-generation__modal__subheading {
    font-family: UniversNextBold,sans-serif;
    font-weight: bold;
    line-height: 2rem;
    font-size: 1.4rem;
    display: block;
    margin: 0;
  }
}

@media only screen and (min-width: 23.438em) {
  .lead-generation__modal__subheading {
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .lead-generation__modal__subheading {
    line-height: 2.6rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .lead-generation__modal__body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }

  .modal--full-height .lead-generation__modal__body {
    margin-bottom: 0;
  }

  .lead-generation__modal__body:focus {
    outline: none;
  }
}

@media only screen and (min-width: 48em) {
  .lead-generation__modal__body {
    margin-bottom: 0;
  }
}

@media screen,projection {
  .lead-generation__modal__footer {
    display: block;
    border-top: 1px solid #d7d8d6;
    padding: 20px 14px 0;
    position: static;
  }

  .lead-generation__modal__footer:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 23.438em) {
  .lead-generation__modal__footer {
    padding: 20px 18px 0;
  }
}

@media only screen and (min-width: 48em) {
  .lead-generation__modal__footer {
    padding: 20px 20px 20px;
  }
}

@media screen,projection {
  .lead-generation__modal__footer p {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 23.438em) {
  .lead-generation__modal__footer p {
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .lead-generation__modal__footer p {
    line-height: 1.2rem;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 48em) {
  .lead-generation__modal__footer p {
    font-family: UniversNext,sans-serif;
    font-weight: normal;
    line-height: 2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em)and (min-width: 23.438em) {
  .lead-generation__modal__footer p {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 48em)and (min-width: 48em) {
  .lead-generation__modal__footer p {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}

@media screen,projection {
  .lead-generation__modal__footer p.accessible {
    height: 0;
    overflow: hidden;
  }

  .lead-generation__modal__footer .button,
  .lead-generation__modal__footer .pagination__button {
    margin: 0;
  }

  .lead-generation__modal__accept-text {
    padding-bottom: 10px;
  }

  .lead-generation__modal__close {
    text-decoration: underline;
    float: left;
    padding-left: 0;
    text-align: left;
  }
}

@media only screen and (min-width: 48em) {
  .lead-generation__modal__close {
    text-align: center;
  }
}

@media screen,projection {
  .lead-generation__modal__proceed {
    float: right;
  }

  .lead-generation__modal__spinner {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #4d6474;
    -webkit-animation: loader-spin 2s linear infinite;
    animation: loader-spin 2s linear infinite;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 46%;
    position: absolute;
    top: 200px;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    background: none !important;
  }

  .sip-landing-page-row {
    height: 100%;
    font-size: 16px;
    font-family: "UniversNext";
    color: #848e9f;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sip-landing-page-row a {
    text-decoration: none;
  }

  .sip-landing-page-row.last-calculator-row {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sip-landing-page-hero-row .carousel__buttons {
    height: 35px;
    margin-top: -20px;
  }

  .sip-landing-page-hero-row .carousel__buttons button {
    left: 20px;
    top: auto;
    width: 25px;
    height: 25px;
    background: rgba(0,0,0,.7);
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    position: absolute;
    outline-color: #db0010;
  }

  .sip-landing-page-hero-row .carousel__buttons .carousel__buttons__pause i {
    font-family: pwsicons,Arial;
    color: #fff;
    line-height: 0;
    font-weight: bolder;
  }

  .landing-page-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px),projection and (min-width: 768px) {
  .landing-page-container {
    width: 750px;
  }
}

@media screen and (min-width: 992px),projection and (min-width: 992px) {
  .landing-page-container {
    width: 970px;
  }
}

@media screen and (min-width: 1200px),projection and (min-width: 1200px) {
  .landing-page-container {
    width: 1170px;
  }
}

@media screen and (min-width: 1400px),projection and (min-width: 1400px) {
  .landing-page-container {
    width: 1320px;
  }
}

@media screen,projection {
  .sip-landing-page-row {
    margin: 0 auto;
  }

  .sip-landing-page-row:not(:last-child) {
    margin-bottom: 1rem;
  }

  .sip-landing-page-row::after {
    content: "";
    display: table;
    clear: both;
  }

  .sip-landing-page-row [class^=col-] {
    float: left;
    padding: 1.5rem;
  }

  .sip-landing-page-row [class^=col-]:not(:last-child) {
    margin-right: 0rem;
  }

  .sip-landing-page-row .col-1-of-1 {
    width: 100%;
    padding: 0px 10px;
  }

  .sip-landing-page-row .col-1-of-2 {
    width: calc((100% - 0rem)/2);
  }

  .sip-landing-page-row .col-1-of-3 {
    width: calc((100% - 2*0rem)/3);
  }

  .sip-landing-page-row .col-2-of-3 {
    width: calc(2*(100% - 2*0rem)/3 + 0rem);
  }

  .sip-landing-page-row .col-1-of-4 {
    width: calc((100% - 3*0rem)/4);
  }

  .sip-landing-page-row .col-2-of-4 {
    width: calc(2*(100% - 3*0rem)/4 + 0rem);
  }

  .sip-landing-page-row .col-3-of-4 {
    width: calc(3*(100% - 3*0rem)/4 + 2*0rem);
  }

  .sip-landing-page-row .text-thin {
    font-family: "UniversNext";
  }

  .sip-landing-page-row .text-medium {
    font-family: "UniversNextMedium";
  }

  .sip-landing-page-row .text-regular {
    font-family: "UniversNext";
  }

  .creasoft-wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .creasoft-wrap .hero-text {
    overflow: hidden;
  }

  .creasoft-wrap .hero-text .hero {
    position: relative;
  }

  .creasoft-wrap .hero-text .hero .hero-txt {
    font-size: 23px;
    width: 43%;
    background: rgba(0,0,0,.52);
    position: absolute;
    right: 40px;
    padding: 16px;
    color: #fff;
  }

  .creasoft-wrap .hero-text .hero .hero-txt-bottom {
    color: #000;
    font-weight: 400;
    position: absolute;
    top: 363px;
    right: 40px;
  }

  .creasoft-wrap .hero-text .hero .hero-slide img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
  }

  .creasoft-wrap .slide-content {
    padding: 6px 0px 21px 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    width: 100%;
    margin-left: 2px;
  }

  .creasoft-wrap .slide-content .slide-content-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .creasoft-wrap .slide-content .slide-content-child .slide-content-div1 {
    font-size: 15px;
    margin-bottom: 8px;
    color: #000;
  }

  .creasoft-wrap .slide-content .slide-content-child .slide-content-div2 {
    background: #e0e0e0;
    width: 92px;
    height: 16px;
  }

  .creasoft-wrap .slide-content form {
    padding-right: 20px;
  }

  .creasoft-wrap .slide-content form .from-group label {
    display: inline-flex;
    font-size: 15px;
    color: #757575;
    padding-top: 1rem !important;
  }

  .creasoft-wrap .slide-content form .from-group select {
    width: 100%;
    color: #000 !important;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    background-color: #eee;
    font-size: 15px !important;
    background: rgba(0,0,0,0) !important;
  }

  .creasoft-wrap .slide-content form .from-group select:focus {
    outline: none;
    border-bottom: solid 2px #bb0606;
    transition: all .4s;
  }

  .creasoft-wrap .slide-content form .from-group input {
    width: 100%;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    background-color: #fff;
    border-color: #cbcbcb;
  }

  .creasoft-wrap .slide-content form .from-group input:focus {
    outline: none;
    border-bottom: solid 2px #bb0606;
    transition: all .4s;
  }

  .creasoft-wrap .slide-content form .header-p {
    line-height: 1.2;
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
  }

  .creasoft-wrap .slide-content form .header-p input {
    display: inline-block;
    vertical-align: middle;
  }

  .creasoft-wrap .slide-content form .header-p input:focus {
    outline: auto;
    outline-color: #000;
  }

  .creasoft-wrap .slide-content form .header-p a {
    color: #0d82fd !important;
    cursor: pointer;
  }

  .creasoft-wrap .slide-content form .header-p .readmore {
    cursor: pointer;
  }

  .creasoft-wrap .slide-content form .header-p .readmore:hover {
    color: rgba(247,4,4,.631372549);
  }

  .creasoft-wrap .slide-content form .header-p .readless {
    cursor: pointer;
    display: none;
  }

  .creasoft-wrap .slide-content form .header-p .readless:hover {
    color: rgba(247,4,4,.631372549);
  }

  .creasoft-wrap .slide-content form .sec-para {
    display: none;
  }

  .creasoft-wrap .slide-content form .button-div {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 9px;
    margin-top: .89rem;
  }

  .creasoft-wrap .slide-content form .button-div .submit-btn {
    background: #bb0606 !important;
    color: #fff !important;
    box-shadow: unset !important;
    font-size: 14px !important;
    border-radius: 0px !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .creasoft-wrap .slide-content form .button-div .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .creasoft-wrap .line-top {
    width: 100%;
    height: 3px !important;
    margin-top: 1.5rem !important;
    background-color: #e0e3e7;
    border: #e0e3e7;
  }
}

@media only screen and (max-width: 640px) {
  .creasoft-wrap .sip-landing-page-row .col-2-of-3 {
    width: 100% !important;
    padding-bottom: 0px !important;
  }

  .creasoft-wrap .sip-landing-page-row .col-1-of-3 {
    width: 100% !important;
    padding: 0px 16px !important;
    margin-bottom: 20px;
  }

  .creasoft-wrap .sip-landing-page-row .slide-content {
    width: 100% !important;
  }

  .creasoft-wrap .sip-landing-page-row .hero .hero-txt {
    font-size: 10px;
  }

  .creasoft-wrap .sip-landing-page-row .hero .hero-txt-bottom {
    top: 160px;
    font-size: 12px;
  }

  .creasoft-wrap .sip-landing-page-row .hero .hero-slide img,
  .creasoft-wrap .sip-landing-page-row .hero .hero-slide video {
    width: 100% !important;
    height: 195px !important;
  }

  .creasoft-wrap .sip-landing-page-row .slick-slide {
    height: 195px !important;
  }

  .creasoft-wrap .sip-landing-page-row .carousel__buttons {
    height: 40px;
    margin-top: -25px;
  }
}

@media only screen and (max-width: 640px) {
  .sip-landing-page-hero-row .sec-title h2 {
    font-size: 20px !important;
  }

  .sip-landing-page-hero-row .sec-title p {
    font-size: 13px !important;
  }

  .sip-landing-page-hero-row .sec-title .sip-landing-page-row .col-1-of-3 {
    padding: 0px 25px !important;
  }
}

@media screen and (min-width: 768px),projection and (min-width: 768px) {
  .landing-page-container {
    width: 750px;
  }
}

@media screen and (orientation: landscape)and (max-width: 900px) {
  .sip-landing-page-hero-row div.col-1-of-3-tab {
    width: calc((100% - 0rem)/2) !important;
  }
}

@media screen and (orientation: portrait)and (max-width: 768px) {
  .sip-landing-page-hero-row div.col-1-of-3-tab {
    width: calc((100% - 0rem)/1) !important;
    padding: 0px 24px !important;
  }
}

@media screen and (min-width: 768px)and (max-width: 1024px),projection and (min-width: 768px)and (max-width: 1024px) {
  .sip-landing-page-hero-row .col-1-of-3-tab {
    width: calc((100% - 0rem)/2) !important;
  }

  .sip-landing-page-hero-row .col-1-of-1-tab {
    width: 100% !important;
  }
}

@media screen and (max-width: 320px),projection and (max-width: 320px) {
  .sip-landing-page-hero-row .w-100-xs {
    width: 100% !important;
  }

  .sip-landing-page-hero-row .flex-column-xs {
    flex-direction: column !important;
  }

  .sip-landing-page-hero-row div.col-1-of-4-tab {
    width: calc((100% - 0rem)/1) !important;
  }
}

@media screen and (min-width: 992px),projection and (min-width: 992px) {
  .landing-page-container {
    width: 970px;
  }
}

@media screen and (min-width: 1200px),projection and (min-width: 1200px) {
  .landing-page-container {
    width: 1170px;
  }
}

@media screen and (min-width: 1400px),projection and (min-width: 1400px) {
  .landing-page-container {
    width: 1320px;
  }
}

@media screen,projection {
  .sip-landing-page-row h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2rem;
  }

  .sip-landing-page-row .open #hide-for-know-more {
    display: none;
  }

  .sip-landing-page-row .text-center {
    text-align: center !important;
  }

  .sip-landing-page-row .text-gray {
    color: #757575 !important;
  }

  .sip-landing-page-row .w-60 {
    width: 60%;
  }

  .sip-landing-page-row .border-red {
    border-color: red !important;
  }

  .sip-landing-page-row .border-1 {
    border: 1px solid;
  }

  .sip-landing-page-row .py-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sip-landing-page-row .m-top-10px {
    margin-top: 10px !important;
  }

  .sip-landing-page-row select#inflationRate {
    height: 40px;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    background-color: #fff;
    width: 65px;
    color: #db0011;
    font-weight: 600;
    padding: 5px;
    outline: 0px;
  }

  .sip-landing-page-row .know-more-button {
    font-size: 12px !important;
    padding: 8px 12px !important;
    color: #fff;
    background-color: #db0011 !important;
    border-color: #db0011 !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    padding: .375rem .75rem;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .sip-landing-page-row .back-icon {
    padding-left: 20px;
    position: relative;
    transition: all .3s ease-in-out;
    outline: none;
    color: #757575;
  }

  .sip-landing-page-row .back-icon:before {
    content: "<";
    width: 20px;
    position: absolute;
    height: 20px;
    display: block;
    left: 0px;
    top: -4px;
  }

  .sip-landing-page-row input[type=checkbox] {
    position: relative;
    width: 15px;
    height: 20px;
  }

  .sip-landing-page-row button.slick-next {
    right: 15px;
  }

  .sip-landing-page-row .slick-next::before {
    content: "→";
    color: #000;
  }

  .sip-landing-page-row .slick-next:focus {
    outline-style: auto;
  }

  .sip-landing-page-row .slick-prev {
    left: 15px;
    z-index: 9;
  }

  .sip-landing-page-row .slick-prev:before {
    content: "←";
    color: #000;
  }

  .sip-landing-page-row .slick-prev:focus {
    outline-style: auto;
  }

  .sip-landing-page-row .slide input[type=text]:focus {
    outline-style: none;
  }

  .sip-landing-page-row .back-icon:focus {
    color: #db0010;
  }
}

@media only screen and (max-width: 640px) {
  .creasoft-wrap {
    margin-top: -16px;
    margin-left: -38px;
    margin-right: -34px;
    padding-right: 0px;
  }

  .sip-landing-page-hero-row .sec-title h2 {
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 26px;
    padding-right: 21px;
  }

  .sip-landing-page-hero-row .sec-title h3 {
    padding-right: 21px;
  }

  .sip-landing-page-row h3 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 640px) {
  .creasoft-wrap {
    margin-top: -16px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .sip-landing-page-hero-row .sec-title h3 {
    padding-right: 21px;
  }

  .sip-landing-page-hero-row div.col-1-of-3-tab {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .sip-landing-page-row h3 {
    font-size: 1.6rem;
  }

  .layout__sip-landing-page {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sip-landing-page-row {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sip-landing-page-row.last-calculator-row {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .sip-landing-page-hero-row .col-1-of-4-tab {
    width: calc((100% - 0rem)/2) !important;
  }
}

@media screen,projection {
  .cardslist-row {
    overflow: hidden;
    margin-top: 16px;
    margin-bottom: 50px;
  }

  .cardslist-row .text-thin {
    font-family: UniversNextTh;
  }

  .cardslist-row .mid-section [class^=col-] {
    float: left;
    padding: 1rem;
  }

  .cardslist-row .mid-section [class^=col-]:not(:last-child) {
    margin-right: 0rem;
  }

  .cardslist-row .mid-section .col-1-of-3 {
    width: calc((100% - 0rem)/3);
  }

  .cardslist-row .mid-section .row,
  .cardslist-row .mid-section .article-authors__item-inner,
  .cardslist-row .mid-section .article-list__item-inner,
  .cardslist-row .mid-section .card-list__card-container,
  .cardslist-row .mid-section .featured-awards-list__row,
  .cardslist-row .mid-section .upper-footer__primary-list,
  .cardslist-row .mid-section .image-promo-list__row,
  .cardslist-row .mid-section .video-list__item-inner,
  .cardslist-row .mid-section .webinar-list__item-inner {
    margin: 0px -15px !important;
  }

  .cardslist-row .mid-section .sec-title {
    background-color: #ededed;
    padding-left: 14px;
    padding-bottom: 20px;
  }

  .cardslist-row .mid-section .sec-title h2 {
    font-weight: 600;
    font-size: 34px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #282828;
  }

  .cardslist-row .mid-section .midsection-grid {
    align-items: stretch;
  }

  .cardslist-row .mid-section .midsection-grid .art-content {
    width: 100%;
    background: #253038;
    padding: 20px 30px;
    position: relative;
    margin-top: 60px;
    min-height: 395px;
  }

  .cardslist-row .mid-section .midsection-grid .art-content .icon {
    position: absolute;
    top: -33px;
    margin: auto;
    left: 0;
    right: 0;
    width: 90px;
    height: 70px;
  }

  .cardslist-row .mid-section .midsection-grid .art-content .icon img {
    width: 99px;
    height: 74px;
  }

  .cardslist-row .mid-section .midsection-grid .art-content .text_content {
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .cardslist-row .mid-section .midsection-grid .art-content .text_content h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
  }

  .cardslist-row .mid-section .midsection-grid .art-content .text_content p {
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
  }

  .cardslist-row .mid-section .midsection-grid .art-content .text_content li {
    color: #fff;
    font-size: 15px;
    padding: 2px 0px;
  }

  .cardslist-row .mid-section .midsection-grid .art-content .art-content-btn {
    cursor: pointer;
  }

  .cardslist-row .mid-section .midsection-grid .art-content .art-content-btn .buton {
    border-bottom: 1px solid;
    padding-left: 5px;
  }

  .cardslist-row .mid-section .know_more {
    position: relative;
    background: #253038;
    color: #fff;
    padding: 20px;
    display: none;
  }

  .cardslist-row .mid-section .know_more button.close {
    background: rgba(0,0,0,0);
    border: none;
    color: #fff;
    position: absolute;
    font-size: 20px;
    top: 0;
    right: 14px;
  }

  .cardslist-row .mid-section .know_more p {
    margin: 0;
    line-height: 1.8;
    margin-bottom: 1rem !important;
  }

  .cardslist-row .mid-section .know_more ul {
    list-style: disc;
    padding-left: 35px;
    margin-bottom: 1rem !important;
  }

  .cardslist-row .mid-section .middle_box.open ui,
  .cardslist-row .mid-section .open .art-content-btn {
    opacity: 0;
    visibility: hidden;
  }

  .cardslist-row .mid-section .art-content.middle_box.open .icon {
    position: static;
    margin-top: 65px;
  }

  .cardslist-row .mid-section .art-content.middle_box.open .text_content {
    margin-top: 30px;
    text-align: center;
  }

  .cardslist-row .mid-section .middle_box.open .text_content {
    margin-bottom: -40px;
  }
}

@media only screen and (max-width: 640px) {
  .cardslist-row .mid-section {
    padding-left: 0px !important;
  }

  .cardslist-row .mid-section .midsection-grid .art-content {
    width: 96%;
    left: 9px !important;
    min-height: 569px;
  }
}

@media only screen and (max-width: 900px) {
  .cardslist-row .mid-section .col-1-of-3 {
    width: calc((100% - 0rem)/2);
  }
}

@media screen and (orientation: portrait)and (max-width: 768px) {
  .cardslist-row {
    margin-left: -18px;
    margin-right: -18px;
  }

  .cardslist-row .mid-section .col-1-of-3-tab {
    width: calc((100% - 0rem)/1) !important;
    padding: 0px 24px !important;
  }

  .cardslist-row .mid-section .cards-warp {
    margin-right: 2px !important;
  }

  .cardslist-row .mid-section .midsection-grid .art-content {
    min-height: 395px;
  }
}

@media screen,projection {
  .cardslist-row {
    height: 100%;
    font-size: 16px;
    font-family: "UniversNext";
    color: #848e9f;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cardslist-row a {
    text-decoration: none;
  }

  .cardslist-row h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2rem;
  }

  .cardslist-row .open #hide-for-know-more {
    display: none;
  }

  .cardslist-row .text-center {
    text-align: center !important;
  }

  .cardslist-row .text-gray {
    color: #757575 !important;
  }

  .cardslist-row .w-60 {
    width: 60%;
  }

  .cardslist-row .border-red {
    border-color: red !important;
  }

  .cardslist-row .border-1 {
    border: 1px solid;
  }

  .cardslist-row .py-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .cardslist-row .m-top-10px {
    margin-top: 10px !important;
  }

  .cardslist-row select#inflationRate {
    height: 40px;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    background-color: #fff;
    width: 65px;
    color: #db0011;
    font-weight: 600;
    padding: 5px;
    outline: 0px;
  }

  .cardslist-row .know-more-button {
    font-size: 12px !important;
    padding: 8px 12px !important;
    color: #fff;
    background-color: #db0011 !important;
    border-color: #db0011 !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    padding: .375rem .75rem;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .cardslist-row .back-icon {
    padding-left: 20px;
    position: relative;
    transition: all .3s ease-in-out;
    outline: none;
    color: #757575;
  }

  .cardslist-row .back-icon:before {
    content: "<";
    width: 20px;
    position: absolute;
    height: 20px;
    display: block;
    left: 0px;
    top: -4px;
  }

  .cardslist-row input[type=checkbox] {
    position: relative;
    width: 15px;
    height: 20px;
  }

  .cardslist-row input[type=checkbox]:focus,
  .cardslist-row input[type=range]:focus,
  .cardslist-row #owl-carousel-container:focus,
  .cardslist-row .owl-prev:focus,
  .cardslist-row .owl-next:focus,
  .cardslist-row #inflationRate:focus,
  .cardslist-row .footer-2nd-icons:focus {
    outline-width: 1px !important;
    outline-color: #000;
    outline-style: auto;
  }

  .cardslist-row .slide input[type=text]:focus {
    outline-style: none;
  }

  .cardslist-row .back-icon:focus {
    color: #db0010;
  }

  .mid-section {
    padding-left: 0px;
  }

  .mid-section .sip-landing-page-row {
    margin: 0px -35px !important;
  }

  .mid-section .sec-title {
    background-color: #ededed;
    padding-left: 14px;
    padding-bottom: 20px;
  }

  .mid-section .sec-title h2 {
    font-weight: 500;
    font-size: 38px;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 0px;
    color: #282828;
  }

  .mid-section .midsection-grid {
    align-items: stretch;
  }

  .mid-section .midsection-grid .art-content {
    width: 100%;
    background: #253038;
    padding: 20px 30px;
    position: relative;
    margin-top: 60px;
    min-height: 322px;
  }

  .mid-section .midsection-grid .art-content .card-list-icon {
    position: absolute;
    top: -33px;
    margin: auto;
    left: 0;
    right: 0;
    width: 90px;
    height: 70px;
  }

  .mid-section .midsection-grid .art-content .card-list-icon img {
    width: 99px;
    height: 74px;
  }

  .mid-section .midsection-grid .art-content .text_content {
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .mid-section .midsection-grid .art-content .text_content h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
  }

  .mid-section .midsection-grid .art-content .text_content p {
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
  }

  .mid-section .midsection-grid .art-content .text_content li {
    color: #fff;
    font-size: 15px;
    padding: 2px 0px;
  }

  .mid-section .midsection-grid .art-content .art-content-btn {
    cursor: pointer;
  }

  .mid-section .midsection-grid .art-content .art-content-btn .buton {
    border-bottom: 1px solid;
    display: inline-block;
  }

  .mid-section .know_more {
    position: relative;
    background: #253038;
    color: #fff;
    padding: 20px;
    display: none;
    margin-top: 33px;
  }

  .mid-section .know_more button.close {
    background: rgba(0,0,0,0);
    border: none;
    color: #fff;
    position: absolute;
    font-size: 20px;
    top: 0;
    right: 14px;
  }

  .mid-section .know_more p {
    margin: 0;
    line-height: 1.8;
    margin-bottom: 1rem !important;
  }

  .mid-section .know_more ul {
    list-style: disc;
    padding-left: 35px;
    margin-bottom: 1rem !important;
  }

  .mid-section .middle_box.open ui,
  .mid-section .open .art-content-btn {
    opacity: 0;
    visibility: hidden;
  }

  .mid-section .art-content.middle_box.open .card-list-icon {
    position: static;
    margin-top: 65px;
  }

  .mid-section .art-content.middle_box.open .text_content {
    margin-top: 30px;
    text-align: center;
  }

  .mid-section .middle_box.open .text_content {
    margin-bottom: -40px;
  }
}

@media only screen and (max-width: 640px) {
  .mid-section {
    padding-left: 0px !important;
  }

  .mid-section .midsection-grid .art-content {
    width: 96%;
    left: 9px !important;
  }

  .cardslist-row .sec-title h2 {
    font-size: 20px !important;
  }

  .cardslist-row .sec-title p {
    font-size: 13px !important;
  }

  .cardslist-row .sec-title .sip-landing-page-row .col-1-of-3 {
    padding: 0px 25px !important;
  }
}

@media screen and (orientation: landscape)and (max-width: 900px) {
  section.mid-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cardslist-row div.col-1-of-3-tab {
    width: calc((100% - 0rem)/2) !important;
  }
}

@media screen and (orientation: portrait)and (max-width: 768px) {
  .cardslist-row div.col-1-of-3-tab {
    width: calc((100% - 0rem)/1) !important;
    padding: 0px 24px !important;
  }
}

@media screen and (orientation: landscape)and (min-width: 1024px) {
  .mid-section .midsection-grid div.art-content {
    min-height: 395px !important;
  }
}

@media screen and (min-width: 768px)and (max-width: 1024px),projection and (min-width: 768px)and (max-width: 1024px) {
  .cardslist-row .col-1-of-3-tab {
    width: calc((100% - 0rem)/2) !important;
  }

  .cardslist-row .col-1-of-1-tab {
    width: 100% !important;
  }

  .cardslist-row .mid-section .midsection-grid .art-content {
    min-height: 395px !important;
  }
}

@media screen and (max-width: 320px),projection and (max-width: 320px) {
  .cardslist-row .w-100-xs {
    width: 100% !important;
  }

  .cardslist-row .flex-column-xs {
    flex-direction: column !important;
  }

  .cardslist-row div.col-1-of-4-tab {
    width: calc((100% - 0rem)/1) !important;
  }
}

@media only screen and (max-width: 640px) {
  .cardslist-row {
    margin-left: -38px;
    margin-right: -34px;
    padding-right: 0px;
  }

  .cardslist-row .sec-title h2 {
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 26px;
    padding-right: 21px;
  }

  .cardslist-row .sec-title h3 {
    padding-right: 21px;
  }

  .cardslist-row h3 {
    font-size: 1.6rem;
  }

  .mid-section .middle_box.open .text_content {
    margin-bottom: -15px;
  }

  .mid-section .sip-landing-page-row {
    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 640px) {
  .cardslist-row {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .cardslist-row .sec-title h2 {
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 26px;
    padding-right: 21px;
  }

  .cardslist-row .sec-title h3 {
    padding-right: 21px;
  }

  .cardslist-row div.col-1-of-3-tab {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .cardslist-row h3 {
    font-size: 1.6rem;
  }

  .mid-section .middle_box.open .text_content {
    margin-bottom: -15px;
  }

  .mid-section .sip-landing-page-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .layout__sip-landing-page {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .cardslist-row .col-1-of-4-tab {
    width: calc((100% - 0rem)/2) !important;
  }
}

@media only screen and (max-width: 767px) {
  .cardslist-row .desktop {
    display: none !important;
  }
}

@media screen,projection {
  .calculator-row {
    height: 100%;
    font-size: 16px;
    font-family: "UniversNext";
    color: #000;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    padding-left: 20px;
    padding-right: 20px;
  }

  .calculator-row a {
    text-decoration: none;
  }

  .calculator-row #text_box_2,
  .calculator-row #text_box_3 {
    max-width: 22px;
  }

  .calculator-row #text_box_1 {
    max-width: 80px;
    text-align: center;
  }

  .calculator-row input[type=checkbox]:focus,
  .calculator-row input[type=range]:focus,
  .calculator-row #owl-carousel-container:focus,
  .calculator-row .owl-prev:focus,
  .calculator-row .owl-next:focus,
  .calculator-row .footer-2nd-icons:focus {
    outline-width: 1px !important;
    outline-color: #000;
    outline-style: auto;
  }

  .patient_testimonials {
    padding-left: 0px;
    margin: 50px 0;
  }

  .patient_testimonials .sec-title {
    background-color: #ededed;
    padding-left: 14px;
    padding-bottom: 20px;
    text-align: center;
  }

  .patient_testimonials .sec-title h2 {
    font-weight: 500;
    font-size: 38px;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 8px;
    color: #282828;
  }

  .patient_testimonials .sec-title hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 2;
    opacity: .25;
    width: 97%;
    margin-bottom: 2rem !important;
    margin-top: 1.5rem !important;
  }

  .patient_testimonials .sec-title p {
    margin: 0;
    line-height: 1.8;
    color: #000;
  }

  .patient_testimonials #owl-carousel-container {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .patient_testimonials #owl-carousel-container.owl-theme {
    position: relative !important;
  }

  .patient_testimonials #owl-carousel-container.owl-theme .owl-prev {
    left: -40px !important;
    height: 31px !important;
    width: 31px !important;
    display: flex !important;
    padding: 5px !important;
    background-color: #db0010 !important;
  }

  .patient_testimonials #owl-carousel-container.owl-theme .owl-next {
    right: -40px !important;
    height: 31px !important;
    width: 31px !important;
    padding: 5px !important;
    display: flex !important;
    background-color: #db0010 !important;
  }

  .owl-carousel .owl-nav .patient_testimonials.disabled,
  .owl-carousel .owl-nav .patient_testimonials.pagination__button--disabled {
    display: block !important;
  }

  .patient_testimonials #owl-carousel-container.owl-theme .owl-next,
  .patient_testimonials #owl-carousel-container.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
  }

  .patient_testimonials .corousel-pad {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .patient_testimonials .corousel-pad .owl-carousel,
  .patient_testimonials .corousel-pad .owl-carousel .owl-item {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
  }

  .patient_testimonials .corousel-pad .owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
  }

  .patient_testimonials .corousel-pad .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
  }

  .patient_testimonials .corousel-pad .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .patient_testimonials .corousel-pad .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }

  .patient_testimonials .corousel-pad .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
  }

  .patient_testimonials .corousel-pad .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }

  .patient_testimonials .corousel-pad .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
  }

  .patient_testimonials .corousel-pad .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
  }

  .patient_testimonials .corousel-pad .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }

  .patient_testimonials .corousel-pad .owl-carousel.owl-hidden {
    opacity: 0;
  }

  .patient_testimonials .corousel-pad .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
  }

  .patient_testimonials .corousel-pad .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .patient_testimonials .corousel-pad .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
  }

  .patient_testimonials .corousel-pad .owl-carousel.owl-rtl {
    direction: rtl;
  }

  .patient_testimonials .corousel-pad .owl-carousel.owl-rtl .owl-item {
    float: right;
  }

  .patient_testimonials .corousel-pad .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }

  .patient_testimonials .corousel-pad .owl-carousel .owl-animated-in {
    z-index: 0;
  }

  .patient_testimonials .corousel-pad .owl-carousel .owl-animated-out {
    z-index: 1;
  }

  .patient_testimonials .corousel-pad .owl-carousel .fadeOut {
    animation-name: fadeOut;
  }

  .patient_testimonials .corousel-pad .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }

  .patient_testimonials .corousel-pad .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
  }

  .patient_testimonials .corousel-pad .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }

  .patient_testimonials .corousel-pad .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
  }

  .patient_testimonials .corousel-pad .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }

  .patient_testimonials .corousel-pad .owl-carousel .owl-item,
  .patient_testimonials .corousel-pad .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }

  .patient_testimonials .corousel-pad .owl-carousel .owl-dots.disabled,
  .patient_testimonials .corousel-pad .owl-carousel .owl-dots.pagination__button--disabled,
  .patient_testimonials .corousel-pad .owl-carousel .owl-nav.disabled,
  .patient_testimonials .corousel-pad .owl-carousel .owl-nav.pagination__button--disabled {
    display: none;
  }

  .patient_testimonials .corousel-pad .no-js .owl-carousel,
  .patient_testimonials .corousel-pad .owl-carousel.owl-loaded {
    display: block;
  }

  .patient_testimonials .corousel-pad .owl-carousel .owl-dot,
  .patient_testimonials .corousel-pad .owl-carousel .owl-nav .owl-next,
  .patient_testimonials .corousel-pad .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .patient_testimonials .corousel-pad .owl-height {
    transition: height .5s ease-in-out;
  }

  .patient_testimonials .corousel-pad .owl-carousel .owl-video-playing .owl-video-play-icon,
  .patient_testimonials .corousel-pad .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
  }

  .patient_testimonials #card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 2px 2px 3px rgba(59,59,59,.328);
  }

  .patient_testimonials #card-wrapper .testimonial-text {
    padding: 4px;
    font-size: 20px;
    font-weight: 300;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
  }

  .patient_testimonials .owl-item>div {
    cursor: pointer;
    margin: 6% 8%;
    transition: margin .4s ease;
  }

  .patient_testimonials .owl-item.center>div {
    cursor: auto;
    margin: 0;
  }

  .patient_testimonials .owl-item:not(.center)>div:hover {
    opacity: .75;
  }

  .patient_testimonials #start_sip_btn {
    cursor: pointer;
  }
}

@media only screen and (max-width: 650px) {
  .patient_testimonials #owl-carousel-container.owl-theme .owl-prev {
    left: 0px !important;
  }

  .patient_testimonials #owl-carousel-container.owl-theme .owl-next {
    right: 0px !important;
    transform: rotate(180deg);
  }
}

@media screen,projection {
  .patient_testimonials .check-now {
    text-align: center;
  }

  .patient_testimonials .check-now a {
    background: #dc0009;
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
  }

  .patient_testimonials .check-now a b,
  .patient_testimonials .check-now a strong {
    font-weight: bolder;
  }

  .patient_testimonials .calculator_wrapper .page2-back {
    padding-left: 6px;
    padding-top: 24px;
    padding-bottom: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.035em;
    color: #757575;
    cursor: pointer;
  }

  .patient_testimonials .calculator_wrapper .sec-title-2 {
    background-color: #ededed;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 20px;
    text-align: center;
  }

  .patient_testimonials .calculator_wrapper .sec-title-2 h2 {
    font-weight: 500;
    font-size: 38px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #282828;
    width: 100%;
    text-align: center;
    color: #000 !important;
    font-family: "UniversNext";
  }

  .patient_testimonials .calculator_wrapper .sec-title-2 hr {
    margin-top: .5rem !important;
    margin-bottom: 2rem !important;
    border: 1px solid #d8d8d8;
  }

  .patient_testimonials .calculator_wrapper .sec-title-2.layout2 {
    text-align: right;
  }

  .patient_testimonials .calculator_wrapper .sec-title-2 p {
    width: 100%;
    text-align: right;
    color: #000;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner {
    margin-bottom: 2rem;
    padding: 0px;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .custom-cta {
    width: fit-content;
    text-transform: uppercase;
    background: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
    border: 0;
    color: #db0011;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .img-responsive {
    width: -webkit-fill-available;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col {
    padding: 14px 0px;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .variable-container {
    margin-bottom: 2rem;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .variable-container p {
    margin-block: 1rem;
    font-size: 18px;
    color: #000;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .variable-container span {
    color: #db0011;
    font-weight: 700;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .calculator-col2-first {
    text-align: end;
    font-weight: 400;
    line-height: 39px;
    font-size: 24px;
    color: #000;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .calculator-col2-rest {
    text-align: end;
    font-size: 14px;
    line-height: 20px;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .slide .slider-box {
    box-shadow: 0px 0px 5.90736px rgba(0,0,0,.15);
    padding-bottom: 1px;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .slide .slider-box .slider-box-text {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 18px;
    padding-right: 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
    color: #000;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .slide .slider-box .slider-box-text .slider-box-text-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #db0011;
    box-shadow: 0px 0px 4.43052px rgba(0,0,0,.25);
    border: 1.47684px solid #e0e0e0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    min-width: 102.54px;
    height: 34.12px;
    padding: 0px 10px;
    width: 50%;
    position: relative;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .slide .slider-box .slider-box-text .slider-box-text-btn input {
    border: 0px;
    width: 90px;
    height: 30px;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .slide .slider-box .range-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: .5rem;
    margin-bottom: 3rem;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .slide .slider-box #range {
    -webkit-appearance: none;
    width: 100%;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .slide .slider-box #range:focus {
    outline-width: 1px !important;
    outline-color: #000;
    outline-style: auto;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .slide .slider-box #range::before,
  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .slide .slider-box #range::after {
    position: absolute;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 3px 5px;
    background-color: rgba(0,0,0,.1);
    border-radius: 4px;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .slide .slider-box #range::before {
    left: 0;
    content: attr(data-min);
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .slide .slider-box #range::after {
    right: 0;
    content: attr(data-max);
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .slide .slider-box #range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    cursor: pointer;
    animate: .2s;
    background: linear-gradient(90deg, #DB0011 var(--range-progress), #dee4ec var(--range-progress));
    border-radius: 0rem;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .slide .slider-box .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: .25rem solid #db0011;
    box-shadow: 0 1px 3px rgba(0,0,255,.3);
    background: #db0011;
    cursor: pointer;
    height: 22px;
    width: 22px;
    transform: translateY(calc(-50% + 4px));
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .slide .slider-box #tooltip {
    position: absolute;
    top: -2.25rem;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .slide .slider-box #tooltip span {
    position: absolute;
    text-align: center;
    display: block;
    line-height: 1;
    padding: .125rem .25rem;
    color: #fff;
    border-radius: .125rem;
    background: #db0011;
    font-size: 1.25rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 97px;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .slide .slider-box #tooltip span:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 4px solid rgba(0,0,0,0);
    border-top-color: #db0011;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .calculator-body-txt {
    margin-left: 0px;
    margin-right: 0px;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .calculator-body-txt p {
    text-align: start;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    line-height: 1.8;
    line-height: normal;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .calculator-body-txt div {
    font-size: 18px;
    color: #000;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .calculator-body-txt button {
    font-size: 12px !important;
    padding: 3px 10px;
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    padding: .375rem .75rem;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .calculator-body-txt .calculator-body-txt-last {
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .patient_testimonials .calculator_wrapper .footer2 {
    padding: 24px 24px 0px 24px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.13);
  }

  .patient_testimonials .calculator_wrapper .footer2 .footer-head {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .patient_testimonials .calculator_wrapper .footer2 .footer-row .sip-landing-page-row .col-1-of-2 {
    padding-top: 0px;
    padding: 0px !important;
  }

  .patient_testimonials .calculator_wrapper .footer2 .footer-1st {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 2px;
  }

  .patient_testimonials .calculator_wrapper .footer2 .footer-2nd-icons {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17%;
    white-space: nowrap;
  }

  .patient_testimonials .calculator_wrapper .footer2 .footer-2nd-icons img {
    width: 50px;
    height: 50px;
  }

  .patient_testimonials .calculator_wrapper .footer2 .footer-2nd-icons p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #333;
  }

  .patient_testimonials .calculator_wrapper .line-last {
    color: #db0011;
    height: 4px !important;
  }

  .patient_testimonials .calculator_wrapper hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
  }
}

@media only screen and (max-width: 640px) {
  .patient_testimonials .calculator_wrapper .sec-title-2 h2 {
    font-size: 20px !important;
  }

  .patient_testimonials .calculator_wrapper .sec-title-2 p {
    font-size: 13px;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .sip-landing-page-row .col-1-of-2 {
    width: 100%;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .img-responsive {
    width: 100% !important;
    display: block;
    margin: auto;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col {
    width: 100%;
    padding: 17px;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col2 .calculator-body-txt p {
    font-size: 13px !important;
  }

  .patient_testimonials .range-slider {
    margin-top: 0px;
  }

  .patient_testimonials .footer2 .footer-1st {
    flex-wrap: wrap !important;
    margin: 0px -15px;
  }

  .patient_testimonials .footer2 .footer-1st .footer-2nd-icons {
    width: 50%;
    white-space: nowrap;
    justify-content: start;
  }
}

@media only screen and (max-width: 640px) {
  .calculator-row .patient_testimonials {
    padding-left: 0px;
  }

  .calculator-row .check-now a {
    padding: 6px 12px !important;
    font-size: 15px !important;
  }

  .calculator-row .corousel-pad {
    padding: 0px 15px !important;
  }
}

@media screen and (min-width: 1024px)and (max-width: 1300px),projection and (min-width: 1024px)and (max-width: 1300px) {
  .patient_testimonials .calculator_wrapper .footer2 .footer-2nd-icons {
    width: 30% !important;
    justify-content: start !important;
  }

  .patient_testimonials .calculator_wrapper .footer2 .footer-1st {
    justify-content: start !important;
    flex-wrap: wrap !important;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col .calculator-col2 .slide .slider-box .slider-box-text .slider-box-text-btn span {
    font-size: 12px;
  }
}

@media screen and (orientation: landscape)and (max-width: 900px) {
  .calculator-row div.col-1-of-3-tab {
    width: calc((100% - 0rem)/2) !important;
  }

  section.patient_testimonials {
    padding-left: 10px;
    padding-right: 10px;
  }

  .patient_testimonials #owl-carousel-container.owl-theme div.owl-prev {
    left: -35px !important;
  }

  .patient_testimonials #owl-carousel-container.owl-theme div.owl-next {
    right: -35px !important;
  }
}

@media screen and (orientation: portrait)and (max-width: 768px) {
  .calculator-row div.col-1-of-3-tab {
    width: calc((100% - 0rem)/1) !important;
    padding: 0px 24px !important;
  }
}

@media screen and (min-width: 768px)and (max-width: 1024px),projection and (min-width: 768px)and (max-width: 1024px) {
  .calculator-row .col-1-of-3-tab {
    width: calc((100% - 0rem)/2) !important;
  }

  .calculator-row .col-1-of-1-tab {
    width: 100% !important;
  }

  .patient_testimonials .calculator_wrapper .footer2 .footer-2nd-icons {
    width: 50% !important;
    justify-content: flex-start !important;
  }

  .patient_testimonials .calculator_wrapper .footer2 .footer-1st {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 400px),projection and (max-width: 400px) {
  .patient_testimonials .footer2 .footer-1st .footer-2nd-icons {
    width: 100% !important;
  }
}

@media screen and (max-width: 320px),projection and (max-width: 320px) {
  .calculator-row .w-100-xs {
    width: 100% !important;
  }

  .calculator-row .flex-column-xs {
    flex-direction: column !important;
  }

  .calculator-row div.col-1-of-4-tab {
    width: calc((100% - 0rem)/1) !important;
  }
}

@media screen,projection {
  .calculator-row {
    overflow-x: visible;
  }

  .calculator-row h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2rem;
  }

  .calculator-row .open #hide-for-know-more {
    display: none;
  }

  .calculator-row .text-center {
    text-align: center !important;
  }

  .calculator-row .text-gray {
    color: #000 !important;
  }

  .calculator-row span.notice-text {
    position: absolute;
    font-size: 11px;
    bottom: -30px;
    color: #858585;
  }

  .calculator-row span.notice-text-left {
    left: 5px;
    bottom: -29px;
  }

  .calculator-row span.notice-text-right {
    right: 5px;
    bottom: -29px;
  }

  .calculator-row .w-60 {
    width: 60%;
  }

  .calculator-row .px-5px {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .calculator-row .border-red {
    border-color: red !important;
  }

  .calculator-row .border-1 {
    border: 1px solid;
  }

  .calculator-row .py-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .calculator-row .m-top-10px {
    margin-top: 10px !important;
  }

  .calculator-row select#inflationRate {
    height: 40px;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    background-color: #ededed;
    width: 90px;
    color: #db0011;
    font-weight: 600;
    padding: 5px;
    outline: 0px;
    text-align: center;
  }

  .calculator-row select#inflationRate:focus,
  .calculator-row select#inflationRate:focus-visible,
  .calculator-row select#inflationRate:active,
  .calculator-row select#inflationRate:hover {
    border: 1px solid;
    outline: 0px;
  }

  .calculator-row .know-more-button {
    font-size: 12px !important;
    padding: 8px 12px !important;
    color: #fff;
    background-color: #db0011 !important;
    border-color: #db0011 !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid;
    padding: .375rem .75rem;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: uppercase;
  }

  .calculator-row .know-more-button:hover,
  .calculator-row .know-more-button:focus-visible {
    background: #fff !important;
    color: #db0011 !important;
  }

  .calculator-row .inflationContainer {
    background: #ededed;
    max-width: fit-content;
    margin-inline: auto;
    padding-inline: 1rem;
    color: #000;
  }

  .calculator-row .back-icon {
    padding-left: 20px;
    position: relative;
    transition: all .3s ease-in-out;
    outline: none;
    color: #000;
  }

  .calculator-row .back-icon:before {
    content: "<";
    width: 20px;
    position: absolute;
    height: 20px;
    display: block;
    left: 0px;
    top: -4px;
  }

  .calculator-row input[type=checkbox] {
    position: relative;
    width: 15px;
    height: 20px;
  }

  .calculator-row .slide input[type=text]:focus {
    outline-style: none;
  }

  .calculator-row .back-icon:focus {
    color: #db0010;
  }

  .calculator-row .text-thin {
    font-family: "UniversNext";
  }

  .calculator-row .text-medium {
    font-family: "UniversNextMedium";
  }

  .calculator-row .text-regular {
    font-family: "UniversNext";
  }

  .calculator-row .col-1-of-3 {
    background: #ededed;
  }

  .calculator-row .px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 640px) {
  .calculator-row {
    margin-left: -38px;
    margin-right: -34px;
    padding-right: 16px;
  }

  .calculator-row .sec-title h2 {
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 26px;
    padding-right: 21px;
  }

  .calculator-row .sec-title h3 {
    padding-right: 21px;
  }

  .calculator-row h3 {
    font-size: 1.6rem;
  }

  .patient_testimonials {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .patient_testimonials #owl-carousel-container {
    margin-top: 30px !important;
  }

  .patient_testimonials .calculator_wrapper .sec-title-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .calculator-row {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .calculator-row .sec-title h3 {
    padding-right: 21px;
  }

  .calculator-row div.col-1-of-3-tab {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .calculator-row h3 {
    font-size: 1.6rem;
  }

  .patient_testimonials {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .patient_testimonials #owl-carousel-container {
    margin-top: 30px !important;
  }

  .patient_testimonials .calculator_wrapper .sec-title-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout__sip-landing-page {
    padding-left: 0px;
    padding-right: 0px;
  }

  .patient_testimonials .sec-title h2 {
    margin-top: 15px;
  }

  .patient_testimonials .sec-title hr {
    margin-bottom: 17px !important;
    margin-top: 0px !important;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .sip-landing-page-row .col-1-of-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .patient_testimonials .calculator_wrapper .calculator-conatiner .calculator-col {
    padding: 10px;
  }
}

@media only screen and (max-width: 639px) {
  .patient_testimonials #card-wrapper .testimonial-text {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .calculator-row .col-1-of-4-tab {
    width: calc((100% - 0rem)/2) !important;
  }

  .patient_testimonials .calculator_wrapper .footer2 .footer-1st {
    flex-wrap: wrap;
  }

  .patient_testimonials .calculator_wrapper .footer2 .footer-2nd-icons {
    width: 50%;
    justify-content: flex-start !important;
  }

  .patient_testimonials #card-wrapper .testimonial-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 920px),projection and (max-width: 920px) {
  .calculator-body-txt .col-1-of-3 {
    margin-bottom: 1rem;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .calculator-row .custom-cta {
    margin-top: 1.5rem;
    font-size: 16px;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .patient_testimonials #card-wrapper .testimonial-text {
    font-size: 12px;
  }
}

@media screen,projection {
  .testimonial-img {
    position: relative;
  }

  .testimonial-img .overlay {
    background: hsla(0,0%,100%,.333);
    z-index: 999;
    position: absolute;
    inset: 0;
    display: none;
    transition: all .3s ease-in;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
  }

  .testimonial-img .overlay span {
    background: #db0011;
    color: #fff;
    padding: 16px;
  }

  .owl-item.center .testimonial-img:hover .overlay {
    display: flex;
  }
}

@media screen and (min-width: 499px),projection and (min-width: 499px) {
  .calculator-body-txt .col-1-of-3 {
    margin-inline: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    width: calc((100% - 4rem)/3) !important;
  }

  .calculator-body-txt .sip-landing-page-row {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen,projection {
  .theme-red2 {
    color: #fff;
    background-color: #ba1110;
  }

  .theme-red3 {
    color: #fff;
    background-color: #730014;
  }
}

@-ms-viewport {
  width: device-width;
}