/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.m-0 {
  margin: 0px;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.block {
  display: block;
}.hidden {
  display: none;
}.flex-1 {
  flex: 1 1 0%;
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.text-left {
  text-align: left;
}.text-right {
  text-align: right;
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.f-text-xxs{font-size:9px;list-style:13.5px}.f-text-xs{font-size:11px}.f-text-body,body{font-size:.875rem;line-height:150%}.f-text-m{font-size:1.125rem;line-height:28.6px}.f-text-l,.header .header__navigation,.footer .footer__newsletter{font-size:1.5rem;line-height:28.8px}.f-text-xxl{font-size:3.5rem;line-height:100%}.f-text-osram{font-family:"Osram"}.f-text-nikolai{font-family:"Nikolai"}.f-button {
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.125rem;
  line-height: 28.6px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
  opacity: 1;
}@media (max-width: 1100px) {

  .f-button {
    font-size: 0.875rem;
    line-height: 150%;
  }
}.f-button{transition:opacity 300ms}.f-button:hover {
  opacity: 0.8;
}.f-button.f-button--strong {
  --tw-bg-opacity: 1;
  background-color: rgb(74 9 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.f-button.f-button--disabled {
  opacity: 0.5;
}.f-button.f-button--learning {
  --tw-border-opacity: 1;
  border-color: rgb(234 51 246 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));
}.f-button.f-button--learning.f-button--strong {
  --tw-bg-opacity: 1;
  background-color: rgb(234 51 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.f-button.f-button--white {
  white-space: nowrap;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 34px;
  padding-right: 34px;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));line-height:1;
}.footer {
  margin-top: 80px;
  --tw-bg-opacity: 1;
  background-color: rgb(74 9 244 / var(--tw-bg-opacity));
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}.footer .footer__newsletter {
  margin-bottom: 60px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}@media (max-width: 1100px) {

  .footer .footer__newsletter {
    margin-bottom: 0;
  }

  .footer .footer__newsletter {
    display: block;
  }

  .footer .footer__newsletter {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .footer .footer__newsletter img {
    margin-bottom: 1rem;
  }

  .footer .footer__newsletter img {
    display: block;
  }
}.footer .footer__actions {
  display: flex;
  align-items: flex-end;
}@media (max-width: 1100px) {

  .footer .footer__actions {
    flex-wrap: wrap;
  }
}.footer .footer__actions{gap:0px 1rem}.footer .footer__navigation {
  flex-basis: 33%;
  -moz-columns: 2;
       columns: 2;
  gap: 0.25rem;
}@media (max-width: 1100px) {

  .footer .footer__navigation {
    display: none;
  }
}.footer .footer__navigation li {
  margin-bottom: 5px;
}.footer .footer__legal {
  flex-basis: 33%;
  -moz-columns: 2;
       columns: 2;
  gap: 0.25rem;
}@media (max-width: 1100px) {

  .footer .footer__legal {
    display: none;
  }
}.footer .footer__legal li {
  margin-bottom: 5px;
}.footer .footer__social {
  flex-basis: 33%;
  text-align: right;
}@media (max-width: 1100px) {

  .footer .footer__social {
    flex-basis: 100%;
  }

  .footer .footer__social {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer .footer__social {
    text-align: center;
  }
}.footer .footer__social a {
  margin-right: 10px;
}@media (max-width: 1100px) {

  .footer .footer__social a {
    margin-left: 8px;
    margin-right: 8px;
  }
}.footer .footer__social img {
  margin-bottom: 0px;
  display: inline;
}@media (max-width: 1100px) {

  .footer .footer__social img {
    width: 38px;
  }
}.footer .footer__copyright {
  margin-top: 30px;
}@media (max-width: 1100px) {

  .footer .footer__copyright {
    display: none;
  }
}.footer .footer__navigation-mobile {
  display: none;
  flex-basis: 100%;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .footer .footer__navigation-mobile {
    display: flex;
  }
}.footer .footer__navigation-mobile li {
  margin-bottom: 10px;
}.footer .footer__navigation-mobile>li {
  flex-basis: 50%;
}.footer .footer__copyright-mobile {
  display: none;
  flex-basis: 100%;
  text-align: center;
}@media (max-width: 1100px) {

  .footer .footer__copyright-mobile {
    display: block;
  }
}.header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.header .header__main {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 80px;
  padding-right: 80px;
}@media (max-width: 1100px) {

  .header .header__main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header .header__main {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}.header .header__main{transition:background 200ms}.header .header__logo {
  margin-bottom: 0px;
  width: 330px;
}@media (max-width: 1100px) {

  .header .header__logo {
    width: 216px;
  }
}.header .header__logo{transition:filter 200ms}.header .header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}.header .header__tagline {
  margin-top: -7px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .header .header__tagline {
    margin-top: -2px;
  }

  .header .header__tagline {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }
}.header .header__tagline{transition:color 200ms}.header .header__search img{transition:filter 200ms}.header .header__navigation {
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .header .header__navigation {
    display: none;
  }
}.header .header__navigation ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 36px;
       column-gap: 36px;
}.header .header__navigation li a {
  font-weight: 420;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;transition:color 200ms,-webkit-text-decoration-color 200ms;transition:text-decoration-color 200ms,color 200ms;transition:text-decoration-color 200ms,color 200ms,-webkit-text-decoration-color 200ms;
}.header .header__navigation li:nth-child(3) {
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));
}.header .header__navigation li:nth-child(4) a {
  position: relative;background-image:linear-gradient(90deg, #4A09F4 2.17%, #9136EE 17.35%, #D745EE 32.07%, #DE3021 45.41%, #EC652B 58.29%, #FBF46E 73.01%, #6ADC67 87.73%);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);
}.header .header__navigation li:nth-child(4) a:after{content:"";position:absolute;left:0;bottom:1px;height:1px;width:100%;background:linear-gradient(90deg, #4A09F4 2.17%, #9136EE 17.35%, #D745EE 32.07%, #DE3021 45.41%, #EC652B 58.29%, #FBF46E 73.01%, #6ADC67 87.73%);z-index:-1;opacity:0;transition:opacity 200ms}.header .header__navigation li:hover a, .header .header__navigation .nav-current a {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}.header .header__navigation li:hover:nth-child(4) a:after,.header .header__navigation .nav-current:nth-child(4) a:after{opacity:1}.header .header__drawers {
  position: relative;
}.header .header__drawer {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(74 9 244 / var(--tw-bg-opacity));
  padding-top: 63px;
  padding-bottom: 63px;
  padding-left: 80px;
  padding-right: 80px;
  opacity: 0;transition:opacity 200ms linear;
}.header .header__drawer[data-js-drawer-target=Login], .header .header__drawer[data-js-drawer-target=Shop] {
  display: none;
}.header .header__drawer[data-js-drawer-target=Learning] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 51 246 / var(--tw-bg-opacity));
}.header .header__drawer[data-js-drawer-target=Search] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.header .header__drawer[data-js-drawer-target=Community] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 101 43 / var(--tw-bg-opacity));
}.header .header__drawer.header__drawer--active {
  pointer-events: auto;
  opacity: 1;
}.header .header__drawer__content {
  display: flex;
  gap: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.header .header__drawer__content .nav>li {
  margin-bottom: 10px;
}.header .header__drawer__content h3 {
  margin-bottom: 1rem;
}.header .header__drawer__content>* {
  flex-basis: 20%;
}.header .header__drawer__content .header__drawer__description {
  flex-basis: 25%;
}.header .header__drawer__content .header__drawer__description p {
  font-weight: 300;
}.header .header__drawer__content .header__drawer__cta {
  flex-basis: 33.333333%;
  justify-content: center;
  text-align: center;
}.header .header__drawer__content .header__drawer__cta a {
  display: block;
}.header .search-drawer {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  padding-left: 160px;
  padding-right: 160px;
}@media (max-width: 1100px) {

  .header .search-drawer {
    border-style: none;
  }

  .header .search-drawer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header .search-drawer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}.header .search-drawer .header__drawer__content {
  flex-direction: column;
}.header .search-drawer .search-drawer__tags ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  font-weight: 300;
}@media (max-width: 1100px) {

  .header .search-drawer .search-drawer__tags ul {
    row-gap: 5px;
  }
}.header .search-drawer .search-drawer__tag {
  display: inline-block;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Osram, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .header .search-drawer .search-drawer__tag {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }
}.header .search-drawer .search-drawer__tag{transition:color 300ms,background-color 300ms}.header .search-drawer .search-drawer__tag:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 9 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.header .search-drawer .search-drawer__form {
  position: relative;
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 9 244 / var(--tw-border-opacity));
  padding-bottom: 1rem;
}@media (max-width: 1100px) {

  .header .search-drawer .search-drawer__form {
    margin-bottom: 0.5rem;
  }

  .header .search-drawer .search-drawer__form {
    padding-bottom: 5px;
  }
}.header .search-drawer .search-drawer__input {
  width: 100%;
  border-radius: 0;
  font-family: Osram, sans-serif;
  font-size: 1.8rem;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}@media (max-width: 1100px) {

  .header .search-drawer .search-drawer__input {
    font-size: 1.875rem;
    line-height: 100%;
  }
}.header .search-drawer .search-drawer__input:focus,.header .search-drawer .search-drawer__input:focus-visible{outline:none}.header .search-drawer .search-drawer__input::-moz-placeholder {
  font-family: Osram, sans-serif;
  font-size: 1.8rem;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
  opacity: 0.5;
}.header .search-drawer .search-drawer__input:-ms-input-placeholder {
  font-family: Osram, sans-serif;
  font-size: 1.8rem;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
  opacity: 0.5;
}.header .search-drawer .search-drawer__input::placeholder {
  font-family: Osram, sans-serif;
  font-size: 1.8rem;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
  opacity: 0.5;
}@media (max-width: 1100px) {

  .header .search-drawer .search-drawer__input::-moz-placeholder {
    font-size: 1.875rem;
    line-height: 100%;
  }

  .header .search-drawer .search-drawer__input:-ms-input-placeholder {
    font-size: 1.875rem;
    line-height: 100%;
  }

  .header .search-drawer .search-drawer__input::placeholder {
    font-size: 1.875rem;
    line-height: 100%;
  }
}.header .search-drawer .search-drawer__icon {
  position: absolute;
  right: 0;
  top: 0;
  border-style: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}@media (max-width: 1100px) {

  .header .search-drawer .search-drawer__icon {
    top: 0.2rem;
  }

  .header .search-drawer .search-drawer__icon {
    width: 36px;
  }
}.header .search-drawer .search-drawer__icon:hover {
  border-radius: 0px;
  background-color: transparent;
}.header .header__mobile-activator {
  display: none;
  border-style: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}@media (max-width: 1100px) {

  .header .header__mobile-activator {
    display: inline-block;
  }
}.header .header__mobile-activator img{transition:filter 200ms}.header .header__mobile-activator img:last-child {
  display: none;
}.header .header__mobile-activator.hamburger--active img:first-child {
  display: none;
}.header .header__mobile-activator.hamburger--active img:last-child {
  display: inline-block;
}.header .header__navigation-mobile {
  display: none;
  font-size: 1.125rem;
  line-height: 28.6px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .header .header__navigation-mobile {
    display: block;
  }
}.header .header__navigation-mobile{max-height:0;overflow:auto;transition:max-height 300ms}.header .header__navigation-mobile.hamburger--active{max-height:calc(100vh - 59px)}.header .header__navigation-mobile>ul>li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
}.header .header__navigation-mobile>ul>li a {
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
}.header .header__navigation-mobile>ul>li:last-child {
  --tw-bg-opacity: 1;
  background-color: rgb(236 101 43 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.header .header__navigation-mobile>ul>li:nth-child(3) {
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));
}.header .header__navigation-mobile>ul>li:nth-child(4){background-image:linear-gradient(90deg, #4A09F4 2.17%, #9136EE 17.35%, #D745EE 32.07%, #DE3021 45.41%, #EC652B 58.29%, #FBF46E 73.01%, #6ADC67 87.73%);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);background-size:125px}.header .header__navigation-mobile>ul>li:nth-child(8), .header .header__navigation-mobile>ul>li:nth-child(9), .header .header__navigation-mobile>ul>li:nth-child(10) {
  display: none;
}.page-community .header.header--inverted .header__main, .page-learning .header.header--inverted .header__main, .page-stories .header.header--inverted .header__main, .post-template .header.header--inverted .header__main, .home-template .header.header--inverted .header__main {
  --tw-bg-opacity: 1;
  background-color: rgb(74 9 244 / var(--tw-bg-opacity));
}.page-community .header.header--inverted .header__logo,.page-learning .header.header--inverted .header__logo,.page-stories .header.header--inverted .header__logo,.post-template .header.header--inverted .header__logo,.home-template .header.header--inverted .header__logo{filter:brightness(0) invert(1)}.page-community .header.header--inverted .header__tagline, .page-learning .header.header--inverted .header__tagline, .page-stories .header.header--inverted .header__tagline, .post-template .header.header--inverted .header__tagline, .home-template .header.header--inverted .header__tagline {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.page-community .header.header--inverted .header__search img,.page-learning .header.header--inverted .header__search img,.page-stories .header.header--inverted .header__search img,.post-template .header.header--inverted .header__search img,.home-template .header.header--inverted .header__search img{filter:brightness(0) invert(1)}.page-community .header.header--inverted .header__navigation li a, .page-learning .header.header--inverted .header__navigation li a, .page-stories .header.header--inverted .header__navigation li a, .post-template .header.header--inverted .header__navigation li a, .home-template .header.header--inverted .header__navigation li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.page-community .header.header--inverted .header__mobile-activator img,.page-learning .header.header--inverted .header__mobile-activator img,.page-stories .header.header--inverted .header__mobile-activator img,.post-template .header.header--inverted .header__mobile-activator img,.home-template .header.header--inverted .header__mobile-activator img{filter:brightness(0) invert(1)}.page-learning .header.header--inverted .header__main {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 51 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(234 51 246 / var(--tw-bg-opacity));
}.page-stories .header.header--inverted .header__main {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 9 244 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(74 9 244 / var(--tw-bg-opacity));
}.page-community .header.header--inverted .header__main {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 101 43 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(236 101 43 / var(--tw-bg-opacity));
}.search {
  display: none;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 170px;
  padding-bottom: 60px;
}@media (max-width: 1100px) {

  .search {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search {
    padding-top: 120px;
  }
}.search.search--active {
  display: block;
}.search .search__header {
  margin-bottom: 80px;
  max-width: 474px;
  font-family: Nikolai, Actual, serif;
  font-size: 2.375rem;
  line-height: 38px;
}@media (max-width: 1100px) {

  .search .search__header {
    margin-bottom: 40px;
  }

  .search .search__header {
    text-align: center;
  }

  .search .search__header {
    font-size: 1.875rem;
    line-height: 100%;
  }
}.search .search__results {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 40px;
  padding-bottom: 40px;
}.main.search--active {
  display: none;
}.search__result .card__excerpt{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}.cards.cards--carousel {
  margin-right: calc(-33% - 40px);
  display: flex;
  -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness);
      scroll-snap-type: x var(--tw-scroll-snap-strictness);
  flex-wrap: nowrap;
  gap: 0;
  overflow-x: scroll;
  scroll-behavior: smooth;
  white-space: nowrap;
  padding-right: calc(33% - 40px);
}@media (max-width: 1100px) {

  .cards.cards--carousel {
    margin-right: 0;
  }

  .cards.cards--carousel {
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
  }

  .cards.cards--carousel {
    flex-wrap: wrap;
  }

  .cards.cards--carousel {
    gap: 40px;
  }

  .cards.cards--carousel {
    overflow-x: auto;
  }

  .cards.cards--carousel {
    white-space: normal;
  }

  .cards.cards--carousel {
    padding-right: 0;
  }
}.cards.cards--carousel{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.cards.cards--news {
  gap: 40px;
}@media (max-width: 1100px) {

  .cards.cards--news {
    gap: 0;
  }
}.cards.cards--news.cards--carousel {
  gap: 0;
}@media (max-width: 1100px) {

  .home__news .cards.cards--news.cards--carousel {
    margin-right: calc(-50% - 20px);
  }

  .home__news .cards.cards--news.cards--carousel {
    display: flex;
  }

  .home__news .cards.cards--news.cards--carousel {
    -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness);
        scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }

  .home__news .cards.cards--news.cards--carousel {
    flex-wrap: nowrap;
  }

  .home__news .cards.cards--news.cards--carousel {
    overflow-x: scroll;
  }

  .home__news .cards.cards--news.cards--carousel {
    scroll-behavior: smooth;
  }

  .home__news .cards.cards--news.cards--carousel {
    white-space: nowrap;
  }

  .home__news .cards.cards--news.cards--carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .home__news .cards.cards--news.cards--carousel {
    padding-right: calc(50% - 20px);
  }
}.cards.cards--news:not(.cards--carousel) {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 840px;
  gap: 0;
}.cards__load-more {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 80px;
  padding-right: 80px;
  text-align: center;
}@media (max-width: 1100px) {

  .cards__load-more {
    padding-left: 0;
    padding-right: 0;
  }

  .cards__load-more {
    padding-top: 0;
    padding-bottom: 0;
  }
}.card{width:calc(33.33% - 26.666666667px)}@media (max-width: 1100px) {

  .card {
    width: 100%;
  }
}.card .card__image, .card .card__featured-video {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  height: 0;
  width: 100%;
  flex: 0 0 40%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
  padding-bottom: 67.4%;
}.card .card__image,.card .card__featured-video{z-index:2}.card .card__image img, .card .card__featured-video img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.card .card__image:after, .card .card__featured-video:after {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(74 9 244 / var(--tw-bg-opacity));
  opacity: 0;
}.card .card__image:after,.card .card__featured-video:after{transition:opacity 300ms;mix-blend-mode:color;content:""}.card:hover .card__image:after, .card:hover .card__featured-video:after {
  opacity: 0.8;
}.card .card__featured-video {
  display: none;
}.card .card__featured-video+.card__featured-video-content {
  display: none;
}.card .card__featured-video.card__featured-video--processed {
  display: block;
}.card .card__title {
  margin-bottom: 0.5rem;
  font-family: Nikolai, Actual, serif;
  font-size: 2.375rem;
  line-height: 38px;
}@media (max-width: 1100px) {

  .card .card__title {
    margin-bottom: 10px;
  }

  .card .card__title {
    font-size: 1.875rem;
    line-height: 100%;
  }
}.card .card__tag {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .card .card__tag {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }
}.card .card__excerpt {
  margin-bottom: 1rem;
  font-family: Osram, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}@media (max-width: 1100px) {

  .card .card__excerpt {
    font-size: 0.875rem;
    line-height: 150%;
  }
}.card .card__excerpt{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.card .card__visibility{display:none}.card .card__details{line-height:18px;margin-bottom: 1rem;display: flex}.card .card__details:last-child {
  margin-bottom: 0;
}.card .card__info {
  font-size: 0.75rem;
  line-height: 1.5;
}@media (max-width: 1100px) {

  .card .card__info {
    line-height: 1;
  }
}.card .card__authors {
  margin-right: 0.5rem;
  display: flex;
  font-size: 0.75rem;
  line-height: 1.5;
}.card .card__authors.multi {
  flex-wrap: nowrap;
}.card .card__authors.multi .post-card__author-name{display:none}.card .card__authors.multi .post-card__author-tooltip{display:block}.card .card__author {
  position: relative;
  display: flex;
  align-items: center;
}.card .card__author:nth-of-type(1){z-index:5}.card .card__author:nth-of-type(2){z-index:4;margin-left:-0.75rem}.card .card__author:nth-of-type(3){z-index:3;margin-left:-0.75rem}.card .card__author:nth-of-type(4){z-index:2;margin-left:-0.75rem}.card .card__author:nth-of-type(5){z-index:1;margin-left:-0.75rem}.card .card__author-image:hover, .card .card__author-image:focus, .card .card__author-icon:hover, .card .card__author-icon:focus {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #9136EE;
  --tw-shadow: var(--tw-shadow-colored);
}.card .card__author-image:hover+.post-card__author-tooltip,.card .card__author-image:focus+.post-card__author-tooltip,.card .card__author-icon:hover+.post-card__author-tooltip,.card .card__author-icon:focus+.post-card__author-tooltip{visibility:visible;opacity:1}.card .card__author:hover,.card .card__author:focus{z-index:10}.card .card__author-tooltip {
  visibility: hidden;
  position: absolute;
  bottom: -40px;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(145 54 238 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.5625rem;
  line-height: 13.5px;
  opacity: 0;transition:opacity 300ms;
}.card .card__author-image, .card .card__author-icon {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
  border-radius: 100%;
}@media (max-width: 1100px) {

  .card .card__author-image, .card .card__author-icon {
    height: 29px;
  }

  .card .card__author-image, .card .card__author-icon {
    width: 29px;
  }
}.card .card__author-image,.card .card__author-icon{transition:box-shadow 300ms}.card .card__author-image img, .card .card__author-icon img {
  margin: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.card .card__author-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(74 9 244 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.card .card__author-names {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .card .card__author-names {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }
}.card .card__author-names{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card .card__author-names a{transition:color 200ms}.card .card__author-names a:hover, .card .card__author-names a:focus {
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}.card .card__date {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .card .card__date {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }
}.card.card--featured:not(.card--carousel) .card__title {
  font-size: 3.5rem;
  line-height: 100%;
}@media (max-width: 1100px) {

  .card.card--featured:not(.card--carousel) .card__title {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.card.card--featured:not(.card--carousel) .card__excerpt{font-size:1.2rem;line-height:28.6px;display: block;font-weight: 300}@media (max-width: 1100px) {

  .card.card--featured:not(.card--carousel) .card__excerpt {
    font-size: 0.6875rem;
    line-height: 1.5;
  }
}.card.card--learning {
  width: 100%;
}.card.card--learning .card__details {
  display: none;
}.card.card--learning.card--featured .card__excerpt {
  display: block;
}.learning__landing .card.card--learning .card__details {
  display: flex;
}.learning .card.card--learning .card__tag {
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));
}.card.card--learning .card__info {
  display: flex;
  align-items: center;
}.card.card--learning .card__info .card__date {
  display: none;
}.card .card__actions .f-button {
  margin-bottom: 0;
}.card.card--carousel {
  margin-right: 40px;
  display: inline-block;
  width: calc(33% - 40px);
  max-width: 400px;
  flex-shrink: 0;
  white-space: normal;
  vertical-align: top;
}@media (max-width: 1100px) {

  .card.card--carousel {
    margin-right: 0;
  }

  .card.card--carousel {
    display: block;
  }

  .card.card--carousel {
    width: inherit;
  }

  .card.card--carousel {
    width: 100%;
  }

  .card.card--carousel {
    max-width: none;
  }

  .card.card--carousel {
    flex-shrink: 1;
  }
}.card.card--carousel{scroll-snap-align:start}.card .card__date-tag {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 28.6px;
  font-weight: 300;
}@media (max-width: 1100px) {

  .card .card__date-tag {
    margin-top: 0;
  }

  .card .card__date-tag {
    margin-bottom: 10px;
  }

  .card .card__date-tag {
    font-family: Osram, sans-serif;
  }
}.card.card--fellowship .card__tag {
  display: none;
}.card.card--fellowship .card__image {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 346px;
  border-radius: 100%;
  padding-bottom: 0;
}.card.card--fellowship .card__image:before{content:"";display:block;padding-bottom:100%}.card.card--fellowship .card__image:after {
  left: 50%;
  border-radius: 100%;transform:translateX(-50%);
}.card.card--fellowship .card__title {
  text-align: center;
  font-family: Osram, sans-serif;
}@media (max-width: 1100px) {

  .card.card--fellowship .card__title {
    margin-bottom: 0;
  }

  .card.card--fellowship .card__title {
    font-size: 1.125rem;
    line-height: 28.6px;
  }
}.card.card--fellowship .card__excerpt {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .card.card--fellowship .card__excerpt {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.card.card--fellowship .card__details {
  display: none;
}.card.card--fellowship.card--carousel .card__title {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 28.8px;
}.card.card--fellowship.card--carousel .card__date-tag {
  margin-top: 0;
  margin-bottom: 14px;
}.card.card--right .card__title {
  font-size: 30px;
  line-height: 110%;
}.card.card--right .card__author-image, .card.card--right .card__author-icon {
  height: 30px;
  width: 30px;
}.card.card--right .card__info {
  font-size: 10px;
}.card.card--right .card__date {
  position: relative;
  top: -2px;
}.card.card--upcoming-event, .card.card--right {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}@media (max-width: 1100px) {

  .card.card--upcoming-event, .card.card--right {
    display: block;
  }

  .card.card--upcoming-event, .card.card--right {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}.card.card--upcoming-event .card__featured-video, .card.card--upcoming-event .card__image, .card.card--right .card__featured-video, .card.card--right .card__image {
  margin-bottom: 0;
  flex-basis: 59%;
  padding-bottom: 40%;
}@media (max-width: 1100px) {

  .card.card--upcoming-event .card__featured-video, .card.card--upcoming-event .card__image, .card.card--right .card__featured-video, .card.card--right .card__image {
    margin-bottom: 1rem;
  }

  .card.card--upcoming-event .card__featured-video, .card.card--upcoming-event .card__image, .card.card--right .card__featured-video, .card.card--right .card__image {
    flex-basis: 100%;
  }

  .card.card--upcoming-event .card__featured-video, .card.card--upcoming-event .card__image, .card.card--right .card__featured-video, .card.card--right .card__image {
    padding-bottom: 67.4%;
  }
}.card.card--upcoming-event .card__excerpt, .card.card--right .card__excerpt {
  display: none;
}.card.card--upcoming-event .card__content, .card.card--right .card__content {
  display: flex;
  flex-direction: column;
}.card.card--upcoming-event .card__title, .card.card--right .card__title {
  flex-grow: 1;
}.card.card--upcoming-event .card__date-tag, .card.card--right .card__date-tag {
  text-align: left;
}.card.card--upcoming-event .card__excerpt {
  margin-bottom: 0;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;
}.card.card--upcoming-event .card__actions {
  margin-top: 0.5rem;
}.card.card--upcoming-event .card__tag {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));transition:color 200ms;
}.card.card--upcoming-event .card__title {
  font-family: Nikolai, Actual, serif;
  font-size: 2.375rem;
  line-height: 38px;
  font-weight: 500;
}@media (max-width: 1100px) {

  .card.card--upcoming-event .card__title {
    font-size: 1.875rem;
    line-height: 100%;
  }
}.card.card--upcoming-event .card__title{transition:color 200ms}.card.card--upcoming-event .card__details {
  display: none;
}.card.card--upcoming-event .card__fellowship-date, .card.card--upcoming-event .card__date-tag {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));
}.card.card--upcoming-event .card__fellowship-date,.card.card--upcoming-event .card__date-tag{transition:color 200ms}.upcoming-events__list .card.card--upcoming-event .card__featured-video:after, .upcoming-events__list .card.card--upcoming-event .card__image:after {
  display: none;
}.upcoming-events__list .card.card--upcoming-event.card--featured .card__title {
  font-size: 2.375rem;
  line-height: 38px;
}@media (max-width: 1100px) {

  .upcoming-events__list .card.card--upcoming-event.card--featured .card__title {
    font-size: 1.875rem;
    line-height: 100%;
  }
}.upcoming-events__list .card.card--upcoming-event.card--featured .card__excerpt {
  font-size: 1rem;
  line-height: 150%;
}@media (max-width: 1100px) {

  .upcoming-events__list .card.card--upcoming-event.card--featured .card__excerpt {
    font-size: 0.875rem;
    line-height: 150%;
  }
}.upcoming-events__list .card.card--upcoming-event.card--featured .card__excerpt{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.card.card--news{width:calc(50% - 20px)}@media (max-width: 1100px) {

  .card.card--news {
    width: 100%;
  }
}.card.card--news .card__title {
  font-family: Osram, sans-serif;
  font-size: 1.5rem;
  line-height: 28.8px;
  font-weight: 500;
}@media (max-width: 1100px) {

  .card.card--news .card__title {
    font-size: 1.125rem;
    line-height: 28.6px;
  }
}.card.card--news .card__excerpt {
  line-height: 140%;
}@media (max-width: 1100px) {

  .card.card--news .card__excerpt {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }
}.card.card--news .card__excerpt{-webkit-line-clamp:4;line-clamp:4}.card.card--news .card__excerpt a:not(.btn):not(.kg-bookmark-container){color:#4a09f4;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.card.card--news:after {
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}@media (max-width: 1100px) {

  .card.card--news:after {
    display: block;
  }
}.card.card--news:after{content:""}.card.card--news:last-child:after {
  display: none;
}@media (max-width: 1100px) {

  .home__news .card.card--news {
    margin-right: 20px;
  }

  .home__news .card.card--news {
    width: calc(50% - 20px);
  }

  .home__news .card.card--news {
    flex-shrink: 0;
  }
}.home__news .card.card--news:after {
  display: none;
}.card.card--news:not(.card--carousel) {
  margin-bottom: 2rem;
  width: 100%;
}@media (max-width: 1100px) {

  .card.card--news:not(.card--carousel) {
    margin-bottom: 0;
  }
}.card.card--news:not(.card--carousel) .card__title {
  font-size: 2rem;
  line-height: 130%;
}@media (max-width: 1100px) {

  .card.card--news:not(.card--carousel) .card__title {
    font-size: 1.125rem;
    line-height: 28.6px;
  }
}.card.card--news:not(.card--carousel) .card__excerpt {
  font-size: 1.2rem;
}@media (max-width: 1100px) {

  .card.card--news:not(.card--carousel) .card__excerpt {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.card.card--news:not(.card--carousel) .card__excerpt>p {
  margin-bottom: 1rem;
}.card.card--news:not(.card--carousel) .card__image:after {
  display: none;
}.card.card--news:not(.card--carousel) .card__excerpt{overflow:auto;text-overflow:unset;display:block;-webkit-line-clamp:none;line-clamp:none;-webkit-box-orient:unset}.card-fad {
  display: flex;
  flex-direction: column;
}.card-fad .card-fad__header {
  display: flex;
  height: 258px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(74 9 244 / var(--tw-bg-opacity));
}@media (max-width: 1100px) {

  .card-fad .card-fad__header {
    height: 225px;
  }
}.card-fad .card-fad__content {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  font-family: Nikolai, Actual, serif;
  font-size: 3.5rem;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .card-fad .card-fad__content {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.card-fad .card-fad__image {
  display: flex;
  height: 200px;
  width: 200px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
}@media (max-width: 1100px) {

  .card-fad .card-fad__image img {
    width: 55px;
  }
}.card-fad.card-fad--pink .card-fad__header {
  --tw-bg-opacity: 1;
  background-color: rgb(234 51 246 / var(--tw-bg-opacity));
}.card-fad.card-fad--pink .card-fad__content {
  --tw-border-opacity: 1;
  border-color: rgb(234 51 246 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));
}.card-fad.card-fad--orange .card-fad__header {
  --tw-bg-opacity: 1;
  background-color: rgb(236 101 43 / var(--tw-bg-opacity));
}.card-fad.card-fad--orange .card-fad__content {
  --tw-border-opacity: 1;
  border-color: rgb(236 101 43 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(236 101 43 / var(--tw-text-opacity));
}.card-fad.card-fad--carousel {
  margin-right: 40px;
  min-width: 290px;
  max-width: 290px;
}@media (max-width: 1100px) {

  .card-fad.card-fad--carousel {
    margin-right: 0;
  }

  .card-fad.card-fad--carousel {
    max-width: none;
  }
}.card-fad.card-fad--carousel .card-fad__content {
  white-space: normal;
  padding-left: 5px;
  padding-right: 5px;
}.card-see-more {
  display: flex;
  flex-direction: column;
}.card-see-more .card-see-more__header {
  display: flex;
  height: 258px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(74 9 244 / var(--tw-bg-opacity));
}@media (max-width: 1100px) {

  .card-see-more .card-see-more__header {
    height: 225px;
  }
}.card-see-more .card-see-more__content {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  font-family: Nikolai, Actual, serif;
  font-size: 2.9rem;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .card-see-more .card-see-more__content {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.card-see-more .card-see-more__image {
  display: flex;
  height: 200px;
  width: 200px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
}.card-see-more .card-see-more__image img {
  max-width: 110px;
}@media (max-width: 1100px) {

  .card-see-more .card-see-more__image img {
    width: 55px;
  }
}.card-see-more.card-see-more--pink .card-see-more__header {
  --tw-bg-opacity: 1;
  background-color: rgb(234 51 246 / var(--tw-bg-opacity));
}.card-see-more.card-see-more--pink .card-see-more__content {
  --tw-border-opacity: 1;
  border-color: rgb(234 51 246 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));
}.card-see-more.card-see-more--orange .card-see-more__header {
  --tw-bg-opacity: 1;
  background-color: rgb(236 101 43 / var(--tw-bg-opacity));
}.card-see-more.card-see-more--orange .card-see-more__content {
  --tw-border-opacity: 1;
  border-color: rgb(236 101 43 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(236 101 43 / var(--tw-text-opacity));
}.card-see-more.card-see-more--carousel {
  margin-right: 40px;
  min-width: 290px;
  max-width: 290px;
}@media (max-width: 1100px) {

  .card-see-more.card-see-more--carousel {
    margin-right: 20px;
  }

  .card-see-more.card-see-more--carousel {
    min-width: 220px;
  }

  .card-see-more.card-see-more--carousel {
    max-width: none;
  }
}.card-see-more.card-see-more--carousel .card-see-more__content {
  white-space: normal;
  padding-left: 5px;
  padding-right: 5px;
}.card-see-more .card-see-more__tag-upper {
  text-transform: uppercase;
}.card-see-more .card-see-more__tag-lower {
  text-transform: lowercase;
}.card-see-more.card-see-more--learning .card-see-more__content {
  font-size: 3.5rem;
  line-height: 100%;
}.author {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .author {
    padding-left: 20px;
    padding-right: 20px;
  }

  .author {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.author .author__header {
  margin-bottom: 100px;
  display: flex;
}@media (max-width: 1100px) {

  .author .author__header {
    margin-bottom: 60px;
  }
}.author .author__card__title {
  margin-bottom: 20px;
  font-family: Nikolai, Actual, serif;
  font-size: 3.5rem;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .author .author__card__title {
    text-align: center;
  }

  .author .author__card__title {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.author .author__card__bio {
  margin-bottom: 40px;
  font-size: 1.125rem;
  line-height: 28.6px;
}@media (max-width: 1100px) {

  .author .author__card__bio {
    margin-bottom: 20px;
  }

  .author .author__card__bio {
    padding-left: 40px;
    padding-right: 40px;
  }

  .author .author__card__bio {
    text-align: center;
  }

  .author .author__card__bio {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.author .author__card {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}@media (max-width: 1100px) {

  .author .author__card {
    flex-direction: column;
  }
}.author .author__card__content {
  padding-left: 80px;
  padding-right: 80px;
}@media (max-width: 1100px) {

  .author .author__card__content {
    order: 2;
  }

  .author .author__card__content {
    padding-left: 0;
    padding-right: 0;
  }
}.author .author__card__image {
  height: auto;
  width: 100%;
  max-width: 500px;
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(145 54 238 / var(--tw-bg-opacity));
}@media (max-width: 1100px) {

  .author .author__card__image {
    order: 1;
  }

  .author .author__card__image {
    margin-bottom: 2rem;
  }
}.author .author__card__placeholder-image {
  position: relative;
  width: 100%;
  max-width: 500px;
}@media (max-width: 1100px) {

  .author .author__card__placeholder-image {
    margin-bottom: 2rem;
  }
}.author .author__card__placeholder-image:after {
  display: block;
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(74 9 244 / var(--tw-bg-opacity));
  padding-bottom: 100%;content:"";
}.author .author__card__social {
  display: flex;
  cursor: pointer;
  gap: 0.5rem;
}@media (max-width: 1100px) {

  .author .author__card__social {
    justify-content: center;
  }
}.author .author__card__social svg {
  height: 40px;
  width: 40px;
  background-color: transparent;
}@media (max-width: 1100px) {

  .author .author__card__social svg {
    height: 30px;
  }

  .author .author__card__social svg {
    width: 30px;
  }
}.author .author__card__social svg *{transition:stroke 300ms}.author .author__card__social svg:focus *, .author .author__card__social svg:hover * {
  stroke: #4A09F4;
}.author .author__card__social [title=Website] {
  height: 38px;
  width: 38px;
}@media (max-width: 1100px) {

  .author .author__card__social [title=Website] {
    height: 30px;
  }

  .author .author__card__social [title=Website] {
    width: 30px;
  }
}.author .author__card__social [title=Website]{border:1px solid #000;border-radius:100%;display:flex;align-items:center;justify-content:center}.author .author__card__social [title=Website] svg {
  height: auto;
  width: auto;
}@media (max-width: 1100px) {

  .author .author__card__social [title=Website] .icon {
    height: 22px;
  }

  .author .author__card__social [title=Website] .icon {
    width: 22px;
  }
}.author .author__card__social [title=Website]:hover {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
}.author .author__card__social [title=Website]:hover svg{stroke:#4a09f4}.community .community__header {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .community .community__header {
    margin-bottom: 40px;
  }

  .community .community__header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .community .community__header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.community .community__header__content {
  display: flex;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 115px;
  padding-right: 115px;
}@media (max-width: 1100px) {

  .community .community__header__content {
    flex-direction: column;
  }

  .community .community__header__content {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .community .community__header__content {
    row-gap: 1rem;
  }

  .community .community__header__content {
    padding: 50px;
  }
}.community .community__header__content{border:1px solid rgba(0,0,0,0);border-radius:40px;background-image:linear-gradient(white, white),linear-gradient(90deg, #4A09F4 2.17%, #9136EE 17.35%, #D745EE 32.07%, #DE3021 45.41%, #EC652B 58.29%, #FBF46E 73.01%, #6ADC67 87.73%);background-origin:border-box;background-clip:padding-box,border-box}.community .community__header__content h1 {
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nikolai, Actual, serif;
  font-size: 3.5rem;
  line-height: 100%;
  font-weight: 400;
}@media (max-width: 1100px) {

  .community .community__header__content h1 {
    text-align: center;
  }

  .community .community__header__content h1 {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.community .community__header__content h1{background-image:linear-gradient(90deg, #4A09F4 2.17%, #9136EE 17.35%, #D745EE 32.07%, #DE3021 45.41%, #EC652B 58.29%, #FBF46E 73.01%, #6ADC67 87.73%);-webkit-background-clip:text;background-clip:text;text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0)}.community .community__header__content p {
  margin-bottom: 0;
  padding-left: 30px;
  font-family: Osram, sans-serif;
  font-weight: 300;
}@media (max-width: 1100px) {

  .community .community__header__content p {
    padding-left: 0;
  }

  .community .community__header__content p {
    text-align: center;
  }

  .community .community__header__content p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.community .community__header__content .community__header__content__cta {
  padding-bottom: 5px;
  font-size: 1.125rem;
  line-height: 28.6px;
  font-weight: 500;
}@media (max-width: 1100px) {

  .community .community__header__content .community__header__content__cta {
    text-align: center;
  }

  .community .community__header__content .community__header__content__cta {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.community .community__members {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .community .community__members {
    padding-left: 20px;
    padding-right: 20px;
  }

  .community .community__members {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}.community .subscribe {
  margin-top: 20px;
  margin-bottom: 60px;
}@media (max-width: 1100px) {

  .community .subscribe {
    margin-bottom: 40px;
  }
}.subscribe {
  width: 100%;
  background-color: transparent;
  padding-left: 110px;
  padding-right: 110px;
}@media (max-width: 1100px) {

  .subscribe {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .subscribe {
    padding-left: 0;
    padding-right: 0;
  }
}.subscribe .subscribe__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 101 43 / var(--tw-bg-opacity));
  padding-top: 63px;
  padding-bottom: 63px;
  padding-left: 204px;
  padding-right: 204px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .subscribe .subscribe__content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subscribe .subscribe__content {
    text-align: left;
  }
}.subscribe .subscribe__content h2 {
  margin-bottom: 1rem;
  white-space: nowrap;
  font-family: Nikolai, Actual, serif;
  font-size: 3.5rem;
  line-height: 100%;
}@media (max-width: 1100px) {

  .subscribe .subscribe__content h2 {
    white-space: normal;
  }

  .subscribe .subscribe__content h2 {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.subscribe .subscribe__content p {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}@media (max-width: 1100px) {

  .subscribe .subscribe__content p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.subscribe .subscribe__content .subscribe__field {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}.subscribe .subscribe__content input[type=email] {
  flex-grow: 1;
  border-radius: 40px 0px 0px 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(236 101 43 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .subscribe .subscribe__content input[type=email] {
    max-width: calc(100% - 80px);
  }

  .subscribe .subscribe__content input[type=email] {
    flex-grow: 0;
  }

  .subscribe .subscribe__content input[type=email] {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.subscribe .subscribe__content input[type=email]::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(236 101 43 / var(--tw-text-opacity));
}.subscribe .subscribe__content input[type=email]:-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(236 101 43 / var(--tw-text-opacity));
}.subscribe .subscribe__content input[type=email]::placeholder {
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(236 101 43 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .subscribe .subscribe__content input[type=email]::-moz-placeholder {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }

  .subscribe .subscribe__content input[type=email]:-ms-input-placeholder {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }

  .subscribe .subscribe__content input[type=email]::placeholder {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }
}.subscribe .subscribe__content button, .subscribe .subscribe__content input[type=submit] {
  display: flex;
  align-content: center;
  align-items: center;
  border-radius: 0px 40px 40px 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
}@media (max-width: 1100px) {

  .subscribe .subscribe__content button, .subscribe .subscribe__content input[type=submit] {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }
}.subscribe #mc_embed_signup div.mce_inline_error {
  margin-bottom: 0;
  width: 100%;
  background-color: transparent;
  font-weight: 400;
}.subscribe #mce-responses .response {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}.cards .subscribe {
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .cards .subscribe {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cards .subscribe {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.stories .stories__header {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .stories .stories__header {
    margin-bottom: 40px;
  }

  .stories .stories__header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stories .stories__header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.stories .stories__header__content {
  display: flex;
  min-height: 220px;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 110px;
  padding-right: 110px;
}@media (max-width: 1100px) {

  .stories .stories__header__content {
    min-height: 0;
  }

  .stories .stories__header__content {
    flex-direction: column;
  }

  .stories .stories__header__content {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .stories .stories__header__content {
    row-gap: 1rem;
  }

  .stories .stories__header__content {
    border-radius: 20px;
  }

  .stories .stories__header__content {
    padding: 50px;
  }
}.stories .stories__header__content h1 {
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nikolai, Actual, serif;
  font-size: 3.5rem;
  line-height: 100%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .stories .stories__header__content h1 {
    white-space: normal;
  }

  .stories .stories__header__content h1 {
    text-align: center;
  }

  .stories .stories__header__content h1 {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.stories .stories__header__content p {
  margin-bottom: 0;
  padding-left: 30px;
  font-family: Osram, sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
}@media (max-width: 1100px) {

  .stories .stories__header__content p {
    padding-left: 0;
  }

  .stories .stories__header__content p {
    text-align: center;
  }

  .stories .stories__header__content p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.stories .stories__header__content .stories__header__content__cta {
  white-space: nowrap;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  padding-bottom: 5px;
  font-size: 1.125rem;
  line-height: 28.6px;
  font-weight: 500;
}@media (max-width: 1100px) {

  .stories .stories__header__content .stories__header__content__cta {
    text-align: center;
  }

  .stories .stories__header__content .stories__header__content__cta {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.stories .stories__stories {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .stories .stories__stories {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stories .stories__stories {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}.stories .stories__stories .stories__stories__header {
  margin-bottom: 40px;
  font-family: Osram, sans-serif;
  font-size: 1.5rem;
  line-height: 28.8px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .stories .stories__stories .stories__stories__header {
    margin-bottom: 20px;
  }

  .stories .stories__stories .stories__stories__header {
    text-align: center;
  }

  .stories .stories__stories .stories__stories__header {
    font-size: 0.875rem;
    line-height: 150%;
  }
}.fad {
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.fad .fad__content {
  display: flex;
  align-items: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
  --tw-bg-opacity: 1;
  background-color: rgb(74 9 244 / var(--tw-bg-opacity));
  padding-top: 53px;
  padding-bottom: 53px;
  padding-left: 80px;
  padding-right: 80px;
}@media (max-width: 1100px) {

  .fad .fad__content {
    flex-direction: column;
  }

  .fad .fad__content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .fad .fad__article {
    order: 2;
  }
}.fad .fad__article__title {
  margin-bottom: 1rem;
  font-family: Nikolai, Actual, serif;
  font-size: 3.5rem;
  line-height: 100%;
}@media (max-width: 1100px) {

  .fad .fad__article__title {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.fad .fad__article__content *, .fad .fad__article__content {
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}@media (max-width: 1100px) {

  .fad .fad__article__content *, .fad .fad__article__content {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.fad .fad__image {
  height: auto;
  width: 100%;
  max-width: 386px;
  border-radius: 100%;
}@media (max-width: 1100px) {

  .fad .fad__image {
    order: 1;
  }

  .fad .fad__image {
    margin-bottom: 40px;
  }
}.vertical .vertical__header {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}@media (max-width: 1100px) {

  .vertical .vertical__header {
    margin-bottom: 40px;
  }

  .vertical .vertical__header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vertical .vertical__header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.vertical .vertical__header__content {
  display: flex;
  min-height: 220px;
  align-items: center;
  -moz-column-gap: 150px;
       column-gap: 150px;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 115px;
  padding-right: 115px;
}@media (max-width: 1100px) {

  .vertical .vertical__header__content {
    min-height: 0;
  }

  .vertical .vertical__header__content {
    flex-direction: column;
  }

  .vertical .vertical__header__content {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .vertical .vertical__header__content {
    row-gap: 1rem;
  }

  .vertical .vertical__header__content {
    padding: 50px;
  }
}.vertical .vertical__header__content h1 {
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nikolai, Actual, serif;
  font-size: 3.5rem;
  line-height: 100%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .vertical .vertical__header__content h1 {
    white-space: normal;
  }

  .vertical .vertical__header__content h1 {
    text-align: center;
  }

  .vertical .vertical__header__content h1 {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.vertical .vertical__header__content p {
  margin-bottom: 0;
  padding-left: 30px;
  font-family: Osram, sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
}@media (max-width: 1100px) {

  .vertical .vertical__header__content p {
    padding-left: 0;
  }

  .vertical .vertical__header__content p {
    text-align: center;
  }

  .vertical .vertical__header__content p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.vertical .vertical__header__content .vertical__header__content__cta {
  white-space: nowrap;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  padding-bottom: 5px;
  font-size: 1.125rem;
  line-height: 28.6px;
  font-weight: 500;
}@media (max-width: 1100px) {

  .vertical .vertical__header__content .vertical__header__content__cta {
    text-align: center;
  }

  .vertical .vertical__header__content .vertical__header__content__cta {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.vertical .vertical__vertical {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .vertical .vertical__vertical {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vertical .vertical__vertical {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}.vertical .vertical__vertical .vertical__vertical__header {
  margin-bottom: 40px;
  font-family: Osram, sans-serif;
  font-size: 1.5rem;
  line-height: 28.8px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .vertical .vertical__vertical .vertical__vertical__header {
    margin-bottom: 20px;
  }

  .vertical .vertical__vertical .vertical__vertical__header {
    text-align: center;
  }

  .vertical .vertical__vertical .vertical__vertical__header {
    font-size: 0.875rem;
    line-height: 150%;
  }
}form[data-members-form] .message-success,form[data-members-form] .message-error{display:none;visibility:hidden;opacity:0}form[data-members-form].success .message-success,form[data-members-form].error .message-error{display:block;visibility:visible;opacity:1}.message{position:fixed;z-index:200;bottom:var(--gap);right:var(--gap);max-width:calc(100vw - 2em);border-radius:var(--global-radius);overflow:hidden;background-color:var(--color-bg-accent-1);transition:all var(--animation-duration-lg) var(--animation-name)}@media(--viewport-md){.message{max-width:calc(30*var(--gap));bottom:var(--gap-lg);right:var(--gap-lg)}}.message.is-closed{opacity:0 !important;visibility:hidden !important}.message.message-error .message__header{background-color:var(--color-error);color:var(--color-light)}.message.message-success .message__header{background-color:var(--color-success);color:var(--color-light)}.message__header{display:flex;padding:var(--gap-sm) var(--gap);background-color:var(--color-bg-accent-3);font-weight:var(--font-weight-semi-bold)}.message__type{flex:1}.message__close{padding:5px;width:25px;height:25px;background-color:var(--color-dark);border-radius:var(--global-radius-rounded);color:var(--color-light);cursor:pointer;transition:transform var(--global-attention)}.message__close .icon{stroke-width:3px;pointer-events:none}.message__content{padding:var(--gap);background-color:var(--color-bg-accent-1);color:var(--color-text-accent-3)}.login {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}@media (max-width: 1100px) {

  .login {
    padding-left: 20px;
    padding-right: 20px;
  }

  .login {
    padding-bottom: 40px;
  }

  .login {
    padding-top: 20px;
  }
}.login .login__content {
  display: inline-block;
  min-width: 620px;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  padding: 120px;
}@media (max-width: 1100px) {

  .login .login__content {
    width: 100%;
  }

  .login .login__content {
    min-width: 0;
  }

  .login .login__content {
    padding: 40px;
  }
}.login .login__title {
  margin-bottom: 30px;
  text-align: center;
  font-family: Nikolai, Actual, serif;
  font-size: 3.5rem;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .login .login__title {
    margin-bottom: 60px;
  }

  .login .login__title {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.login input {
  margin-bottom: 40px;
  width: 100%;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.875rem;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .login input {
    margin-bottom: 30px;
  }

  .login input {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }
}.login input::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 150%;
  color: rgba(74, 9, 244, 0.5);
}.login input:-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 150%;
  color: rgba(74, 9, 244, 0.5);
}.login input::placeholder {
  font-size: 0.875rem;
  line-height: 150%;
  color: rgba(74, 9, 244, 0.5);
}@media (max-width: 1100px) {

  .login input::-moz-placeholder {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }

  .login input:-ms-input-placeholder {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }

  .login input::placeholder {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }
}.signup {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}@media (max-width: 1100px) {

  .signup {
    padding-left: 20px;
    padding-right: 20px;
  }

  .signup {
    padding-bottom: 40px;
  }

  .signup {
    padding-top: 20px;
  }
}.signup .signup__content {
  display: inline-block;
  min-width: 620px;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  padding: 120px;
}@media (max-width: 1100px) {

  .signup .signup__content {
    width: 100%;
  }

  .signup .signup__content {
    min-width: 0;
  }

  .signup .signup__content {
    padding: 40px;
  }
}.signup .signup__title {
  margin-bottom: 30px;
  text-align: center;
  font-family: Nikolai, Actual, serif;
  font-size: 3.5rem;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .signup .signup__title {
    margin-bottom: 60px;
  }

  .signup .signup__title {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.signup input {
  margin-bottom: 40px;
  width: 100%;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.875rem;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .signup input {
    margin-bottom: 30px;
  }

  .signup input {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }
}.signup input::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 150%;
  color: rgba(74, 9, 244, 0.5);
}.signup input:-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 150%;
  color: rgba(74, 9, 244, 0.5);
}.signup input::placeholder {
  font-size: 0.875rem;
  line-height: 150%;
  color: rgba(74, 9, 244, 0.5);
}@media (max-width: 1100px) {

  .signup input::-moz-placeholder {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }

  .signup input:-ms-input-placeholder {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }

  .signup input::placeholder {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }
}.account .account__header {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 80px;
}@media (max-width: 1100px) {

  .account .account__header {
    margin-bottom: 40px;
  }

  .account .account__header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .account .account__header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.account .account__header__content {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 101 43 / var(--tw-border-opacity));
  padding-left: 115px;
  padding-right: 115px;
  padding-top: 100px;
  padding-bottom: 100px;
}@media (max-width: 1100px) {

  .account .account__header__content {
    min-height: 0;
  }

  .account .account__header__content {
    flex-direction: column;
  }

  .account .account__header__content {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .account .account__header__content {
    row-gap: 1rem;
  }

  .account .account__header__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}.account .account__header__content h1 {
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nikolai, Actual, serif;
  font-size: 3.5rem;
  line-height: 100%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(236 101 43 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .account .account__header__content h1 {
    white-space: normal;
  }

  .account .account__header__content h1 {
    text-align: center;
  }

  .account .account__header__content h1 {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.account .account__header__content p {
  margin-bottom: 0;
  max-width: 400px;
  padding-left: 30px;
  font-family: Osram, sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
}@media (max-width: 1100px) {

  .account .account__header__content p {
    max-width: auto;
  }

  .account .account__header__content p {
    padding-left: 0;
  }

  .account .account__header__content p {
    text-align: center;
  }

  .account .account__header__content p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.account .account__info__description {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  font-family: Actual, serif;
  font-size: 1.5rem;
  line-height: 28.8px;
}@media (max-width: 1100px) {

  .account .account__info__description {
    padding-left: 20px;
    padding-right: 20px;
  }

  .account .account__info__description {
    font-size: 1.125rem;
    line-height: 28.6px;
  }
}.account .account__status {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 400;
}@media (max-width: 1100px) {

  .account .account__status {
    padding-left: 20px;
    padding-right: 20px;
  }

  .account .account__status {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}.account-box {
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  padding: 40px;
}.account-box p {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 100;
}@media (max-width: 1100px) {

  .account-box p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.account-box__title {
  margin-bottom: 1rem;
  font-family: Nikolai, Actual, serif;
  font-size: 1.875rem;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .account-box__title {
    font-size: 1.5rem;
    line-height: 28.8px;
  }
}.account__email, .account__plan {
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}.account-detail {
  display: inline-flex;
  padding: 0.5rem;
}.account-detail__value div, .account-detail__label div {
  padding: 0.5rem;
}@media (max-width: 1100px) {

  .account-detail__value div, .account-detail__label div {
    padding: 0.25rem;
  }
}.account-detail__label {
  text-align: right;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
}@media (max-width: 1100px) {

  .account-detail__label {
    white-space: nowrap;
  }

  .account-detail__label {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.account-detail__value {
  text-align: left;
  font-size: 0.875rem;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .account-detail__value {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.account-detail .account-detail__email {
  overflow-wrap: break-word;
}.account .account__plans {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 133px;
}@media (max-width: 1100px) {

  .account .account__plans {
    padding-left: 20px;
    padding-right: 20px;
  }

  .account .account__plans {
    padding-bottom: 80px;
  }
}.account .account__plans__plan__image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}@media (max-width: 1100px) {

  .account .account__plans__plan__image {
    width: 91px;
  }
}.account .account__plans__title {
  margin-bottom: 80px;
  display: block;
  text-align: center;
  font-family: Nikolai, Actual, serif;
  font-size: 3.5rem;
  line-height: 100%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #EC652B;
          text-decoration-color: #EC652B;
  text-decoration-thickness: 1px;
  text-underline-offset: 1.25rem;
}@media (max-width: 1100px) {

  .account .account__plans__title {
    margin-bottom: 40px;
  }

  .account .account__plans__title {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.account .account__plans__options {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}@media (max-width: 1100px) {

  .account .account__plans__options {
    flex-direction: column;
  }

  .account .account__plans__options {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .account .account__plans__options {
    row-gap: 40px;
  }
}.account .account__plans__plan {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(106 220 103 / var(--tw-border-opacity));
  padding-top: 46px;
  padding-bottom: 46px;
  padding-left: 57px;
  padding-right: 57px;
  text-align: center;
}@media (max-width: 1100px) {

  .account .account__plans__plan {
    padding: 30px;
  }
}.account .account__plans__plan__benefits {
  margin-left: auto;
  margin-right: auto;
  max-width: 301px;
  flex-grow: 1;
  text-align: center;
  font-family: Actual, serif;
  font-size: 1.5rem;
  line-height: 28.8px;
}@media (max-width: 1100px) {

  .account .account__plans__plan__benefits {
    font-size: 1.125rem;
    line-height: 28.6px;
  }
}.account .account__plans__plan__benefits li{line-height:180%}.account .account__plans__plan__price {
  margin-bottom: 20px;
  font-family: Nikolai, Actual, serif;
  font-size: 3.5rem;
  line-height: 100%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #6ADC67;
          text-decoration-color: #6ADC67;
  text-decoration-thickness: 2px;
  text-underline-offset: 1.25rem;
}@media (max-width: 1100px) {

  .account .account__plans__plan__price {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.account .account__plans__plan__subscribe {
  align-self: flex-end;
  --tw-border-opacity: 1;
  border-color: rgb(106 220 103 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(106 220 103 / var(--tw-bg-opacity));
  font-weight: 500;
}.account .account__plans__plan:nth-child(2) {
  --tw-border-opacity: 1;
  border-color: rgb(145 54 238 / var(--tw-border-opacity));
}.account .account__plans__plan:nth-child(2) .account__plans__plan__price {
  -webkit-text-decoration-color: #9136EE;
          text-decoration-color: #9136EE;
}.account .account__plans__plan:nth-child(2) .account__plans__plan__subscribe {
  --tw-border-opacity: 1;
  border-color: rgb(145 54 238 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(145 54 238 / var(--tw-bg-opacity));
}.account .account__plans__plan:nth-child(3) {
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
}.account .account__plans__plan:nth-child(3) .account__plans__plan__price {
  -webkit-text-decoration-color: #4A09F4;
          text-decoration-color: #4A09F4;
}.account .account__plans__plan:nth-child(3) .account__plans__plan__subscribe {
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(74 9 244 / var(--tw-bg-opacity));
}@media (max-width: 1100px) {

  .page {
    margin-bottom: 80px;
  }
}.page .page__header {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 50px;
  padding-bottom: 80px;
}@media (max-width: 1100px) {

  .page .page__header {
    margin-bottom: 40px;
  }

  .page .page__header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page .page__header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.page .page__header__content {
  display: flex;
  min-height: 123px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
}@media (max-width: 1100px) {

  .page .page__header__content {
    min-height: 0;
  }

  .page .page__header__content {
    flex-direction: column;
  }

  .page .page__header__content {
    border-radius: 20px;
  }

  .page .page__header__content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .page .page__header__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}.page .page__header__content h1 {
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nikolai, Actual, serif;
  font-size: 3.5rem;
  line-height: 100%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .page .page__header__content h1 {
    white-space: normal;
  }

  .page .page__header__content h1 {
    text-align: center;
  }

  .page .page__header__content h1 {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.page .page__content {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .page .page__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page .page__content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page .page__content .post__content {
    padding-left: 0;
    padding-right: 0;
  }
}.page article {
  max-width: 840px;
}@media (max-width: 1100px) {

  .contact .page__header {
    margin-bottom: 10px;
  }
}.contact .contact__content {
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
}@media (max-width: 1100px) {

  .contact .contact__content {
    flex-direction: column;
  }

  .contact .contact__content {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .contact .contact__article {
    order: 2;
  }

  .contact .contact__article {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .contact .contact__article {
    text-align: center;
  }
}.contact .contact__article p {
  margin-bottom: 1rem;
}.contact .contact__article * {
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}.contact .contact__form {
  flex-grow: 1;
}@media (max-width: 1100px) {

  .contact .contact__form {
    order: 1;
  }
}.contact .contact__form form {
  display: flex;
  flex-direction: column;
}.contact .contact__form form input[type=text], .contact .contact__form form textarea {
  margin-bottom: 10px;
  flex-grow: 1;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .contact .contact__form form input[type=text], .contact .contact__form form textarea {
    flex-grow: 0;
  }

  .contact .contact__form form input[type=text], .contact .contact__form form textarea {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.contact .contact__form form input[type=text]::-moz-placeholder, .contact .contact__form form textarea::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
  color: rgba(74, 9, 244, 0.5);
}.contact .contact__form form input[type=text]:-ms-input-placeholder, .contact .contact__form form textarea:-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
  color: rgba(74, 9, 244, 0.5);
}.contact .contact__form form input[type=text]::placeholder, .contact .contact__form form textarea::placeholder {
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
  color: rgba(74, 9, 244, 0.5);
}@media (max-width: 1100px) {

  .contact .contact__form form input[type=text]::-moz-placeholder, .contact .contact__form form textarea::-moz-placeholder {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }

  .contact .contact__form form input[type=text]:-ms-input-placeholder, .contact .contact__form form textarea:-ms-input-placeholder {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }

  .contact .contact__form form input[type=text]::placeholder, .contact .contact__form form textarea::placeholder {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }
}.contact .contact__form form textarea {
  border-radius: 20px;
}.contact .contact__form form input[type=submit] {
  width: 50%;
  align-self: flex-end;
}@media (max-width: 1100px) {

  .contact .contact__form form input[type=submit] {
    margin-top: 1rem;
  }

  .contact .contact__form form input[type=submit] {
    width: 75%;
  }

  .contact .contact__form form input[type=submit] {
    align-self: center;
  }
}.fellowships .fellowships__header {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .fellowships .fellowships__header {
    margin-bottom: 40px;
  }

  .fellowships .fellowships__header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fellowships .fellowships__header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.fellowships .fellowships__header__content {
  display: flex;
  min-height: 220px;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 51 246 / var(--tw-border-opacity));
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 115px;
  padding-right: 115px;
}@media (max-width: 1100px) {

  .fellowships .fellowships__header__content {
    min-height: 0;
  }

  .fellowships .fellowships__header__content {
    flex-direction: column;
  }

  .fellowships .fellowships__header__content {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .fellowships .fellowships__header__content {
    row-gap: 1rem;
  }

  .fellowships .fellowships__header__content {
    padding: 50px;
  }
}.fellowships .fellowships__header__content h1 {
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nikolai, Actual, serif;
  font-size: 3.5rem;
  line-height: 100%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .fellowships .fellowships__header__content h1 {
    white-space: normal;
  }

  .fellowships .fellowships__header__content h1 {
    text-align: center;
  }

  .fellowships .fellowships__header__content h1 {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.fellowships .fellowships__header__content p {
  margin-bottom: 0;
  max-width: 440px;
  padding-left: 30px;
  font-family: Osram, sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
}@media (max-width: 1100px) {

  .fellowships .fellowships__header__content p {
    padding-left: 0;
  }

  .fellowships .fellowships__header__content p {
    text-align: center;
  }

  .fellowships .fellowships__header__content p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.fellowships .fellowships__header__content .fellowships__header__content__cta {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 51 246 / var(--tw-border-opacity));
  padding-bottom: 5px;
  font-size: 1.125rem;
  line-height: 28.6px;
  font-weight: 500;
}@media (max-width: 1100px) {

  .fellowships .fellowships__header__content .fellowships__header__content__cta {
    text-align: center;
  }
}.fellowships .fellowships__fellowships {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .fellowships .fellowships__fellowships {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fellowships .fellowships__fellowships {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}.fellowships .fellowships__fellowships .fellowships__fellowships__header {
  margin-bottom: 40px;
  font-family: Osram, sans-serif;
  font-size: 1.5rem;
  line-height: 28.8px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .fellowships .fellowships__fellowships .fellowships__fellowships__header {
    margin-bottom: 20px;
  }

  .fellowships .fellowships__fellowships .fellowships__fellowships__header {
    text-align: center;
  }

  .fellowships .fellowships__fellowships .fellowships__fellowships__header {
    font-size: 0.875rem;
    line-height: 150%;
  }
}.learning {
  padding-bottom: 40px;
}.learning .learning__landing {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .learning .learning__landing {
    margin-bottom: 40px;
  }

  .learning .learning__landing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .learning .learning__landing {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.learning .learning__landing__content {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}@media (max-width: 1100px) {

  .learning .learning__landing__content {
    flex-direction: column;
  }
}.learning .learning__landing__col {
  display: flex;
  flex-basis: 40%;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 50px;
}@media (max-width: 1100px) {

  .learning .learning__landing__col {
    order: 2;
  }

  .learning .learning__landing__col {
    row-gap: 30px;
  }

  .learning .learning__landing__col .support {
    display: none;
  }
}.learning .learning__landing__col .upcoming-calendar {
  display: none;
}@media (max-width: 1100px) {

  .learning .learning__landing__col .upcoming-calendar {
    display: flex;
  }
}.learning .learning__landing__col:nth-child(2) {
  flex-grow: 1;
}@media (max-width: 1100px) {

  .learning .learning__landing__col:nth-child(2) {
    order: 1;
  }

  .learning .learning__landing__col:nth-child(2) {
    margin-bottom: 30px;
  }
}.learning .learning__landing__col:nth-child(2) .upcoming-calendar {
  display: flex;
}@media (max-width: 1100px) {

  .learning .learning__landing__col:nth-child(2) .upcoming-calendar {
    display: none;
  }
}.learning .learning__landing__col .card:last-child .card__title {
  margin-bottom: 0;
}.learning .learning__fellowships {
  overflow: hidden;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .learning .learning__fellowships {
    margin-bottom: 40px;
  }

  .learning .learning__fellowships {
    padding-left: 20px;
    padding-right: 20px;
  }

  .learning .learning__fellowships {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.learning .learning__fellowships .learning__fellowships__title {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Osram, sans-serif;
  font-size: 1.5rem;
  line-height: 28.8px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .learning .learning__fellowships .learning__fellowships__title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .learning .learning__fellowships .learning__fellowships__title {
    text-align: center;
  }

  .learning .learning__fellowships .learning__fellowships__title {
    font-size: 0.875rem;
    line-height: 150%;
  }
}.learning .learning__vertical {
  overflow: hidden;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .learning .learning__vertical {
    margin-bottom: 40px;
  }

  .learning .learning__vertical {
    padding-left: 20px;
    padding-right: 20px;
  }

  .learning .learning__vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.learning .learning__vertical .learning__vertical__title {
  margin-top: 40px;
  margin-bottom: 1rem;
  display: inline-block;
  font-family: Osram, sans-serif;
  font-size: 1.5rem;
  line-height: 28.8px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .learning .learning__vertical .learning__vertical__title {
    margin-top: 20px;
  }

  .learning .learning__vertical .learning__vertical__title {
    margin-bottom: 10px;
  }

  .learning .learning__vertical .learning__vertical__title {
    display: block;
  }

  .learning .learning__vertical .learning__vertical__title {
    text-align: center;
  }

  .learning .learning__vertical .learning__vertical__title {
    font-size: 0.875rem;
    line-height: 150%;
  }

  .learning .learning__vertical .cards .card:nth-child(n+3) {
    display: none;
  }
}.learning .learning__fad {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 0;
  padding-bottom: 0;
}@media (max-width: 1100px) {

  .learning .learning__fad {
    margin-bottom: 40px;
  }

  .learning .learning__fad {
    padding-left: 20px;
    padding-right: 20px;
  }

  .learning .learning__fad {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.support {
  display: flex;
  height: 110px;
  width: full;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding-bottom: 6px;
  text-align: center;
  font-family: Osram, sans-serif;
  font-size: 2.375rem;
  line-height: 38px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
}@media (max-width: 1100px) {

  .support {
    border-radius: 20px;
  }
}.support{transition:opacity 300ms}.support:hover {
  opacity: 0.8;
}.upcoming-calendar {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 51 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 30px;
  font-size: 1.5rem;
  line-height: 28.8px;
  font-weight: 300;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .upcoming-calendar {
    border-radius: 20px;
  }

  .upcoming-calendar {
    padding: 20px;
  }

  .upcoming-calendar {
    font-size: 0.6875rem;
    line-height: 1.5;
  }
}.upcoming-calendar{transition:background 200ms,color 200ms}.upcoming-calendar .upcoming-calendar__title {
  margin-bottom: 30px;
  font-family: Osram, sans-serif;
  font-size: 1.5rem;
  line-height: 28.8px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .upcoming-calendar .upcoming-calendar__title {
    margin-bottom: 20px;
  }

  .upcoming-calendar .upcoming-calendar__title {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }
}.upcoming-calendar .upcoming-calendar__title{transition:color 200ms}.upcoming-calendar .upcoming-calendar__list {
  flex-grow: 1;
}.upcoming-calendar .upcoming-calendar__list li {
  margin-bottom: 20px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 51 246 / var(--tw-border-opacity));
  padding-bottom: 1rem;transition:border 200ms;
}.upcoming-calendar .upcoming-calendar__list li:last-child {
  margin-bottom: 0px;
  border-bottom-width: 0px;
}.upcoming-calendar:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 51 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.upcoming-calendar:hover .upcoming-calendar__title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.upcoming-calendar:hover .upcoming-calendar__list li {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.home {
  padding-bottom: 40px;
}.home .home__landing {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .home .home__landing {
    margin-bottom: 40px;
  }

  .home .home__landing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home .home__landing {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.home .home__landing__content {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}@media (max-width: 1100px) {

  .home .home__landing__content {
    flex-direction: column;
  }
}.home .home__landing__col {
  order: 2;
  display: flex;
  flex-basis: 40%;
  flex-direction: column;
  row-gap: 40px;
}@media (max-width: 1100px) {

  .home .home__landing__col {
    row-gap: 30px;
  }
}.home .home__landing__col .card {
  width: 100%;
}@media (max-width: 1100px) {

  .home .home__landing__col .support {
    display: none;
  }
}.home .home__landing__col .upcoming-events {
  display: none;
}@media (max-width: 1100px) {

  .home .home__landing__col .upcoming-events {
    display: block;
  }
}.home .home__landing__col:nth-child(2) {
  order: 1;
  flex-grow: 1;
}@media (max-width: 1100px) {

  .home .home__landing__col:nth-child(2) {
    margin-bottom: 30px;
  }
}.home .home__landing__col:nth-child(2) .upcoming-events {
  display: block;
}@media (max-width: 1100px) {

  .home .home__landing__col:nth-child(2) .upcoming-events {
    display: none !important;
  }
}.home .home__landing__col .card:last-child .card__title {
  margin-bottom: 0;
}.home .home__contributors {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .home .home__contributors {
    margin-bottom: 40px;
  }

  .home .home__contributors {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home .home__contributors {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.home .home__contributors .home__contributors_title {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Osram, sans-serif;
  font-size: 1.5rem;
  line-height: 28.8px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}.home .home__fad {
  margin-top: -80px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 0;
  padding-bottom: 0;
}@media (max-width: 1100px) {

  .home .home__fad {
    margin-bottom: 40px;
  }

  .home .home__fad {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home .home__fad {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.home .home__news {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .home .home__news {
    margin-bottom: 40px;
  }

  .home .home__news {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home .home__news {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.home .home__news .home__news_title {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Osram, sans-serif;
  font-size: 1.5rem;
  line-height: 28.8px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .home .home__news .home__news_title {
    margin-top: 20px;
  }

  .home .home__news .home__news_title {
    margin-bottom: 20px;
  }

  .home .home__news .home__news_title {
    text-align: center;
  }

  .home .home__news .home__news_title {
    font-size: 0.875rem;
    line-height: 150%;
  }
}.home .home__vertical {
  overflow: hidden;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}@media (max-width: 1100px) {

  .home .home__vertical {
    margin-bottom: 40px;
  }

  .home .home__vertical {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home .home__vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.home .home__vertical .home__vertical__title {
  margin-top: 40px;
  margin-bottom: 1rem;
  display: inline-block;
  font-family: Osram, sans-serif;
  font-size: 1.5rem;
  line-height: 28.8px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .home .home__vertical .home__vertical__title {
    margin-top: 20px;
  }

  .home .home__vertical .home__vertical__title {
    margin-bottom: 10px;
  }

  .home .home__vertical .home__vertical__title {
    display: block;
  }

  .home .home__vertical .home__vertical__title {
    text-align: center;
  }

  .home .home__vertical .home__vertical__title {
    font-size: 0.875rem;
    line-height: 150%;
  }
}.home .home__vertical .cards {
  margin-top: 30px;
}@media (max-width: 1100px) {

  .home .home__vertical .cards {
    margin-top: 20px;
  }

  .home .home__vertical .cards .card:nth-child(n+3) {
    display: none;
  }
}.home .home__vertical .home__vertical__more {
  margin-top: 35px;
  display: none;
  text-align: center;
  font-weight: 500;
}@media (max-width: 1100px) {

  .home .home__vertical .home__vertical__more {
    display: block;
  }
}.home .home__subscribe {
  padding-left: 80px;
  padding-right: 80px;
}@media (max-width: 1100px) {

  .home .home__subscribe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home .home__subscribe {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}.home .subscribe {
  padding-top: 60px;
  padding-bottom: 60px;
}@media (max-width: 1100px) {

  .home .subscribe {
    padding-top: 0;
    padding-bottom: 0;
  }
}.be-member {
  display: flex;
  height: 110px;
  width: full;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding-bottom: 6px;
  text-align: center;
  font-family: Osram, sans-serif;
  font-size: 2.375rem;
  line-height: 38px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
}@media (max-width: 1100px) {

  .be-member {
    border-radius: 20px;
  }
}.be-member{transition:opacity 300ms}.be-member:hover {
  opacity: 0.8;
}@-webkit-keyframes rainbow-bg{100%,0%{background-color:#4a09f4}17%{background-color:#9136ee}32%{background-color:#d745ee}45%{background-color:#de3021}58%{background-color:#ec652b}73%{background-color:#fbf46e}87%{background-color:#6adc67}}@keyframes rainbow-bg{100%,0%{background-color:#4a09f4}17%{background-color:#9136ee}32%{background-color:#d745ee}45%{background-color:#de3021}58%{background-color:#ec652b}73%{background-color:#fbf46e}87%{background-color:#6adc67}}.rainbow-bg{-webkit-animation:rainbow-bg 3s linear;animation:rainbow-bg 3s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.upcoming-events {
  display: flex;
  max-height: 670px;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 51 246 / var(--tw-border-opacity));
  padding: 20px;
  padding-top: 0;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .upcoming-events {
    max-height: none;
  }

  .upcoming-events {
    border-radius: 20px;
  }

  .upcoming-events {
    padding: 20px;
  }

  .upcoming-events {
    padding-top: 20px;
  }

  .upcoming-events {
    font-size: 0.6875rem;
    line-height: 1.5;
  }
}.upcoming-events{transition:background 200ms}.upcoming-events .upcoming-events__title {
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-family: Osram, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}@media (max-width: 1100px) {

  .upcoming-events .upcoming-events__title {
    margin-bottom: 20px;
  }

  .upcoming-events .upcoming-events__title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .upcoming-events .upcoming-events__title {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }

  .upcoming-events .upcoming-events__title {
    text-transform: uppercase;
  }
}.upcoming-events .upcoming-events__title{transition:color 200ms}.upcoming-events .upcoming-events__content {
  max-height: calc(100% - 60px);
  overflow: auto;
}.upcoming-events .upcoming-events__list {
  margin-bottom: 40px;
}@media (max-width: 1100px) {

  .upcoming-events .upcoming-events__list {
    margin-bottom: 20px;
  }

  .upcoming-events .upcoming-events__list {
    max-height: none;
  }
}.upcoming-events .upcoming-events__list .cards {
  gap: 40px;
}@media (max-width: 1100px) {

  .upcoming-events .upcoming-events__list .cards {
    gap: 40px;
  }

  .upcoming-events .upcoming-events__list .cards .card:nth-child(n+4) {
    display: none;
  }
}.upcoming-events .f-button.f-button--learning{transition:color 200ms,background 200ms}.upcoming-events:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 51 246 / var(--tw-bg-opacity));
}.upcoming-events:hover .upcoming-events__title {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.upcoming-events:hover .f-button.f-button--learning {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));
}.upcoming-events:hover .card__title, .upcoming-events:hover .card__tag, .upcoming-events:hover .card__fellowship-date, .upcoming-events:hover .card__date-tag, .upcoming-events:hover .card__excerpt {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.author-card {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  overflow: hidden;
}@media (max-width: 1100px) {

  .author-card {
    margin-bottom: 20px;
  }

  .author-card {
    width: calc(50% - 7px);
  }
}.author-card.no-img .author-card__title, .author-card.no-img .author-card__counter {
  text-align: center;
}.author-card.no-img .author-card__bio {
  text-align: center;
}.author-card__image {
  display: block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}@media (max-width: 1100px) {

  .author-card__image {
    height: auto;
  }

  .author-card__image {
    width: 152px;
  }
}.author-card__image{transition:box-shadow 300ms}.author-card__image:hover,.author-card__image:focus{box-shadow:0 0 0 5px color(var(--color-primary) blend(var(--color-bg) 50%))}.author-card__placeholder-image {
  display: block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(74 9 244 / var(--tw-bg-opacity));
}@media (max-width: 1100px) {

  .author-card__placeholder-image {
    height: 152px;
  }

  .author-card__placeholder-image {
    width: 152px;
  }
}.author-card__placeholder-image{transition:box-shadow 300ms}.author-card__placeholder-image:hover,.author-card__placeholder-image:focus{box-shadow:0 0 0 5px color(var(--color-primary) blend(var(--color-bg) 50%))}.author-card__bio {
  display: none;
}.author-card__content {
  max-width: 180px;
  flex: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}@media (max-width: 1100px) {

  .author-card__content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}.author-card__title{font-size:1.1rem;margin-bottom: 0.5rem;font-family: Osram, sans-serif;font-weight: 500}@media (max-width: 1100px) {

  .author-card__title {
    margin-bottom: 5px;
  }

  .author-card__title {
    font-size: 0.875rem;
    line-height: 150%;
  }
}.author-card__title a{transition:color 300ms}.author-card__title a:hover, .author-card__title a:focus {
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}.author-card__location{font-size:.85rem;font-family: Osram, sans-serif;font-weight: 300;line-height: 120%;--tw-text-opacity: 1;color: rgb(74 9 244 / var(--tw-text-opacity))}@media (max-width: 1100px) {

  .author-card__location {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.author-card.author-card--carousel {
  margin-bottom: 0;
  margin-right: 40px;
  display: inline-block;
  width: calc(16% - 40px);
  max-width: 180px;
  flex-shrink: 0;
  white-space: normal;
  vertical-align: top;
}@media (max-width: 1100px) {

  .author-card.author-card--carousel {
    margin-right: 20px;
  }

  .author-card.author-card--carousel {
    width: calc(50% - 20px);
  }
}.author-card.author-card--carousel{scroll-snap-align:start}.author-cards {
  display: flex;
  flex-wrap: wrap;
  gap: calc((100% - 1080px) / 5);
}@media (max-width: 1100px) {

  .author-cards {
    gap: 14px;
  }
}.author-cards .subscribe {
  width: 100%;
}.author-cards.author-cards--carousel {
  margin-right: calc(-16% - 40px);
  display: flex;
  -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness);
      scroll-snap-type: x var(--tw-scroll-snap-strictness);
  flex-wrap: nowrap;
  gap: 0;
  overflow-x: scroll;
  scroll-behavior: smooth;
  white-space: nowrap;
  padding-right: calc(16% - 40px);
}@media (max-width: 1100px) {

  .author-cards.author-cards--carousel {
    margin-right: calc(-50% - 20px);
  }

  .author-cards.author-cards--carousel {
    padding-right: calc(50% - 20px);
  }
}.author-cards.author-cards--carousel{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.cards__load-more {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 80px;
  padding-right: 80px;
  text-align: center;
}@media (max-width: 1100px) {

  .cards__load-more {
    padding-left: 0;
    padding-right: 0;
  }

  .cards__load-more {
    padding-top: 0;
    padding-bottom: 0;
  }
}[data-randomize]{visibility:hidden}[data-randomize][data-randomize=done]{visibility:visible}.f-post .f-post-hero {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 60px;
}@media (max-width: 1100px) {

  .f-post .f-post-hero {
    margin-bottom: 40px;
  }

  .f-post .f-post-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-post .f-post-hero {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.f-post .f-post-hero .f-post-hero__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  text-align: center;
}.f-post .f-post-hero .f-post-hero__title{font-size:4.75rem;margin-bottom: 2rem;font-family: Nikolai, Actual, serif;line-height: 1}@media (max-width: 1100px) {

  .f-post .f-post-hero .f-post-hero__title {
    margin-bottom: 1rem;
  }

  .f-post .f-post-hero .f-post-hero__title {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.f-post .f-post-hero .f-post-hero__tag {
  margin-bottom: 20px;
  display: block;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .f-post .f-post-hero .f-post-hero__tag {
    margin-bottom: 14px;
  }

  .f-post .f-post-hero .f-post-hero__tag {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }
}.f-post .f-post-hero .f-post-hero__excerpt {
  margin-bottom: 23px;
  font-family: Osram, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 140%;
}@media (max-width: 1100px) {

  .f-post .f-post-hero .f-post-hero__excerpt {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.f-post .f-post-hero__featured-video {
  margin-bottom: 60px;
  display: none;
}@media (max-width: 1100px) {

  .f-post .f-post-hero__featured-video {
    margin-bottom: 30px;
  }
}.f-post .f-post-hero__featured-video.featured-video--processed {
  display: block;
}.f-post .f-post-hero__image {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  display: flex;
  height: 0;
  width: 100%;
  max-width: 900px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(74 9 244 / var(--tw-bg-opacity));
  padding-bottom: 47.4%;
}@media (max-width: 1100px) {

  .f-post .f-post-hero__image {
    margin-left: -20px;
    margin-right: -20px;
  }

  .f-post .f-post-hero__image {
    margin-bottom: 40px;
  }

  .f-post .f-post-hero__image {
    width: calc(100% + 40px);
  }

  .f-post .f-post-hero__image {
    padding-bottom: 76.4%;
  }
}.f-post .f-post-hero__image {
  padding-bottom: 67.3%;
}@media (max-width: 1100px) {

  .f-post .f-post-hero__image {
    padding-bottom: 76.4%;
  }
}.f-post .f-post-hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.tag-hash-fellowship .f-post .f-post-hero__image {
  height: auto;
  padding-bottom: 0;
}.tag-hash-fellowship .f-post .f-post-hero__image img {
  position: static;
}.f-post.tag-hash-learning .f-post-hero .f-post-hero__tag {
  font-size: 0.875rem;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .f-post.tag-hash-learning .f-post-hero .f-post-hero__tag {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }
}.f-post.tag-hash-learning .f-post-hero .f-post-hero__title {
  margin-bottom: 80px;
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .f-post.tag-hash-learning .f-post-hero .f-post-hero__title {
    margin-bottom: 30px;
  }
}.f-post .f-post__access {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .f-post .f-post__access {
    margin-bottom: 40px;
  }

  .f-post .f-post__access {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-post .f-post__access {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.f-post .f-post__article__lead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}@media (max-width: 1100px) {

  .f-post .f-post__article__lead {
    margin-bottom: 50px;
  }

  .f-post .f-post__article__lead {
    flex-direction: column;
  }
}.f-post .f-post__article__lead+hr {
  margin-top: 10px;
  margin-bottom: 40px;
}@media (max-width: 1100px) {

  .f-post .f-post__article__lead+hr {
    border-top-width: 1px;
  }
}.f-post .f-post__article__information {
  display: flex;
}@media (max-width: 1100px) {

  .f-post .f-post__article__information {
    margin-bottom: 30px;
  }
}.f-post .post-hero__authors {
  display: flex;
}.f-post .post-hero__author img {
  width: 50px;
  border-radius: 100%;
}@media (max-width: 1100px) {

  .f-post .post-hero__author img {
    width: 30px;
  }
}.f-post .post-hero__author-names{font-size:.85rem;font-weight: 500}.f-post .post-hero__date{font-size:.85rem;font-weight: 300}.f-post .f-post__article {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 0;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .f-post .f-post__article {
    margin-bottom: 40px;
  }

  .f-post .f-post__article {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-post .f-post__article {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.f-post article {
  max-width: 840px;
}.f-post article.tag-hash-learning .post__lead {
  display: none;
}.f-post.f-post--toc .f-post__article .f-container {
  display: flex;
}.f-post.f-post--toc .f-post__column {
  width: 65.65%;
}@media (max-width: 1100px) {

  .f-post.f-post--toc .f-post__column {
    width: 100%;
  }
}.f-post.f-post--toc .f-post__column:first-child {
  width: 100%;
  max-width: 18.2%;
}@media (max-width: 1100px) {

  .f-post.f-post--toc .f-post__column:first-child {
    display: none;
  }
}.f-post__subscribe {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .f-post__subscribe {
    margin-bottom: 40px;
  }

  .f-post__subscribe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-post__subscribe {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.f-post__share-post {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .f-post__share-post {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-post__share-post {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}.post__lead {
  margin-top: 0;
}@media (max-width: 1100px) {

  .post__lead {
    margin-left: 20px;
    margin-right: 20px;
  }

  .post__lead .row {
    flex-direction: column;
  }

  .post__lead .row {
    justify-content: center;
  }

  .post__lead .row {
    text-align: center;
  }
}.post__lead .row>* {
  padding-bottom: 0.5rem;
}@media (max-width: 1100px) {

  .post__lead .row>* {
    margin-bottom: 30px;
  }

  .post__lead .row>* {
    width: 100%;
  }

  .post__lead .row>* {
    max-width: none;
  }

  .post__lead .row>* {
    flex-basis: 100%;
  }

  .post__lead .row>* {
    text-align: center;
  }
}.post__lead hr {
  background-color: transparent;border-bottom:none;
}.f-post__toc {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding-right: 20px;
  font-size: 0.6875rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}.f-post__toc .f-post__toc__head, .f-post__toc .toc-list-item {
  margin-bottom: 14px;
}.f-post__toc .toc-list-item.is-active-li {
  font-weight: 500;
}.related-posts {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .related-posts {
    margin-bottom: 40px;
  }

  .related-posts {
    padding-left: 20px;
    padding-right: 20px;
  }

  .related-posts {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.related-posts .related-posts__title {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Osram, sans-serif;
  font-size: 1.5rem;
  line-height: 28.8px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}.share-post {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}.share-post .share-post__title {
  margin-bottom: 20px;
  font-family: Nikolai, Actual, serif;
  font-size: 3.5rem;
  line-height: 100%;
}@media (max-width: 1100px) {

  .share-post .share-post__title {
    font-size: 1.875rem;
    line-height: 100%;
  }
}.f-post__share-post--learning .share-post .share-post__title {
  --tw-text-opacity: 1;
  color: rgb(234 51 246 / var(--tw-text-opacity));
}.share-post .share-post__cta {
  margin-bottom: 20px;
  font-family: Osram, sans-serif;
  font-size: 1.125rem;
  line-height: 28.6px;
  font-weight: 300;
}@media (max-width: 1100px) {

  .share-post .share-post__cta {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.news .news__header {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .news .news__header {
    margin-bottom: 20px;
  }

  .news .news__header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news .news__header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.news .news__header__content {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 50px;
       column-gap: 50px;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 110px;
  padding-right: 110px;
}@media (max-width: 1100px) {

  .news .news__header__content {
    min-height: 0;
  }

  .news .news__header__content {
    flex-direction: column;
  }

  .news .news__header__content {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .news .news__header__content {
    row-gap: 1rem;
  }

  .news .news__header__content {
    border-radius: 20px;
  }

  .news .news__header__content {
    padding: 40px;
  }
}.news .news__header__content h1 {
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nikolai, Actual, serif;
  font-size: 3.5rem;
  line-height: 100%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .news .news__header__content h1 {
    white-space: normal;
  }

  .news .news__header__content h1 {
    text-align: center;
  }

  .news .news__header__content h1 {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.news .news__header__content p {
  margin-bottom: 0;
  max-width: 401px;
  padding-left: 30px;
  font-family: Osram, sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
}@media (max-width: 1100px) {

  .news .news__header__content p {
    padding-left: 0;
  }

  .news .news__header__content p {
    text-align: center;
  }

  .news .news__header__content p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.news .news__news {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (max-width: 1100px) {

  .news .news__news {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news .news__news {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}.news #load-more-posts[disabled] {
  display: none;
}.about .about__image {
  position: relative;
  margin-bottom: 100px;
  display: flex;
  height: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
  padding-bottom: 63.75%;
}@media (max-width: 1100px) {

  .about .about__image {
    margin-bottom: 57px;
  }

  .about .about__image {
    margin-top: -20px;
  }

  .about .about__image {
    padding-bottom: 185%;
  }
}.about .about__image img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.post__content>* {
  min-width: 100%;
  font-family: Actual, serif;
  font-size: 1.5rem;
  line-height: 28.8px;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .post__content>* {
    font-size: 1.3rem;
  }

  .post__content>* {
    line-height: 135%;
  }
}.post__content h1, .post__content h2 {
  margin-bottom: 80px;
  text-align: center;
  font-family: Nikolai, Actual, serif;
  font-size: 3.5rem;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .post__content h1, .post__content h2 {
    margin-bottom: 40px;
  }

  .post__content h1, .post__content h2 {
    font-size: 1.875rem;
    line-height: 100%;
  }
}.post__content h3, .post__content h4 {
  margin-bottom: 40px;
  text-align: center;
  font-family: Nikolai, Actual, serif;
  font-size: 2.375rem;
  line-height: 38px;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .post__content h3, .post__content h4 {
    margin-bottom: 30px;
  }

  .post__content h3, .post__content h4 {
    font-size: 1.875rem;
    line-height: 100%;
  }
}.post__content .small {
  font-family: ActualSemiMono, Actual;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}.post__content blockquote {
  margin: 0 !important;
  margin-bottom: 80px !important;
  margin-top: calc(80px - 2rem) !important;
  font-family: Nikolai, Actual, serif !important;
  font-size: 3rem;
  line-height: 120%;
  --tw-text-opacity: 1 !important;
  color: rgb(74 9 244 / var(--tw-text-opacity)) !important;
  text-align: center;
}@media (max-width: 1100px) {

  .post__content blockquote {
    font-size: 2.375rem !important;
    line-height: 38px !important;
  }

  .post__content blockquote {
    margin-bottom: 60px;
  }

  .post__content blockquote {
    margin-top: calc(60px - 2rem);
  }
}.post__content blockquote {
  font-weight: 600;
}.post__content blockquote+figcaption cite {
  display: block;
  text-align: center;
  font-family: Osram, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .post__content blockquote+figcaption cite {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }
}.post__content blockquote cite {
  display: block;
  text-align: center;
  font-family: Osram, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .post__content blockquote cite {
    font-size: 0.5625rem;
    line-height: 13.5px;
  }
}.post__content blockquote p{font-size:inherit;font-family:inherit}.post__content p {
  margin-bottom: 2rem;
}.post__content ul, .post__content ol {
  margin-bottom: 2rem;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}.post__content ul li a,.post__content ol li a{color:inherit}.post__content ul ul, .post__content ul ol, .post__content ol ul, .post__content ol ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
}.post__content ul{list-style-type:disc}.post__content ol{list-style-type:decimal}.post__content dl {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}@media (max-width: 1100px) {

  .post__content dl {
    gap: 0;
  }
}.post__content dl dt {
  width: 25%;
}@media (max-width: 1100px) {

  .post__content dl dt {
    width: 100%;
  }
}.post__content dl dt * {
  text-align: left;
}@media (max-width: 1100px) {

  .post__content dl dt * {
    text-align: center;
  }
}.post__content dl dd {
  margin-left: auto;
  width: calc(75% - 40px);
}@media (max-width: 1100px) {

  .post__content dl dd {
    width: 100%;
  }
}.post__content pre, .post__content code {
  margin-bottom: 2rem;
  max-width: 100%;
  white-space: pre;
  overflow-wrap: normal;
  word-break: normal;
  border-radius: 7px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  text-align: left;
  font-family: monospace;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.post__content pre,.post__content code{word-spacing:normal;word-wrap:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.post__content pre {
  overflow: auto;
  padding: 1rem;
}.post__content pre code {
  white-space: pre;
  background-color: transparent;
  padding: 0;
}.post__content code {
  overflow: auto;
  white-space: normal;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  padding: 0.5rem;
}.post__content pre[class*=language-]::-moz-selection,.post__content pre[class*=language-] ::-moz-selection,.post__content code[class*=language-]::-moz-selection,.post__content code[class*=language-] ::-moz-selection{text-shadow:none}.post__content pre[class*=language-]::-moz-selection, .post__content pre[class*=language-] ::-moz-selection, .post__content code[class*=language-]::-moz-selection, .post__content code[class*=language-] ::-moz-selection{text-shadow:none}.post__content pre[class*=language-]::selection,.post__content pre[class*=language-] ::selection,.post__content code[class*=language-]::selection,.post__content code[class*=language-] ::selection{text-shadow:none}@media print{.post__content code[class*=language-],.post__content pre[class*=language-]{text-shadow:none}}.post__content :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.post__content .token.comment,.post__content .token.prolog,.post__content .token.doctype,.post__content .token.cdata{color:#708090}.post__content .token.punctuation{color:#999}.post__content .token.namespace{opacity:.7}.post__content .token.property,.post__content .token.tag,.post__content .token.boolean,.post__content .token.number,.post__content .token.constant,.post__content .token.symbol,.post__content .token.deleted{color:#905}.post__content .token.selector,.post__content .token.attr-name,.post__content .token.string,.post__content .token.char,.post__content .token.builtin,.post__content .token.inserted{color:#690}.post__content .token.operator,.post__content .token.entity,.post__content .token.url,.post__content .language-css .token.string,.post__content .style .token.string{color:#9a6e3a}.post__content .token.atrule,.post__content .token.attr-value,.post__content .token.keyword{color:#07a}.post__content .token.function,.post__content .token.class-name{color:#dd4a68}.post__content .token.regex,.post__content .token.important,.post__content .token.variable{color:#e90}.post__content .token.important,.post__content .token.bold{font-weight:bold}.post__content .token.italic{font-style:italic}.post__content .token.entity{cursor:help}.post__content .f-highlight {
  background-color: rgba(74, 9, 244, 0.2);
}.post__content hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom-width: 0px;
}@media (max-width: 1100px) {

  .post__content hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}.post__content abbr{-webkit-font-variant:small-caps;-moz-font-variant:small-caps;-ms-font-variant:small-caps;font-variant:small-caps;font-weight: 700;text-transform: lowercase;--tw-text-opacity: 1;color: rgb(101 101 101 / var(--tw-text-opacity))}.post__content abbr[title]:hover{cursor:help}.post__content ::-moz-selection {
  background-color: rgba(74, 9, 244, 0.2);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.post__content ::selection {
  background-color: rgba(74, 9, 244, 0.2);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.post__content ::-moz-selection {
  background-color: rgba(74, 9, 244, 0.2);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.post__content mark {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}.post__content table {
  margin-bottom: 2rem;
  max-width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-left-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
}@media (max-width: 1100px) {

  .post__content table {
    display: block;
  }

  .post__content table {
    width: 100%;
  }

  .post__content table {
    overflow-x: hidden;
  }
}.post__content table{border-gap:0px}.post__content table th, .post__content table td {
  padding: 2rem;
}.post__content table thead tr {
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
}.post__content table tbody tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
}.post__content .responsive-table {
  display: block;
  width: 100%;
  overflow-x: hidden;
}.post__content a:not(.btn):not(.kg-bookmark-container) {
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}.post-access-cta {
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  text-align: center;
}.post-access-cta h3 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 28.8px;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .post-access-cta h3 {
    font-size: 1.125rem;
    line-height: 28.6px;
  }
}.post-access-cta .post-access-cta__already-have {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 28.6px;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .post-access-cta .post-access-cta__already-have {
    font-size: 0.875rem;
    line-height: 150%;
  }
}.error .error__header__content {
  display: flex;
  min-height: 220px;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 9 244 / var(--tw-border-opacity));
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 110px;
  padding-right: 110px;
}@media (max-width: 1100px) {

  .error .error__header__content {
    min-height: 0;
  }

  .error .error__header__content {
    flex-direction: column;
  }

  .error .error__header__content {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .error .error__header__content {
    row-gap: 1rem;
  }

  .error .error__header__content {
    border-radius: 20px;
  }

  .error .error__header__content {
    padding: 50px;
  }
}.error .error__header__content h1 {
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nikolai, Actual, serif;
  font-size: 3.5rem;
  line-height: 100%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(74 9 244 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .error .error__header__content h1 {
    white-space: normal;
  }

  .error .error__header__content h1 {
    text-align: center;
  }

  .error .error__header__content h1 {
    font-size: 2.375rem;
    line-height: 38px;
  }
}.error .error__header__content p {
  margin-bottom: 0;
  padding-left: 30px;
  font-family: Osram, sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
}@media (max-width: 1100px) {

  .error .error__header__content p {
    padding-left: 0;
  }

  .error .error__header__content p {
    text-align: center;
  }

  .error .error__header__content p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}.error .error__related {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
}@media (max-width: 1100px) {

  .error .error__related {
    margin-bottom: 40px;
  }

  .error .error__related {
    padding-left: 20px;
    padding-right: 20px;
  }

  .error .error__related {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}.cookie-banner {
  position: fixed;
  bottom: 0;
  z-index: 50;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(74 9 244 / var(--tw-bg-opacity));
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 35px;
  padding-bottom: 35px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (max-width: 1100px) {

  .cookie-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie-banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}.cookie-banner .cookie-banner__content {
  display: flex;
  align-items: center;
  gap: 40px;
}@media (max-width: 1100px) {

  .cookie-banner .cookie-banner__content {
    flex-direction: column;
  }
}.cookie-banner .cookie-banner-close {
  position: absolute;
}.cookie-banner .cookie-banner-message {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 300;
}@media (max-width: 1100px) {

  .cookie-banner .cookie-banner-button-container {
    width: 100%;
  }
}.cookie-banner.cookie-banner--closed, .cookie-banner.cookie-banner--idle {
  display: none;
}.offline .page__content {
  text-align: center;
  font-size: 1.125rem;
  line-height: 28.6px;
}.page-team article.page,.page-team article.post{max-width:1440px}.page-team .post__content{display:grid;align-items:start;grid-template-columns:1fr 1fr;grid-auto-flow:dense;-moz-column-gap:2rem;column-gap:2rem}@media (max-width: 1100px) {

  .page-team .post__content {
    display: block;
  }
}.page-team .post__content>*{min-width:0}@media (max-width: 1100px) {

  .page-team .post__content>* {
    min-width: 100%;
  }
}.page-team .post__content>figure:nth-child(2n+1){grid-column-start:1}.page-team .post__content>figure:nth-child(4n+3){grid-column-start:2}.page-team .post__content>p:nth-child(2n+2){grid-column-start:1}.page-team .post__content>p:nth-child(4n+4){grid-column-start:2}.page-team .post__content>:not(p,figure){grid-column:auto/span 2}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100}body {
  overflow-x: hidden;
  font-family: Osram, sans-serif;font-weight:400;
}.f-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}.main {
  padding-top: 83px;
}@media (max-width: 1100px) {

  .main {
    padding-top: 79px;
  }
}hr {
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.visually-hidden{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}
/*# sourceMappingURL=main.min.css.map */