@import "fonts.css";

:root {
  --font-family-Epilogue-Bold: "Epilogue-Bold", sans-serif;
  --font-family-Epilogue-ExtraBold: "Epilogue-ExtraBold", sans-serif;
  --font-family-Epilogue-BoldItalic: "Epilogue-BoldItalic", sans-serif;
  --font-family-Epilogue-Italic: "Epilogue-Italic", sans-serif;
  --font-family-Epilogue-Light: "Epilogue-Light", sans-serif;
  --font-family-Epilogue-LightItalic: "Epilogue-LightItalic", sans-serif;
  --font-family-Epilogue-Thin: "Epilogue-Thin", sans-serif;
  --font-family-Epilogue-SemiBold: "Epilogue-SemiBold", sans-serif;
  --font-family-Epilogue-Medium: "Epilogue-Medium", sans-serif;
  --font-family-Epilogue-Regular: "Epilogue-Regular", sans-serif;
  --color-light: #fff;
}

body {
  font-family: var(--font-family-Epilogue-Medium);
}

p {
  font-family: var(--font-family-Epilogue-Medium);
}

em {
  font-family: var(--font-family-Epilogue-Italic);
}

strong {
  font-family: var(--font-family-Epilogue-Bold);
}

.custom-light-header-text {
  font-family: var(--font-family-Epilogue-Light);
}

footer {
  background-color: rgba(22, 21, 79, 1);
  color: var(--color-light);
  padding: 50px 0 30px 0;
}

footer nav.footer-nav ul li {
  list-style-type: none;
  display: inline-block;
}

footer nav.footer-nav ul {
  padding: 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.footer-brand-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.footer-brand-block p {
  text-align: end;
  font-size: 12px;
  line-height: 22px;
  font-family: var(--font-family-Epilogue-Medium);
}

.footer-brand-block img {
  width: 179px;
  margin-bottom: 15px;
}

footer .footer-text-block p {
  font-family: var(--font-family-Epilogue-Medium);
  font-size: 12px;
  line-height: 22px
}

footer .footer-nav ul li,
footer .footer-nav ul li a {
  color: var(--color-light);
  text-decoration: underline;
  font-family: var(--font-family-Epilogue-Medium);
  font-size: 16px;
  line-height: 27px;
}

.brown-text-layout {
  background-color: rgba(37, 13, 12, 1);
  padding: 40px 0;
}

.brown-text-layout h1 {
  color: var(--color-light);
  font-size: 36px;
  line-height: 42px;
}

.brown-text-layout h2 {
  color: var(--color-light);
  font-size: 36px;
  line-height: 42px;
}

.ATTR-CM-layout {
  background-color: rgba(242, 162, 31, 1);
  padding: 70px 0;
}

.ATTR-CM-layout span.custom-black-text {
  color: rgba(29, 29, 29, 1);
}

.ATTR-CM-layout span.custom-yellow-text {
  color: rgba(242, 162, 31, 1);
}

.ATTR-CM-layout .grid-bottom-area p {
  font-size: 26px;
  line-height: 30px;
  font-family: var(--font-family-Epilogue-Medium);
}

.custom-grid-box .content-right-area h3.custom-yellow-underline {
  font-family: var(--font-family-Epilogue-ExtraBold);
  font-size: 60px;
  line-height: 64px;
}

.custom-grid-box .content-right-area {
  font-family: var(--font-family-Epilogue-Medium);
  font-size: 24px;
  line-height: 28px;
}

.ATTR-CM-layout .custom-grid-box {
  box-shadow: 7px 7px 0px 0px rgba(165, 38, 34, 0.75);
  -webkit-box-shadow: 7px 7px 0px 0px rgba(165, 38, 34, 0.75);
  -moz-box-shadow: 7px 7px 0px 0px rgba(165, 38, 34, 0.75);
  border: 2px solid rgba(165, 38, 34, 0.75);
}

.ATTR-CM-layout .grid-left-area {
  background-color: #f7c779;
  width: 50%;
  padding: 30px;
  display: flex;
  align-items: center;
  min-height: 400px;
}

.ATTR-CM-layout .grid-left-area h3 {
  color: var(--color-light);
  font-family: var(--font-family-Epilogue-Bold);
  font-size: 40px;
  line-height: 46px;
}

.ATTR-CM-layout .grid-right-area {
  background-color: var(--color-light);
  width: 50%;
  padding: 30px;
  display: flex;
  align-items: center;
  min-height: 400px;
  text-align: center;
}

.ATTR-CM-layout .grid-right-area .content-right-area {
  width: 100%;
}

.ATTR-CM-layout .grid-bottom-area {
  background-color: var(--color-light);
  padding: 30px;
  border-top: 1px solid #000;
  text-align: center;
}

.ATTR-CM-layout .custom-wrapper-lt-rt-block {
  display: flex;
}

.custom-yellow-underline {
  display: inline;
  background: linear-gradient(to top, #fde23d 40%, transparent 40%);
}

sup {
  top: -0.7em;
  font-size: 0.55em;
}

.custom-grid-layout {
  background-color: #250d0c;
  padding: 20px 0;
}

.custom-padding-top {
  padding: 50px;
}

.custom-grid-layout h2.title {
  color: #f2a21f;
  font-family: var(--font-family-Epilogue-Bold);
  font-size: 36px;
  line-height: 40px;
}

.custom-grid-layout p {
  color: var(--color-light);
  font-family: var(--font-family-Epilogue-Medium);
  font-size: 18px;
  line-height: 27px;
}

.custom-grid-layout .custom-grid-content-cta {
  padding: 20px 0;
}

.img-full-width {
  width: 100%;
}

a.cta-button:hover {
  color: var(--color-light);
  background-color: #2d2c81;
  border: 2px solid var(--color-light);
}

.custom-main-bottom-cta a.cta {
  display: inline-block;
  text-decoration: none;
  color: var(--color-light);
  padding: 20px;
  background: linear-gradient(to right, #2d2c81, #f2a21f);
  text-align: center;
  width: fit-content;
  max-width: 100%;
  box-shadow: 7px 7px 0px 0px rgba(165, 38, 34, 0.75);
  -webkit-box-shadow: 7px 7px 0px 0px rgba(165, 38, 34, 0.75);
  -moz-box-shadow: 7px 7px 0px 0px rgba(165, 38, 34, 0.75);
  font-size: 25px;
  line-height: 30px;
  font-family: var(--font-family-Epilogue-Bold);
}

.custom-main-bottom-navigation-cta .nav-link {
  font-family: var(--font-family-Epilogue-Bold);
  font-size: 18px;
  line-height: 22px;
}

.custom-main-bottom-cta a.cta:hover {
  background: linear-gradient(to right, #f2a21f, #2d2c81);
}

.custom-main-bottom-cta {
  padding: 60px 0;
  background-color: #250d0c;
  text-align: center;
}

.custom-main-bottom-navigation-cta {
  background-color: #250d0c;
  padding: 30px 0;
}

.custom-main-bottom-navigation-cta ul {
  list-style-type: none;
}

section.custom-main-bottom-navigation-cta {
  background-color: #250d0c;
  padding: 30px 0;
}

section.custom-main-bottom-navigation-cta ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  background-color: #250d0c;
  border-bottom: 2px solid #f2a21f;
  height: 46px;
}

section.custom-main-bottom-navigation-cta a.cta-left,
section.custom-main-bottom-navigation-cta a.cta-right {
  color: var(--color-light);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-main-bottom-navigation-cta .img-text-cta-left,
.custom-main-bottom-navigation-cta .img-text-cta-right {
  padding: 10px 20px;
  border: 2px solid #f2a21f;
  color: #f2a21f;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.custom-main-bottom-navigation-cta .img-text-cta-left {
  border-left: none;
}

.custom-main-bottom-navigation-cta .img-text-cta-right {
  border-right: none;
}

.custom-main-bottom-navigation-cta .img-cta-left,
.custom-main-bottom-navigation-cta .img-cta-right {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border: 2px solid #f2a21f;
}

.custom-main-bottom-navigation-cta .img-cta-left img,
.custom-main-bottom-navigation-cta .img-cta-right img {
  height: 42px;
  padding: 10px 20px;
}

.custom-main-bottom-navigation-cta .img-cta-left i,
.custom-main-bottom-navigation-cta .img-cta-right i {
  font-size: 24px;
  margin-top: -8px;
}

.custom-main-bottom-navigation-cta a:hover .img-text-cta-left,
.custom-main-bottom-navigation-cta a:hover .img-text-cta-right,
.custom-main-bottom-navigation-cta a:hover .img-cta-left,
.custom-main-bottom-navigation-cta a:hover .img-cta-right {
  border: 2px solid var(--color-light);
  background-color: #2d2c81;
  color: var(--color-light);
}

.custom-main-bottom-navigation-cta a:hover .img-text-cta-left {
  border-left: none;
}

.custom-main-bottom-navigation-cta a:hover .img-text-cta-right {
  border-right: none;
}

.custom-main-bottom-navigation-cta a:hover .img-cta-left img,
.custom-main-bottom-navigation-cta a:hover .img-cta-right img {
  display: none;
}

.custom-main-bottom-navigation-cta .img-cta-left img.hover,
.custom-main-bottom-navigation-cta .img-cta-right img.hover {
  display: none;
}

.custom-main-bottom-navigation-cta a:hover .img-cta-left img.hover,
.custom-main-bottom-navigation-cta a:hover .img-cta-right img.hover {
  display: block;
}

.custom-main-top-header {
  background-color: #250D0C;
  color: var(--color-light);
}

.custom-main-top-header p {
  font-family: var(--font-family-Epilogue-Regular);
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  text-align: center;
}

nav .navbar-nav .nav-item .nav-link {
  font-family: var(--font-family-Epilogue-Bold);
  font-size: 16px;
}

.header-logo img {
  height: 47px;
}

.main-banner img {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-top: -76px;
  margin-right: auto;
  height: auto;
}

.main-banner p {
  margin-bottom: 0;
}

.main-banner .container-fluid {
  padding: 0;
}

.main-banner .custom-mob-image {
  display: none;
}

.main-banner .custom-desktop-image {
  display: block;
}

.custom-brown-header {
  background-color: #250D0C;
}

.custom-stop-body-scroll {
  overflow: hidden;
}

.custom-brown-header.custom-transparent-header {
  background-color: transparent;
  padding-top: 11px;
}

nav .navbar-nav .nav-item.active .nav-link {
  color: #A52622;
}

span.custom-yellow-text {
  color: #F2A21F;
}

a.cta-button {
  color: #f2a21f;
  border: 2px solid #f2a21f;
  padding: 10px 20px;
  height: fit-content;
  width: fit-content;
  max-width: 100%;
  text-decoration: none;
  background-color: transparent;
  font-family: var(--font-family-Epilogue-Bold);
  font-size: 18px;
  line-height: 27px;
}

.custom-404-page-block {
  width: 100%;
  position: relative;
}

.custom-404-page-block-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 100%;
}

.custom-404-page-block .custom-404-page-block-content h1 {
  color: #F2A21F;
  font-family: var(--font-family-Epilogue-ExtraBold);
  font-size: 70px;
}

.custom-404-page-block .custom-404-page-block-content h6 {
  color: #FDE23D;
  font-family: var(--font-family-Epilogue-Bold);
}

.custom-404-page-block .custom-404-page-block-content p {
  color: var(--color-light);
  font-family: var(--font-family-Epilogue-Medium);
  font-size: 28px;
  line-height: 32px;
}

.custom-404-page-block .custom-404-page-block-content .custom-404-text {
  margin: auto;
}

.custom-404-page-block img {
  width: 100%;
  height: auto;
  margin-top: -76px;
  min-height: 400px;
}

.custom-language-content {
  display: flex;
  justify-content: flex-end;
}

.custom-language-content select {
  height: 40px;
}

nav button.navbar-toggler,
nav button.navbar-toggler:focus,
nav button.navbar-toggler:focus-visible {
  border: 0;
  box-shadow: none;
}

.language-selector {
  position: relative;
  display: inline-block;
  display: none;
}

.language-selector .lang-btn {
  background: var(--color-light);
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.language-selector .lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--color-light);
  margin: 3px 0;
  padding: 0 10px;
  list-style: none;
  width: 150px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1021;
}

.language-selector .lang-dropdown li.active {
  font-weight: bold;
}

.language-selector .lang-dropdown li {
  padding: 6px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  background: var(--color-light);
  color: #250D0C;
}

.language-selector:hover .lang-dropdown {
  display: block;
}

.language-selector .lang-dropdown li:first-child {
  border-bottom: 1px solid #dad4d3;
}

.custom-small-para {
  font-size: 13px;
  line-height: 19px;
}

.custom-grid-layout p.custom-small-para {
  font-size: 13px;
  line-height: 19px;
}

.custom-box-layout .custom-box-layout-container .custom-box-layout-child .custom-box-layout-child-header span {
  font-size: 30px;
  line-height: 35px;
  font-family: var(--font-family-Epilogue-Bold);
  color: var(--color-light);
  padding: 11px 17px;
  text-align: center;
  width: fit-content;
  box-shadow: 7px 7px 0px 0px #f2a21f;
  -webkit-box-shadow: 3px 3px 0px 0px #f2a21f;
  -moz-box-shadow: 7px 7px 0px 0px #f2a21f;
  border: 2px solid #f2a21f;
  background-color: #a52622;
}

.custom-box-layout .custom-box-layout-container .custom-box-layout-child .custom-box-layout-child-content p {
  font-family: var(--font-family-Epilogue-Medium);
  font-size: 18px;
  line-height: 27px;
  margin-top: -10px;
  max-width: 80%;
  margin-bottom: 0;
}

.custom-box-layout .custom-box-layout-container .custom-box-layout-child .custom-box-layout-child-icon {
  width: 10%;
  display: none;
}

.custom-box-layout .custom-box-layout-container .custom-box-layout-child .custom-box-layout-child-icon img {
  width: 70px;
}

.custom-box-layout .custom-box-layout-container {
  border: 3px solid #a52622;
  padding: 90px 20px 30px 20px;
  margin-top: -100px;
}

.custom-box-layout .custom-box-layout-container .custom-box-layout-forword {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
}

.custom-box-layout .custom-box-layout-container .custom-box-layout-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.main-banner {
  position: relative;
  width: 100%;
}

.main-banner .custom-banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-banner .custom-banner-txt h1 {
  color: var(--color-light);
  font-size: 60px;
  line-height: 64px;
  font-family: var(--font-family-Epilogue-Bold);
}

.custom-contentcenter-block img {
  width: 100%;
}

.custom-contentcenter-block .container-fluid {
  padding: 0;
}

.custom-contentcenter-block {
  position: relative;
  margin: -1px 0;
}

.custom-contentcenter-block .custom-contentcenter-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 528px;
}

.custom-contentcenter-block .custom-contentcenter-txt p.sample-txt {
  color: var(--color-light);
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  font-family: var(--font-family-Epilogue-Medium);
}

.custom-contentcenter-block .custom-contentcenter-txt p.bold-strong {
  color: var(--color-light);
  text-align: center;
  font-size: 60px;
  line-height: 66px;
  font-family: var(--font-family-Epilogue-ExtraBold);
}

.custom-grid-layout ul.custom-non-style-list li {
  color: var(--color-light);
  font-family: var(--font-family-Epilogue-Medium);
  font-size: 18px;
  line-height: 27px;
}

.custom-grid-layout .custom-white-cta-block a.custom-white-cta {
  font-size: 18px;
  line-height: 27px;
  font-family: var(--font-family-Epilogue-Medium);
  color: #1d1d1d;
  padding: 20px;
  text-align: center;
  width: fit-content;
  box-shadow: 7px 7px 0px 0px #a52622;
  -webkit-box-shadow: 7px 7px 0px 0px #a52622;
  -moz-box-shadow: 7px 7px 0px 0px #a52622;
  border: 2px solid rgba(165, 38, 34, 0.75);
  background-color: var(--color-light);
  display: inline-block;
  text-decoration: none;
  max-width: 500px;
  pointer-events: none;
}

.custom-slide-up-header-block {
  position: relative;
  margin-bottom: 90px;
}

.custom-slide-up-header {
  font-family: var(--font-family-Epilogue-Medium);
  color: #1d1d1d;
  padding: 20px;
  text-align: center;
  width: fit-content;
  box-shadow: 7px 7px 0px 0px #f2a21f;
  -webkit-box-shadow: 7px 7px 0px 0px #f2a21f;
  -moz-box-shadow: 7px 7px 0px 0px #f2a21f;
  border: 2px solid #f2a21f;
  background-color: var(--color-light);
  text-decoration: none;
  max-width: 800px;
  position: absolute;
  top: -90px;
  display: block;
  content: "";
}

.custom-slide-up-header h2 {
  font-size: 32px;
  line-height: 36px;
  text-align: left;
  font-family: var(--font-family-Epilogue-Bold);
}

.custom-box-layout .custom-box-layout-container .custom-box-layout-child {
  color: var(--color-light);
  width: 33%;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  position: relative;
}

.custom-box-layout .custom-box-layout-container .custom-box-layout-child::after {
  position: absolute;
  content: "";
  top: 0;
  right: 10px;
  width: 30px;
  height: 20px;
  background: url("../images/yellow-arrow.png") no-repeat center center;
  background-size: contain;
}

.custom-box-layout .custom-box-layout-container .custom-box-layout-child-img {
  position: relative;
  width: 100%;
}

.custom-box-layout .custom-box-layout-container .custom-box-layout-child-img img {
  position: absolute;
  top: -100px;
  left: -70px;
  max-width: 450px;
}

.custom-box-layout.flow-graph-block {
  padding: 40px 0 100px 0;
  background-color: rgba(37, 13, 12, 1);
}

.custom-box-layout .custom-box-layout-container .custom-box-layout-child.set-max-width {
  width: 50%;
}

body.es-lang .custom-box-layout .custom-box-layout-container .custom-box-layout-child.set-max-width {
  width: 52%;
}

.custom-box-layout .custom-box-layout-container .custom-box-layout-child.set-max-width .custom-box-layout-child-content p {
  max-width: 100%;
  font-size: 13px;
  line-height: 19px;
  margin-top: 15px;
  text-align: end;
}

section.maroon-gradient-layout {
  background: linear-gradient(to right, #3e0a06, #a91813);
  padding: 50px 0;
}

section.maroon-gradient-layout .red-flags-ATTR-CM {
  padding: 20px 0;
}

.ATTR-CM-studies-layout .custom-col-3-block-area .custom-col-3-block p.center-para-block-tag {
  min-height: 56px;
  display: FLEX;
  align-items: CENTER;
  padding: 14px;
}

.red-flags-ATTR-CM .desktop-img {
  display: block;
}

.red-flags-ATTR-CM .mobile-img {
  display: none;
}

section.ATTR-CM-studies-layout {
  background-color: rgba(37, 13, 12, 1);
  color: var(--color-light);
  padding: 40px 0;
}

section.ATTR-CM-studies-layout .custom-full-width p {
  font-size: 18px;
  line-height: 27px;
  margin: 20px 0;
}

.ATTR-CM-studies-layout .custom-col-3-block-area {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.ATTR-CM-studies-layout .custom-col-3-block-area .custom-col-3-block p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
}

.ATTR-CM-studies-layout .custom-col-3-block-area .custom-col-3-block {
  text-align: center;
}

.ATTR-CM-studies-layout .custom-col-3-block-area .custom-col-3-block h3 {
  font-family: var(--font-family-Epilogue-Bold);
  font-size: 54px;
  line-height: 50px;
}

.ATTR-CM-studies-layout .custom-grid-box.studies-layout .custom-wrapper-studies-layout {
  border: 1px solid #a52622;
  margin-left: 20px;
  padding: 180px 0 20px 0;
}

.ATTR-CM-studies-layout .custom-slide-up-header-block {
  margin-bottom: 0;
}

h3.custom-orange-title {
  font-size: 28px;
  line-height: 32px;
  color: #f2a21f;
  font-family: var(--font-family-Epilogue-Bold);
}

.ATTR-CM-studies-layout {
  position: relative;
}

.ATTR-CM-studies-layout .custom-slide-up-header h2:first-child {
  margin-bottom: 20px;
}

.custom-contentcenter-block .custom-contentcenter-txt span.custom-big-number {
  font-size: 110px;
  line-height: 112px;
}

.popup-view .popup-wrapper .popup-view-body a {
  text-decoration: underline;
}

.user-login-form {
  text-align: center;
  margin: 200px 400px;
  padding: 20px 20px;
  background-color: #dae4f6;
  border-radius: 20px;
}

.ATTR-CM-studies-layout .custom-slide-up-header.custom-red-flag-top-title {
  top: -130px;
}

.custom-slide-up-header-block.custom-video-title-top {
  margin-bottom: 130px;
}

a.custom-pink-text.third-external {
  text-decoration: none;
}
.custom-min-height-auto {
  min-height: auto !important;
}
#block-dsa-contentblock.block-system.block-system-main-block {
   background-color: #250d0c;
}
.path-frontpage article.landing-page{
	background-color: #250d0c;
}
@media (min-width: 1300px) and (max-width: 1400px) {
  .custom-box-layout .custom-box-layout-container .custom-box-layout-child-img img {
    top: -80px;
  }
}

@media (min-width: 1300px) {
  .custom-404-page-block .custom-404-page-block-content h6 {
    font-size: 50px;
    line-height: 55px;
  }

  .custom-404-page-block .custom-404-page-block-content h1 {
    font-size: 100px;
    line-height: 110px;
  }

  .custom-slide-up-header {
    padding: 30px;
    top: -100px;
  }

  .custom-slide-up-header h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .ATTR-CM-studies-layout .custom-slide-up-header {
    top: -150px;
  }

  .custom-box-layout .custom-box-layout-container {
    padding: 150px 20px 30px 20px;
    margin-left: 20px;
  }

  h3.custom-orange-title {
    font-size: 37px;
    line-height: 41px;
  }

  .custom-contentcenter-block .custom-contentcenter-txt {
    top: 55%;
  }

  .custom-slide-up-header.custom-top-eightty {
    top: -80px;
  }
}

@media (min-width: 1200px) {
  body.es-lang .custom-box-layout.flow-graph-block .custom-box-layout-container .custom-box-layout-child-img img {
    top: -150px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body.es-lang .custom-box-layout.flow-graph-block .custom-box-layout-container .custom-box-layout-child-img img {
    top: -40px;
    max-width: 380px;
  }
}

@media (min-width: 992px) {
  nav .collapse.navbar-collapse {
    display: flex;
    justify-content: flex-end;
  }

  nav .navbar-nav .nav-link {
    background-color: #FDE23D;
    color: #1d1d1d;
  }

  nav.navbar-expand-lg .navbar-nav {
    gap: 20px;
  }

  .bottom-img.custom-mob-image {
    display: none;
  }

  .main-banner .custom-mob-image {
    display: none;
  }

  .main-banner .custom-desktop-image {
    display: block;
  }

  .custom-contentcenter-block .custom-mob-image {
    display: none;
  }

  .custom-contentcenter-block .custom-desktop-image {
    display: block;
  }

  nav .navbar-expand-lg .navbar-nav {
    gap: 20px;
  }

  nav .navbar-nav .nav-item .nav-link {
    padding: 12px;
  }

  nav .navbar-nav .nav-item.active .nav-link {
    background-color: var(--color-light);
  }

  nav .navbar-nav .nav-item:hover .nav-link {
    color: #A52622;
    background-color: var(--color-light);
  }

  .custom-box-layout .custom-box-layout-container .custom-box-layout-forword .custom-box-layout-child:last-child::after {
    bottom: -40px;
    top: unset;
    left: 40%;
    transform: rotate(90deg);
  }

  .custom-box-layout .custom-box-layout-container .custom-box-layout-reverse .custom-box-layout-child:first-child::after {
    display: none;
  }

  .custom-box-layout .custom-box-layout-container .custom-box-layout-reverse .custom-box-layout-child::after {
    transform: rotate(180deg);
  }

  .custom-top-gap-space {
    padding-top: 150px;
  }

  body.es-lang .custom-box-layout.flow-graph-block .custom-slide-up-header-block {
    margin-bottom: 130px;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {
  .ATTR-CM-studies-layout .custom-slide-up-header {
    top: -125px;
  }

  nav .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}

@media (min-width: 1300px) and (max-width: 1899px) {
  .main-banner .custom-banner-txt h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 768px) {
  footer>.container:first-child>.row:first-child {
    min-height: 100px;
    display: flex;
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .ATTR-CM-layout .custom-wrapper-lt-rt-block {
    flex-direction: column;
  }

  .ATTR-CM-layout .custom-wrapper-lt-rt-block .grid-right-area,
  .ATTR-CM-layout .custom-wrapper-lt-rt-block .grid-left-area {
    width: 100%;
  }

  .custom-main-bottom-navigation-cta .img-text-cta-left,
  .custom-main-bottom-navigation-cta .img-text-cta-right {
    display: none;
  }

  .custom-grid-layout.grid-layout-right-img .row {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .custom-grid-layout.grid-layout-left-img .row {
    gap: 20px;
  }

  .custom-404-page-block img {
    min-height: 600px;
  }

  .custom-desktop-img {
    display: none;
  }

  .custom-mobile-img {
    display: block;
  }

  .language-selector {
    width: 100%;
    display: none;
  }

  .custom-language-content {
    flex-direction: column;
  }

  .custom-grid-layout h2.title {
    font-size: 28px;
    line-height: 34px;
  }

  .custom-main-bottom-cta a.cta {
    font-size: 24px;
    line-height: 26px;
  }

  .custom-grid-layout.grid-layout-right-img,
  .custom-grid-layout.grid-layout-left-img {
    padding: 20px 0;
  }

  .custom-main-bottom-cta {
    padding: 40px 0;
  }

  .ATTR-CM-layout .grid-bottom-area p {
    font-size: 26px;
    line-height: 30px;
  }

  .custom-padding-top {
    padding-top: 40px;
  }

  footer nav.footer-nav {
    width: 90%;
  }

  .custom-slide-up-header h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .custom-grid-layout .custom-white-cta-block a.custom-white-cta {
    margin-left: 6px;
    margin-bottom: 20px;
  }

  .custom-top-gap-space {
    padding-top: 180px;
  }

  .custom-404-page-block .custom-404-page-block-content p {
    font-size: 24px;
    line-height: 28px;
  }

  .ATTR-CM-studies-layout .custom-col-3-block-area {
    flex-direction: column;
    align-items: center;
  }

  .red-flags-ATTR-CM .desktop-img {
    display: none;
  }

  .red-flags-ATTR-CM .mobile-img {
    display: block;
  }

  section.maroon-gradient-layout {
    background: linear-gradient(to right, #3a0d0a, #9c1e1a);
  }

  .ATTR-CM-studies-layout .custom-grid-box.studies-layout {
    padding: 0;
  }

  .ATTR-CM-studies-layout .custom-grid-box.studies-layout .custom-wrapper-studies-layout {
    padding: 270px 0 20px 0;
  }

  .custom-brown-header.custom-transparent-header {
    background-color: transparent;
    padding-top: 9px;
  }

  .main-banner img {
    margin-top: -74px;
  }

  .custom-contentcenter-block .custom-contentcenter-txt span.custom-big-number {
    font-size: 90px;
    line-height: 114px;
  }

  .custom-contentcenter-block .custom-contentcenter-txt p.sample-txt {
    font-size: 30px;
    line-height: 35px;
  }

  .video-thumb-link img {
    margin-top: 70px;
  }

  .custom-slide-up-header.custom-top-eightty {
    top: -60px;
  }

  .custom-top-gap-space {
    padding-top: 140px;
  }
}

@media (max-width: 991px) {
  .custom-404-page-block .custom-404-page-block-content h6 {
    font-size: 33px;
    line-height: 37px;
  }

  .bottom-img.custom-mob-image {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .main-banner .custom-mob-image {
    display: block;
  }

  .main-banner .custom-desktop-image {
    display: none;
  }

  .custom-contentcenter-block.custom-mob-image {
    display: block;
  }

  .custom-contentcenter-block .custom-desktop-image {
    display: none;
  }

  nav .navbar-collapse .navbar-nav li.nav-item.active {
    border-bottom: 1px solid var(--color-light);
  }

  nav .navbar-collapse .navbar-nav li.nav-item {
    border-bottom: 1px solid #FDE23D;
    padding: 10px;
  }

  nav .navbar-collapse .navbar-nav li.nav-item.active a {
    color: var(--color-light);
    text-align: center;
  }

  nav .navbar-collapse .navbar-nav li.nav-item a {
    color: #FDE23D;
    text-align: center;
  }

  nav .navbar-collapse .navbar-nav li.nav-item:last-child {
    border-bottom: none;
  }

  nav .navbar-collapse {
    padding: 20px 0;
    height: 100vh;
  }

  .custom-brown-header.custom-transparent-header {
    background-color: #250D0C;
  }

  nav button.navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/icon-menu.svg);
    height: 40px;
    width: 36px;
  }

  body.custom-stop-body-scroll nav button.navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/icon-close.svg);
    height: 50px;
    width: 40px;
  }

  body.custom-stop-body-scroll .custom-brown-header.sticky-top:not(.custom-transparent-header) {
    position: fixed;
  }

  .custom-box-layout-forword {
    flex-direction: column;
    gap: 20px;
  }

  .custom-box-layout .custom-box-layout-container .custom-box-layout-reverse {
    flex-direction: column;
  }

  .custom-box-layout .custom-box-layout-container .custom-box-layout-child.set-max-width::after {
    display: none;
  }

  body.es-lang .custom-box-layout .custom-box-layout-container .custom-box-layout-child .custom-box-layout-child-content p {
    max-width: 100%;
  }

  .custom-box-layout .custom-box-layout-container .custom-box-layout-forword {
    margin-bottom: 0;
  }

  .custom-box-layout .custom-box-layout-container .custom-box-layout-child::after {
    display: none;
    bottom: -40px;
    top: unset;
    left: 10px;
    transform: rotate(90deg);
  }

  .custom-box-layout .custom-box-layout-container .custom-box-layout-child-img {
    display: none;
  }

  .custom-box-layout .custom-box-layout-container .custom-box-layout-child-header {
    position: relative;
    height: fit-content;
  }

  .custom-box-layout .custom-box-layout-container .custom-box-layout-forword .custom-box-layout-child:first-child .custom-box-layout-child-header::after {
    display: none;
  }

  .custom-box-layout .custom-box-layout-container .custom-box-layout-child {
    width: 100%;
    justify-content: flex-start;
    margin: 10px 0 40px;
  }

  .custom-box-layout .custom-box-layout-container .custom-box-layout-child-header::after {
    position: absolute;
    content: "";
    left: 0px;
    width: 30px;
    height: 20px;
    background: url("../images/yellow-arrow.png") no-repeat center center;
    background-size: auto;
    background-size: contain;
    transform: rotate(90deg);
    top: -40px;
  }

  body.es-lang .custom-box-layout .custom-box-layout-container .custom-box-layout-child.set-max-width {
    width: 100%;
    margin-bottom: 0;
  }

  .custom-box-layout .custom-box-layout-container .custom-box-layout-child.custom-mob-no-margin-top {
    margin-top: 0;
  }

  .custom-box-layout .custom-box-layout-container .custom-box-layout-child.custom-mob-no-margin-bottom {
    margin-bottom: 0;
  }

  .custom-box-layout .custom-box-layout-container {
    padding: 40px 20px 30px 20px;
    margin-top: 0;
  }

  .custom-slide-up-header-block {
    margin-right: 20px;
    top: -120px;
    margin-bottom: 130px;
  }

  .custom-slide-up-header {
    top: -10px;
  }

  .main-banner .custom-banner-txt h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .brown-text-layout h1 {
    color: var(--color-light);
    font-size: 30px;
    line-height: 40px;
  }

  .brown-text-layout h2 {
    color: var(--color-light);
    font-size: 30px;
    line-height: 40px;
  }

  .ATTR-CM-layout .grid-left-area h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .custom-grid-box .content-right-area h3.custom-yellow-underline {
    font-family: var(--font-family-Epilogue-ExtraBold);
    font-size: 58px;
    line-height: 64px;
  }

  .ATTR-CM-studies-layout .custom-slide-up-header.custom-red-flag-top-title {
    top: -10px;
  }
}

@media (min-width: 510px) and (max-width: 991px) {
  body.es-lang .custom-increasing-disease-burden-block .custom-slide-up-header-block {
    margin-bottom: 100px;
  }
}

@media (max-width: 480px) {
  .ATTR-CM-studies-layout .custom-grid-box.studies-layout .custom-wrapper-studies-layout {
    padding: 270px 0 20px 0;
  }
}

@media (max-width: 400px) {
  body.es-lang .custom-box-layout.flow-graph-block .custom-slide-up-header h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 380px) {
  .main-banner .custom-banner-txt h1 {
    font-size: 31px;
    line-height: 34px;
  }

  .ATTR-CM-studies-layout .custom-slide-up-header h2:first-child {
    margin-bottom: 10px;
  }
}

@media (min-width: 376px) and (max-width: 509px) {
  body.es-lang .custom-increasing-disease-burden-block .custom-slide-up-header-block {
    margin-bottom: 200px;
  }
}

@media (min-width: 360px) and (max-width: 480px) {
  .main-banner .custom-banner-txt h1 {
    font-size: 27px;
    line-height: 33px;
  }
}

@media (max-width: 375px) {
  body.es-lang .custom-increasing-disease-burden-block .custom-slide-up-header-block {
    margin-bottom: 230px;
  }
}

@media (min-width: 1281px) {
  body.es-lang .custom-increasing-disease-burden-block .custom-slide-up-header-block {
    margin-bottom: 140px;
  }
}

@media(min-width: 992px) and (max-width: 1200px) {
  nav .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}


@media(min-width: 481px) and (max-width: 496px) {
  .custom-tab-area .custom-tabs#myCustomTabs li.nav-item a {
    font-size: 12px;
    line-height: 17px;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {
  .main-banner .custom-banner-txt h1 {
    font-size: 42px;
    line-height: 50px;

  }
}

@media (max-width: 420px) {
  html[lang="de"] .custom-contentcenter-block .custom-contentcenter-txt span.custom-big-number {
    font-size: 80px;
    line-height: 90px;
  }

  html[lang="de"] .custom-contentcenter-block .custom-contentcenter-txt p.sample-txt {
    font-size: 24px;
    line-height: 30px;
  }


  html[lang="de"] .custom-contentcenter-block .custom-contentcenter-txt p.bold-strong {
    font-size: 50px;
    line-height: 60px;
  }
}


@media (min-width: 992px) and (max-width: 1310px) {
  html[lang="de"] .custom-contentcenter-block .custom-contentcenter-txt span.custom-big-number {
    font-size: 80px;
    line-height: 90px;
  }

  html[lang="de"] .custom-contentcenter-block .custom-contentcenter-txt p.sample-txt {
    font-size: 28px;
    line-height: 32px;
  }


  html[lang="de"] .custom-contentcenter-block .custom-contentcenter-txt p.bold-strong {
    font-size: 60px;
    line-height: 70px;
  }
}


@media (min-width: 1401px) {
html[lang="de"] .custom-box-layout.flow-graph-block .custom-box-layout-child-img img{
      top: -130px;
}
}

@media (min-width: 992px) and (max-width: 1299px) {
html[lang="de"] .custom-box-layout.flow-graph-block .custom-box-layout-child .custom-box-layout-child-content p{
    font-size: 16px;
    line-height: 20px;
}

html[lang="de"] .custom-box-layout.flow-graph-block .custom-box-layout-child-img img {
    left: -50px;
    max-width: 360px;
}
    html[lang="de"] .custom-box-layout.flow-graph-block .custom-box-layout-container{
           margin-top: -60px;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
html[lang="de"] .custom-contentcenter-block .custom-contentcenter-txt p.sample-txt{
    margin: 40px 0;

}
}


@media (min-width: 992px) and (max-width: 1299px) {

   html[lang="de"] .custom-grid-layout.custom-increasing-disease-burden-block  .custom-top-gap-space {
        padding-top: 50px;
    }
  }

@media (min-width: 1300px) {
   html[lang="de"] .custom-grid-layout.custom-increasing-disease-burden-block  .custom-top-gap-space {
        padding-top: 80px;
    }
  }

@media (min-width: 630px) and (max-width: 767px) {
   html[lang="de"] .custom-grid-layout.custom-increasing-disease-burden-block  .custom-top-gap-space {
        padding-top: 0;
    }
      html[lang="de"] .custom-grid-layout.custom-increasing-disease-burden-block  .custom-top-gap-space {
        padding-top: 0;
    }
        html[lang="de"] .custom-grid-layout.custom-increasing-disease-burden-block .custom-slide-up-header.custom-top-eightty {
        top:0;
    }
}



@media (max-width: 463px) {
 html[lang="de"] .custom-grid-layout.custom-increasing-disease-burden-block .custom-top-gap-space {
        padding-top: 0;
    }

  }


  @media (max-width: 463px) {
 html[lang="de"] .custom-grid-layout.custom-increasing-disease-burden-block .custom-top-gap-space {
        padding-top: 0;
    }

  }



@media (min-width: 464px) and (max-width: 767px) {
     html[lang="de"] .custom-grid-layout.custom-increasing-disease-burden-block .custom-top-gap-space {
        padding-top: 0;
    }
    html[lang="de"] .custom-grid-layout.custom-increasing-disease-burden-block .custom-slide-up-header-block{

              margin-bottom: 100px;
    }
  }
    
 


@media (min-width: 469px) and (max-width: 487px) {
       html[lang="de"] .custom-grid-layout.custom-increasing-disease-burden-block .custom-top-gap-space {
        padding-top: 30px;
    }
  }

  @media(min-width: 426px) and (max-width: 559px){
html[lang="de"] .ATTR-CM-studies-layout .custom-grid-box.studies-layout .custom-wrapper-studies-layout{
        padding: 200px 0 20px 0
}
}

@media(min-width: 560px) and (max-width: 767px){
html[lang="de"] .ATTR-CM-studies-layout .custom-grid-box.studies-layout .custom-wrapper-studies-layout{
        padding: 150px 0 20px 0
}
}