/* Document
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

li {
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

video {
  width: 100%;
}

* {
  font-family: "Nunito", Arial, Helvetica, sans-serif;
}

h1, h2 {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
}

a,
button {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

html,
body {
  overflow-x: hidden;
}

.growable-section {
  flex: 1 1 auto;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  display: none;
}

body::-webkit-scrollbar-thumb {
  background-color: #26417B;
}

section {
  padding-top: 5.625rem;
  transition: height 100ms ease;
}

h1,
h2 {
  color: #26417B;
}

p {
  color: #272727;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.025em;
}

a {
  text-decoration: none;
}

.section-layout {
  position: relative;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 90vw;
  transition: max-width 100ms ease-in-out;
}

.section-layout__content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

@media screen and (max-width: 1100px) {
  .section-layout__content {
    align-items: center;
  }
}
.button {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 500;
  font-size: 0.75em;
  letter-spacing: 0.0825em;
  font-style: normal;
  line-height: 1.5em;
  font-size: 16px;
  color: #4363A8;
  height: 40px;
  border-radius: 0.625em;
}
.button:hover {
  color: #007AA8;
}
.button-icon {
  margin-left: 0.625em;
}
.button.button-basic {
  padding: 0.5em 1.25em;
  background-color: rgba(211, 211, 211, 0.9);
}
.button.button--primary {
  padding: 0.5em 1.25em;
  color: white;
  background-color: #007AA8;
}
.button.button--primary:hover {
  background-color: #004C69;
}
.button.button--secondary {
  padding: 0.5em 1.25em;
  color: #4363A8;
  border: 0.0625em solid #4363A8;
  background-color: white;
}
.button.button--secondary:hover {
  background-color: #E1EAEF;
}

.main-header {
  display: block !important;
  background: rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0px 4px 10px rgba(67, 99, 168, 0.05) !important;
  -webkit-backdrop-filter: blur(45px) !important;
          backdrop-filter: blur(45px) !important;
  position: fixed !important;
  z-index: 1000 !important;
  width: 100% !important;
}
.main-header__base-wrapper {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25) !important;
  padding: 0 !important;
  margin: auto;
  z-index: 9000 !important;
  background-color: white !important;
  position: relative !important;
}
.main-header__base-wrapper--mobile-visible {
  background-color: white !important;
}
@media screen and (min-width: 1100px) {
  .main-header__base-wrapper {
    box-shadow: none !important;
  }
  .main-header__base-wrapper--mobile-visible {
    background-color: transparent !important;
  }
}
.main-header__base-wrapper .section-layout {
  position: initial;
  align-items: center !important;
  display: flex !important;
}
.main-header__base-wrapper .section-layout .main-header__toggle-icon {
  right: 0px;
}
@media screen and (min-width: 1104px) {
  .main-header__base-wrapper .section-layout {
    max-width: 62.125rem;
  }
}
@media screen and (min-width: 1268px) {
  .main-header__base-wrapper .section-layout {
    max-width: 74rem;
  }
}
.main-header__base-wrapper .hamburguer-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.main-header__base-wrapper .hamburguer-container .section-layout {
  position: relative;
}
.main-header__info {
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 4px !important;
  height: 65px !important;
  background-color: #F2F2F2 !important;
  transition: all 200ms ease-in-out !important;
  display: flex !important;
  position: relative !important;
  z-index: 10000 !important;
  padding-left: 4.5vw;
  padding-right: 4.5vw;
}
@media screen and (min-width: 1024px) {
  .main-header__info {
    gap: 20px !important;
    height: 48px !important;
    padding: 0px 140px 10px !important;
  }
}
.main-header__info--hidden {
  height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
}
@media screen and (min-width: 1100px) {
  .main-header__info--hidden {
    padding: 0 !important;
  }
}
.main-header__info p {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  letter-spacing: 1.6px !important;
  color: #004C69 !important;
}
.main-header__info a {
  font-family: "Nunito", Arial, Helvetica, sans-serif !important;
  height: 38px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px !important;
  color: white !important;
  cursor: pointer !important;
  background-color: #6C4F79 !important;
  font-size: 14px;
  width: 100% !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
}
@media screen and (min-width: 1100px) {
  .main-header__info a {
    font-size: 16px;
    min-width: 240px !important;
    padding: 8px !important;
  }
}
.main-header__content {
  position: relative !important;
  width: 100% !important;
}
.main-header__menu {
  align-items: center !important;
  background-color: white !important;
  bottom: 100% !important;
  display: block !important;
  height: 100% !important;
  height: calc(100vh - 82px) !important;
  left: 0 !important;
  overflow-y: auto !important;
  position: absolute !important;
  transition: 0.5s ease transform !important;
  width: 100% !important;
  width: 100vw !important;
  z-index: 1 !important;
}
.main-header__menu::-webkit-scrollbar {
  width: 4px !important;
}
.main-header__menu::-webkit-scrollbar-thumb {
  background-color: #26417b !important;
}
.main-header__menu--mobile-visible {
  transform: translateY(calc(100% + 82px)) !important;
}
@media screen and (min-width: 1100px) {
  .main-header__menu {
    background-color: transparent !important;
    display: flex !important;
    flex-direction: row !important;
    height: 82px !important;
    min-height: initial !important;
    gap: 1rem !important;
    justify-content: flex-end !important;
    overflow: visible !important;
    position: relative !important;
    width: 100% !important;
  }
  .main-header__menu--mobile-visible {
    transform: none !important;
  }
}
.main-header__menu .menu-container {
  align-self: stretch !important;
  display: block !important;
  margin: 0 auto !important;
  max-width: 400px !important;
  padding-top: 1rem !important;
}
@media screen and (min-width: 1100px) {
  .main-header__menu .menu-container {
    flex: 1 1 auto !important;
    max-width: initial !important;
    padding-top: 0 !important;
    text-align: right !important;
    width: 37rem !important;
  }
}
.main-header__menu .menu-container__element {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  font-size: 1em !important;
  font-weight: 600 !important;
  justify-content: center !important;
  letter-spacing: 0.1em !important;
  min-width: 115px !important;
  padding: 0 20px !important;
  position: relative !important;
  width: 100% !important;
}
@media screen and (min-width: 1100px) {
  .main-header__menu .menu-container__element {
    flex-direction: row !important;
    display: inline-flex !important;
  }
  .main-header__menu .menu-container__element:hover {
    color: #6C4F79 !important;
  }
  .main-header__menu .menu-container__element:hover .dropdown-list {
    display: block !important;
  }
  .main-header__menu .menu-container__element:hover::after {
    display: block !important;
  }
  .main-header__menu .menu-container__element.menu-container__element--active::after {
    background-color: #6C4F79 !important;
    bottom: 0 !important;
    content: "" !important;
    display: block !important;
    height: 2px !important;
    left: 0 !important;
    position: absolute !important;
    width: 100% !important;
  }
}
.main-header__menu .menu-container__element::after {
  background-color: #FFC803 !important;
  bottom: 0 !important;
  content: "" !important;
  display: none !important;
  height: 2px !important;
  left: 0 !important;
  position: absolute !important;
  width: 100% !important;
}
.main-header__menu .menu-container__element input {
  display: none !important;
}
.main-header__menu .menu-container__element input:checked ~ ul {
  display: block !important;
}
.main-header__menu .menu-container__element input:checked ~ label::after {
  transform: rotate(-180deg) !important;
}
@media screen and (min-width: 1100px) {
  .main-header__menu .menu-container__element input:checked ~ ul {
    display: none !important;
  }
}
.main-header__menu .menu-container__element label {
  color: #62708e !important;
  cursor: pointer !important;
  display: flex !important;
  font-weight: bold !important;
  line-height: 22px !important;
  margin: 0 !important;
  padding: 20px 0px 22px !important;
  position: relative !important;
  width: 100% !important;
  align-items: center;
  justify-content: space-between;
}
.main-header__menu .menu-container__element label::after {
  background-image: url("../../assets/icons/down-arrow.svg") !important;
  background-position: center !important;
  background-size: cover !important;
  content: "" !important;
  height: 6px !important;
  /* position: absolute !important; */
  right: 20px !important;
  top: 45% !important;
  transform: rotate(0deg) !important;
  transform-origin: center !important;
  transition: 0.2s ease transform !important;
  width: 12px !important;
  display: flex;
}
@media screen and (min-width: 1100px) {
  .main-header__menu .menu-container__element label {
    font-weight: 400 !important;
    text-align: center;
    justify-content: center;
  }
  .main-header__menu .menu-container__element label::after {
    display: none !important;
  }
}
.main-header__menu .menu-container__element label:hover {
  color: #6C4F79 !important;
  font-weight: 600 !important;
}
@media screen and (min-width: 1100px) {
  .main-header__menu .menu-container__element {
    height: 100% !important;
    padding: 0 0.5rem !important;
    padding: 0 !important;
    width: 9rem !important;
  }
}
@media screen and (min-width: 1268px) {
  .main-header__menu .menu-container__element {
    padding: 0 0.5rem !important;
    width: 10rem !important;
  }
}
.main-header__menu .menu-container .nav-group-btn {
  color: #62708E !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 1em !important;
  letter-spacing: 0.025em !important;
  line-height: 1.5em !important;
}
.main-header__actions {
  text-align: center !important;
  padding-bottom: 60px !important;
}
@media screen and (min-width: 1100px) {
  .main-header__actions {
    align-items: center !important;
    display: inline-flex !important;
    flex-direction: row !important;
    gap: 10px !important;
    height: 100% !important;
    justify-content: flex-start !important;
    padding-bottom: 0 !important;
  }
}
.main-header__actions a {
  display: inline-block !important;
}
.main-header__actions div {
  padding: 60px 0 !important;
}
@media screen and (min-width: 1100px) {
  .main-header__actions div {
    padding: 0 !important;
    white-space: nowrap !important;
  }
}
.main-header__actions div a {
  height: auto !important;
  line-height: 1 !important;
  margin: 0 0.5rem !important;
  vertical-align: middle !important;
}
.main-header__actions div a img {
  vertical-align: middle !important;
}
.main-header__actions .button--primary {
  width: auto !important;
  text-transform: uppercase;
}
.main-header__logo {
  background-color: white !important;
  flex: 1 1 auto !important;
  position: relative !important;
  z-index: 10 !important;
  padding: 1rem 0;
}
@media screen and (min-width: 1100px) {
  .main-header__logo {
    padding: 0;
  }
}
.main-header__logo a {
  cursor: pointer !important;
  display: inline-block !important;
}
.main-header__logo a img {
  height: 50px !important;
  vertical-align: middle !important;
}
@media screen and (min-width: 1100px) {
  .main-header__logo a img {
    height: 44px !important;
  }
}
@media screen and (min-width: 1100px) {
  .main-header__logo {
    background-color: transparent !important;
    box-shadow: none !important;
  }
}

.dropdown-list {
  display: none !important;
  position: relative !important;
  z-index: 2 !important;
  text-align: center !important;
  top: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
  background-color: white !important;
  border-radius: 0px 0px 10px 10px !important;
  padding: 0px 6px !important;
  transition: all 200ms ease-in-out !important;
  margin-left: 1rem;
}
.dropdown-list li {
  height: 62px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 1.6px !important;
  display: flex !important;
  align-items: center !important;
  transition: all 200ms ease-in-out !important;
  padding: 0 5px !important;
}
.dropdown-list li:not(:last-of-type) {
  border-bottom: 1px solid #C4C4C4 !important;
}
.dropdown-list li a {
  color: #62708E !important;
  font-weight: normal !important;
}
.dropdown-list li a:hover {
  color: #6C4F79 !important;
  font-weight: 600 !important;
}
@media screen and (min-width: 1100px) {
  .dropdown-list li {
    justify-content: center !important;
  }
  .dropdown-list li:hover {
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 1100px) {
  .dropdown-list {
    border: 1px solid #F2F2F2 !important;
    padding: 0px 20px !important;
    position: absolute !important;
    width: 300px !important;
  }
}

@media screen and (min-width: 1268px) {
  .main-header__menu {
    padding-right: 0 !important;
  }
}
/* =================== Hamburger icon ========================= */
.main-header__toggle-icon {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  flex-shrink: 0;
  height: 36px;
  padding: 6px 4px;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 18px);
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  width: 36px;
  z-index: 100;
}
@media screen and (min-width: 1100px) {
  .main-header__toggle-icon {
    display: none;
  }
}
.main-header__toggle-icon i {
  display: inline-block;
  height: 70%;
  position: relative;
  width: 80%;
}

.main-header__toggle-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  margin: 0;
  background: #6C4F79;
  border-radius: 2px;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.main-header__toggle-icon span:nth-child(1) {
  top: 0px;
}

.main-header__toggle-icon span:nth-child(2) {
  top: 50%;
}

.main-header__toggle-icon span:nth-child(3) {
  top: 100%;
}

.main-header__toggle-icon.open span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}

.main-header__toggle-icon.open span:nth-child(2),
.main-header__toggle-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.main-header__toggle-icon.open span:nth-child(3) {
  top: 50%;
}

/* =================== Hamburger icon ========================= */
.fancy-text {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 7.5rem;
}
@media screen and (min-width: 425px) {
  .fancy-text {
    height: 8rem;
  }
}
@media screen and (min-width: 1282px) {
  .fancy-text {
    flex-direction: row;
    height: 4rem;
  }
}
.fancy-text .fancy-text__to,
.fancy-text .fancy-text__from,
.fancy-text .fancy-text__static {
  font-size: 53px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.96px;
  color: #26417B;
  height: 100%;
}
@media screen and (min-width: 425px) {
  .fancy-text .fancy-text__to,
  .fancy-text .fancy-text__from,
  .fancy-text .fancy-text__static {
    font-size: 60px;
  }
}
.fancy-text .fancy-text__row {
  position: relative;
  flex: 1 1 auto;
}
@media screen and (min-width: 1282px) {
  .fancy-text .fancy-text__row:last-of-type {
    transform: translateX(-67px);
  }
  .fancy-text .fancy-text__row:last-of-type .fancy-text__to {
    transform: translateX(-106px);
  }
}
.fancy-text .fancy-text__to {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fancy-text .fancy-text__from {
  opacity: 1;
  display: inline-block;
}
.fancy-text .fancy-text__static {
  display: inline-block;
  transform: translateX(-3px);
}
.fancy-text--animated .fancy-text__to {
  animation: 1.5s ease-in-out forwards 2000ms fade-in;
}
.fancy-text--animated .fancy-text__from {
  animation: 1.5s ease-in-out forwards 2000ms fade-out;
}
.fancy-text--animated .fancy-text__static {
  animation: 1.5s ease-in-out forwards 2000ms slide-right;
}
@media screen and (min-width: 1282px) {
  .fancy-text--animated .fancy-text__static {
    animation-name: slide-left;
  }
}

@keyframes slide-left {
  100% {
    transform: translateX(-55%);
    background: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  }
}
@keyframes slide-right {
  100% {
    transform: translateX(69%);
    background: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.order-kit {
  height: 35.3125rem;
  border-radius: 0.625rem;
  background-color: #F2F2F2;
  position: relative;
  overflow: hidden;
  background-image: url("../../assets/images/wide-kit-2.png");
  background-repeat: no-repeat;
  background-position: top -200px left -150px;
}
.order-kit__vector-right {
  position: absolute;
  right: 0;
}
.order-kit__vector-bottom {
  position: absolute;
  bottom: 0;
  left: 0.9%;
}
.order-kit__content {
  max-width: 24rem;
  position: absolute;
  right: 0;
  top: 35%;
}
@media screen and (min-width: 1366px) {
  .order-kit__content {
    right: 15%;
  }
}

.section-content {
  width: 100%;
}
.section-content__title {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  position: relative;
  font-size: 2em;
  width: 90%;
}
.section-content__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.8125rem;
  height: 0.125rem;
  background-color: #FFC803;
}
.section-content__message {
  margin-bottom: 1.25em;
}

.person-card {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.person-card__photo {
  width: 100%;
  border-radius: 10px;
}
.person-card #index-person-card__info {
  height: 3.25rem;
}
@media screen and (min-width: 409px) {
  .person-card #index-person-card__info #index-person-card__info {
    padding-top: 2px;
  }
}
.person-card__info {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 0.625rem 1.25rem;
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
}
.person-card__name {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: white;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.0238rem;
}
.person-card__details {
  color: white;
  font-style: normal;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 0.75rem;
  letter-spacing: 0.1rem;
}

.rectangle {
  border-radius: 0.4063rem;
  min-width: 2.1875rem;
  min-height: 1.35rem;
  display: inline-block;
}
.rectangle.rectangle--small {
  width: 54px;
  height: 31px;
  margin-right: 0.75rem;
}
.rectangle.rectangle--big {
  width: 5.75rem;
  height: 1.8962rem;
}
.rectangle.rectangle--medium {
  width: 5.25rem;
  height: 1.875rem;
}
.rectangle.rectangle--large {
  width: 8.1875rem;
  height: 1.9875rem;
  margin-bottom: 0.5rem;
}
.rectangle.rectangle--link-water {
  background: #D1E9F2;
}
.rectangle.rectangle--gradient-light {
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
}
.rectangle.rectangle--london-hue {
  background: #B799C4;
}
.rectangle.rectangle--danube {
  background: #6383C7;
}

.modal {
  position: fixed;
  z-index: 1099;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
}
.modal__wrapper {
  max-width: 1088px;
  height: auto;
  margin: auto;
  padding-top: 72px;
  padding-right: 251.5px;
  padding-bottom: 72px;
  padding-left: 251.5px;
  border-radius: 15px;
  background-color: white;
  position: relative;
}
.modal__wrapper .modal__close {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 5px;
  cursor: pointer;
  color: #26417B;
}
.modal__content {
  max-width: 585px;
}
.modal__title {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.56px;
  margin-bottom: 20px;
  color: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
}
.modal__text {
  text-align: center;
  margin-bottom: 49px;
}
.modal__buttons {
  display: flex;
  justify-content: center;
}
.modal__buttons #modal-continue {
  margin-right: 19px;
}
@media screen and (max-width: 1260px) {
  .modal__wrapper {
    width: 950px;
  }
}
@media screen and (max-width: 990px) {
  .modal__wrapper {
    max-width: 550px;
    padding-top: unset;
    padding-right: unset;
    padding-bottom: unset;
    padding-left: unset;
  }
  .modal__wrapper {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 570px) {
  .modal__wrapper {
    max-width: 350px;
  }
  .modal__title {
    font-size: 32px;
    line-height: 32px;
  }
}

.modal-show {
  top: 0;
  display: flex;
}

.interstitial {
  display: none;
  padding-top: 41px;
  padding-right: 74px;
  padding-bottom: 41px;
  padding-left: 74px;
  max-width: 677px;
  border-radius: 15px;
}
.interstitial__wrapper {
  height: auto;
  margin: auto;
  border-radius: 15px;
  background-color: white;
  position: relative;
}
.interstitial__wrapper .interstitial__close {
  width: 18px;
  height: 44px;
  font-size: 20px;
  position: absolute;
  right: -57px;
  top: -40px;
  cursor: pointer;
  color: #26417B;
}
@media screen and (max-width: 990px) {
  .interstitial__wrapper .interstitial__close {
    right: -5px;
    top: -19px;
  }
}
@media screen and (max-width: 570px) {
  .interstitial__wrapper .interstitial__close {
    right: -12px;
  }
}
.interstitial__content {
  max-width: 585px;
}
.interstitial__image {
  text-align: center;
}
.interstitial__image img {
  max-width: 387px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 715px) {
  .interstitial__image img {
    width: 332px;
  }
}
@media screen and (max-width: 570px) {
  .interstitial__image img {
    width: 240px;
  }
}
@media screen and (max-width: 420px) {
  .interstitial__image img {
    width: 280px;
  }
}
.interstitial__title {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.56px;
  margin-bottom: 20px;
  color: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
}
.interstitial__text {
  text-align: center;
  margin-bottom: 49px;
}
.interstitial__buttons {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 570px) {
  .interstitial__title {
    font-size: 32px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1260px) {
  .interstitial {
    width: 950px;
  }
}
@media screen and (max-width: 990px) {
  .interstitial {
    max-width: 550px;
    padding-top: unset;
    padding-right: unset;
    padding-bottom: unset;
    padding-left: unset;
  }
  .interstitial {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 570px) {
  .interstitial {
    max-width: 350px;
  }
}
@media screen and (max-width: 345px) {
  .interstitial {
    max-width: 320px;
  }
}
.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.4) !important;
  position: absolute;
  height: 110%;
}

.fancybox__content > .f-button.is-close-btn {
  display: none;
}

.fancybox__container {
  position: absolute !important;
}

html.with-fancybox {
  overflow: hidden;
}

.mosaic {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
@media screen and (min-width: 876px) {
  .mosaic {
    width: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .mosaic {
    width: 74%;
  }
}
@media screen and (min-width: 1282px) {
  .mosaic {
    width: 100%;
  }
}
.mosaic .rectangle {
  margin: 0;
}
.mosaic .rectangle--gradient-light.rectangle--big {
  width: 5.0319rem;
  height: 2.7894rem;
}
.mosaic .rectangle--rotated {
  width: 2.5rem;
  height: 5.6238rem;
}
@media screen and (min-width: 425px) {
  .mosaic .rectangle--rotated {
    width: 2.735rem;
  }
}
.mosaic .rectangle--link-water.rectangle--small {
  width: 4.5944rem;
  height: 1.6406rem;
}
.mosaic .rectangle--gradient-light.rectangle--small {
  width: 2.3331rem;
  height: 1.9481rem;
}
.mosaic .rectangle--london-hue.rectangle--large {
  width: 6.8031rem;
  height: 1.5581rem;
}
.mosaic .mosaic__row {
  display: flex;
  flex-direction: row;
}
.mosaic .mosaic__row:not(:last-of-type) {
  margin-bottom: 0.7688rem;
}
@media screen and (min-width: 523px) {
  .mosaic .mosaic__row.one {
    margin-left: 2rem;
  }
}
.mosaic .mosaic__row.two {
  margin-left: 3rem;
}
@media screen and (min-width: 425px) {
  .mosaic .mosaic__row.two {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 523px) {
  .mosaic .mosaic__row.two {
    margin-left: 6rem;
  }
}
.mosaic .mosaic__row.three {
  transform: translateX(-85px);
}
@media screen and (min-width: 425px) {
  .mosaic .mosaic__row.three {
    transform: translateX(-74px);
  }
}
@media screen and (min-width: 523px) {
  .mosaic .mosaic__row.three {
    transform: translateX(-53px);
  }
}
.mosaic .mosaic__column:not(:last-of-type) {
  margin-right: 0.75rem;
}
.mosaic .mosaic__column:not(:last-of-type).margin-small {
  margin-right: 0.375rem;
}
@media screen and (min-width: 425px) {
  .mosaic .mosaic__column:not(:last-of-type) {
    margin-right: 0.9744rem;
  }
}
.mosaic .mosaic__column--flex-col {
  display: flex;
  flex-direction: column;
}
.mosaic .mosaic__column--flex-col--justify-end {
  justify-content: flex-end;
}
.mosaic .mosaic__column--flex-col--justify-between {
  justify-content: space-between;
}
.mosaic .mosaic__column--flex-col--align-end {
  align-items: flex-end;
}
.mosaic .mosaic__column--flex-col > .rectangle:not(:last-child) {
  margin-bottom: 0.48rem;
}
.mosaic .mosaic__group {
  display: flex;
}
.mosaic .mosaic__group--row {
  flex-direction: row;
}
.mosaic .mosaic__group--column {
  flex-direction: column;
}
.mosaic .mosaic__group--align-end {
  align-items: flex-end;
}
.mosaic img {
  width: 100%;
  border-radius: 0.2031rem;
}
.mosaic .mosaic__man-image {
  margin-bottom: 0.4756rem;
  width: 7.0875rem;
  height: 6.8788rem;
}
@media screen and (min-width: 425px) {
  .mosaic .mosaic__man-image {
    width: auto;
    height: auto;
  }
}
.mosaic .mosaic__mom-and-boy-image {
  width: 10.135rem;
  height: 7.92rem;
}
@media screen and (min-width: 425px) {
  .mosaic .mosaic__mom-and-boy-image {
    width: auto;
    height: auto;
  }
}
.mosaic .mosaic__woman-image {
  width: 12.6rem;
  height: 100%;
}
@media screen and (min-width: 425px) {
  .mosaic .mosaic__woman-image {
    width: 13.6rem;
  }
}
.mosaic .mosaic__grandfather-image {
  width: 7.8694rem;
  height: 9.01rem;
}
.mosaic .mosaic__boy-image {
  width: 10.0237rem;
  height: 9.6181rem;
}

.welcome-section {
  background-image: url("../assets/backgrounds/welcome.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 720px;
  padding: 0;
  padding-top: 170px;
  font-size: 16px;
}
.welcome-section__info {
  display: block;
  width: 100%;
}
.welcome-section__info p {
  color: #272727;
  margin: 1.25rem 0 2.5rem 0;
  width: 100%;
}
@media screen and (min-width: 1282px) {
  .welcome-section__info p {
    width: 89%;
  }
}
.welcome-section__image {
  width: 100%;
}
@media screen and (min-width: 1282px) {
  .welcome-section__image {
    width: auto;
  }
}
.welcome-section__actions {
  display: block;
  margin-bottom: 2.3763rem;
}
@media screen and (min-width: 876px) {
  .welcome-section__actions {
    width: -moz-max-content;
    width: max-content;
  }
}
.welcome-section__actions a:not(:last-of-type) {
  margin-bottom: 8px;
}
@media screen and (min-width: 1200px) {
  .welcome-section__actions a:not(:last-of-type) {
    margin: 0;
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .welcome-section__actions {
    display: flex;
    margin: 0;
  }
}
.welcome-section__actions button {
  min-width: 14.375em;
}
.welcome-section__call-to-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em 1.5em;
  gap: 0.625em;
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  box-shadow: 0 0.1875em 0.3125em rgba(22, 38, 71, 0.05);
  border-radius: 0.625em;
  height: 4.1875em;
  position: absolute;
  bottom: -6em;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.welcome-section__call-to-action p {
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  font-weight: 400;
  color: white;
  flex: 1 1 auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (min-width: 677px) {
  .welcome-section__call-to-action {
    bottom: -2em;
  }
}

.order-kit-section {
  padding-top: 7.1875rem;
}
@media screen and (min-width: 677px) {
  .order-kit-section {
    padding-top: 4.1875rem;
  }
}
.order-kit-section .button {
  text-transform: uppercase;
}

.find-your-pem-section {
  height: 36.25rem;
  padding-bottom: 3rem;
}
.find-your-pem-section .section-layout__content {
  justify-content: space-between;
  gap: 1rem;
}
.find-your-pem-section .section-layout__content .section-content {
  max-width: 29rem;
  align-self: center;
}
.find-your-pem-section .section-layout__content .section-cards .section-wrapper {
  position: relative;
  display: flex;
  height: 100%;
}
.find-your-pem-section .section-layout__content .section-cards .section-wrapper__vector {
  position: absolute;
  height: 70%;
  left: 50%;
  top: 6.9375rem;
  transform: translateX(-50%);
  z-index: -1;
}
.find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container .rectangles-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container .rectangles-container--just-to-end {
  justify-content: flex-end;
}
.find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container .rectangles-container--with-rows {
  flex-direction: column;
  align-items: initial;
}
.find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container .rectangles-container--with-rows div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container--big {
  height: 332px;
  width: 332px;
}
.find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container--small {
  height: 279.99px;
  width: 279.99px;
}

.find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container--big {
  margin-right: 1.625rem;
}

@media screen and (max-width: 1025px) {
  #fsri {
    width: 59.79px !important;
    height: 33.14px !important;
  }
  #fsris {
    width: 35.09px !important;
    height: 20.15px !important;
  }
}
@media screen and (max-width: 1030px) {
  .welcome-section {
    height: 660px;
  }
}
@media screen and (max-width: 1100px) {
  .welcome-section {
    padding-top: 170px;
  }
}
@media screen and (max-width: 1025px) {
  #fsri {
    width: 59.79px !important;
    height: 33.14px !important;
  }
  #fsris {
    width: 35.09px !important;
    height: 20.15px !important;
  }
}
@media screen and (max-width: 1030px) {
  .welcome-section {
    height: 660px;
  }
}
@media screen and (max-width: 1030px) {
  .welcome-section {
    height: 660px;
  }
}
@media screen and (max-width: 1023px) {
  .welcome-section {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .welcome-section {
    padding-top: 139px;
  }
}
@media screen and (min-width: 1100px) {
  .welcome-section {
    padding-top: 170px;
  }
}
@media screen and (max-width: 1099px) {
  .find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container--big {
    height: 215.76px;
    width: 215.76px;
  }
  .find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container--small {
    height: 181.96px;
    width: 181.96px;
  }
  .find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container .person-card__details {
    font-size: 6.5px;
  }
  .find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container .person-card__info {
    font-size: 6.5px;
    bottom: -10px;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container .person-card__name {
    font-size: 9.1px;
  }
  .find-your-pem-section .section-layout__content .section-cards .section-wrapper__vector {
    top: 5.9375rem;
    width: 241.75px;
    height: 238.5px;
  }
  .find-your-pem-section {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 1025px) {
  #person-card {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 930px) {
  .welcome-section {
    padding-top: 160px;
  }
}
@media screen and (max-width: 550px) {
  #person-card {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 450px) {
  #index-person-card__info .person-card__details {
    font-size: 5.4px;
  }
}
@media screen and (max-width: 445px) {
  .find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container--big {
    height: 201.91px;
    width: 201.91px;
  }
  .find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container--small {
    height: 170.28px;
    width: 170.28px;
  }
}
@media screen and (max-width: 408px) {
  .find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container--big {
    height: 171.91px;
    width: 171.91px;
  }
  .find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container--small {
    height: 168.28px;
    width: 168.28px;
  }
  .find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container .person-card__info {
    padding-top: 0;
    bottom: -21px;
  }
  .find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container .person-card__details {
    font-size: 5.4px;
  }
  .find-your-pem-section .section-layout__content .section-cards .section-wrapper__vector {
    top: 3.9375rem;
  }
  /* .find-your-pem-section .section-layout__content .section-cards .section-wrapper__vector{
          top: 11rem;
      } 
       #find-your-pem .section-cards{
          width: 258px;
          height: 258px;
      } 
       #find-your-pem .person-card__info{
          top: 59%;
      } */
}
@media screen and (max-width: 390px) {
  .find-your-pem-section .section-layout__content .section-cards .section-wrapper .card-container--big {
    margin-right: 0.25rem;
  }
}
.posts-section {
  background-color: #F0F8FC;
  padding-bottom: 1.845rem;
  padding-top: 2.625rem;
}
.posts-section .section-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.9375rem;
}
.posts-section .section-header__title {
  margin-bottom: 2rem;
}
.posts-section .section-header__social {
  display: flex;
}
.posts-section .section-header__social #facebook-logo {
  margin-right: 0.9375rem;
}
.posts-section .carousel {
  overflow: hidden;
}
.posts-section .carousel__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  max-width: 950px;
  margin: auto;
}
.posts-section .carousel__card {
  flex: 1 1 auto;
  cursor: pointer;
}

.carousel__wrapper #card-1 {
  margin-right: 2rem;
}

.carousel__wrapper #card-3 {
  margin-left: 2rem;
}

@media screen and (max-width: 770px) {
  .carousel__wrapper #card-1 {
    margin-right: 1rem;
  }
  .carousel__wrapper #card-3 {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 662px) {
  .carousel__wrapper #card-1 {
    margin-right: 9px;
  }
  .carousel__wrapper #card-3 {
    margin-left: 9px;
  }
}
@media screen and (max-width: 655px) {
  .posts-section .section-header {
    margin-bottom: 3.9675rem;
  }
  .carousel {
    position: relative;
    right: 6%;
    width: 127%;
  }
}
@media screen and (max-width: 575px) {
  .carousel {
    right: 9%;
  }
}
@media screen and (max-width: 490px) {
  .carousel {
    right: 11%;
  }
}
@media screen and (max-width: 470px) {
  .carousel {
    right: 13%;
  }
}
@media screen and (max-width: 440px) {
  .carousel {
    right: 15%;
  }
}
@media screen and (max-width: 410px) {
  .carousel {
    right: 17%;
  }
}
@media screen and (max-width: 380px) {
  .carousel {
    right: 21%;
  }
}
@media screen and (max-width: 360px) {
  .carousel {
    width: 149%;
    right: 29%;
  }
}
.carousel__card {
  display: flex;
  justify-content: center;
  max-height: 332px !important;
}

.carousel__card img {
  max-width: 275px;
}

@media screen and (max-width: 1268px) {
  .carousel__card img {
    max-width: 275px;
  }
  .welcome-section__call-to-action a {
    display: flex;
    justify-content: center;
    min-width: 227px;
  }
}
@media screen and (max-width: 975px) {
  .carousel__card img {
    max-width: 235px;
  }
}
@media screen and (max-width: 951px) {
  .carousel__card img {
    max-width: 235px;
  }
  .carousel__card {
    max-width: 250px;
  }
}
@media screen and (max-width: 870px) {
  .carousel {
    display: flex;
    justify-content: center;
  }
  .carousel__card img {
    max-width: 230px;
  }
  .carousel__card {
    max-width: 230px;
  }
}
@media screen and (max-width: 870px) {
  .carousel__card img {
    max-width: 210px;
  }
  .carousel__card {
    max-width: 210px;
  }
}
@media screen and (max-width: 720px) {
  .carousel__card img {
    max-width: 190px;
  }
  .carousel__card {
    max-width: 190px;
  }
}
@media screen and (max-width: 1005px) {
  .order-kit {
    background-image: url("../assets/backgrounds/order-kit-background-mobile.svg");
    background-position: center;
    height: 721px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 2rem;
    padding-left: 6rem;
  }
  .order-kit__vector-bottom {
    display: none;
  }
  .order-kit__vector-right {
    display: none;
  }
  .order-kit__content {
    position: unset;
  }
}
@media screen and (max-width: 875px) {
  .welcome-section {
    height: auto;
    padding-top: 155px;
  }
  .welcome-section .section-layout__content {
    flex-wrap: wrap;
  }
  .welcome-section__actions a {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 872px) {
  #find-your-pem {
    padding-top: 0;
    height: auto;
  }
  #find-your-pem .section-layout__content {
    flex-wrap: wrap-reverse;
    justify-content: center;
    margin-top: 2rem;
  }
  #find-your-pem .section-wrapper {
    margin-bottom: 0rem;
    margin-top: 3rem;
  }
  /* .find-your-pem-section .section-layout__content .section-cards .section-wrapper__vector{
      top: 11rem;
  } */
  /* #find-your-pem .section-cards{
      width: 358px;
  } */
  /*  #find-your-pem .person-card__info{
      top: 59%;
  } */
  .carousel__card img {
    width: 475px;
  }
  .posts-section .carousel__wrapper {
    justify-content: unset !important;
    height: inherit !important;
  }
}
@media screen and (max-width: 676px) {
  .welcome-section__call-to-action {
    height: auto;
    display: block;
  }
  .welcome-section__call-to-action p {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 9px;
    text-align: center;
  }
  .welcome-section__call-to-action a {
    margin-bottom: 29px;
  }
  .order-kit {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 524px) {
  .welcome-section {
    height: 79rem;
  }
}
@media screen and (min-width: 676px) {
  .welcome-section {
    height: 76rem;
  }
}
@media screen and (min-width: 875px) {
  .welcome-section {
    height: 70rem;
  }
}
@media screen and (min-width: 876px) {
  .welcome-section {
    height: 45rem;
  }
}
@media screen and (min-width: 1024px) {
  .welcome-section {
    height: 49rem;
  }
}
@media screen and (max-width: 523px) {
  .welcome-section {
    padding-top: 160px;
    height: 79rem;
  }
}
@media screen and (max-width: 395.1px) {
  .order-kit {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .order-kit {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .welcome-section {
    height: 82rem;
  }
}
.footer {
  background-color: #6C4F79;
  overflow: hidden;
}
.footer p {
  color: white;
}
.footer__content {
  margin: 0 auto;
  max-width: 900px;
  padding: 50px 25px;
}
.footer__content .footer-brand,
.footer__content .footer-header,
.footer__content .footer-nav {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.footer__content .footer-brand__advise {
  font-size: 14px;
  letter-spacing: 1.6px;
  line-height: 22px;
}
.footer__content .footer-brand__logo {
  margin-bottom: 30px;
}
.footer__content .footer-header {
  font-size: 0;
  margin-top: 0;
  white-space: nowrap;
}
.footer__content .footer-header a,
.footer__content .footer-header p {
  display: inline-block;
  vertical-align: middle;
}
.footer__content .footer-header a {
  font-size: 0;
  height: auto;
  line-height: 1;
}
.footer__content .footer-header a:first-of-type {
  margin: 0 15px;
}
.footer__content .footer-header img {
  height: 28px;
  width: 28px;
}
.footer__content .footer-header p {
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.footer__content .footer-nav li {
  display: block;
  margin-bottom: 20px;
}
.footer__content .footer-nav li a {
  color: white;
  font-size: 14px;
  letter-spacing: 1.6px;
}
.footer__content .footer-nav li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .footer .footer-brand {
    font-size: 0;
  }
  .footer .footer-brand__advise, .footer .footer-brand__logo {
    display: inline-block;
    vertical-align: middle;
  }
  .footer .footer-brand__advise {
    font-size: 14px;
    margin-left: 30px;
    text-align: left;
    width: calc(100% - 200px - 30px);
  }
  .footer .footer-brand__logo {
    margin-bottom: 0;
    width: 200px;
  }
  .footer .footer-brand__logo img {
    width: 100%;
  }
  .footer .footer-nav li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .footer .footer-nav li:last-of-type {
    margin-right: 0;
  }
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 48px;
  margin-bottom: 0;
  background-image: url("../assets/backgrounds/resource-kit-main-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 95px;
}
@media screen and (min-width: 1024px) {
  .hero {
    margin-top: 134px;
  }
}

.hero-layout-modifier {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

@media screen and (max-width: 743px) {
  .hero-layout-modifier {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.hero-text {
  padding: auto;
  max-width: 500px;
}

@media screen and (max-width: 1258px) {
  .hero-text {
    margin-left: 5px;
  }
}
@media screen and (max-width: 839px) {
  .hero-text {
    margin-left: -15px;
  }
}
@media screen and (max-width: 743px) {
  .hero-text {
    margin: auto;
  }
}
.hero-text h1 {
  max-width: 500px;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 5%;
}

@media screen and (max-width: 839px) {
  .hero-text h1 {
    font-size: 37px;
  }
}
@media screen and (max-width: 480px) {
  .hero-text h1 {
    font-size: 32px;
  }
}
.hero-paragraph {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  max-width: 500px;
}

@media screen and (max-width: 839px) {
  .hero-paragraph {
    font-size: 18px;
  }
}
@media screen and (max-width: 743px) {
  .hero-paragraph {
    font-size: 21px;
  }
}
@media screen and (max-width: 400px) {
  .hero-paragraph {
    font-size: 18px;
  }
}
@media screen and (max-width: 418px) {
  .hero-text {
    margin-left: 10px;
  }
}
@media screen and (max-width: 397px) {
  .hero-text {
    margin-left: 0;
  }
}
form {
  max-width: 500px;
}

@media screen and (max-width: 839px) {
  #hero-form {
    margin-right: -20px;
  }
}
@media screen and (max-width: 743px) {
  #hero-form {
    margin: auto;
    width: 100%;
  }
}
.form-container {
  margin-left: 70px;
  padding-left: 55px;
  width: 564px;
  height: 530px;
  background-color: #ffffff;
  box-shadow: 0 0 25px rgb(216, 216, 216);
  box-shadow: 0 0 25px rgb(216, 216, 216);
  border-radius: 10px;
}

@media screen and (max-width: 1268px) {
  .form-container {
    margin-left: 30px;
    width: 450px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 839px) {
  .form-container {
    margin-top: 3rem;
    width: 400px;
  }
}
@media screen and (max-width: 743px) {
  .form-container {
    margin-left: 0;
  }
}
@media screen and (max-width: 605px) {
  .form-container {
    margin-top: 3rem;
    margin-right: 15px;
    width: 350px;
    height: 550px;
  }
}
@media screen and (max-width: 743px) {
  .form-container {
    height: 513px;
    width: 100%;
  }
}
@media screen and (max-width: 388px) {
  .form-container {
    margin-top: 3rem;
    height: auto !important;
    padding-bottom: 25px;
  }
}
.form-container h1 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 2.4px;
  margin-bottom: 20px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

@media screen and (max-width: 604px) {
  .form-container h1 {
    font-size: 26px;
  }
}
.form-title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.38px;
  margin-top: 20px;
  margin-bottom: -0.8rem;
  padding-top: 45px;
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

@media screen and (max-width: 743px) {
  .form-title {
    padding-top: 24px;
  }
}
.content-line-form {
  border-top: 1px solid #FFC803;
  height: 2px;
  max-width: 60px;
  padding: 0;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.hero ul {
  list-style: none;
  padding-left: 0;
}

.hero li a,
.card-container li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: inherit;
  width: inherit;
  background-color: #F2F2F2;
  border-radius: 5px;
}

.card-container li a:hover {
  background-color: #e7e7e7 !important;
}

.hero li {
  margin-top: 20px;
  border-radius: 5px;
  width: 450px;
  min-height: 44px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1268px) {
  .hero li {
    margin-left: 30px;
    width: 100%;
    margin-left: 0;
  }
}
.list-options a {
  text-decoration: none;
  color: #272727;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.list-options a:hover {
  background-color: #e7e7e7 !important;
}

.rsk {
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1056px) {
  .rsk {
    height: 220px;
    margin-top: -5.1px;
  }
}
@media screen and (max-width: 698px) {
  .rsk {
    background-image: url("../assets/backgrounds/rsk-section-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -5.1px;
  }
}
.rsk h1 {
  margin: 0;
  color: #8BD0EA;
  text-align: center;
  padding-bottom: 95px;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 803px) {
  .rsk h1 {
    margin-top: 5px;
  }
}
/* @media screen and (max-width: 448px) {
    .rsk h1 {
        width: 18rem;
        margin: auto;
    }
} */
.rsk-circle {
  position: absolute;
  width: 372px;
  height: 362;
  top: -30%;
  right: -5%;
}

@media screen and (max-width: 1100px) {
  .rsk-circle {
    right: -20%;
  }
}
@media screen and (max-width: 860px) {
  .rsk-circle {
    right: -30%;
  }
}
@media screen and (max-width: 750px) {
  .rsk-circle {
    right: -35%;
  }
}
.rsk-a {
  position: absolute;
  width: 71.44px;
  right: 250px;
  height: 21.81px;
  top: 38.38px;
  background: #E9DAF0;
  border-radius: 5px;
}

@media screen and (max-width: 1100px) {
  .rsk-a {
    right: 130px;
  }
}
.rsk-b {
  position: absolute;
  width: 54px;
  height: 31px;
  right: 73px;
  top: 46.28px;
  background: #8BD0EA;
  border-radius: 5px;
}

@media screen and (max-width: 1100px) {
  .rsk-b {
    right: 33px;
  }
}
.rsk-c {
  position: absolute;
  width: 92px;
  height: 51px;
  right: 54.28px;
  top: 141.2px;
  background: #6383C7;
  border-radius: 5px;
}

@media screen and (max-width: 1100px) {
  .rsk-c {
    right: 13px;
  }
}
.rsk-d {
  position: absolute;
  width: 17px;
  height: 18px;
  right: 235.71px;
  top: 110.1px;
}

@media screen and (max-width: 1100px) {
  .rsk-d {
    left: 868.35px;
  }
}
.rsk-e {
  position: absolute;
  width: 46.75px;
  height: 33.34px;
  left: 251.96px;
  top: 12.94px;
  background: #B799C4;
  border-radius: 5px;
}

@media screen and (max-width: 1026px) {
  .rsk-e {
    display: none;
  }
}
.rsk-f {
  position: absolute;
  width: 199.3px;
  height: 35.22px;
  left: -15.53px;
  top: 60.19px;
  background: #8BD0EA;
  border-radius: 5px;
}

@media screen and (max-width: 1100px) {
  .rsk-f {
    left: -77px;
  }
}
.rsk-g {
  position: absolute;
  width: 86.35px;
  height: 34.17px;
  left: 66.98px;
  top: 150.53px;
  background: #6383C7;
  border-radius: 5px;
}

@media screen and (max-width: 1100px) {
  .rsk-g {
    left: 5.51px;
  }
}
.rsk-h {
  position: absolute;
  width: 17px;
  height: 18px;
  left: 342.33px;
  top: 128.1px;
}

@media screen and (max-width: 1100px) {
  .rsk-h {
    left: 270.86px;
  }
}
@media screen and (max-width: 860px) {
  .rsk-h {
    display: none;
  }
}
@media screen and (max-width: 698px) {
  .rsk-a {
    display: none;
  }
  .rsk-b {
    display: none;
  }
  .rsk-c {
    display: none;
  }
  .rsk-d {
    display: none;
  }
  .rsk-circle {
    display: none;
  }
  .rsk-f {
    display: none;
  }
  .rsk-g {
    display: none;
  }
  .rsk-h {
    display: none;
  }
  .rsk h1 {
    max-width: 345px;
    margin: auto;
  }
  .rsk {
    padding-bottom: 3rem;
    min-width: 428px;
    height: 186px;
    padding-top: 29px;
  }
}
@media screen and (max-width: 429px) {
  .rsk {
    min-width: unset;
    max-width: 428px;
  }
}
@media screen and (max-width: 358px) {
  .rsk {
    padding-top: 60px;
  }
}
.info-section {
  padding: 0;
  margin: auto;
  max-width: 2100px;
  box-sizing: border-box;
  position: relative;
  padding-top: 51px;
  padding-bottom: 150px;
  width: 100%;
  height: 460px;
  background-image: url("../assets/backgrounds/resource-kit-main-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 878px) {
  .info-section {
    height: 1080px;
    margin-bottom: -6px;
  }
}
@media screen and (max-width: 513px) {
  .info-section {
    height: 1180px;
  }
}
@media screen and (max-width: 388px) {
  .info-section {
    height: 1195px;
    padding-bottom: 105px;
  }
}
@media screen and (max-width: 358px) {
  .info-section {
    height: auto;
    padding-bottom: 20px;
  }
}
#blue-icons-rsk {
  display: none;
}

.info-wrapper {
  padding: 0;
  margin: 0;
  max-width: 2100px;
  box-sizing: border-box;
  display: flex;
  width: 96%;
  height: 100%;
  margin-top: -100px;
  justify-content: center;
}

@media screen and (max-width: 878px) {
  .info-wrapper {
    display: block;
    text-align: center;
    width: auto;
  }
}
.info-section-1 {
  padding: 0;
  margin: 0;
  max-width: 2100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 29.13%;
  margin-left: 3.84%;
}

@media screen and (max-width: 878px) {
  .info-section-1 {
    width: 69.13%;
    margin: auto;
  }
  #black-icons {
    display: none;
  }
  #blue-icons-rsk {
    display: unset;
  }
}
.mid-section-images {
  padding: 0;
  margin: 0;
  max-width: 2100px;
  box-sizing: border-box;
}

.image-container {
  padding: 0;
  margin: 0;
  max-width: 2100px;
  box-sizing: border-box;
}

.lightbulb {
  padding: 0;
  margin-bottom: 20px;
  max-width: 2100px;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
}

.info-titles h3 {
  padding: 0;
  margin-bottom: 20px;
  max-width: 2100px;
  box-sizing: border-box;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 28px;
  font-style: normal;
  color: #15212B;
  letter-spacing: 0.38px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 20px;
}

.info-content {
  padding: 0;
  margin: 0;
  max-width: 2100px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#info-content-1 {
  padding: 0;
  margin: 0;
  max-width: 400px;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  color: #15212B;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  height: 120px;
  padding-left: 11px;
  padding-right: 11px;
}

.no-wrap {
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  color: #15212B;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  max-width: 2100px;
  box-sizing: border-box;
  white-space: nowrap;
}

.info-content-line1 {
  padding: 0;
  margin: 0;
  max-width: 2100px;
  box-sizing: border-box;
  width: 120px;
  height: 0px;
  border: 1px solid #8BD0EA;
  transform: rotate(-90deg) translateX(15px);
  position: absolute;
  left: 34%;
  top: 23%;
}

@media screen and (max-width: 1470px) {
  .info-content-line1 {
    left: 33%;
  }
}
@media screen and (max-width: 1370px) {
  .info-content-line1 {
    left: 32%;
  }
}
@media screen and (max-width: 1280px) {
  .info-content-line1 {
    left: 31%;
  }
}
@media screen and (max-width: 1233px) {
  .info-content-line1 {
    left: 30%;
  }
}
@media screen and (max-width: 930px) {
  .info-content-line1 {
    left: 29%;
  }
}
@media screen and (max-width: 1073px) {
  .info-content-line1 {
    left: 29%;
  }
}
@media screen and (max-width: 908px) {
  .info-content-line1 {
    left: 28%;
  }
}
@media screen and (max-width: 791px) {
  .info-content-line1 {
    left: 27%;
  }
}
@media screen and (max-width: 768px) {
  .info-content-line1 {
    left: 27%;
    transform: rotate(-90deg) translateX(15px);
  }
}
@media screen and (max-width: 878px) {
  .info-content-line1 {
    left: 36%;
    top: 20%;
    transform: rotate(0deg) translateX(55px);
    border: 1px solid #8BD0EA;
    display: none;
  }
  #info-content-1 {
    height: auto;
    padding-bottom: 1rem;
  }
  #info-content-2 {
    height: auto;
    padding-bottom: 1rem;
  }
  .info-content {
    display: block;
  }
  .rsk-line-mobile {
    background-color: white;
    height: 1px;
    width: 120px;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
.info-section-2 {
  padding: 0;
  margin: 0;
  max-width: 2100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  width: 29.13%;
}

@media screen and (max-width: 878px) {
  .info-section-2 {
    width: 69.13%;
    margin-top: 3rem;
    margin: auto;
  }
}
.chat-boxes {
  padding: 0;
  margin-bottom: 20px;
  max-width: 2100px;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
}

#info-content-2 {
  padding: 0;
  margin: 0;
  max-width: 380px;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #15212B;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  height: 120px;
}

.info-content-line2 {
  padding-bottom: 0px;
  margin: 0;
  max-width: 2100px;
  box-sizing: border-box;
  width: 120px;
  height: 0px;
  border: 1px solid #8BD0EA;
  transform: rotate(-90deg) translateX(15px);
  position: absolute;
  left: 58.5%;
  top: 23%;
}

@media screen and (max-width: 1280px) {
  .info-content-line2 {
    left: 59.5%;
  }
}
@media screen and (max-width: 1161px) {
  .info-content-line2 {
    left: 59%;
  }
}
@media screen and (max-width: 1073px) {
  .info-content-line2 {
    left: 59.5%;
  }
}
@media screen and (max-width: 1014px) {
  .info-content-line2 {
    left: 59%;
  }
}
@media screen and (max-width: 930px) {
  .info-content-line2 {
    left: 58.5%;
  }
}
@media screen and (max-width: 860px) {
  .info-content-line2 {
    left: 58%;
  }
}
@media screen and (max-width: 768px) {
  .info-content-line2 {
    left: 57%;
    transform: rotate(-90deg) translateX(15px);
  }
}
@media screen and (max-width: 878px) {
  .info-content-line2 {
    display: none;
  }
}
.info-section-3 {
  padding: 0;
  margin: 0;
  max-width: 2100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  width: 29.13%;
}

@media screen and (max-width: 878px) {
  .info-section-3 {
    width: 69.13%;
    margin: auto;
    margin-top: 0rem;
  }
}
@media screen and (max-width: 352px) {
  .info-section-3 {
    margin-top: 3rem;
  }
}
.video-image {
  padding: 0;
  margin-bottom: 20px;
  max-width: 2100px;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
}

#info-content-3 {
  padding: 0;
  margin: 0;
  max-width: 380px;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  color: #15212B;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  height: 120px;
}

.scroll-button-container {
  width: 17rem;
  margin: auto;
  margin-top: 7rem;
  margin-bottom: 5rem;
}

.scroll-button-container a {
  font-weight: 400;
  padding-top: 90px;
  height: 50px;
}

@media screen and (max-width: 1024px) {
  .scroll-button-container {
    margin-top: 9rem;
    margin-bottom: 2rem;
  }
}
/* 
@media screen and (max-width: 986px) {
    .scroll-button-container {
        margin-top: 12%;
    }
}

@media screen and (max-width: 838px) {
    .scroll-button-container {
        margin-top: 18%;
    }
}

@media screen and (max-width: 696px) {
    .scroll-button-container {
        margin-top: 22%;
    }
} */
@media screen and (max-width: 878px) {
  .scroll-button-container {
    margin-bottom: 0;
    margin-top: 11rem;
  }
}
@media screen and (max-width: 530px) {
  .scroll-button-container {
    width: 90%;
    margin-top: 12rem;
  }
  .scroll-button-container a {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 513px) {
  .scroll-button-container {
    width: 90%;
    margin-top: 11rem;
  }
}
@media screen and (max-width: 389px) {
  .scroll-button-container {
    width: 90%;
    margin-top: 8rem;
  }
}
/* @media screen and (max-width: 480px) {
    .scroll-button-container {
        margin-top: 32%;
    }
}
@media screen and (max-width: 459px) {
    .scroll-button-container {
        margin-top: 39%;
    }
}
@media screen and (max-width: 402px) {
    .scroll-button-container {
        margin-top: 47%;
    }
}
@media screen and (max-width: 388px) {
    .scroll-button-container {
        margin-top: 35%;
    }
}

@media screen and (max-width: 340px) {
    .scroll-button-container {
        margin-top: 36%;
    }
} */
.what-causes-it-title__area {
  background-image: url("../assets/backgrounds/relativewithAHUS-background.PNG");
  background-repeat: no-repeat;
  background-size: cover;
  height: 19rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 425px) {
  .what-causes-it-title__area {
    height: 18rem;
  }
}
@media screen and (min-width: 768px) {
  .what-causes-it-title__area {
    height: 17rem;
  }
}
@media screen and (max-width: 1024px) {
  .what-causes-it-title__area {
    margin-top: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .what-causes-it-title__area {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1100px) {
  .what-causes-it-title__area {
    height: 19.875rem;
    margin-top: 0;
  }
}

.content-info {
  padding-top: 1.875rem;
  right: 4rem;
  text-align: center;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.0238rem;
  padding-bottom: 2rem;
  margin-top: -55px;
}
@media screen and (min-width: 1100px) {
  .content-info {
    margin-top: 0px;
  }
}

.content-info h2 {
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.content-info p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  padding-top: 1.25rem;
  text-align: center;
  max-width: 765px;
  margin: 0 auto;
  color: #62708E;
}

.ahus-causes-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  width: 100%;
  margin-bottom: 3.5rem;
}

.ahus-causes-area {
  max-width: 564px;
  height: auto;
  margin: auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .ahus-causes-area {
    margin: unset;
    margin-bottom: 0;
  }
  .ahus-causes-area.graphic {
    text-align: center;
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1268px) {
  .ahus-causes-area.graphic {
    margin-left: 0;
  }
}
.ahus-causes-area.ahus-genetics-info {
  max-width: initial;
}
@media screen and (min-width: 1024px) {
  .ahus-causes-area.ahus-genetics-info {
    max-width: 31.25rem;
  }
}
.ahus-causes-area.genetics-info__area .ahus-genetics__img {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .ahus-causes-area.genetics-info__area {
    margin-left: 0;
  }
}
@media screen and (min-width: 1366px) {
  .ahus-causes-area.genetics-info__area {
    width: 23.625rem;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
  }
}

.ahus-causes-area .watch-video {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  padding-bottom: 0.3125rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.5rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  color: #6383C7;
}

.ahus-causes-area h2 {
  line-height: 2.5rem;
  font-size: 1.875rem;
  letter-spacing: 0.0325rem;
  padding-bottom: 1.25rem;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ahus-causes-area h2 {
    max-width: 35.25rem;
  }
}

.vector {
  width: 61px;
  left: 1282px;
  height: 0px;
  border: 1px solid #FFC803;
  bottom: 20px;
}

.ahus-causes-area p a b {
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.025rem;
  padding-top: 0.125rem;
  gap: 0.625rem;
  order: 2;
  align-self: stretch;
  height: 1.25rem;
}

.ahus-causes-area a {
  color: #007AA8;
  text-decoration: underline;
  text-decoration-color: #007AA8;
}

.middle-content-area {
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding-top: 2.5rem;
  overflow: hidden;
}

.yellow-small-circle {
  position: absolute;
  top: -5%;
  left: 0%;
}
@media screen and (min-width: 768px) {
  .yellow-small-circle {
    top: 12%;
    left: -4%;
  }
}
@media screen and (min-width: 1024px) {
  .yellow-small-circle {
    top: 20%;
    left: -3%;
  }
}
@media screen and (min-width: 1440px) {
  .yellow-small-circle {
    top: 15%;
    left: 3%;
  }
}

.blue-small-circle {
  position: absolute;
  top: 5%;
  left: 20%;
}
@media screen and (min-width: 768px) {
  .blue-small-circle {
    top: 65%;
    left: 0%;
  }
}
@media screen and (min-width: 1024px) {
  .blue-small-circle {
    top: 70%;
    left: 5%;
  }
}
@media screen and (min-width: 1440px) {
  .blue-small-circle {
    top: 65%;
    left: 10%;
  }
}

.ahus-causes-middle__desc {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.026rem;
  color: #FFFFFF;
  width: 762px;
  margin: 0 auto;
  padding: 0;
}
.ahus-causes-middle__desc span {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.ahus-causes-middle__desc b {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  color: #8BD0EA;
}

.formula {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.6px;
  color: #D1E9F2;
  opacity: 0.7;
  margin-top: 30px;
}
@media screen and (min-width: 425px) {
  .formula {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .formula {
    margin-top: 2.8125rem;
  }
}
@media screen and (min-width: 800px) {
  .formula {
    margin-top: 3.125rem;
  }
}

.yellow-circle-area .lined-circle-img {
  position: absolute;
  left: 60%;
  top: 40%;
  width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .yellow-circle-area .lined-circle-img {
    left: 91%;
    top: -110%;
    width: 40.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .yellow-circle-area .lined-circle-img {
    left: 90%;
    top: -72%;
    width: 41.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .yellow-circle-area .lined-circle-img {
    left: 95%;
    top: -80%;
    width: 45.25rem;
  }
}
@media screen and (min-width: 2500px) and (max-width: 2560px) {
  .yellow-circle-area .lined-circle-img {
    width: 50.25rem;
  }
}

.ahus-triggers-area {
  margin-bottom: 5rem;
}

@media screen and (max-width: 1024px) {
  .ahus-triggers-area {
    margin-bottom: 3.75rem;
  }
}
.ahus-causes-area .ahus-triggers__title {
  padding-bottom: 0.9375rem;
}

.ahus-causes-area .ahus-triggers__desc {
  width: 100%;
}

.ahus-triggers {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.ahus-triggers .ahus-triggers-icons {
  text-align: center;
}
.ahus-triggers .ahus-triggers-icons:not(:last-of-type) {
  margin-bottom: 2.125rem;
}
@media screen and (min-width: 1024px) {
  .ahus-triggers .ahus-triggers-icons {
    flex: 1 1 auto;
    max-width: 9.2rem;
  }
  .ahus-triggers .ahus-triggers-icons:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.ahus-triggers .ahus-triggers-icons .ahus-trigger-img__area {
  margin-bottom: 0.5rem;
}
.ahus-triggers .ahus-triggers-top,
.ahus-triggers .ahus-triggers-bottom {
  width: 9.25rem;
}
.ahus-triggers .ahus-trigger-icon {
  width: 5rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 1024px) {
  .ahus-triggers {
    margin-top: 0rem;
  }
}
.ahus-triggers-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 0px;
  gap: 0.625rem;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .ahus-triggers-top {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .ahus-triggers-top {
    margin-bottom: 0px;
  }
}
.ahus-triggers-icons p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.0189rem;
  text-align: center;
}

.ahus-icons-desc {
  width: 100%;
  margin: 0 auto;
}

.hypertension-img {
  padding-top: 0.9375rem;
  padding-left: 0.3125rem;
}

.autoimmune-img {
  padding-left: 0.3125rem;
}

#tma-link {
  text-decoration: underline;
}

#forward {
  width: 21px;
  height: 100%;
}

#tma-damage-description {
  font-weight: bold;
}

.ahus-autoimmune-icon__desc {
  width: 9.6875rem;
}

.ahus-triggers-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 0.625rem;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .ahus-triggers-bottom {
    display: block;
  }
}

.infection-trigger-area {
  padding-left: 0.3125rem;
}

.ahus-infection-icon__desc {
  padding-left: 2.8125rem;
}

.ahus-genetics-content__area {
  display: flex;
}

.ahus-triggers-img__desc {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.0189rem;
  color: #8D679E;
  margin: 0 auto;
  margin-bottom: 1.8125rem;
  text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .ahus-triggers-img__desc {
    font-size: 0.875rem;
    width: 12.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .ahus-triggers-img__desc {
    font-size: 0.9375rem;
    text-align: center;
  }
}
.ahus-genetics__img {
  max-width: 600px;
  height: auto;
  margin-top: 0.625rem;
}

.ahus-causes-area .ahus-genetics__title {
  padding-bottom: 0.9375rem;
}

.vector-reverse {
  width: 61px;
  height: 0px;
  border: 1px solid #FFC803;
  bottom: 5px;
}

@media screen and (min-width: 320px) and (max-width: 1000px) {
  .ahus-triggers-content {
    display: flex;
    order: 2;
    justify-content: space-evenly;
    align-self: initial;
  }
}
@media screen and (min-width: 600px) {
  .ahus-triggers-content {
    justify-content: center;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .ahus-triggers-content {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .ahus-triggers-content .ahus-triggers-top,
  .ahus-triggers-content .ahus-triggers-bottom {
    width: 100%;
    justify-content: space-evenly;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .ahus-triggers-content .ahus-triggers-top,
  .ahus-triggers-content .ahus-triggers-bottom {
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 768px) {
  .ahus-causes-container {
    gap: 0rem;
    margin-bottom: 0rem;
  }
  .uncontrolled-system__area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    margin-bottom: 3.125rem;
  }
  .ahus-causes-area h2 {
    max-width: 34.375rem;
  }
  .ahus-causes-area p a b {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
  .ahus-causes-area .ahus-causes__graphic {
    margin-left: 9.375rem;
    display: flex;
    flex-direction: row;
  }
  .ahus-triggers__desc {
    width: 25rem;
    margin-right: auto;
  }
  .ahus-triggers-top {
    display: block;
    margin-top: 0rem;
    padding: 0px;
    gap: 0.625rem;
    order: 1;
  }
  .ahus-triggers-bottom {
    display: block;
    margin-top: 0rem;
    padding: 0px;
    gap: 0.625rem;
    order: 2;
  }
  .ahus-triggers-icons p {
    font-size: 0.8125rem;
  }
  .ahus-icons-desc {
    text-align: center;
    padding-left: 0rem;
  }
  .ahus-triggers-img__desc {
    font-size: 0.875rem;
    width: 12.5rem;
    text-align: center;
  }
  .pregnancy-trigger__area {
    margin-left: 1.5625rem;
    margin-top: 0.3125rem;
  }
  .pregnancy-trigger__area .pregnancy-img {
    margin-left: 0.1875rem;
  }
  .autoimmune-trigger__area {
    margin-top: 0.5rem;
  }
  .infection-trigger-area {
    padding-right: 0.9375rem;
  }
  .transplants-trigger__area .transplants-img {
    margin-left: 1.25rem;
  }
  .ahus-genetics__img {
    padding: 0;
    margin: 6.25rem auto;
    width: 12.5rem;
    height: auto;
  }
  .ahus-causes-area .ahus-genetics-info {
    margin: 0;
    padding: 0;
  }
  .ahus-genetics-info .ahus-genetics__desc {
    width: 25rem;
  }
  .ahus-genetics-content__area .ahus-genetics__img {
    margin: 0;
    padding-top: 6.25rem;
    padding-right: 2.1875rem;
    padding-left: 4.1875rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .ahus-genetics-content__area .ahus-genetics__img {
    padding-left: 2.1875rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .ahus-genetics-content__area .ahus-genetics__img {
    padding-left: 0%;
  }
}
.content-info h2 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .content-info h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .content-info h2 {
    font-size: 2.5rem;
  }
}

.content-info p {
  padding-top: 0.625rem;
  font-size: 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .content-info p {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .middle-info {
    max-width: 47.625rem;
    margin: 0 auto;
  }
  .middle-info .ahus-causes-middle__desc {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.42px;
  }
}

.primary-content-area {
  padding-top: 2rem;
}

.ahus-causes-area .ahus-causes__graphic {
  margin: 0 auto;
  max-width: 22.5rem;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .ahus-causes-area .ahus-causes__graphic {
      margin-top: 2.6987rem;
    }
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 600px) {
  .ahus-causes-area .ahus-causes__graphic {
    max-width: initial;
  }
}
@media screen and (min-width: 1024px) {
  .ahus-causes-area .ahus-causes__graphic {
    max-width: 21.875rem;
  }
}

.ahus-causes-middle__desc {
  width: 100%;
  font-size: 1.4375rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ahus-causes-middle__desc {
    font-size: 1.375rem;
    margin-top: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .ahus-causes-middle__desc {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 2200px) {
  .ahus-causes-middle__desc {
    margin-top: 3rem;
  }
}

.middle-content-area {
  width: 100%;
  height: 387px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .middle-content-area {
    height: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .middle-content-area {
    height: 30%;
  }
}
@media screen and (min-width: 1850px) {
  .middle-content-area {
    height: 23%;
  }
}
@media screen and (min-width: 2200px) {
  .middle-content-area {
    height: 20%;
  }
}

.secondary-content-area {
  padding-top: 2.5rem;
  margin-bottom: 3.5rem;
}

.ahus-causes-container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ahus-causes-container {
    flex-direction: row;
    margin-bottom: 3.75rem;
    align-items: center;
  }
  .ahus-causes-container.uncontrolled-system__area {
    flex-direction: column;
  }
  .ahus-causes-container .ahus-triggers-area {
    margin-bottom: 0;
    order: initial;
  }
  .ahus-causes-container .ahus-triggers {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .ahus-causes-container.uncontrolled-system__area {
    flex-direction: row;
    justify-content: space-between;
  }
}

.ahus-genetics-content__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .ahus-genetics-content__area {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
  }
}
@media screen and (min-width: 1366px) {
  .ahus-genetics-content__area {
    grid-template-columns: 1fr 1fr;
  }
}

.ahus-triggers-area {
  order: 2;
}

.ahus-triggers {
  padding-bottom: 2.5rem;
}

.ahus-triggers__desc {
  width: 22.8125rem;
}

.genetics-info__area .ahus-genetics__img {
  padding-top: 0rem;
  margin: 0 auto;
  padding-bottom: 2.5rem;
  padding-right: 0px;
  width: 110%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .genetics-info__area .ahus-genetics__img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .genetics-info__area .ahus-genetics__img {
    max-width: 26.5625rem;
  }
}

.ahus-genetics-info .ahus-genetics__desc {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .ahus-genetics-info {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 1366px) {
  .ahus-genetics-info {
    margin-left: 0;
  }
}

.top-main-section {
  background-image: url("../assets/backgrounds/relativewithAHUS-background.PNG");
  background-repeat: no-repeat;
  background-size: cover;
  height: 27rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 100px;
  margin-top: -55px;
}
@media screen and (min-width: 768px) {
  .top-main-section {
    height: 21rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-main-section {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .top-main-section {
    margin-top: -7px;
  }
}
@media screen and (min-width: 1100px) {
  .top-main-section {
    height: 22rem;
    margin-top: 0px;
  }
}

.top-content-info {
  padding-top: 1.875rem;
  right: 4rem;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 3rem;
  letter-spacing: 0.0238rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .top-content-info {
    font-size: 2rem;
  }
}

.who-does-affect__title {
  width: 14.5rem;
  margin: 0 auto;
  font-weight: 700;
  line-height: 2.5rem;
  font-size: 2rem;
  margin-bottom: 1.25rem;
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (min-width: 768px) {
  .who-does-affect__title {
    width: 43.75rem;
    margin-bottom: 1.875rem;
    font-size: 2.5rem;
  }
}

.top-section-info h2 {
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.top-content-info p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.75rem;
  text-align: center;
  max-width: 59.375rem;
  margin: 0 auto;
  color: #62708E;
}
@media screen and (min-width: 375px) {
  .top-content-info p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .top-content-info p {
    font-size: 1rem;
    margin-top: 1.25rem;
    margin: 0 auto;
    width: 43.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-content-info p {
    width: 59.375rem;
    font-size: 1.25rem;
  }
}

.primary-info-area {
  padding-top: 2.9rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .primary-info-area {
    padding-top: 4.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .primary-info-area {
    padding-top: 6.0625rem;
    padding-bottom: 6.25rem;
  }
  .primary-info-area .section-wrapper {
    max-width: 47.6875rem;
  }
}
@media screen and (min-width: 1100px) {
  .primary-info-area .section-layout {
    max-width: 47.6875rem;
  }
}

.ahus-info-container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ahus-info-container .ahus-desc-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 2.5rem;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
}
.ahus-info-container .purple-bold-text {
  color: #6C4F79;
}
.ahus-info-container .blue-bold-text {
  color: #007AA8;
}
.ahus-info-container .ahus-desc-info .ahus-desc__background {
  background-image: url(/assets/images/atypical-ahus-desc.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 82% 0%;
  width: 100%;
  height: 9.4375rem;
  margin-bottom: 1.25rem;
  border-radius: 0.625rem;
}
@media screen and (min-width: 375px) {
  .ahus-info-container .ahus-desc-info .ahus-desc__background {
    background-position: 82% 0%;
  }
}
@media screen and (min-width: 400px) {
  .ahus-info-container .ahus-desc-info .ahus-desc__background {
    background-position: 83% 0%;
  }
}
@media screen and (min-width: 768px) {
  .ahus-info-container .ahus-desc-info .ahus-desc__background {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 900px) {
  .ahus-info-container .ahus-desc-info .ahus-desc__background {
    width: 102%;
  }
}
@media screen and (min-width: 1268px) {
  .ahus-info-container .ahus-desc-info .ahus-desc__background {
    width: 84%;
  }
}
@media screen and (min-width: 1000px) {
  .ahus-info-container .ahus-desc-info .ahus-desc__background {
    width: 100%;
    margin: auto;
    min-height: 14.375rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1300px) {
  .ahus-info-container .ahus-desc-info .ahus-desc__background {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1440px) {
  .ahus-info-container .ahus-desc-info .ahus-desc__background {
    width: 100%;
  }
}
.ahus-info-container .ahus-desc-info p {
  margin-bottom: 2.8438rem;
  font-size: 1.1875rem;
}
@media screen and (min-width: 375px) {
  .ahus-info-container .ahus-desc-info p {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 425px) {
  .ahus-info-container .ahus-desc-info p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .ahus-info-container .ahus-desc-info p {
    font-size: 24px;
    width: 34.125rem;
    margin: 0 auto;
    margin-bottom: 2.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .ahus-info-container .ahus-desc-info p {
    font-size: 1.5rem;
    width: 35rem;
  }
}
@media screen and (min-width: 1440px) {
  .ahus-info-container .ahus-desc-info p {
    font-size: 1.625rem;
    width: 37rem;
  }
}
.ahus-info-container .adults-desc-info {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ahus-info-container .adults-desc-info {
    margin: 0 auto;
  }
}
.ahus-info-container .adults-desc-info .adults-desc__img {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .ahus-info-container .adults-desc-info .adults-desc__img {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .ahus-info-container .adults-desc-info .adults-desc__img {
    min-height: 10.875rem;
  }
}
.ahus-info-container .adults-desc-info p {
  margin-bottom: 2.8438rem;
  font-size: 1.1875rem;
}
@media screen and (min-width: 375px) {
  .ahus-info-container .adults-desc-info p {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 425px) {
  .ahus-info-container .adults-desc-info p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .ahus-info-container .adults-desc-info p {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 900px) {
  .ahus-info-container .adults-desc-info p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .ahus-info-container .adults-desc-info p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .ahus-info-container .adults-desc-info p {
    width: 29.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .ahus-info-container .adults-desc-info p {
    font-size: 1.625rem;
    width: 100%;
  }
}
.ahus-info-container .child-desc-info {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ahus-info-container .child-desc-info {
    margin: 0 auto;
  }
}
.ahus-info-container .child-desc-info .child-desc__img {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .ahus-info-container .child-desc-info .child-desc__img {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .ahus-info-container .child-desc-info .child-desc__img {
    min-height: 10.875rem;
  }
}
.ahus-info-container .child-desc-info p {
  font-size: 1.1875rem;
}
@media screen and (min-width: 375px) {
  .ahus-info-container .child-desc-info p {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 425px) {
  .ahus-info-container .child-desc-info p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .ahus-info-container .child-desc-info p {
    width: 21.25rem;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 900px) {
  .ahus-info-container .child-desc-info p {
    font-size: 1.5rem;
    width: 22.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .ahus-info-container .child-desc-info p {
    font-size: 1.5rem;
    width: 26.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .ahus-info-container .child-desc-info p {
    font-size: 1.625rem;
  }
}

.secondary-info-area {
  background-color: #F0F8FC;
  padding-bottom: 6rem;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .secondary-info-area {
    padding-top: 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .secondary-info-area {
    padding-top: 6.625rem;
  }
}
@media screen and (min-width: 1100px) {
  .secondary-info-area {
    padding-top: 10.625rem;
  }
}

.education-info-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.education-info-container .education-info-area {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .education-info-container {
    flex-direction: row;
  }
  .education-info-container .education-info-area {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

.brochures {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.brochures .brochures__group {
  position: relative;
}
.brochures .brochures__group:not(:last-of-type) {
  margin-right: 0.25rem;
}
@media screen and (min-width: 425px) {
  .brochures .brochures__group:not(:last-of-type) {
    margin-right: 0.4612rem;
  }
}
.brochures .brochures__group:last-of-type {
  transform: translateY(9%);
}
.brochures .brochures__group:last-of-type .rectangle.rectangle--primary-blue-50 {
  left: 0px;
  top: -25px;
}
.brochures .brochures__group .cover-patient {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .brochures .brochures__group .cover-patient {
    max-width: 16.3125rem;
    max-height: 21.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .brochures .brochures__group .cover-patient {
    max-width: 10.905rem;
    max-height: 14.5819rem;
  }
}
@media screen and (min-width: 1100px) {
  .brochures .brochures__group .cover-patient {
    max-width: 16.3125rem;
    max-height: 21.8125rem;
  }
}
.brochures .brochures__group .cover-caregiver {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .brochures .brochures__group .cover-caregiver {
    max-width: 16.375rem;
    max-height: 21.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .brochures .brochures__group .cover-caregiver {
    max-width: 10.9469rem;
    max-height: 14.5819rem;
  }
}
@media screen and (min-width: 1100px) {
  .brochures .brochures__group .cover-caregiver {
    max-width: 16.375rem;
    max-height: 21.8125rem;
  }
}
.brochures .brochures__group .rectangle {
  position: absolute;
  z-index: 1;
}
.brochures .brochures__group .rectangle.rectangle--primary-purple-500 {
  background-color: #6C4F79;
  width: 2.2163rem;
  height: 19.66px;
  top: -10px;
  right: 5px;
}
@media screen and (min-width: 1100px) {
  .brochures .brochures__group .rectangle.rectangle--primary-purple-500 {
    width: 3.3044rem;
    height: 1.8319rem;
  }
}
.brochures .brochures__group .rectangle.rectangle--primary-blue-50 {
  background-color: #F0F8FC;
  width: 1.3006rem;
  height: 0.7469rem;
  bottom: -6px;
  left: -15px;
}
@media screen and (min-width: 1100px) {
  .brochures .brochures__group .rectangle.rectangle--primary-blue-50 {
    width: 1.9394rem;
    height: 1.1131rem;
  }
}
.brochures .brochures__group .rectangle.rectangle--gradient-light {
  width: 2.2163rem;
  height: 1.2288rem;
  right: 0px;
  bottom: -20px;
}
@media screen and (min-width: 1100px) {
  .brochures .brochures__group .rectangle.rectangle--gradient-light {
    width: 3.3044rem;
    height: 1.8319rem;
    bottom: -29px;
  }
}
.brochures .brochures__group .gold-circle {
  position: absolute;
  width: 17.9956rem;
  z-index: -1;
  bottom: 0px;
  left: 0px;
}
@media screen and (min-width: 425px) {
  .brochures .brochures__group .gold-circle {
    width: 19.9956rem;
    bottom: 0.25rem;
  }
}
@media screen and (min-width: 500px) {
  .brochures .brochures__group .gold-circle {
    width: 22.9956rem;
  }
}
@media screen and (min-width: 600px) {
  .brochures .brochures__group .gold-circle {
    width: 25.9956rem;
  }
}
@media screen and (min-width: 1024px) {
  .brochures .brochures__group .gold-circle {
    width: 19.5625rem;
    left: -7px;
    bottom: 1.25rem;
  }
}
@media screen and (min-width: 1100px) {
  .brochures .brochures__group .gold-circle {
    width: 27.75rem;
    left: 0px;
    bottom: -0.25rem;
  }
}
.brochures--secondary {
  margin-top: 1rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .brochures--secondary {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .brochures--secondary {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    left: -27px;
  }
}
@media screen and (min-width: 1268px) {
  .brochures--secondary {
    left: -94px;
  }
}
.brochures--secondary .brochures__group {
  transform: none !important;
}
.brochures--secondary .brochures__group:not(:last-of-type) {
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .brochures--secondary .brochures__group:not(:last-of-type) {
    margin-right: 1.4425rem;
  }
}
.brochures--secondary .brochures__group .rectangle {
  z-index: 2;
}
.brochures--secondary .brochures__group .rectangle.rectangle--primary-blue-50 {
  left: 0;
  bottom: auto;
  top: -2.1875rem;
}
@media screen and (min-width: 768px) {
  .brochures--secondary .brochures__group .rectangle.rectangle--primary-blue-50 {
    background-color: #D1E9F2;
    top: auto;
    bottom: 100%;
    left: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .brochures--secondary .brochures__group .rectangle.rectangle--primary-blue-50 {
    width: 31.03px;
    height: 17.81px;
    bottom: calc(100% + 10px);
  }
}
.brochures--secondary .brochures__group .rectangle.rectangle--gradient-light {
  right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .brochures--secondary .brochures__group .rectangle.rectangle--gradient-light {
    width: 37.4px;
    height: 20.73px;
    right: -0.3125rem;
  }
}
@media screen and (min-width: 1100px) {
  .brochures--secondary .brochures__group .rectangle.rectangle--gradient-light {
    width: 52.87px;
    height: 29.31px;
    right: 0;
    top: calc(100% + 5px);
  }
}
.brochures--secondary .brochures__group .rectangle.rectangle--primary-purple-500 {
  right: auto;
  left: -9px;
  top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .brochures--secondary .brochures__group .rectangle.rectangle--primary-purple-500 {
    width: 37.4px;
    height: 20.73px;
    z-index: 1;
  }
}
@media screen and (min-width: 1100px) {
  .brochures--secondary .brochures__group .rectangle.rectangle--primary-purple-500 {
    width: 52.87px;
    height: 29.31px;
  }
}
.brochures--secondary .brochures__group .gold-circle {
  z-index: 0;
  top: 50%;
  bottom: auto;
  left: -25px;
  transform: translateY(-50%);
  width: 230px;
}
@media screen and (min-width: 425px) {
  .brochures--secondary .brochures__group .gold-circle {
    width: 270px;
  }
}
@media screen and (min-width: 600px) {
  .brochures--secondary .brochures__group .gold-circle {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .brochures--secondary .brochures__group .gold-circle {
    display: initial;
    transform: none;
    top: -123px;
    left: -352px;
    z-index: -1;
  }
}
.brochures--secondary .brochures__group .cover-patient,
.brochures--secondary .brochures__group .cover-caregiver {
  position: relative;
  z-index: 1;
  box-shadow: 0px 6.742082119px 47.1945724487px 0px rgba(0, 26, 82, 0.1);
}
@media screen and (min-width: 425px) {
  .brochures--secondary .brochures__group .cover-patient,
  .brochures--secondary .brochures__group .cover-caregiver {
    max-width: 185.35px;
    max-height: 246.89px;
  }
}
@media screen and (min-width: 600px) {
  .brochures--secondary .brochures__group .cover-patient,
  .brochures--secondary .brochures__group .cover-caregiver {
    max-width: 185.35px;
    max-height: 246.89px;
  }
}
@media screen and (min-width: 1100px) {
  .brochures--secondary .brochures__group .cover-patient,
  .brochures--secondary .brochures__group .cover-caregiver {
    width: 261px;
    height: 349px;
    max-width: initial;
    max-height: initial;
  }
}

@media screen and (min-width: 1100px) {
  .adult-brochure-text__inner {
    max-width: 87%;
  }
}
@media screen and (min-width: 1268px) {
  .adult-brochure-text__inner {
    max-width: initial;
  }
}

.education-info__cover-books {
  width: 100%;
  padding-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .education-info__cover-books {
    padding-top: 0;
  }
}

.education-info {
  width: 100%;
  height: auto;
}

.education-info h2 {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 3rem;
  letter-spacing: 0.035rem;
  margin-bottom: 0.9375rem;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 375px) {
  .education-info h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 425px) {
  .education-info h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .education-info h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .education-info h2 {
    font-size: 40px;
  }
}

.education-info p {
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  width: 100%;
  margin: 1.25rem 0;
}

.button-area {
  display: block;
}
@media screen and (min-width: 1024px) {
  .button-area {
    display: flex;
    flex-direction: row;
  }
}
.button-area .button {
  justify-content: center;
}
.button-area .button:first-of-type {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .button-area .button:first-of-type {
    margin-bottom: 0;
    margin-right: 0.9375rem;
  }
}

.aHUS-brochure {
  margin-top: 0.625rem;
  max-width: 43.75rem;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .aHUS-brochure {
    width: 100%;
    margin: 0;
  }
}
.long-term-management-title__area {
  background-image: url("../assets/backgrounds/relativewithAHUS-background.PNG");
  background-repeat: no-repeat;
  background-size: cover;
  height: 24.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding-bottom: 6.25rem;
  margin-top: -55px;
}
@media screen and (min-width: 768px) {
  .long-term-management-title__area {
    height: 21rem;
  }
}
@media screen and (max-width: 1024px) {
  .long-term-management-title__area {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .long-term-management-title__area {
    margin-top: -7px;
  }
}
@media screen and (min-width: 1100px) {
  .long-term-management-title__area {
    height: 19.875rem;
    margin-top: 0;
  }
}

.content-info-section {
  margin-top: 1.875rem;
  left: 2.5rem;
  right: 4rem;
  margin-top: 1.875rem;
  padding-top: 0.3125rem;
  left: 2.5rem;
  right: 4rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 3rem;
  letter-spacing: 0.0238rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .content-info-section {
    padding-top: 3rem;
  }
}

.content-info-section h2 {
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: 0.52px;
}
@media screen and (min-width: 490px) {
  .content-info-section h2 {
    font-size: 2.5rem;
    line-height: 45px;
  }
}

.content-info-section p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.38px;
  padding-top: 1.25rem;
  text-align: center;
  max-width: 59.375rem;
  margin: 0 auto;
  color: #62708E;
}
@media screen and (min-width: 768px) {
  .content-info-section p {
    font-size: 1.25rem;
    width: 43.75rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .content-info-section p {
    font-size: 1.25rem;
    width: 59.375rem;
  }
}

.atypical-ahus-container {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .atypical-ahus-container {
    flex-direction: row;
  }
}

.primary-long-term-area {
  padding-top: 4.125rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .primary-long-term-area {
    padding-top: 6rem;
    padding-bottom: 8.625rem;
  }
}

.long-term-info-area .atypical-ahus__title {
  width: 100%;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.5rem;
  letter-spacing: 0.0325rem;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 375px) {
  .long-term-info-area .atypical-ahus__title {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 425px) {
  .long-term-info-area .atypical-ahus__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .long-term-info-area .atypical-ahus__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .long-term-info-area .atypical-ahus__title {
    font-size: 2rem;
  }
}

.long-term-info-area .atypical-ahus__desc {
  width: 100%;
  padding-bottom: 1.25rem;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .long-term-info-area .atypical-ahus__desc {
    width: 102%;
  }
}

.long-term-info-area .discover-onesource {
  width: 100%;
  height: 2.75rem;
}
@media screen and (min-width: 768px) {
  .long-term-info-area .discover-onesource {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .long-term-info-area .discover-onesource {
    width: 55%;
  }
}
.long-term-info-area .discover-onesource a {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .long-term-info-area .discover-onesource a {
    max-width: 244px;
  }
}

.long-term-info-area .atypical-ahus__img {
  width: 120%;
  position: relative;
  right: 4%;
}
@media screen and (min-width: 768px) {
  .long-term-info-area .atypical-ahus__img {
    margin-top: 2.5rem;
    margin-left: 1.25rem;
  }
}
@media screen and (min-width: 800px) {
  .long-term-info-area .atypical-ahus__img {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .long-term-info-area .atypical-ahus__img {
    margin-top: 2rem;
    margin-left: 2.5625rem;
    width: 100%;
  }
}
@media screen and (min-width: 1260px) {
  .long-term-info-area .atypical-ahus__img {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .long-term-info-area .atypical-ahus__img {
    margin-top: 0.3125rem;
  }
}

.long-term-second-area {
  background-color: #F4F8FA;
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .long-term-second-area {
    padding-bottom: 3.125rem;
  }
}

.long-term-second-area-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: start;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 3.25rem;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .long-term-second-area-title {
    font-size: 2.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .long-terms-container .long-term-content__area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 2rem;
    width: 100%;
    margin-bottom: 3.5rem;
  }
}

.long-term-info-area {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .long-term-info-area {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .long-term-info-area {
    margin-top: 3.125rem;
    margin-bottom: 0.625rem;
  }
}

.long-term-info__title {
  max-width: 100%;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.0325rem;
  margin-bottom: 0.9375rem;
}

.long-term-info__title {
  max-width: 22.1875rem;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.5rem;
  letter-spacing: 0.0325rem;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 375px) {
  .long-term-info__title {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 425px) {
  .long-term-info__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .long-term-info__title {
    width: 120%;
  }
}
@media screen and (min-width: 1024px) {
  .long-term-info__title {
    font-size: 2rem;
  }
}

.long-term-info__desc {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .long-term-info__desc {
    font-size: 1.125rem;
  }
}

.prioritizing__area {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .prioritizing {
    margin-top: 2.5rem;
    margin-bottom: 3.4375rem;
  }
}
@media screen and (min-width: 1440px) {
  .prioritizing {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 1440px) {
  .prioritizing__desc {
    width: 98%;
  }
}

.prioritizing-img-area {
  margin-bottom: 0px;
}

.prioritizing__img {
  width: 115%;
  height: auto;
  position: relative;
  right: 15%;
  z-index: 1;
  box-shadow: -8px -3px 186px #B9B9B9;
  border-radius: 11px;
}
@media screen and (min-width: 768px) {
  .prioritizing__img {
    margin-top: 4.25rem;
    left: 3%;
    width: 120%;
  }
}
@media screen and (min-width: 800px) {
  .prioritizing__img {
    margin-top: 3.25rem;
  }
}
@media screen and (min-width: 900px) {
  .prioritizing__img {
    margin-top: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .prioritizing__img {
    margin-top: 2.25rem;
    width: 100%;
    box-shadow: 4px 32px 186px #B9B9B9;
  }
}
@media screen and (min-width: 1300px) {
  .prioritizing__img {
    margin-top: 0.25rem;
    width: 97%;
  }
}

.prioritizing-shadow {
  width: 100%;
  position: absolute;
  top: 9%;
  left: 10%;
}
@media screen and (min-width: 375px) {
  .prioritizing-shadow {
    top: 7%;
  }
}
@media screen and (min-width: 425px) {
  .prioritizing-shadow {
    top: 6%;
  }
}
@media screen and (min-width: 768px) {
  .prioritizing-shadow {
    top: 8%;
    width: 51%;
    left: 56%;
  }
}
@media screen and (min-width: 1024px) {
  .prioritizing-shadow {
    width: 40%;
    top: 13%;
    left: 60%;
    transform: rotate(270deg);
  }
}
@media screen and (min-width: 1100px) {
  .prioritizing-shadow {
    width: 39%;
    top: 10%;
  }
}
@media screen and (min-width: 1440px) {
  .prioritizing-shadow {
    width: 40%;
    top: 13%;
    left: 55%;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .speaking-up {
    margin-top: 1.9375rem;
    margin-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .speaking-up {
    padding-top: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .speaking-up__desc {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .speaking-up__desc {
    max-width: 99%;
  }
}

.speaking-up__img {
  width: 115%;
  height: auto;
  position: relative;
  left: 2%;
  z-index: 1;
  box-shadow: -8px -3px 186px #B9B9B9;
  border-radius: 11px;
}
@media screen and (min-width: 768px) {
  .speaking-up__img {
    margin-top: 2rem;
    box-shadow: -8px -3px 186px #B9B9B9;
    width: 120%;
    left: -23%;
  }
}
@media screen and (min-width: 900px) {
  .speaking-up__img {
    margin-top: 1rem;
    box-shadow: -8px -3px 186px #B9B9B9;
  }
}
@media screen and (min-width: 1024px) {
  .speaking-up__img {
    width: 100%;
    left: 0%;
    margin-top: 1rem;
    box-shadow: -8px 60px 86px #B9B9B9;
  }
}

.mental-health__area {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 1024px) {
  .mental-health__title {
    font-size: 1.8rem;
    max-width: 900px;
  }
}

.mental-health__desc {
  max-width: 100%;
}
@media screen and (min-width: 1440px) {
  .mental-health__desc {
    max-width: 99.5%;
  }
}

.mental-health__img {
  width: 115%;
  height: auto;
  position: relative;
  right: 15%;
  z-index: 1;
  box-shadow: -8px 32px 186px #B9B9B9;
  border-radius: 11px;
}
@media screen and (min-width: 768px) {
  .mental-health__img {
    margin-top: 10rem;
    width: 120%;
    left: 3%;
  }
}
@media screen and (min-width: 800px) {
  .mental-health__img {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 900px) {
  .mental-health__img {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .mental-health__img {
    width: 100%;
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .mental-health__img {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1300px) {
  .mental-health__img {
    margin-top: 1rem;
    width: 97%;
  }
}
@media screen and (min-width: 1440px) {
  .mental-health__img {
    margin-top: 0rem;
  }
}

.mental-health-shadow {
  width: 100%;
  position: absolute;
  top: 64%;
  left: 10%;
}
@media screen and (min-width: 375px) and (max-width: 425px) {
  .mental-health-shadow {
    top: 62%;
  }
}
@media screen and (min-width: 768px) {
  .mental-health-shadow {
    width: 53%;
    left: 54%;
    top: 67%;
  }
}
@media screen and (min-width: 1024px) {
  .mental-health-shadow {
    width: 35%;
    left: 52%;
    top: 78%;
    transform: rotate(270deg);
  }
}
@media screen and (min-width: 1100px) {
  .mental-health-shadow {
    left: 60%;
    top: 76%;
  }
}
@media screen and (min-width: 1440px) {
  .mental-health-shadow {
    top: 72%;
  }
}

.third-long-term-area {
  margin-top: 2.5rem;
  margin-bottom: 2.2rem;
  padding-top: 0%;
  display: flex;
  flex-direction: column;
}

.long-terms-container .long-term-caring__area {
  padding-top: 1.1875rem;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .long-terms-container .long-term-caring__area {
    flex-direction: row;
  }
}

.long-term-info-area .caring__title {
  max-width: 500px;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.0325rem;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .long-term-info-area .caring__title {
    font-size: 2rem;
  }
}

.long-term-info-area .caring__desc {
  max-width: 420px;
  padding-bottom: 1.25rem;
}

.long-term-info-area .find-your-pem {
  width: 100%;
  height: 2.75rem;
  justify-content: center;
}
@media screen and (min-width: 500px) {
  .long-term-info-area .find-your-pem {
    width: 40%;
  }
}
@media screen and (min-width: 700px) {
  .long-term-info-area .find-your-pem {
    width: 55%;
  }
}
@media screen and (min-width: 900px) {
  .long-term-info-area .find-your-pem {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .long-term-info-area .find-your-pem {
    width: 43%;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .long-term-info-area .find-your-pem {
    width: 39%;
  }
}
@media screen and (min-width: 1300px) and (max-width: 2500px) {
  .long-term-info-area .find-your-pem {
    width: 33%;
  }
}

.third-long-term-area .people-cards__area {
  width: 100%;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .third-long-term-area .people-cards__area {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
}
@media screen and (min-width: 800px) {
  .third-long-term-area .people-cards__area {
    padding-top: 4rem;
    margin-left: 10px;
  }
}
.third-long-term-area .people-cards__area .section-wrapper {
  position: relative;
  display: flex;
  height: 100%;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .third-long-term-area .people-cards__area .section-wrapper {
    gap: 1rem;
  }
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .third-long-term-area .people-cards__area .section-wrapper {
      margin: 0 1rem;
    }
  }
}
.third-long-term-area .people-cards__area .section-wrapper__vector {
  position: absolute;
  height: 80%;
  left: 60%;
  top: 0.3125rem;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .third-long-term-area .people-cards__area .section-wrapper__vector {
    height: 55%;
  }
}
@media screen and (min-width: 1024px) {
  .third-long-term-area .people-cards__area .section-wrapper__vector {
    height: 75%;
  }
}
@media screen and (min-width: 1440px) {
  .third-long-term-area .people-cards__area .section-wrapper__vector {
    height: 90%;
  }
}
.third-long-term-area .people-cards__area .section-wrapper .card-container .person-card {
  height: 70%;
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .person-card {
    height: 45%;
  }
}
@media screen and (min-width: 900px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .person-card {
    height: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .person-card {
    height: 60%;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .person-card {
    height: 64%;
  }
}
@media screen and (min-width: 1260px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .person-card {
    height: 62%;
  }
}
@media screen and (min-width: 1300px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .person-card {
    height: 73%;
  }
}
@media screen and (min-width: 1440px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .person-card {
    height: 73%;
  }
}
.third-long-term-area .people-cards__area .section-wrapper .card-container .person-card__info {
  padding: 5px 10px;
}
.third-long-term-area .people-cards__area .section-wrapper .card-container .person-card__name {
  font-size: 0.5366rem;
  line-height: 0.6875rem;
  text-align: start;
}
@media screen and (min-width: 600px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .person-card__name {
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .person-card__name {
    font-size: 0.6044rem;
    line-height: 0.3125rem;
    letter-spacing: 0.0164rem;
  }
}
@media screen and (min-width: 1024px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .person-card__name {
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: 0.0238rem;
  }
}
.third-long-term-area .people-cards__area .section-wrapper .card-container .person-card__details {
  font-size: 0.2625rem;
  line-height: 0.4375rem;
  letter-spacing: 0.0613rem;
}
@media screen and (min-width: 375px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .person-card__details {
    font-size: 0.3438rem;
  }
}
@media screen and (min-width: 425px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .person-card__details {
    font-size: 0.4063rem;
  }
}
@media screen and (min-width: 600px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .person-card__details {
    font-size: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .person-card__details {
    font-size: 0.3125rem;
    line-height: 0.5rem;
    letter-spacing: 0.0691rem;
  }
}
@media screen and (min-width: 850px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .person-card__details {
    font-size: 0.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .person-card__details {
    font-size: 0.4375rem;
    line-height: 0.75rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 1260px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .person-card__details {
    font-size: 0.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .person-card__details {
    font-size: 0.625rem;
  }
}
.third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
.third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--just-to-end {
  margin-left: 0px;
  margin-top: 1.25rem;
  gap: 0.625rem;
  justify-content: flex-end;
}
.third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--just-to-end .rectangle--small {
  width: 2.0694rem;
  height: 19.01px;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--just-to-end .rectangle--small:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--just-to-end .rectangle--small {
    width: 2.3312rem;
    height: 1.3381rem;
  }
}
@media screen and (min-width: 1024px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--just-to-end .rectangle--small {
    width: 3.375rem;
    height: 1.9375rem;
  }
}
.third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--just-to-end .rectangle--big {
  width: 3.5263rem;
  height: 1.1663rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--just-to-end .rectangle--big:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--just-to-end .rectangle--big {
    width: 3.9719rem;
    height: 1.3137rem;
  }
}
@media screen and (min-width: 1024px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--just-to-end .rectangle--big {
    width: 5.75rem;
    height: 1.9019rem;
  }
}
.third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--with-rows {
  flex-direction: column;
  align-items: initial;
  row-gap: 0.5rem;
}
.third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--with-rows .rectangle--small {
  width: 2.1406rem;
  height: 1.0025rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--with-rows .rectangle--small:not(:last-child) {
    margin-right: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--with-rows .rectangle--small {
    width: 2.4112rem;
    height: 1.1294rem;
  }
}
@media screen and (min-width: 1024px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--with-rows .rectangle--small {
    width: 3.4906rem;
    height: 1.6344rem;
  }
}
.third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--with-rows .rectangle--large {
  width: 5.0206rem;
  height: 1.2188rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--with-rows .rectangle--large {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--with-rows .rectangle--large {
    width: 5.6556rem;
    height: 1.3731rem;
  }
}
@media screen and (min-width: 1024px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--with-rows .rectangle--large {
    width: 8.1875rem;
    height: 1.9875rem;
  }
}
.third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--with-rows .rectangle--medium {
  width: 3.2194rem;
  height: 1.15rem;
}
@media screen and (min-width: 768px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--with-rows .rectangle--medium {
    width: 3.6269rem;
    height: 1.295rem;
  }
}
@media screen and (min-width: 1024px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--with-rows .rectangle--medium {
    width: 5.25rem;
    height: 1.875rem;
  }
}
.third-long-term-area .people-cards__area .section-wrapper .card-container .rectangles-container--with-rows div {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  justify-content: flex-end;
}
.third-long-term-area .people-cards__area .section-wrapper .card-container--big {
  height: auto;
  width: 50%;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container--big {
    margin: 0 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container--big {
    width: 65%;
  }
}
@media screen and (min-width: 1024px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container--big {
    width: 100%;
  }
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .third-long-term-area .people-cards__area .section-wrapper .card-container--big {
      margin: 0 1rem;
    }
  }
}
.third-long-term-area .people-cards__area .section-wrapper .card-container--small {
  height: auto;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container--small {
    width: 65%;
  }
}
@media screen and (min-width: 1024px) {
  .third-long-term-area .people-cards__area .section-wrapper .card-container--small {
    width: 100%;
  }
}

@media screen and (min-width: 1368px) {
  .section-layout .info-container {
    display: grid;
    grid-template-columns: 60% 40%;
  }
  .content-info-section p {
    font-size: 1.2rem;
    max-width: 884px;
  }
}
@media screen and (min-width: 1368px) {
  .content-info-section {
    font-size: 1.6rem;
  }
  .long-term-info-area {
    width: 100%;
  }
  .long-term-info-area .atypical-ahus__desc {
    max-width: initial;
  }
  .long-term-info-area .atypical-ahus__img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
  .atypical-ahus__img-container {
    width: 386px;
    height: 335px;
  }
}
@media screen and (max-width: 1024px) {
  .section-wrapper {
    max-width: 100%;
  }
  .section-wrapper .people-cards__area .person-card .person-card__photo {
    height: auto;
  }
  .section-wrapper .people-cards__area .person-card .person-card__info {
    height: auto;
  }
}
.one-source-team {
  text-align: center;
  background-image: url("../assets/backgrounds/relativewithAHUS-background.PNG");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3%;
  margin-top: 65px;
}
@media screen and (min-width: 1024px) {
  .one-source-team {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1100px) {
  .one-source-team {
    margin-top: 0px;
  }
}

.one-source-team div {
  width: 962px;
  padding-top: 2rem;
}

.one-source-team-main-layout {
  max-width: 921.6px;
  margin: auto;
}

.one-source-team h1 {
  font-family: "Arvo", Arial, Helvetica, sans-serif !important;
  font-size: 40px;
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  margin-top: 42px;
}

@media screen and (max-width: 1099px) {
  .one-source-team h1 {
    margin-top: 22.08px;
  }
  .one-source-team div {
    padding-top: 0rem !important;
  }
}
@media screen and (max-width: 768px) {
  .one-source-team h1 {
    font-size: 32px;
  }
}
.one-source-team span {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 25px;
  margin-right: 1.5%;
}

.one-source-team p {
  font-size: 20px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #62708E;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .one-source-team p {
    font-size: 16px;
  }
}
.one-source-team-contact-text p span,
.one-source-team-contact-text p span a {
  color: #272727 !important;
  font-weight: bold !important;
}

.one-source-team-main {
  background-image: url("../assets/backgrounds/star-OneSourceTeam-background.PNG");
  background-repeat: no-repeat;
  background-position: right;
}

@media screen and (max-width: 973px) {
  .one-source-team-main {
    background-size: 10rem;
  }
}
@media screen and (max-width: 870px) {
  .one-source-team-main {
    background-size: 9rem;
  }
}
@media screen and (max-width: 690px) {
  .one-source-team-main {
    background-size: 10rem;
    background-position: top right;
  }
}
@media screen and (max-width: 614px) {
  .one-source-team-main {
    background-image: url("../assets/backgrounds/star-OneSourceTeam-background-mobile.PNG");
    background-size: 11rem;
  }
}
.ot-logo-container {
  text-align: center;
  margin-bottom: 10%;
}

@media screen and (max-width: 688px) {
  .ot-logo-container {
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  .ot-logo-container img {
    width: 280.64px;
    height: 85.46px;
  }
}
@media screen and (max-width: 485px) {
  .ot-logo-container {
    margin-bottom: 12%;
  }
}
.one-source-team-main-layout p {
  margin-bottom: 2rem;
}

.icon-description {
  padding-bottom: 5rem;
}

.one-source-team-contact-text {
  margin-left: 0rem;
}

.one-source-team-main-layout {
  max-width: 564px;
}

@media screen and (max-width: 890px) {
  .one-source-team-main-layout {
    max-width: 439px;
  }
}
.icon-description p {
  margin: auto;
  margin-left: 0.7rem;
}

.icon-description-info {
  display: flex;
  margin-bottom: 1rem;
}

.financial-description {
  margin-bottom: 4rem;
}

.button-call .button {
  text-transform: none;
  font-weight: 400;
}

.button-call a {
  width: 13rem;
}

.button-call-phantom {
  display: none;
}

/* @media screen and (max-width: 520px) {
    .button-call a {
        display: none;
    }
    .button-call-phantom{
        width: 13rem;
        display: flex;
        justify-content: center;
    }
    .button-call-phantom .button{
        text-transform: none;
        font-weight: 400;
    }
} */
@media screen and (max-width: 520px) {
  .button-call a {
    width: 100%;
  }
  .button-call .button {
    display: flex;
    justify-content: center;
  }
}
.progress-bar,
.progress-bar::after {
  position: relative;
  margin: auto;
  width: 560px;
  height: 20px;
  background-color: #F0F8FC;
  overflow: hidden;
}

@media screen and (max-width: 636px) {
  .progress-bar,
  .progress-bar::after {
    width: 500px;
  }
}
@media screen and (max-width: 550px) {
  .progress-bar,
  .progress-bar::after {
    width: 410px;
  }
}
@media screen and (max-width: 460px) {
  .progress-bar,
  .progress-bar::after {
    width: 388px;
  }
}
@media screen and (max-width: 400px) {
  .progress-bar,
  .progress-bar::after {
    width: 300px;
  }
}
.progress-bar::after {
  content: "";
  position: absolute;
  left: -560px;
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  animation: progress-bar-fill 2s ease-in-out forwards;
}

@media screen and (max-width: 636px) {
  .progress-bar::after {
    left: -500px;
  }
}
@media screen and (max-width: 550px) {
  .progress-bar::after {
    left: -410px;
  }
}
@media screen and (max-width: 460px) {
  .progress-bar::after {
    left: -388px;
  }
}
@media screen and (max-width: 400px) {
  .progress-bar::after {
    left: -300px;
  }
}
.progress-bar--50::after {
  transform: translateX(0%);
}

.main-card {
  margin-left: 60px;
  padding-left: 35px;
  padding-right: 35px;
  width: 560px;
  height: 490px;
  box-shadow: 0 0 25px rgb(216, 216, 216);
  justify-content: center;
  margin: auto;
  background-color: white;
  position: relative;
  padding-top: 0.5rem;
}

@media screen and (max-width: 636px) {
  .main-card {
    width: 500px;
  }
}
@media screen and (max-width: 550px) {
  .main-card {
    width: 410px;
  }
}
@media screen and (max-width: 460px) {
  .main-card {
    max-width: 388px;
  }
}
@media screen and (max-width: 400px) {
  .main-card {
    max-width: 300px;
  }
}
.card-space {
  background-image: url("../assets/backgrounds/relativewithAHUS-background.PNG");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

card h5 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  padding-top: px;
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
}

card h1 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 38px;
}

@media screen and (max-width: 460px) {
  card h1 {
    font-size: 30px;
  }
}
.main-card li {
  width: 100%;
  margin-top: 20px;
  background-color: #F2F2F2;
  border-radius: 5px;
  min-height: 44px;
}

.list-options-age a {
  text-decoration: none;
  color: #272727;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.back-button {
  text-decoration: none;
  color: #62708E;
  font-size: 20px;
  position: absolute;
  right: 30px;
  bottom: 20px;
}

/* progress bar animation */
@keyframes progress-bar-fill {
  to {
    transform: translateX(50%);
  }
}
.fname {
  display: block;
}

@media screen and (min-width: 715px) {
  .fname {
    display: flex;
    gap: 1rem;
  }
  .fname div {
    flex: 1 1 auto;
  }
}
.card-container h5 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  padding-top: 25px;
  padding-bottom: 0px;
  font-size: 18px;
  font-weight: bold;
}

label {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
}

.card-container input {
  background-color: #F2F2F2;
  width: 100%;
}

.correct-input {
  outline: none;
  border: 0;
  border-radius: 4px;
  height: 40px;
  padding-left: 15px;
}

.incorrect-input {
  outline: none;
  border-radius: 4px;
  height: 40px;
  padding-left: 15px;
  border-color: coral;
}

.error-input {
  color: coral;
  font-style: italic;
  font-size: 13px;
}

.card-container span {
  color: red;
}

.location {
  display: flex;
  margin-bottom: 1.25rem;
  gap: 1rem;
}
.location div {
  flex: 1;
}
.location input {
  width: 100%;
}
.location select {
  padding: 0 0.5rem;
}

#state {
  width: 100%;
}

#zip-code {
  width: 100%;
}

.correct-select {
  outline: none;
  width: 240px;
  background-color: #F2F2F2;
  font-size: 14px;
  border: 0;
  border-radius: 4px;
  height: 40px;
  padding-left: 15px;
  color: #62708E;
  letter-spacing: 1.6px;
}

.incorrect-select {
  outline: none;
  border-radius: 4px;
  width: 240px;
  height: 40px;
  padding-left: 15px;
  border-color: coral;
}

.main-card-order {
  padding: 0 1rem;
  width: 560px;
  height: 950px;
  box-shadow: 0 0 25px rgb(216, 216, 216);
  justify-content: center;
  margin: 0 auto;
  background-color: white;
  position: relative;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .main-card-order {
    padding: 0 2.8125rem;
  }
  .main-card-order .form-actions-container {
    padding: 1.25rem 2.8125rem;
  }
}

@media screen and (max-width: 715px) {
  .main-card-order {
    width: 450px;
    height: 1030px;
  }
}
@media screen and (max-width: 496px) {
  .main-card-order {
    width: 388px;
    height: 1080px;
  }
}
@media screen and (max-width: 402px) {
  .main-card-order {
    width: 300px;
    height: 1130px;
  }
}
.error-main-card-order {
  /* margin-left: 60px;
  padding-left: 35px; */
  width: 560px;
  height: auto;
  box-shadow: 0 0 25px rgb(216, 216, 216);
  justify-content: center;
  margin: auto;
  background-color: white;
  position: relative;
  /* padding-top: 1rem; */
  padding: 0 1rem;
  padding-bottom: 10rem;
}

@media screen and (min-width: 768px) {
  .error-main-card-order {
    padding: 0 2.8125rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 715px) {
  .error-main-card-order {
    width: 450px;
    /* height: 1180px */
  }
}
@media screen and (max-width: 496px) {
  .error-main-card-order {
    width: 388px;
    /* height: 1210px; */
  }
}
@media screen and (max-width: 402px) {
  .error-main-card-order {
    width: 300px;
    padding-left: 15px;
    /* height: 1260px; */
  }
}
.form-actions-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem;
}
.form-actions-container .back-button-order {
  order: 2;
  text-align: center;
}
.form-actions-container .scroll-button-order {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-actions-container {
    flex-direction: row;
    align-items: center;
  }
  .form-actions-container .back-button-order {
    order: initial;
    text-align: left;
  }
  .form-actions-container .scroll-button-order {
    max-width: 6.9375rem;
  }
  .form-actions-container .scroll-button-order,
  .form-actions-container .back-button-order {
    flex: 1 1 auto;
  }
}

.back-button-order {
  text-decoration: none;
  color: #62708E;
  font-size: 20px;
}

.conditions {
  display: flex;
  position: relative;
}

#check-error {
  position: absolute;
  bottom: -25%;
}

@media screen and (max-width: 402px) {
  #check-error {
    bottom: -15%;
  }
}
.checkbox {
  height: 20px;
  width: 20px;
  margin-left: -20px;
  outline: red;
}

@media screen and (max-width: 715px) {
  .checkbox {
    margin-right: 8px;
    margin-left: 1px;
  }
}
@media screen and (max-width: 496px) {
  .checkbox {
    margin-right: 10px;
    margin-left: 1px;
  }
}
@media screen and (max-width: 402px) {
  .checkbox {
    margin-right: 12px;
  }
}
.terms {
  margin: 0;
  font-size: 12px;
  margin-left: 0.5rem;
}

#form {
  margin: auto;
}

.scroll-button-order {
  padding: 0;
  box-sizing: border-box;
  width: 169px;
  height: 44px;
  background: #007AA8;
  border-radius: 10px;
  border: none;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  color: #000000;
  text-align: center;
  cursor: pointer;
  color: white;
  letter-spacing: 1.32px;
}

.scroll-button-order-disabled {
  padding: 0;
  margin-bottom: 50px;
  max-width: 2100px;
  box-sizing: border-box;
  width: 169px;
  height: 44px;
  background-color: #9bd0ed;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border: none;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600px;
  font-size: 16px;
  color: #000000;
  text-align: center;
  cursor: pointer;
  color: white;
}

.progress-bar-order,
.progress-bar-order::after {
  margin: auto;
  position: relative;
  width: 560px;
  height: 20px;
  background-color: #F0F8FC;
  overflow: hidden;
}

@media screen and (max-width: 715px) {
  .progress-bar-order,
  .progress-bar-order::after {
    width: 450px;
  }
}
@media screen and (max-width: 496px) {
  .progress-bar-order,
  .progress-bar-order::after {
    width: 388px;
  }
}
@media screen and (max-width: 402px) {
  .progress-bar-order,
  .progress-bar-order::after {
    width: 300px;
  }
}
.progress-bar-order::after {
  content: "";
  position: absolute;
  left: -280px;
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  animation: progress-bar-fill-order 2s ease-in-out forwards;
}

@media screen and (max-width: 715px) {
  .progress-bar-order::after {
    left: -225px;
  }
}
@media screen and (max-width: 496px) {
  .progress-bar-order::after {
    left: -194px;
  }
}
@media screen and (max-width: 402px) {
  .progress-bar-order::after {
    left: -150px;
  }
}
.progress-bar--100::after {
  transform: translateX(50%);
}

@keyframes progress-bar-fill-order {
  to {
    transform: translateX(50%);
  }
}
.main-card-order-completed {
  margin-top: 30rem;
  max-width: 889px;
  height: 490px;
  box-shadow: 0 0 25px rgb(236, 235, 235);
  justify-content: center;
  margin: auto;
  background-color: white;
  padding-top: 40px;
  text-align: center;
}

/* @media screen and (max-width: 435px) {
    .main-card-order-completed{
        height: 510px;
    }
} */
.content-line-form-order-completed {
  border-top: 1px solid #FFC803;
  height: 2px;
  max-width: 60px;
  padding: 0;
  margin-bottom: 2%;
  margin: auto;
}

.main-card-order-completed h1 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 32px;
  margin-top: 5rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width: 435px) {
  .main-card-order-completed h1 {
    margin-top: 2rem;
  }
}
.order-completed-text {
  font-size: 15px;
  max-width: 34rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
  color: #000000;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  margin-bottom: 2rem;
}

.order-completed-button {
  width: 19.5rem;
  margin: auto;
}

.symptoms-section {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 678px) {
  .symptoms-section {
    flex-wrap: wrap-reverse;
  }
}
.body-and-phantom-description {
  display: flex;
}

@media screen and (max-width: 678px) {
  .body-and-phantom-description {
    align-items: center;
    width: 100%;
    gap: 15.5%;
    margin-bottom: 5rem;
    justify-content: center;
  }
}
@media screen and (max-width: 475px) {
  .body-and-phantom-description {
    max-width: 40%;
  }
}
@media screen and (max-width: 395px) {
  .body-and-phantom-description {
    max-width: 0%;
  }
}
@media screen and (max-width: 372px) {
  .body-and-phantom-description {
    margin-right: 1rem;
  }
}
.organ-symptoms-description-phantom h3 {
  margin-bottom: 1.5rem;
  color: #6C4F79;
  font-weight: bold;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.organ-symptoms-description-phantom ul {
  list-style-position: outside;
  margin-left: 0.8rem;
}

.organ-symptoms-description-phantom li {
  padding-bottom: 2rem;
  list-style-image: url("../assets/icons/list-bullet.icon.svg");
}

.phantom-description {
  display: none;
}

@media screen and (max-width: 678px) {
  .phantom-description {
    display: flex;
    margin-bottom: 2rem;
    min-width: 138.7px;
  }
}
@media screen and (max-width: 541px) {
  .phantom-description {
    max-width: 138.7px;
  }
}
@media screen and (max-width: 374px) {
  .phantom-description {
    min-width: 118.7px;
  }
}
.symptoms-text {
  margin-left: 8rem;
  max-width: 560px;
}

@media screen and (max-width: 678px) {
  .symptoms-text {
    margin: auto;
  }
}
@media screen and (max-width: 678px) {
  .symptoms-text {
    margin-bottom: 2rem;
  }
}
.symptoms-text h5 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin-top: 2rem;
  font-size: 20px;
  font-weight: 500;
  color: #6383C7;
  margin-bottom: 1rem;
  letter-spacing: 2.4px;
  line-height: 40px;
}

.symptoms-text p {
  width: auto;
}

.symptoms-text {
  position: relative;
}

.content-line-symptoms {
  border-top: 1px solid #FFC803;
  height: 2px;
  max-width: 60px;
  padding: 0;
  margin-top: 3%;
  margin-bottom: 2%;
}

@media screen and (max-width: 678px) {
  .content-line-symptoms {
    display: none;
  }
}
.organ-symptoms-description {
  margin-top: 2rem;
}

@media screen and (max-width: 748px) {
  .organ-symptoms-description {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 678px) {
  .organ-symptoms-description {
    display: none;
  }
}
.organ-symptoms-description h3 {
  margin-bottom: 1rem;
  color: #6C4F79;
  font-weight: bold;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.organ-symptoms-description li {
  padding-bottom: 1rem;
  list-style-image: url("../assets/icons/list-bullet.icon.svg");
}

.organ-symptoms-disclaimer {
  font-size: 15px;
  color: #62708E;
  max-width: 35rem;
  margin-top: -2rem;
  position: absolute;
  bottom: 0;
  right: 1%;
}

@media screen and (max-width: 678px) {
  .organ-symptoms-disclaimer {
    display: none;
  }
}
.organ-symptoms-disclaimer-phantom {
  display: none;
}

@media screen and (max-width: 678px) {
  .organ-symptoms-disclaimer-phantom {
    display: block;
    font-size: 15px;
    color: #62708E;
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 0;
  }
}
.organ-symptoms-main {
  margin-bottom: 0;
}

@media screen and (max-width: 678px) {
  .organ-symptoms-main {
    padding-top: 2rem;
  }
}
.gradient-signs-box {
  max-width: 962px;
  min-height: 149px;
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  border-radius: 10px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.gradient-signs-box p {
  color: #FFFFFF;
  font-size: 24px;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-weight: 400;
  max-width: 792px;
  letter-spacing: 0.416px;
  padding: 35px 27px;
}

.gradient-signs-section {
  padding-top: 0px !important;
  margin-top: 114.08px;
}

.gradient-signs-box span {
  color: #8BD0EA;
  font-size: 24px;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.signs-box-circle {
  width: 362px;
  height: 367px;
  position: absolute;
  right: -6%;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .signs-box-circle {
    right: -10%;
    width: 372px;
  }
}
@media screen and (max-width: 930px) {
  .signs-box-circle {
    right: -15%;
    bottom: -65%;
  }
}
@media screen and (max-width: 808px) {
  .signs-box-circle {
    bottom: -75%;
  }
}
@media screen and (max-width: 754px) {
  .signs-box-circle {
    bottom: -45%;
  }
}
@media screen and (max-width: 540px) {
  .signs-box-circle {
    bottom: -30%;
    right: -45%;
  }
}
@media screen and (max-width: 538px) {
  .signs-box-circle {
    bottom: -10%;
  }
}
@media screen and (max-width: 465px) {
  .signs-box-circle {
    bottom: -20%;
  }
}
@media screen and (max-width: 417px) {
  .signs-box-circle {
    bottom: 0%;
  }
}
@media screen and (max-width: 394px) {
  .signs-box-circle {
    bottom: -2%;
  }
}
@media screen and (max-width: 389px) {
  .signs-box-circle {
    bottom: 8%;
  }
}
.gradient-figure-A {
  position: absolute;
  width: 92px;
  height: 51px;
  background: #6383C7;
  border-radius: 10px;
  right: -8.5%;
}

@media screen and (max-width: 1160px) {
  .gradient-figure-A {
    right: -4%;
  }
}
@media screen and (max-width: 930px) {
  .gradient-figure-A {
    top: -15%;
  }
}
.gradient-figure-B {
  position: absolute;
  width: 50px;
  height: 30px;
  background: #6383C7;
  border-radius: 10px;
  right: -14%;
  bottom: 10%;
}

@media screen and (max-width: 1240px) {
  .gradient-figure-B {
    right: -10%;
  }
}
@media screen and (max-width: 1160px) {
  .gradient-figure-B {
    right: -6%;
  }
}
@media screen and (max-width: 930px) {
  .gradient-figure-B {
    bottom: -48%;
    right: 1%;
  }
}
@media screen and (max-width: 538px) {
  .gradient-figure-B {
    bottom: -32%;
  }
}
@media screen and (max-width: 394px) {
  .gradient-figure-B {
    bottom: -25%;
  }
}
.gradient-figure-C {
  position: absolute;
  width: 84px;
  height: 30px;
  background: #D1E9F2;
  border-radius: 10px;
  right: 0;
  bottom: -35%;
}

@media screen and (max-width: 930px) {
  .gradient-figure-C {
    bottom: -25%;
  }
}
@media screen and (max-width: 538px) {
  .gradient-figure-C {
    bottom: -15%;
  }
}
@media screen and (max-width: 394px) {
  .gradient-figure-C {
    bottom: -12%;
  }
}
.gradient-figure-D {
  position: absolute;
  width: 131px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 10px;
  bottom: -10%;
  left: 5%;
}

@media screen and (max-width: 538px) {
  .gradient-figure-D {
    display: none;
  }
}
.gradient-figure-E {
  position: absolute;
  width: 54px;
  height: 31px;
  background: #8BD0EA;
  border-radius: 10px;
  top: 5%;
  left: -5%;
  z-index: -1;
}

@media screen and (max-width: 1160px) {
  .gradient-figure-E {
    z-index: 0;
    left: 0;
    top: -17%;
  }
}
.gradient-figure-circle {
  position: absolute;
  width: 17px;
  height: 18px;
  bottom: 10%;
  left: 38%;
}

@media screen and (max-width: 538px) {
  .gradient-figure-circle {
    left: 1%;
  }
}
.body-logo-container {
  position: relative;
}

.pulse-head {
  cursor: pointer;
  position: absolute;
  top: -1%;
  left: 28%;
}

.pulse-eyes {
  cursor: pointer;
  position: absolute;
  top: 5%;
  right: 25%;
}

.pulse-heart {
  cursor: pointer;
  position: absolute;
  top: 38%;
  right: 28%;
}

.pulse-lungs {
  cursor: pointer;
  position: absolute;
  top: 45%;
  right: 60%;
}

.pulse-kidney {
  cursor: pointer;
  position: absolute;
  top: 52%;
  right: 28%;
}

.pulse-digestive {
  cursor: pointer;
  position: absolute;
  top: 75%;
  right: 31%;
}

.pulse-anim {
  border-radius: 50px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #b799c4;
  }
  100% {
    box-shadow: 0 0 0 12px rgba(251, 179, 47, 0.0039215686);
  }
}
.tma-affections {
  max-width: 1160px;
  min-height: 424px;
  background-color: white;
  padding-bottom: 20px;
}

.tma-affections-icons {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}

@media screen and (max-width: 678px) {
  .tma-affections-icons {
    display: block;
  }
}
.affection-container {
  max-width: 313.33px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 1030px) {
  .affection-container {
    max-width: 220px;
  }
}
@media screen and (max-width: 678px) {
  .affection-container {
    margin: auto;
    max-width: 348px;
  }
  .tma-affections {
    padding-top: 20px;
  }
  .horizontal-line-container {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .horizontal-tma-line {
    height: 1px;
    width: 90%;
    background-color: #D1E9F2;
    margin: auto;
  }
}
@media screen and (max-width: 400px) {
  .affection-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.affection-title {
  font-size: 20px;
  color: #004C69;
  margin-bottom: 20px;
}

.tma-affections-icons .image-container {
  display: flex;
}

.tma-affections-icons .image-container img {
  margin: auto;
  margin-bottom: 30px;
}

.vertical-tma-line {
  width: 1px;
  height: 200px;
  background-color: #D1E9F2;
  margin-top: 122px;
}

@media screen and (max-width: 678px) {
  .vertical-tma-line {
    display: none;
  }
}
.tma-section {
  background-color: #F0F8FC;
  margin-top: -4em;
  padding-top: 7rem;
}

.tma-section-text {
  text-align: center;
}

.tma-section-text p {
  max-width: 30rem;
  margin: auto;
  margin-bottom: 3rem;
}

@media screen and (max-width: 678px) {
  .tma-section-text p {
    text-align: left;
  }
}
@media screen and (max-width: 930px) {
  .tma-section-text h1 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .tma-section-text h1 {
    text-align: left;
    font-size: 32px;
  }
}
.content-line-tma {
  border-top: 2px solid #FFC803;
  height: 2px;
  max-width: 60px;
  padding: 0;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 2%;
}

@media screen and (max-width: 540px) {
  .content-line-tma {
    margin: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.graphic-title {
  font-size: 32px;
  margin-top: 96px;
  text-align: center;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1024px) {
  .graphic-title {
    margin-top: 40px;
  }
}
.graphic-images {
  display: flex;
  justify-content: center;
}

.right-arrow-damage {
  display: flex;
  align-items: center;
}

.graphic-images img {
  margin-right: 1rem;
}

@media screen and (max-width: 965px) {
  .graphic-images img {
    width: 699px;
  }
  #forward {
    margin-right: 0;
    width: 21px;
  }
  #back {
    width: 21px;
  }
}
@media screen and (max-width: 779px) {
  .graphic-images img {
    width: 599px;
  }
}
@media screen and (max-width: 678px) {
  .graphic-images img {
    width: 509px;
    margin-right: 0;
  }
  #forward {
    width: 15px;
    margin-left: 0;
  }
  #back {
    width: 15px;
  }
}
@media screen and (max-width: 550px) {
  .graphic-images img {
    width: 999px;
    margin-right: 0;
  }
  .graphic-images {
    width: 100vw;
    display: flex;
    justify-content: left;
    overflow-x: auto;
    margin-left: -20px;
  }
  #forward {
    display: none;
  }
  #back {
    display: none;
  }
  .graphic-title {
    text-align: left;
  }
}
@media screen and (max-width: 510px) {
  .graphic-images img {
    width: 799px;
    margin-right: 0;
  }
  .graphic-images {
    max-width: 599px;
    display: flex;
    justify-content: left;
    overflow-x: auto;
  }
  #forward {
    display: none;
  }
  #back {
    display: none;
  }
  .graphic-title {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }
}
.tma-damage {
  padding-bottom: 2rem;
}

#carrousel-img-main {
  position: relative;
}

.slide-number {
  position: absolute;
  right: 4%;
  top: 82%;
  font-size: 20px;
}

@media screen and (max-width: 678px) {
  .slide-number {
    top: 77%;
  }
}
@media screen and (max-width: 550px) {
  .slide-number {
    display: none;
  }
}
.tma-damage p {
  text-align: center;
  color: black;
  margin: auto;
  margin-top: 2rem;
  max-width: 30rem;
}

@media screen and (max-width: 550px) {
  .tma-damage p {
    text-align: left;
  }
}
.edu-event {
  padding-top: 4rem;
  text-align: center;
}
.edu-event .button {
  text-transform: uppercase;
}

.edu-event h3 {
  font-size: 32px;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  color: #26417B;
  margin-bottom: 2rem;
}

.edu-event-paragraph {
  font-size: 17px;
  margin: auto;
  max-width: 38rem;
}

.edu-event a {
  margin: auto;
  width: 15rem;
  margin-top: 2rem;
  margin-bottom: 2.9rem;
}

@media screen and (max-width: 540px) {
  .edu-event a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.event-logos {
  margin-right: 1rem;
  margin-bottom: 2rem;
}

.event-logos img {
  padding-left: 2rem;
}

@media screen and (max-width: 583px) {
  #first-event-logo {
    margin-bottom: 27px;
  }
}
.symptom-figure {
  position: absolute;
  background-color: rgba(141, 103, 158, 0.4784313725);
  border-radius: 100%;
  filter: blur(10px);
  transition: 0.4s;
}

.head-symptom {
  background-color: #8D679E;
  width: 46px;
  height: 23px;
  top: 15px;
  left: 89px;
  opacity: 1;
}

.eyes-symptom {
  background-color: #8D679E;
  height: 10px;
  width: 46px;
  filter: blur(7px);
  top: 37px;
  left: 89px;
  opacity: 1;
}

.heart-symptom {
  height: 40px;
  width: 40px;
  filter: blur(10px);
  top: 183px;
  left: 98px;
  opacity: 1;
}

.digestive-symptom {
  height: 79px;
  width: 108px;
  filter: blur(10px);
  top: 353px;
  left: 65px;
  opacity: 1;
}

.lungs-vector {
  position: absolute;
  transition: 0.4s;
  top: 154px;
  left: 55px;
  width: 134px;
  height: 128px;
}

.kidneys-vector {
  position: absolute;
  transition: 0.4s;
  top: 254px;
  left: 55px;
  width: 118px;
  height: 85px;
}

.opacity-0 {
  opacity: 0;
}

.ruling-causes-section {
  display: block;
  margin-bottom: 3rem;
}
@media screen and (min-width: 900px) {
  .ruling-causes-section {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.ruling-causes-section .ruling-causes-section-img {
  width: 100%;
  max-width: 23.2431rem;
  margin: 0 auto;
  text-align: end;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .ruling-causes-section .ruling-causes-section-img {
    max-width: 33.2431rem;
  }
}
.ruling-causes-section .ruling-causes-section-img img {
  border-radius: 10px;
}
@media screen and (min-width: 425px) {
  .ruling-causes-section .ruling-causes-section-img img {
    width: 22.2725rem;
    height: 15.245rem;
  }
}
@media screen and (min-width: 900px) {
  .ruling-causes-section .ruling-causes-section-img img {
    width: 21.1831rem;
    height: 14.555rem;
  }
}
@media screen and (min-width: 1100px) {
  .ruling-causes-section .ruling-causes-section-img img {
    width: 29.5625rem;
    height: 20.3125rem;
  }
}
.ruling-causes-section .ruling-causes-section-img .rectangle.rectangle--purple-400 {
  background-color: #8D679E;
  width: 6.1681rem;
  height: 1.4075rem;
  transform: translateX(10px);
}
@media screen and (min-width: 475px) {
  .ruling-causes-section .ruling-causes-section-img .rectangle.rectangle--purple-400 {
    transform: translateX(0px);
  }
}
@media screen and (min-width: 1100px) {
  .ruling-causes-section .ruling-causes-section-img .rectangle.rectangle--purple-400 {
    width: 8.1875rem;
    height: 1.875rem;
    border-radius: 10px;
  }
}
.ruling-causes-section .ruling-causes-section-img .rectangle.rectangle--primary-blue-200 {
  background-color: #8BD0EA;
  width: 3.9556rem;
  height: 1.4075rem;
}
@media screen and (min-width: 1100px) {
  .ruling-causes-section .ruling-causes-section-img .rectangle.rectangle--primary-blue-200 {
    width: 5.25rem;
    height: 1.875rem;
    border-radius: 10px;
  }
}
.ruling-causes-section .ruling-causes-section-img .rectangle.rectangle--primary-navy-400 {
  background-color: #6383C7;
  width: 2.3544rem;
  height: 1.4075rem;
}
@media screen and (min-width: 1100px) {
  .ruling-causes-section .ruling-causes-section-img .rectangle.rectangle--primary-navy-400 {
    width: 3.125rem;
    height: 1.875rem;
    border-radius: 10px;
  }
}
.ruling-causes-section .ruling-causes-section-img .rectangle.rectangle--primary-blue-100 {
  background-color: #D1E9F2;
  width: 2.5425rem;
  height: 1.4544rem;
  border-radius: 10px;
}
@media screen and (min-width: 1100px) {
  .ruling-causes-section .ruling-causes-section-img .rectangle.rectangle--primary-blue-100 {
    width: 3.375rem;
    height: 1.9375rem;
  }
}
.ruling-causes-section .ruling-causes-section-img .rectangle.rectangle--gradient-light {
  width: 4.3319rem;
  height: 1.7356rem;
}
@media screen and (min-width: 1100px) {
  .ruling-causes-section .ruling-causes-section-img .rectangle.rectangle--gradient-light {
    width: 5.75rem;
    height: 2.3125rem;
    border-radius: 10px;
  }
}
.ruling-causes-section .ruling-causes-section-img .rectangle__group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.ruling-causes-section .ruling-causes-section-img .rectangle__group .rectangle:first-of-type {
  margin-bottom: 0.375rem;
}
.ruling-causes-section .ruling-causes-section-img .rectangle__group.positioned {
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50px);
}
@media screen and (min-width: 425px) {
  .ruling-causes-section .ruling-causes-section-img .rectangle__group.positioned {
    left: 0px;
  }
}

@media screen and (max-width: 919px) {
  .ruling-causes {
    padding-top: 2rem;
  }
}
.ruling-causes-text .content-line-specialist {
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ruling-causes-section p {
  margin-left: 0;
  margin-bottom: 1rem;
}

.ruling-causes-text a {
  font-size: smaller;
}
@media screen and (min-width: 425px) {
  .ruling-causes-text a {
    font-size: 16px;
  }
}

.ruling-causes-text {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .ruling-causes-text {
    max-width: 564px;
  }
  .ruling-causes-text .button {
    max-width: -moz-max-content;
    max-width: max-content;
    margin: initial;
  }
}

@media screen and (max-width: 919px) {
  .ruling-causes-section a {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 410px) {
  .ruling-causes-text {
    max-width: 360px;
  }
}
@media screen and (max-width: 370px) {
  .ruling-causes-section img {
    width: 286px;
    height: 220px;
  }
  .ruling-causes-text {
    max-width: 310px;
  }
  .ruling-causes-text a {
    font-size: 12px;
  }
}
.ruling-causes .content-line-symptoms {
  margin: 0.8rem;
  margin-left: 0;
  border-top: 2px solid #FFC803;
}

.ruling-blood-test {
  background-image: url("../assets/backgrounds/ruling-cells-background.svg");
  background-size: cover;
  width: 100%;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.3125rem 0;
}

@media screen and (max-width: 1024px) {
  .ruling-blood-test {
    background-image: url("../assets/backgrounds/blood-test-tablet-section.svg");
    justify-content: left;
    height: 232px;
  }
}
@media screen and (max-width: 429px) {
  .ruling-blood-test {
    background-image: url("../assets/backgrounds/blood-test-mobile-section.svg");
    justify-content: left;
    height: 367px;
  }
}
.ruling-blood-test br {
  display: none;
}

@media screen and (max-width: 1024px) {
  .ruling-blood-test br {
    display: block;
  }
}
@media screen and (max-width: 531px) {
  .ruling-blood-test br {
    display: none;
  }
}
.ruling-blood-test h2 {
  max-width: 750px;
  text-align: center;
  margin: auto;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 24px;
  color: #6C4F79;
  line-height: 32px;
}

@media screen and (max-width: 1024px) {
  .ruling-blood-test h2 {
    text-align: left;
    margin: unset;
  }
}
.ruling-blood-test span {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  color: #42A5CA;
  font-weight: bold;
}

.diagnostic-test-section {
  background-size: cover;
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  height: auto;
  padding-bottom: 50px;
  position: relative;
}

.just-golden-circle {
  position: absolute;
  top: 0;
}

.just-tubes {
  position: absolute;
  top: 194px;
}

@media screen and (max-width: 1024px) {
  .just-golden-circle {
    left: -2%;
  }
  .just-tubes {
    top: 309px;
  }
}
@media screen and (max-width: 990px) {
  .just-golden-circle {
    left: -9.99%;
  }
  .just-tubes {
    height: 443px;
  }
}
@media screen and (max-width: 890px) {
  .just-golden-circle {
    left: 0;
    height: 371px;
  }
  .just-tubes {
    width: 205px;
    top: 25px;
  }
}
@media screen and (max-width: 890px) {
  .diagnostic-test-text {
    padding-top: 18rem;
  }
}
.diagnostic-form-text-container {
  max-width: 637px;
  margin-left: 50%;
  margin-right: 0;
}
@media screen and (max-width: 890px) {
  .diagnostic-form-text-container {
    margin: auto;
  }
}
@media screen and (min-width: 1440px) {
  .diagnostic-form-text-container {
    max-width: 663px;
    margin-left: auto;
  }
}

.diagnostic-test-section p {
  margin-left: 0;
  font-weight: lighter;
  font-size: 16px;
  max-width: 41rem;
  letter-spacing: 0.4px;
}

.diagnostic-test-section .content-line-tma {
  margin-left: 0;
}

.diagnostic-test-section p {
  color: white;
  text-align: left;
  margin-left: 0;
}

@media screen and (max-width: 890px) {
  .diagnostic-test-section p {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.diagnostic-test-section h1 {
  color: white;
  text-align: left;
  margin-left: 0;
}

@media screen and (max-width: 890px) {
  .diagnostic-test-section h1 {
    max-width: 656px;
    margin: auto;
  }
}
.diagnostic-tests-list {
  background-color: white;
  max-width: 663px;
  margin-left: 0;
  margin-top: 2rem;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .diagnostic-tests-list {
    max-width: initial;
  }
}

@media screen and (max-width: 890px) {
  .diagnostic-tests-list {
    margin: auto;
  }
}
.diagnostic-tests-list label {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  font-size: 20px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin-bottom: 0rem;
  padding-bottom: 5px;
  margin-top: 0;
  letter-spacing: 0.38px;
  cursor: pointer;
}

.diagnostic-label-color {
  color: #004C69;
}

.diagnostic-tests-list p {
  color: black;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
}

.diagnostic-test-description {
  height: 0px;
  padding-top: -0.5rem;
  overflow: hidden;
  /* transition: padding-top 0.4s ease-out; */
  transition: height 0.4s ease-out;
}

.peripheral-animation {
  height: 88px;
  transition: height 0.3s ease-in;
  padding-top: 1rem;
}

.adam-animation {
  height: 68px;
  transition: height 0.3s ease-in;
  padding-top: 1rem;
}

.platelets-animation {
  height: 68px;
  transition: height 0.3s ease-in;
  padding-top: 1rem;
}

.ldh-animation {
  height: 68px;
  transition: height 0.3s ease-in;
  padding-top: 1rem;
}

.creatinine-animation {
  height: 68px;
  transition: height 0.3s ease-in;
  padding-top: 1rem;
}

.kidney-animation {
  height: 68px;
  transition: height 0.3s ease-in;
  padding-top: 1rem;
}

.egfr-animation {
  height: 110px;
  transition: height 0.3s ease-in;
  padding-top: 1rem;
}

.genetic-animation {
  height: 116px;
  transition: height 0.2s ease-in;
  padding-top: 1rem;
}

@media screen and (max-width: 1266px) {
  .adam-animation {
    height: 88px;
  }
  .platelets-animation {
    height: 88px;
  }
  .ldh-animation {
    height: 88px;
  }
  .creatinine-animation {
    height: 88px;
  }
  .kidney-animation {
    height: 88px;
  }
  .genetic-animation {
    height: 136px;
  }
}
@media screen and (max-width: 1090px) {
  .egfr-animation {
    height: 140px;
  }
}
@media screen and (max-width: 1033px) {
  .peripheral-animation {
    height: 108px;
  }
}
@media screen and (max-width: 1000px) {
  .genetic-animation {
    height: 156px;
  }
}
@media screen and (max-width: 894px) {
  .egfr-animation {
    height: 160px;
  }
}
@media screen and (max-width: 890px) {
  .peripheral-animation {
    height: 88px;
  }
  .adam-animation {
    height: 68px;
  }
  .platelets-animation {
    height: 68px;
  }
  .ldh-animation {
    height: 68px;
  }
  .creatinine-animation {
    height: 68px;
  }
  .kidney-animation {
    height: 68px;
  }
  .egfr-animation {
    height: 95px;
  }
  .genetic-animation {
    height: 116px;
  }
}
@media screen and (max-width: 707px) {
  .egfr-animation {
    height: 115px;
  }
}
@media screen and (max-width: 649px) {
  .ldh-animation {
    height: 88px;
  }
}
@media screen and (max-width: 597px) {
  .adam-animation {
    height: 88px;
  }
}
@media screen and (max-width: 607px) {
  .genetic-animation {
    height: 136px;
  }
}
@media screen and (max-width: 585px) {
  .kidney-animation {
    height: 88px;
  }
}
@media screen and (max-width: 582px) {
  .creatinine-animation {
    height: 88px;
  }
  .platelets-animation {
    height: 88px;
  }
}
@media screen and (max-width: 545px) {
  .egfr-animation {
    height: 135px;
  }
}
@media screen and (max-width: 517px) {
  .peripheral-animation {
    height: 108px;
  }
}
@media screen and (max-width: 494px) {
  .genetic-animation {
    height: 156px;
  }
}
@media screen and (max-width: 442px) {
  .egfr-animation {
    height: 155px;
  }
}
@media screen and (max-width: 434px) {
  .ldh-animation {
    height: 108px;
  }
}
@media screen and (max-width: 426px) {
  .adam-animation {
    height: 108px;
  }
}
@media screen and (max-width: 409px) {
  .genetic-animation {
    height: 186px;
  }
}
@media screen and (max-width: 403px) {
  .kidney-animation {
    height: 108px;
  }
}
@media screen and (max-width: 399px) {
  .peripheral-animation {
    height: 138px;
  }
}
@media screen and (max-width: 400px) {
  .creatinine-animation {
    height: 108px;
  }
}
@media screen and (max-width: 391px) {
  .platelets-animation {
    height: 108px;
  }
}
@media screen and (max-width: 387px) {
  .egfr-animation {
    height: 220px;
  }
}
@media screen and (max-width: 363px) {
  .genetic-animation {
    height: 236px;
  }
}
@media screen and (max-width: 358px) {
  .peripheral-animation {
    height: 168px;
  }
  .adam-animation {
    height: 148px;
  }
  .platelets-animation {
    height: 148px;
  }
  .ldh-animation {
    height: 148px;
  }
  .kidney-animation {
    height: 128px;
  }
  .creatinine-animation {
    height: 148px;
  }
}
/* @media screen and (max-width: 363px) {
.peripheral-animation{
    height: auto;
}
.adam-animation{
    height: auto;
}
.platelets-animation{
    height: auto;
}
.ldh-animation{
    height: auto;
}
.creatinine-animation{
    height: auto;
}
.kidney-animation{
    height: auto;
}S
.egfr-animation{
    height: auto;
}
.genetic-animation{
    height: auto;
}
} */
.content-line-specialist {
  border-top: 2px solid #FFC803;
  height: 2px;
  max-width: 60px;
  padding: 0;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 2%;
}

#specialists-section {
  padding-bottom: 5rem;
}

#specialist-title {
  margin-bottom: 0;
}

.specialists-paragraph {
  margin: auto;
  max-width: 60rem;
  margin-bottom: 1rem;
}

.specialists-icons {
  display: flex;
  justify-content: center;
  margin-left: 2rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 860px) {
  .specialists-icons {
    display: block;
    margin: auto;
  }
}
.first-two-specialists {
  margin-right: 20px;
}

.specialist-icon {
  display: flex;
  align-items: flex-start;
  max-width: 31rem;
  text-align: left;
  margin-bottom: 1rem;
}

@media screen and (max-width: 860px) {
  .specialist-icon {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.specialist-icon img {
  margin-right: 1rem;
}

.specialist-icon b {
  font-size: 18px;
  letter-spacing: 0.4px;
}

.specialist-icon p {
  font-size: 16px;
  letter-spacing: 0.4px;
}

.download-guide-section {
  margin-top: 3rem;
  background-color: #F0F8FC;
  max-width: 762px;
  height: auto;
  margin: auto;
  padding: 1.875rem 0.625rem;
  border-radius: 0.625rem;
}
@media screen and (min-width: 425px) {
  .download-guide-section {
    padding: 2.5rem 1.25rem;
  }
}

.download-guide-section p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  max-width: 38rem;
  margin: auto;
  color: #26417B;
  letter-spacing: 0.38px;
}

.download-guide-section a {
  margin: auto;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  width: 80%;
}

.download-guide-section br {
  display: none;
}

.download-guide-section .button {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 674px) {
  .download-guide-section br {
    display: block;
  }
  .download-guide-section .button {
    padding-left: 10px;
    padding-right: 10px;
    white-space: unset;
  }
  .download-guide-section a {
    width: 98%;
  }
}
#join-mailing-list-form {
  margin: auto;
  padding-top: 0;
  max-width: 760px;
}

@media screen and (max-width: 840px) {
  #join-mailing-list-form {
    width: 656px;
  }
}
@media screen and (max-width: 715px) {
  #join-mailing-list-form {
    width: 556px;
  }
}
@media screen and (max-width: 610px) {
  #join-mailing-list-form {
    width: 386px;
  }
}
@media screen and (max-width: 420px) {
  #join-mailing-list-form {
    width: 315px;
  }
}
.join-mailing-list {
  padding-top: 2rem;
  margin-bottom: 3rem;
}

.join-mailing-list h5 {
  margin-left: 0;
}

.identification-join-mailing-list {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

@media screen and (max-width: 610px) {
  .identification-join-mailing-list {
    margin-bottom: 15px;
    width: 386px;
  }
}
@media screen and (max-width: 420px) {
  .identification-join-mailing-list {
    width: 100%;
  }
}
.identification-join-mailing-list p,
.identification-join-mailing-list .radio-label {
  padding-left: 10px;
  margin: 0;
}

.mailing-list-radio {
  height: 22px;
  width: 22px;
}

.join-mailing-list-text-box {
  width: 100%;
}

.join-mailing-list-text-box label {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.join-mailing-list-text-box .fname {
  display: flex;
}

.join-mailing-list-text-box .fname input,
#zip-code {
  background-color: #F2F2F2;
  width: 100%;
}

.join-mailing-list-text-box .fname div {
  flex: 1 1 auto;
}

.join-mailing-list-text-box .fname-first {
  margin-right: 1rem;
}

.join-mailing-list-text-box input {
  background-color: #F2F2F2;
  width: 100%;
}

.join-mailing-list-text-box span {
  color: red;
}

.join-mailing-list-text-box .checkbox {
  width: 5rem;
  margin-left: -0.9px;
  margin-right: 1rem;
}

@media screen and (max-width: 840px) {
  .join-mailing-list-text-box .checkbox {
    width: 22px;
  }
}
.button-container-join-mail {
  display: flex;
  justify-content: right;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 426px) {
  .button-container-join-mail {
    justify-content: center;
    width: 100%;
  }
  .button-container-join-mail button {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.join-mailing-list-text-box .conditions {
  padding-right: 0;
  width: 100%;
  margin-top: 1rem;
  position: relative;
  margin-bottom: 3rem;
}

.join-mailing-list-text-box #check-error {
  position: absolute;
  top: 102%;
}

.join-mailing-list-text-box .terms {
  padding-bottom: 0;
  margin: 0;
  font-weight: normal;
}

@media screen and (max-width: 840px) {
  .join-mailing-list-text-box .terms {
    width: 624px;
  }
}
@media screen and (max-width: 715px) {
  .join-mailing-list-text-box .terms {
    width: 524px;
  }
}
@media screen and (max-width: 610px) {
  .join-mailing-list-text-box .terms {
    width: 386px;
  }
}
@media screen and (max-width: 420px) {
  .join-mailing-list-text-box .terms {
    width: 286px;
  }
}
.join-mailing-list h5 {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
  color: #000000;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.top-main-section-backgorund {
  background-image: url("../assets/backgrounds/relativewithAHUS-background.PNG");
  background-repeat: no-repeat;
  background-size: cover;
  height: 23rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 100px;
}

.top-events-section {
  background-image: url("../assets/backgrounds/relativewithAHUS-background.PNG");
  background-repeat: no-repeat;
  background-size: cover;
  height: 23rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  margin-top: 65px;
}
@media screen and (min-width: 1024px) {
  .top-events-section {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1100px) {
  .top-events-section {
    margin-top: 0px;
  }
}

.top-section-info {
  margin-top: 40px;
  padding-top: 30px;
  left: 0px;
  right: 64px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 0.38px;
  padding-bottom: 2rem;
}

.top-section-info h2 {
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: 0.52px;
  font-size: 2.5rem;
}
@media screen and (max-width: 500px) {
  .top-section-info h2 {
    font-size: 2rem;
    line-height: 48px;
    letter-spacing: 0.56px;
  }
}

.top-section-info p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0.0238rem;
  padding-top: 1.25rem;
  text-align: center;
  width: 50rem;
  margin: 0 auto;
  color: #62708E;
}
@media screen and (min-width: 768px) {
  .top-section-info p {
    font-size: 1.25rem;
    line-height: 28px;
    letter-spacing: 0.38px;
  }
}

@media screen and (max-width: 500px) {
  .glossary-title {
    padding-top: 0.25rem !important;
  }
}
.ahus-events-area {
  background-color: #F0F8FC;
  padding-bottom: 5rem;
  padding-top: 1rem;
}

.ahus-events-area .events .events__section:not(:last-of-type) {
  margin-bottom: 3rem;
}

.ahus-together__logo-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.ahus-events-area .ahus-together__logo-container .ahus-together {
  width: 14.875rem;
  height: 4.0625rem;
  display: inline-block;
  margin: auto 2rem;
}

.ahus-events-area .events {
  margin: 2rem 0;
}

.events-header {
  width: 100%;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 2.5em;
  letter-spacing: 0.15em;
  color: #4363A8;
  margin: 0 auto;
}

.events-description {
  width: 100%;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  color: #62708E;
  margin: 0 auto;
}

.event__schedule-title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.15rem;
  color: #004C69;
  margin: 1.875rem 0;
}

.events-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.events-margin {
  margin: 0 0.5rem;
}

.events-margin-a {
  margin-right: 0.25rem;
}

.events-margin-b {
  margin-left: 0.25rem;
}

.events-wrapper .event {
  background-color: white;
  display: inline-block;
  padding: 1.25rem;
  min-width: 18.2081rem;
  width: 100%;
  border-radius: 10px;
  overflow-y: hidden;
  height: 100%;
  max-height: -moz-max-content;
  max-height: max-content;
  position: relative;
  flex: 1 1 auto;
  transition: height 100ms ease-in-out;
  box-shadow: 0px 0.1875rem 0.3125rem rgba(22, 38, 71, 0.05);
  cursor: pointer;
}

.view-more__container .event {
  height: initial;
}

.events-wrapper .event .event__title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.0238rem;
  color: #004C69;
  margin: 1rem 0;
  min-height: 3.5rem;
}

.events-wrapper .event .event__content {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: all 200ms ease-in-out;
  margin: 0;
}

.events-wrapper .event .event__content p {
  margin: 1rem 0;
}

.events-wrapper .event img {
  display: block;
}

.events-wrapper .event .toggle-container {
  width: 100%;
  margin-top: 1rem;
}

.events-wrapper .event .toggle-container .event-card__toggle {
  transition: transform 300ms ease-in-out;
  transform: rotate(0deg);
  margin: 0 auto;
}

.view-more__container {
  overflow: hidden;
  transition: 0.3s;
  max-height: 1000px;
  width: 100%;
}

.events-view-more__button {
  margin: 0 auto;
  margin-top: 20px;
  background-color: transparent;
  font-size: 16px;
  color: #42A5CA;
  border: 0;
  outline: none;
}

.events-view-more__wrap {
  max-height: 0px;
  transition: 0.3s;
}

@media screen and (min-width: 1024px) {
  .events-wrapper .event:hover {
    box-shadow: inset 0 0 0 1px #4363A8;
  }
  .events-view-more__button {
    display: none;
  }
  .events-view-more__wrap {
    max-height: initial;
  }
}
.events-wrapper .event.event--toggled {
  box-shadow: inset 0 0 0 1px #4363A8;
}

.events-wrapper .event.event--toggled .toggle-container .event-card__toggle {
  transform: rotate(180deg);
}

.events-wrapper .event.event--toggled .event__content {
  margin: 0.5rem 0;
  max-height: 10.625rem;
}

.events-wrapper .event .event__schedule {
  font-size: 1em;
  font-weight: 600;
  color: #4363A8;
}

.educational-events__hero {
  height: initial;
}

.educational-events__hero .top-section-info {
  padding-bottom: 3rem;
}

@media screen and (max-width: 1100px) {
  .educational-events__hero {
    padding-top: 3.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .events-wrapper {
    flex-wrap: wrap;
  }
  .events-wrapper .event {
    width: 48%;
    max-width: 50%;
    margin: 0 0.25rem 0.5rem 0.25rem;
  }
  .ahus-together__logo-container {
    margin: 60px 0;
  }
  .top-section-info p {
    width: initial;
    max-width: 50rem;
  }
  .events-wrapper .event.event--toggled .event__content {
    margin: 0.5rem 0;
    max-height: 20rem;
  }
  .events-margin-a {
    margin-right: 0;
  }
  .events-margin-b {
    margin-left: 0;
  }
  .events-margin {
    margin: 0;
  }
}
.events-wrapper .event .event__title {
  min-height: 90px;
}
@media screen and (min-width: 1024px) {
  .events-wrapper .event .event__title {
    min-height: 56px;
  }
}

@media screen and (max-width: 1024px) {
  .view-more__container .event {
    width: 49%;
  }
}
@media screen and (max-width: 687px) {
  .events-wrapper .event {
    width: 100%;
    max-width: initial;
    margin: 0;
    margin-bottom: 20px;
    min-height: initial;
  }
  .top-section-info {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .ahus-together__logo-container {
    flex-direction: column;
  }
  .ahus-together__logo-container {
    margin-top: 2.25rem;
  }
  .ahus-events-area .ahus-together__logo-container .ahus-together {
    margin: 10px 0;
  }
  .events-description {
    height: initial;
  }
  .events-view-more__button {
    display: none;
  }
  .events-view-more__wrap {
    max-height: initial;
  }
}
@media screen and (max-width: 500px) {
  .educational-events__hero .top-section-info p {
    font-size: 1rem;
  }
  .educational-events__hero .top-section-info h2 {
    font-size: 2rem;
  }
  .ahus-events-area .ahus-together__logo-container .ahus-together {
    width: 189px;
    height: 43px;
  }
  .top-section-info {
    padding-top: 1.25rem;
  }
}
@media screen and (min-width: 2500px) {
  .ddgf {
    min-height: 537px;
  }
}
@media screen and (min-height: 1462px) {
  .ddgf {
    min-height: 537px;
  }
}

.top-section-content-info {
  margin-top: 2.5rem;
  left: 0rem;
  right: 4rem;
  text-align: center;
  font-weight: 700;
  line-height: 2.1875rem;
  letter-spacing: 0.0238rem;
  padding-top: 2rem;
  padding-bottom: 0.1rem;
}

.top-section-content-info h2 {
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.875rem;
}
@media screen and (min-width: 375px) {
  .top-section-content-info h2 {
    width: 19.625rem;
    margin: 0 auto;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .top-section-content-info h2 {
    width: 37.5rem;
    font-size: 2.5rem;
    padding-bottom: 1.25rem;
  }
}

.top-section-content-info p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.38px;
  padding-top: 0.625rem;
  text-align: center;
  max-width: 73.125rem;
  margin: 0 auto;
  color: #62708E;
}
@media screen and (min-width: 425px) {
  .top-section-content-info p {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .top-section-content-info p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    width: 43.75rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .top-section-content-info p {
    font-size: 1rem;
    width: 935px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .top-section-content-info p {
    font-size: 1.25rem;
    width: 105%;
  }
}
@media screen and (min-width: 1440px) {
  .top-section-content-info p {
    font-size: 1.25rem;
    width: -moz-max-content;
    width: max-content;
  }
}

.main-content-info-area {
  background-image: url(/assets/images/doctor-discussion-guide/doctor-discussion-guide-img.svg);
  background-size: 19.75rem;
  background-repeat: no-repeat;
  background-position: 45% -10%;
  padding-top: 95%;
}
@media screen and (min-width: 375px) {
  .main-content-info-area {
    background-size: 23.25rem;
    background-position: 100% -10%;
  }
}
@media screen and (min-width: 425px) {
  .main-content-info-area {
    background-size: 26.0625rem;
    background-position: right -22%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-content-info-area {
    background-size: 33rem;
    background-position: 160% 40%;
    padding-top: 6.625rem;
    padding-bottom: 4.5625rem;
    background-image: url(/assets/images/doctor-discussion-guide/doctor-discussion-guide-tab-img.svg);
  }
}
@media screen and (min-width: 800px) {
  .main-content-info-area {
    background-position: 150% 40%;
  }
}
@media screen and (min-width: 850px) {
  .main-content-info-area {
    background-position: 145% 40%;
  }
}
@media screen and (min-width: 900px) {
  .main-content-info-area {
    background-position: 135% 40%;
  }
}
@media screen and (min-width: 1024px) {
  .main-content-info-area {
    background-size: 35rem;
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
    background-position: 135% 30%;
  }
}
@media screen and (min-width: 1100px) {
  .main-content-info-area {
    background-size: 42rem;
    background-position: 145% 55%;
    padding-top: 10.75rem;
    padding-bottom: 7.75rem;
    background-image: url(/assets/images/doctor-discussion-guide/doctor-discussion-guide-desk-img.svg);
  }
}
@media screen and (min-width: 1200px) {
  .main-content-info-area {
    background-size: 51rem;
    background-position: 161% 50%;
  }
}
@media screen and (min-width: 1280px) {
  .main-content-info-area {
    background-size: 55rem;
    background-position: 160% 44%;
  }
}
@media screen and (min-width: 1400px) {
  .main-content-info-area {
    background-position: 145% 44%;
  }
}
@media screen and (min-width: 1520px) {
  .main-content-info-area {
    background-size: 56rem;
    background-position: 135% 49%;
  }
}
@media screen and (min-width: 1700px) {
  .main-content-info-area {
    background-position: 120% 60%;
    background-size: 59rem;
  }
}
@media screen and (min-width: 2560px) {
  .main-content-info-area {
    background-position: 85% 50%;
    background-size: 59rem;
    position: relative;
  }
}

.info-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .info-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.main-info-section {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .main-info-section {
    width: 52%;
  }
}
@media screen and (min-width: 1300px) {
  .main-info-section {
    width: 100%;
  }
}
.main-info-section h2 {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.5rem;
  letter-spacing: 0.0325rem;
  max-width: 100%;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 375px) {
  .main-info-section h2 {
    font-size: 1.6875rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 425px) {
  .main-info-section h2 {
    font-size: 1.875rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .main-info-section h2 {
    font-size: 2rem;
  }
}

.main-info-section p {
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .main-info-section p {
    width: 35.9375rem;
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .main-info-section p {
    font-size: 1rem;
    width: 660px;
  }
}

.main-info-section .download-guide {
  width: 100%;
  height: 2.75rem;
  padding-bottom: 5.625rem;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .main-info-section .download-guide {
    width: -moz-max-content;
    width: max-content;
  }
}
.main-info-section .download-guide a {
  justify-content: center;
}

.main-info-section img {
  width: 100%;
  height: auto;
  padding: 0;
}

.adult-brochure-box {
  background-color: #F2F2F2;
  border-radius: 10px;
  min-height: 464px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 74px;
  padding-bottom: 50px;
  padding-top: 51.13px;
}

@media screen and (min-width: 1100px) {
  .adult-brochure-box {
    flex-direction: row;
  }
}
@media screen and (max-width: 660px) {
  .adult-brochure-box {
    overflow-x: hidden;
    padding-left: 19px;
    padding-right: 19px;
  }
}
.adult-brochure-image {
  margin-left: -8%;
  position: relative;
}

@media screen and (max-width: 1268px) {
  .adult-brochure-image {
    margin-left: -6%;
    max-width: 503.3px;
  }
}
@media screen and (max-width: 1068px) {
  .adult-brochure-image {
    margin-left: -4%;
    max-width: 483.3px;
  }
}
@media screen and (max-width: 1024px) {
  .adult-brochure-image img {
    margin-bottom: 0;
    width: 545.3px;
  }
  .adult-brochure-image {
    margin-left: 0;
    margin-bottom: 44.4px;
    width: 545.3px;
    z-index: 1;
  }
}
.solid-golden-circle {
  position: absolute;
  left: -8%;
  top: -10%;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .solid-golden-circle {
    z-index: 0;
    width: 270px;
    height: 271px;
    top: 2%;
    left: -40%;
  }
}
@media screen and (max-width: 660px) {
  .adult-brochure-image {
    width: 429.08px;
    height: 359.64px;
  }
  .adult-brochure-image img {
    width: inherit;
    height: inherit;
  }
  .solid-golden-circle {
    top: 3%;
    left: 35%;
    width: 399.08px !important;
    height: 329.64px !important;
  }
}
@media screen and (max-width: 410px) {
  .adult-brochure-image {
    width: 419.08px;
    height: 249.64px;
  }
  .solid-golden-circle {
    width: inherit !important;
    height: inherit !important;
  }
}
.adult-brochure-text {
  max-width: 496px;
}

.adult-brochure-text h2 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .adult-brochure-text h2 {
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  .adult-brochure-text h2 {
    text-align: left;
  }
}

.adult-brochure-text p {
  max-width: 496px;
  margin-bottom: 20px;
}

@media screen and (max-width: 660px) {
  .adult-brochure-text p {
    text-align: left;
  }
  .adult-brochure-box h2 {
    text-align: left;
  }
}
.adult-brochure-line {
  width: 61px;
  height: 0px;
  border: 2px solid #FFC803;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .adult-brochure-line {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1100px) {
  .adult-brochure-line {
    margin: 20px 0;
  }
}

.adult-brochure-buttons {
  display: flex;
}

#adult-brochure-button {
  margin-right: 15px;
  max-width: 214px;
  min-height: 44px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}

#children-brochure-button {
  max-width: 267px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
}

@media screen and (max-width: 660px) {
  .adult-brochure-buttons {
    display: block;
    width: 100%;
    margin: auto;
  }
  #adult-brochure-button {
    margin: auto;
    margin-bottom: 15px;
    margin-right: 0;
    min-width: 100%;
  }
  #children-brochure-button {
    margin: auto;
    margin-right: 0;
    min-width: 100%;
  }
  .adult-brochure-line {
    text-align: left;
    margin: 20px 0px;
  }
}
@media screen and (max-width: 735px) {
  #books-brochure-top {
    margin-bottom: 13rem;
  }
}
.children-books-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F0F8FC;
  border-radius: 15px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media screen and (max-width: 735px) {
  .children-books-block {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
}
@media screen and (max-width: 735px) {
  .children-books-block {
    overflow-y: visible;
    overflow-x: visible;
  }
}
/* @media screen and (max-width: 480px) {
    .children-books-block {
        max-width: 384.41px;
        margin: auto;
    }
    .books-image-container {

    }
} */
.books-image-container {
  margin-right: -1rem;
}

@media screen and (max-width: 1060px) {
  .books-image-container {
    margin-right: -3.5rem;
  }
}
@media screen and (max-width: 860px) {
  .books-image-container {
    width: 402px;
    height: 590px;
    margin-right: -1.5rem;
  }
  .books-image-container img {
    width: inherit;
    height: inherit;
  }
}
@media screen and (max-width: 790px) {
  .books-image-container {
    width: 342px;
    margin-right: -0.5rem;
    margin: auto;
  }
}
@media screen and (max-width: 735px) {
  .books-image-container {
    width: 452px;
    height: 640px;
    margin: auto;
    margin-top: -18.5rem;
  }
}
.children-books-text p {
  max-width: 39rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 1rem;
}

.children-books-text a {
  margin-top: 2rem;
  width: 11rem;
  letter-spacing: 1.32px;
  font-weight: 400;
  padding: 10px 20px;
}

.children-books-text {
  margin-bottom: 2rem;
  padding-left: 2rem;
}

@media screen and (max-width: 735px) {
  .children-books-text {
    padding-right: 2rem;
  }
}
.content-line-books {
  border-top: 1px solid #FFC803;
  height: 2px;
  max-width: 60px;
  padding: 0;
  margin-bottom: 2%;
  margin-top: 2%;
}

.children-books-block .blue-text {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 2.4px;
  text-transform: capitalized;
  color: #62708E;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 28px;
  margin-bottom: 8px;
}

@media screen and (max-width: 735px) {
  .order-books-button {
    width: 100%;
  }
  .order-books-button a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .children-books-text {
    padding: 0 19px;
  }
}
.glossary-section {
  padding-top: 51px;
  padding-bottom: 40px;
}

.glossary-line {
  width: 61px;
  background-color: #FFC803;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 40px;
  border: 0;
}

.glossary-container {
  width: 84%;
  max-width: 963px;
  margin: 0 auto;
}

.glossary-item {
  border-bottom: 1px solid #D1E9F2;
  padding-bottom: 22px;
  margin-bottom: 22px;
  transition: 0.2s;
  position: relative;
  cursor: pointer;
}

.glossary__title {
  color: #26417B;
  font-weight: 600;
  transition: 0.2s;
  margin-bottom: 30px;
  cursor: pointer;
}

.glossary__description {
  overflow: hidden;
}

.glossary__item--closed label {
  margin: 0;
  color: #272727;
}
.glossary__item--closed p {
  height: 0px;
}
.glossary__item--closed img {
  transform: rotateZ(0);
}

.glossary-guide__hero {
  padding-top: 0;
  height: auto;
  margin-top: 113px;
}
@media screen and (min-width: 1024px) {
  .glossary-guide__hero {
    margin-top: 96px;
  }
}

.item__close-icon {
  position: absolute;
  height: 13px;
  width: 13px;
  right: 0;
  top: 3px;
  transition: 0.2s;
  transform: rotateZ(45deg);
}

@media screen and (max-width: 850px) {
  .top-section-info p {
    width: auto;
    margin: 0 30px;
  }
}
@media screen and (max-width: 850px) {
  .glossary-title {
    padding-bottom: 36px;
  }
}
:root {
  --transitions-duration: 1s;
}

.connect-locally-section {
  padding-top: calc(7rem + 129px);
  padding-bottom: 129px;
  background-image: url("../assets/backgrounds/connect-locally-gradient.svg");
  background-size: cover;
  margin-top: 65px;
}
@media screen and (min-width: 1024px) {
  .connect-locally-section {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1100px) {
  .connect-locally-section {
    margin-top: 0px;
  }
}

.connect-locally__container {
  height: 649px;
  max-width: 1116px;
  box-shadow: 0px 0px 20px rgb(241, 241, 241);
  margin: 0 auto;
  border-radius: 12px;
  display: flex;
  position: relative;
}

.connect-locally__mask {
  display: flex;
  max-width: inherit;
  overflow: hidden;
  z-index: 2;
  position: relative;
}

.connect-locally__search {
  padding-left: 64px;
  width: 56%;
  transition: 0.3s;
}

.connect-locally__members {
  transition: 0.3s;
}

.connect-locally__title {
  margin-top: 166px;
  margin-top: 166px;
  font-size: 40px;
}

.connect-locally__line {
  margin: 20px 0;
}

.connect-locally__paragraph {
  color: #272727;
  font-size: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
  max-width: 550px;
  font-weight: 600;
}

.connect-locally__input {
  background-color: #F2F2F2;
}

.connect-locally__form {
  display: flex;
  position: relative;
}
.connect-locally__form .asterisk {
  position: absolute;
  color: red;
  left: 98px;
  top: 8px;
}

.connect-locally__button {
  font-size: 12px;
  width: initial;
  height: 40px;
  margin-left: 32px;
}

.connect-locally__grid {
  display: flex;
  height: 100%;
}

.connect-locally__column--primary {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  width: 210px;
  margin-left: 9px;
}

.connect-locally__column--secondary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  width: 210px;
  margin-left: 9px;
}

.connect-locally__row {
  display: flex;
  align-items: flex-end;
}

.member__image {
  margin-right: 11px;
  border-radius: 10px;
  cursor: pointer;
}

.member__image--a {
  width: 98px;
  height: 103px;
  margin-bottom: 39px;
}

.member__image--b {
  width: 112px;
  height: 118px;
  margin-bottom: 26px;
}

.member__image--c {
  width: 139px;
  height: 146px;
  margin-bottom: 18px;
}

.member__image--d {
  width: 112px;
  height: 118px;
  margin-bottom: 15px;
}

.member__image--e {
  width: 150px;
  height: 157px;
  margin-bottom: 11px;
}

.member__image--f {
  height: 137px;
  width: 130px;
  margin-bottom: 18px;
}

.member__image--g {
  width: 127px;
  height: 134px;
  margin-bottom: 11px;
}

.member__image--h {
  width: 101px;
  height: 106px;
  margin-bottom: 11px;
}

.connect-locally__figure {
  border-radius: 10px;
  transition: var(--transitions-duration);
  z-index: 2;
}

.connect-locally__figure--a {
  margin-bottom: 26px;
  width: 58px;
  height: 118px;
  background-color: #C9E1EC;
  margin-right: 10px;
}

.connect-locally__figure--b {
  margin-bottom: 18px;
  background-color: #8BD0EA;
  height: 35px;
  width: 199px;
}

.connect-locally__figure--c {
  margin-bottom: 18px;
  background-color: #B799C4;
  height: 60px;
  width: 130px;
}

.connect-locally__column--tertiary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  height: 100%;
  width: 124px;
  margin-left: -48px;
}

.connect-locally__figure--e {
  background-color: #6383C7;
  height: 60px;
  width: 130px;
  position: absolute;
  bottom: 62px;
  right: -40px;
}

.connect-locally__figure--f {
  margin-left: 0px;
  margin-bottom: 125px;
  background-color: #6383C7;
  height: 62px;
  width: 108px;
}

.connect-locally__figure--g {
  margin-left: 0px;
  margin-bottom: 24px;
  background-color: #E9DAF0;
  height: 35px;
  width: 71px;
}

.connect-locally__figure--h {
  background: rgb(108, 79, 121);
  background: linear-gradient(25deg, #6c4f79 0%, rgb(38, 65, 123) 100%, #26417b 100%);
  height: 35px;
  width: 175px;
  position: absolute;
  bottom: -16px;
  right: -69px;
}

.connect-locally__figure--i {
  background-color: #D1E9F2;
  height: 31px;
  width: 54px;
  position: absolute;
  bottom: -40px;
  right: 134px;
}

.connect-locally__figure--j {
  background-color: #6383C7;
  height: 50px;
  width: 104px;
  position: absolute;
  top: -24px;
  right: 370px;
}

.connect-locally__figure--k {
  background-color: #D1E9F2;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 49px;
  width: 60px;
  position: absolute;
  top: 66px;
  right: -60px;
}

.member-is-active .background-rotate-anim {
  transition: var(--transitions-duration);
  transform-origin: center;
  transform: rotateZ(-90deg) scale(1.6);
}

.member-is-active .swipe-left {
  transition: var(--transitions-duration);
  transform: translateX(-100%);
  margin-left: 0;
}

.member-is-active .swipe-right {
  transition: var(--transitions-duration);
  transform: translateX(100%);
}

.member-is-active .member__info--active {
  right: 0;
}

.connect-locally__background {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  height: 745px;
  width: 755px;
  right: -174px;
  top: -70px;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .connect-locally__background {
    right: -222px;
  }
}

.connect-locally__background img {
  height: inherit;
  width: inherit;
}

.connect-locally__member-info {
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: var(--transitions-duration);
}

.connect-locally__member-info {
  display: flex;
}

.connect-locally__member-picture {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.connect-locally__member-picture img {
  height: 335px;
  width: 317px;
  border-radius: 10px;
}

.connect-locally__member-description .connect-locally__button {
  margin: 0;
}

.connect-locally__subtitle {
  color: #004C69;
  font-size: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
  max-width: 529px;
  font-weight: 700;
  margin-bottom: 7px;
}

@media screen and (min-width: 1104px) {
  .section-layout {
    max-width: 62.125rem;
  }
}
@media screen and (min-width: 1268px) {
  .section-layout {
    max-width: 74rem;
  }
  .welcome-section {
    height: 790px;
  }
}
@media screen and (max-width: 1244px) {
  .connect-locally__figure {
    border-radius: 5px;
  }
  .connect-locally__figure--a {
    width: 44px;
    height: 89px;
    margin-bottom: 19px;
  }
  .connect-locally__figure--b {
    width: 151px;
    height: 26px;
    margin-bottom: 13px;
  }
  .connect-locally__figure--c {
    width: 99px;
    height: 45px;
    margin-bottom: 10px;
  }
  .connect-locally__figure--e {
    width: 67px;
    height: 31px;
    bottom: 32px;
  }
  .connect-locally__figure--f {
    width: 81px;
    height: 47px;
  }
  .connect-locally__figure--g {
    width: 54px;
    height: 27px;
    right: 205px;
    margin-bottom: 17px;
  }
  .connect-locally__figure--h {
    width: 112px;
    height: 22px;
    right: -29px;
    bottom: -39px;
  }
  .connect-locally__figure--i {
    bottom: -63px;
  }
  .connect-locally__figure--j {
    width: 104px;
    height: 49px;
    right: 205px;
  }
  .connect-locally__figure--k {
    width: 50px;
    right: -49px;
  }
  .member__image--a {
    width: 75px;
    height: 79px;
    margin-bottom: 94px;
  }
  .member__image--b {
    width: 85px;
    height: 89px;
    margin-bottom: 19px;
  }
  .member__image--h {
    width: 76px;
    height: 80px;
    margin-top: 74px;
  }
  .member__image--g {
    width: 97px;
    height: 102px;
    margin-bottom: 9px;
  }
  .member__image--f {
    width: 99px;
    height: 104px;
    margin-bottom: 10px;
  }
  .member__image--e {
    width: 114px;
    height: 120px;
    margin-bottom: 75px;
  }
  .member__image--d {
    width: 85px;
    height: 89px;
    margin-bottom: 13px;
  }
  .member__image--c {
    width: 105px;
    height: 111px;
    margin-bottom: 13px;
  }
  .connect-locally__container {
    height: 616px;
  }
  .connect-locally__background {
    width: 573px;
    height: 565px;
    top: 10px;
    right: -141px;
  }
  .connect-locally__column--secondary {
    width: 163px;
    margin-left: 5px;
  }
  .connect-locally__column--tertiary {
    margin-top: 0px;
  }
  .connect-locally__column--primary {
    width: 176px;
  }
  .connect-locally__title {
    margin-top: 150px;
  }
  .connect-locally__search {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .connect-locally-section {
    padding-top: calc(7rem + 71px);
  }
}
@media screen and (max-width: 1024px) {
  .connect-locally__mask {
    width: 100%;
  }
  .connect-locally__members {
    position: absolute;
    right: -27px;
    top: 75px;
  }
  .member__image--d {
    margin-top: 34px;
  }
  .member__image--f {
    margin-top: 19px;
  }
  .member__image--h {
    margin-top: 0;
  }
}
@media screen and (max-width: 929px) {
  .connect-locally__figure--a {
    width: 37px;
    height: 75px;
  }
  .connect-locally__figure--b {
    width: 127px;
    height: 22px;
    margin-bottom: 10px;
  }
  .connect-locally__figure--c {
    width: 83px;
    height: 38px;
    margin-bottom: 8px;
  }
  .connect-locally__figure--f {
    width: 69px;
    height: 40px;
  }
  .connect-locally__figure--g {
    width: 45px;
    height: 22px;
    margin-bottom: 14px;
  }
  .member__image--a {
    width: 63px;
    height: 66px;
  }
  .member__image--b {
    width: 71px;
    height: 75px;
    margin-bottom: 16px;
  }
  .member__image--h {
    width: 64px;
    height: 68px;
    margin-bottom: 9px;
  }
  .member__image--g {
    width: 81px;
    height: 86px;
  }
  .member__image--f {
    width: 83px;
    height: 88px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .member__image--e {
    width: 95px;
    height: 100px;
  }
  .member__image--d {
    width: 71px;
    height: 75px;
    margin-bottom: 9px;
  }
  .member__image--c {
    width: 89px;
    height: 93px;
    margin-bottom: 10px;
  }
  .connect-locally__column--primary {
    width: 152px;
  }
  .connect-locally__column--secondary {
    width: 143px;
  }
  .connect-locally__column--tertiary {
    width: 107px;
  }
  .connect-locally__members {
    top: 99px;
  }
  .connect-locally__column--secondary {
    padding-top: 17px;
  }
  .connect-locally__search {
    width: 63%;
  }
  .connect-locally__background {
    right: -207px;
  }
  .connect-locally__search {
    padding-left: 40px;
  }
  .connect-locally__member-description {
    max-width: 42%;
  }
  .connect-locally__title {
    margin-top: 96px;
  }
}
@media screen and (max-width: 860px) {
  .connect-locally__search {
    width: 57%;
  }
}
@media screen and (max-width: 830px) {
  .connect-locally__members {
    position: static;
  }
  .connect-locally__column--primary {
    justify-content: initial;
  }
  .connect-locally__column--secondary {
    justify-content: initial;
  }
  .connect-locally__mask {
    flex-direction: column-reverse;
  }
  .connect-locally__title {
    margin-top: 14px;
  }
  .member__image--a,
  .member__image--e {
    margin-bottom: 0;
  }
  .connect-locally__members {
    display: flex;
    justify-content: center;
  }
  .connect-locally__search {
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
    margin-top: -13px;
  }
  .connect-locally__container {
    height: initial;
  }
  .connect-locally__figure--j {
    display: none;
  }
  .connect-locally__grid {
    margin-top: 44px;
  }
  .connect-locally__background {
    right: -46px;
    top: -73px;
  }
  .connect-locally__member-info {
    flex-direction: column;
  }
  .connect-locally__member-description {
    max-width: initial;
  }
  .connect-locally__member-picture {
    width: initial;
  }
  .connect-locally__member-picture img {
    margin-top: 42px;
  }
  .connect-locally__member-description {
    max-width: 74%;
    margin: 0 auto;
  }
  .connect-locally__title {
    margin-top: 66px;
  }
}
@media screen and (max-width: 830px) and (max-width: 500px) {
  .connect-locally__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 830px) {
  .member-is-active .connect-locally__background {
    right: -89px;
    top: -217px;
  }
}
@media screen and (max-width: 830px) {
  .connect-locally__button {
    margin-right: 44px;
  }
}
@media screen and (max-width: 830px) {
  .connect-locally__input {
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 600px) {
  .connect-locally__background {
    left: 0;
    top: -135px;
    width: 616px;
    height: 608px;
  }
  .connect-locally__search {
    padding-right: 40px;
  }
  .connect-locally__figure--k {
    display: none;
  }
  .connect-locally__figure--h {
    top: 442px;
    right: 14px;
    bottom: initial;
  }
  .connect-locally__figure--e {
    top: 368px;
    right: 34px;
    bottom: initial;
  }
  .member-is-active .connect-locally__background {
    top: -274px;
    left: 198px;
  }
  .connect-locally__member-description {
    max-width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .section-layout {
    max-width: 91vw;
  }
  .connect-locally__search {
    padding: 0 19px;
    margin-bottom: 34px;
  }
  .connect-locally__form {
    display: flex;
    flex-direction: column;
  }
  .connect-locally__button {
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .connect-locally__grid {
    margin-top: 22px;
  }
  .connect-locally-section {
    padding-top: 7rem;
    padding-bottom: 81px;
  }
  .connect-locally__input {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .connect-locally__figure--e {
    right: 0;
  }
  .connect-locally__figure--h {
    right: 0;
  }
  .connect-locally__member-description {
    max-width: 92%;
  }
  .member-is-active .connect-locally__background {
    top: -279px;
    left: 109px;
  }
  .member-is-active .swipe-right {
    transition: var(--transitions-duration);
    transform: translateX(110%);
  }
  .connect-locally__member-description .connect-locally__button {
    width: 100%;
  }
  .connect-locally__button {
    width: 100%;
  }
  .connect-locally__figure--i {
    display: none;
  }
  .member-is-active .connect-locally__mask {
    height: 931px;
  }
}
.top-section-area {
  background-image: url("../assets/backgrounds/relativewithAHUS-background.PNG");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  margin-top: -55px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .top-section-area {
    padding-bottom: 18rem;
    height: 21rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-section-area {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .top-section-area {
    margin-top: -7px;
  }
}
@media screen and (min-width: 1100px) {
  .top-section-area {
    padding-top: 5.625rem;
    margin-top: 0;
  }
}

.top-area-info {
  margin: auto;
  margin-top: 2.875rem;
  max-width: 762px;
  padding-top: 0.3125rem;
  left: 2.5rem;
  right: 4rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 3rem;
  letter-spacing: 0.0238rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .top-area-info {
    padding-bottom: 0;
  }
}

.top-area-info h2 {
  background: linear-gradient(60.36deg, #6C4F79 9.25%, #26417B 88.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: 0.52px;
}
@media screen and (min-width: 768px) {
  .top-area-info h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.56px;
  }
}

.top-area-info p {
  left: 230px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  padding-top: 1.25rem;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #62708E;
}
@media screen and (min-width: 768px) {
  .top-area-info p {
    font-size: 1.25rem;
  }
}

.organization-container {
  display: grid;
  grid-auto-rows: auto;
  gap: 2rem;
  width: 100%;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .organization-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.organization {
  width: 100%;
  height: auto;
}

.organization .organization__logo {
  margin-bottom: 0.9375rem;
}

.organization .organization__name {
  margin-bottom: 0.9375rem;
}

.organization .organization__description {
  margin-bottom: 0.9375rem;
  width: 100%;
}

.ahus-fund-desc {
  width: 35.25rem;
}

.national-kidney-desc {
  width: 35.25rem;
  padding-bottom: 1.5rem;
}

.global-genes-desc {
  width: 35.25rem;
}

.bottom-paragraph {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: center;
  letter-spacing: 0.0375rem;
  color: #62708E;
  max-width: 761px;
  height: 2rem;
  left: 21.25rem;
  top: 96.25rem;
  margin: 1.25rem auto 3.25rem;
}

.section-header__title {
  max-width: 356px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.416px;
}
@media screen and (min-width: 768px) {
  .section-header__title {
    font-size: 2rem;
    max-width: 28.9375rem;
    line-height: 2.5rem;
    letter-spacing: 0.0325rem;
  }
}

@media screen and (max-width: 655px) {
  .carousel__card img {
    max-width: 250px;
  }
  .carousel__card {
    max-width: 250px;
    display: unset;
  }
}
.carousel__card.active {
  height: 225px !important;
  width: 225px !important;
  transition: height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}

.carousel-item {
  top: -25% !important;
}

.carousel-wrapper {
  display: flex;
  justify-content: center;
}

.new-box {
  display: flex;
  justify-content: center;
}

.swiper-container {
  width: 90%;
  height: 400px;
}

.swiper-container .swiper-slide {
  height: 0%;
  width: 45%;
  opacity: 0.7;
}

.swiper-slide-shadow-right,
.swiper-slide-shadow-left {
  display: none;
}

.swiper-container .swiper-slide-active {
  opacity: 1;
}

.swiper-container .swiper-slide img {
  height: 333px;
}/*# sourceMappingURL=styles.css.map */