@charset "UTF-8";
@font-face {
  font-family: "Univers";
  font-weight: normal;
  font-style: normal;
  src: url("../assets/Fonts/1475960/938b61cf-8b60-408a-a252-531fc37ebeb3.woff2") format("woff2"), url("../assets/Fonts/1475960/df8a7a82-1b14-40c7-b6f8-7e2bac922b27.woff") format("woff");
}

@font-face {
  font-family: "Univers";
  font-style: italic;
  font-weight: normal;
  src: url("../assets/Fonts/1475966/16282755-c749-4137-8d4d-8f240f99754e.woff2") format("woff2"), url("../assets/Fonts/1475966/1aefeb33-7095-4b96-a70b-3519dd04b66c.woff") format("woff");
}

@font-face {
  font-family: "Univers";
  font-style: normal;
  font-weight: light;
  src: url("../assets/Fonts/UniversPro45Light/font.woff2") format("woff2"), url("../assets/Fonts/UniversPro45Light/font.woff") format("woff");
}

@font-face {
  font-family: "Univers";
  font-style: normal;
  font-weight: 300;
  src: url("../assets/Fonts/UniversPro45Light/font.woff2") format("woff2"), url("../assets/Fonts/UniversPro45Light/font.woff") format("woff");
}

@font-face {
  font-family: "Univers";
  font-style: normal;
  font-weight: bold;
  src: url("../assets/Fonts/1475972/73d8af9e-4b82-4953-81a5-8941aed30297.woff2") format("woff2"), url("../assets/Fonts/1475972/19ff06fe-d0c5-4294-a237-a4c9b85312b8.woff") format("woff");
}

@font-face {
  font-family: "Univers";
  font-style: italic;
  font-weight: bold;
  src: url("../assets/Fonts/1475978/295c725a-9b70-4322-bd51-2ba3131e5763.woff2") format("woff2"), url("../assets/Fonts/1475978/2bb4dd1d-78f7-425c-a72a-942270bcb526.woff") format("woff");
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.container {
  padding-right: 50px;
  padding-left: 50px;
}

@media only screen and (max-width: 650px) {
  .container {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #FFF;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 1%;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

:focus {
  outline: 0;
}

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

.no-scroll {
  overflow: hidden;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 990px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: none;
  }
  .tablet {
    display: block;
  }
}

@media only screen and (max-width: 650px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin-bottom: 1em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
13.4 Plugins
--------------------------------------------------------------*/
/* Added to help with load issues */
.slick-load {
  height: 100vh;
}

.slick-load:after {
  content: '\f110';
  color: #799900;
  display: block;
  font-family: FontAwesome;
  font-size: 72px;
  font-style: normal;
  font-weight: normal;
  left: calc(50% - 36px);
  position: absolute;
  text-decoration: inherit;
  top: calc(50% - 36px);
  z-index: 888;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  visibility: visible;
  opacity: 1;
}

.slick {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s;
  z-index: 889;
}

.slick.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick .slick-slide {
  display: none;
}

.slick .slick-slide:first-child {
  display: block;
  visibility: hidden;
}

.slick.slick-initialized .slick-slide {
  display: block;
  visibility: visible !important;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.14px;
  color: #03749C;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
  background: #FFFFFF;
  color: #494949;
  border: 0px;
  border-radius: 0;
  padding: 10px 16px;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #A7A7A7;
  color: #888888;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  width: 100%;
  margin-top: 4px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #888888;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: rgba(73, 73, 73, 0.5);
  outline: none;
}

textarea,
select {
  width: 100%;
}

label.drop > span {
  position: relative;
  display: block;
}

label.drop > span:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
  background-size: contain;
  background-position: center;
  background-image: url("/wp-content/themes/asnd-medaffair-info-25/images/Chevron--down.svg");
}

label.drop > span select {
  position: relative;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.wpcf7-list-item {
  margin: 0;
  padding: 0;
}

.wpcf7-acceptance {
  display: block;
  padding-top: 24px;
}

@media only screen and (max-width: 990px) {
  .wpcf7-acceptance {
    padding-top: 0;
  }
}

.wpcf7-acceptance > .wpcf7-list-item > label {
  display: flex;
  cursor: pointer;
  gap: 7px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.14px;
  margin: 0;
  color: #4A4A49;
}

.wpcf7-acceptance > .wpcf7-list-item > label:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #03749C;
  background: #FFFFFF;
  transition: all 0.8s;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
}

.wpcf7-acceptance > .wpcf7-list-item > label input[type=checkbox] {
  overflow: hidden;
  width: 0px;
  height: 0px;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.wpcf7-acceptance > .wpcf7-list-item > label.checked:hover:before {
  background-color: #03749C;
  background-image: url(/wp-content/themes/asnd-medaffair-info-25/images/check.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.8s;
}

.wpcf7-acceptance > .wpcf7-list-item > label.checked:before {
  background-color: #03749C;
  background-image: url(/wp-content/themes/asnd-medaffair-info-25/images/check.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.8s;
}

.wpcf7-acceptance > .wpcf7-list-item > label:hover:before {
  background: #CCE8EF;
  transition: all 0.8s;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
}

input[type="submit"] {
  border-radius: 24px;
  padding: 10px 18px;
  color: #FFFFFF;
  background: #03749C;
  box-shadow: none;
  border: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.14px;
}

/*--------------------------------------------------------------
Desktop Nav
--------------------------------------------------------------*/
.main-wrapper {
  display: flex;
}

.main-wrapper .fixed-nav {
  height: 100vh;
  width: 260px;
  flex: 0 0 260px;
}

@media only screen and (max-width: 1025px) {
  .main-wrapper .fixed-nav {
    display: none;
  }
}

main {
  flex: 1;
  min-width: 0;
}

.search-btn {
  position: absolute;
  top: 18px;
  right: 80px;
  border-radius: 24px;
  overflow: visible;
  background: #EDEDED;
  cursor: pointer;
  z-index: 99999999999999;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1025px) {
  .search-btn {
    top: 66.989px;
    right: 0;
    padding: 6px 38px 6px 6px;
    border-radius: 0;
    width: 100%;
    display: none;
    padding: 6px 38px 6px 6px;
  }
  .search-btn .inner {
    padding: 0;
    background: #FFF;
    padding: 0;
    height: 38px;
  }
  .search-btn .inner form {
    width: 534px;
    opacity: 1;
    display: flex;
    background: #FFF;
    height: 100%;
    padding: 6px 12px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
  }
  .search-btn .inner form .search-field {
    padding: 0;
    color: #494949;
    padding-left: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    background: transparent;
  }
  .search-btn .inner form .search-field::placeholder {
    color: #494949;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: 1;
  }
  .search-btn .inactive {
    opacity: 0;
    z-index: -1;
    position: absolute;
    transition: all 0.8s;
  }
  .search-btn .search-close {
    opacity: 1;
    transition: opacity 0.25s ease;
    cursor: pointer;
  }
}

.search-btn .inactive {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.search-btn .inner {
  position: relative;
  z-index: 2;
  background: #FFF;
  padding: 6px 12px;
  height: 38px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 30px;
  overflow: hidden;
}

.search-btn .inner form {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 0;
  opacity: 0;
  flex-shrink: 0;
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  transition: width 0.35s ease, opacity 0.25s ease;
}

.search-btn .inner form label {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.search-btn .inner form .search-field {
  border: none;
  outline: none;
  width: 100%;
}

.search-btn .inner form .search-icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.search-btn .inner form .search-icon-btn svg {
  width: 17px;
  height: 17px;
}

.search-btn .inner span {
  color: #494949;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
  margin-top: 4px;
}

.search-btn .inner svg {
  cursor: pointer;
}

.search-btn .inner .inactive {
  opacity: 1;
  transition: all 0.8s;
}

.search-btn.is-active {
  padding: 4px 38px 4px 4px;
}

.search-btn.is-active .inner {
  padding: 0;
  background: #FFF;
  padding: 0;
  height: 38px;
}

.search-btn.is-active .inner form {
  width: 534px;
  opacity: 1;
  display: flex;
  background: #FFF;
  border: 1px solid #CFCFCF;
  height: 100%;
  padding: 6px 12px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
}

.search-btn.is-active .inner form .search-field {
  padding: 0;
  color: #494949;
  padding-left: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  background: transparent;
}

.search-btn.is-active .inner form .search-field::placeholder {
  color: #494949;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 1;
}

.search-btn.is-active .inactive {
  opacity: 0;
  z-index: -1;
  position: absolute;
  transition: all 0.8s;
}

.search-btn.is-active .search-close {
  opacity: 1;
  transition: opacity 0.25s ease;
  cursor: pointer;
}

.search-btn .search-close {
  opacity: 0;
  pointer-events: auto;
  transition: opacity 0.25s ease;
  flex-shrink: 0;
  position: absolute;
  right: 12px;
  z-index: 99999999999999999999;
  top: 0;
  bottom: 0;
  margin: auto;
}

.navbar.desktop-navbar {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 1025px) {
  .navbar.desktop-navbar {
    display: none;
  }
}

.navbar {
  display: flex;
  width: 260px;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  align-self: stretch;
  height: 100vh;
  padding: 0;
  background-color: #FFFFFF;
  flex-wrap: nowrap;
  box-shadow: 0 0 17px 6px rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 1025px) and (max-height: 785px) {
  .navbar {
    overflow-y: scroll;
    overflow-x: auto;
  }
}

.navbar .logo-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 18px 24px 0 24px;
}

.navbar .logo-top .navbar-brand {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
  flex-direction: column;
}

@media only screen and (max-width: 1025px) {
  .navbar .logo-top .navbar-brand {
    flex-direction: row;
    align-items: center;
  }
}

.navbar .logo-top .navbar-brand > span {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.6px;
  color: #494949;
}

.navbar .top {
  width: 100%;
  flex-shrink: 0;
}

.navbar .dropdown-navbar {
  width: 100%;
  padding-top: 32px;
}

.navbar .dropdown-navbar > .nav {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.navbar .dropdown-navbar > .nav > .menu-item {
  width: 100%;
  display: block;
  margin-top: 0.5px;
  margin-bottom: 0.5px;
}

.navbar .dropdown-navbar > .nav > .menu-item:after {
  content: '';
  width: calc(100% - 36px);
  margin: 0px 18px;
  height: 1px;
  display: block;
  background-color: #EDEDED;
  transform: translateY(1px);
  z-index: 2;
  position: relative;
}

.navbar .dropdown-navbar > .nav > .menu-item:hover {
  background: #99D2DF;
  transition: all 0.3s;
}

.navbar .dropdown-navbar > .nav > .menu-item:hover:after {
  content: '';
  width: 100%;
  margin: 0px;
}

.navbar .dropdown-navbar > .nav > .menu-item.show {
  background: #03749C;
  transition: all 0.3s;
}

.navbar .dropdown-navbar > .nav > .menu-item.show .dropdown-menu {
  display: block;
}

.navbar .dropdown-navbar > .nav > .menu-item.show .current_page_item a {
  background: #99D2DF;
}

.navbar .dropdown-navbar > .nav > .menu-item.show > a {
  color: #FFFFFF;
  border-bottom: 1px solid #03749C;
}

.navbar .dropdown-navbar > .nav > .menu-item.show > a.dropdown-toggle:after {
  transform: rotate(180deg);
  transition: all 0.3s;
  background-image: url("../images/chevron-down-white.svg");
}

.navbar .dropdown-navbar > .nav > .menu-item.current_page_item {
  background: #03749C;
}

.navbar .dropdown-navbar > .nav > .menu-item.current_page_item > a {
  color: #FFFFFF;
  border-bottom: 1px solid #03749C;
}

.navbar .dropdown-navbar > .nav > .menu-item.current_page_item:after {
  content: '';
  width: 100%;
  margin: 0px;
}

.navbar .dropdown-navbar > .nav > .menu-item > a {
  width: 100%;
  transition: all 0.3s;
  font-size: 16px;
  display: block;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  width: 100%;
  padding: 22px 18px 18px;
  transition: all 0.3s;
}

@media only screen and (min-width: 1025px) and (max-height: 785px) {
  .navbar .dropdown-navbar > .nav > .menu-item > a {
    padding: 15px 18px;
  }
}

.navbar .dropdown-navbar > .nav > .menu-item > a.dropdown-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.navbar .dropdown-navbar > .nav > .menu-item > a.dropdown-toggle:after {
  border: 0px;
  width: 11px;
  background-image: url("../images/chevron-down-grey.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 6.462px;
  margin-left: 5.5px;
  transform: rotate(0deg);
  transition: all 0.3s;
}

.navbar .dropdown-navbar .dropdown-menu {
  position: static;
  float: none;
  min-width: 0;
  padding: 0;
  margin: 0;
  color: #212529;
  border: 0px;
  border-radius: 0px;
  background-color: transparent;
  width: calc(100% + (9px * 2));
  margin-left: -18px;
  margin-right: -18px;
  margin-bottom: -1px;
}

.navbar .dropdown-navbar .dropdown-menu > .menu-item {
  width: 100%;
  display: block;
}

.navbar .dropdown-navbar .dropdown-menu > .menu-item a {
  width: 100%;
  display: block;
  padding: 14px 32px;
  color: #494949;
  background-color: #E5F5F7;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.14px;
  color: #494949;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.14px;
  transition: all 0.3s;
}

.navbar .dropdown-navbar .dropdown-menu > .menu-item a:hover {
  background-color: #CBE8EF;
  transition: all 0.3s;
}

.navbar .bottom-navbar {
  width: 100%;
  padding-top: 32px;
  flex-shrink: 0;
}

@media only screen and (min-width: 1025px) and (max-height: 785px) {
  .navbar .bottom-navbar {
    padding-top: 5px;
  }
}

.navbar .bottom-navbar .nav {
  padding: 0;
  margin: 0;
  display: flex;
  padding: 8px 0 0;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.navbar .bottom-navbar .nav > .menu-item {
  display: block;
  padding: 0;
  width: 100%;
}

.navbar .bottom-navbar .nav > .menu-item a {
  padding: 0;
  width: 100%;
  padding: 18px 18px;
  display: block;
  border-top: 1px solid #EDEDED;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #03749C;
  display: inline-block;
}

@media only screen and (min-width: 1025px) and (max-height: 785px) {
  .navbar .bottom-navbar .nav > .menu-item a {
    padding: 15px 18px;
  }
}

.navbar .bottom-navbar .nav > .menu-item:hover {
  background: #99D2DF;
  transition: all 0.3s;
}

.navbar .bottom-navbar .nav > .menu-item.current_page_item {
  background: #03749C;
}

.navbar .bottom-navbar .nav > .menu-item.current_page_item > a {
  color: #FFFFFF;
  border-bottom: 1px solid #03749C;
}

.navbar .bottom-navbar .nav > .menu-item.round {
  padding: 24px;
}

.navbar .bottom-navbar .nav > .menu-item.round a {
  padding: 10px 18px 8px 18px;
  border-radius: 24px;
  border: 1px solid #03749C;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.14px;
}

.toggle-section {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.toggle-section .menu-icon {
  width: 44px;
  height: 67px;
}

.toggle-section .menu-icon .line {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.25s ease;
}

.toggle-section:not(.is-active) .line--top {
  transform: none;
}

.toggle-section:not(.is-active) .line--bottom {
  transform: none;
}

.toggle-section.is-active .line--top {
  transform: translateY(5px) rotate(45deg);
}

.toggle-section.is-active .line--bottom {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar.mobile-navbar {
  display: none;
  position: fixed;
  height: auto;
  width: 100%;
  top: 0;
  border: 0px;
  left: 0;
  z-index: 9999999999999999999;
}

.navbar.mobile-navbar .nav-inner {
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.navbar.mobile-navbar.is-active .nav-inner {
  height: 100vh;
}

@media only screen and (max-width: 1025px) {
  .navbar.mobile-navbar {
    display: block;
  }
}

.navbar.mobile-navbar .logo-top {
  padding: 0 12px 0 24px;
}

.navbar.mobile-navbar .icons-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.navbar.mobile-navbar .search {
  background: transparent;
  border: 0px;
  box-shadow: 0;
  outline: 0;
}

.navbar.mobile-navbar .mobile-drop {
  display: none;
  height: 100%;
}

.navbar.mobile-navbar .mobile-drop .mobile-drop-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.navbar.mobile-navbar .mobile-drop .bottom-navbar .nav > .menu-item.round {
  display: none;
}

footer {
  background-color: #EDEDED;
}

footer .container {
  max-width: 1440px;
  padding: 0;
}

footer .footer-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 48px 80px;
  align-items: stretch;
  align-self: stretch;
  gap: 0;
}

@media only screen and (max-width: 1025px) {
  footer .footer-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding: 48px 24px;
    gap: 24px;
  }
}

footer .footer-wrapper .left-items {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

@media only screen and (max-width: 1025px) {
  footer .footer-wrapper .left-items {
    flex-direction: column;
  }
}

footer .footer-wrapper .left-items .footer-logo {
  display: block;
  padding-right: 12px;
  flex-shrink: 0;
}

footer .footer-wrapper .left-items .footer-text {
  color: #494949;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.14px;
  width: 100%;
}

footer .footer-wrapper .left-items .footer-text p {
  color: #494949;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.14px;
}

footer .footer-wrapper .left-items .footer-text p:last-of-type {
  margin-bottom: 0;
}

footer .footer-wrapper .right-items {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

@media only screen and (max-width: 1025px) {
  footer .footer-wrapper .right-items {
    flex-direction: column;
  }
}

footer .footer-wrapper .right-items .line {
  width: 1px;
  margin-left: 20px;
  background-color: #CFCFCF;
  align-self: stretch;
}

@media only screen and (max-width: 1025px) {
  footer .footer-wrapper .right-items .line {
    width: unset;
    height: 1px;
    margin-left: 0;
  }
}

footer .footer-wrapper .right-items .userful-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}

footer .footer-wrapper .right-items .userful-links > .menu-item {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: 0;
}

footer .footer-wrapper .right-items .userful-links > .menu-item a {
  display: flex;
  padding-bottom: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #03749C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.14px;
  color: #03749C;
  border-bottom: 1px solid #03749C;
  transform: translateY(0);
  transition: all 0.3s;
}

footer .footer-wrapper .right-items .userful-links > .menu-item a:hover {
  color: #201A57;
  border-bottom: 3px solid #201A57;
  transform: translateY(-2px);
  transition: all 0.3s;
}

.popup {
  position: fixed;
  z-index: 999999999999999999999999999999999999999999999999999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: none;
}

@media only screen and (max-width: 990px) {
  .popup {
    overflow: scroll;
  }
}

.popup .popup-bg {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #008EB0;
}

.popup .popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  max-width: 1024px;
  width: 100%;
  padding: 64px 96px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  border-radius: 8px;
  background: #FFFFFF;
  z-index: 2;
}

@media only screen and (max-width: 990px) {
  .popup .popup-inner {
    transform: unset;
    top: unset;
    left: unset;
    margin: 40px 16px;
    width: calc(100% - 32px);
    padding: 24px 12px;
  }
}

.popup .popup-inner .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-self: stretch;
  align-items: center;
}

.popup .popup-inner .content p a {
  color: #03749C;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.popup .popup-inner .btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

@media only screen and (max-width: 990px) {
  .popup .popup-inner .btn-wrapper {
    flex-direction: column;
    align-items: center;
    align-self: stretch;
  }
}

.popup.img-popup .popup-inner {
  max-width: 1600px;
  padding: 20px;
  width: calc(100% - 160px);
}

.popup.img-popup .popup-inner img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  height: calc(100% - 80px);
}

@media only screen and (min-width: 990px) and (max-height: 1580px) {
  .popup.img-popup .popup-inner {
    max-height: calc(100% - 160px);
    height: 100%;
  }
}

@media only screen and (max-width: 990px) {
  .popup.img-popup .popup-inner {
    width: calc(100% - 32px);
  }
}

@media only screen and (min-width: 990px) and (max-height: 850px) {
  .popup.welcome-popup .popup-inner {
    padding: 20px 35px;
    max-width: 1200px;
    gap: 20px;
  }
}

@media only screen and (min-width: 990px) and (max-height: 600px) {
  .popup.welcome-popup .popup-inner {
    max-width: 1400px;
    gap: 10px;
  }
}

.cookie-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px !important;
  border-radius: 100% !important;
  overflow: hidden;
  color: transparent !important;
  background-color: #39A869;
  background-image: url(/wp-content/themes/asnd-medaffair-info-25/images/cookie-button-white.svg);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  border: 0px !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.14px;
  display: inline-flex;
  padding: 10px 18px 10px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  box-shadow: none;
  border-radius: 24px;
  transition: 0.3s all;
}

.btn:hover, .btn:focus, .btn:active {
  transition: 0.3s all;
  box-shadow: none;
}

.btn-pri {
  color: #FFFFFF;
  background-color: #03749C;
}

.btn-pri:hover {
  color: #FFFFFF;
  background-color: #201A57;
}

.btn-pri:disabled {
  color: #6B6B6B;
  background: #EDEDED;
}

.btn-pri-dark {
  color: #03749C;
  background-color: #FFFFFF;
}

.btn-pri-dark:hover {
  color: #FFFFFF;
  background-color: #4D4879;
}

.btn-pri-dark:disabled {
  color: #6B6B6B;
  background: #CFCFCF;
}

.btn-pri-dark.secondary {
  color: #201A57;
}

.btn-pri-dark.secondary:hover {
  color: #FFFFFF !important;
}

.btn-sec {
  color: #03749C;
  border: 1px solid #03749C;
  background: rgba(255, 255, 255, 0);
}

.btn-sec:hover {
  color: #201A57;
  border: 1px solid #201A57;
  background: #E5F5F7;
}

.btn-sec:disabled {
  border: 1px solid #A7A7A7;
  background: rgba(255, 255, 255, 0);
}

.btn-sec-dark {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.btn-sec-dark:hover {
  background-color: #4D4879;
}

.btn-sec-dark:disabled {
  border: 1px solid #A7A7A7;
  background: #CFCFCF;
}

.btn-tert {
  padding: 0 0 4px;
  border-radius: 0;
  color: #03749C;
  border: none;
  background: transparent;
  box-shadow: inset 0 -1px 0 #03749C;
  transform: translateY(0);
  transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-tert:hover {
  color: #201A57;
  box-shadow: inset 0 -3px 0 #201A57;
  transform: translateY(-2px);
}

.btn-tert:disabled {
  color: #A7A7A7;
  box-shadow: inset 0 -1px 0 #A7A7A7;
  transform: none;
}

.btn-tert-dark {
  padding: 0 0 4px;
  color: #FFFFFF;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  transform: translateY(0);
}

.btn-tert-dark:hover {
  color: #A6A3BC;
  border-bottom: 3px solid #A6A3BC;
  transform: translateY(-2px);
}

.btn-tert-dark:disabled {
  color: #A7A7A7;
  border-bottom: 1px solid #A7A7A7;
}

body {
  width: 100vw;
  overflow-y: auto;
  overflow-x: hidden;
}

.container {
  max-width: 1440px;
  margin-left: 0;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 990px) {
  main {
    display: block;
  }
}

.white {
  color: #FFFFFF !important;
}

.white p {
  color: #FFFFFF !important;
}

.primary {
  color: #03749C !important;
}

.primary p {
  color: #03749C !important;
}

.primary-2 {
  color: #0D37A0 !important;
}

.primary-2 p {
  color: #0D37A0 !important;
}

.primary-3 {
  color: #D80F52 !important;
}

.primary-3 p {
  color: #D80F52 !important;
}

.primary-dark {
  color: #03749C !important;
}

.primary-dark p {
  color: #03749C !important;
}

.secondary {
  color: #201A57 !important;
}

.secondary p {
  color: #201A57 !important;
}

.secondary-light {
  color: #201A57 !important;
}

.secondary-light p {
  color: #201A57 !important;
}

.secondary-dark {
  color: #201A57 !important;
}

.secondary-dark p {
  color: #201A57 !important;
}

.grey-bg {
  background-color: #F9F9F9;
}

.primary-bg {
  background-color: #03749C;
}

.secondary-bg {
  background-color: #201A57;
}

.hidden {
  display: none;
}

.teaser-card {
  display: flex;
  padding: 40px 32px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  justify-content: space-between;
  border-radius: 24px;
  word-break: break-word;
}

.teaser-card .top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  align-self: stretch;
}

.teaser-card .top .header {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  align-self: stretch;
}

.teaser-card .btn-wrapper {
  display: flex;
  padding-top: 18px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.teaser-card .btn-wrapper .btn {
  font-weight: 400;
}

.teaser-card.dark-blue {
  background: #201A57;
  color: #FFFFFF;
}

.teaser-card.dark-blue p {
  color: #FFFFFF;
}

.teaser-card.dark-blue svg path {
  stroke: #FFFFFF;
}

.teaser-card.dark-blue .btn {
  color: #201A57;
}

.teaser-card.dark-blue .btn:hover {
  color: #FFFFFF;
}

.teaser-card.medium-blue {
  background: #03749C;
  color: #FFFFFF;
}

.teaser-card.medium-blue p {
  color: #FFFFFF;
}

.teaser-card.medium-blue svg path {
  stroke: #FFFFFF;
}

.teaser-card.medium-blue .btn {
  color: #201A57;
}

.teaser-card.medium-blue .btn:hover {
  color: #FFFFFF;
}

.teaser-card.teal {
  background: #0D7370;
  color: #FFFFFF;
}

.teaser-card.teal p {
  color: #FFFFFF;
}

.teaser-card.teal svg path {
  stroke: #FFFFFF;
}

.teaser-card.teal .btn {
  color: #201A57;
}

.teaser-card.teal .btn:hover {
  color: #FFFFFF;
}

.teaser-card.grey {
  border: 1px solid #EDEDED;
  background: #EDEDED;
  color: #494949;
}

.teaser-card.grey p {
  color: #494949;
}

.teaser-card.grey svg path {
  stroke: #494949;
}

.breadcrumbs {
  padding: 0;
  background: transparent;
  border-radius: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.breadcrumbs > span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.breadcrumbs > span > span {
  border-bottom: 0.5px solid #FFFFFF;
}

.breadcrumbs > span > span.breadcrumb_last {
  border-bottom: none;
}

.inner-page.default h2, .inner-page.default h3 {
  margin-top: 50px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 990px) {
  .inner-page.default h2, .inner-page.default h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.inner-page.default .accordian-wrapper {
  margin-top: 50px;
}

@media only screen and (max-width: 990px) {
  .inner-page.default .accordian-wrapper {
    margin-top: 20px;
  }
}

.inner-page p a {
  color: #03749C;
  text-decoration: underline;
}

.inner-page .hero {
  background-color: #03749C;
}

.inner-page .hero .container {
  display: flex;
  padding: 50px 80px 48px;
  color: #FFFFFF;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
}

@media only screen and (max-width: 990px) {
  .inner-page .hero .container {
    padding: 24px 24px 40px 24px;
  }
}

.inner-page .hero .container .inner-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

@media only screen and (max-width: 990px) {
  .inner-page .hero .container .inner-wrapper {
    display: block;
  }
}

.inner-page .hero .container .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  display: grid;
}

@media only screen and (max-width: 990px) {
  .inner-page .hero .container .inner {
    gap: 12px;
  }
}

.inner-page .hero .container .inner .top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.inner-page .container {
  max-width: 1440px;
  padding: 64px 80px 64px 80px;
}

@media only screen and (max-width: 990px) {
  .inner-page .container {
    padding: 40px 24px;
  }
}

.accordian {
  border: 1px solid #EDEDED;
  border-bottom: 0;
  cursor: pointer;
}

.accordian:last-of-type {
  border-bottom: 1px solid #EDEDED;
}

.accordian .accordian-header {
  padding: 20px;
  display: flex;
  align-items: center;
  font-size: 23px;
  font-weight: 500;
  justify-content: space-between;
}

@media only screen and (max-width: 990px) {
  .accordian .accordian-header {
    font-size: 18px;
  }
}

.accordian .accordian-header span {
  margin-top: 6px;
}

.accordian .accordian-header:after {
  content: '+';
  width: 30px;
  text-align: center;
  font-size: 25px;
  color: #03749C;
  font-weight: 700;
  padding-left: 20px;
}

.accordian .accordian-content {
  display: none;
  padding: 20px;
  border-top: 1px solid #EDEDED;
}

.accordian:first-of-type {
  display: block;
}

.accordian.active .accordian-header:after {
  content: '–';
}

.feature-cards {
  border-radius: 12px;
  border: 1px solid #EDEDED;
  background: #FFFFFF;
  box-shadow: 0 0 12px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  word-break: break-word;
  align-items: stretch;
  transition: all 0.8s;
}

.feature-cards > a {
  height: 100%;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
}

.feature-cards:hover {
  transition: all 0.8s;
}

.feature-cards:hover .top .thumb {
  transition: all 0.8s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #EDEDED;
}

.feature-cards:hover .bottom .title-xxs.primary {
  color: #201A57 !important;
}

.feature-cards:hover .btn-tert {
  color: #201A57;
  box-shadow: inset 0 -3px 0 #201A57;
  transform: translateY(-2px);
}

.feature-cards .top {
  flex-shrink: 0;
  display: flex;
  padding: 6px 6px 0 6px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  overflow: hidden;
}

.feature-cards .top .thumb {
  width: 100%;
  display: flex;
  height: auto;
  padding: 40px 40px 0 40px;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: stretch;
  aspect-ratio: 336.00/181.62;
  border-radius: 8px 8px 0 0;
  background: #EDEDED;
  transition: all 0.8s;
}

.feature-cards .top .thumb img {
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  aspect-ratio: 256.00/141.66;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  object-fit: contain;
  object-position: center top;
  background-color: #FFFFFF;
}

.feature-cards .bottom {
  padding: 32px 32px 0 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  align-self: stretch;
  height: 100%;
  justify-content: space-between;
}

.feature-cards .bottom .bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  align-self: stretch;
}

.feature-cards .bottom.no-thumb {
  padding-top: 24px;
}

.feature-cards .top ~ .bottom {
  padding: 18px 32px 0 32px;
}

.callout {
  border-radius: 12px;
  box-shadow: 0 0 12px 8px rgba(0, 0, 0, 0.05);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  align-self: stretch;
}

@media only screen and (max-width: 990px) {
  .callout {
    gap: 18px;
  }
}

.enlarge {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: #7B7B7B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
}

.congress-materials-list {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}

@media only screen and (max-width: 1250px) {
  .congress-materials-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 990px) {
  .congress-materials-list {
    grid-template-columns: 1fr;
  }
}

body, p, .text-l {
  font-family: "Univers", sans-serif;
  color: #494949;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Univers", sans-serif;
}

h1, .h1 {
  font-size: 62px;
  font-weight: 300;
  line-height: 110%;
}

@media only screen and (max-width: 990px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2, .title-xl {
  font-size: 48px;
  font-weight: 300;
  line-height: 110%;
}

@media only screen and (max-width: 990px) {
  h2, .h2, .title-xl {
    font-size: 40px;
  }
}

h3, .h3, .title-l {
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

@media only screen and (max-width: 990px) {
  h3, .h3, .title-l {
    font-size: 36px;
  }
}

h4, .h4, .title-m {
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
}

@media only screen and (max-width: 990px) {
  h4, .h4, .title-m {
    font-size: 30px;
  }
}

h5, .h5, .title-s {
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}

@media only screen and (max-width: 990px) {
  h5, .h5, .title-s {
    font-size: 24px;
  }
}

h6, .h6, .title-xs {
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

@media only screen and (max-width: 990px) {
  h6, .h6, .title-xs {
    font-size: 20px;
  }
}

.h7, .title-xxs {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

@media only screen and (max-width: 990px) {
  .h7, .title-xxs {
    font-size: 20px;
  }
}

.body-s {
  /* Body S */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.14px;
}

a,
a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

.uppercase {
  text-transform: uppercase;
}

label, .label {
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

.tag {
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
}

.btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.14px;
}

ul {
  padding: 0;
  margin: 0 0 0 1.5em;
}

.home .hero {
  background-color: lightgray;
  background-repeat: no-repeat;
  background-position: 0 20%;
  background-size: 130% auto;
  background-blend-mode: normal;
}

.home .hero .container {
  padding: 78px 80px 0px;
}

@media only screen and (max-width: 990px) {
  .home .hero .container {
    padding: 40px 24px;
  }
}

.home .hero .container .inner {
  display: flex;
  padding-bottom: 96px;
  align-items: stretch;
  gap: 24px;
  align-self: stretch;
}

.home .hero .container .inner h1 .space {
  display: none;
}

@media only screen and (max-width: 1290px) {
  .home .hero .container .inner h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 990px) {
  .home .hero .container .inner h1 {
    margin-right: 80px;
  }
}

@media only screen and (max-width: 650px) {
  .home .hero .container .inner h1 .space {
    display: inline;
  }
  .home .hero .container .inner h1 .nobreaking {
    display: none;
  }
}

.home .hero .container .inner .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.home .hero .container .inner .text p {
  margin: 0;
}

.home .hero .container .inner .spacer {
  width: 344px;
  align-self: stretch;
  flex-shrink: 0;
}

@media only screen and (max-width: 1440px) {
  .home .hero .container .inner .spacer {
    display: none;
  }
}

.home .top-content .container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 64px 80px 0 80px;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}

@media only screen and (max-width: 990px) {
  .home .top-content .container {
    padding: 40px  24px 0 24px;
    grid-template-columns: 1fr;
  }
}

.home .top-content .container .content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  align-self: stretch;
  flex-direction: column;
}

.home .top-content .container .spacer {
  align-self: stretch;
  flex-shrink: 0;
}

@media only screen and (max-width: 990px) {
  .home .top-content .container .spacer {
    display: none;
  }
}

.home .cards .container {
  display: flex;
  max-width: 1440px;
  padding: 64px 80px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

@media only screen and (max-width: 990px) {
  .home .cards .container {
    padding: 40px 24px;
  }
}

.home .cards .cards-wrapper {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 990px) {
  .home .cards .cards-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.events h2 {
  margin-bottom: 50px;
}

.events .img-side > a {
  height: 100%;
  display: inline-block;
}

.events .img-side > a > img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.events .single-post .btn-wrapper {
  margin-top: 15px;
}

@media only screen and (max-width: 990px) {
  .events .single-post {
    flex-direction: column;
  }
  .events .single-post img {
    width: 100%;
  }
}

.single-events .social-icons-share a {
  margin: 0px 10px;
}

.single-events .social-icons-share a:first-of-type {
  margin-left: 0;
}

.single-events .social-icons-share a:last-of-type {
  margin-right: 0;
}

.single-events .social-icons-share a svg {
  width: 30px;
  fill: #D80F52;
}

.single-events .social-icons-share a svg path {
  fill: #D80F52;
}

.error404 {
  padding-top: 0 !important;
}

.error404 footer {
  display: none;
}

.error {
  background-color: #03749C;
}

.error .content {
  height: 100vh;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error .content .container {
  max-width: 782px;
}

.error .content img {
  width: auto;
  margin: 0;
}

.error .content h1 {
  font-size: 231.091px;
  line-height: 277px;
  font-weight: 700;
  margin: 0;
}

@media only screen and (max-width: 990px) {
  .error .content h1 {
    font-size: 100px;
    line-height: 120px;
  }
}

.error .content h2 {
  margin: 0px 0px 40px;
}

.search-inner form.search-form {
  border: none;
  outline: none;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #CFCFCF;
  background: #F6F6F6;
  display: flex;
  height: 48px;
  padding: 8px 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 695px;
}

.search-inner form.search-form label {
  max-width: 100%;
}

.search-inner form.search-form .search-field {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: 0;
  width: 100%;
  color: #888888;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin-top: 4px;
  margin-bottom: -4px;
}

.search-inner form.search-form .search-field::placeholder {
  color: #888888;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

.search-inner form.search-form .btns {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 12px;
}

.search-inner form.search-form .btns .search-icon-btn,
.search-inner form.search-form .btns .search-clear-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.search-inner form.search-form .btns .search-icon-btn svg,
.search-inner form.search-form .btns .search-clear-btn svg {
  width: 17px;
  height: 17px;
}

.search-inner .result-count {
  padding-top: 24px;
  padding-bottom: 32px;
}

@media only screen and (max-width: 990px) {
  .search-inner .result-count {
    padding-bottom: 18px;
  }
}

.search-inner .search-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 40px;
  border-top: 1px solid #CFCFCF;
  margin-top: 48px;
}

@media only screen and (max-width: 990px) {
  .search-inner .search-group {
    border-top: 0;
  }
}

.pipeline .pipeline-section .container {
  display: flex;
  padding: 58px 80px 0 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}

@media only screen and (max-width: 990px) {
  .pipeline .pipeline-section .container {
    gap: 24px;
    padding: 40px 24px  0 24px;
  }
}

.pipeline .ascendis-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
}

.pipeline .ascendis-table thead .global-headings {
  background: #03749C;
  color: white;
}

@media only screen and (max-width: 990px) {
  .pipeline .ascendis-table thead .global-headings {
    display: none;
  }
}

.pipeline .ascendis-table thead .global-headings th {
  padding: 0 18px;
  font-weight: 600;
  text-align: left;
  border: 9px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  border-top: 0;
}

.pipeline .ascendis-table thead .global-headings th .inner {
  display: flex;
  height: 38px;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  flex: 1 0 0;
}

.pipeline .ascendis-table thead .global-headings th:first-of-type {
  border-left: 0;
}

.pipeline .ascendis-table thead .global-headings th:last-of-type {
  border-right: 0;
}

.pipeline .ascendis-table .program-section th {
  background: #B9E1EB;
  color: #494949;
  text-align: left;
  font-weight: 600;
  border-top: 8px solid #FFFFFF;
  padding: 0 18px;
}

@media only screen and (max-width: 990px) {
  .pipeline .ascendis-table .program-section th {
    border-top: 12px solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
    padding: 8px 18px;
  }
}

.pipeline .ascendis-table .program-section th .inner {
  display: flex;
  height: 44px;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 400;
  align-self: stretch;
}

@media only screen and (max-width: 990px) {
  .pipeline .ascendis-table .program-section th .inner {
    height: auto;
  }
}

@media only screen and (max-width: 990px) {
  .pipeline .ascendis-table tr {
    border-bottom: 4px solid #FFF;
  }
  .pipeline .ascendis-table tr:last-of-type {
    border-bottom: 0px;
  }
  .pipeline .ascendis-table .main-row {
    display: block;
    width: 100%;
    border-bottom: 4px solid #FFFFFF;
  }
}

.pipeline .ascendis-table .program-col {
  width: 425px;
}

@media only screen and (max-width: 990px) {
  .pipeline .ascendis-table .program-col {
    width: 100%;
  }
}

.pipeline .ascendis-table .trial-col {
  width: 178px;
}

.pipeline .ascendis-table .trial-col a {
  font-weight: 700;
}

@media only screen and (max-width: 990px) {
  .pipeline .ascendis-table .trial-col {
    width: 100%;
  }
}

.pipeline .ascendis-table .phase-col {
  width: 178px;
}

@media only screen and (max-width: 990px) {
  .pipeline .ascendis-table .phase-col {
    width: 100%;
  }
}

.pipeline .ascendis-table .location-col {
  width: 175px;
}

@media only screen and (max-width: 990px) {
  .pipeline .ascendis-table .location-col {
    width: 100%;
  }
}

.pipeline .ascendis-table td {
  border: 4px solid #FFFFFF;
  border-left: 8px solid #FFFFFF;
  border-right: 8px solid #FFFFFF;
  vertical-align: top;
  background-color: #F2FAFB;
  padding: 12px 18px;
}

@media only screen and (max-width: 990px) {
  .pipeline .ascendis-table td {
    border: 0px;
    display: block;
    width: 100%;
    padding: 8px 18px;
  }
}

.pipeline .ascendis-table td .inner {
  display: flex;
  flex-direction: column;
  height: 44px;
}

@media only screen and (max-width: 990px) {
  .pipeline .ascendis-table td .inner {
    height: auto;
  }
}

.pipeline .ascendis-table td:first-of-type {
  border-left: 0;
}

@media only screen and (max-width: 990px) {
  .pipeline .ascendis-table td:first-of-type {
    padding-top: 12px;
  }
}

.pipeline .ascendis-table td:last-of-type {
  border-right: 0;
}

@media only screen and (max-width: 990px) {
  .pipeline .ascendis-table td:last-of-type {
    padding-bottom: 12px;
  }
}

.pipeline .ascendis-table a {
  color: #03749C;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.pipeline .bottom p {
  margin: 0;
}

.pipeline .bottom .footnotes {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

@media only screen and (max-width: 990px) {
  .pipeline .bottom .footnotes {
    display: block;
  }
}

.pipeline .bottom .bottom-content {
  padding-top: 64px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding-bottom: 82px;
}

@media only screen and (max-width: 990px) {
  .pipeline .bottom .bottom-content {
    display: block;
    padding-top: 58px;
    padding-top: 58px;
  }
}

@media only screen and (max-width: 990px) {
  .pipeline .ascendis-table,
  .pipeline .ascendis-table thead,
  .pipeline .ascendis-table tbody,
  .pipeline .ascendis-table tr,
  .pipeline .ascendis-table th,
  .pipeline .ascendis-table td {
    display: block;
    width: 100%;
  }
}

.congress .hero .container {
  padding-bottom: 0;
}

.congress .hero .mini-title {
  margin-top: 20px;
}

.congress .hero .tabs {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  margin-top: 32px;
}

.congress .hero .tabs .tab {
  display: flex;
  padding: 12px 24px 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

@media only screen and (max-width: 990px) {
  .congress .hero .tabs .tab {
    padding: 12px 24px 8px 24px;
  }
}

.congress .hero .tabs .tab.active {
  background: #FFFFFF;
  color: #03749C;
}

.congress .hero.hero--no-tabs {
  padding-bottom: 32px;
}

.congress .main .cm-filters {
  max-width: 1440px;
  padding: 24px 80px 12px 80px;
}

@media only screen and (max-width: 990px) {
  .congress .main .cm-filters {
    display: flex;
    padding: 24px 24px 0;
    align-items: flex-start;
    align-content: flex-start;
    gap: 12px 12px;
    align-self: stretch;
    flex-wrap: wrap;
  }
}

.congress .main .cm-filters .cm-filter-group .cm-filter-group-inner {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px 12px;
  align-self: stretch;
  flex-wrap: wrap;
}

.congress .main .cm-filters .cm-filter-group .cm-filter-group-inner .cm-filter-btn {
  display: flex;
  padding: 10px 18px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 22px;
  border: 1px solid #A7A7A7;
  background: #FFFFFF;
  box-shadow: none;
  margin: 0;
  outline: none;
}

@media only screen and (max-width: 990px) {
  .congress .main .cm-filters .cm-filter-group .cm-filter-group-inner .cm-filter-btn {
    display: flex;
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
  }
}

.congress .main .cm-filters .cm-filter-group .cm-filter-group-inner .cm-filter-btn.is-active {
  border: 1px solid #03749C;
  background: #03749C;
  color: #FFFFFF;
}

.congress .main .cm-filters .cm-filter-group.cm-filter-group--product {
  display: none;
}

.congress .main .container {
  display: flex;
  max-width: 1440px;
  padding: 64px 80px 0 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.congress .main .container #congress-materials-wrapper {
  width: 100%;
}

@media only screen and (max-width: 990px) {
  .congress .main .container {
    padding: 40px 24px 24px;
  }
}

.congress .main .cm-bottom {
  display: flex;
  max-width: 1440px;
  padding: 32px 80px 64px 80px;
  flex-direction: column;
  align-items: center;
  margin: 0;
  gap: 18px;
  align-self: stretch;
}

.congress .main .cm-bottom.hide {
  height: 0;
  width: 100%;
  margin-bottom: 64px;
  overflow: hidden;
  display: block;
  padding: 0;
}

@media only screen and (max-width: 990px) {
  .congress .main .cm-bottom {
    padding: 24px 24px 40px 24px;
  }
}

.congress .main .cm-bottom .cm-progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  align-self: stretch;
}

.congress .main .cm-bottom .cm-progress .cm-progress-bar {
  background: #CFCFCF;
  width: 165px;
  overflow: hidden;
}

.congress .main .cm-bottom .cm-progress .cm-progress-bar .cm-progress-bar-inner {
  background-color: #03749C;
  height: 3px;
  display: block;
}

.congress .main .cm-bottom .cm-progress .label {
  margin: 0;
}

.congress .main .cm-active-filter-link {
  margin-top: 8px;
}

.congress .main .cm-active-filter-link a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.congress .cm-disease-group .cm-disease-group-header,
.congress .cm-disease-group .cm-product-group-header,
.congress .cm-product-group .cm-disease-group-header,
.congress .cm-product-group .cm-product-group-header {
  margin-top: 72px;
}

.congress .cm-disease-group .cm-product-group-description,
.congress .cm-product-group .cm-product-group-description {
  margin-top: 8px;
}

.congress .cm-disease-group .cm-product-group-description a,
.congress .cm-product-group .cm-product-group-description a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.congress .cm-disease-group:first-of-type .cm-disease-group-header,
.congress .cm-disease-group:first-of-type .cm-product-group-header,
.congress .cm-product-group:first-of-type .cm-disease-group-header,
.congress .cm-product-group:first-of-type .cm-product-group-header {
  margin-top: 0;
}

.registries .main .container {
  display: flex;
  max-width: 1440px;
  padding: 64px 80px 0 80px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

@media only screen and (max-width: 990px) {
  .registries .main .container {
    padding: 40px 24px 0 24px;
  }
}

.registries .main .container .group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
  padding-bottom: 64px;
}

@media only screen and (max-width: 990px) {
  .registries .main .container .group {
    padding-bottom: 64px;
  }
  .registries .main .container .group:last-of-type {
    padding-bottom: 64px;
  }
}

.registries .main .container .group .list-wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}

@media only screen and (max-width: 1250px) {
  .registries .main .container .group .list-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 990px) {
  .registries .main .container .group .list-wrapper {
    grid-template-columns: 1fr;
  }
}

.registries .main .container .bottom-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding-bottom: 82px;
}

@media only screen and (max-width: 990px) {
  .registries .main .container .bottom-content {
    padding-bottom: 40px;
    grid-template-columns: 1fr;
  }
}

.grants .main .container .inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

@media only screen and (max-width: 990px) {
  .grants .main .container .inner {
    display: block;
  }
}

.grants .main .container .inner > div {
  display: flex;
  flex-direction: column;
  gap: 42px;
  flex: 1 0 0;
}

.contacts .cards .container {
  display: flex;
  max-width: 1440px;
  padding: 64px 80px 0 80px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

@media only screen and (max-width: 990px) {
  .contacts .cards .container {
    padding: 40px 24px 0 24px;
  }
}

.contacts .cards .cards-wrapper {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 990px) {
  .contacts .cards .cards-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.contacts .bottom .inner {
  max-width: 693px;
}

.msl .main .inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

@media only screen and (max-width: 990px) {
  .msl .main .inner {
    display: block;
  }
}

.msl .main .inner > p {
  padding-right: 24px;
}

.msl .main .form {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

@media only screen and (max-width: 990px) {
  .msl .main .form {
    display: block;
  }
}

.msl .main .form .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.msl .main .form .wpcf7-form .contact-row {
  display: grid;
  grid-template-columns: 1fr;
}

.msl .main .form .wpcf7-form .contact-row.fifty-fifty {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media only screen and (max-width: 990px) {
  .msl .main .form .wpcf7-form .contact-row.fifty-fifty {
    grid-template-columns: 1fr;
  }
}

.msl .main .form .wpcf7-form .contact-row .wpcf7-not-valid-tip {
  margin-top: 5px;
}

.msl .main .form .wpcf7-form .submit-wrapper {
  margin-top: 12px;
}

@media only screen and (max-width: 990px) {
  .transcon .video-section .container {
    padding: 0;
  }
  .transcon .video-section .container .video-wrapper {
    border-radius: 0;
  }
}

.transcon .video-section .video-wrapper {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.transcon .video-section .video-wrapper .play {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 24px;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  color: #FFFFFF;
  cursor: pointer;
}

@media only screen and (max-width: 990px) {
  .transcon .video-section .video-wrapper .play > .title-xs {
    display: none;
  }
}

.transcon .video-section .video-wrapper .video-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.transcon .video-section .play-mobile {
  display: none;
  padding: 0  24px;
  padding-top: 8px;
}

@media only screen and (max-width: 990px) {
  .transcon .video-section .play-mobile {
    display: block;
  }
}

.transcon .split-section .container {
  padding-top: 0;
}

@media only screen and (max-width: 990px) {
  .transcon .split-section .container {
    padding-top: 48px;
  }
}

.transcon .split-section .container .inner {
  padding-top: 64px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 25px;
}

@media only screen and (max-width: 990px) {
  .transcon .split-section .container .inner {
    gap: 12px;
    grid-template-columns: 1fr;
    padding-top: 24px;
  }
}

.transcon .split-section .container .inner > .text {
  display: flex;
  padding-top: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}

@media only screen and (max-width: 990px) {
  .transcon .split-section .container .inner > .text {
    padding-top: 0;
  }
  .transcon .split-section .container .inner > .text br {
    display: none;
  }
}

.transcon .split-section .container .inner > .img-wrapper {
  flex-shrink: 0;
  display: flex;
  padding: 12px 0 24px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.transcon .split-section .container .inner > .img-wrapper > img {
  width: 100%;
}

.transcon .split-section .container .inner.top {
  gap: 7.5px;
  padding-top: 0;
  align-items: center;
}

.transcon .split-section .container .inner.top > .img-wrapper {
  flex-shrink: unset;
}

.transcon .split-section .container .inner.top > .img-wrapper > img {
  width: 100%;
}

@media only screen and (max-width: 990px) {
  .transcon .split-section .container .inner.top > .img-wrapper {
    display: none;
  }
}

.transcon .split-section .container .inner.top > .text {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  padding-bottom: 5px;
}

@media only screen and (max-width: 990px) {
  .transcon .split-section .container .inner.top > .text {
    align-items: center;
  }
}

@media only screen and (max-width: 1560px) {
  .transcon .split-section .container .inner.top > .text {
    padding-top: 48px;
  }
}

@media only screen and (max-width: 1480px) {
  .transcon .split-section .container .inner.top > .text {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 990px) {
  .transcon .split-section .container .inner.top > .text > .wrapper {
    display: flex;
    align-items: center;
    gap: 3px;
    align-items: flex-start;
    justify-content: center;
  }
}

.transcon .split-section .container .inner.top > .text > .wrapper > .img-wrapper {
  display: none;
}

@media only screen and (max-width: 990px) {
  .transcon .split-section .container .inner.top > .text > .wrapper > .img-wrapper {
    display: block;
    padding-top: 10px;
  }
  .transcon .split-section .container .inner.top > .text > .wrapper > .img-wrapper > img {
    height: 161px;
  }
}

.transcon .split-section .container .inner.top > .text > .wrapper .content-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

@media only screen and (max-width: 990px) {
  .transcon .split-section .container .inner.top > .text > .wrapper .content-items {
    max-width: 175px;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: 0.14px;
  }
}

.transcon .split-section .references {
  padding: 40px 0 18px 0;
}

@media only screen and (max-width: 990px) {
  .transcon .split-section .references {
    padding: 24px 0 18px 0;
  }
}

.transcon .split-section .references .inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  max-width: 100%;
  gap: 0;
}

@media only screen and (max-width: 990px) {
  .transcon .split-section .references .inner {
    display: block;
  }
}

.transcon .split-section .references p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.14px;
}

.transcon .split-section .references p a {
  color: #03749C;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.studies .hero .container {
  align-items: flex-start;
}

.studies .hero .container .inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
  max-width: none;
}

@media only screen and (max-width: 990px) {
  .studies .hero .container .inner {
    flex-direction: column;
    gap: 24px;
  }
}

.studies .hero .container .inner .left {
  max-width: 722px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}

@media only screen and (max-width: 990px) {
  .studies .hero .container .inner .left {
    gap: 12px;
  }
}

.studies .hero .container .inner .left .top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 40px;
  align-self: stretch;
}

.studies .hero .container .inner .right {
  flex-shrink: 0;
}

@media only screen and (max-width: 650px) {
  .studies .hero .container .inner .right {
    width: 100%;
  }
}

.studies .hero .container .inner .right img {
  height: 169.328px;
  aspect-ratio: 306.00/169.33;
  border-radius: 8px;
  background-color: #FFFFFF;
  margin-top: 40px;
}

@media only screen and (max-width: 990px) {
  .studies .hero .container .inner .right img {
    margin-top: 24px;
    width: 100%;
  }
}

.studies .main .container {
  padding-bottom: 0;
}

.studies .main .container .callout {
  display: flex;
  max-width: 1070px;
  padding: 24px 40px 40px 40px;
  flex-direction: column;
  align-items: flex-start;
  background: #E5F5F7;
  box-shadow: none;
  gap: 0;
}

@media only screen and (max-width: 990px) {
  .studies .main .container .callout {
    padding: 12px 24px 24px 24px;
  }
}

.studies .main .container .callout h2 {
  margin: 18px 0;
}

.studies .main .container .callout .list-wrapper {
  display: flex;
  padding-bottom: 18px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: 655px;
  align-self: stretch;
}

.studies .main .container .callout .list-wrapper > .list-item {
  display: flex;
  gap: 9px;
}

.studies .main .container .callout .list-wrapper > .list-item .bullet {
  width: 10px;
  flex-shrink: 0;
  height: 10px;
  background-color: #33A5C0;
  border-radius: 100%;
  margin-top: 5px;
}

.studies .main .container .callout .abbreviations {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 130%;
  letter-spacing: 0.14px;
  max-width: 655px;
}

.studies .main .container .callout .bottom {
  margin-top: 36px;
}

.studies .main .container .callout .bottom .btn-wrapper {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.studies .main .container .callout .bottom a:not(.btn) {
  color: #03749C;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.studies .disclaimer .container .inner {
  max-width: 693px;
  padding-bottom: 18px;
}
