@charset "UTF-8";

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-thin-left:before {
  content: "\e900";
}

.icon-chevron-thin-right:before {
  content: "\e901";
}

.icon-chevron-thin-top:before {
  content: "\e902";
}

.icon-chevron-thin-bottom:before {
  content: "\e903";
}

.icon-chevron-left:before {
  content: "\e908";
}

.icon-chevron-right:before {
  content: "\e90d";
}

.icon-chevron-top:before {
  content: "\e90e";
}

.icon-chevron-bottom:before {
  content: "\e90f";
}

.icon-download:before {
  content: "\e910";
}

.icon-check:before {
  content: "\e911";
}

.icon-arrow-right:before {
  content: "\e90c";
}

.icon-magnify:before {
  content: "\e907";
}

#header {
  padding: 0;
}

#header .badge-navbar {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
}

@media (min-width: 992px) {
  #header .badge-navbar {
    top: 0;
    left: 0;
  }
}

.navbar {
  line-height: 1.2613157;
}

.navbar.navbar-top {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .navbar-toggler {
  margin-top: -0.5rem;
  margin-right: -1rem;
}

.navbar-top {
  background: #eeeeee;
  font-size: 0.8125rem;
}

@media (min-width: 992px) {
  .navbar-top {
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .navbar-top {
    font-size: 0.9375rem;
  }
}

.navbar-top .container,
.navbar-top [class^="container-"],
.navbar-top [class*=" container-"] {
  position: relative;
}

@media (min-width: 992px) {
  .navbar-top .container,
  .navbar-top [class^="container-"],
  .navbar-top [class*=" container-"] {
    padding-left: 90px !important;
  }
}

.navbar-top .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 991.98px) {
  /*#navbarNavDropdown .sub-nav li a[href="/rheumatoid-arthritis"]{
		display: none;
	}*/
  .navbar-top .nav-item {
    white-space: nowrap;
    text-align: center;
  }

  .navbar-top .nav-item:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 53px;
  }

  .navbar-top .nav-item > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
  }
  .for-patients-page #isi-container .references {
    padding: 0 15px;
  }
  #isi-container .container-xl {
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .navbar-top .nav-item {
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 0 0 5px;
  }

  #isi-container .info-section .mob-pad-20 {
    padding: 0 15px;
    max-width: 1280px;
  }
  #isi-container .container-xl {
    padding-left: 0;
    padding-bottom: 0;
  }
  #isi-container .references-section {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .navbar-top .nav-item {
    padding-left: 0px;
  }

  .navbar-top .nav-item:last-child {
    padding-left: 5px;
  }
}

.navbar-top .nav-link {
  white-space: normal;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.navbar-top .nav-link,
.navbar-top .btn {
  padding-top: 11px;
  padding-bottom: 10px;
}

.navbar-top .btn {
  box-shadow: none;
  font-size: inherit;
  line-height: 1.428571;
}

@media (min-width: 1200px) {
  .navbar-top .btn {
    padding: 10px 18px;
  }
}

@media (max-width: 991.98px) {
  .navbar-top .nav-item:nth-of-type(1) .nav-link {
    padding-left: 25px;
  }

  .navbar-top .nav-item:nth-of-type(3) .nav-link {
    padding-right: 10px;
  }
}

.navbar-bottom {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .navbar-bottom {
    padding: 0;
  }
}

.navbar-bottom .container,
.navbar-bottom [class^="container-"],
.navbar-bottom [class*=" container-"] {
  position: relative;
}

@media (min-width: 992px) {
  .navbar-bottom .container,
  .navbar-bottom [class^="container-"],
  .navbar-bottom [class*=" container-"] {
    padding-left: 170px;
  }
}

@media (min-width: 1200px) {
  .navbar-bottom .container,
  .navbar-bottom [class^="container-"],
  .navbar-bottom [class*=" container-"] {
    padding-left: 263px;
    padding-right: 32px;
  }
}

.navbar-bottom .navbar-brand {
  margin-left: 31px;
  margin-top: 1px;
  margin-bottom: -1px;
  width: 148px;
}

@media (min-width: 992px) {
  .navbar-bottom .navbar-brand {
    margin-left: 0;
    width: 164px;
    position: absolute;
    top: -25px;
    left: 40px;
    width: 110px;
  }
}

@media (min-width: 1200px) {
  .navbar-bottom .navbar-brand {
    width: 179px;
    top: -29px;
    left: 53px;
  }
}

.navbar-bottom .navbar-brand img {
  width: 100%;
}

.navbar-bottom .navbar-collapse {
  margin-left: -1rem;
  margin-right: -1rem;
}

.navbar-bottom .navbar-collapse .navigation {
  width: 100%;
}

.navbar-bottom .btn {
  font-size: 4.75vw;
}

@media (min-width: 400px) {
  .navbar-bottom .btn {
    font-size: 17px;
  }
}

@media (min-width: 576px) {
  .navbar-bottom .btn {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .navbar-bottom .main-nav {
    padding-top: 5px;
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-bottom .main-nav {
    padding-top: 16px;
    padding-bottom: 10px;
  }
}

.navbar-nav {
  font-weight: 600;
}

@media (min-width: 992px) {
  .navbar-nav > .nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0;
  }
}

.navbar-nav .dropdown-toggle,
.navbar-nav .dropdown-item {
  white-space: normal;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    min-width: 19.1875rem;
  }
}

.navbar-nav .btn {
  border-radius: 0;
}

.navbar-collapse .nav-item {
  text-align: center;
}

.navbar-collapse .sub-nav {
  font-size: 16px;
}

.navbar-collapse .sub-nav .nav-link {
  background: #eeeeee;
  color: #474747;
  padding: 14px 15px 13px;
}

.navbar-collapse .sub-nav .nav-link:hover,
.navbar-collapse .sub-nav .nav-link:focus {
  background-color: #d5d5d5;
}

.navbar-collapse .sub-nav .btn {
  padding: 8px 10px 8px 24px;
  text-align: left;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .navbar-collapse .sub-nav .btn {
    text-align: center;
  }
}

.main-nav {
  font-size: 21px;
}

@media (min-width: 992px) {
  .main-nav {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .main-nav {
    font-size: 19px;
  }
}

@media (min-width: 992px) {
  .main-nav.navbar-nav .show > .nav-link,
  .main-nav.navbar-nav .active > .nav-link,
  .main-nav.navbar-nav .nav-link.show,
  .main-nav.navbar-nav .nav-link.active,
  .main-nav.navbar-nav .nav-link:hover,
  .main-nav.navbar-nav .nav-link:focus {
    color: #0072ce;
  }
}

@media (min-width: 992px) {
  .main-nav.navbar-nav .show > .nav-link:after,
  .main-nav.navbar-nav .active > .nav-link:after,
  .main-nav.navbar-nav .nav-link.show:after,
  .main-nav.navbar-nav .nav-link.active:after,
  .main-nav.navbar-nav .nav-link:hover:after,
  .main-nav.navbar-nav .nav-link:focus:after {
    opacity: 1;
    visibility: visible;
  }
}

.main-nav .nav-item {
  border-top: 2px solid #d8d8d8;
}

@media (min-width: 992px) {
  .main-nav .nav-item {
    border-top: none;
    display: flex;
  }
}

.main-nav .nav-item .nav-link {
  padding: 20px 15px;
}

@media (min-width: 992px) {
  .main-nav .nav-item .nav-link {
    display: inline-block;
    vertical-align: top;
    padding: 8px 5px;
  }
}

.navbar-top .nav-item {
  padding-bottom: 0;
}

.main-nav .nav-item,
.sub-nav .nav-item {
  padding-bottom: 0;
}

.main-nav .nav-item .nav-link.nav-drop-down {
  padding-top: 6px;
  padding-bottom: 9px;
}

@media (min-width: 1200px) {
  .main-nav .nav-item .nav-link.nav-drop-down {
    padding-top: 8px;
  }
}

.main-nav .nav-link {
  position: relative;
}

.main-nav .nav-link:after {
  transition: background-color 0.25s linear, opacity 0.25s linear,
    visibility 0.25s linear;
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 1px;
  height: 3px;
  background: #c8531f;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991.98px) {
  .main-nav .nav-link:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .main-nav .nav-link:hover:after,
  .main-nav .nav-link:focus:after {
    opacity: 1;
    visibility: visible;
  }
}

.main-nav .dropdown-toggle:after {
  display: none;
}

.main-nav .dropdown-menu {
  border: 0;
  border-radius: 0;
  font-size: 1.125rem;
  line-height: 1.06;
  text-align: center;
  margin: 0;
  padding: 0;
}

@media (max-width: 991.98px) {
  .main-nav .dropdown-menu {
    display: block;
    min-width: 0;
  }
}

@media (min-width: 1199px) {
  .main-nav .dropdown-menu {
    font-size: 1.0625rem;
    line-height: 1;
    margin-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-nav .dropdown-menu {
    font-size: 1.0625rem;
    line-height: 1;
    margin-top: 10px;
  }
}

.main-nav .dropdown-item {
  background-color: #0072ce;
  border: solid rgba(255, 255, 255, 0.1);
  border-width: 0 0 1px;
  color: #fff;
  font-weight: 600;
  padding: 18px 15px 16px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .main-nav .dropdown-item {
    background-color: #fff;
    border-color: #41b6e6;
    border-bottom-width: 2px;
    color: #0072ce;
    padding-top: 13px;
    padding-bottom: 11px;
  }
}

@media (min-width: 992px) {
  .main-nav .dropdown-item:first-child {
    border-top-width: 2px;
  }
}

.main-nav .dropdown-item:hover,
.main-nav .dropdown-item:focus {
  background-color: #00569b;
}

@media (min-width: 992px) {
  .main-nav .dropdown-item:hover,
  .main-nav .dropdown-item:focus {
    background-color: #0079c1;
    color: #fff;
    border-top-color: #0079c1;
  }
}

.navbar-toggler {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 100px;
  height: 114px;
  float: right;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  border: none;
  position: relative;
}

@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler:before,
.navbar-toggler:after,
.navbar-toggler .navbar-toggler-icon {
  left: 50%;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  transform: translate(-50%, 0);
  width: 47px;
  height: 6px;
  transition: all 0.2s linear;
}

.navbar-toggler .navbar-toggler-icon {
  top: 52px;
}

.navbar-toggler:before,
.navbar-toggler:after {
  content: "";
}

.navbar-toggler:before {
  top: 36px;
}

.navbar-toggler:after {
  top: 69px;
}

.nav-active .navbar-toggler:before,
.nav-active .navbar-toggler:after,
.nav-active .navbar-toggler .navbar-toggler-icon,
.navbar-toggler[aria-expanded="true"]:before,
.navbar-toggler[aria-expanded="true"]:after,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-radius: 0;
  height: 3px;
}

.nav-active .navbar-toggler .navbar-toggler-icon,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  opacity: 0;
}

.nav-active .navbar-toggler:before,
.nav-active .navbar-toggler:after,
.navbar-toggler[aria-expanded="true"]:before,
.navbar-toggler[aria-expanded="true"]:after {
  transform: translate(-50%, 0) rotate(45deg);
  top: 57px;
}

.nav-active .navbar-toggler:after,
.navbar-toggler[aria-expanded="true"]:after {
  transform: translate(-50%, 0) rotate(-45deg);
}

.badge-navbar {
  width: 103px;
  height: 103px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-align: center;
  overflow: hidden;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .badge-navbar {
    font-size: 14px;
  }
}

.badge-navbar .badge-holder {
  text-align: center;
  transform: translate(-28%, 8%) rotate(-41deg);
  padding: 12px 5px 1px;
}

@media (min-width: 1200px) {
  .badge-navbar .badge-holder {
    padding: 27px 5px 2px;
    transform: translate(-24%, -12%) rotate(-40.5deg);
  }
}

.badge-navbar .badge-holder:before {
  content: "";
  position: absolute;
  left: -99px;
  right: -99px;
  top: -99px;
  bottom: -5px;
  background: #0072ce;
  z-index: 5;
}

.badge-navbar .badge-text {
  position: relative;
  z-index: 10;
}

.menu-patients {
  display: block;
  position: relative;
}

@media (min-width: 992px) {
  .menu-patients {
    min-width: 210px;
  }
}

@media (min-width: 1200px) {
  .menu-patients {
    min-width: 263px;
  }
}

@media (min-width: 992px) {
  .dropdown.show .menu-patients:before {
    margin: 10px 0 0;
  }

  .dropdown.show .menu-patients:after {
    transform: translateX(-50%) rotate(180deg);
  }
}

.menu-patients:before,
.menu-patients:after {
  transition: opacity 0.25s linear, visibility 0.25s linear;
  content: "";
  position: absolute;
}

@media (max-width: 991.98px) {
  .menu-patients:before,
  .menu-patients:after {
    display: none;
  }
}

.menu-patients:before {
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background: #c8531f;
}

@media (min-width: 1200px) {
  .menu-patients:before {
    height: 4px;
  }
}

.menu-patients:after {
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #c8531f;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transform-origin: 50% 50%;
  top: 100%;
  margin: 2px 0 0;
}

@media (min-width: 1200px) {
  .menu-patients:after {
    height: 0;
    width: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 12px solid #c8531f;
  }
}

body:not(.for-patients-page) .menu-patients:before {
  height: 0px;
}

body:not(.for-patients-page) .menu-patients:after {
  border-top: 8px solid #d8d8d8;
}

.menu-patients .link-small-text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 63px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .menu-patients .link-small-text {
    padding-left: 1.2vw;
    padding-right: 1.2vw;
  }
}

@media (min-width: 1200px) {
  .menu-patients .link-small-text {
    padding-left: 63px;
    padding-right: 63px;
  }
}

.menu-patients .text-holder {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
  position: relative;
  font-weight: 700;
}

@media (min-width: 992px) {
  .menu-patients .text-holder {
    padding-left: 9px;
    padding-right: 9px;
  }
}

@media (min-width: 1200px) {
  .menu-patients .text-holder {
    padding-left: 11px;
    padding-right: 11px;
  }
}

.menu-patients .text-holder:before,
.menu-patients .text-holder:after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  height: 2px;
  background: #c8531f;
}

.menu-patients .text-holder:before {
  right: 100%;
  left: -99px;
}

.menu-patients .text-holder:after {
  left: 100%;
  right: -99px;
}

.menu-patients .small {
  font-size: 78%;
  margin-bottom: -3px;
}

@media (min-width: 1200px) {
  .menu-patients .small {
    margin-bottom: 2px;
  }
}

.bullet-list,
.bullet-list-warning,
.info-section ul:not(.bullet-list),
.info-fixed-block ul:not(.bullet-list),
.bullet-list-primary,
.accordion_expertise,
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-medium {
  font-weight: 600 !important;
}

.small_2 {
  font-size: 58%;
}

.bg-light-pink {
  background-color: rgba(200, 83, 31, 0.1) !important;
}

.bg-light-blue {
  background-color: #e4ecf8 !important;
}

.bg-dark-pink {
  background-color: rgba(200, 83, 31, 0.2) !important;
}

.no_wrap {
  white-space: nowrap !important;
}

html {
  font-size: 100%;
}

body {
  min-width: 320px;
}

@media (min-width: 1200px) {
  body {
    font-size: 1.0625rem;
    line-height: 1.4117647;
  }
}

img,
svg {
  max-width: 100%;
  height: auto;
}

b,
strong {
  font-weight: 700;
}

hr {
  border-width: 2px;
  background-color: #d8d8d8;
}

@media (max-width: 575.98px) {
  hr {
    margin-top: 0.1875rem;
  }
}

.table {
  line-height: 1.25;
}

@media (max-width: 575.98px) {
  .table {
    font-size: 14px;
  }
}

.table thead th,
.table tbody th,
.table tbody td {
  vertical-align: middle;
}

.table th {
  font-weight: 600;
}

.table th sup {
  display: inline-block;
  vertical-align: baseline;
  font-size: 50% !important;
  top: -9px !important;
  left: 2px;
}

.table td {
  border: solid #fff;
  border-width: 0 4px;
  height: 46px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (min-width: 375px) {
  .table td {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .table td {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .table td {
    padding-left: 25px;
    padding-right: 25px;
  }
}

ul,
ol {
  padding-left: 16px;
}

ul > li,
ol > li {
  padding-bottom: 4px;
}

ul > li > ul,
ul > li ol,
ol > li > ul,
ol > li ol {
  padding-top: 6px;
}

ul strong,
ul b,
ol strong,
ol b {
  font-weight: 600;
}

/* name fonts */
/* typography settings */
/* set default styles in all browsers */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  margin-bottom: 0.5em;
}

@media (min-width: 1200px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 0.75em;
  }
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h1 a:focus,
h1 a.active-answer,
.active-answer h1 a,
.h1 a:hover,
.h1 a:focus,
.h1 a.active-answer,
.active-answer .h1 a,
h2 a:hover,
h2 a:focus,
h2 a.active-answer,
.active-answer h2 a,
.h2 a:hover,
.h2 a:focus,
.h2 a.active-answer,
.active-answer .h2 a,
h3 a:hover,
h3 a:focus,
h3 a.active-answer,
.active-answer h3 a,
.h3 a:hover,
.h3 a:focus,
.h3 a.active-answer,
.active-answer .h3 a,
h4 a:hover,
h4 a:focus,
h4 a.active-answer,
.active-answer h4 a,
.h4 a:hover,
.h4 a:focus,
.h4 a.active-answer,
.active-answer .h4 a,
h5 a:hover,
h5 a:focus,
h5 a.active-answer,
.active-answer h5 a,
.h5 a:hover,
.h5 a:focus,
.h5 a.active-answer,
.active-answer .h5 a,
h6 a:hover,
h6 a:focus,
h6 a.active-answer,
.active-answer h6 a,
.h6 a:hover,
.h6 a:focus,
.h6 a.active-answer,
.active-answer .h6 a,
.h a:hover,
.h a:focus,
.h a.active-answer,
.active-answer .h a {
  color: #007aff;
}

/*  h1 sup,
  h1 sub, .h1 sup,
  .h1 sub,
  h2 sup,
  h2 sub, .h2 sup,
  .h2 sub,
  h3 sup,
  h3 sub, .h3 sup,
  .h3 sub,
  h4 sup,
  h4 sub, .h4 sup,
  .h4 sub,
  h5 sup,
  h5 sub, .h5 sup,
  .h5 sub,
  h6 sup,
  h6 sub, .h6 sup,
  .h6 sub,
  .h sup,
  .h sub, p sup {
    font-size: 50% !important;
    top: -.75em !important; }
  }*/
h1 b,
h1 strong,
.h1 b,
.h1 strong,
h2 b,
h2 strong,
.h2 b,
.h2 strong,
h3 b,
h3 strong,
.h3 b,
.h3 strong,
h4 b,
h4 strong,
.h4 b,
.h4 strong,
h5 b,
h5 strong,
.h5 b,
.h5 strong,
h6 b,
h6 strong,
.h6 b,
.h6 strong,
.h b,
.h strong {
  font-weight: 600;
}

.title_box h1,
.title_box .h1,
.title_box h2,
.title_box .h2,
.title_box h3,
.title_box .h3,
.title_box h4,
.title_box .h4,
.title_box h5,
.title_box .h5,
.title_box h6,
.title_box .h6,
.title_box .h {
  margin-bottom: 0 !important;
}

.heading_decorated h1,
.heading_decorated .h1,
.heading_decorated h2,
.heading_decorated .h2,
.heading_decorated h3,
.heading_decorated .h3,
.heading_decorated h4,
.heading_decorated .h4,
.heading_decorated h5,
.heading_decorated .h5,
.heading_decorated h6,
.heading_decorated .h6,
.heading_decorated .h {
  font-weight: 600 !important;
  margin-bottom: 0 !important;
}

.heading_decorated__home h1,
.heading_decorated__home .h1,
.heading_decorated__home h2,
.heading_decorated__home .h2,
.heading_decorated__home h3,
.heading_decorated__home .h3,
.heading_decorated__home h4,
.heading_decorated__home .h4,
.heading_decorated__home h5,
.heading_decorated__home .h5,
.heading_decorated__home h6,
.heading_decorated__home .h6,
.heading_decorated__home .h {
  font-weight: 700 !important;
}

.heading_decorated.heading_decorated_primary h1,
.heading_decorated.heading_decorated_primary .h1,
.heading_decorated.heading_decorated_primary h2,
.heading_decorated.heading_decorated_primary .h2,
.heading_decorated.heading_decorated_primary h3,
.heading_decorated.heading_decorated_primary .h3,
.heading_decorated.heading_decorated_primary h4,
.heading_decorated.heading_decorated_primary .h4,
.heading_decorated.heading_decorated_primary h5,
.heading_decorated.heading_decorated_primary .h5,
.heading_decorated.heading_decorated_primary h6,
.heading_decorated.heading_decorated_primary .h6,
.heading_decorated.heading_decorated_primary .h {
  font-weight: 400;
}

.step-block h1,
.step-block .h1,
.step-block h2,
.step-block .h2,
.step-block h3,
.step-block .h3,
.step-block h4,
.step-block .h4,
.step-block h5,
.step-block .h5,
.step-block h6,
.step-block .h6,
.step-block .h {
  font-weight: 600;
}

.column_text h1,
.quote_image_tab h1,
.column_text .h1,
.quote_image_tab .h1,
.column_text h2,
.quote_image_tab h2,
.column_text .h2,
.quote_image_tab .h2,
.column_text h3,
.quote_image_tab h3,
.column_text .h3,
.quote_image_tab .h3,
.column_text h4,
.quote_image_tab h4,
.column_text .h4,
.quote_image_tab .h4,
.column_text h5,
.quote_image_tab h5,
.column_text .h5,
.quote_image_tab .h5,
.column_text h6,
.quote_image_tab h6,
.column_text .h6,
.quote_image_tab .h6,
.column_text .h,
.quote_image_tab .h {
  display: block;
}

h1,
.h1 {
  line-height: 1.10714286;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.75rem;
    line-height: 1.11363636;
  }
}

h2,
.h2 {
  line-height: 1.25;
  margin-bottom: 0.3571428em;
}

@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 1.4375rem;
  }
}

@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 1.6875rem;
  }
}

h3,
.h3 {
  line-height: 1.2222222;
}

@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 1.375rem;
  }
}

h4,
.h4 {
  line-height: 1.2238095;
}

@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}

h6,
.h6 {
  font-size: 100%;
}

b.h6,
strong.h6 {
  font-weight: 700;
}

@media (min-width: 992px) {
  .h2-custom {
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) {
  .h4_custom {
    font-size: 1.1875rem;
  }
}

@media (max-width: 767.98px) {
  .h5-custom {
    font-size: 0.95rem;
  }
}

.subtitle {
  font-weight: 600;
  margin-bottom: 1.05em;
}

.content-holder .h5,
.content-holder .h6 {
  font-weight: 700;
}

strong.subtitle-normal {
  font-weight: 700;
}

.subtitle-normal {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .subtitle-normal {
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  .subtitle-normal {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .subtitle-normal {
    font-size: 1.125rem;
  }
}

@media (min-width: 1600px) {
  .subtitle-normal {
    font-size: 1.25rem;
  }
}

a {
  transition: color 0.25s linear, background-color 0.25s linear,
    border 0.25s linear, opacity 0.25s linear, box-shadow 0.25s linear,
    padding 0.25s linear;
  font-size: 100%;
}

@media (min-width: 1200px) {
  p {
    margin-bottom: 1.125em;
  }
}

.double-dagger {
  font-size: 0.75em !important;
}

.lead {
  font-size: 112.5%;
}

.lead b,
.lead strong {
  font-weight: 600;
}
.amgen-expertise .lead b,
.lead strong {
  font-weight: 700;
}

.text_under {
  font-size: 0.86875rem;
  line-height: 1.31;
}

.ico-triangle {
  height: 0;
  width: 0;
  border-bottom: 7px solid transparent;
  border-left: 14px solid #fff;
  border-top: 7px solid transparent;
  border-radius: 2px 10px 10px 2px;
  font-size: 0;
  line-height: 0;
}

.ico-close-custom {
  width: 20px;
  height: 20px;
  position: relative;
}

.ico-close-custom:before,
.ico-close-custom:after {
  transition: all 0.25s linear;
  content: "";
  width: 21px;
  height: 2px;
  background: #ededed;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 0 0;
}

.ico-close-custom:before {
  transform: rotate(45deg) translate(-50%, -50%);
}

.ico-close-custom:after {
  /* display: none; */
  transform: rotate(-45deg) translate(-50%, -50%);
}

.modal .ico-close-custom:before {
  transform: rotate(45deg) translate(-50%, -50%);
}

.modal .ico-close-custom:after {
  display: block;
  transform: rotate(-45deg) translate(-50%, -50%);
}

.ico-plus-circe-custom,
.ico-minus-circle-custom {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 51px;
  height: 51px;
  display: inline-block;
  vertical-align: middle;
  transition: background-color 0.25s linear, color 0.25s linear;
}

.section-banners .ico-plus-circe-custom,
.section-banners .ico-minus-circle-custom {
  background-color: #fff;
}

.section-banners .ico-plus-circe-custom:before,
.section-banners .ico-plus-circe-custom:after,
.section-banners .ico-minus-circle-custom:before,
.section-banners .ico-minus-circle-custom:after {
  background-color: #dc3545;
}

.ico-plus-circle-custom {
  background: #c8531f;
  border-radius: 50%;
}

.ico-plus-circle-custom:before,
.ico-plus-circle-custom:after {
  transition: background-color 0.25s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.ico-plus-circle-custom:before {
  height: 20px;
}

.ico-plus-circle-custom:after {
  width: 20px;
}

.ico-minus-circle-custom {
  background-color: #c8531f;
}

.ico-minus-circle-custom:after {
  width: 20px;
  background-color: #fff;
}

.ico-check-circle-custom {
  background: #28a745;
}

.ico-check-circle-custom:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 7px;
  line-height: 0;
}

.ico-close-circle-custom {
  background-color: #ededed;
}

.ico-close-circle-custom:before,
.ico-close-circle-custom:after {
  content: "";
  width: 10px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
}

.ico-close-circle-custom:before {
  transform: rotate(45deg);
}

.ico-close-circle-custom:after {
  transform: rotate(-45deg);
}

[class*="circle-icon"] {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
}

[class*="circle-icon"]:before {
  color: #fff;
}

.link-block [class*="circle-icon"] {
  width: 20px;
  height: 20px;
}

.ico-minus-custom,
.ico-minus-circle-custom {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.ico-minus-custom:after,
.ico-minus-circle-custom:after {
  transition: all 0.25s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 12px;
  height: 2px;
  background: #dc3545;
}

.ico-plus-custom,
.ico-plus-circle-custom {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.ico-plus-custom:before,
.ico-plus-circle-custom:before,
.ico-plus-custom:after,
.ico-plus-circle-custom:after {
  transition: all 0.25s linear;
  content: "";
  background: #dc3545;
  position: absolute;
}

.ico-plus-custom:before,
.ico-plus-circle-custom:before {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 1px;
}

.ico-plus-custom:after,
.ico-plus-circle-custom:after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
}

.ico-chevron-left {
  width: 18px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: 20px;
}

.ico-chevron-left:before,
.ico-chevron-left:after {
  transition: all 0.25s linear;
  content: "";
  width: 22px;
  height: 2px;
  background: #434343;
  position: absolute;
}

.w01-carousel .ico-chevron-left:before,
.w01-carousel .ico-chevron-left:after {
  background-color: #fff;
}

.ico-chevron-left:before {
  top: 50%;
  left: 0;
  transform: rotate(-45deg) translate(0, -50%);
  transform-origin: 0 0;
  margin: 0 0 0 2px;
}

.ico-chevron-left:after {
  bottom: 50%;
  margin: 0 -7px 0 0;
  right: 0;
  transform: rotate(45deg) translate(0, 50%);
  transform-origin: 0 0;
}

.ico-chevron-right {
  width: 18px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: 20px;
}

.ico-chevron-right:before,
.ico-chevron-right:after {
  transition: all 0.25s linear;
  content: "";
  width: 22px;
  height: 2px;
  background: #434343;
  position: absolute;
}

.w01-carousel .ico-chevron-right:before,
.w01-carousel .ico-chevron-right:after {
  background-color: #fff;
}

.ico-chevron-right:before {
  top: 0;
  left: 0;
  transform: rotate(45deg) translate(0, 50%);
  transform-origin: 0 0;
  margin: -2px 0 0 4px;
}

.ico-chevron-right:after {
  bottom: 0;
  margin: 0 -6px 0 0;
  right: 0;
  transform: rotate(-45deg) translate(0, -50%);
  transform-origin: 0 0;
}

.ico-chevron-down {
  width: 82px;
  height: 47px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: blue;
}

.ico-chevron-down:before,
.ico-chevron-down:after {
  transition: all 0.25s linear;
  content: "";
  width: 73%;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 0;
}

.ico-chevron-down:before {
  border-radius: 4px 0 0 4px;
  left: 0;
  transform: rotate(45deg);
  transform-origin: 0 0;
  margin: -2px 0 0 4px;
}

.ico-chevron-down:after {
  border-radius: 0 4px 4px 0;
  margin: -4px -2px 0 0;
  right: 0;
  transform: rotate(-45deg);
  transform-origin: 100% 100%;
}

.ico-down {
  width: 36px;
  height: 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.ico-down:before,
.ico-down:after {
  transition: all 0.25s linear;
  content: "";
  border-radius: 1px;
  width: 52%;
  height: 2px;
  background: #80b9e7;
  position: absolute;
  top: 0;
}

.ico-down:before {
  left: 0;
  transform: rotate(30deg);
  transform-origin: 0 0;
  margin: -1px 0 0 2px;
}

.ico-down:after {
  margin: -1px 2px 0 0;
  right: 0;
  transform: rotate(-30deg);
  transform-origin: 100% 100%;
}

.ico_storage,
.ico_growing {
  font-size: 1.0625rem;
  font-weight: normal;
  line-height: 1.05882;
  text-transform: uppercase;
}

.ico_storage .large {
  font-size: 194.11765%;
}

.ico_growing .large {
  font-size: 123.52941%;
}

.btn-close-square {
  width: 70px;
  height: 57px;
  background: #0072ce;
  border: none;
  padding: 0;
  position: relative;
}

.btn-close-square:hover,
.btn-close-square:focus {
  background-color: #00569b;
  outline: none;
}

.btn-close-square .ico-close-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.read-more {
  border: none;
  background: none;
  color: #0072ce;
}

.btn {
  border-radius: 3px;
  text-align: center;
}

.btn .link-holder {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 17px;
  position: relative;
}

@media (min-width: 1200px) {
  .btn .link-holder {
    padding-left: 20px;
  }
}

.btn .link-holder [class^="ico-"],
.btn .link-holder [class*=" ico-"] {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}

.btn_iconed {
  padding-left: 29px;
  padding-right: 45px;
  position: relative;
}

.btn_iconed [class^="ico-"],
.btn_iconed [class*=" ico-"],
.btn_iconed [class^="icon-"],
.btn_iconed [class*=" icon-"] {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 5px;
}

.ad-button {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.2380952;
  margin: 0.6875rem 0 2.3125rem;
}

@media (max-width: 575.98px) {
  .ad-button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .ad-button {
    font-size: 1.4375rem;
    line-height: 1.4347826;
    margin-top: 0.875rem;
  }
}

.ad-button .btn_logo_block,
.ad-button .btn_text_box {
  display: -ms-flexbox;
  display: flex;
}

.ad-button .btn_logo_block {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  padding: 25px 25px 18px;
  min-width: 160px;
}

@media (max-width: 575.98px) {
  .ad-button .btn_logo_block {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .ad-button .btn_logo_block img {
    width: 149px;
    height: 80px;
  }
}

@media (min-width: 992px) {
  .ad-button .btn_logo_block {
    min-width: 180px;
    padding: 19px 21px 17px;
  }
}

.ad-button .btn_text_box {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-image: linear-gradient(to right, #0072ce, #00adee);
  color: #fff;
  padding: 0 20px 0 70px;
  position: relative;
  text-align: center;
}

@media (min-width: 375px) {
  .ad-button .btn_text_box {
    padding-right: 32px;
    padding-left: 65px;
  }
}

@media (min-width: 992px) {
  .ad-button .btn_text_box {
    padding-right: 80px;
    padding-left: 140px;
  }
}

@media (min-width: 1200px) {
  .ad-button .btn_text_box {
    padding-right: 110px;
    padding-left: 220px;
  }
}

.ad-button .btn_text_holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 170px;
  padding: 15px 0;
}

@media (min-width: 576px) {
  .ad-button .btn_text_holder {
    min-height: 116px;
  }
}

.ad-button [class^="icon-"],
.ad-button [class*=" icon-"],
.ad-button [class^="ico-"],
.ad-button [class*=" ico-"] {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 76px;
  left: 0;
}

@media (min-width: 992px) {
  .ad-button [class^="icon-"],
  .ad-button [class*=" icon-"],
  .ad-button [class^="ico-"],
  .ad-button [class*=" ico-"] {
    left: 20px;
  }
}

.cta,
.cta_noborder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1875rem;
  line-height: 1.25;
}

@media screen and (max-width: 420px) {
  .cta,
  .cta_noborder {
    font-size: 4.8469vw;
  }
}

@media (min-width: 992px) {
  .cta,
  .cta_noborder {
    padding: 15px 22px;
  }
}

.cta .cta__body,
.cta_noborder .cta__body {
  text-align: right;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 23px 0 0;
}

.cta p,
.cta_noborder p {
  margin: 0;
}

.cta p span,
.cta_noborder p span {
  font-weight: 400;
}

.cta {
  background: #fff;
  color: #0079c1;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  padding: 20px 23px;
}

@media (min-width: 992px) {
  .cta {
    text-transform: uppercase;
  }
}

.cta:hover,
.cta:focus {
  box-shadow: 4px 4px 18px 3px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
  .cta .cta__body {
    text-align: center;
  }
}

.cta_noborder {
  background-color: transparent;
  box-shadow: none;
  color: #c8531f;
  font-weight: 700;
  line-height: 1.2105263;
  padding: 10px 0;
}

@media (min-width: 992px) {
  .cta_noborder {
    font-size: 1.4rem;
    line-height: 1.09375;
  }
}

.cta_noborder .button_arrow {
  font-size: 30px;
  border-radius: 5px;
  padding-top: 4px;
}

@media (min-width: 992px) {
  .cta_noborder .button_arrow {
    width: 52px;
    height: 43px;
  }
}

.cta_noborder a:before {
  font-family: "Material Symbols Outlined";
  font-size: 65px;
  font-weight: 100;
  content: "\e315";
  color: #ffffff;
}

.totality-evidence .icon-check:before {
  content: "\e876";
  font-family: "Material Symbols Rounded";
  font-size: 55px;
  font-weight: 600;
}

.button_arrow.download:before {
  display: none;
}

.button_arrow {
  transition: color 0.25s linear, background-color 0.25s linear,
    opacity 0.25s linear, visibility 0.25s linear;
  width: 58px;
  height: 50px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #c8531f;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  border-radius: 6px;
}

.cta:hover .button_arrow,
.cta:focus .button_arrow,
a.button_arrow:hover,
a.button_arrow:focus,
button.button_arrow:hover,
button.button_arrow:focus,
input.button_arrow:hover,
input.button_arrow:focus {
  color: #59b5ff;
}

.btn_card {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #0079c1;
  padding: 1.4375rem 19px 1.3125rem;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.32px;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .btn_card {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 992px) {
  .btn_card {
    font-size: 1.1875rem;
    margin-bottom: 1.0625rem;
    padding: 1.75rem 1.375rem 1.4375rem;
  }
}

.btn_card:hover .button_arrow,
.btn_card:focus .button_arrow {
  color: #59b5ff;
}

.btn_card.btn_card_lg {
  font-size: 1.1875rem;
  line-height: 1.21053;
  padding: 1.8125rem 23px 1.9375rem;
}

.btn_card.btn_card_lg .button_arrow {
  width: 57px;
  height: 46px;
  -ms-flex-preferred-size: 57px;
  flex-basis: 57px;
  font-size: 2.25rem;
}

.btn_card.btn_card_sm {
  padding: 0.875rem 20px;
}

@media (min-width: 992px) {
  .btn_card.btn_card_sm {
    padding: 0.9375rem 22px 0.9375rem 33px;
  }
}

@media (max-width: 767.98px) {
  .btn_card.btn_lot_text {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 767.98px) {
  .btn_card.btn_little_text {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.btn_card .holder img {
  max-width: 235px;
  width: 100%;
}

.btn_card .button_arrow {
  width: 51px;
  height: 44px;
  /* font-size: 1.625rem; */
  border-radius: 6px;
  transition: 0.3s;
  -ms-flex: 0 0 51px;
  flex: 0 0 51px;
}

@media (min-width: 992px) {
  .btn_card .button_arrow {
    width: 58px;
    height: 49px;
    -ms-flex-preferred-size: 58px;
    flex-basis: 58px;
  }
}

/* .btn_card .button_arrow [class^="icon-"],
    .btn_card .button_arrow [class*=" icon-"],
    .btn_card .button_arrow [class^="ico-"],
    .btn_card .button_arrow [class*=" ico-"] {
      margin: 2px 0 0; } */
.btn_card .ico_block {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
}

@media (min-width: 768px) {
  .btn_card .ico_block {
    width: 42px;
  }
}

.btn_card .ico_people {
  display: inline-block;
  vertical-align: middle;
  width: 78px;
}

@media (min-width: 768px) {
  .btn_card .ico_people {
    width: 68px;
  }
}

.link_underline {
  text-decoration: underline;
}

.link_underline:hover,
.link_underline:focus {
  text-decoration: none;
}

.link_primary {
  color: #0072ce;
  text-decoration: none;
}

.link_primary:hover,
.link_primary:focus,
.link_primary.active-answer,
.active-answer .link_primary {
  color: #474747;
}

.q-code-cta {
  display: block;
  text-align: center;
  max-width: 315px;
  margin: 0 auto 20px;
  background: #c8531f;
  padding: 19px 50px;
  border-radius: 40px;
}

.q-code-cta span.q-code-cta-content {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.two_column__holder .q-code-cta {
  max-width: 322px;
  padding: 13px 50px;
}

.two_column__holder .q-code-cta span.q-code-cta-content {
  font-size: 17px;
}

@media (min-width: 768px) {
  .q-code-cta {
    max-width: 713px;
    padding: 12px 50px;
    margin-bottom: 40px;
  }

  .q-code-cta span.q-code-cta-content {
    font-size: 24px;
  }

  .two_column__holder .q-code-cta {
    max-width: 668px;
    padding: 11px 50px;
  }

  .two_column__holder .q-code-cta span.q-code-cta-content {
    font-size: 22px;
  }
}

.resources_links .btn_card {
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875;
  padding-bottom: 1.1875rem;
  margin-bottom: 0.75rem;
}

.resources_links .btn_card.q-code {
  text-align: center;
  padding: 0.725rem;
  min-height: 225px;
  pointer-events: none;
}

.resources_links .btn_card.q-code .qcode_holder {
  color: #0072ce;
  font-weight: 400;
  font-size: 21px;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 0.67px;
  line-height: 1.1;
}

.resources_links .btn_card.q-code .qcode_holder strong {
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 0.91px;
}

@media (min-width: 768px) {
  .resources_links .btn_card.q-code {
    min-height: 0;
  }

  .resources_links .btn_card.q-code .qcode_holder {
    font-size: 14.7px;
  }

  .resources_links .btn_card.q-code .qcode_holder strong {
    font-size: 22.8px;
  }
}

@media (max-width: 767.98px) {
  .resources_links .btn_card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .resources_links .btn_card .holder {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0 0 20px;
  }

  .resources_links .btn_card .holder:last-child {
    padding-top: 6px;
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .resources_links .btn_card {
    font-size: 0.9rem;
    line-height: 1.25;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.875rem 12px 0.9375rem 5px;
  }
}

.resources_links .btn_card .text_holder {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .resources_links .btn_card .button_arrow {
    width: 18px;
    height: 41px;
  }
}

@media (min-width: 768px) {
  .resources_links .btn_card .holder {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 768px) {
  .resources_links .btn_card .holder:first-child {
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .resources_links .btn_card .holder:first-child {
    -ms-flex-preferred-size: 115px;
    flex-basis: 115px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .resources_links .btn_card .holder:last-child {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

@media (min-width: 768px) {
  .resources_links .ico_storage,
  .resources_links .ico_growing {
    font-size: 0.96875rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .resources_links .ico_storage .large {
    font-size: 187.5%;
  }
}

.resources_links .ico_growing .large {
  font-size: 116.12903%;
}

.indication-block {
  color: #474747;
  background: #ebf4fa;
  font-size: 1rem;
  line-height: 1.3125;
}

@media (min-width: 768px) {
  .indication-block {
    line-height: 1.1575;
  }
}

@media (min-width: 1200px) {
  .indication-block {
    font-size: 1.0625rem;
    line-height: 1.05882353;
  }
}

.indication-block p {
  margin: 0 0 0.6875rem;
}

@media (min-width: 992px) {
  .indication-block p {
    margin-bottom: 0.4375rem;
  }
}

.indication-block .js-read-more,
.indication-block .js-close-more {
  font-weight: 700;
  text-transform: capitalize;
}

.indication-block .indication-title {
  font-size: 1.1875rem;
}

@media (min-width: 992px) {
  .indication-block .indication-title {
    font-size: 1.3125rem;
  }
}

.indication-block .btn-close-square {
  transition: background-color 0.25s linear, color 0.25s linear;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.375rem;
  color: #eeeeee;
  opacity: 1;
}

@media (min-width: 992px) {
  .indication-block .btn-close-square {
    width: 64px;
    height: 53px;
  }
}

.indication-block .btn-close-square:hover {
  color: #007aff;
  background-color: #0062cc;
}

@media (min-width: 992px) {
  .indication-block .btn-close-square .ico-close-custom:after,
  .indication-block .btn-close-square .ico-close-custom:before {
    width: 30px;
    height: 3px;
  }
}

.indication-block .indication-title {
  display: block;
  font-size: 1.3125rem;
  font-weight: 700;
  margin: 0 0 0.625rem;
}

@media (max-width: 767.98px) {
  .indication-block .indication-title {
    font-size: 1.125rem;
  }
}

.indication-block .indication-title:not(.patient) {
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .indication-block .indication-title:not(.patient) {
    text-transform: uppercase;
  }
}

.indication-block .js-close-more {
  display: block;
  font-size: 1.125rem;
  margin: 0 0 0.625rem;
}

.indication-block .bullet-list,
.indication-block .bullet-list-warning,
.indication-block .info-section ul:not(.bullet-list),
.info-section .indication-block ul:not(.bullet-list),
.indication-block .info-fixed-block ul:not(.bullet-list),
.info-fixed-block .indication-block ul:not(.bullet-list) {
  margin-bottom: 0.4375rem;
}

@media (min-width: 992px) {
  .indication-block .bullet-list,
  .indication-block .bullet-list-warning,
  .indication-block .info-section ul:not(.bullet-list),
  .info-section .indication-block ul:not(.bullet-list),
  .indication-block .info-fixed-block ul:not(.bullet-list),
  .info-fixed-block .indication-block ul:not(.bullet-list) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .indication-block .bullet-list > li,
  .indication-block .bullet-list-warning > li,
  .indication-block .info-section ul:not(.bullet-list) > li,
  .info-section .indication-block ul:not(.bullet-list) > li,
  .indication-block .info-fixed-block ul:not(.bullet-list) > li,
  .info-fixed-block .indication-block ul:not(.bullet-list) > li {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 992px) {
  .indication-block .bullet-list > li:before,
  .indication-block .bullet-list-warning > li:before,
  .indication-block .info-section ul:not(.bullet-list) > li:before,
  .info-section .indication-block ul:not(.bullet-list) > li:before,
  .indication-block .info-fixed-block ul:not(.bullet-list) > li:before,
  .info-fixed-block .indication-block ul:not(.bullet-list) > li:before {
    width: 5px;
    height: 5px;
    top: 7px;
    left: 1px;
  }
}

.indication-inner {
  padding: 1.375rem 12px 0.3125rem;
  position: relative;
}

@media (min-width: 768px) {
  .indication-inner {
    padding: 1.25rem 12px 0.625rem;
  }
}

@media (min-width: 992px) {
  .indication-inner {
    padding: 1rem 8px 0.625rem;
  }
}

.indication-inner .container,
.indication-inner [class^="container-"],
.indication-inner [class*=" container-"] {
  padding-right: 68px;
}

@media (min-width: 768px) {
  .indication-inner .container,
  .indication-inner [class^="container-"],
  .indication-inner [class*=" container-"] {
    padding-right: 48px;
  }
}

@media (min-width: 992px) {
  .indication-inner .container,
  .indication-inner [class^="container-"],
  .indication-inner [class*=" container-"] {
    padding-right: 72px;
  }
}

/* .indication-inner .indication-holder {
    margin: 0 -60px 0 0; } */
@media (min-width: 768px) {
  .indication-inner .indication-holder {
    margin-right: -40px;
  }
}

@media (max-width: 450px) {
  .indication-inner .container,
  .indication-inner [class^="container-"],
  .indication-inner [class*=" container-"] {
    padding-right: 20px;
  }

  .indication-inner {
    padding: 1.375rem 20px 0.3125rem 5px;
  }
}

@media (max-width: 375px) {
  .indication-inner .container,
  .indication-inner [class^="container-"],
  .indication-inner [class*=" container-"] {
    padding-right: 5px;
  }

  .indication-inner {
    padding: 1.375rem 5px 0.3125rem;
  }
}

[data-cookie-alert] {
  overflow: hidden;
  transition: none !important;
  opacity: 0;
  height: 0;
  display: block !important;
}

[data-cookie-alert].show {
  opacity: 1;
  height: auto;
}

/*.info-section .text-primary-2 {
	color: #474747 !important;
}*/

.bullet-list,
.bullet-list-warning,
.info-section ul:not(.bullet-list),
.info-fixed-block ul:not(.bullet-list),
.bullet-list-primary {
  margin: 0 0 0.9375rem;
}

.bullet-list > li,
.bullet-list-warning > li,
.info-section ul:not(.bullet-list) > li,
.info-fixed-block ul:not(.bullet-list) > li,
.bullet-list-primary > li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 0.625rem;
  padding: 0 0 0 16px;
  position: relative;
}

.bullet-list > li strong {
  font-weight: 700 !important;
}

.what-is-riabni .bullet-list-warning > li {
  font-size: 18px;
}

@media (min-width: 992px) {
  .what-is-riabni .bullet-list-warning > li {
    font-size: 17px;
  }
}

.section_content .bullet-list > li,
.section_content .bullet-list-warning > li,
.section_content .info-section ul:not(.bullet-list) > li,
.info-section .section_content ul:not(.bullet-list) > li,
.section_content .info-fixed-block ul:not(.bullet-list) > li,
.info-fixed-block .section_content ul:not(.bullet-list) > li,
.section_content .bullet-list-primary > li {
  margin-bottom: 0.5rem;
}

.diagram_wrapper .bullet-list > li,
.diagram_wrapper .bullet-list-warning > li,
.diagram_wrapper .info-section ul:not(.bullet-list) > li,
.info-section .diagram_wrapper ul:not(.bullet-list) > li,
.diagram_wrapper .info-fixed-block ul:not(.bullet-list) > li,
.info-fixed-block .diagram_wrapper ul:not(.bullet-list) > li,
.diagram_wrapper .bullet-list-primary > li {
  margin-bottom: 0.375rem;
}

@media (min-width: 992px) {
  .diagram_wrapper .bullet-list > li,
  .diagram_wrapper .bullet-list-warning > li,
  .diagram_wrapper .info-section ul:not(.bullet-list) > li,
  .info-section .diagram_wrapper ul:not(.bullet-list) > li,
  .diagram_wrapper .info-fixed-block ul:not(.bullet-list) > li,
  .info-fixed-block .diagram_wrapper ul:not(.bullet-list) > li,
  .diagram_wrapper .bullet-list-primary > li {
    margin-bottom: 0.1875rem;
  }
}

.bullet-list > li ul li:before,
.bullet-list-warning > li ul li:before,
.info-section ul:not(.bullet-list) > li ul li:before,
.info-fixed-block ul:not(.bullet-list) > li ul li:before,
.bullet-list-primary > li ul li:before {
  content: "";
  background-color: transparent;
  border: 1px solid #c8531f;
}

.bullet-list > li:before,
.bullet-list-warning > li:before,
.info-section ul:not(.bullet-list) > li:before,
.info-fixed-block ul:not(.bullet-list) > li:before,
.bullet-list-primary > li:before {
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.3125rem 0 0;
}

@media (min-width: 992px) {
  .bullet-list > li:before,
  .bullet-list-warning > li:before,
  .info-section ul:not(.bullet-list) > li:before,
  .info-fixed-block ul:not(.bullet-list) > li:before,
  .bullet-list-primary > li:before {
    width: 6px !important;
    height: 6px !important;
  }
}

.bullet-list > li:before {
  background-color: #474747;
}

.bullet-list-primary > li:before {
  background-color: #007aff;
}

.bullet-list-primary > li ul {
  list-style-type: none;
}

.bullet-list-primary > li ul li {
  position: relative;
}

.bullet-list-primary > li ul li:before {
  content: "";
  background-color: transparent;
  border: 1px solid #007aff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 8px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.3125rem 0 0;
}

@media (min-width: 992px) {
  .bullet-list-primary > li ul li:before {
    width: 6px;
    height: 6px;
  }
}

.bullet-list-warning > li:before,
.info-section ul:not(.bullet-list) > li:before,
.info-fixed-block ul:not(.bullet-list) > li:before {
  background-color: #c8531f;
}

.info-popup-active {
  overflow: hidden;
}

.info-fixed-block {
  transition: transform 0.25s linear;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: #fff;
  box-shadow: 0 -0.125rem 0.625rem 0 rgba(0, 0, 0, 0.14);
  transform: translateY(calc(100% - 131px));
  height: calc(100% - 167px);
  z-index: 100;
}

@media (max-width: 767.98px) {
  .info-fixed-block {
    font-size: 0.875rem;
    line-height: 1.15;
  }

  .for-patients-page .info-fixed-block {
    bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .info-fixed-block {
    transform: translateY(calc(100% - 150px));
    padding: 0 0 3.4375rem;
  }

  .for-patients-page .info-fixed-block {
    bottom: -5px !important;
  }
}

@media (min-width: 992px) {
  .info-fixed-block {
    height: calc(100% - 140px);
    padding: 1rem 0 2.1875rem;
  }
}

@media (min-width: 1200px) {
  .info-fixed-block {
    height: calc(100% - 180px);
  }
  .info-fixed-block .container-xl {
    max-width: 1295px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .info-fixed-block {
    transform: translateY(89%);
  }
}

.info-popup-active footer {
  overflow-y: auto;
  height: calc(100% - 180px);
  position: fixed;
  bottom: 0;
  background: white;
  z-index: 999;
  width: 100%;
  box-shadow: 0 -0.125rem 0.625rem 0 rgb(0 0 0 / 14%);
}

footer .info-fixed-block {
  transition: none;
}

.info-popup-active footer .info-fixed-block {
  transform: none;
  height: auto;
  position: static;
  transition: none;
}

.info-fixed-block.hidden {
  transform: translateY(105%);
}

.info-fixed-block h2,
.info-fixed-block .h2 {
  text-transform: uppercase;
  margin: 0;
}

.info-fixed-block strong {
  font-weight: inherit;
}

.info-popup-active .info-fixed-block strong {
  font-weight: 700;
}

.info-fixed-block .container,
.info-fixed-block [class^="container-"],
.info-fixed-block [class*=" container-"] {
  padding-left: 19px;
  padding-right: 19px;
}

.info-fixed-block .info-toggle-mobile,
.info-fixed-block .info-toggle-desktop {
  width: 2.625rem;
  height: 2.625rem;
  background: transparent;
  border: none;
  padding: 0;
  background: #0072ce;
  position: absolute;
  top: 0;
  right: 0;
  right: -19px;
}
.info-fixed-block .info-toggle-desktop {
  right: -25px;
}
.info-fixed-block .info-toggle-mobile:focus,
.info-fixed-block .info-toggle-desktop:focus {
  outline: none;
}

.info-fixed-block .info-toggle-mobile .ico-plus-custom,
.info-fixed-block .info-toggle-mobile .ico-plus-circle-custom,
.info-fixed-block .info-toggle-mobile .ico-close-custom,
.info-fixed-block .info-toggle-desktop .ico-plus-custom,
.info-fixed-block .info-toggle-desktop .ico-plus-circle-custom,
.info-fixed-block .info-toggle-desktop .ico-close-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.info-fixed-block .info-toggle-mobile .ico-plus-custom:before,
.info-fixed-block .info-toggle-mobile .ico-plus-circle-custom:before,
.info-fixed-block .info-toggle-mobile .ico-plus-custom:after,
.info-fixed-block .info-toggle-mobile .ico-plus-circle-custom:after,
.info-fixed-block .info-toggle-mobile .ico-close-custom:before,
.info-fixed-block .info-toggle-mobile .ico-close-custom:after,
.info-fixed-block .info-toggle-desktop .ico-plus-custom:before,
.info-fixed-block .info-toggle-desktop .ico-plus-circle-custom:before,
.info-fixed-block .info-toggle-desktop .ico-plus-custom:after,
.info-fixed-block .info-toggle-desktop .ico-plus-circle-custom:after,
.info-fixed-block .info-toggle-desktop .ico-close-custom:before,
.info-fixed-block .info-toggle-desktop .ico-close-custom:after {
  background-color: #fff;
}

.info-fixed-block .info-toggle-desktop {
  display: none;
}

@media (min-width: 768px) {
  .info-fixed-block .info-toggle-desktop {
    display: block;
  }
}

@media (min-width: 992px) {
  .info-fixed-block.oncology-isi .info-toggle-desktop {
    top: -17px;
  }
  .info-fixed-block .info-toggle-desktop {
    top: -13px;
  }
}

@media (min-width: 768px) {
  .info-fixed-block .info-toggle-mobile {
    display: none;
  }
}

.info-fixed-block .info-close,
.info-fixed-block .info-opener {
  color: #eeeeee;
}

.info-fixed-block .info-close i,
.info-fixed-block .info-opener i {
  font-size: 1.375rem;
}

.info-fixed-block .info-close {
  display: none;
}

.info-popup-active .info-fixed-block .info-close {
  display: block;
}

.info-fixed-block .info-opener {
  display: block;
}

.info-popup-active .info-fixed-block .info-opener {
  display: none;
}

@media (min-width: 768px) {
  .info-toggle-desktop {
    top: 0;
  }
}

.info-fixed-inner {
  position: relative;
}

@media (max-width: 767.98px) {
  .info-popup-active .info-fixed-inner {
    padding-right: 0;
  }
}

.info-fixed-holder h3:first-child,
.info-fixed-holder .h3:first-child {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .info-fixed-holder h3 {
    color: #474747;
  }
}

@media (max-width: 991.98px) {
  body .info-fixed-holder h3:first-child,
  body .info-fixed-holder .h3:first-child {
    background: #0072ce;
    color: #fff !important;
    margin: 0 -19px 0.3125rem;
    padding: 13px 50px 11px 19px;
    text-transform: uppercase;
  }
}

@media (min-width: 992px) {
  .info-fixed-holder h3:first-child,
  .info-fixed-holder .h3:first-child {
    font-size: 1.3125rem;
  }
}

.info-fixed-header {
  display: inline-block;
  padding: 0 0.3125rem 0 0;
}

.info-popup-active .info-fixed-header {
  padding: 0 0 1.5625rem;
  display: block;
}

.info-fixed-header .br {
  display: none;
}

.info-popup-active .info-fixed-header .br {
  display: block;
  margin: 0 0 1.25rem;
}

.info-section {
  padding: 2.125rem 0 1rem 0;
  position: relative;
}

@media (min-width: 768px) {
  .info-section {
    padding: 2.5rem 0 1rem 0;
  }
}

.homepage .info-section {
  padding: 1rem 0 1rem 0;
}

.for-patients-page .info-fixed-block h3 {
  color: #0072ce !important;
}

.info-section,
.info-fixed-block {
  font-size: 1rem;
  line-height: 1.25;
}

.info-section h1,
.info-section .h1,
.info-section h2,
.info-section .h2,
.info-section h3,
.info-section .h3,
.info-section h4,
.info-section .h4,
.info-section h5,
.info-section .h5,
.info-section h6,
.info-section .h6,
.info-fixed-block h1,
.info-fixed-block .h1,
.info-fixed-block h2,
.info-fixed-block .h2,
.info-fixed-block h3,
.info-fixed-block .h3,
.info-fixed-block h4,
.info-fixed-block .h4,
.info-fixed-block h5,
.info-fixed-block .h5,
.info-fixed-block h6,
.info-fixed-block .h6 {
  font-weight: 700;
}

.info-section h3,
.info-section .h3,
.info-fixed-block h3,
.info-fixed-block .h3 {
  font-size: 1.25rem;
  margin-bottom: 0.55em;
}

@media (min-width: 992px) {
  .info-section h3,
  .info-section .h3,
  .info-fixed-block h3,
  .info-fixed-block .h3 {
    font-size: 1.3125rem;
  }
}

.info-section h4,
.info-section .h4,
.info-fixed-block h4,
.info-fixed-block .h4 {
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .info-section h4,
  .info-section .h4,
  .info-fixed-block h4,
  .info-fixed-block .h4 {
    font-size: 1.3125rem;
  }
}

.info-section h5,
.info-section .h5,
.info-fixed-block h5,
.info-fixed-block .h5 {
  color: #c8531f;
  font-size: 100%;
}

@media (min-width: 992px) {
  .info-section h5,
  .info-section .h5,
  .info-fixed-block h5,
  .info-fixed-block .h5 {
    font-size: 1.0625rem;
  }
}

.info-section ul li b,
.info-fixed-block ul li b {
  font-weight: 700;
}

.info-section ul,
.info-section p,
.info-fixed-block ul,
.info-fixed-block p {
  font-size: 17px;
}

.info-section p,
.info-fixed-block p {
  margin: 0 0 0.5625em;
}

.info-section p b,
.info-section p strong,
.info-fixed-block p b,
.info-fixed-block p strong {
  font-weight: 700;
}

.info-section p a,
.info-fixed-block p a {
  color: inherit;
  text-decoration: none;
  text-decoration: underline;
  font-weight: 700;
}

.info-section p a:hover,
.info-section p a:focus,
.info-section p a.active-answer,
.active-answer .info-section p a,
.info-fixed-block p a:hover,
.info-fixed-block p a:focus,
.info-fixed-block p a.active-answer,
.active-answer .info-fixed-block p a {
  color: #007aff;
}

@media (max-width: 767.98px) {
  .info-section .text-holder,
  .info-fixed-block .text-holder {
    padding-bottom: 1.5rem;
  }
}

.info-section .text-holder:last-child p:last-child,
.info-fixed-block .text-holder:last-child p:last-child {
  margin: 0;
}

.info-section .link-primary,
.info-fixed-block .link-primary {
  color: #007aff;
  text-decoration: none;
}

.info-section .link-primary:hover,
.info-section .link-primary:focus,
.info-section .link-primary.active-answer,
.active-answer .info-section .link-primary,
.info-fixed-block .link-primary:hover,
.info-fixed-block .link-primary:focus,
.info-fixed-block .link-primary.active-answer,
.active-answer .info-fixed-block .link-primary {
  color: #007aff;
}

.info-section .link-primary-2,
.info-fixed-block .link-primary-2 {
  color: #0072ce;
  text-decoration: none;
}

.info-section .link-primary-2:hover,
.info-section .link-primary-2:focus,
.info-section .link-primary-2.active-answer,
.active-answer .info-section .link-primary-2,
.info-fixed-block .link-primary-2:hover,
.info-fixed-block .link-primary-2:focus,
.info-fixed-block .link-primary-2.active-answer,
.active-answer .info-fixed-block .link-primary-2 {
  color: #007aff;
}

.bg-gradient-warning {
  background-image: radial-gradient(
    circle at 50% 50%,
    #c8531f,
    #c8531f 22%,
    #502714 99%
  ) !important;
}

.title_box {
  display: -ms-flexbox;
  display: flex;
}

.title_box h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 28px;
}

@media (min-width: 992px) {
  .title_box h1 {
    font-size: 44px;
  }
}

.title_box .title_box_holder {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 133px;
  padding: 6px 0 9px;
}

@media (min-width: 992px) {
  .title_box .title_box_holder {
    min-height: 134px;
    padding-top: 9px;
    padding-bottom: 4px;
  }
}

.homepage .title_box .small_2,
.title_box .page-banner .small,
.title_box .page-banner .small_2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.title_box .container,
.title_box [class^="container-"],
.title_box [class*=" container-"] {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
}

.title_box small,
.title_box .small {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 2px;
}

@media (min-width: 992px) {
  .title_box small,
  .title_box .small {
    font-size: 26px;
    margin-bottom: 5px;
  }
}

.table_checks {
  line-height: 1.117647;
  position: relative;
  margin-bottom: 1.25rem;
}

@media (max-width: 575.98px) {
  .table_checks {
    font-size: 0.75rem;
  }
}

@media (min-width: 992px) {
  .table_checks {
    font-size: 1.125rem;
    line-height: 1.111111;
    margin-bottom: 1.5625rem;
  }
}

.table_checks.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(238, 238, 238, 0.6);
}

.table_checks.table-striped tbody tr:nth-of-type(even) td:last-child {
  background: #f3dfd4;
}

.table_checks.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.table_checks:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    to right,
    #6c2a0c 0%,
    #c8531f 26%,
    #be8166 54%,
    #0079c1 100%
  );
  margin: 1px 0 0;
}

.table_checks thead {
  background: #6c2a0c
    linear-gradient(
      to right,
      #6c2a0c 0%,
      #c8531f 26%,
      #be8166 54%,
      #0079c1 100%
    );
  background-attachment: fixed;
  background-size: 100%;
  color: #fff;
  text-align: center;
}

@media (min-width: 1200px) {
  .table_checks thead {
    background-position-x: 50%;
    background-size: 1100px;
  }
}

.table_checks thead th {
  font-size: 91.66667%;
  line-height: 0.95;
  letter-spacing: -0.02em;
  width: 28.56%;
  text-transform: uppercase;
  padding-top: 0.625rem;
  padding-bottom: 0.5625rem;
}

@media (min-width: 768px) {
  .table_checks thead th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 992px) {
  .table_checks thead th {
    font-size: 100%;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .table_checks thead th {
    font-size: 111.11111%;
    padding-top: 1.125rem;
    padding-bottom: 1.0625rem;
  }
}

.table_checks thead th:first-child {
  width: auto;
}

@media (min-width: 992px) {
  .table_checks thead th:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }

  .totality-evidence .table_checks {
    /* max-width: 908px; */
    max-width: 100%;
  }
}

.table_checks thead th:nth-child(2) {
  padding-left: 6px;
  padding-right: 6px;
}

@media (max-width: 767.98px) {
  .table_checks thead th:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .table_checks thead th:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}

.table_checks tbody th,
.table_checks tbody td {
  height: 52px;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
}

@media (min-width: 992px) {
  .table_checks tbody th,
  .table_checks tbody td {
    height: 60px;
  }
}

@media (min-width: 1200px) {
  .table_checks tbody th,
  .table_checks tbody td {
    border-left-width: 6px;
    border-right-width: 6px;
    height: 70px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.table_checks tbody th:first-child,
.table_checks tbody td:first-child {
  border-left-width: 0;
  text-align: left;
}

.table_checks tbody th:last-child,
.table_checks tbody td:last-child {
  border-right-width: 0;
  color: #c8531f;
}

.table_checks small,
.table_checks .small {
  font-size: 91.666667%;
  line-height: 1.1333333;
  margin: 2px 0 0;
}

@media (min-width: 1200px) {
  .table_checks small,
  .table_checks .small {
    font-size: 94.44444%;
    line-height: 1.125;
  }
}

.table_checks [class^="icon-"],
.table_checks [class*=" icon-"],
.table_checks [class^="ico-"],
.table_checks [class*=" ico-"],
.table_checks [class^="fa-"],
.table_checks [class*=" fa-"] {
  font-size: 1.375rem;
}

@media (min-width: 768px) {
  .table_checks [class^="icon-"],
  .table_checks [class*=" icon-"],
  .table_checks [class^="ico-"],
  .table_checks [class*=" ico-"],
  .table_checks [class^="fa-"],
  .table_checks [class*=" fa-"] {
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) {
  .table_checks [class^="icon-"],
  .table_checks [class*=" icon-"],
  .table_checks [class^="ico-"],
  .table_checks [class*=" ico-"],
  .table_checks [class^="fa-"],
  .table_checks [class*=" fa-"] {
    font-size: 2.125rem;
  }
}

@media (min-width: 1200px) {
  .table_checks [class^="icon-"],
  .table_checks [class*=" icon-"],
  .table_checks [class^="ico-"],
  .table_checks [class*=" ico-"],
  .table_checks [class^="fa-"],
  .table_checks [class*=" fa-"] {
    font-size: 2.5rem;
  }
}

.table_results {
  color: #4d4d4f;
}

@media (min-width: 992px) {
  .table_results {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .table_results {
    margin-bottom: 2.6875rem;
  }
}

.table_results thead th {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 0.93333333;
  padding-left: 2px;
  padding-right: 2px;
  min-width: 80px;
}

@media (min-width: 992px) {
  .table_results thead th {
    font-size: 1.125rem;
    line-height: 1.222222;
    min-width: 120px;
    padding-bottom: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .table_results thead th {
    min-width: 147px;
  }
}

@media (min-width: 375px) {
  .table_results tbody tr:first-child td:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 768px) {
  .table_results tbody tr:first-child td:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .table_results tbody tr:first-child td:first-child {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (min-width: 1200px) {
  .table_results tbody tr:first-child td:first-child {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.table_results tbody th,
.table_results tbody td {
  height: 46px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .table_results tbody th,
  .table_results tbody td {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.table_results tbody th:first-child,
.table_results tbody td:first-child {
  padding-left: 10px;
}

@media (min-width: 375px) {
  .table_results tbody th:first-child,
  .table_results tbody td:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .table_results tbody th:first-child,
  .table_results tbody td:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .table_results tbody th:first-child,
  .table_results tbody td:first-child {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .table_results tbody th:first-child,
  .table_results tbody td:first-child {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.table_results th,
.table_results td {
  text-align: center;
}

.table_results th:first-child,
.table_results td:first-child {
  text-align: left;
}

.table_holder .tfooter {
  border: 1px solid #979797;
  border-top: none;
  font-size: 0.9375rem;
  line-height: 1.266677;
  padding: 6px 5px 5px;
}

@media (min-width: 768px) {
  .table_holder .tfooter {
    padding: 0.625rem 10px;
  }
}

@media (min-width: 992px) {
  .table_holder .tfooter {
    line-height: 1.2;
    padding: 1rem 20px;
  }
}

.table_day thead {
  background: linear-gradient(
    to right,
    #6c2a0c 0%,
    #c8531f 26%,
    #be8166 54%,
    #0079c1 100%
  );
  background-attachment: fixed;
  background-size: 100%;
}

@media (min-width: 1200px) {
  .table_day thead {
    background-position-x: 50%;
    background-size: 1100px;
  }
}

.table_day thead th {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 0.8125rem;
  width: 33%;
  padding: 11px 10px 10px;
}

@media (min-width: 992px) {
  .table_day thead th {
    font-size: 0.9375rem;
    line-height: 1.266667;
    width: 39%;
    padding: 7px 65px;
  }
}

.table_day thead th:first-child {
  border-left: 1px solid #6c2a0c;
  width: auto;
}

@media (min-width: 992px) {
  .table_day thead th:first-child {
    width: 22%;
  }
}

.table_day thead th:last-child {
  border-right: 1px solid #0079c1;
}

.table_day thead th:last-child sup {
  min-width: 10px;
  margin: 0 -10px 0 0;
}

.table_day thead th b,
.table_day thead th strong {
  font-weight: 600;
}

.table_day thead th small,
.table_day thead th .small {
  font-size: 92.857142%;
  font-weight: 400;
}

@media (min-width: 992px) {
  .table_day thead th small,
  .table_day thead th .small {
    font-size: 100%;
    font-weight: 600;
  }
}

.table_day tbody th,
.table_day tbody td {
  border: 1px solid #979797;
  height: 152px;
  padding: 0.8125rem 10px 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.08692;
  margin: 0;
  vertical-align: top;
}

@media (min-width: 992px) {
  .table_day tbody th,
  .table_day tbody td {
    font-size: 0.9375rem;
    line-height: 1.2;
    padding: 1.75rem 16px 1rem;
  }
}

@media (min-width: 1200px) {
  .table_day tbody th,
  .table_day tbody td {
    padding-top: 2.5625rem;
    padding-bottom: 1.375rem;
  }
}

.table_day tbody th:first-child,
.table_day tbody td:first-child {
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .table_day tbody th:first-child,
  .table_day tbody td:first-child {
    padding-top: 0.9375rem;
  }
}

.table_day p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .table_day p {
    margin-bottom: 6px;
  }
}

.table_day .title_table {
  font-size: 0.875rem;
  line-height: 1;
  margin: 0 0 8px;
}

@media (min-width: 992px) {
  .table_day .title_table {
    font-size: 1.2rem;
    margin-bottom: 6px;
    font-weight: 700;
  }
}

.table_day .title_table br {
  display: none;
}

@media (min-width: 576px) {
  .table_day .title_table br {
    display: block;
  }
}

.table_day .day_block {
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .table_day .day_block {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .table_day .day_block {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .table_day .day_block {
    margin-bottom: 26px;
  }
}

.table_day .legend_text,
.table_day .legend_text_small {
  font-size: 0.8125rem;
  line-height: 1.07692;
}

@media (min-width: 992px) {
  .table_day .legend_text,
  .table_day .legend_text_small {
    font-size: 0.9375rem;
    line-height: 1.2;
  }
}

.day_block .num,
.day_block .top,
.day_block .bottom {
  display: block;
}

.day_block .num {
  font-size: 16.07143vw;
  line-height: 0.9;
}

@media (min-width: 375px) {
  .day_block .num {
    font-size: 3.9375rem;
  }
}

@media (min-width: 992px) {
  .day_block .num {
    font-size: 5.11875rem;
    font-weight: 700;
  }
}

.day_block .top {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 3px;
}

@media (min-width: 992px) {
  .day_block .top {
    font-size: 1.35625rem;
    margin-bottom: 0;
  }
}

.day_block .bottom {
  font-size: 7.1429vw;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 375px) {
  .day_block .bottom {
    font-size: 1.375rem;
  }
}

@media (min-width: 992px) {
  .day_block .bottom {
    font-size: 1.75625rem;
  }
}

.heading_decorated {
  border-top: 3px solid #d3d3d3;
  color: #0072ce;
  margin: 0 0 1.4375rem;
  padding: 0.75rem 20px 0.6875rem;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  .heading_decorated {
    padding: 1rem 25px 0.875rem;
  }
}

@media (min-width: 992px) {
  .heading_decorated {
    padding-top: 1.375rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .heading_decorated {
    margin-bottom: 1.75rem;
    padding-top: 1.5625rem;
    padding-bottom: 1.5rem;
  }
}

.heading_decorated.heading_decorated_multilines {
  margin-bottom: 3rem;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .heading_decorated.heading_decorated_multilines {
    padding-top: 0.625rem;
  }
}

.heading_decorated.heading_decorated_primary {
  border-top-color: #0072ce;
}

@media (min-width: 768px) {
  .heading_decorated.heading_decorated_primary {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .heading_decorated.heading_decorated_primary {
    padding-top: 0.6875rem;
    padding-bottom: 0.75rem;
  }
}

.heading_decorated.heading_decorated_primary:after {
  background: linear-gradient(to left, #41b6e6 0%, #0072ce 100%);
}

.heading_decorated.heading_decorated_primary .heading_title {
  font-size: 1.125rem;
  line-height: 1.22222;
  letter-spacing: 0.1533em;
}

@media (min-width: 1200px) {
  .heading_decorated.heading_decorated_primary .heading_title {
    font-size: 1.5rem;
    line-height: 1.08333;
  }
}

.heading_decorated:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 6px;
  background: linear-gradient(
    to right,
    #6c2a0c 0%,
    #c8531f 26%,
    #be8166 54%,
    #0079c1 100%
  );
}

.heading_decorated b,
.heading_decorated strong {
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .heading_decorated .heading_title {
    font-size: 1rem;
    line-height: 1.3125;
  }
}

.heading_decorated .row {
  margin-left: -20px;
  margin-right: -20px;
}

.heading_decorated .col,
.heading_decorated [class^="col-"],
.heading_decorated [class*=" col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .heading_decorated .image_column {
    padding-left: 24px;
  }
}

@media (min-width: 992px) {
  .heading_decorated .text_column {
    padding-left: 13px;
    padding-right: 10px;
  }
}

.heading_decorated_multilines .underline_holder_row {
  position: relative;
}

@media (max-width: 767.98px) {
  .heading_decorated_multilines .underline_holder_row:after {
    content: "";
    height: 3px;
    background: #d8d8d8;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.heading_decorated_primary {
  letter-spacing: 0.13em;
}

@media (min-width: 1200px) {
  .heading_decorated_primary {
    letter-spacing: 0.2em;
  }
}

.heading_decorated_holder {
  padding: 0 0 0.875rem;
  position: relative;
}

@media (min-width: 768px) {
  .heading_decorated_holder {
    padding-bottom: 1.125rem;
  }
}

@media (min-width: 992px) {
  .heading_decorated_holder {
    padding-bottom: 0.875rem;
  }
}

.heading_decorated_holder:after {
  content: "";
  height: 3px;
  background: linear-gradient(
    to right,
    #6c2a0c 0%,
    #c8531f 26%,
    #be8166 54%,
    #0079c1 100%
  );
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: 0;
  display: block;
}

@media (min-width: 768px) {
  .underline_holder {
    -ms-flex-align: center;
    align-items: center;
  }
}

.underline_holder .col:last-child .underline_holder_row:after,
.underline_holder [class^="col-"]:last-child .underline_holder_row:after,
.underline_holder [class*=" col-"]:last-child .underline_holder_row:after {
  display: none;
}

.underline_holder .underline_holder_row .col,
.underline_holder .underline_holder_row [class^="col-"],
.underline_holder .underline_holder_row [class*=" col-"] {
  padding: 10px 10px 9px;
}

@media (min-width: 992px) {
  .underline_holder .underline_holder_row .col,
  .underline_holder .underline_holder_row [class^="col-"],
  .underline_holder .underline_holder_row [class*=" col-"] {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.underline_holder__icon {
  width: 90px;
}

@media (min-width: 992px) {
  .underline_holder__icon {
    width: 82px;
  }
}

@media (max-width: 767.98px) {
  .underline_holder__icon img {
    max-width: 72%;
  }
}

.underline_holder__title {
  font-size: 0.95rem;
  font-weight: 600;
}

@media (min-width: 992px) {
  .underline_holder__title {
    font-size: 1.26875rem;
    font-weight: 600;
  }
}

.blockquote-block {
  font-size: 150%;
  font-weight: 600;
  line-height: 1.66666667;
}

@media (min-width: 1200px) {
  .blockquote-block {
    font-size: 160%;
    line-height: 1.625;
  }
}

.heading-main .blockquote-block {
  font-size: 125%;
  font-weight: 400;
  line-height: 1.6;
}

@media (min-width: 1200px) {
  .heading-main .blockquote-block {
    font-size: 160%;
    line-height: 1.41176;
  }
}

.blockquote-block blockquote {
  position: relative;
  z-index: 5;
}

.blockquote-block .blockquote-holder {
  display: inline-block;
  vertical-align: top;
  padding-top: 3.4375rem;
  position: relative;
}

@media (min-width: 1200px) {
  .blockquote-block .blockquote-holder {
    padding: 4.375rem 90px 5px;
  }
}

.heading-main .blockquote-block .blockquote-holder {
  padding-top: 1.5rem;
  padding-left: 20px;
}

.blockquote-block .ico-holder {
  color: #ededed;
  font-size: 5rem;
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 0;
}

@media (min-width: 1200px) {
  .blockquote-block .ico-holder {
    font-size: 6.25rem;
    top: 10px;
    left: 8px;
  }
}

.heading-main .blockquote-block .ico-holder {
  font-size: 3.625rem;
  top: 0;
  left: 0;
}

.blockquote {
  color: rgba(71, 71, 71, 0.6);
  font-size: 1.06rem;
  font-style: italic;
  line-height: 1.42105;
  letter-spacing: 0.016em;
}

@media (min-width: 992px) {
  .blockquote {
    line-height: 1.4;
  }
}

.blockquote p {
  text-indent: 22px;
}

@media (min-width: 768px) {
  .blockquote p {
    text-indent: 0;
  }
}

.blockquote i,
.blockquote em {
  font-style: inherit;
}

.blockquote .blockquote_holder {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 45px 1rem 45px;
  position: relative;
}

@media (min-width: 768px) {
  .blockquote .blockquote_holder {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .blockquote .blockquote_holder {
    padding: 1.5rem 60px 0 60px;
  }
}

.blockquote .blockquote_holder:before,
.blockquote .blockquote_holder:after {
  color: rgba(71, 71, 71, 0.2);
  font-size: 7.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 0;
  letter-spacing: 0;
  position: absolute;
  z-index: 0;
}

@media (min-width: 768px) {
  .blockquote .blockquote_holder:before,
  .blockquote .blockquote_holder:after {
    font-size: 8.5rem;
  }
}

@media (min-width: 992px) {
  .blockquote .blockquote_holder:before,
  .blockquote .blockquote_holder:after {
    font-size: 10rem;
  }
}

.blockquote .blockquote_holder:before {
  content: "“";
  top: 54px;
  left: 20px;
}

@media (min-width: 768px) {
  .blockquote .blockquote_holder:before {
    left: 0px;
    top: 50px;
  }
}

@media (min-width: 992px) {
  .blockquote .blockquote_holder:before {
    top: 50px;
    left: 0;
  }
}

.blockquote .blockquote_holder:after {
  content: "”";
  top: 100%;
  right: 43px;
  margin: 3px 0 0;
}

@media (min-width: 768px) {
  .blockquote .blockquote_holder:after {
    right: 10px;
    margin: -11px 0 0;
  }
}

@media (min-width: 992px) {
  .blockquote .blockquote_holder:after {
    right: 30px;
    margin: 16px 0 0;
  }
}

.blockquote .lead {
  font-size: 121.05263%;
  font-weight: 600;
  letter-spacing: 0.016em;
  line-height: 1.17391304;
}

@media (min-width: 992px) {
  .blockquote .lead {
    font-size: 136.84211%;
    line-height: 1.03846;
  }
}

@media (max-width: 767.98px) {
  .tabs_collapse_container .blockquote .blockquote-footer {
    padding-left: 0;
  }
}

.blockquote .blockquote-footer {
  font-size: 84.2105%;
  font-weight: 600;
  line-height: 1.375;
  line-height: 1.375;
  padding: 3px 0 0;
  text-align: center;
}

@media (min-width: 992px) {
  .blockquote .blockquote-footer {
    font-size: 1rem;
  }
}

.blockquote .blockquote-footer:before {
  display: none;
}

.blockquote cite {
  font-weight: inherit;
  line-height: inherit;
}

.collapse_items {
  line-height: 1.3125;
}

@media (min-width: 992px) {
  .collapse_items {
    line-height: 1.4117647;
  }
}

.collapse_items h2,
.collapse_items .h2,
.collapse_items h3,
.collapse_items .h3,
.collapse_items h4,
.collapse_items .h4,
.collapse_items h5,
.collapse_items .h5 {
  margin-bottom: 1.5625rem;
}

.collapse_items .card {
  border: none;
  background: none;
  margin: 0 0 0.375rem;
}

@media (min-width: 992px) {
  .collapse_items .card {
    margin-bottom: 0.3125rem;
  }
}

.collapse_items .card-header {
  background: #c8531f;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 0;
}

.collapse_items .card-header .btn {
  border-radius: 0;
  color: inherit;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.2105263;
  text-transform: uppercase;
  padding: 16px 15px 16px 70px;
  position: relative;
}

@media (min-width: 992px) {
  .collapse_items .card-header .btn {
    font-size: 1.0625rem;
    line-height: 1.1764706;
    padding: 16px 25px 17px 85px;
  }
}

@media (min-width: 1200px) {
  .collapse_items .card-header .btn {
    padding-left: 108px;
  }
}

.collapse_items .card-header .ico-plus-custom,
.collapse_items .card-header .ico-plus-circle-custom {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  left: 23px;
}

@media (min-width: 992px) {
  .collapse_items .card-header .ico-plus-custom,
  .collapse_items .card-header .ico-plus-circle-custom {
    width: 23px;
    height: 23px;
    left: 30px;
  }
}

@media (min-width: 1200px) {
  .collapse_items .card-header .ico-plus-custom,
  .collapse_items .card-header .ico-plus-circle-custom {
    left: 39px;
  }
}

.collapse_items .card-header .ico-plus-custom:before,
.collapse_items .card-header .ico-plus-circle-custom:before,
.collapse_items .card-header .ico-plus-custom:after,
.collapse_items .card-header .ico-plus-circle-custom:after {
  background-color: #fff;
}

.collapse_items .card-header .ico-plus-custom:before,
.collapse_items .card-header .ico-plus-circle-custom:before {
  height: 100%;
  width: 2px;
}

.collapse_items .card-header .ico-plus-custom:after,
.collapse_items .card-header .ico-plus-circle-custom:after {
  height: 2px;
  width: 100%;
}

.collapse_items .card-header [aria-expanded="true"] .ico-plus-custom:before,
.collapse_items
  .card-header
  [aria-expanded="true"]
  .ico-plus-circle-custom:before {
  transform: rotate(90deg) translate(-1px, -50%);
}

.collapse_items .card-body {
  padding-top: 1.8125rem;
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .collapse_items .card-body {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .collapse_items .card-body {
    padding-bottom: 2rem;
  }
}

.collapse_items .card-body > *:last-child {
  margin-bottom: 1px;
}

@media (min-width: 992px) {
  .collapse_items .card-body .column_inner {
    -ms-flex-preferred-size: 93%;
    flex-basis: 93%;
    max-width: 93%;
    width: 93%;
  }
}

.collapse_items .graph_section .card-body {
  padding-top: 0.8125rem;
  padding-bottom: 0.125rem;
}

@media (min-width: 992px) {
  .collapse_items .graph_section .card-body {
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .collapse_items .graph_section .card-body {
    padding-top: 2.5625rem;
  }
}

@media (min-width: 992px) {
  .graph_section_row .col:last-child .img_holder,
  .graph_section_row [class^="col-"]:last-child .img_holder,
  .graph_section_row [class*=" col-"]:last-child .img_holder {
    margin-left: -18px;
  }
}

.section-faq {
  color: #474747;
  line-height: 1.1875;
}

.section-faq h1,
.section-faq .h1,
.section-faq h2,
.section-faq .h2 {
  line-height: 1.2;
  margin-bottom: 1em;
}

.section-faq p {
  margin-bottom: 0.6875em;
}

.section-faq .component-title {
  padding: 0 0 12px;
}

@media (min-width: 992px) {
  .section-faq .component-title {
    padding-bottom: 8px;
  }
}

.section-faq .component-title h1,
.section-faq .component-title .h1,
.section-faq .component-title h2,
.section-faq .component-title .h2 {
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .section-faq .accordion_all_opener {
    position: relative;
    top: 2px;
  }
}

.section-faq .bullet-list > li:before {
  background: #474747;
}

@media (min-width: 992px) {
  .accordion-component {
    margin-bottom: 0.5rem;
  }
}

.accordion-component a {
  color: #902061;
  text-decoration: underline;
}

.accordion-component a:hover,
.accordion-component a:focus,
.accordion-component a.active-answer,
.active-answer .accordion-component a {
  text-decoration: none;
}

.accordion-component p {
  margin-bottom: 0.6875rem;
}

.accordion-faq h1 .btn,
.accordion-faq .h1 .btn,
.accordion-faq h2 .btn,
.accordion-faq .h2 .btn,
.accordion-faq h3 .btn,
.accordion-faq .h3 .btn,
.accordion-faq h4 .btn,
.accordion-faq .h4 .btn,
.accordion-faq h5 .btn,
.accordion-faq .h5 .btn,
.accordion-faq h6 .btn,
.accordion-faq .h6 .btn {
  font-size: inherit;
}

.accordion-faq .h5 {
  font-size: 18px;
  font-weight: 800;
}

@media (min-width: 992px) {
  .accordion-faq .h5 {
    font-size: 19px;
  }
}

.accordion-faq .card {
  background-color: #d9d9d9;
  border-radius: 0;
  border: none;
  margin: 0 0 7px;
}

.accordion-faq .card-header {
  background: #d9d9d9;
  border-bottom: none;
  padding: 2px 0;
}

@media (min-width: 576px) {
  .accordion-faq .card-header {
    padding-top: 3px;
    padding-bottom: 6px;
  }
}

@media (min-width: 768px) {
  .accordion-faq .card-header {
    padding: 7px 2px;
  }
}

.accordion-faq .card-header .btn-link {
  color: inherit;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}

.accordion-faq .card-header .btn-link:hover,
.accordion-faq .card-header .btn-link:focus,
.accordion-faq .card-header .btn-link.active-answer,
.active-answer .accordion-faq .card-header .btn-link {
  color: #902061;
}

.accordion-faq .card-header .btn-link[aria-expanded="true"] {
  color: inherit;
  text-decoration: none;
}

.accordion-faq .card-header .btn-link[aria-expanded="true"]:hover,
.accordion-faq .card-header .btn-link[aria-expanded="true"]:focus,
.accordion-faq .card-header .btn-link[aria-expanded="true"].active-answer,
.active-answer .accordion-faq .card-header .btn-link[aria-expanded="true"] {
  color: #902061;
}

.accordion-faq .card-header .btn {
  font-weight: 700;
  line-height: inherit;
  padding-right: 45px;
  position: relative;
}

@media (min-width: 992px) {
  .accordion-faq .card-header .btn {
    padding-right: 65px;
  }
}

.accordion-faq .card-header .btn b,
.accordion-faq .card-header .btn strong {
  font-weight: inherit;
}

.accordion-faq .card-header .custom-ico-plus {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  right: 10px;
  margin-top: -1px;
}

@media (min-width: 576px) {
  .accordion-faq .card-header .custom-ico-plus {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .accordion-faq .card-header .custom-ico-plus {
    width: 18px;
    height: 18px;
    right: 24px;
  }
}

.accordion-faq .card-header .custom-ico-plus:before,
.accordion-faq .card-header .custom-ico-plus:after {
  background-color: #902061;
}

.accordion-faq .card-header .custom-ico-plus:before {
  height: 100%;
  width: 4px;
}

.accordion-faq .card-header .custom-ico-plus:after {
  height: 4px;
  width: 100%;
}

.accordion-faq .card-header [aria-expanded="true"] .custom-ico-plus:before {
  transform: rotate(90deg) translate(-1px, -50%);
}

.accordion-faq .card-body {
  line-height: 1.1875;
  padding: 5px 0.75rem 1px;
}

@media (min-width: 768px) {
  .accordion-faq .card-body {
    padding: 0 17px 8px;
  }
}

.accordion_all_opener {
  color: #902061;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 991.98px) {
  .accordion_all_opener {
    text-decoration: underline;
  }

  .accordion_all_opener:hover,
  .accordion_all_opener:focus {
    box-shadow: none;
    text-decoration: none;
  }
}

.accordion_all_opener:hover,
.accordion_all_opener:focus {
  box-shadow: none;
  text-decoration: none;
}

.accordions_expanded .accordion_all_opener .all_expanded,
.accordion_all_opener.collapse-all .all_expanded {
  display: inline;
}

.accordions_expanded .accordion_all_opener .all_collapsed,
.accordion_all_opener.collapse-all .all_collapsed {
  display: none;
}

.accordion_all_opener .all_expanded {
  display: none;
}

.title_gradient {
  background: linear-gradient(
    to right,
    #6c2a0c 0%,
    #c8531f 26%,
    #be8166 54%,
    #0079c1 100%
  );
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  padding: 11px 20px;
}

@media (min-width: 992px) {
  .title_gradient {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.title_gradient h2,
.title_gradient .h2,
.title_gradient h3,
.title_gradient .h3,
.title_gradient h4,
.title_gradient .h4 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

.info_box {
  padding: 0.875rem 0 0.3125rem;
}

@media (min-width: 768px) {
  .info_box {
    padding-top: 1.3125rem;
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 992px) {
  .info_box {
    padding-top: 1.8125rem;
    padding-bottom: 1.8125rem;
  }
}

.info_item {
  padding: 2rem 0 1.375rem;
  width: 100%;
  color: #474747;
  font-size: 1.1875rem;
  line-height: 1.31579;
}

@media (min-width: 768px) {
  .info_item {
    line-height: 1.22;
    padding-top: 2.1875rem;
    padding-bottom: 1.875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.info_item:first-child {
  padding-top: 0;
}

.info_item + .info_item {
  border-top: 2px solid #0072ce;
}

.info_item p {
  margin: 0 0 0.5rem;
}

.info_item p + p {
  margin-top: 15px;
}

.info_item__visual {
  width: 96px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .info_item__visual {
    width: 167px;
    min-width: 167px;
    margin: 0;
    padding: 0 50px 0 30px;
  }
}

.info_item .alert {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 22px 0.9375rem;
  margin-top: 28px;
}

@media (min-width: 768px) {
  .info_item .alert {
    margin-left: 34px;
    margin-top: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 2.125rem 32px 1.75rem;
  }
}

@media (min-width: 992px) {
  .info_item .alert {
    padding: 2.6875rem 46px 2.5rem;
  }
}

.info_item .alert:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 50%;
  bottom: 100%;
  transform: translateX(50%);
  border-style: solid;
  border-width: 0 20px 20px;
  border-color: transparent transparent rgba(0, 114, 206, 0.1) transparent;
}

@media (min-width: 768px) {
  .info_item .alert:before {
    bottom: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-width: 20px 30px 20px 0;
    border-color: transparent rgba(0, 114, 206, 0.1) transparent transparent;
  }
}

.info_item .alert-primary {
  background-color: rgba(0, 114, 206, 0.1);
}

.info_section {
  padding: 37px 15px 36px;
  background: rgba(200, 83, 31, 0.1);
  margin: 0 -15px 31px;
}

@media (min-width: 768px) {
  .info_section {
    margin-bottom: 20px;
    padding: 30px 94px 20px 20px;
  }
}

@media (min-width: 992px) {
  .info_section {
    margin-left: 0;
    margin-right: 0;
    padding-right: 94px;
    padding-left: 0;
  }
}

.info_section .alert.alert-primary {
  background: #fff;
}

.info_section .alert.alert-primary:before {
  border-style: solid;
  border-width: 0 22px 27px 0;
  border-color: transparent #fff transparent transparent;
}

.info_section__content {
  font-size: 17px;
  line-height: 21px;
}

@media (min-width: 768px) {
  .info_section__content {
    padding: 0 0 0 23.6%;
  }
}

.quote_image_wrap {
  margin: 0 0 1.1875rem;
}

@media (min-width: 992px) {
  .quote_image_wrap {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .quote_image_wrap .quote_image {
    padding-top: 7px;
  }
}

.quote_image .alert,
.quote_image_tab .alert {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  position: relative;
}

.quote_image .alert:before,
.quote_image_tab .alert:before {
  content: "";
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
}

.quote_image .alert p,
.quote_image_tab .alert p {
  margin: 0;
}

.quote_image .alert p + p,
.quote_image_tab .alert p + p {
  margin: 16px 0 0;
}

.quote_image {
  font-weight: 700;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 4.08163vw;
  line-height: 1.3125;
}

@media (min-width: 375px) {
  .quote_image {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .quote_image {
    font-size: 21px;
    line-height: 28px;
  }
}

.quote_image.custom {
  color: #707070;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .quote_image.custom {
    padding: 0 0 0 11px;
  }
}

@media (min-width: 992px) {
  .quote_image.custom {
    font-size: 17px;
    line-height: 1.25;
  }
}

.quote_image.custom .quote_image__visual {
  margin-top: -4px;
  text-align: center;
}

@media (min-width: 768px) {
  .quote_image.custom .quote_image__visual {
    min-width: 93px;
    -ms-flex-preferred-size: 93px;
    flex-basis: 93px;
    padding: 0;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .quote_image.custom .alert {
    padding: 23px 30px 20px;
  }
}

@media (min-width: 1200px) {
  .quote_image.custom .alert {
    padding: 29px 39px 24px;
  }
}

.quote_image__visual {
  color: #0072ce;
  min-width: 71px;
  width: 71px;
  -ms-flex: 0 0 71px;
  flex: 0 0 71px;
  margin: 0 11px 0 0;
}

@media (min-width: 768px) {
  .quote_image__visual {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .quote_image__visual {
    min-width: 128px;
    -ms-flex-preferred-size: 128px;
    flex-basis: 128px;
    width: 128px;
    padding: 0 15px;
    text-align: right;
  }
}

.quote_image__visual > * {
  text-align: left;
}

.quote_image .alert {
  margin: 0 0 0 17px;
  padding: 14px 15px 12px;
}

@media (min-width: 375px) {
  .quote_image .alert {
    padding: 18px 22px 15px;
  }
}

@media (min-width: 992px) {
  .quote_image .alert {
    padding: 20px 45px 18px;
    margin: 0 0 0 30px;
  }
}

@media (min-width: 1200px) {
  .quote_image .alert {
    padding: 22px 70px 18px 52px;
  }
}

.quote_image .alert:before {
  right: 100%;
  border-width: 0 22px 27px 0;
  border-color: transparent rgba(0, 114, 206, 0.1) transparent transparent;
  top: 27px;
}

@media (min-width: 768px) {
  .quote_image .alert:before {
    border-width: 0 22px 27px 0;
    border-color: transparent rgba(0, 114, 206, 0.1) transparent transparent;
  }
}

@media (min-width: 992px) {
  .quote_image .alert:before {
    border-width: 0 26px 32px 0;
  }
}

.quote_image_tab {
  display: -ms-flexbox;
  display: flex;
  font-size: 4.08163vw;
  line-height: 1.3125;
}

@media (min-width: 375px) {
  .quote_image_tab {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .quote_image_tab {
    display: block;
  }
}

@media (min-width: 768px) {
  .quote_image_tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .quote_image_tab {
    font-size: 1.0625rem;
    line-height: calc(21 / 17);
  }
}

.quote_image_tab__visual {
  color: #0072ce;
  width: auto;
  padding: 0 0 25px;
}

@media (min-width: 768px) {
  .quote_image_tab__visual {
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    max-width: 220px;
    margin-bottom: 0;
    padding: 0 15px 0 0;
  }
}

@media (min-width: 992px) {
  .quote_image_tab__visual {
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
    max-width: 270px;
  }
}

@media (min-width: 1200px) {
  .quote_image_tab__visual {
    -ms-flex-preferred-size: 314px;
    flex-basis: 314px;
    max-width: 314px;
    padding: 0 0 0.25rem;
  }
}

.quote_image_tab__visual .logo_holder {
  padding-bottom: 1.5rem;
  margin: 0 0 1rem;
}

@media (min-width: 768px) {
  .quote_image_tab__visual .logo_holder {
    padding-bottom: 8px;
  }
}

.quote_image_tab__visual .logo_holder:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .quote_image_tab__text {
    margin-left: 30px;
  }
}

.quote_image_tab .h2,
.quote_image_tab .h3,
.quote_image_tab .h4,
.quote_image_tab .h5 {
  margin-bottom: 0;
}

.quote_image_tab .alert {
  margin: 30px auto 0;
  max-width: 400px;
  padding: 22px 20px 20px;
}

.quote_image_tab .alert.alert_complex {
  padding: 27px 18px 26px;
}

@media (min-width: 768px) {
  .quote_image_tab .alert.alert_complex {
    padding-top: 16px;
    padding-bottom: 23px;
  }
}

@media (min-width: 1200px) {
  .quote_image_tab .alert.alert-lg {
    padding: 2.1875rem 24px 2.125rem;
  }
}

@media (min-width: 768px) {
  .quote_image_tab .alert {
    margin-top: 0;
    margin-left: 30px;
    max-width: none;
  }
}

.quote_image_tab .alert:before {
  border-width: 32px 32px 0 0;
  border-color: transparent rgba(0, 114, 206, 0.1) transparent transparent;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 0 -25px;
}

@media (min-width: 768px) {
  .quote_image_tab .alert:before {
    border-width: 0 26px 32px 0;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: translate(0, -50%);
    margin-left: 0;
    margin-top: 7px;
  }
}

.quote_image_tab .column_image {
  -ms-flex: 0 0 129px;
  flex: 0 0 129px;
  text-align: center;
  padding-left: 20px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .quote_image_tab .column_image {
    -ms-flex-preferred-size: 73px;
    flex-basis: 73px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .quote_image_tab .column_image {
    margin: 0 0 6px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .quote_image_tab .column_image .ico_holder {
    max-width: 70%;
  }
}

@media (min-width: 992px) {
  .quote_image_tab .column_image .ico_holder {
    max-width: 80%;
  }
}

.quote_image_tab .column_text {
  color: #003d68;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
}

@media (min-width: 768px) {
  .quote_image_tab .column_text {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 0.8125rem;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .quote_image_tab .column_text {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 1200px) {
  .quote_image_tab .column_text {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.quote_image_tab .column_text .h4 {
  font-size: 1.1875rem;
  line-height: 1.15789;
}

@media (min-width: 992px) {
  .quote_image_tab .column_text .h4 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .quote_image_tab .column_text .h4 {
    font-size: 1.75rem;
  }
}

.quote_image_tab .column_text .h5 {
  font-size: 1.0625rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .quote_image_tab .column_text .h5 {
    font-size: 0.8125rem;
    font-size: 1.5625vw;
  }
}

@media (min-width: 992px) {
  .quote_image_tab .column_text .h5 {
    font-size: 0.8125rem;
  }
}

.quote_image_tab .column_text .h5:only-child {
  margin-bottom: 0;
}

.alert .alert__block {
  position: relative;
  padding-bottom: 1.375rem;
  margin-bottom: 1.25rem;
  position: relative;
}

@media (min-width: 768px) {
  .alert .alert__block {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.alert .alert__block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.alert .alert__block:last-child:after {
  display: none;
}

.alert .alert__block:after {
  content: "";
  position: absolute;
  left: 27px;
  right: 27px;
  bottom: 0;
  height: 1px;
  background: #63acd8;
}

@media (min-width: 768px) {
  .alert .alert__block:after {
    width: 1px;
    height: auto;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0px;
  }
}

.logo_text {
  -ms-flex-pack: center;
  justify-content: center;
}

.logo_text .logo_img {
  -ms-flex: 0 0 63px;
  flex: 0 0 63px;
  margin: 0 10px 0 0;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .logo_text .logo_img {
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
  }
}

@media (min-width: 992px) {
  .logo_text .logo_img {
    -ms-flex-preferred-size: 47px;
    flex-basis: 47px;
  }
}

.logo_text .logo_img:only-child {
  margin-right: 0;
}

.logo_text .logo_img img {
  width: 100%;
}

.logo_text .logo_txt {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 5vw;
  line-height: 22px;
  margin: 0 0 -2px 3px;
  text-align: left;
}

@media (min-width: 375px) {
  .logo_text .logo_txt {
    font-size: 21px;
    line-height: 22px;
    min-width: 210px;
  }
}

@media (min-width: 768px) {
  .logo_text .logo_txt {
    font-size: 1.5625vw;
    line-height: 1;
  }
}

@media (min-width: 992px) {
  .logo_text .logo_txt {
    font-size: 18px;
  }
}

.table_standarts_container {
  padding: 8px;
  background: #fff;
  max-width: 595px;
  margin: 23px auto 0;
}

@media (min-width: 768px) {
  .table_standarts_container {
    margin-top: 0;
    padding: 5px;
  }
}

@media (min-width: 992px) {
  .table_standarts_container {
    margin-left: 0;
    padding: 14px 14px 13px;
  }
}

.table_standarts {
  color: #0076bd;
  width: 100%;
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
}

.table_standarts th,
.table_standarts td {
  height: 30px;
}

.table_standarts thead th,
.table_standarts thead td,
.table_standarts tbody th,
.table_standarts tbody td {
  border: 2px solid #e4ecf8;
}

.table_standarts thead th:first-child,
.table_standarts thead td:first-child,
.table_standarts tbody th:first-child,
.table_standarts tbody td:first-child {
  border-left: 0;
  width: 45%;
  word-break: break-word;
}

@media (min-width: 768px) {
  .table_standarts thead th:first-child,
  .table_standarts thead td:first-child,
  .table_standarts tbody th:first-child,
  .table_standarts tbody td:first-child {
    width: 49%;
  }
}

.table_standarts thead th:last-child,
.table_standarts thead td:last-child,
.table_standarts tbody th:last-child,
.table_standarts tbody td:last-child {
  border-right: 0;
}

.table_standarts thead th {
  font-size: 17px;
  border-top: 0;
  border-bottom: 0;
  padding: 6px 0;
  font-weight: 700;
}

@media (min-width: 768px) {
  .table_standarts thead th {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .table_standarts thead th {
    height: 27px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

.table_standarts thead th:first-child {
  border-left: 0;
  width: 45%;
}

@media (min-width: 768px) {
  .table_standarts thead th:first-child {
    width: 49%;
  }
}

.table_standarts thead th:last-child {
  border-right: 0;
}

.table_standarts tbody tr:last-child th,
.table_standarts tbody tr:last-child td {
  border-bottom: 0;
}

.table_standarts tbody th,
.table_standarts tbody td {
  padding: 8px 0;
}

@media (min-width: 768px) {
  .table_standarts tbody th,
  .table_standarts tbody td {
    padding: 6px 10px;
  }
}

@media (min-width: 992px) {
  .table_standarts tbody th,
  .table_standarts tbody td {
    height: 39px;
  }
}

.table_standarts .icon-check {
  font-size: 28px;
  display: inline-block;
  line-height: 19px;
  position: relative;
  top: 4px;
}

.panel_info {
  font-size: 16px;
  line-height: 22px;
  background: rgba(200, 83, 31, 0.1);
  padding: 29px 12px 20px 22px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .panel_info {
    font-size: 19px;
    line-height: 1.33;
    padding: 19px 40px 17px;
    -ms-flex-align: center;
    align-items: center;
  }
}

.panel_info__visual {
  width: 71px;
  min-width: 71px;
  margin: 7px 22px 7px 8px;
  float: left;
}

@media (min-width: 768px) {
  .panel_info__visual {
    margin: 0;
    float: none;
    width: 81px;
    min-width: 81px;
  }
}

@media (min-width: 768px) {
  .panel_info__body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 45px;
  }
}

.panel_info p {
  margin: 0;
}

.panel_info_2 {
  font-size: 16px;
  line-height: 1.2;
  background: rgba(200, 83, 31, 0.1);
  color: #0079c1;
  padding: 25px 12px 22px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .panel_info_2 {
    font-size: 19px;
    line-height: 1.33;
    padding: 19px 37px 17px;
    -ms-flex-align: center;
    align-items: center;
  }
}

.panel_info_2 .panel_info__visual {
  width: 140px;
  margin: 0 0 19px;
}

@media (min-width: 768px) {
  .panel_info_2 .panel_info__visual {
    margin: 0;
    -ms-flex: 0 0 127px;
    flex: 0 0 127px;
    width: 127px;
    max-width: 127px;
  }
}

.panel_info_2 .panel_info__body {
  text-align: center;
}

@media (min-width: 768px) {
  .panel_info_2 .panel_info__body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 8px 35px 0;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .panel_info_2 .panel_info__body {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .panel_info_2 .panel_info__body {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.panel_info_2 h4,
.panel_info_2 .h4 {
  font-weight: 700 !important;
  font-size: 17px;
}

@media (min-width: 768px) {
  .panel_info_2 h4,
  .panel_info_2 .h4 {
    font-size: 21px;
  }
}

.panel_info_2 p {
  margin: 0;
}

.card_marker {
  font-size: 1.175rem;
  line-height: 1.368421;
  font-weight: 700;
}

@media (min-width: 992px) {
  .card_marker {
    max-width: 420px;
  }
}

@media (min-width: 992px) {
  .card_marker {
    font-size: 1.0625rem;
    line-height: 1.41176;
  }
}

.card_marker .card-body {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 14px;
}

.card_marker .h6 {
  font-size: 100%;
  font-weight: 600;
  line-height: inherit;
  letter-spacing: 0.018em;
  margin-bottom: 0.578947em;
}

.card_marker [class^="bullet-list"] > li,
.card_marker [class*="bullet-list"] > li {
  margin-bottom: 0.375rem;
}

@media (min-width: 992px) {
  .card_marker [class^="bullet-list"] > li,
  .card_marker [class*="bullet-list"] > li {
    margin-bottom: 0.0625rem;
  }
}

.list_assist:after,
.item_assist:after,
.item_assist__text:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #9b9b9b;
  opacity: 0;
}

.item_assist__text {
  position: relative;
}

@media (min-width: 992px) {
  .item_assist__text {
    padding-left: 5px;
  }
}

.item_assist__text:after {
  bottom: -2px;
}

@media (min-width: 768px) {
  .item_assist__text:after {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .item_assist__text:after {
    right: -10px;
  }
}

@media (min-width: 1200px) {
  .item_assist__text:after {
    right: -20px;
  }
}

.list_assist {
  margin: 0 0 1.375rem;
  position: relative;
  padding: 0 0 1.25rem;
}

@media (min-width: 992px) {
  .list_assist {
    padding-bottom: 0.5625rem;
  }
}

.list_assist:after {
  bottom: 0;
}

@media (max-width: 767.98px) {
  .list_assist:after {
    opacity: 1;
  }
}

.list_assist h4,
.list_assist .h4 {
  font-weight: 700;
  margin: 0 0 0.363636em;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .list_assist h4,
  .list_assist .h4 {
    font-size: 1.5rem;
    line-height: 0.875;
    margin-bottom: 0.583333em;
  }
}

.item_assist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px 0.875rem;
  position: relative;
}

@media (min-width: 768px) {
  .item_assist {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 2rem;
    padding: 0 0 0.5rem;
  }
}

.item_assist:last-child .item_assist__text:after {
  opacity: 0;
}

.item_assist__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 0.5rem;
}

@media (min-width: 1200px) {
  .item_assist__icon {
    -ms-flex-preferred-size: 123px;
    flex-basis: 123px;
    margin-top: -5px;
  }
}

.item_assist__text {
  font-size: 1.025rem;
  line-height: 1.29;
}

@media (min-width: 992px) {
  .item_assist__text {
    font-size: 1.1375rem;
    line-height: 1.18;
  }
}

.list_nurse {
  font-size: 0.88125rem;
  line-height: 1.357143;
  letter-spacing: 0.019em;
  padding: 0 0 0.25rem;
}

@media (min-width: 992px) {
  .list_nurse {
    margin-top: 0.25rem;
  }
}

.list_nurse h5,
.list_nurse .h5 {
  font-size: 1rem;
  font-weight: 700 !important;
  line-height: 1.1875;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

@media (min-width: 992px) {
  .list_nurse h5,
  .list_nurse .h5 {
    font-size: 1.125rem;
  }
}

.list_nurse .item_nurse {
  padding: 0 0 0.5rem;
}

.list_nurse .item_nurse__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  text-align: center;
}

@media (min-width: 992px) {
  .list_nurse .item_nurse__icon {
    width: 63px;
  }
}

.list_nurse .item_nurse__text {
  padding: 0 4px 0 0;
}

@media (min-width: 992px) {
  .list_nurse .item_nurse__text {
    font-size: 1rem;
    line-height: 1.1875;
    letter-spacing: 0.25px;
  }
}

.call_block {
  border-top: 2px solid #d8d8d8;
  font-size: 1.3375rem;
  line-height: 1.238095;
  letter-spacing: 0.32px;
  margin: 0.625rem 0 2.0625rem;
  padding: 1.125rem 0 1.625rem;
  position: relative;
}

.call_block:after {
  content: "";
  height: 5px;
  width: 100%;
  background-image: radial-gradient(
    circle at 50% 50%,
    #c8531f,
    #c8531f 22%,
    #502714 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
}

.call_block p {
  margin: 0;
}

.resources_links_container .alert {
  padding: 1.1875rem 11px;
}

@media (min-width: 768px) {
  .resources_links_container .alert {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 992px) {
  .resources_links_container .alert {
    padding: 2rem 24px 1.5625rem;
  }
}

@media (min-width: 1200px) {
  .resources_links_container .alert {
    padding: 3.125rem 40px 1.625rem;
  }
}

.resources_links_container .h6 {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.23529;
}

@media (min-width: 992px) {
  .resources_links_container .h6 {
    font-size: 1.1875rem;
    line-height: 1.21053;
  }
}

.resources_links_container .img_holder__links {
  padding-left: 23px;
  padding-right: 23px;
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .resources_links_container .img_holder__links {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .resources_links_container .img_holder__links {
    margin-bottom: 1.3125rem;
    padding-right: 30px;
  }
}

.resources_links_container .card_img {
  -ms-flex-preferred-size: 113px;
  flex-basis: 113px;
}

@media (min-width: 768px) {
  .resources_links_container .card_img {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.resources_links_container .text {
  padding: 29px 0 0 2px;
}

@media (min-width: 768px) {
  .resources_links_container .text {
    padding-top: 35px;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .resources_links_container .text {
    padding-top: 40px;
  }
}

@media (min-width: 1200px) {
  .resources_links_container .text {
    padding-top: 45px;
  }
}

@media (min-width: 768px) {
  .recources_links__row > .col:nth-child(2n + 1),
  .recources_links__row > [class^="col-"]:nth-child(2n + 1),
  .recources_links__row > [class*=" col-"]:nth-child(2n + 1) {
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .recources_links__row > .col:nth-child(2n + 1),
  .recources_links__row > [class^="col-"]:nth-child(2n + 1),
  .recources_links__row > [class*=" col-"]:nth-child(2n + 1) {
    padding-right: 28px;
  }
}

@media (min-width: 1200px) {
  .recources_links__row > .col:nth-child(2n + 1),
  .recources_links__row > [class^="col-"]:nth-child(2n + 1),
  .recources_links__row > [class*=" col-"]:nth-child(2n + 1) {
    padding-right: 32px;
  }
}

@media (min-width: 768px) {
  .recources_links__row > .col:nth-child(2n),
  .recources_links__row > [class^="col-"]:nth-child(2n),
  .recources_links__row > [class*=" col-"]:nth-child(2n) {
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .recources_links__row > .col:nth-child(2n),
  .recources_links__row > [class^="col-"]:nth-child(2n),
  .recources_links__row > [class*=" col-"]:nth-child(2n) {
    padding-left: 28px;
  }
}

@media (min-width: 1200px) {
  .recources_links__row > .col:nth-child(2n),
  .recources_links__row > [class^="col-"]:nth-child(2n),
  .recources_links__row > [class*=" col-"]:nth-child(2n) {
    padding-left: 32px;
  }
}

.recources_links__row > .col:last-child,
.recources_links__row > [class^="col-"]:last-child,
.recources_links__row > [class*=" col-"]:last-child {
  margin-bottom: 5px !important;
}

.img_holder__links {
  margin-bottom: 1.3125rem;
}

.img_holder__links .card_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
}

.card_img {
  margin: 0 0 1rem;
}

@media (min-width: 992px) {
  .card_img {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .card_img {
    margin-bottom: 2.125rem;
  }
}

.card_img .card-body {
  padding: 1.75rem 38px 0.75rem;
}

@media (max-width: 767.98px) {
  .card_finassist img {
    max-width: 264px;
  }
}

@media (max-width: 767.98px) {
  .card_img_credit {
    margin-top: -5px;
  }

  .card_img_credit img {
    max-width: 260px;
  }
}

@media (max-width: 767.98px) {
  .img_safety img {
    max-width: 323px;
  }
}

.table_dose {
  font-size: 1.03125rem;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .table_dose {
    font-size: 1.1875rem;
  }
}

.table_dose thead th,
.table_dose thead td,
.table_dose tbody th,
.table_dose tbody td {
  border: none;
}

@media (min-width: 576px) {
  .table_dose thead th,
  .table_dose thead td,
  .table_dose tbody th,
  .table_dose tbody td {
    border: solid #c8531f;
    border-width: 0 0 0 1px;
    text-align: center;
  }
}

.table_dose thead th:first-child,
.table_dose thead td:first-child,
.table_dose tbody th:first-child,
.table_dose tbody td:first-child {
  border-left: none;
}

@media (min-width: 576px) {
  .table_dose thead th:first-child,
  .table_dose thead td:first-child,
  .table_dose tbody th:first-child,
  .table_dose tbody td:first-child {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .table_dose thead {
    display: none;
  }
}

@media (min-width: 375px) {
  .table_dose thead th,
  .table_dose thead td {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .table_dose thead th,
  .table_dose thead td {
    padding: 18px 20px 13px;
  }
}

@media (min-width: 576px) {
  .table_dose thead th:last-child,
  .table_dose thead td:last-child {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .table_dose th,
  .table_dose td {
    padding: 18px 15px 13px;
  }
}

@media (min-width: 1200px) {
  .table_dose th:first-child,
  .table_dose td:first-child {
    padding-left: 42px;
  }
}

.table_dose tbody tr {
  border-top: solid 1.2px #c8531f;
}

@media (max-width: 575.98px) {
  .table_dose tbody tr {
    float: left;
    width: 100%;
    background: #fff;
    clear: both;
  }
}

.table_dose tbody tr:first-child {
  border-top: none;
}

@media (max-width: 575.98px) {
  .table_dose tbody th,
  .table_dose tbody td {
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
  }
}

@media (min-width: 375px) {
  .table_dose tbody th,
  .table_dose tbody td {
    padding: 15px 15px 10px;
  }
}

@media (min-width: 1200px) {
  .table_dose tbody th,
  .table_dose tbody td {
    padding-top: 17px;
    padding-bottom: 12px;
  }
}

.dosing-and-administration span.yellow-bg {
  display: none;
}

@media (max-width: 575.98px) {
  /* .table_dose tbody th:before, .table_dose tbody td:before {
        content: attr(data-label);
        font-size: 1.0625rem;
        padding: 8px 10px 7px;
        display: inline-block;
        font-weight: 700;
        vertical-align: middle;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100%;
        text-align: center;
        white-space: normal;
    } */
  .dosing-and-administration span.yellow-bg {
    display: block;
  }

  .dosing-and-administration .table_dose tbody td span.yellow-bg {
    background: #f7eae4;
    width: 100%;
    font-weight: 700;
    padding: 8px;
    margin-bottom: 20px;
  }

  .dosing-and-administration .table_dose tbody td.yellow-bg-blk {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .table_dose tbody th span,
  .table_dose tbody td span {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
  }
}

.table_dose p:only-child,
.table_dose p:last-child {
  margin: 0 0 0.1875rem;
}

.table_dose .title {
  padding: 0 20px;
  margin: 0 0 0.6875rem;
}

@media (min-width: 576px) {
  .table_dose .title {
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
  }
}

.table_dose .title:only-child {
  margin-bottom: 0;
}

.table_dose .lead {
  font-size: 100%;
  font-weight: 600 !important;
}

.cards_guideline_wrapper {
  padding: 1rem 0 0;
}

.cards_guideline_wrapper .card_guideline__header .h6 {
  font-weight: 600;
}

.card_guideline {
  color: #58585b;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.17647;
}

@media (min-width: 1200px) {
  .card_guideline[class*=" my-"],
  .card_guideline[class^="my-"],
  .card_guideline[class*=" mb-"],
  .card_guideline[class^="mb-"] {
    margin-bottom: 2.375rem !important;
  }
}

.card_guideline .bg-light-pink {
  background-color: rgba(200, 83, 31, 0.05) !important;
}

.card_guideline__header {
  background: linear-gradient(
    to right,
    #6c2a0c 0%,
    #c8531f 26%,
    #be8166 54%,
    #0079c1 100%
  );
  padding: 14px 20px 13px;
  text-align: center;
}

@media (min-width: 768px) {
  .card_guideline__header {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .card_guideline__header {
    padding: 16px 50px;
  }
}

.card_guideline__body .card_title_block {
  text-align: center;
  padding: 9px 15px 7px;
  font-size: 1.025rem;
  font-weight: 600;
  color: #58585b;
  min-width: 203px;
}

@media (min-width: 576px) {
  .card_guideline__body .card_title_block {
    -ms-flex: 0 0 203px;
    flex: 0 0 203px;
    max-width: 203px;
  }
}

@media (min-width: 768px) {
  .card_guideline__body .card_title_block {
    font-size: 1.075rem;
  }
}

@media (min-width: 1200px) {
  .card_guideline__body .card_title_block {
    padding: 44px 15px;
  }
}

.card_guideline__body .card_description {
  padding: 20px 15px 9px;
}

@media (min-width: 992px) {
  .card_guideline__body .card_description {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1200px) {
  .card_guideline__body .card_description {
    padding: 22px 50px 15px;
  }
}

.checked_list {
  margin: 0 0 0.75rem;
}

@media (min-width: 992px) {
  .checked_list {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .checked_list {
    margin-bottom: 1.8125rem;
  }
}

@media (min-width: 768px) {
  .checked_list.checked_list_md_inline > li {
    display: inline-block;
  }

  .checked_list.checked_list_md_inline > li + li {
    margin-left: 27px;
  }
}

.checked_list > li {
  padding: 0 0 1.375rem 39px;
  position: relative;
}

@media (min-width: 992px) {
  .checked_list > li {
    padding-left: 35px;
  }
}

.checked_list > li:before {
  content: "\e5ca";
  font-family: "Material Icons Round";
  color: #c8531f;
  font-size: 35px;
  top: -15px;
  position: absolute;
  font-weight: 700;
  left: -5px;
}
@media (max-width: 991px) {
  .checked_list > li:before {
    font-size: 35px;
    top: -5px;
  }
}
.riabni_works {
  padding: 2px 0 0;
}

@media (min-width: 992px) {
  .riabni_works {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media (min-width: 1200px) {
  .riabni_works {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.riabni_work_item {
  padding-bottom: 1.9375rem;
}

@media (min-width: 992px) {
  .riabni_work_item {
    padding-bottom: 1.5rem;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1200px) {
  .riabni_work_item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.riabni_work_item .item_img {
  min-height: 327px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .riabni_work_item .item_img {
    min-height: 320px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .riabni_work_item .item_img {
    min-height: 310px;
  }
}

@media (min-width: 1200px) {
  .riabni_work_item .item_img {
    min-height: 302px;
  }
}

.riabni_work_item .item_img_holder {
  margin: 0 auto 1.375rem;
  min-width: 178px;
}

@media (min-width: 992px) {
  .riabni_work_item .item_img_holder {
    min-width: 209px;
    margin-bottom: 0.4375rem;
  }
}

.riabni_work_item .item_description {
  position: relative;
  border: none;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.36842;
  margin-top: 34px;
  margin-bottom: 1.9375rem;
  padding: 0;
}

@media (min-width: 375px) {
  .riabni_work_item .item_description {
    max-width: 79%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .riabni_work_item .item_description {
    max-width: none;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .riabni_work_item .item_description {
    font-size: 1.0625rem;
    line-height: 1.41176;
  }
}

.riabni_work_item .item_description:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 100%;
  left: 30%;
  border: solid;
  border-width: 36px 36px 0px 0;
  border-color: transparent rgba(0, 114, 206, 0.1);
}

.riabni_work_item .item_description p {
  margin-bottom: 0;
}

.riabni_work_item .item_description_holder {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 115px;
  padding: 18px 15px 17px 23px;
}

@media (min-width: 992px) {
  .riabni_work_item .item_description_holder {
    min-height: 150px;
  }
}

.riabni_work_item .item_description .h4,
.riabni_work_item .item_description .h5,
.riabni_work_item .item_description .h6,
.riabni_work_item .title_holder .h4,
.riabni_work_item .title_holder .h5,
.riabni_work_item .title_holder .h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

.riabni_work_item .title_holder {
  font-size: 21px;
  font-weight: 600;
  line-height: normal;
  padding: 8px 18px 6px;
  position: relative;
  min-height: 120px;
}

@media (min-width: 992px) {
  .riabni_work_item .title_holder {
    font-size: 1.1875rem;
    min-height: 112px;
  }
}

.riabni_work_item .title_holder p {
  margin-bottom: 0.5em;
}

.riabni_work_item .title_holder .decor_line {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1200px) {
  .riabni_work_item:nth-child(1) .item_img {
    padding-right: 11px;
  }
}

@media (min-width: 768px) {
  .riabni_work_item:nth-child(1) .item_img_holder {
    margin-right: 0;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .riabni_work_item:nth-child(1) .title_holder {
    margin-left: auto;
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .riabni_work_item:nth-child(1) .title_holder {
    margin-right: 24px;
    padding-left: 14px;
    padding-right: 14px;
  }
}

.riabni_work_item:nth-child(1) .decor_line {
  height: 124%;
}

@media (min-width: 768px) {
  .riabni_work_item:nth-child(1) .decor_line {
    height: 121%;
  }
}

@media (min-width: 1200px) {
  .riabni_work_item:nth-child(2) .item_img {
    padding-right: 14px;
  }
}

.riabni_work_item:nth-child(2) .item_img_holder {
  min-width: 209px;
}

.riabni_work_item:nth-child(2) .title_holder {
  min-height: 104px;
}

@media (min-width: 768px) {
  .riabni_work_item:nth-child(2) .title_holder {
    min-height: 80px;
  }
}

@media (min-width: 992px) {
  .riabni_work_item:nth-child(2) .title_holder {
    min-height: 94px;
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .riabni_work_item:nth-child(2) .title_holder {
    margin-right: 34px;
  }
}

.riabni_work_item:nth-child(2) .decor_line {
  height: 131%;
}

@media (min-width: 768px) {
  .riabni_work_item:nth-child(2) .decor_line {
    height: 139%;
  }
}

@media (min-width: 992px) {
  .riabni_work_item:nth-child(2) .decor_line {
    height: 134%;
  }
}

.riabni_work_item:nth-child(3) .item_img_holder {
  min-width: 254px;
}

@media (min-width: 768px) {
  .riabni_work_item:nth-child(3) .item_img_holder {
    margin-left: 0;
  }
}

.riabni_work_item:nth-child(3) .decor_line {
  display: none;
}

.riabni_work_item:nth-child(3) .title_holder {
  height: auto;
  min-height: 50px;
}

@media (min-width: 768px) {
  .riabni_work_item:nth-child(3) .title_holder {
    min-height: 55px;
  }
}

@media (min-width: 992px) {
  .riabni_work_item:nth-child(3) .title_holder {
    min-height: 55px;
  }
}

.riabni_work_item .item_holder p {
  font-size: 18px;
}

@media (min-width: 992px) {
  .riabni_work_item .item_holder p {
    font-size: 17px;
  }
}

.decor_line {
  position: relative;
  width: 1px;
  min-height: 50px;
  border: solid #c8531f;
  border-width: 0 0 0 1px;
  padding: 2px;
}

.decor_line:before,
.decor_line:after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: #c8531f;
  margin: 0 0 0 -2px;
}

.decor_line:before {
  top: 0;
}

.decor_line:after {
  bottom: 0;
}

.diagram {
  position: relative;
  margin: -0.875rem auto 0;
  max-width: 17.125rem;
}

@media (min-width: 992px) {
  .diagram {
    max-width: 32.5rem;
  }
}

.diagram__title {
  font-size: 1.1875rem;
}

.diagram__title p {
  margin: 0 0 0.625rem;
}

@media (min-width: 992px) {
  .diagram__list {
    padding-top: 1.5rem;
    padding-left: 42.5%;
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

.diagram__list li {
  margin: 0 0 0.5rem;
}

@media (min-width: 992px) {
  .diagram__list li {
    margin: 0 0 0.1875rem;
  }
}

.diagram__hold {
  padding-top: 7.125rem;
  padding-bottom: 9.1875rem;
  padding-right: 13%;
}

@media (min-width: 992px) {
  .diagram__hold {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 5.625rem;
    padding-bottom: 3.125rem;
  }
}

.top_block {
  position: absolute;
  bottom: 100%;
  left: calc(50% - 135px);
  margin: 0 0 8px;
}

@media (min-width: 992px) {
  .top_block {
    top: -6.875rem;
    left: 0;
  }
}

.top_block__title {
  display: block;
  font-size: 1.6875rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: -0.375rem;
}

@media (min-width: 992px) {
  .top_block__title {
    font-size: 1.875rem;
  }
}

.top_block__percent {
  display: block;
  font-size: 4.125rem;
  line-height: 1;
  font-weight: 600;
}

@media (min-width: 992px) {
  .top_block__percent {
    font-size: 4.75rem;
  }
}

.bottom_block {
  position: absolute;
  color: #0076bd;
  font-size: 0.875rem;
  line-height: 1.29;
  font-weight: 400;
  top: 100%;
  right: calc(50% - 142px);
  margin: 0.5625rem 0 0;
}

@media (min-width: 992px) {
  .bottom_block {
    font-size: 1rem;
    right: 0;
    margin-top: -4.75rem;
    margin-right: -8px;
  }
}

.bottom_block__title {
  display: block;
  font-size: 1.1875rem;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 -1px;
}

@media (min-width: 992px) {
  .bottom_block__title {
    font-size: 1.3125rem;
    margin-bottom: -0.1875rem;
  }
}

.bottom_block__percent {
  display: block;
  font-size: 2.875rem;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 0.125rem;
}

@media (min-width: 992px) {
  .bottom_block__percent {
    font-size: 3.3125rem;
    margin-bottom: 0.75rem;
  }
}

.bottom_block__description {
  display: block;
}

.list_marker .h4,
.list_marker .h5,
.list_marker .h6 {
  display: block;
}

.list_marker .item_marker__text h6,
.list_marker .item_marker__text .h6 {
  font-weight: 700;
}

.list_marker .alert {
  margin-bottom: 0.625rem;
  padding: 0.3125rem 15px;
}

@media (min-width: 992px) {
  .list_marker .alert {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.visual_how_happen {
  max-width: 21.5625rem;
  margin: 0 auto 2rem;
}

@media (min-width: 768px) {
  .visual_how_happen {
    max-width: 40.625rem;
  }
}

@media (min-width: 992px) {
  .visual_how_happen {
    max-width: 44.6875rem;
  }
}

.visual_how_happen .visual_holder {
  margin-left: -2px;
  margin-right: -1px;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

@media (min-width: 768px) {
  .tabs_collapse_container .tab_slide {
    transition: opacity 0.25s linear, visibility 0.25s linear;
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .tabs_collapse_container .tab_slide.tab_active {
    opacity: 1;
    visibility: visible;
  }
}

.tabs_collapse_container .tab-pane {
  background: #fff;
  text-align: center;
  padding: 1.5rem 0;
}

@media (min-width: 768px) {
  .tabs_collapse_container .tab-pane {
    border: solid #41b6e6;
    border-width: 1px 1px 8px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .tabs_collapse_container .tab-pane {
    border-bottom-width: 10px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .tabs_collapse_container .tab-pane {
    border-bottom-width: 12px;
    padding: 2.3125rem 91px;
  }
}

@media (min-width: 768px) {
  .tabs_collapse_container .tab-pane.tab_support {
    text-align: left;
  }
}

.tabs_collapse_container .tab-pane.collapse.show {
  display: block;
}

.tabs_collapse_container .tab-pane .blockquote_holder,
.tabs_collapse_container .tab-pane .legend_text,
.tabs_collapse_container .tab-pane .legend_text_small {
  text-align: left;
}

@media (min-width: 992px) {
  .tabs_collapse_container .tab-pane .legend_text,
  .tabs_collapse_container .tab-pane .legend_text_small {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 1200px) {
  .tabs_collapse_container .tab-pane .legend_text,
  .tabs_collapse_container .tab-pane .legend_text_small {
    margin-left: -63px;
    margin-right: -63px;
  }
}

.tabs_collapse_container .blockquote .blockquote-footer {
  padding-left: 20px;
}

@media (min-width: 1200px) {
  .tabs_collapse_container .blockquote .blockquote-footer {
    padding-left: 40%;
  }
}

@media (min-width: 768px) {
  .tabs_collapse_container .collapse:not(.show) {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .tabs_collapse_container .tab_heritage .img_holder__hold {
    max-width: 68%;
  }
}

@media (min-width: 992px) {
  .tabs_collapse_container .tab_heritage .img_holder__hold {
    max-width: 72%;
  }
}

@media (min-width: 1200px) {
  .tabs_collapse_container .tab_heritage .img_holder__hold {
    max-width: 78%;
  }
}

@media (min-width: 1200px) {
  .tabs_collapse_container .tab_expertise .img_holder {
    margin-top: 5px;
  }
}

@media (min-width: 992px) {
  .tabs_collapse_container .tab_support .tab_container {
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (min-width: 1200px) {
  .tabs_collapse_container .tab_support .tab_container {
    margin-left: -38px;
    margin-right: -56px;
  }
}

.tabs_collapse_container .tab_title {
  letter-spacing: 0.018em;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .tabs_collapse_container .tab_title {
    line-height: 1.03704;
    max-width: 90%;
  }
}

@media (min-width: 992px) {
  .tabs_collapse_container .tab_title {
    max-width: 85%;
  }
}

@media (min-width: 1200px) {
  .tabs_collapse_container .tab_title {
    max-width: 80%;
  }
}

.tabs_collapse_container .tab_title b,
.tabs_collapse_container .tab_title strong {
  font-weight: 700;
}

@media (min-width: 768px) {
  .tabs_collapse_container .quote_image_wrap {
    margin-bottom: 0;
  }
}

.tabs_collapse_container .img_holder {
  text-align: center;
  padding: 1px;
  position: relative;
}

@media (min-width: 768px) {
  .tabs_collapse_container .img_holder {
    margin: 0 -24px;
  }
}

@media (min-width: 992px) {
  .tabs_collapse_container .img_holder {
    margin-top: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 1200px) {
  .tabs_collapse_container .img_holder {
    margin-top: 53px;
  }
}

.tabs_collapse_container .img_holder picture,
.tabs_collapse_container .img_holder img {
  display: inline-block;
}

.tabs_collapse_container .img_holder__hold {
  padding: 0 0 0.5625rem;
}

.tabs_collapse_container .img_title {
  font-size: 1.1875rem;
  line-height: 1.36842;
}

@media (min-width: 992px) {
  .tabs_collapse_container .img_title {
    font-size: 1.25rem;
    line-height: 1.35;
    letter-spacing: 0.173em;
  }
}

@media (min-width: 1200px) {
  .tabs_collapse_container .img_title {
    letter-spacing: 0.18em;
  }
}

@media (min-width: 768px) {
  .img_holder .img_title_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    padding: 15px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .img_holder .img_title_wrapper {
    top: 8px;
    width: 57.3%;
  }
}

@media (min-width: 1200px) {
  .img_holder .img_title_wrapper {
    top: 17px;
  }
}

.tabs_expertise .nav-tabs {
  border-bottom: none;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .tabs_expertise .nav-tabs {
    margin: 0 0 40px;
  }
}

@media (min-width: 768px) {
  .tabs_expertise .nav-tabs .nav-item {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .tabset_expertise .nav-item,
  .accordion_expertise .nav-item,
  .nav-tabs .nav-item {
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .tabset_expertise .nav-item,
  .accordion_expertise .nav-item,
  .nav-tabs .nav-item {
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .tabset_expertise .nav-item,
  .accordion_expertise .nav-item,
  .nav-tabs .nav-item {
    padding-left: 27px;
  }
}

@media (min-width: 768px) {
  .tabset_expertise .nav-item:first-child,
  .accordion_expertise .nav-item:first-child,
  .nav-tabs .nav-item:first-child {
    padding-left: 0;
  }
}

.tabset_expertise .nav-link,
.accordion_expertise .nav-link,
.nav-tabs .nav-link {
  border: 1px solid #80b9e7;
  color: #80b9e7;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 12px 15px 29px;
  position: relative;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .tabset_expertise .nav-link,
  .accordion_expertise .nav-link,
  .nav-tabs .nav-link {
    padding: 13px 15px 25px;
  }
}

@media (min-width: 1200px) {
  .tabset_expertise .nav-link,
  .accordion_expertise .nav-link,
  .nav-tabs .nav-link {
    padding: 16px 15px 30px;
  }
}

.tabset_expertise .nav-link.active:hover,
.tabset_expertise .nav-link.tab_active:hover,
.accordion_expertise .nav-link.active:hover,
.accordion_expertise .nav-link.tab_active:hover,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.tab_active:hover {
  color: #fff;
}

.tabset_expertise .nav-link:hover,
.accordion_expertise .nav-link:hover,
.nav-tabs .nav-link:hover {
  color: #0072ce;
}

@media (min-width: 768px) {
  .tabset_expertise .nav-link,
  .accordion_expertise .nav-link,
  .nav-tabs .nav-link {
    font-size: 20px;
  }
}

.nav-link:hover .ico-down:before,
.nav-link:hover .ico-down:after,
.nav-link:focus .ico-down:before,
.nav-link:focus .ico-down:after {
  background-color: #0072ce;
}

.nav-link.active,
.active .nav-link,
.active_slide .nav-link,
.nav-link.active_slide,
.tab_active .nav-link,
.nav-link.tab_active {
  background-color: #0072ce;
  color: #fff !important;
}

.nav-link.active:focus:hover,
.active .nav-link:focus:hover,
.active_slide .nav-link:focus:hover,
.nav-link.active_slide:focus:hover,
.tab_active .nav-link:focus:hover,
.nav-link.tab_active:focus:hover {
  color: #fff !important;
}

.nav-link.active .ico-down:before,
.nav-link.active .ico-down:after,
.active .nav-link .ico-down:before,
.active .nav-link .ico-down:after,
.active_slide .nav-link .ico-down:before,
.active_slide .nav-link .ico-down:after,
.nav-link.active_slide .ico-down:before,
.nav-link.active_slide .ico-down:after,
.tab_active .nav-link .ico-down:before,
.tab_active .nav-link .ico-down:after,
.nav-link.tab_active .ico-down:before,
.nav-link.tab_active .ico-down:after {
  background-color: #fff;
}

@media (min-width: 768px) {
  .nav-link.active .tab_arrow,
  .active .nav-link .tab_arrow,
  .active_slide .nav-link .tab_arrow,
  .nav-link.active_slide .tab_arrow,
  .tab_active .nav-link .tab_arrow,
  .nav-link.tab_active .tab_arrow {
    opacity: 1;
    visibility: visible;
  }
}

.nav-link .ico-down {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 13px;
}

@media (min-width: 768px) {
  .nav-link .ico-down {
    bottom: 12px;
  }
}

.nav-link .tab_arrow {
  transition: opacity 0.25s linear, visibility 0.25s linear;
  animation-delay: 0.5s;
  width: 64px;
  height: 30px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  /* overflow: hidden; */
  top: 100%;
  margin: 15px 0 0;
  opacity: 0;
  visibility: hidden;
}

.nav-link .tab_arrow:before,
.nav-link .tab_arrow:after {
  content: "";
  position: absolute;
  left: 50%;
}

.nav-link .tab_arrow:before {
  width: 0;
  height: 0;
  border: solid;
  border-color: transparent transparent #80b9e7;
  top: -2px;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .nav-link .tab_arrow:before {
    border-width: 0 32px 32px;
  }
}

.nav-link .tab_arrow:after {
  border: none;
  background: #fff;
  transform: rotate(-45deg) translateX(-50%);
  top: -7px;
  left: 50%;
  margin: 0 0 0 -9px;
}

@media (min-width: 768px) {
  .nav-link .tab_arrow:after {
    width: 54px;
    height: 50px;
  }
}

.accordion_expertise .accordion_item {
  margin: 0 0 12px;
}

@media (min-width: 768px) {
  .accordion_expertise .accordion_item {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 375px) {
  .accordion_expertise .nav-link {
    padding: 16px 20px 34px;
  }
}

.visual_hero {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

@media (min-width: 768px) {
  .visual_hero {
    padding-bottom: 1.875rem;
  }
}

@media only screen and (min-width: 1400px) {
  .visual_hero {
    padding-bottom: 3vw;
  }
}

.visual_hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 32%,
    rgba(0, 0, 0, 0.26) 62%,
    rgba(0, 0, 0, 0.5) 98%
  );
  z-index: 1;
}

.visual_hero .visual__holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.visual_hero .visual__holder .bg-stretch {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media (max-width: 600px) {
  .visual_hero .visual__holder .bg-stretch {
    background-position: 30% 0;
  }
}

.visual_hero .visual_hero__holder {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  min-height: 432px;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 10;
}

.visual_hero .hero_title {
  padding-bottom: 35px;
}

.visual_hero .badge-navbar {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 15;
}

.visual_hero__content {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  position: relative;
  z-index: 3;
}

.visual_hero .under_hero_decor {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 99;
  transform: translateY(50%);
}

@media (min-width: 992px) {
  .visual_hero .under_hero_decor {
    height: 85px;
  }
}

@media (min-width: 1200px) {
  .visual_hero .under_hero_decor {
    height: 100px;
  }
}

@media only screen and (min-width: 1400px) {
  .visual_hero .under_hero_decor {
    height: 7.9vw;
  }
}

.visual_hero .under_hero_decor .bg-stretch {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.hero_title {
  line-height: 1.17857;
}

.hero_title h1,
.hero_title .h1,
.hero_title h2,
.hero_title .h2,
.hero_title h3,
.hero_title .h3 {
  line-height: inherit;
}

.hero_title h1 {
  font-size: 28px;
  font-weight: normal;
}

.hero_title small,
.hero_title .small {
  font-size: 25px;
  font-weight: 700;
}

.visual_hero__content .container,
.visual_hero__content [class^="container-"],
.visual_hero__content [class*=" container-"] {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .visual_hero__content .column_hero_content {
    margin-left: 56%;
    -ms-flex-preferred-size: 44.6%;
    flex-basis: 44.6%;
    max-width: 44.6%;
  }
}

.visual_hero__content .badge-navbar {
  width: 147px;
  height: auto;
  margin: -0.8125rem 0 0;
  top: 0;
}

.visual_hero__content .heading_decorated {
  border-top: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0.8125rem;
}

@media (min-width: 768px) {
  .visual_hero__content .heading_decorated {
    margin-bottom: 1.375rem;
  }
}

@media (min-width: 992px) {
  .visual_hero__content .heading_decorated {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .visual_hero__content .heading_decorated {
    margin-bottom: 2.25rem;
  }
}

.visual_hero__content .heading_decorated:after {
  background-image: radial-gradient(
    circle at 50% 50%,
    #c8531f,
    #c8531f 22%,
    #502714 100%
  );
}

@media (min-width: 992px) {
  .visual_hero__content .heading_decorated .h4,
  .visual_hero__content .heading_decorated .h5 {
    font-size: 1.0625rem;
    line-height: 1.23529;
  }
}

.visual_hero__content .heading_decorated .title_large {
  margin-bottom: 2px !important;
  font-size: 26px;
}

@media (min-width: 768px) {
  .visual_hero__content .resources_links {
    padding-bottom: 4px !important;
    margin-bottom: 0;
  }
}

.under_hero__holder {
  background: #002f6d;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.26316;
  padding-top: 1.375rem;
}

@media (min-width: 375px) {
  .under_hero__holder {
    font-size: 19px;
  }
}

@media (min-width: 768px) {
  .under_hero__holder {
    background: linear-gradient(-285deg, #341608 0%, #893a16 62%, #c8531f 100%);
    padding-top: 4.0625rem;
  }
}

@media (min-width: 1200px) {
  .under_hero__holder {
    font-size: 1.0625rem;
    line-height: 1.23529;
    padding-top: 4.8125rem;
  }
}

@media only screen and (min-width: 1400px) {
  .under_hero__holder {
    padding-top: 6vw;
  }
}

@media (min-width: 768px) {
  .twocolumns_md_list {
    display: -ms-flexbox;
    display: flex;
  }

  .twocolumns_md_list li {
    width: 50%;
    padding-right: 15px;
  }

  .twocolumns_md_list li .list-unstyled li {
    width: 100%;
  }
}
.home-onco .twocolumns_md_list li {
  list-style: disc;
}

.heading_box h2,
.heading_box .h2 {
  margin-bottom: 0.16667em;
}

@media (min-width: 375px) {
  .heading_box h2,
  .heading_box .h2 {
    font-size: 1.5rem;
  }
}

.heading_box .card-body {
  padding-top: 1.375rem;
  padding-bottom: 0.75rem;
}

.homepage .heading_box .card-body {
  font-size: 24px;
}

.hero_description p b,
.hero_description p strong {
  font-weight: 600;
}

.alert-primary {
  background-color: rgba(0, 114, 206, 0.1);
  color: #474747;
}

@media only screen and (max-width: 391px) {
  .img-fluid img,
  img.img-fluid {
    width: 100%;
  }
}

#wrapper {
  overflow: hidden;
  position: relative;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.container_lg {
  max-width: 1145px;
}

.container_md {
  max-width: 1086px;
}

.container_sm {
  max-width: 1100px;
}

.nobr {
  white-space: nowrap;
}

.homepage .section_content.py-4.pt-lg-5.pt-xl-6.pb-lg-4 {
  display: none;
}

@media (max-width: 991.98px) {
  .section_content {
    line-height: 1.3125;
  }
}

@media (min-width: 992px) {
  .section_content {
    line-height: 1.41176;
  }
}

.content_block {
  padding: 1px 0;
}

@media (min-width: 768px) {
  .content_block#home-footnotes {
    padding: 1px 0px;
    max-width: 1280px;
    margin: auto auto;
  }
  .content_block#home-footnotes .container-xl {
    padding-left: 0;
  }
}

@media (max-width: 1199.98px) {
  .container#isi-container {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .container#isi-container {
    padding-right: 0;
    padding-left: 0;
  }
}

.text-underline {
  text-decoration: underline !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.twocolumns_list {
  margin: 0;
  padding: 0;
}

@media (min-width: 576px) {
  .twocolumns_list {
    column-count: 2;
    column-gap: 54px;
  }
}

.heading_block h1,
.heading_block .h1,
.heading_block h2,
.heading_block .h2,
.heading_block h3,
.heading_block .h3,
.heading_block h4,
.heading_block .h4,
.heading_block h6,
.heading_block .h6,
.heading_block_bordered h1,
.heading_block_bordered .h1,
.heading_block_bordered h2,
.heading_block_bordered .h2,
.heading_block_bordered h3,
.heading_block_bordered .h3,
.heading_block_bordered h4,
.heading_block_bordered .h4,
.heading_block_bordered h6,
.heading_block_bordered .h6 {
  margin-bottom: 0.55em;
}

@media (min-width: 992px) {
  .heading_block h1,
  .heading_block .h1,
  .heading_block h2,
  .heading_block .h2,
  .heading_block h3,
  .heading_block .h3,
  .heading_block h4,
  .heading_block .h4,
  .heading_block h6,
  .heading_block .h6,
  .heading_block_bordered h1,
  .heading_block_bordered .h1,
  .heading_block_bordered h2,
  .heading_block_bordered .h2,
  .heading_block_bordered h3,
  .heading_block_bordered .h3,
  .heading_block_bordered h4,
  .heading_block_bordered .h4,
  .heading_block_bordered h6,
  .heading_block_bordered .h6 {
    margin-bottom: 0.36364em;
  }
}

.heading_block h5,
.heading_block .h5,
.heading_block_bordered h5,
.heading_block_bordered .h5 {
  margin-bottom: 0.55em;
}

@media (min-width: 992px) {
  .heading_block h5,
  .heading_block .h5,
  .heading_block_bordered h5,
  .heading_block_bordered .h5 {
    margin-bottom: 0.55em;
  }
}

.heading_block .header-holder,
.heading_block_bordered .header-holder {
  display: inline-block;
  vertical-align: baseline;
  line-height: 0.95238;
}

.heading_block .img_column,
.heading_block_bordered .img_column {
  min-width: 53px;
  margin: 0 0 1px;
  padding-right: 3px !important;
}

@media (min-width: 992px) {
  .heading_block .img_column,
  .heading_block_bordered .img_column {
    min-width: 60px;
  }

  .heading_block .img_column img,
  .heading_block_bordered .img_column img {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .heading_block .text_column,
  .heading_block_bordered .text_column {
    padding-left: 12px !important;
  }
}

@media (min-width: 992px) {
  .heading_block .text_column,
  .heading_block_bordered .text_column {
    padding-top: 6px;
  }
}

.heading_block .heading_block__holder,
.heading_block_bordered .heading_block__holder {
  padding: 0 0 0.25rem;
}

.heading_block {
  padding: 0 0 1px;
}

@media (min-width: 992px) {
  .heading_block {
    padding-bottom: 5px;
  }
}

.collapse_items .heading_block h4,
.collapse_items .heading_block .h4 {
  font-size: 1.3125rem;
  line-height: 1.2380952;
  margin-bottom: 1.5625rem;
}

@media (min-width: 992px) {
  .collapse_items .heading_block h4,
  .collapse_items .heading_block .h4 {
    font-size: 1.625rem;
    line-height: 1.2307692;
    margin-bottom: 0.75rem;
  }
}

.heading_block p {
  letter-spacing: 0.31px;
}

@media (min-width: 768px) {
  .heading_block p {
    letter-spacing: 0.34px;
  }
}

.heading_block .lead {
  font-size: 112.5%;
  line-height: 1.375rem;
}

@media (min-width: 992px) {
  .heading_block .lead {
    font-size: 100%;
    line-height: 1.3888889;
  }
}

.for-patients-page .heading_block h2,
.for-patients-page .heading_block h3.h4_custom {
  font-size: 21px;
}

.for-patients-page .heading_block p {
  font-size: 18px;
}

@media (min-width: 992px) {
  .for-patients-page .heading_block h2 {
    font-size: 26px;
  }

  .for-patients-page .heading_block h2 sup {
    font-size: 50%;
  }
  .for-patients-page.what-is-riabni .heading_block h2 sup {
    top: -3px;
  }

  .for-patients-page .heading_block h3.h4_custom {
    font-size: 19px;
    margin-bottom: 13px;

  }
}

.heading_block_bordered {
  padding: 0 0 1.3125rem;
}

@media (min-width: 992px) {
  .heading_block_bordered {
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .heading_block_bordered {
    padding-bottom: 2.3125rem;
  }
}

.heading_block_bordered h1,
.heading_block_bordered .h1,
.heading_block_bordered h2,
.heading_block_bordered .h2,
.heading_block_bordered h3,
.heading_block_bordered .h3,
.heading_block_bordered h4,
.heading_block_bordered .h4,
.heading_block_bordered h5,
.heading_block_bordered .h5,
.heading_block_bordered h6,
.heading_block_bordered .h6 {
  padding: 0 0 0.4375rem;
  position: relative;
}

@media (min-width: 992px) {
  .heading_block_bordered h1,
  .heading_block_bordered .h1,
  .heading_block_bordered h2,
  .heading_block_bordered .h2,
  .heading_block_bordered h3,
  .heading_block_bordered .h3,
  .heading_block_bordered h4,
  .heading_block_bordered .h4,
  .heading_block_bordered h5,
  .heading_block_bordered .h5,
  .heading_block_bordered h6,
  .heading_block_bordered .h6 {
    font-weight: 600;
    padding-bottom: 0.9375rem;
  }
}

.heading_block_bordered h1:before,
.heading_block_bordered .h1:before,
.heading_block_bordered h2:before,
.heading_block_bordered .h2:before,
.heading_block_bordered h3:before,
.heading_block_bordered .h3:before,
.heading_block_bordered h4:before,
.heading_block_bordered .h4:before,
.heading_block_bordered h5:before,
.heading_block_bordered .h5:before,
.heading_block_bordered h6:before,
.heading_block_bordered .h6:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #007aff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.title_section {
  font-size: 1.025rem;
  line-height: 1.36;
  letter-spacing: 0.33px;
}

@media (min-width: 992px) {
  .title_section {
    letter-spacing: 0.21px;
    line-height: 1.24;
    font-size: 1.125rem;
  }
}

.title_section h5,
.title_section .h5 {
  font-weight: 700 !important;
}

@media (min-width: 992px) {
  .title_section h5,
  .title_section .h5 {
    font-size: 1.125rem;
  }
}

.title_section h4,
.title_section .h4 {
  font-weight: 700 !important;
}

@media (min-width: 992px) {
  .title_section h4,
  .title_section .h4 {
    font-size: 1.1875rem;
  }
}

.text-decor {
  position: relative;
  padding: 0 0 1.6875rem;
  margin: 0 0 1.5625rem;
}

@media (min-width: 768px) {
  .text-decor {
    padding: 0 0 1.375rem;
  }
}

.text-decor:after {
  position: absolute;
  content: "";
  width: 5.75rem;
  height: 0.375rem;
  bottom: 0;
  left: 0;
  background: #eeeeee;
}

.text-decor *:last-child {
  margin-bottom: 0;
}

.text-holder.text-holder-secondary {
  margin: 0 0 1.5rem;
}

.references-section {
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: 0.014em;
  overflow-wrap: break-word;
}

@media (min-width: 1200px) {
  .references-section {
    font-size: 0.9375rem;
    line-height: 1.26666667;
  }
}

.references-section ol > li::marker {
  font-weight: 700;
}

.references-section a {
  color: inherit;
  text-decoration: none;
}

.references-section a:hover,
.references-section a:focus,
.references-section a.active-answer,
.active-answer .references-section a {
  color: #007aff;
}

.legend_table {
  color: #404040;
  padding: 6px 0 4px;
}

@media (min-width: 992px) {
  .legend_table {
    padding-bottom: 10px;
  }
}

.legend_text ul > li,
.legend_text_small ul > li {
  padding: 0 0 6px;
}

.legend_text ul p,
.legend_text_small ul p {
  margin-bottom: 4px;
}

.legend_text {
  font-size: 0.875rem;
  line-height: 1.230769;
  letter-spacing: 0.014em;
}

@media (min-width: 992px) {
  .legend_text {
    font-size: 0.9375rem;
    line-height: 1.25;
  }
}

.legend_text_small {
  font-size: 0.8125rem;
  line-height: 1.3076923;
  letter-spacing: 0.012em;
}

@media (min-width: 992px) {
  .legend_text_small {
    font-size: 0.875rem;
    line-height: 1.1428571;
  }
}

@media (min-width: 768px) {
  .two_column__holder {
    -ms-flex-align: center;
    align-items: center;
  }
}

.address {
  color: #474747;
  font-size: 1.025rem;
  line-height: 1.29;
  letter-spacing: 0.33px;
  padding: 0 0 1.8125rem;
}

@media (min-width: 992px) {
  .address {
    font-size: 1.06875rem;
    line-height: 1.25;
  }
}

.address address {
  margin: 0 0 0.75rem;
}

.address .lead {
  font-size: 1.31875rem;
  line-height: 1;
  letter-spacing: 0.42px;
  display: block;
  margin: 0 0 2px;
}

@media (min-width: 992px) {
  .address .lead {
    font-size: 1.06875rem;
    line-height: 1.25;
    display: inline-block;
  }
}

.address a {
  color: #474747;
  transition: 0.3s;
}

.address a:hover,
.address a:focus {
  color: #007aff;
}

.list_marker_container .h5 {
  font-size: 1.1875rem;
  line-height: 1.21053;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .row_article {
    margin-top: -3px;
  }
}

.row_article .img_column {
  -ms-flex-preferred-size: 53px;
  flex-basis: 53px;
  min-width: 53px;
}

@media (min-width: 992px) {
  .row_article .img_column {
    -ms-flex-preferred-size: 137px;
    flex-basis: 137px;
    min-width: 137px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .row_article .img_column {
    padding-left: 39px;
  }
}

@media (min-width: 992px) {
  .row_article .img_column .img_holder {
    margin: -3px 0 0;
  }
}

@media (max-width: 991.98px) {
  .row_article .text_column {
    -ms-flex-preferred-size: calc(100% - 53px);
    flex-basis: calc(100% - 53px);
    padding-left: 12px !important;
  }
  .info-fixed-block {
    transform: translateY(calc(100% - 128px));
  }
}

@media (min-width: 992px) {
  .row_article .text_column {
    -ms-flex-preferred-size: calc(100% - 137px);
    flex-basis: calc(100% - 137px);
  }
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.homepage #header .badge-navbar {
  display: none;
}

.homepage .navbar-bottom .navbar-brand {
  margin-left: -10px;
}

.homepage .container_lg {
  max-width: 1216px;
}

.homepage .container_sm {
  max-width: 1084px;
}

@media screen and (min-width: 768px) {
  .homepage .info-section {
    padding-top: 0;
  }
}

.homepage .section_home .text-primary-2 {
  font-size: 17px;
}

#fda-footnote {
  padding: 2rem 15px 0 15px;
  max-width: 1250px;
  margin: auto auto;
}

#home-footnotes li {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  #home-footnotes li {
    font-size: 15px;
  }
}

#footer {
  background-image: radial-gradient(
    circle at 50% 50%,
    #c8531f,
    #c8531f 22%,
    #502714 100%
  );
  color: #fff;
  padding: 2rem 0 1.5rem;
  font-size: 1rem;
  line-height: 1.27;
}

@media (max-width: 991.98px) {
  #footer {
    text-align: center;
  }
}

@media (min-width: 768px) {
  #footer {
    font-size: 0.875rem;
    line-height: 1.2;
    padding: 2.125rem 0 1.5625rem;
  }
}

@media (min-width: 992px) {
  #footer {
    font-size: 0.9375rem;
    letter-spacing: 0.032em;
    padding-top: 2.5625rem;
    padding-bottom: 1.875rem;
  }
}

#footer a {
  color: inherit;
  text-decoration: none;
}

#footer a:hover,
#footer a:focus,
#footer a.active-answer,
.active-answer #footer a {
  color: #007aff;
}

#footer p {
  margin: 0 0 0.125rem;
}

@media (max-width: 767.98px) {
  #footer p {
    letter-spacing: -0.01em;
  }
}

@media (min-width: 768px) {
  #footer p {
    margin: 0 0 0.25rem;
  }
}

@media (min-width: 992px) {
  #footer .container,
  #footer [class^="container-"],
  #footer [class*=" container-"] {
    padding-left: 47px;
    padding-right: 34px;
  }
}

@media (min-width: 1200px) {
  #footer .footer-nav {
    right: 25px;
  }
}

#footer .copyright {
  font-size: 0.9375rem;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  #footer .copyright {
    font-size: 1.0625rem;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    text-align: right;
    margin-top: -24px;
    margin-right: 4px;
  }
}

#footer .logo-amgen {
  margin: 0 0 0.6875rem;
}

#footer .logo-amgen img {
  width: 8.125rem;
  height: 1.875rem;
}

@media (min-width: 992px) {
  #footer .logo-amgen img {
    width: 9.125rem;
    height: 2.1875rem;
  }
}

.logo-footer {
  margin: 0 0 0.625rem;
}

.logo-footer img {
  width: 10.125rem;
  height: 5.5rem;
}

@media (min-width: 992px) {
  .logo-footer img {
    width: 11.375rem;
    height: 6.25rem;
  }
}

@media (min-width: 992px) {
  .logo-amgen {
    width: 146px;
  }

  .logo-amgen img {
    width: 100%;
  }
}

.footer-nav {
  letter-spacing: 0.02em;
  margin: 0 0 0.875rem;
}

@media (min-width: 992px) {
  .footer-nav {
    margin-top: -16px;
  }
}

.footer-nav > .nav-item {
  position: relative;
}

@media (max-width: 991.98px) {
  .footer-nav > .nav-item {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-nav > .nav-item {
    padding-left: 6px;
    padding-right: 5px;
  }
}

.footer-nav > .nav-item:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 9px;
  height: 14px;
  width: 1px;
  background: #fff;
  display: none;
}

@media (min-width: 992px) {
  .footer-nav > .nav-item:before {
    display: block;
  }
}

.footer-nav > .nav-item:first-child:before {
  display: none;
}

.footer-nav .nav-link {
  padding-top: 7px;
  padding-bottom: 6px;
}

@media (max-width: 767.98px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

#footer ul {
  list-style: none;
}

@media (min-width: 992px) {
  #footer > .component:not(.modal_form) > .component-content {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
  }

  #footer .rich-text {
    flex: 1 1 100%;
    text-align: right;
    margin-top: -25px;
  }

  #footer ul {
    margin-top: 0;
    list-style: none;
    /* display: flex; */
  }
}

@media (min-width: 1200px) {
  #footer ul {
    font-size: 15px;
    top: 0;
    width: 770px;
    margin-left: -5rem;
  }
}

@media (min-width: 767px) and (max-width: 1199px) {
  #footer ul {
    font-size: 13px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  #footer .rich-text {
    margin-top: 15px;
  }

  #footer ul {
    margin: 20px 0;
  }
}

@media (min-width: 767px) {
  #footer ul > li {
    display: inline-block;
  }

  #footer ul > li {
    border-right: 1px solid white;
    padding: 0 5px;
  }

  #footer ul > li:last-child {
    border-right: 0;
    padding: 0 5px;
  }

  #footer li {
    padding: 0 14px;
  }
}

@media (max-width: 766px) {
  #footer .rich-text {
    text-align: center;
    margin-top: 15px;
  }

  #footer ul {
    margin: 25px 0;
  }

  #footer ul > li {
    margin-bottom: 10px;
  }
}

p.small {
  font-size: 87.5%;
  font-weight: 400;
}

.storage-handling .lead.field-subtitle {
  font-size: 17px;
}

.storage-handling .table_day tbody th,
.storage-handling .table_day tbody td {
  padding-top: 40px;
  padding-bottom: 27px;
}

@media (max-width: 767.98px) {
  .storage-handling .table_day tbody th,
  .storage-handling .table_day tbody td {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .storage-handling .heading_decorated_holder:after {
    left: -25px;
    right: -25px;
  }
}

.support-and-resources .rituxan-footnote,
.patients-support-and-resources .rituxan-footnote,
.amgen-expertise .rituxan-footnote,
.sitemap .rituxan-footnote,
.error404 .rituxan-footnote {
  display: block;
}

.what-to-expect .bullet-list-warning > li {
  margin-bottom: 0;
}

.what-to-expect .text_column {
  padding-right: 0;
}

.totality-evidence .blockquote .blockquote_holder {
  width: 100%;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
}

.totality-evidence .blockquote .blockquote_holder:before {
  left: -8px;
}

.totality-evidence .blockquote .blockquote_holder:after {
  right: 30px;
}

@media (min-width: 768px) {
  .totality-evidence .blockquote .blockquote_holder {
    width: 85%;
    margin-left: 7.5%;
  }

  .totality-evidence .blockquote .blockquote_holder:after {
    right: 135px;
    top: 100%;
  }
}

@media (min-width: 768px) {
  .storage-handling img.img-fluid.product-shot {
    max-height: 238px;
    width: auto;
  }
}

.totality-evidence .table_results th {
  font-weight: normal;
}

.totality-evidence .table_results b {
  font-weight: 700;
}

.totality-evidence .cta_noborder {
  padding-top: 35px;
}

@media (min-width: 375px) {
  .totality-evidence .table_results tbody tr:first-child th {
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .totality-evidence .table_results tbody tr:first-child th {
    padding-left: 25px;
  }
}

@media (min-width: 1200px) {
  .totality-evidence .table_results tbody tr:first-child th {
    padding-left: 35px;
  }
}

.container-xl.container_sm .container-xl.container_sm {
  padding-left: 0;
  padding-right: 0;
}
.container-xl.container_sm.riabni-treatment-what .font-sm-18 {
  font-size: 16.9px;
}
@media (min-width: 992px) {
  .fs-19 {
    font-weight: 19;
  }
}

@media (max-width: 767.98px) {
  .heading_decorated.heading_decorated_primary {
    border-top: 2px solid #d8d8d8;
  }
}

[class^="icon-"],
[class*=" icon-"] {
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-thin-left:before {
  content: "\e900";
}

.icon-chevron-thin-right:before {
  content: "\e901";
}

.icon-chevron-thin-top:before {
  content: "\e902";
}

.icon-chevron-thin-bottom:before {
  content: "\e903";
}

.icon-chevron-left:before {
  content: "\e908";
}

.icon-chevron-right:before {
  font-family: "Material Symbols Outlined";
  font-size: 45px;
  font-weight: 100;
  content: "\e5e1";
}

.icon-chevron-top:before {
  content: "\e90e";
}

.icon-chevron-bottom:before {
  content: "\e90f";
}

.icon-download:before {
  content: "\e258";
  font-size: 40px;
  font-weight: 200;
}

.icon-check:before {
  content: "\e876";
  font-family: "Material Symbols Rounded";
  font-size: 40px;
  font-weight: 600;
}

.icon-arrow-right:before {
  content: "\e90c";
}

.icon-magnify:before {
  content: "\e907";
}

#header {
  padding: 0;
}

#header .badge-navbar {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
}

@media (min-width: 992px) {
  #header .badge-navbar {
    top: 0;
    left: 0;
  }
}

.navbar {
  line-height: 1.2613157;
}

.navbar.navbar-top {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .navbar-toggler {
  margin-top: -0.5rem;
  margin-right: -1rem;
}

.navbar-top {
  background: #eeeeee;
  font-size: 0.8125rem;
}

@media (min-width: 992px) {
  .navbar-top {
    background: none;
  }

  .sub-nav.navbar-nav {
    background-image: linear-gradient(to right, #ffffff, #f8f8f8 24%, #d8d8d8);
    background-position: 65px 0;
    background-repeat: no-repeat;
  }
  #onco-topnav {
    background-image: none;
    justify-content: flex-start !important;
  }
}
.d-lg-none .nav-item:nth-child(4) {
  display: none !important;
}
@media (min-width: 1200px) {
  .navbar-top {
    font-size: 0.9375rem;
  }
}

.navbar-top .container,
.navbar-top [class^="container-"],
.navbar-top [class*=" container-"] {
  position: relative;
}

@media (min-width: 992px) {
  .navbar-top .container,
  .navbar-top [class^="container-"],
  .navbar-top [class*=" container-"] {
    padding-left: 80px !important;
  }
}

.navbar-top .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 991.98px) {
  .navbar-top .nav-item {
    white-space: nowrap;
    text-align: center;
  }

  .navbar-top .nav-item:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 53px;
  }

  .navbar-top .nav-item > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
  }
}

@media (min-width: 992px) {
  .navbar-top .nav-item {
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 0 0 5px;
  }
}

@media (min-width: 1200px) {
  .navbar-top .nav-item {
    padding-left: 0px;
  }

  .navbar-top .nav-item:last-child {
    padding-left: 5px;
  }
}

.navbar-top .nav-link {
  white-space: normal;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.navbar-top .nav-link,
.navbar-top .btn {
  padding-top: 11px;
  padding-bottom: 10px;
}

.navbar-top .btn {
  box-shadow: none;
  font-size: inherit;
  line-height: 1.428571;
}

@media (min-width: 1200px) {
  .navbar-top .btn {
    padding: 10px 18px;
  }
}

@media (max-width: 991.98px) {
  .navbar-top .nav-item:nth-of-type(1) .nav-link {
    padding-left: 25px;
  }

  .navbar-top .nav-item:nth-of-type(3) .nav-link {
    padding-right: 10px;
  }
}

.navbar-bottom {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .navbar-bottom {
    padding: 0;
  }
}

.navbar-bottom .container,
.navbar-bottom [class^="container-"],
.navbar-bottom [class*=" container-"] {
  position: relative;
}

@media (min-width: 992px) {
  .navbar-bottom .container,
  .navbar-bottom [class^="container-"],
  .navbar-bottom [class*=" container-"] {
    padding-left: 170px;
  }
}

@media (min-width: 1200px) {
  .navbar-bottom .container,
  .navbar-bottom [class^="container-"],
  .navbar-bottom [class*=" container-"] {
    padding-left: 263px;
    padding-right: 32px;
  }
}

.navbar-bottom .navbar-brand {
  margin-left: 31px;
  margin-top: 1px;
  margin-bottom: -1px;
  width: 148px;
}

@media (min-width: 992px) {
  .navbar-bottom .navbar-brand {
    margin-left: 0;
    width: 164px;
    position: absolute;
    top: -25px;
    left: 40px;
    width: 110px;
  }
}

@media (min-width: 1200px) {
  .navbar-bottom .navbar-brand {
    width: 179px;
    top: -29px;
    left: 53px;
  }
}

.navbar-bottom .navbar-brand img {
  width: 85%;
}

.navbar-bottom .navbar-collapse {
  margin-left: -1rem;
  margin-right: -1rem;
}

.navbar-bottom .navbar-collapse .navigation {
  width: 100%;
}

.navbar-bottom .btn {
  font-size: 4.75vw;
}

@media (min-width: 400px) {
  .navbar-bottom .btn {
    font-size: 17px;
  }
}

@media (min-width: 576px) {
  .navbar-bottom .btn {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .navbar-bottom .main-nav {
    padding-top: 5px;
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-bottom .main-nav {
    padding-top: 16px;
    padding-bottom: 10px;
  }
}

.navbar-nav {
  font-weight: 600;
}

@media (min-width: 992px) {
  .navbar-nav > .nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0;
  }
}

.navbar-nav .dropdown-toggle,
.navbar-nav .dropdown-item {
  white-space: normal;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    min-width: 19.1875rem;
  }
}

.navbar-nav .btn {
  border-radius: 0;
}

.navbar-collapse .nav-item {
  text-align: center;
}

.navbar-collapse .sub-nav {
  font-size: 16px;
}

.navbar-collapse .sub-nav .nav-link {
  background: #eeeeee;
  color: #474747;
  padding: 14px 15px 13px;
}

.navbar-collapse .sub-nav .nav-link:hover,
.navbar-collapse .sub-nav .nav-link:focus {
  background-color: #d5d5d5;
}

.navbar-collapse .sub-nav .btn {
  padding: 8px 10px 8px 24px;
  text-align: left;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .navbar-collapse .sub-nav .btn {
    text-align: center;
  }
}

/*.navbar-collapse .sub-nav .nav-item:nth-child(4) {
  display: none
}*/

.main-nav {
  font-size: 21px;
}

@media (min-width: 992px) {
  .main-nav {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .main-nav {
    font-size: 19px;
  }
}

@media (min-width: 992px) {
  .main-nav.navbar-nav .show > .nav-link,
  .main-nav.navbar-nav .active > .nav-link,
  .main-nav.navbar-nav .nav-link.show,
  .main-nav.navbar-nav .nav-link.active,
  .main-nav.navbar-nav .nav-link:hover,
  .main-nav.navbar-nav .nav-link:focus {
    color: #0072ce;
  }
}

@media (min-width: 992px) {
  .main-nav.navbar-nav .show > .nav-link:after,
  .main-nav.navbar-nav .active > .nav-link:after,
  .main-nav.navbar-nav .nav-link.show:after,
  .main-nav.navbar-nav .nav-link.active:after,
  .main-nav.navbar-nav .nav-link:hover:after,
  .main-nav.navbar-nav .nav-link:focus:after {
    opacity: 1;
    visibility: visible;
  }
}

.main-nav .nav-item {
  border-top: 2px solid #d8d8d8;
}

@media (min-width: 992px) {
  .main-nav .nav-item {
    border-top: none;
    display: flex;
  }
}

.main-nav .nav-item .nav-link {
  padding: 20px 15px;
}

@media (min-width: 992px) {
  .main-nav .nav-item .nav-link {
    display: inline-block;
    vertical-align: top;
    padding: 8px 5px;
  }
}

.navbar-top .nav-item {
  padding-bottom: 0;
}

.main-nav .nav-item,
.sub-nav .nav-item {
  padding-bottom: 0;
}

/* QCODE MODAL */
.modal.qcode__modal {
  background-color: rgba(0, 0, 0, 0.55);
}

.modal.qcode__modal .modal-dialog {
  max-width: 97%;
}

@media (min-width: 992px) {
  .modal.qcode__modal .modal-dialog {
    max-width: 922px;
  }
}

.modal.qcode__modal .modal-body,
.modal.qcode__modal .modal-body .container {
  padding: 0;
  text-align: center;
}

.modal.qcode__modal .modal-content {
  border: none;
}

.modal.qcode__modal .modal-body {
  padding: 40px 0 30px;
  background: url("/-/media/Themes/Amgen/riabni/Riabni/images/ribbon.png")
    no-repeat bottom center;
  background-size: 100%;
}

@media (min-width: 768px) {
  .modal.qcode__modal .modal-body {
    padding: 50px 0 115px;
    background: url("/-/media/Themes/Amgen/riabni/Riabni/images/ribbon-large.png")
      no-repeat bottom center;
  }
}

.modal.qcode__modal .close {
  width: 50px;
  height: 50px;
  min-width: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 1;
  background-color: #0072ce;
  border: 1px solid #0072ce;
  z-index: 99;
}

.modal.qcode__modal .close .ico-close-custom:before,
.modal.qcode__modal .close .ico-close-custom:after {
  width: 26px;
  height: 3px;
}

.modal.qcode__modal h2 {
  color: #c8531f;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .modal.qcode__modal h2 {
    font-size: 59px;
    line-height: 1.1;
  }
}

.modal.qcode__modal h2 span.generic-name {
  text-transform: lowercase;
  font-size: 21px;
}

@media (min-width: 768px) {
  .modal.qcode__modal h2 span.generic-name {
    font-size: 46px;
  }
}

@media (min-width: 768px) {
  .modal.qcode__modal h2 > .font-weight-medium {
    font-weight: 300 !important;
  }

  .modal.qcode__modal h2 .font-weight-book {
    font-weight: 400 !important;
  }
}

.modal.qcode__modal .qcode {
  display: inline-block;
  font-weight: 800;
  font-size: 39px;
  color: #ffffff;
  background-color: #c8531f;
  border-radius: 20px;
  padding: 4px 50px;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .modal.qcode__modal .qcode {
    font-size: 81px;
    border-radius: 50px;
    padding: 8px 103px;
    margin-top: 20px;
  }
}

.modal.qcode__modal p {
  color: #474747;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .modal.qcode__modal p {
    font-size: 33px;
  }
}

.modal.qcode__modal img {
  width: 317px;
  height: 133px;
  margin: 20px 0 20px -60px;
}

@media (min-width: 768px) {
  .modal.qcode__modal img {
    width: 701px;
    height: 291px;
    margin: 35px 0 35px -10%;
  }
}

@media (min-width: 992px) {
  .modal.qcode__modal img {
    margin-left: 35px;
  }
  #isi-container #info-section h3 {
    color: #474747;
  }
}
.totality-evidence .extrapolation,
.amgen-expertise .commitment {
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 1001;
}
.ad-button {
  position: relative;
}
.color-orange {
  color: #c8531f !important;
}
.color-greyblack {
  color: #474747 !important;
}
li.list-on:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 4px;
  background: red;
}
#isi-container .info-section ul.indication-isi-ul li:before {
  background-color: transparent;
}

/* Behind riabni style start */

#tab_support.tab-pane.tab_support .quote_image_tab__visual {
  max-width: 92%;
  margin: 0 auto;
}
#tab_support .quote_image_tab {
  display: block;
}
#tab_support .support-img {
  margin: 35px 0;
}
#tab_support h2,
#tab_heritage h2,
#tab_expertise h2,
#tab_commitment h2 {
  font-size: 22px;
  color: #474747;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  max-width: 96%;
  margin: 0 auto;
  text-align: left;
  font-weight: 400;
  margin-top: 15px;
}
.info-fixed-holder {
  padding: 0 15px;
}
.blk-txt {
  color: #000 !important;
}
.udl-txt {
  text-decoration: underline !important;
}
#tab_support,
#tab_heritage,
#tab_expertise,
#tab_commitment {
  max-width: 100%;
  border: solid 1px #80b9e7;
  margin-bottom: 15px;
  border-bottom: 12px solid #c8531f;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
}

#tab_heritage.tab_heritage .img_holder__hold {
  max-width: 92%;
  margin: 0 auto;
}

#tab_support.tab-pane.tab_support
  .quote_image_tab__visual
  .support-img
  img.mob-none {
  width: 1010px;
}

#tab_heritage .img_holder {
  margin-top: 0;
}
#tab_heritage .img_holder img.desk-none,
.tabs_collapse_container .img_holder img.desk-none,
#tab_support.tab-pane.tab_support .quote_image_tab__visual img.desk-none {
  display: none;
}
#tab_heritage .fourty-twenty-sec {
  margin-bottom: 20px;
}
#tab_heritage .light-pink-bg {
  border-radius: 5px;
  max-width: 95%;
  margin: 0 auto;
}
#tab_heritage .light-pink-bg p {
  background-color: #f6e4dd;
  padding: 16px 35px;
  max-width: 68%;
  border-radius: 5px;
  font-size: 16px;
  margin: 0 auto;
  color: #0072ce;
  font-family: "Montserrat", sans-serif;
  line-height: 1.24;
}

#tab_expertise .img_holder img.mob-none {
  max-width: 90%;
  margin: 0 auto;
}
#tab_expertise .legend_text_small.pb-2 {
  max-width: 95%;
  margin: 0 auto;
}
#tab_expertise .indusrty-leading {
  margin-bottom: 30px;
}

#tab_commitment .commit-img {
  max-width: 92%;
  margin: 0 auto;
}
#tab_commitment .heading_block {
  margin-bottom: 10px;
}
#tab_commitment .invest-develop {
  max-width: 95%;
  text-align: left;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
}

#tab_commitment .our-biosimilar-pipeline {
  background-color: #c8521f;
  max-width: 95%;
  margin: 45px auto;
  border-radius: 15px;
  padding: 10px 0;
}

#tab_commitment .our-biosimilar-pipeline p {
  color: #ffffff;
  padding: 5px;
  max-width: 95%;
  margin: 0 auto;
  font-weight: 600;
  line-height: normal;
}
li.based-on {
  text-indent: -3px;
}
span.star-mark {
  position: relative;
  line-height: 0;
  font-size: 75%;
  margin-bottom: 0;
  top: 0px;
  vertical-align: super;
}

@media (max-width: 767px) {
  #tab_heritage .img_holder img.desk-none,
  .tabs_collapse_container .img_holder img.desk-none,
  #tab_support.tab-pane.tab_support .quote_image_tab__visual img.desk-none {
    display: block;
    width: 100%;
  }
  .tabs_collapse_container .img_holder picture,
  .tabs_collapse_container .img_holder img,
  #tab_support.tab-pane.tab_support
    .quote_image_tab__visual
    .support-img
    img.mob-none {
    display: none;
  }
  #tab_support,
  #tab_heritage,
  #tab_expertise,
  #tab_commitment {
    padding-left: 0;
    padding-right: 0;
  }
  #tab_heritage .light-pink-bg {
    max-width: 100%;
  }
  #tab_heritage .light-pink-bg p {
    padding: 16px 10px;
    max-width: 100%;
    font-size: 14px;
  }
  #tab_support h2,
  #tab_heritage h2,
  #tab_expertise h2,
  #tab_commitment h2 {
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
  }
  .amgen-expertise .heading_block {
    margin-bottom: 10px;
  }
  #tab_commitment .our-biosimilar-pipeline p {
    font-size: 14px;
    padding: 10px 35px;
    max-width: 100%;
  }
  #tab_commitment .invest-develop {
    max-width: 100%;
    font-weight: 700;
    line-height: 1.27;
  }
  #tab_commitment .our-biosimilar-pipeline {
    max-width: 100%;
  }
  #tab_support,
  #tab_heritage,
  #tab_expertise,
  #tab_commitment {
    border: none;
    border-bottom: none;
  }
  .amgen-expertise .page-banner.field-title {
    font-size: 28px;
  }
  #tab_heritage.tab_heritage .img_holder__hold {
    max-width: 100%;
    margin: 0 auto;
  }
  #tab_support.tab-pane.tab_support .quote_image_tab__visual {
    max-width: 100%;
    margin: 0 auto;
  }
  .for-patients-page i.icon-chevron-right:before {
    content: "\e90d";
  }
  .for-patients-page i.icon-chevron-right::before {
    width: 0;
    height: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    top: 77%;
    position: inherit;
  }
  .for-patients-page.patients-support-and-resources #footer ul {
    display: flex;
    text-decoration: none;
    margin: 0;
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
  }
  h1 .page-banner.field-title {
    font-size: 28px;
  }
  .totality-evidence span.url-disp-mob {
    word-break: break-all;
  }
}

/* Behind riabni style end */

/* Home page banner changes starts here */
.clr-brown {
  color: #c8531f;
}
.section_home .clr-white {
  color: #fff;
}
.section_home #riabni-onco-home {
  margin-bottom: 0;
}
.section_home #riabni-bannerimages .resources_links li {
  margin-bottom: 15px;
}
.section_home #riabni-bannerimages .d-block.clr-brown {
  font-size: 19.2px;
}
.section_home #riabni-bannerimages .d-block.clr-white {
  font-size: 15.8px;
}
.section_home #riabni-bannerimages .text_holder.text-left.holder {
  font-size: 14.7px;
  line-height: 14.5px;
}
.section_home #riabni-bannerimages #comingsoon a {
  padding: 1rem 1.375rem 1rem 0.5rem;
}
.section_home #riabni-bannerimages .button_arrow .icon-chevron-right::before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #c8531f;
}
.section_home #riabni-bannerimages #amgen-helps .when-we-choose p.many-aspects {
  margin-bottom: 0;
}
.section_home .new_heading_decorated p.riabni-new-descri {
  margin: 20px auto 10px;
}
.section_home #riabni-bannerimages {
  padding: 1.5rem 0 2rem 0;
}
@media (min-width: 992px) {
  .section_home .hero_description {
    display: flex;
    justify-content: space-between;
    max-width: 1110px;
    margin: 0 auto;
    align-items: center;
    color: #fff;
  }
  .section_home .hero_description p {
    width: 80%;
    margin-left: 9%;
  }
  .section_home .hero_description p strong {
    font-size: 27px;
  }
  .section_home .hero_description .twocolumns_md_list {
    display: unset;
  }
  .section_home .hero_description .twocolumns_md_list li {
    width: 100%;
  }
  .section_home .hero_description .twocolumns_md_list li,
  .section_home .hero_description .twocolumns_md_list strong {
    font-size: 14px;
  }
  .onco-home {
    background-image: radial-gradient(circle at 60% 70%, #da520e, #532814 164%);
  }
  .resources_links #riabni-onco-home .btn_card.q-code {
    padding: 1.5rem 0;
  }
  .section_home #riabni-bannerimages #amgen-helps p.when-choose-head sup {
    left: 0;
    top: -2px;
  }
  #riabni-textbottom .hero_description p sup {
    font-size: 45%;
    top: -3px;
  }
  .for-patients-page
    #isi-container
    .references
    .references-section
    .container-xl {
    padding: 0;
  }
  .sitemap #sitemap {
    padding-bottom: 45px;
  }
  .totality-evidence .references span.ref-d-black {
    display: block;
  }
  .home-onco #riabni-bannerimages {
    background-position: center;
  }
}
@media (max-width: 991px) {
  .sitemap #sitemap {
    padding-bottom: 20px;
  }
  .section_home
    #riabni-bannerimages
    #amgen-helps
    .when-we-choose
    p.many-aspects {
    font-size: 24.6px;
  }
  .section_home
    #riabni-bannerimages
    #amgen-helps
    .when-we-choose
    p.when-choose-head {
    font-size: 15.1px;
    margin-bottom: 5px;
  }
  .section_home #riabni-bannerimages #amgen-helps p.when-choose-head sup {
    left: 0px;
  }
  .onco-home#riabni-textbottom {
    padding: 0;
  }
  .section_home #riabni-mobile-introtext {
    padding: 0;
    border: 0;
  }
  .section_home .new_heading_decorated p.riabni-new-descri {
    margin: 0;
    padding: 10px 50px 20px;
  }
  .onco-home#riabni-textbottom #mobile-buttons {
    padding: 0 27px 5px;
    margin: 0;
  }
  .onco-home#riabni-textbottom #mobile-buttons a .holder ~ .holder {
    max-width: 68%;
    margin: 0 auto;
    height: auto;
  }
  .onco-home#riabni-textbottom #mobile-buttons a .holder ~ .text_holder.holder {
    font-size: 15px;
    line-height: 17px;
    margin: 15px auto;
  }
  .onco-home#riabni-textbottom #mobile-buttons .ico_storage > .clr-brown strong,
  .onco-home#riabni-textbottom
    #mobile-buttons
    .ico_growing
    > .clr-brown
    strong {
    font-weight: 800;
    font-size: 22px;
  }
  .onco-home#riabni-textbottom #mobile-buttons .ico_storage > .text-white,
  .onco-home#riabni-textbottom #mobile-buttons .ico_growing > .text-white {
    font-size: 18.2px;
  }
  .onco-home#riabni-textbottom #mobile-buttons a .holder ~ .holder {
    font-size: 18.2px;
    height: auto;
  }
  .onco-home#riabni-textbottom #mobile-buttons a .text_holder {
    font-size: 15px;
  }
  .onco-home .resources_links .btn_card.q-code .qcode_holder {
    font-size: 15.5px;
    color: #fff;
    width: 75%;
    margin: auto;
  }
  #riabni-textbottom
    #mobile-buttons
    .rich-text.qcode-content
    > .component-content
    a {
    padding: 50px 0;
  }
  .onco-home#riabni-textbottom ul.list-unstyled {
    padding: 0;
  }
  .onco-home#riabni-textbottom ul.list-unstyled li {
    margin-bottom: 15px;
  }
  .section_home .new_heading_decorated p.riabni-new-descri {
    font-size: 15px;
    line-height: 20px;
  }
  .onco-home i.icon-chevron-right::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #c8531f;
  }
  .onco-home #mobile-buttons::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(to right, #c8531f 0%, #0072ce 100%);
    left: 0;
  }
  .onco-home .hero_description {
    background-image: radial-gradient(circle at 91% 47%, #da520e, #532814 289%);
    color: #fff;
    padding: 15px 23px;
  }
  .onco-home#riabni-textbottom .hero_description ul.list-unstyled li {
    margin-bottom: 5px;
  }
  .section_home #riabni-bannerimages {
    padding: 0 0 2rem;
  }
  /* .onco-home .btn_card .holder img{
        margin-left: 10px;
    } */
  .section_home .title_box_holder .container-xl.container_lg {
    padding: 0 25px;
  }

  /* 5.1  Support & Resources page styles starts here */
  .support-and-resources .page-banner strong {
    font-size: 20px;
  }
  .support-and-resources .page-banner p {
    font-size: 28px;
  }
  .support-and-resources header.title_section,
  .support-and-resources .f-17,
  .resource-office a.link-arrow,
  .amgen-firststep p,
  .amgen-firststep .address,
  .amgen-firststep li {
    font-size: 14px !important;
  }
  .support-and-resources h4.text-warning,
  .support-and-resources .header-holder,
  .support-and-resources .resource-links a,
  .support-and-resources .resource-office .para-resource {
    font-size: 18px !important;
    justify-content: space-between !important;
  }
  .support-and-resources .blue-heading {
    font-size: 22px;
    font-weight: 600;
  }
  .support-and-resources .resource-office h3 {
    font-size: 30px;
  }
  .support-and-resources .resource-office a.link-arrow {
    max-width: 100%;
  }
  .support-content .content_article:not(.amgen-firststep) .address {
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .amgen-nurse .heading_block__holder {
    text-align: center;
    flex-direction: column;
  }
  .amgen-nurse .heading_block__holder .pr-1 {
    display: block;
    margin: 0 auto;
  }
  .amgen-nurse .heading_block__holder img {
    width: 20%;
    margin: 0 0 10px;
  }
  .support-and-resources .item_assist {
    padding: 0;
  }
  .support-and-resources .nurse-link a {
    justify-content: space-between !important;
  }
  .support-and-resources .heading_block .text_column {
    padding-left: 0 !important;
  }
  .no-border.list_assist:after {
    height: 0;
  }
  .heading_block_bordered h2.border-grey:before {
    height: 1px;
    background-color: #9b9b9b;
  }
  .for-patients-page
    #isi-container
    .references
    .references-section
    .container-xl {
    padding: 0 15px;
  }
  .home-onco #riabni-bannerimages #amgen-helps {
    padding: 0;
  }
  /* 5.1  Support & Resources page styles ends here */
}
/* Home page banner changes ends here */

/* 5.1  Support & Resources page styles starts here */
.f-16 {
  font-size: 16px !important;
}
.f-17 {
  font-size: 17px !important;
}
.f-22 {
  font-size: 22px !important;
}
.transform-none {
  text-transform: none !important;
}
.list-style-disc {
  list-style: disc;
}
.list-warning li::marker {
  color: #c8521f;
}
.resource-office a.link-arrow {
  position: relative;
  padding: 15px 88px 15px 30px;
  max-width: 63%;
}
.link-arrow::before {
  content: "\e5cc";
  font-family: "Material Icons Outlined";
  font-weight: normal;
  color: #ffffff;
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 0;
  font-size: 60px;
}
.link-arrow::after {
  background: #c8531f;
  width: 52px;
  height: 43px;
  content: "";
  position: absolute;
  right: 14px;
  border-radius: 5px;
  top: 20px;
}
body.support-and-resources .resource-office {
  padding: 60px 0;
  margin-bottom: 60px;
}
.resource-footnotes {
  max-width: 1046px;
  margin: 0 auto;
}
.resource-footnotes li {
  margin-bottom: 5px;
  line-height: 20px;
}
.sup-custom {
  font-size: 65%;
  top: -2px;
  position: relative;
}
.indent-min-5 {
  text-indent: -5px;
}
/* 5.1  Support & Resources page styles ends here */

/*Oncology cta link style start */

.amgen-expertise .onco-link-descri {
  display: flex;
  align-items: center;
}
.amgen-expertise .onco-link-descri img.blue-cta-link {
  width: 22px;
}
.amgen-expertise .stay-upto-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ececec;
  max-width: 92%;
  margin: 0 auto 30px;
}
.amgen-expertise .stay-upto-date a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.amgen-expertise .onco-img {
  background-color: #ffffff;
  width: 23%;
  box-shadow: 0px 0px 30px #d8d8d8;
  padding: 30px 15px;
}
.amgen-expertise .onco-link-descri {
  width: 73%;
}
.amgen-expertise .onco-link-descri p {
  margin-bottom: 0;
  width: 75%;
  padding-left: 30px;
  font-size: 17.6px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.amgen-expertise .onco-link-descri p strong {
  font-weight: 700;
}
.amgen-expertise .stay-upto-date a:hover {
  color: #0079c1;
}
.amgen-expertise .onco-img img.img-wd {
  max-width: 190px;
}
@media (max-width: 1024px) {
  .amgen-expertise .stay-upto-date {
    max-width: 96.5%;
  }
}
@media (max-width: 767px) {
  .amgen-expertise .stay-upto-date a {
    display: block;
  }
  .amgen-expertise .onco-img {
    width: 100%;
  }
  .amgen-expertise .onco-img img.img-wd {
    max-width: 100%;
  }
  .amgen-expertise .onco-link-descri {
    width: 100%;
    padding: 15px 25px;
  }
  .amgen-expertise .onco-link-descri p {
    width: 100%;
    padding-left: 20px;
    font-size: 18px;
  }
  .amgen-expertise .stay-upto-date {
    max-width: 92%;
  }
  .amgen-expertise .ad-button .btn-text {
    font-size: 18px;
  }
}
/*Oncology cta link style end */

/* patient-resourse-page-start */
.patients-support-and-resources .referrlas-res-sec h3 {
  font-size: 20px;
  color: #0079c1;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}
.patients-support-and-resources .referrlas-res-sec p.we-can-help {
  margin-bottom: 8px;
}
.patients-support-and-resources .quote_image__visual img.img-fluid {
  margin-top: 6px;
}
.patients-support-and-resources .first-step-brd-top {
  border-bottom: 1px solid #0073d2;
  padding-bottom: 30px;
}
.patients-support-and-resources .first-step-brd-btm {
  border-top: none;
  padding-top: 0px;
  margin-bottom: 60px;
}
.patients-support-and-resources .bullet-list-primary > li:before {
  background-color: #c8521f;
}

.patients-support-and-resources ul.list-unstyled.patient-footnote-res {
  padding-top: 50px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  margin-bottom: 0;
}
.patients-support-and-resources ul.patient-footnote-res li.d-flex sup {
  font-size: 60%;
  top: 5px;
}
@media (max-width: 767px) {
  .patients-support-and-resources .first-step-brd-btm {
    padding-top: 0px;
  }
  .patients-support-and-resources .patient-onco-mb {
    padding-bottom: 20px;
  }
  .home-onco #riabni-bannerimages #amgen-helps {
    margin: 0 auto;
  }
  .navbar-bottom .navbar-brand {
    margin-left: 0;
  }
  .what-to-expect span.url-disp-mob {
    word-break: break-all;
  }
}
.patients-support-and-resources .first-step-brd-btm .btn_card {
  justify-content: space-between !important;
}
/* patient-resourse-page-end */

.home-onco #riabni-bannerimages .button_arrow .icon-chevron-right::before {
  right: 15px;
}
.home-onco .section_home .hero_description .twocolumns_md_list li {
  list-style: none;
}
.page-banner.field-title {
  font-size: 38px;
  font-weight: 400;
}
.support-and-resources ul.list_nurse sup.dd-sym {
  font-size: 80%;
  top: 3px;
}
.support-and-resources .resource-footnotes sup.dd-sym {
  top: 5px;
  font-size: 60%;
}
.support-and-resources .resource-footnotes span.d-dag {
  font-size: 60%;
  top: -5px;
  position: relative;
}
.for-patients-page #isi-container .info-section ul.brown-list li::before {
  background-color: #c8531f !important;
}
.home-onco #riabni-bannerimages #amgen-helps {
  margin: 20px auto;
}
.home-onco #riabni-textbottom ul.list-unstyled {
  padding: 10px 16px;
}
.resources_links .btn_card.q-code .qcode_holder span.riabni-esta-bold {
  font-size: 14.7px;
  font-weight: 600;
}
.home-onco .content_block#home-footnotes {
  margin-top: 10px;
  padding-bottom: 10px;
}

.for-patients-page
  .info-fixed-block
  ul.brown-list:not(.bullet-list)
  > li:before {
  background-color: #c8531f !important;
}

/* new-changes-05-01-24 */
.storage-handling .table_day thead th:last-child sup {
  min-width: 10px;
  margin: 0 -8px 0 0;
  left: 0px;
  top: -7px !important;
}
.storage-handling .two_column__holder .q-code-cta span.q-code-cta-content sup {
  top: -3px;
}
.resource-office p sup {
  top: -2px;
}
.storage-handling .table_day thead th:first-child {
  width: 23%;
}
.storage-handling .table_day thead th:nth-child(2) {
  width: 77%;
}
.storage-handling .table_day thead th {
  padding: 18px 65px;
}
.storage-handling .pt-xl-6 {
  padding-top: 1.75rem;
}
.storage-handling #pad-lr {
  max-width: 50%;
  margin: 0 auto;
}
#riabni-onco-home a span.text_holder.text-left.holder:nth-child(2) {
  padding-left: 10px;
}
.homepage .riabni-home #cta-boxes .plain-html p sup.super {
  font-size: 60% !important;
}
.quantum-isi-tray__inner .isi-li:first-child {
  font-size: 17.3px;
}
.resource-footnotes li.d-flex {
  display: block !important;
}

@media screen and (max-width: 991px) {
  .storage-handling .table_day thead th:first-child {
    width: 10%;
  }
  .storage-handling .table_day thead th {
    padding: 30px 50px;
  }
  .storage-handling .legend_text_small.mob-wd {
    max-width: 80%;
    margin: 0 auto;
  }
  .storage-handling .oncho-storage .table_day tbody td {
    padding-bottom: 60px;
  }
  .storage-handling .oncho-storage .table_day tbody th {
    padding-top: 65px;
    padding-bottom: 60px;
  }
  .storage-handling #pad-lr {
    max-width: 55%;
    margin: 0 auto;
  }
  .totality-evidence .icon-check:before {
    content: "\e876";
    font-family: "Material Symbols Rounded";
    font-size: 30px;
    font-weight: 600;
  }
  .what-is-riabni .checked_list > li:before {
    font-size: 35px;
    top: -12px;
  }
  .ad-button [class^="icon-"],
  .ad-button [class*=" icon-"],
  .ad-button [class^="ico-"],
  .ad-button [class*=" ico-"] {
    left: -10px;
  }
}

@media screen and (max-width: 525px) {
  a.gtm-footer.privacy {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

.page-banner.field-title sup,
.field-promotext p sup,
.heading_decorated h3 sup,
.two_column__holder .q-code-cta span.q-code-cta-content sup,
.resource-office p sup,
.cta .cta__body sup,
.subtitle sup {
  font-size: 50%;
}
.what-to-expect .cta .cta__body sup {
  top: -2px;
}
.subtitle sup {
  top: -2px;
}
.heading_block h2 sup,
.text-primary-2.text-uppercase sup {
  font-size: 45%;
  top: -3px;
}
.page-banner.field-title sup {
  top: -3px;
}
.field-promotext p sup {
  top: -2px;
}
.for-patients-page .page-banner.field-title sup {
  top: -5px;
}
.patients-support-and-resources .subtitle sup {
  top: -3px;
}
#q-code p sup {
  top: -3px;
}
.support-and-resources .amgen-assist-rt .promo sup {
  top: -2px;
}

/* icommon icons replacing with material icons */
.icon-chevron-thin-right:before {
  content: "\e5e1";
  font-size: 100px;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "Material Symbols Outlined" !important;
  font-weight: 100;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;

  /*Support for Safari and Chrome.*/
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}
@media (min-width: 992px) {
  .ad-button [class^="icon-"],
  .ad-button [class*=" icon-"],
  .ad-button [class^="ico-"],
  .ad-button [class*=" ico-"] {
    left: 10px;
  }
}

.cta_noborder .button_arrow {
  position: relative;
  top: 6px;
}

@media screen and (max-width: 767px) {
  .heading_block h2 sup,
  .text-primary-2.text-uppercase sup {
    top: -4px;
  }
  .table th sup {
    top: -9px !important;
  }
  .field-promotext p sup {
    top: -3px;
  }
  .resource-office p sup {
    top: -3px;
  }
}

/* oncology_Support-Resources */

.support-and-resources .section_content:nth-child(2),
.patients-support-and-resources .section_content:nth-child(2) {
  display: none;
}

.support-and-resources #services p {
  margin: 0;
  padding: 0;
}
.support-and-resources #Amgen-support-main {
  margin: 60px auto 97px;
}

.support-and-resources #Amgen-support-main #amgen-support-img.image a {
  display: block;
}

.support-and-resources #Amgen-support-main #amgen-support-img {
  max-width: 413px;
  margin: 0 auto;
}

.support-and-resources #Amgen-support-main #amgen-support .support-plus h4 {
  margin: 30px 0 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0063c3;
}

.support-and-resources #Amgen-support-main #amgen-support .support-plus h5 {
  margin: 25px auto 44px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: center;
  color: #474747;
  max-width: 589px;
}

.support-and-resources
  #Amgen-support-main
  #amgen-support
  .support-plus
  .contact {
  padding: 50px 0 40px;
  background-color: #41b6e6;
  border-radius: 15px;
  max-width: 671px;
  margin: 0 auto;
}

.support-and-resources
  #Amgen-support-main
  #amgen-support
  .support-plus
  .contact
  h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
}

.support-and-resources
  #Amgen-support-main
  #amgen-support
  .support-plus
  .contact
  .contact-one
  span {
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 14px 20px;
  font-size: 18px;
  margin-left: 5px;
}

.support-and-resources
  #Amgen-support-main
  #amgen-support
  .support-plus
  .contact
  .contact-two {
  margin: 40px auto 0;
  text-align: center;
}

.support-and-resources
  #Amgen-support-main
  #amgen-support
  .support-plus
  .contact
  .contact-two
  h3 {
  font-size: 16px;
  text-align: center;
}

.support-and-resources #services .quantum-cta__image-wrap {
  padding: 0;
}

.support-and-resources #services {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.support-and-resources #services .quantum-cta__inner {
  max-width: 40px;
  pointer-events: none;
}

.support-and-resources #services .quantum-cta__text {
  max-width: 82%;
  padding: 0;
  margin: 0;
  display: block;
}

.support-and-resources #services .quantum-cta__text .quantum-cta__inner {
  max-width: 100%;
  align-items: unset;
  pointer-events: none;
}

.support-and-resources #services .support-center {
  text-align: left;
}

.support-and-resources #services .support-center h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0063c3;
  padding: 0;
  margin: 10px 0 20px;
}

.support-and-resources #services .support-center h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  margin: 0;
  padding: 0px;
}
.support-and-resources #services .support-center #copay-program h4 {
  padding: 0 35px 0 0px;
}
.support-and-resources #services .support-center p,
.support-and-resources #services .support-center ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #474747;
}

.support-and-resources #services .support-center p {
  margin: 18px 0 0;
}
.support-and-resources #services .support-center#nurse_partners p:nth-child(5) {
  margin: 10px 0;
}
.support-and-resources #services .support-center#nurse_partners p:nth-child(3) {
  margin-bottom: 5px;
}
.support-and-resources #services .support-center ul li:before {
  content: "·";
  color: #474747;
  font-size: 20px;
  margin: 0 8px 0 0px;
  font-weight: 700;
}

.support-and-resources #services .support-center ul {
  padding: 0;
  margin: 0;
  margin-left: 15px;
}

.support-and-resources #services .support-center ul li {
  text-indent: -14px;
  padding: 0;
  margin: 0;
}

.support-and-resources #services .quantum-cta__copy {
  display: none;
}

.support-and-resources #services .quantum-cta__inner:nth-child(1) {
  display: block;
}

.support-and-resources #services .quantum-cta {
  display: flex;
  gap: 15px;
}

.support-and-resources
  #services
  #hcp-support-center
  .support-center
  p:last-child {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  color: #474747;
}

.support-and-resources
  #services
  #hcp-support-center
  .support-center
  p:last-child
  a {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  color: #474747;
  pointer-events: none;
}

.support-and-resources #services #hcp-support-center {
  margin-bottom: 60px;
}

.support-and-resources
  #services
  #hcp-support-center
  .support-center
  p:last-child
  a
  span {
  text-decoration: underline;
  pointer-events: auto;
}

.support-and-resources #services button.quantum-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: solid 2px #2870c9;
  background-color: #fff;
  margin: 22px 0;
  pointer-events: auto;
  padding: 0;
}

.support-and-resources #office-toolkit .row li .field-link:active {
  box-shadow: 0 0 0 2px #76b8e0;
  outline: none;
}

.support-and-resources #office-toolkit .row li .field-link a:hover {
  border: none;
}

.support-and-resources #services button.quantum-button .quantum-button__text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal !important;
  text-align: left;
  color: #2870c9;
  padding: 14px 30px;
}
.support-and-resources #services #my-patient .support-center .footnote {
  margin-top: 11px;
}
.support-and-resources #services .support-center .footnote {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #716f73;
  text-indent: -5px;
  margin-left: 7px;
}
.support-and-resources #services .support-center#my-patient .footnote {
  margin-top: 11px;
  margin-left: 0;
}
.support-and-resources #services #copay-program .support-center .footnote {
  margin-top: 24px;
  max-width: 520px;
  text-indent: -5px;
  margin-left: 7px;
}
.support-and-resources #services #copay-program.support-center ul {
  margin: 19px 0;
  margin-left: 15px;
}

.support-and-resources #services #copay-program.support-center h3 {
  margin-top: 0px;
}

.support-and-resources #services #amgensupportcard {
  pointer-events: none;
}

.support-and-resources #services #my-patient.support-center h3 {
  max-width: 553px;
  margin-top: 0;
}

.support-and-resources #services #my-patient.support-center h4 {
  max-width: 683px;
}

.support-and-resources #services #my-patient.support-center p:first-child {
  margin: 20px 0 0;
}

.support-and-resources #services #my-patient.support-center p:nth-child(4) {
  margin: 0px;
}

.support-and-resources #services #my_patient {
  margin: 50px 0;
  padding: 0 13px;
}

.support-and-resources #services #nurse-partners {
  margin-bottom: 45px;
  padding: 0 15px;
}

.support-and-resources #services #nurse-partners .quantum-cta__inner {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  gap: 15px;
}

.support-and-resources #office-toolkit {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0 46px;
  background-color: rgba(113, 111, 115, 0.05);
}

.support-and-resources #office-toolkit .row {
  max-width: 1170px;
  margin: 0 auto;
  gap: 15px;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.support-and-resources #office-toolkit .row h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0063c3;
  padding: 0;
  margin: 10px 0 20px;
  border: none;
}

.support-and-resources #office-toolkit .row li .field-link a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal !important;
  padding: 12px 50px 12px 24px !important;
  pointer-events: auto;
  text-align: left;
  color: #2870c9;
}

.support-and-resources #office-toolkit .row li .field-link a:before {
  content: unset;
}

.support-and-resources #office-toolkit .row ul {
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.support-and-resources #office-toolkit .row li .field-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: solid 2px #2870c9;
  background-color: #fff;
  margin: 22px 0;
  position: relative;
}

.support-and-resources #office-toolkit .row li .field-link a:after {
  content: " ";
  width: 30px;
  height: 45px;
  background-image: url("/-/media/Themes/Amgen/MVASI/MVASI/images/Desktop/3.0/download-arrow.png");
  position: absolute;
  right: 20px;
  top: 0;
  background-position: 100%;
  background-repeat: no-repeat;
}

.support-and-resources #office-toolkit .row .office-toolkit p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #474747;
  padding: 0 25px;
  margin: 8px 0 10px 0px;
}

.support-and-resources .last-footnote .footnote {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #716f73;
}

.support-and-resources .last-footnote .footnote:last-child {
  margin-top: 13px;
  text-indent: 5px;
  margin-left: -6px;
}

.support-and-resources #last_footnote .container {
  padding: 0;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.support-and-resources .last-footnote {
  margin: 40px auto;
  max-width: 992px;
}

.support-and-resources #contact-us {
  max-width: 100%;
  padding: 30px 0;
  background-image: linear-gradient(to right, #0063c3 4%, #00bce4 93%);
  margin-bottom: 61px;
}

.support-and-resources #contact-us .plain-html .blue-container {
  text-align: center;
  max-width: 1200px;
  margin: 0px auto;
}

.support-and-resources #contact-us .plain-html .blue-container h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
}

.support-and-resources #contact-us .plain-html .blue-container .blue-cont-text {
  display: flex;
  gap: 35px;
  margin: 15px 0 25px;
  justify-content: center;
}

.support-and-resources
  #contact-us
  .plain-html
  .blue-container
  .blue-cont-text
  p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  border-radius: 50px;
  border: solid 1px #fff;
  margin: 0;
}
.support-and-resources
  #contact-us
  .plain-html
  .blue-container
  .blue-cont-text
  p
  a {
  text-decoration: none;
  color: #fff;
}
.support-and-resources #contact-us .plain-html .blue-container p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
}

.support-and-resources #services .support-center#field-reimbursement h3 {
  max-width: 415px;
}

.support-and-resources #services #hcp-support-center .support-center h4,
.support-and-resources #services #field-reimbursement .support-center h4 {
  max-width: 411px;
}

.support-and-resources #services .d-none {
  display: block !important;
}

@media screen and (max-width: 992px) {
  .support-and-resources #Amgen-support-main #amgen-support .support-plus h4 {
    font-size: 24px;
    margin: 15px 0 0px;
  }

  .support-and-resources #Amgen-support-main #amgen-support .support-plus h5 {
    font-size: 14px;
    margin: 33px auto;
  }

  .support-and-resources
    #Amgen-support-main
    #amgen-support
    .support-plus
    .contact
    h3 {
    font-size: 18px;
  }

  .support-and-resources
    #Amgen-support-main
    #amgen-support
    .support-plus
    .contact
    .contact-one,
  .support-and-resources
    #Amgen-support-main
    #amgen-support
    .support-plus
    .contact
    .contact-two {
    max-width: 206px;
    display: block;
    margin: 0 auto;
  }

  .support-and-resources
    #Amgen-support-main
    #amgen-support
    .support-plus
    .contact
    .contact-two {
    margin: 15px auto 0px;
  }

  .support-and-resources
    #Amgen-support-main
    #amgen-support
    .support-plus
    .contact
    .contact-one
    span {
    font-size: 14px;
    padding: 13px 28px;
    display: block;
    max-width: 206px;
    margin: 12px auto 0;
  }

  .support-and-resources
    #Amgen-support-main
    #amgen-support
    .support-plus
    .contact
    .contact-two
    h3 {
    font-size: 14px;
  }

  .support-and-resources #services .support-center h3 {
    font-size: 20px;
    margin: 15px 0px;
  }

  .support-and-resources #services .support-center h4 {
    font-size: 16px;
    padding: 0;
  }

  .support-and-resources #services .support-center p,
  .support-and-resources #services .support-center ul li {
    font-size: 16px;
  }

  .support-and-resources
    #services
    #hcp-support-center
    .support-center
    p:last-child {
    font-size: 16px;
  }
  .support-and-resources
    #services
    #hcp-support-center
    .support-center
    p:last-child
    a {
    font-size: 16px;
  }

  .support-and-resources #services button.quantum-button .quantum-button__text {
    font-size: 16px;
  }

  .support-and-resources #office-toolkit .row h3 {
    font-size: 18px;
    text-align: center;
  }

  .support-and-resources #office-toolkit .row .office-toolkit p {
    font-size: 14px;
    padding: 0 10px;
    margin-top: 13px;
  }

  .support-and-resources #contact-us .plain-html .blue-container h3 {
    font-size: 16px;
  }

  .support-and-resources
    #contact-us
    .plain-html
    .blue-container
    .blue-cont-text
    p {
    font-size: 16px;
  }

  .support-and-resources #contact-us .plain-html .blue-container p {
    font-size: 16px;
  }

  .support-and-resources #Amgen-support-main #amgen-support-img.image a img {
    max-width: 93%;
    margin: 0 auto;
    display: block;
  }

  .support-and-resources #Amgen-support-main {
    margin: 30px auto 40px;
  }

  .support-and-resources
    #Amgen-support-main
    #amgen-support
    .support-plus
    .contact {
    max-width: 390px;
    padding: 23px 28px;
  }
  .support-and-resources #services .quantum-cta {
    flex-direction: column;
    gap: 0;
  }
  .support-and-resources #services .support-center p {
    margin: 14px 0 0;
  }
  .support-and-resources #services .support-center a p:nth-child(3) {
    margin: 14px 0 0;
  }
  .support-and-resources #services button.quantum-button {
    margin: 18px 0 0;
  }
  .support-and-resources #services #hcp-support-center {
    margin-bottom: 40px;
  }
  .support-and-resources #services .d-none {
    margin: 0;
  }
  .support-and-resources
    #services
    #hcp-support-center
    .support-center
    p:first-of-type,
  .support-and-resources
    #services
    .support-center#field-reimbursement
    p:first-of-type,
  .support-and-resources
    #services
    .support-center#nurse_partners
    p:first-of-type {
    margin: 14px 0 0;
  }
  .support-and-resources #services .quantum-cta #field-reimbursement {
    margin-bottom: 40px;
  }
  .support-and-resources #services #copay-program.support-center h3 {
    margin: 14px 0px;
  }
  .support-and-resources #services .row.component {
    display: flex;
  }

  .support-and-resources #services .row.component .col-md-7,
  .support-and-resources #services .row.component .col-lg-6 {
    padding: 0 10px;
  }
  .support-and-resources #services .row.component .col-md-5 {
    padding: 0;
  }

  .support-and-resources #services #my-patient.support-center h3 {
    margin: 14px 0px;
  }
  .support-and-resources .quantum-cta #field-reimbursement,
  .support-and-resources .quantum-cta #AmgenSupportPluscard {
    margin-bottom: 40px;
  }
  .support-and-resources #amgensupportcard {
    margin-top: 0 !important;
    margin-bottom: 40px;
  }
  .support-and-resources #my_patient {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .support-and-resources #services #nurse-partners .quantum-cta__inner {
    flex-direction: column;
    gap: 0;
  }
  .support-and-resources #services #my_patient {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .support-and-resources #services #nurse-partners {
    padding: 0 15px;
  }
  .support-and-resources #services #AmgenSupportPluscard {
    margin-bottom: 40px;
  }
  .support-and-resources #office-toolkit .row {
    flex-direction: column;
    padding-right: 35px;
    padding-left: 35px;
  }
  .support-and-resources #last_footnote .container {
    padding-right: 50px;
    padding-left: 50px;
  }
  .support-and-resources .last-footnote .footnote:last-child {
    margin-left: 0;
  }
  .support-and-resources #contact-us {
    padding: 30px 20px;
  }
  .support-and-resources #office-toolkit .row ul {
    gap: 0px;
    flex-direction: column;
  }
  .support-and-resources #office-toolkit .row li .field-link {
    margin: 15px 0;
    justify-content: center;
  }
  .support-and-resources #office-toolkit .row .image img {
    margin: 0 auto;
    display: block;
  }
  .support-and-resources
    #contact-us
    .plain-html
    .blue-container
    .blue-cont-text {
    flex-direction: column;
  }
  .support-and-resources
    #contact-us
    .plain-html
    .blue-container
    .blue-cont-text {
    flex-direction: column;
    gap: 15px;
    margin: 15px auto;
  }
  .support-and-resources
    #contact-us
    .plain-html
    .blue-container
    .blue-cont-text
    p {
    max-width: 206px;
    margin: 0px auto;
  }
  .support-and-resources
    #contact-us
    .plain-html
    .blue-container
    .blue-cont-text
    p:last-child {
    max-width: 100%;
  }
  .support-and-resources #office-toolkit .row .image a {
    margin: 0 auto;
    display: block;
  }
  .support-and-resources #office-toolkit {
    padding: 30px 0 24px;
    margin: 0 auto 0;
  }
  .support-and-resources .last-footnote {
    margin: 30px auto;
  }
}

@media screen and (max-width: 380px) {
  .patients-support-and-resources .plain-html .row .col-7 {
    padding-left: 0px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 576px) {
  .support-and-resources #office-toolkit .row li.item0 .field-link a {
    padding: 10px 15px 10px 0px !important;
    max-width: 220px;
  }
  .support-and-resources #office-toolkit li.item0 .field-link a:after {
    top: 6px;
  }
  .support-and-resources #office-toolkit li.item2 .field-link a:after {
    right: 15px;
    top: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .support-and-resources #office-toolkit .row li .field-link a {
    font-size: 16px;
    padding: 12px 46px 12px 13px !important;
  }
  .support-and-resources #office-toolkit .row .office-toolkit p {
    padding: 0 14px;
  }
}

/* ========================================================= */

.patients-support-and-resources #Amgen-support-main {
  margin: 60px auto 86px;
  max-width: 1200px;
}

.patients-support-and-resources #Amgen-support-main #amgen-support-img.image a {
  display: block;
}

.patients-support-and-resources #Amgen-support-main #amgen-support-img {
  max-width: 413px;
  margin: 0 auto;
}

.patients-support-and-resources
  #Amgen-support-main
  #amgen-support
  .support-plus
  h4 {
  margin: 12px 0 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0063c3;
}

.patients-support-and-resources
  #Amgen-support-main
  #amgen-support
  .support-plus
  h5 {
  margin: 20px auto 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #474747;
  max-width: 589px;
}

.patients-support-and-resources
  #Amgen-support-main
  #amgen-support
  .support-plus
  .contact {
  padding: 50px 0px;
  background-color: #41b6e6;
  border-radius: 15px;
  max-width: 650px;
  margin: 45px auto;
}

.patients-support-and-resources
  #Amgen-support-main
  #amgen-support
  .support-plus
  .contact
  h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
}

.patients-support-and-resources
  #Amgen-support-main
  #amgen-support
  .support-plus
  .contact
  .contact-one
  span {
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 14px 20px;
  font-size: 18px;
  margin-left: 5px;
}

.patients-support-and-resources
  #Amgen-support-main
  #amgen-support
  .support-plus
  .contact
  .contact-two {
  margin: 25px auto 0;
  text-align: center;
}

.patients-support-and-resources
  #Amgen-support-main
  #amgen-support
  .support-plus
  .contact
  .contact-two
  h3 {
  font-size: 16px;
  text-align: center;
}
.patients-support-and-resources
  #Amgen-support-main
  #amgen-support
  .support-plus
  h3 {
  margin: 12px 0 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #0063c3;
}
.patients-support-and-resources
  #Amgen-support-main
  #amgen-support
  .support-plus
  h3
  a {
  text-decoration: underline;
}
.patients-support-and-resources #services {
  max-width: 1200px;
  margin: 0 auto;
}

.patients-support-and-resources #services .quantum-cta__inner {
  max-width: 40px;
  pointer-events: none;
}

.patients-support-and-resources #services .quantum-cta__text {
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}

.patients-support-and-resources
  #services
  .quantum-cta__text
  .quantum-cta__inner {
  max-width: 100%;
  align-items: unset;
  pointer-events: none;
}

.patients-support-and-resources #services .support-center {
  text-align: left;
}
.patients-support-and-resources
  #contact-us
  .plain-html
  .blue-container
  .blue-cont-text
  p
  a {
  text-decoration: none;
  color: #fff;
}
.support-and-resources
  #contact-us
  .plain-html
  .blue-container
  .blue-cont-text
  p:last-child,
.patients-support-and-resources
  #contact-us
  .plain-html
  .blue-container
  .blue-cont-text
  p:last-child {
  padding: 0;
}
.support-and-resources
  #contact-us
  .plain-html
  .blue-container
  .blue-cont-text
  p:last-child
  a,
.patients-support-and-resources
  #contact-us
  .plain-html
  .blue-container
  .blue-cont-text
  p:last-child
  a {
  padding: 12px 30px;
}
.patients-support-and-resources #services .support-center h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0063c3;
  padding: 0;
  margin: 10px 0 19px;
}

.patients-support-and-resources #services .support-center h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  margin: 0;
  padding: 0;
}

.patients-support-and-resources #services .support-center p,
.patients-support-and-resources #services .support-center ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #474747;
  margin: 0;
  padding: 0;
}

.patients-support-and-resources #services .support-center p {
  margin: 18px 0 0;
}

.patients-support-and-resources #services .support-center ul li:before {
  content: "·";
  color: #474747;
  font-size: 20px;
  margin: 0 8px 0 0px;
  font-weight: 700;
}

.patients-support-and-resources #services .support-center ul {
  padding: 0;
  margin: 0;
  margin-left: 15px;
}

.patients-support-and-resources #services .support-center ul li {
  text-indent: -14px;
  padding: 0;
  margin: 0;
  line-height: 24px;
}

.patients-support-and-resources .support-center#nurse_partners p:nth-child(3) {
  margin-bottom: 5px;
}
.patients-support-and-resources .quantum-button.quantum-cta__action {
  padding: 0px 15px !important;
}
.patients-support-and-resources .support-center#nurse_partners p:nth-child(5) {
  margin: 16px 0 5px;
}

.patients-support-and-resources #services .quantum-cta__copy {
  display: none;
}

.patients-support-and-resources #services .quantum-cta__inner:nth-child(1) {
  display: block;
}

.patients-support-and-resources #services .quantum-cta {
  display: flex;
  gap: 15px;
}

.patients-support-and-resources #services button.quantum-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: solid 2px #2870c9;
  background-color: #fff;
  margin: 22px 0;
  pointer-events: auto;
}

.patients-support-and-resources
  #services
  button.quantum-button
  .quantum-button__text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal !important;
  text-align: left;
  padding: 0 55px;
  color: #2870c9;
  padding: 14px 70px !important;
}

.patients-support-and-resources #services .support-center .footnote {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #716f73;
  margin-top: 20px;
  text-indent: -5px;
}

.patients-support-and-resources #services #copay-program.support-center ul {
  margin: 19px 0;
  margin-left: 15px;
}

.patients-support-and-resources #services #copay-program.support-center h3 {
  margin-top: 0px;
}

.patients-support-and-resources #services #amgensupportcard {
  pointer-events: none;
}

.patients-support-and-resources #services #my-patient.support-center h3 {
  max-width: 776px;
  margin-top: 0;
}

.patients-support-and-resources #services #my-patient.support-center h4 {
  margin: 21px 0 18px;
}

.patients-support-and-resources
  #services
  #my-patient.support-center
  p:first-child {
  margin: 20px 0 0;
}

.patients-support-and-resources
  #services
  #my-patient.support-center
  p:nth-child(3) {
  margin: 0px;
}

.patients-support-and-resources #services #my_patient {
  margin: 0px 0 60px;
}

.patients-support-and-resources #services #nurse-partners {
  margin-bottom: 70px;
}

.patients-support-and-resources #services #nurse-partners .quantum-cta__inner {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  gap: 15px;
}

.patients-support-and-resources .last-footnote .footnote {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #716f73;
  margin-bottom: 13px;
}

.patients-support-and-resources .last-footnote .footnote:last-child {
  text-indent: 4px;
  margin-left: -7px;
}

.patients-support-and-resources #last_footnote .container {
  padding: 0;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.patients-support-and-resources .last-footnote {
  margin: 40px auto 0;
  max-width: 1015px;
}

.patients-support-and-resources #contact-us {
  max-width: 100%;
  padding: 30px 0;
  background-image: linear-gradient(to right, #0063c3 4%, #00bce4 93%);
  margin: 0px 0 62px;
}

.patients-support-and-resources #contact-us .plain-html .blue-container {
  text-align: center;
  max-width: 1200px;
  margin: 0px auto;
}

.patients-support-and-resources #contact-us .plain-html .blue-container h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
  color: #fff;
}

.patients-support-and-resources
  #contact-us
  .plain-html
  .blue-container
  .blue-cont-text {
  display: flex;
  gap: 35px;
  margin: 15px 0 25px;
  justify-content: center;
}

.patients-support-and-resources
  #contact-us
  .plain-html
  .blue-container
  .blue-cont-text
  p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  border-radius: 50px;
  border: solid 1px #fff;
  margin: 0;
}

.patients-support-and-resources #contact-us .plain-html .blue-container p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
  color: #fff;
}

.patients-support-and-resources #services .d-none {
  display: block !important;
}

.patients-support-and-resources #services #sign-up p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #474747;
}
.patients-support-and-resources #services #sign-up p a {
  text-decoration: underline;
  color: #474747;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

.patients-support-and-resources #services .quantum-cta__image-wrap {
  padding: 0;
}
.patients-support-and-resources #services #sign-up {
  margin: 44px auto 58px;
}

.patients-support-and-resources .last-footnote .footnote:nth-child(1) a {
  color: #716f73;
  text-decoration: underline;
}
.patients-support-and-resources .last-footnote .footnote:nth-child(1) {
  text-indent: -5px;
}

.support-and-resources #services #amgensupportcard.image img,
.patients-support-and-resources #services #amgensupportcard.image img {
  border-radius: 20px;
  box-shadow: 0 3px 35px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 992px) {
  .patients-support-and-resources
    #Amgen-support-main
    #amgen-support
    .support-plus
    h4 {
    font-size: 24px;
    margin: 15px 0 0px;
  }

  .patients-support-and-resources
    #Amgen-support-main
    #amgen-support
    .support-plus
    h5 {
    font-size: 14px;
    margin: 18px auto 0;
  }

  .patients-support-and-resources
    #Amgen-support-main
    #amgen-support
    .support-plus
    .contact
    h3 {
    font-size: 18px;
  }

  .patients-support-and-resources
    #Amgen-support-main
    #amgen-support
    .support-plus
    .contact
    .contact-one {
    max-width: 246px;
    display: block;
    margin: 0 auto;
  }

  .patients-support-and-resources
    #Amgen-support-main
    #amgen-support
    .support-plus
    .contact
    .contact-two {
    max-width: 225px;
    display: block;
    margin: 0 auto;
  }

  .patients-support-and-resources
    #Amgen-support-main
    #amgen-support
    .support-plus
    .contact
    .contact-two {
    margin: 15px auto 0px;
  }

  .patients-support-and-resources
    #Amgen-support-main
    #amgen-support
    .support-plus
    .contact
    .contact-one
    span {
    font-size: 14px;
    padding: 13px 28px;
    display: block;
    max-width: 206px;
    margin: 12px auto 0;
  }

  .patients-support-and-resources
    #Amgen-support-main
    #amgen-support
    .support-plus
    .contact
    .contact-two
    h3 {
    font-size: 14px;
  }

  .patients-support-and-resources #services .support-center h3 {
    font-size: 20px;
    margin: 14px 0px;
  }

  .patients-support-and-resources #services .support-center h4 {
    font-size: 16px;
  }
  .patients-support-and-resources #services #sign-up p {
    font-size: 17px;
  }
  .patients-support-and-resources #services .support-center p,
  .patients-support-and-resources #services .support-center ul li {
    font-size: 16px;
  }

  .patients-support-and-resources
    #services
    button.quantum-button
    .quantum-button__text {
    font-size: 16px;
    padding: 14px 60px !important;
  }

  .patients-support-and-resources #contact-us .plain-html .blue-container h3 {
    font-size: 16px;
  }

  .patients-support-and-resources
    #contact-us
    .plain-html
    .blue-container
    .blue-cont-text
    p {
    font-size: 16px;
  }

  .patients-support-and-resources #contact-us .plain-html .blue-container p {
    font-size: 16px;
  }

  .patients-support-and-resources
    #Amgen-support-main
    #amgen-support-img.image
    a
    img {
    max-width: 93%;
    margin: 0 auto;
    display: block;
  }

  .patients-support-and-resources #Amgen-support-main {
    margin: 30px auto 40px;
    padding: 0;
  }
  .patients-support-and-resources #services {
    padding: 0;
  }
  .patients-support-and-resources
    #Amgen-support-main
    #amgen-support
    .support-plus
    .contact {
    max-width: 390px;
    padding: 34px 19px;
    margin: 36px 0;
  }

  .patients-support-and-resources #services .quantum-cta {
    flex-direction: column;
    gap: 0;
  }

  .patients-support-and-resources
    #Amgen-support-main
    #amgen-support
    .support-plus
    h3 {
    font-size: 22px;
  }

  .patients-support-and-resources #services .support-center p {
    margin: 14px 0 0;
  }

  .patients-support-and-resources #services .support-center a p:nth-child(3) {
    margin: 14px 0 0;
  }

  .patients-support-and-resources #services button.quantum-button {
    margin: 18px 0 0;
  }

  .patients-support-and-resources #services .d-none {
    margin: 0;
  }

  .patients-support-and-resources
    #services
    .support-center#nurse_partners
    p:first-of-type {
    margin: 14px 0 0;
  }

  .patients-support-and-resources #services #copay-program.support-center h3 {
    margin: 14px 0px;
  }

  .patients-support-and-resources #services .row.component {
    display: flex;
  }

  .patients-support-and-resources #services .row.component .col-md-7,
  .patients-support-and-resources #services .row.component .col-md-5,
  .patients-support-and-resources #services .row.component .col-lg-6 {
    padding: 0;
  }

  .patients-support-and-resources #services #my-patient.support-center h3 {
    margin: 14px 0px;
  }

  .patients-support-and-resources .quantum-cta #field-reimbursement,
  .patients-support-and-resources .quantum-cta #AmgenSupportPluscard {
    margin-bottom: 40px;
  }

  .patients-support-and-resources #amgensupportcard {
    margin-top: 0 !important;
    margin-bottom: 40px;
  }

  .patients-support-and-resources #my_patient {
    margin-top: 0;
    margin-bottom: 37px;
  }

  .patients-support-and-resources
    #services
    #nurse-partners
    .quantum-cta__inner {
    flex-direction: column;
    gap: 0;
  }

  .patients-support-and-resources #services #my_patient {
    margin-top: 0;
    margin-bottom: 37px;
    padding: 0 10px;
  }

  .patients-support-and-resources #services #AmgenSupportPluscard {
    margin-bottom: 0px;
    padding: 0 10px;
  }

  .patients-support-and-resources
    #contact-us
    .plain-html
    .blue-container
    .blue-cont-text {
    flex-direction: column;
  }

  .patients-support-and-resources #services #sign-up {
    padding: 0px;
    margin: 9px auto 30px;
  }

  .patients-support-and-resources
    #contact-us
    .plain-html
    .blue-container
    .blue-cont-text {
    flex-direction: column;
    gap: 15px;
    margin: 14px auto 16px;
  }

  .patients-support-and-resources
    #contact-us
    .plain-html
    .blue-container
    .blue-cont-text
    p {
    max-width: 206px;
    margin: 0px auto;
  }

  .patients-support-and-resources
    #contact-us
    .plain-html
    .blue-container
    .blue-cont-text
    p:last-child {
    max-width: 100%;
  }

  .patients-support-and-resources .last-footnote {
    margin: 0;
    padding: 0 15px;
  }

  .patients-support-and-resources .last-footnote .footnote {
    margin-bottom: 21px;
    margin-left: 0;
  }
  .patients-support-and-resources .last-footnote .footnote:nth-child(1) {
    text-indent: -5px;
    margin-left: 0;
  }
  .patients-support-and-resources .last-footnote .footnote:last-child {
    text-indent: 4px;
    margin-left: 0px;
  }
  .patients-support-and-resources #services #nurse-partners {
    margin-bottom: 0px;
    padding: 0 10px;
  }

  .patients-support-and-resources #contact-us {
    margin: 48px 0 40px;
  }

  .patients-support-and-resources #contact-us .plain-html .blue-container {
    max-width: 295px;
    padding: 0 15px;
  }
  .support-and-resources #services #my-patient.support-center p {
    margin-top: 10px;
  }
  .support-and-resources #services #my-patient.support-center p:nth-child(4) {
    margin: 0px;
  }
  .support-and-resources #services #my-patient.support-center p:last-child {
    margin-top: 19px;
  }
  .support-and-resources
    #services
    #nurse-partners
    button.quantum-button
    .quantum-button__text {
    text-align: center;
  }
}

.support-and-resources #copay-program .footnote a {
  color: #716f73;
  text-decoration: underline;
}
.support-and-resources #nurse-partners .footnote {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #716f73;
  margin-top: 36px;
  margin-bottom: 0;
  text-indent: -4px;
  margin-left: 4px;
}
.patients-support-and-resources p.footnote {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #716f73;
  margin: 20px 0 0;
}
.patients-support-and-resources #services p {
  margin: 0;
  padding: 0;
}
.patients-support-and-resources .footnote {
  margin-top: 24px !important;
}
.patients-support-and-resources #services #sign-up p.footnote {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #716f73;
  margin: 42px 0 0 16px;
}
.support-and-resources #services .support-center#field-reimbursement p {
  margin: 10px 0;
}
.support-and-resources #services .support-center ul li a,
.patients-support-and-resources
  #services
  .support-center#nurse_partners
  ul
  li
  a {
  color: #474747;
}
@media screen and (max-width: 767px) {
  .support-and-resources #services .row.component .col-md-5 {
    order: 1;
  }
  .support-and-resources #services .row.component .col-md-7 {
    order: 2;
  }
  .patients-support-and-resources #services .row.component .col-md-5 {
    order: 1;
  }
  .patients-support-and-resources #services .row.component .col-md-7 {
    order: 2;
  }
}
@media screen and (min-width: 1200px) {
  .patients-support-and-resources .section_content:last-child .container_sm,
  .support-and-resources .section_content:last-child .container_sm {
    padding: 0;
    margin: 0 60px 43px;
  }
}
@media screen and (max-width: 992px) {
  .patients-support-and-resources #services #sign-up p.footnote {
    text-align: left;
    text-indent: -5px;
  }
  .patients-support-and-resources .section_content:last-child .container_sm,
  .support-and-resources .section_content:last-child .container_sm {
    padding: 0;
    margin: 0px;
    margin-bottom: 40px;
  }
}

@media (min-width: 426px) and (max-width: 991px) {
  .support-and-resources .link-arrow::before {
    right: 15px;
    top: 0;
    font-size: 38px;
  }
  .support-and-resources .link-arrow::after {
    width: 45px;
    height: 33px;
    right: 14px;
    top: 10px;
  }
}
@media screen and (max-width: 425px) {
  .link-arrow::before {
    right: 9px;
    top: 18px;
    font-size: 38px;
  }
  .link-arrow::after {
    width: 41px;
    height: 34px;
    right: 9px;
    top: 28px;
  }
}

#riabni-textbottom {
  margin-bottom: 71px;
}

.mob-only {
  display: none;
}
.home-onco .content_block#home-footnotes {
  width: 80%;
  margin: 0;
  padding: 0;
  margin-left: 9%;
}
.home-onco #riabni-textbottom #home-footnotes ul.list-unstyled {
  padding: 0;
}
@media screen and (max-width: 992px) {
  .mob-only {
    display: block;
  }
  .desk-only {
    display: none;
  }
  .home-onco #riabni-textbottom .twocolumns_md_list,
  .home-onco #riabni-textbottom #home-footnotes .container-xl {
    padding: 0;
  }
  .home-onco .content_block#home-footnotes {
    margin: 0;
    padding: 0;
  }
}
sup.astrik-new {
  font-size: 13px;
  top: 3px;
}
.home-onco #riabni-textbottom #home-footnotes ul.list-unstyled:nth-child(1) p {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .home-onco .content_block#home-footnotes {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.patients-support-and-resources .resources .safety-net:nth-child(2) {
  display: none;
}
.support-and-resources .support-content .col-md-4:nth-child(1) {
  display: none;
}

#isi-container .text-dark {
  color: #474747;
}
.bullet-list-warning li:nth-child(1) p {
  padding: 0;
}

/* =========ISI====== */
#isi-container .bullet-list-warning li:before {
  content: none;
}
#isi-container .bullet-list-warning li {
  padding: 0 !important;
  margin: 0 !important;
}
#isi-container ul.bullet-list-warning {
  margin: 0 !important;
}
#isi-container .bullet-list-warning li p.text-warning.font-weight-bold {
  margin: 18px 0 5px !important;
  padding: 0;
}
#isi-container #isi-indication {
  margin-bottom: -7px;
}
#isi-container .bullet-list-warning p {
  padding-left: 15px;
}
#isi-container .bullet-list-warning li li {
  padding: 0 0 0 6px !important;
  margin: 10px 0 0 20px !important;
  list-style-type: none;
  text-indent: 0px;
}
#isi-container .bullet-list-warning li li:before {
  content: "";
  background-color: #c8531f !important;
  width: 5px !important;
  height: 5px !important;
  top: 9px;
  left: -13px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.9rem 0 0;
}
#isi-container .bullet-list-warning li p.text-warning.font-weight-bold + .mb-2,
#isi-container .bullet-list-warning li p.text-warning.font-weight-bold + .m-0 {
  position: relative;
  padding: 0;
  font-size: 17.1px;
  margin: 10px 0 0 22px !important;
  text-indent: -18px;
}
#isi-container
  .bullet-list-warning
  li
  p.text-warning.font-weight-bold
  + .mb-2:before,
#isi-container
  .bullet-list-warning
  li
  p.text-warning.font-weight-bold
  + .m-0:before {
  content: "";
  background-color: #c8531f !important;
  width: 5px !important;
  height: 5px !important;
  top: 9px;
  left: -20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.9rem 0 0;
}
#isi-container .bullet-list-warning li:nth-child(1) p {
  padding: 0 !important;
}
#isi-container .indication-holder:nth-child(2) .bullet-list-warning li {
  margin: 5px 0 0 20px !important;
}
#isi-container .rituxan-footnote-container {
  margin-top: 23px;
}
#isi-container .brand-one {
  margin-top: 40px;
}
