/*@mixin colWidth($cols, $of, $gap) {
	width:calc((100% - ($of - 1) * $gap) / $of * $cols + ($gap * ($cols - 1)));
}*/

body.compensate-for-scrollbar {
  overflow: hidden;
}

/* Styling for Small-Screen Devices */

/* Grid */

.ui-grid {
  --gGap: 20px;
  --gGapB: var(--gGap);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--gGapB) var(--gGap);
}

.ui-grid__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(
    (100% - (var(--gOf) - 1) * var(--gGap)) / var(--gOf) * var(--gCols) +
      var(--gGap) * (var(--gCols) - 1)
  );
}

.ui-grid__col--1 {
  --gCols: 1;
  --gOf: 1;
}

.ui-grid__col--1of2,
.ui-grid__col--2of4,
.ui-grid__col--3of6,
.ui-grid__col--4of8 {
  --gCols: 1;
  --gOf: 2;
}

.ui-grid__col--1of3 {
  --gCols: 1;
  --gOf: 3;
}

.ui-grid__col--2of3 {
  --gCols: 2;
  --gOf: 3;
}

.ui-grid__col--1of4 {
  --gCols: 1;
  --gOf: 4;
}

.ui-grid__col--3of4 {
  --gCols: 3;
  --gOf: 4;
}

.ui-grid__col--1of5 {
  --gCols: 1;
  --gOf: 5;
}

.ui-grid__col--2of5 {
  --gCols: 2;
  --gOf: 5;
}

.ui-grid__col--3of5 {
  --gCols: 3;
  --gOf: 5;
}

.ui-grid__col--4of5 {
  --gCols: 4;
  --gOf: 5;
}

/* Grid - end */

/* Forms */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.5;
  text-align: inherit !important;
  color: inherit !important;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.5;
  text-align: inherit !important;
  color: inherit !important;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

textarea::-webkit-input-placeholder {
  opacity: 0.5;
  text-align: inherit !important;
  color: inherit !important;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

textarea::-moz-placeholder {
  opacity: 0.5;
  text-align: inherit !important;
  color: inherit !important;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 1;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 1;
}

label {
  display: block;
  position: relative;
}

input,
textarea,
button {
  border-radius: 0;
}

textarea {
  resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.hs-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.hs-form > div {
  width: 100%;
}

.hs-form-field {
  position: relative;
}

.hs-form-field label:not(.hs-form-booleancheckbox-display) {
  display: none;
  position: absolute;
  left: -99999px;
  width: 0;
  height: 0;
  visibility: hidden;
}

.hs-form-booleancheckbox-display {
  margin-top: 15px;
}

.hs-form-booleancheckbox-display input {
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}

.hs-form-booleancheckbox-display span {
  display: block;
  position: relative;
  padding-left: 31px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.hs-form-booleancheckbox-display span:before,
.hs-form-booleancheckbox-display span:after {
  width: 20px;
  aspect-ratio: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.hs-form-booleancheckbox-display span:before {
  border-radius: 3px;
  border: 1px solid #fff;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.hs-form-booleancheckbox-display span:after {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  mask: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M8.14221 14.8691C7.76051 14.8691 7.42653 14.7259 7.18797 14.4393L4.03893 10.9532C3.56181 10.4279 3.6095 9.56837 4.13433 9.09083C4.65916 8.61328 5.51805 8.66101 5.99517 9.18631L8.09445 11.5263L13.0088 5.36593C13.4382 4.79287 14.297 4.69735 14.8695 5.1749C15.4421 5.60469 15.5376 6.46429 15.0605 7.03735L9.19185 14.3916C8.90558 14.6781 8.57162 14.8691 8.14221 14.8691Z" fill="%23FFA702"/%3E%3C/svg%3E%0A')
    no-repeat center/cover;
  background: #fe8836;
  opacity: 0;
}

.hs-form-booleancheckbox-display input:checked ~ span:before {
  background: #fff;
}

.hs-form-booleancheckbox-display input:checked ~ span:after {
  opacity: 1;
}

.hs-form-required {
  display: none;
}

.hs-richtext {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  padding: 12px 0 2px;
}

.hs-submit {
  width: 100%;
  padding-top: 10px;
}

.hs-button {
  display: block;
  cursor: pointer;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  height: 50px;
  color: #fff;
  border: #fff solid 1px;
  background: transparent;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition:
    border 0.2s,
    color 0.2s,
    background 0.2s;
  -o-transition:
    border 0.2s,
    color 0.2s,
    background 0.2s;
  transition:
    border 0.2s,
    color 0.2s,
    background 0.2s;
}

html.no-touch .hs-button:hover {
  background: #fff;
  border-color: #fff;
  color: #fe8836;
}

.hs_error_rollup {
  display: none;
  position: absolute;
  left: -99999px;
  width: 0;
  height: 0;
  visibility: hidden;
}

.hs-recaptcha {
  display: none;
}

.hs-fieldtype-text input,
.hs-fieldtype-textarea textarea {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: #fff solid 2px;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
  color: #6a6a6a;
  border-radius: 6px;
}

.hs-fieldtype-text input.error,
.hs-fieldtype-textarea textarea.error {
  color: #f00 !important;
  border-color: #f00 !important;
}

.hs-fieldtype-text input {
  height: 48px;
  padding: 0 20px;
}

/* Forms - end */

/* Buttons */

.ui-btn,
.ui-btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.ui-btn__text {
  display: block;
}

.ui-btn--aw {
  width: auto;
}

button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* Buttons - end */

/* Expand */

.ui-expand__hidden {
  display: none;
}

/* Expand - end */

/* Tabs */

.ui-tabs__item.active .ui-tabs__btn,
.ui-tabs-trigger.active {
  pointer-events: none;
}

.ui-tabs-content:not(.ui-tabs-content--fix-height) {
  width: 100%;
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ui-tabs-content:not(.ui-tabs-content--fix-height).active {
  width: auto;
  position: relative;
  left: auto;
  top: auto;
}

.ui-tabs-content--fh {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.ui-tabs-content--fh.active {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.ui-tabs-content.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition:
    opacity 0.2s,
    visibility 0.2s;
  -o-transition:
    opacity 0.2s,
    visibility 0.2s;
  transition:
    opacity 0.2s,
    visibility 0.2s;
}

.ui-tabs-contents {
  position: relative;
}

.ui-tabs-contents--fh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* Tabs - end */

/*** GENERAL - end ***/

/*** PAGES ***/

.app {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.app__content {
  width: 100%;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section,
.header,
.footer {
  width: 100%;
  position: relative;
}

.section {
  --sp: 40px;
  padding-top: var(--sp);
  padding-bottom: var(--sp);
}

.section--fh {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ui-cover img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ui-text-nowrap {
  white-space: nowrap;
}

.ui-dl {
  --uiaW: 23px;
  --uiaH: 8px;
  --uiaD: 18px;
  --uiaAW: 5px;
  --uiaAH: 9px;
  --uiaL: 1px;
  --uiaLT: 4px;
  --uiaC: #fe8836;
  --uiaC_h: #fe8836;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto";
}

.ui-dl__text {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--uiaC);
}

.ui-dl__arrow {
  display: inline-block;
  width: var(--uiaW);
  height: var(--uiaH);
  position: relative;
  margin: 0 0 3px 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ui-dl__arrow:before,
.ui-dl__arrow:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.ui-dl__arrow:before {
  left: 0;
  top: var(--uiaLT);
  height: var(--uiaL);
  background-color: var(--uiaC);
}

.ui-dl__arrow:after {
  top: 0;
  width: var(--uiaAW);
  height: var(--uiaAH);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='5' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.9 4.9c.1-.2.1-.6 0-.8L1.7 1C1.5.8 1.2.8 1 1s-.2.5 0 .7l2.8 2.8L1 7.3c-.2.2-.2.5 0 .7s.5.2.7 0l3.2-3.1zM4 5h.5V4H4v1z' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='5' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.9 4.9c.1-.2.1-.6 0-.8L1.7 1C1.5.8 1.2.8 1 1s-.2.5 0 .7l2.8 2.8L1 7.3c-.2.2-.2.5 0 .7s.5.2.7 0l3.2-3.1zM4 5h.5V4H4v1z' /%3E%3C/svg%3E");
  -webkit-mask-size: var(--uiaAW) var(--uiaAH);
  mask-size: var(--uiaAW) var(--uiaAH);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--uiaC);
}

html.no-touch .ui-dl:hover .ui-dl__arrow:before,
html.no-touch .ui-dl:hover .ui-dl__arrow:after {
  right: calc(var(--uiaD) * -1);
  background-color: var(--uiaC_h);
}

.ui-more {
  --more-color: #fe8836;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
  color: var(--more-color);
}

.ui-arrow {
  --arr-mar: 14px;
  --arr-w: 23px;
  --arr-ar: 23/9;
  --arr-sh-r: -10px;
  --arr-sh-b: 0;
  --arr-color: currentColor;
  --arr-color-h: currentColor;
  --arr-icon1: url('data:image/svg+xml,%3Csvg width="122" height="9" viewBox="0 0 122 9" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M121.354 4.85355C121.549 4.65829 121.549 4.34171 121.354 4.14645L118.172 0.964466C117.976 0.769204 117.66 0.769204 117.464 0.964466C117.269 1.15973 117.269 1.47631 117.464 1.67157L120.293 4.5L117.464 7.32843C117.269 7.52369 117.269 7.84027 117.464 8.03553C117.66 8.2308 117.976 8.2308 118.172 8.03553L121.354 4.85355ZM0 5H121V4H0V5Z" fill="%23FE8836"/%3E%3C/svg%3E%0A');
  --arr-icon1-pos: no-repeat right / auto 100%;
  --arr-icon2: url('data:image/svg+xml,%3Csvg width="8" height="121" viewBox="0 0 8 121" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M3.64644 120.354C3.8417 120.549 4.15829 120.549 4.35355 120.354L7.53553 117.172C7.73079 116.976 7.73079 116.66 7.53553 116.464C7.34027 116.269 7.02368 116.269 6.82842 116.464L3.99999 119.293L1.17157 116.464C0.976306 116.269 0.659723 116.269 0.464461 116.464C0.269199 116.66 0.269199 116.976 0.464461 117.172L3.64644 120.354ZM3.5 -2.18557e-08L3.49999 120L4.49999 120L4.5 2.18557e-08L3.5 -2.18557e-08Z" fill="%23FE8836"/%3E%3C/svg%3E%0A');
  --arr-icon2-pos: no-repeat bottom / 100% auto;
  --arr-icon: var(--arr-icon1);
  --arr-icon-pos: var(--arr-icon1-pos);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: var(--arr-mar);
  width: var(--arr-w);
  translate: 0 -2px;
  aspect-ratio: var(--arr-ar);
}

.ui-arrow > div {
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.ui-arrow > div:before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask: var(--arr-icon) var(--arr-icon-pos);
  mask: var(--arr-icon) var(--arr-icon-pos);
  background: var(--arr-color);
}

.ui-arrow--v {
  --arr-icon: var(--arr-icon2);
  --arr-icon-pos: var(--arr-icon2-pos);
  --arr-mar: 8px;
  --arr-w: 8px;
  --arr-ar: 8/12;
  --arr-sh-r: 0;
  --arr-sh-b: -10px;
  translate: 0 -1px;
}

html.no-touch .ui-arrow:is(a):hover,
html.no-touch .ui-arrow:is(button):hover,
html.no-touch .ui-arrow-c:hover .ui-arrow {
  --arr-color: var(--arr-color-h);
}

html.no-touch .ui-arrow:is(a):hover > div,
html.no-touch .ui-arrow:is(button):hover > div,
html.no-touch .ui-arrow-c:hover .ui-arrow > div {
  right: var(--arr-sh-r);
  bottom: var(--arr-sh-b);
}

.year {
  padding: 0;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 683px;
  padding: 160px 0 80px;
  color: #fff;
}

.intro__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.intro__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro__bg--2024 {
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}

.intro__icon {
  width: 143px;
  max-width: 100%;
  height: auto;
  margin-bottom: 28px;
  flex-shrink: 0;
}
.intro__icon svg {
  width: 100%;
  height: auto;
  display: block;
}

.intro__ttl {
  font-weight: 700;
  font-size: 74px;
  line-height: 1.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 45px;
}

.intro__ttl span {
  font-weight: 900;
  font-size: 1.621em;
  line-height: 1.02em;
  display: block;
}

.intro__ttl em {
  font-size: 0.7em;
  line-height: 1.02em;
}

.intro__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 34px;
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 700;
  margin-top: 45px;
}

.intro__date svg {
  width: 65px;
  aspect-ratio: 65/63;
  fill: currentColor;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.intro__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--cont-p);
}

.intro__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 810px;
}

.intro__right {
  width: 482px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.intro__key {
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 700;
  padding-top: 10px;
}

.intro__form {
  width: 100%;
}

.intro__form-ttl {
  text-align: center;
  font-size: 29px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 40px;
}

.intro__ty {
  display: none;
  width: 100%;
  color: #fff;
}

.intro__ty-in {
  max-width: 330px;
  margin: 0 auto;
}

.intro__ty-ttl {
  text-transform: uppercase;
  font-size: 58px;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.intro__ty-text {
  margin-top: 22px;
  font-size: 31px;
  line-height: 1.25em;
  font-weight: 600;
}

.intro__right.submitted .intro__form {
  display: none;
}

.intro__right.submitted .intro__ty {
  display: block;
}

.intro--2024 {
  min-height: 615px;
  padding: 50px 0 50px;
  z-index: 1;
}

.intro__middle-right-2024 {
  max-width: 160px;
  translate: 0 -70px;
}

.intro__middle-right-2024 img {
  display: block;
  margin-top: 30px;
}

.intro__left-text-2024 {
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 9.8px rgba(27, 67, 148, 0.3);
  font-family: Asap;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 0.18px;
}

.intro__stripe {
  position: absolute;
  inset: 0 0 0 auto;
}

.intro__stripe-in {
  position: absolute;
  inset: 0;
  -webkit-transform: skewX(-33deg);
  -ms-transform: skewX(-33deg);
  transform: skewX(-33deg);
}

.intro__stripe-in:before {
  content: "";
  position: absolute;
  left: var(--skewedOff);
  top: 0;
  right: calc(var(--skewedOff) * -1);
  bottom: 0;
  background: var(--ds-bg);
}

.intro__stripe--2024-1 {
  width: 24.5%;
  --ds-bg: linear-gradient(
    30deg,
    rgba(255, 255, 255, 0.28) -1.89%,
    rgba(255, 255, 255, 0) 70.13%
  );
}

.intro__stripe--2024-2 {
  width: 15.48%;
  --ds-bg: linear-gradient(
    30deg,
    rgba(255, 255, 255, 0.28) -1.89%,
    rgba(255, 255, 255, 0) 70.13%
  );
}

.intro__shape {
  position: absolute;
  left: 0;
  bottom: 0;
  translate: 0 62%;
  width: 264px;
  aspect-ratio: 264/258;
}

.about {
  background: #f4f4f4;
  padding: 90px 0;
}

.about__block:after {
  content: "";
  clear: both;
}

.about__left {
  width: 328px;
  float: left;
  margin: 0 90px 50px 0;
}

.about__img {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.about__img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #fff solid 1px;
}

.about__right {
  max-width: 1420px;
}

.about__author {
  padding: 9px 24px;
  border-radius: 9px;
  background: #005eab;
  color: #fff;
  margin-top: 16px;
  font-size: 18px;
  line-height: 26px;
}

.about__author b {
  display: block;
  font-size: 22px;
}

.about__ttl {
  font-weight: 800;
  font-size: 36px;
  line-height: 1.111em;
  margin-bottom: 20px;
  color: #fe8836;
}

.about__text {
  font-size: 18px;
  line-height: 1.33em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about__text-link {
  color: #0097dd;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.2em;
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
  font-weight: 600;
}

html.no-touch .about__text-link:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.about__text-so {
  font-size: 1.22em;
  font-weight: 700;
  color: #005eab;
  text-transform: uppercase;
}

.about__text b {
  font-weight: 800;
}

.about__text p:not(:last-child),
.about__text ul:not(:last-child),
.about__text ol:not(:last-child) {
  margin-bottom: 1.33em;
}

.about__text ul > li {
  position: relative;
  padding-left: 31px;
}

.about__text ul > li:not(:last-child) {
  margin-bottom: 14px;
}

.about__text ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.665em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M5.38853 10.125L0 18H12.6115L18 10.125H5.38853Z" fill="%230097DD"/%3E%3Cpath d="M0 0L5.38853 7.875H18L12.6115 0H0Z" fill="%23FE8836"/%3E%3C/svg%3E%0A')
    no-repeat center/cover;
  width: 18px;
  aspect-ratio: 1;
}

.about__text ul > li > ul {
  margin-top: 14px;
}

.about__text ul > li > ul > li {
  padding-left: 26px;
  position: relative;
}

.about__text ul > li > ul > li:before {
  content: "";
  width: 6px;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #0097dd;
  position: absolute;
  left: 0;
  top: 0.665em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask: none;
  mask: none;
}

.about__text ul > li > ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.about__text-big {
  font-size: 1.22em;
}

.about__text-big b {
  font-weight: 800;
}

.about__bot {
  margin-top: 20px;
  margin-top: 1.333em;
}

.about__bot--2024 {
  clear: both;
}

.ui-expand.active .about__bot-more {
  display: none;
}

.about__thumb {
  display: block;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.05);
  max-width: 585px;
  margin-top: 50px;
}

.about__thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: #eaeaea solid 1px;
}

.about__thumb-icon {
  width: 8.21%;
  max-width: 48px;
  aspect-ratio: 1;
  translate: -62.5% 62.5%;
  position: absolute;
  right: 0;
  top: 0;
}

.about__thumb-icon svg {
  -webkit-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  transition: fill 0.2s;
  fill: #fe8836;
}

html.no-touch .about__thumb:hover .about__thumb-icon svg {
  fill: #005eab;
}

.about__stripes {
  position: absolute;
  aspect-ratio: 906/297;
  width: 51.2%;
  max-width: 906px;
  right: 0;
  bottom: 0;
}

.about__stripes svg {
  fill: #fff;
}

.about__2024-list {
  position: relative;
}

.about__2024-list ul {
  width: 49.3%;
}

.about__2024-list ul > li {
  padding-left: 39px;
}

.about__2024-list ul > li:before {
  content: "";
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg width="21" height="12" viewBox="0 0 21 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.75962 11.9864H11.4138C13.2413 11.9864 15.7045 10.4626 16.9361 8.58503L20.3263 3.40136C21.5447 1.52381 21.0679 0 19.2404 0H9.58623C7.7587 0 5.2955 1.52381 4.0639 3.40136L0.673696 8.59864C-0.54466 10.4762 -0.0679122 12 1.75962 12V11.9864Z" fill="black"/%3E%3C/svg%3E%0A');
  mask-image: url('data:image/svg+xml,%3Csvg width="21" height="12" viewBox="0 0 21 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.75962 11.9864H11.4138C13.2413 11.9864 15.7045 10.4626 16.9361 8.58503L20.3263 3.40136C21.5447 1.52381 21.0679 0 19.2404 0H9.58623C7.7587 0 5.2955 1.52381 4.0639 3.40136L0.673696 8.59864C-0.54466 10.4762 -0.0679122 12 1.75962 12V11.9864Z" fill="black"/%3E%3C/svg%3E%0A');
  width: 21px;
  aspect-ratio: 21/12;
  background: linear-gradient(90deg, #fe8836 -0.01%, #ffd200 98.95%);
}

.about__2024-img {
  position: absolute;
  inset: 0 calc(var(--cont-off) * -1) 0 auto;
  overflow: hidden;
  width: calc(var(--cont-off) + 50.7% - 26px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__2024-img img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .about__2024-img {
    display: none;
  }

  .about__2024-list ul {
    width: 100% !important;
  }
}

.docs {
  padding: 90px 0;
}

.docs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px -100px;
}

.docs__col {
  width: 50%;
  padding: 0 10px;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 100px;
}

.docs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.docs__item-img {
  display: block;
  width: 48.24%;
  border-radius: 7px;
  overflow: hidden;
  max-width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.docs__item-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-top: 40px;
}

.docs__item-right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 63px;
  height: 4px;
  background: #fe8836;
  border-radius: 4px;
}

.docs__item-top {
  padding-bottom: 20px;
  border-bottom: #333 solid 1px;
  margin-bottom: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.docs__item-ttl {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.18em;
  color: #0f5b64;
}

.docs__item-ttl--c2 {
  color: #005eab;
}

html.no-touch .docs__item-ttl a:hover {
  color: #fe8836;
}

.docs__item-author {
  font-size: 16px;
  line-height: 1.375em;
  margin-top: 15px;
}

.docs__item-author b {
  font-weight: 700;
}

.docs__item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.38em;
  letter-spacing: 0.02em;
  opacity: 0.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.docs__item-bot {
  margin-top: auto;
  padding-top: 20px;
}

.contrib {
  padding: 60px 0;
  background: #f4f4f4;
  z-index: 1;
  overflow: hidden;
}

.contrib__lines {
  position: absolute;
  pointer-events: none;
}

.contrib__lines--1 {
  width: 244px;
  left: 0;
  top: 640px;
}

.contrib__lines--2 {
  width: 132px;
  right: 0;
  bottom: 70px;
}

.contrib__ttl {
  position: relative;
  margin-bottom: 60px;
}

.contrib__ttl-t {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 43px;
  line-height: 1.2em;
  color: #1d3d70;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 29.2%;
}

.contrib__list {
  --gGap: 20px;
  --gGapB: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contrib__col {
  --gCols: 1;
  --gOf: 5;
}

.contrib__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 44px;
  text-align: center;
}

.contrib__item-photo {
  width: 152px;
  margin: 0 auto;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contrib__item-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  border: #e9e9e9 solid 3px;
  border-radius: inherit;
}

.contrib__item-name {
  font-size: 30px;
  line-height: 1.04em;
  color: #1c3c70;
  font-weight: 700;
}

.contrib__item-pos {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.04em;
  color: #333;
  font-weight: 300;
}

.contrib__item--h .contrib__item-name {
  color: #005eab;
}

.contrib__guests {
  max-width: 1084px;
  margin: 60px auto 0;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow:
    0px -0.603px 3.929px rgba(0, 0, 0, 0.02),
    0px -0.901px 6.607px rgba(0, 0, 0, 0.04),
    0px -2px 25px rgba(109, 109, 109, 0.15);
  box-shadow:
    0px -0.603px 3.929px rgba(0, 0, 0, 0.02),
    0px -0.901px 6.607px rgba(0, 0, 0, 0.04),
    0px -2px 25px rgba(109, 109, 109, 0.15);
  padding: 34px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contrib__guests-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 33px;
  line-height: 1.2em;
  color: #1c3c70;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 20px;
}

.contrib__guests-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  padding-right: 20px;
}

.talk {
  padding: 60px 0 120px;
  background: #f4f4f4;
}

.talk__block {
  display: block;
  overflow: hidden;
  padding: 78px 80px;
  border-radius: 30px;
}

.talk__bg {
  position: absolute;
  inset: 0;
}

.talk__bg-in {
  position: absolute;
  inset: 0;
  -webkit-transform: skewX(-33deg);
  -ms-transform: skewX(-33deg);
  transform: skewX(-33deg);
}

.talk__bg-in:before {
  content: "";
  position: absolute;
  right: var(--skewedOff);
  top: 0;
  left: calc(var(--skewedOff) * -1);
  bottom: 0;
  background: -o-linear-gradient(34deg, #ee3124 -9.11%, #faaa23 86.04%);
  background: linear-gradient(56deg, #ee3124 -9.11%, #faaa23 86.04%);
  border-radius: 0 60px 40px 0;
}

.talk__bg-stripe {
  position: absolute;
  inset: 0 0 0 auto;
}

.talk__bg-stripe--3 {
  background: -o-linear-gradient(
    357deg,
    #fff 111.78%,
    rgba(255, 255, 255, 0) 521.4%
  );
  background: linear-gradient(
    93deg,
    #fff 111.78%,
    rgba(255, 255, 255, 0) 521.4%
  );
  opacity: 0.08;
  width: 388px;
}

.talk__bg-stripe--2 {
  background: -o-linear-gradient(
    357deg,
    #fff 136.86%,
    rgba(255, 255, 255, 0) 638.37%
  );
  background: linear-gradient(
    93deg,
    #fff 136.86%,
    rgba(255, 255, 255, 0) 638.37%
  );
  opacity: 0.15;
  width: 287px;
}

.talk__bg-stripe--1 {
  background: -o-linear-gradient(
    356deg,
    #fff 158.21%,
    rgba(255, 255, 255, 0) 737.96%
  );
  background: linear-gradient(
    94deg,
    #fff 158.21%,
    rgba(255, 255, 255, 0) 737.96%
  );
  opacity: 0.15;
  width: 186px;
}

.talk__cont {
  position: relative;
  color: #fff;
  margin-right: 150px;
}

.talk__ttl {
  font-size: 43px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 600;
}

.talk__text {
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500;
  margin-top: 10px;
}

.talk__text-arrow {
  --arr-w: 40px;
}

.download {
  --dl-off: 80px;
  --dl-height: 240px;
  --dl-pad-v: 50px;
  --dl-cover: 247px;
  --dl-pad-r: calc(var(--dl-cover) + 30px);
  padding-top: var(--dl-off);
  padding-bottom: 0;
  color: #fff;
}

.download__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.download__bg {
  position: absolute;
  inset: 0;
  background: -o-linear-gradient(60deg, #ee3124 -5.92%, #faaa23 114.32%);
  background: linear-gradient(30deg, #ee3124 -5.92%, #faaa23 114.32%);
}

.download__bg--2 {
  background: -o-linear-gradient(51deg, #0a5e85 -0.76%, #09a6b0 62.97%);
  background: linear-gradient(39deg, #0a5e85 -0.76%, #09a6b0 62.97%);
}

.download__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: var(--dl-height);
  padding: var(--dl-pad-v) var(--dl-pad-r) var(--dl-pad-v) 0;
}

.download__link {
  font-size: 26px;
  line-height: 1.175em;
  font-weight: 700;
  text-transform: uppercase;
}

.download__link-arrow {
  --arr-w: 32px;
}

.download__cover {
  width: var(--dl-cover);
  position: absolute;
  right: 0;
  bottom: 0;
}

.download__img {
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.download__img img {
  -webkit-clip-path: inset(0 0 0 0 round 6px 6px 0 0);
  clip-path: inset(0 0 0 0 round 6px 6px 0 0);
}

.download__triple {
  position: relative;
  aspect-ratio: 370/268;
}

.download__triple-item {
  position: absolute;
  bottom: 0;
}

.download__triple-item:nth-child(1),
.download__triple-item:nth-child(2) {
  width: 50.96%;
  max-width: 187px;
}

.download__triple-item:nth-child(1) {
  left: 0;
}

.download__triple-item:nth-child(2) {
  right: 0;
}

.download__triple-item:nth-child(3) {
  width: 56.68%;
  max-width: 208px;
  left: 50%;
  translate: -50% 0;
}

.download--2 {
  --dl-off: 100px;
  --dl-height: 170px;
  --dl-cover: 370px;
}

.change {
  padding: 48px 0 65px;
  background: #f4f4f4;
}

.change__shape {
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -38%;
  width: 264px;
  aspect-ratio: 264/258;
}

.change__text {
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  line-height: 1.333em;
  font-weight: 500;
  padding: 0 200px;
}

.change__so {
  text-align: center;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.change__so-gr {
  background: -o-linear-gradient(300deg, #1c3c70 0%, #005eab 119.06%);
  background: linear-gradient(150deg, #1c3c70 0%, #005eab 119.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.signup {
  padding: 70px 0 90px;
}

.signup__container {
  z-index: 1;
}

.signup__text {
  font-size: 22px;
  line-height: 1.4em;
  max-width: 965px;
  margin-right: 450px;
}

.signup__text p:not(:last-child) {
  margin-bottom: 22px;
}

.signup__bot {
  margin: 65px 450px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.signup__bot-link {
  text-transform: uppercase;
  color: #fe8836;
  font-size: 22px;
  line-height: 1.04em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.signup__bot-arrow {
  --arr-w: 40px;
}

.signup__img {
  position: absolute;
  width: 658px;
  right: 0;
  bottom: 55px;
  mask: url("data:image/svg+xml,%3Csvg width='658' height='1204' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M736.857-13.826 30.527 1051.42C-25.48 1135.75-2.1 1204.3 81.639 1204.3H1485.91c83.73 0 198.47-69.1 254.47-152.88L2446.71-13.826c55.47-83.783 32.63-152.877-51.11-152.877H991.333c-83.738 0-198.469 69.094-254.476 152.877Z' fill='%23000'/%3E%3C/svg%3E")
    no-repeat left bottom/cover;
  pointer-events: none;
}

.stay {
  padding: 105px 0 115px;
  color: #fff;
  background: -o-linear-gradient(
    13deg,
    #003453 9.09%,
    #013d79 33.11%,
    #0099d9 89.03%,
    #00aef4 107.44%
  );
  background: linear-gradient(
    77deg,
    #003453 9.09%,
    #013d79 33.11%,
    #0099d9 89.03%,
    #00aef4 107.44%
  );
}

.stay__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--cont-p);
}

.stay__cont {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 1000px;
}

.stay__ttl {
  font-size: 54px;
  line-height: 1.1em;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.stay__text {
  margin-top: 25px;
  font-size: 30px;
  line-height: 1.35em;
  max-width: 800px;
}

.stay__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 381px;
  aspect-ratio: 381/273;
}

.stay__icon svg {
  fill: #fff;
}

.outlook--2025 {
  margin-top: -72px;
  padding: 188px 0 212px;
  background-image: url("/wp-content/uploads/2026/03/bg-desktop.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.outlook--2025 .container > h2 {
  color: #ffffff;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%; /* 69.12px */
  letter-spacing: -0.36px;
  margin: 0 0 107px;
}

.cta-alexander {
  border-radius: 20px;
  background: #f5f9ff;
  padding: 57px 50px 57px 36px;
  position: relative;
}

.cta-alexander--flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.left-side {
}

.left-side h2 {
  color: #003867;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 59.4px */
  margin: 0;
}

.left-side p {
  margin: 0;
  color: #003867;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 33px */
}

.centered-side {
  max-width: 343px;
  width: 100%;
}

.centered-side img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  max-width: 315px;
}

.right-side {
  max-width: 315px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.right-side a {
  display: flex;
  padding: 18px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 71px;
  border: 2px solid #0097dd;
  color: #0097dd;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 28.6px */
  letter-spacing: -0.52px;
  text-decoration: none;
}

.right-side a:hover {
  color: white;
  background-color: #0097dd;
  transition: all 0.3s;
}

.outlook--2025-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin: 67px 0 88px;
  align-items: stretch;
}

.posts-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 10px 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.post-top-image {
  position: relative;
  height: 232px;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  display: flex;
  justify-content: center;
}

.posts-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  object-position: center;
  top: -2px;
}

.posts-item h2 {
  margin: 16px 0 10px;
  color: #003867;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 26.4px */
  padding-left: 12px;
}

.posts-item p {
  padding-left: 12px;
  color: #333;
  text-overflow: ellipsis;
  font-family: Asap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  margin: 0 0 20px;
}

.posts-item-btn {
  display: flex;
  margin-left: 12px;
  width: 72px;
  height: 44px;
  padding: 22px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 33px;
  border: 2px solid #0097dd;
}

.posts-item:hover .posts-item-btn {
  background-color: #0097dd;
  transition: all 0.3s;
}

.posts-item:hover svg path {
  fill: white;
  transition: all 0.3s;
}

.posts-item svg {
  width: 100%;
  height: auto;
}

.outlook--2025-posts .posts-item:first-child,
.outlook--2025-posts .posts-item:last-child {
  grid-column: span 2;
}

.outlook--2025-posts .posts-item:first-child a,
.outlook--2025-posts .posts-item:last-child a {
  margin-left: 20px;
}

.cta-pdf {
  border-radius: 20px;
  background: linear-gradient(
    56deg,
    #ee3124 -9.11%,
    #f57623 58.72%,
    #faaa23 98.47%
  );
  padding: 62px 50px 62px 40px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.cta-pdf.second-block {
  padding: 36px 51px 36px 41px;
}

.cta-pdf .left-cta p {
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 40px */
  margin: 0;
}

.cta-pdf .left-cta p br {
  display: none;
}

.cta-pdf .centered-cta {
  max-width: 262px;
  width: 100%;
}

.cta-pdf .centered-cta img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  max-width: 242px;
}

.cta-pdf .centered-cta .desktop-image {
  display: block;
}

.cta-pdf .centered-cta .tablet-image {
  display: none;
}

.cta-pdf .right-cta {
  max-width: 277px;
  width: 100%;
}

.cta-pdf .right-cta button {
  background-image: url("/wp-content/uploads/2026/03/background-button.svg");
  background-size: cover;
  width: 277px;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.52px;
}

.cta-pdf .right-cta button svg {
  width: 32px;
  height: 32px;
}

.cta-pdf .right-cta a {
  display: flex;
  padding: 18px 22px 20px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 28.6px */
  letter-spacing: -0.52px;
  border-radius: 75px;
  border: 2px solid #ffffff;
}

.cta-pdf .right-cta .cta-pdf__btn {
  background-image: unset;
  width: auto;
  height: auto;
  letter-spacing: -0.52px;
  padding: 18px 22px 20px 28px;
  border-radius: 75px;
  border: 2px solid #ffffff;
  cursor: pointer;
}

@media screen and (max-width: 675px) {
  .cta-pdf .right-cta .cta-pdf__btn {
    width: 173px;
    height: 43.5px;
    gap: 7px;
    font-size: 18px;
  }
}

.cta-pdf .right-cta a:hover,
.cta-pdf .right-cta .cta-pdf__btn:hover {
  transition: all 0.3s;
  color: #fe8836;
  background-color: white;
}

.cta-pdf .right-cta a:hover svg path,
.cta-pdf .right-cta .cta-pdf__btn:hover svg path {
  stroke: #fe8836;
  fill: #fe8836;
  transition: all 0.3s;
}

#download-pdf-form {
  background-color: transparent;
  padding: 0;
  max-width: 926px;
  width: 100%;
}

.download-pdf-form__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 926px;
  width: 100%;
  background: linear-gradient(257.19deg, #ff4301 3.33%, #ffb801 98.81%);
  padding: 64px 0 0 42px;
  border-radius: 22px 22px 0 22px;
}

.download-pdf-form__form-block {
  flex: 0 0 384px;
  padding-bottom: 60px;
}

.download-pdf-form__title {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.download-pdf-form__thanks-text {
  display: none;
}

.download-pdf-form__form-block.thanks .download-pdf-form__thanks-text {
  display: block;
}

.download-pdf-form__form-block.thanks .download-pdf-form__title,
.download-pdf-form__form-block.thanks iframe {
  display: none;
}

.download-pdf-form__thanks-text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.download-pdf-form__thanks-text p {
  margin-top: 15px;
}

.download-pdf-form__thanks-text p:first-of-type {
  margin: 0 0 30px;
  font-size: 36px;
  font-weight: 700;
}

.download-pdf-form__image {
  margin-top: auto;
}

#download-pdf-form .fancybox-button {
  width: 40px;
  height: 40px;
  padding: 0;
  right: 13px;
  top: 14px;
  opacity: 1;
  color: #fff;
  transition: opacity 0.3s;
}

#download-pdf-form .fancybox-button:hover {
  opacity: 0.6;
}

@media (max-width: 1023px) {
  #download-pdf-form {
    max-width: 540px;
  }

  .download-pdf-form__content {
    display: block;
    padding: 40px;
    border-bottom-right-radius: 22px;
  }

  .download-pdf-form__form-block {
    padding: 0;
  }

  .download-pdf-form__title {
    font-size: 26px;
    text-align: center;
  }

  .download-pdf-form__image {
    display: none;
  }

  #download-pdf-form .fancybox-button {
    top: 4px;
    right: 6px;
  }
}

@media (max-width: 767px) {
  .download-pdf-form__content {
    padding: 40px 20px;
  }
}

.cta-pdf .right-cta a svg {
  width: 32px;
  height: 32px;
}

.outlook--2025-powered {
  margin-top: 95px;
}

.outlook--2025-powered .posts-item {
  max-width: 50%;
  width: 100%;
}

.outlook--2025-powered > h2 {
  color: #ffffff;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%; /* 48px */
  margin: 0;
}

.outlook--2025-powered-posts {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 34px;
  margin-top: 42px;
}

.further-resources {
  margin: 105px 0 130px;
}

.further-resources .container > h2 {
  color: #003867;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%; /* 69.12px */
  letter-spacing: -0.36px;
  margin-bottom: 48px;
}

.further-resources-webcast {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}

.webcast-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  padding: 20px 0 44px 50px;
  border-radius: 20px;
  max-width: 50%;
  width: 100%;
}

.webcast-item.video {
  background-image: url("/wp-content/uploads/2026/03/image.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.webcast-item.video .webcast-item-right img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 48.5%;
  height: auto;
}

.webcast-item.text .webcast-item-right img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 74.5%;
  height: auto;
}

.webcast-item .absolute-buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: unset;
  top: 0;
  left: 0;
  z-index: 1;
}

.webcast-item.text:hover a.button-link,
.webcast-item.video:hover a.button-link {
  background-color: #0097dd;
  border-color: #0097dd;
}

.webcast-item.text {
  background: linear-gradient(
    141deg,
    #0096dc 0%,
    #5436b7 60.01%,
    #c50545 123.98%
  );
}

.webcast-item-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.webcast-item-left-text h2 {
  color: #ffffff;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin: 0 0 20px;
}

.webcast-item-left-text p {
  color: #ffffff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 33px */
  margin: 0 0 84px;
}

.webcast-item-left-text {
  padding-top: 44px;
}

.webcast-item.video a.button-link {
  width: 100%;
  max-width: 44px;
  height: auto;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.webcast-item.text a.button-link {
  display: flex;
  width: 72px;
  height: 44px;
  padding: 22px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 33px;
  border: 2px solid #ffffff;
}

.webcast-item.text a.button-link svg {
  width: 100%;
  height: auto;
}

.swiper {
  overflow: visible !important;
}

/*** PAGES - end ***/

/*** RESPONSIVE ***/

/*** RESPONSIVE - end ***/

@media only screen and (min-width: 500px) {
  .contrib__item--h {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
}

@media screen and (max-width: 1280px) {
}

@media only screen and (min-width: 1280px) {
  .intro__ttl--2024 {
    gap: 20px;
    font-size: 73px;
  }

  .intro__ttl--2024 span {
    font-size: 1.82em;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 1700px) {
  .about__2024-img {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 1649px) {
  .intro__shape {
    width: 160px;
  }

  .signup__img {
    width: 450px;
  }
}

@media only screen and (max-width: 1439px) {
  .intro {
    min-height: 500px;
  }

  .intro__icon {
    width: 100px;
    height: 71px;
  }

  .intro__ttl {
    font-size: 50px;
    gap: 30px;
  }

  .intro__date {
    gap: 20px;
    font-size: 30px;
  }

  .intro__date svg {
    width: 45px;
  }

  .intro__ty-in {
    max-width: 300px;
  }

  .intro__ty-ttl {
    font-size: 48px;
  }

  .intro__ty-text {
    margin-top: 20px;
    font-size: 24px;
  }

  .about__left {
    margin: 0 20px 20px 0;
  }

  .contrib__lines--1 {
    width: 160px;
    left: -80px;
    top: 640px;
  }

  .contrib__lines--2 {
    width: 80px;
    right: -40px;
    bottom: 70px;
  }

  .contrib__col {
    --gOf: 4;
  }
}

@media only screen and (max-width: 1280px) {
  .ui-socials {
    gap: 11px;
  }

  .ui-socials__item {
    width: 34px;
    height: 34px;
  }

  .intro {
    min-height: auto;
  }

  .intro__shape {
    width: 100px;
  }

  .intro__right {
    width: 360px;
  }

  .intro__key {
    font-size: 30px;
  }

  .intro__bg--2024 {
    border-radius: 20px 20px 0 0;
  }

  .intro__ttl--2024 {
    font-size: 42px;
  }

  .about {
    padding: 60px 0;
  }

  .about__ttl {
    font-size: 30px;
  }

  .about__text {
    font-size: 16px;
  }

  .docs {
    padding: 60px 0;
  }

  .docs__row {
    margin-bottom: -60px;
  }

  .docs__col {
    margin-bottom: 60px;
  }

  .docs__item-right {
    padding-top: 23px;
  }

  .docs__item-right:before {
    width: 50px;
    height: 3px;
  }

  .docs__item-top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .docs__item-ttl {
    font-size: 20px;
  }

  .docs__item-text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .docs__item-bot {
    padding-top: 20px;
  }

  .change__text {
    font-size: 24px;
  }

  .change__so {
    font-size: 36px;
  }

  .stay {
    padding: 80px 0;
  }

  .stay__ttl {
    font-size: 44px;
  }

  .stay__text {
    font-size: 22px;
  }

  .stay__icon {
    width: 240px;
  }

  .contrib__ttl-t {
    font-size: 30px;
  }

  .contrib__item-name {
    font-size: 24px;
  }

  .contrib__item-pos {
    font-size: 16px;
  }

  .talk__block {
    padding: 60px 40px;
  }
}

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

  .tablet-corner {
    display: flex;
    top: 50px;
  }

  .ui-socials__item {
    width: 40px;
    height: 40px;
  }

  .ui-socials {
    gap: 17px;
  }

  .intro__block {
    display: block;
  }

  .intro__shape {
    width: 60px;
  }

  .intro__right {
    width: 100%;
    margin-top: 20px;
  }

  .intro__key {
    max-width: 480px;
  }

  .intro__bg {
    border-radius: 0;
  }

  .intro__ttl--2024 {
    font-size: 50px;
    line-height: 1em;
    display: block;
    font-weight: 900;
  }

  .intro__ttl--2024 span {
    display: inline;
    font-size: inherit;
    line-height: inherit;
  }

  .about__left {
    width: 240px;
  }

  .download {
    --dl-cover: 200px;
  }

  .download--2 {
    --dl-cover: 280px;
  }

  .change {
    padding: 40px 0;
  }

  .change__shape {
    width: 100px;
  }

  .change__text {
    padding: 0 40px;
    font-size: 18px;
  }

  .change__so {
    margin-top: 30px;
    font-size: 24px;
  }

  .signup {
    padding: 40px 0;
  }

  .signup__text {
    font-size: 18px;
    margin-right: 280px;
  }

  .signup__img {
    width: 300px;
  }

  .stay {
    padding: 40px 0;
  }

  .stay__text {
    font-size: 18px;
  }

  .stay__ttl {
    font-size: 34px;
  }

  .contrib__col {
    --gOf: 3;
  }

  .contrib__item {
    gap: 30px;
  }

  .contrib__guests {
    max-width: 600px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contrib__guests-left {
    padding: 30px 20px;
    width: 100%;
  }

  .contrib__guests-right {
    width: 100%;
    max-width: 400px;
    padding: 0 20px 30px;
    margin: 0 auto;
  }

  .talk {
    padding-bottom: 60px;
  }

  .talk__ttl {
    font-size: 32px;
  }

  .talk__text {
    font-size: 18px;
    margin-top: 15px;
  }

  .talk__text-arrow {
    --arr-w: 30px;
  }

  .talk__bg {
    right: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .ui-socials__item {
    width: 32px;
    height: 32px;
  }

  .ui-socials {
    gap: 10px;
  }

  .tablet-corner {
    display: none;
  }

  .mobile-corner {
    display: flex;
    top: 36px;
  }

  .intro {
    padding: 60px 0;
  }

  .intro__ttl {
    font-size: 30px;
    gap: 20px;
  }

  .intro__date {
    margin-top: 30px;
    font-size: 20px;
  }

  .intro__date svg {
    width: 30px;
  }

  .intro__key {
    font-size: 20px;
    max-width: 320px;
  }

  .about__block {
    display: block;
  }

  .about__left {
    width: 328px;
    margin: 0 0 30px;
    float: none;
  }

  .about__right {
    width: 100%;
  }

  .docs__col {
    width: 100%;
    max-width: none;
  }

  .docs__item-img {
    width: 240px;
    min-height: auto;
  }

  .docs__item-right {
    max-width: none;
  }

  .docs__item-ttl {
    min-height: auto;
  }

  .download__block {
    padding: 50px 0 0;
    display: block;
    min-height: auto;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }

  .download__cover {
    position: relative;
    margin: 40px auto 0;
  }

  .signup__text {
    font-size: 16px;
    margin-right: 0;
  }

  .signup__bot {
    margin-right: 80px;
    margin-top: 30px;
  }

  .signup__bot-link {
    font-size: 20px;
  }

  .signup__bot-arrow {
    --arr-w: 32px;
  }

  .signup__img {
    position: relative;
    right: auto;
    bottom: auto;
    left: calc(100% - 300px);
    margin-top: -150px;
  }

  .stay__icon {
    display: none;
  }

  .stay__ttl {
    font-size: 30px;
  }

  .contrib__ttl-t {
    font-size: 20px;
  }

  .contrib__col {
    --gOf: 2;
  }

  .contrib__guests-left {
    font-size: 26px;
    font-weight: 700;
  }

  .talk__block {
    padding: 60px 30px;
  }

  .talk__cont {
    margin-right: 100px;
  }
}

@media only screen and (max-width: 599px) {
  .docs__item-img {
    width: 180px;
  }

  .talk__bg {
    right: -200px;
  }

  .talk__cont {
    margin-right: 0;
  }

  .talk__ttl {
    font-size: 26px;
  }

  .talk__text {
    font-size: 16px;
  }

  .talk__text-arrow {
    --arr-w: 24px;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media only screen and (max-width: 499px) {
  .intro__ttl {
    font-size: 24px;
  }

  .about__left {
    width: 100%;
  }

  .docs__item {
    display: block;
  }

  .docs__item-img {
    width: 100%;
    margin: 0 0 20px;
    max-width: none;
  }

  .docs__item-right {
    width: 100%;
  }

  .download__link {
    font-size: 20px;
  }

  .contrib__col {
    --gOf: 1;
  }
}

@media only screen and (max-width: 399px) {
  .intro__ty-ttl {
    font-size: 40px;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* expert-voices */
.rounded74 {
  border-radius: 74px 74px 0 0;
  width: 100%;
  height: 74px;
  margin-top: -74px;
  background: white;
}

.expert-voices {
  margin-top: 45px;
}

.expert-voices .container {
  overflow: hidden;
}

.expert-voices h2 {
  color: #003867;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  letter-spacing: -0.36px;
  margin-bottom: 48px;
}

.expert-voices-avatar {
  max-width: 108px;
  height: auto;
}

.expert-voices-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.expert-voices-left:before {
  position: absolute;
  content: "";
  left: 20px;
  top: -12px;
  z-index: 0;
  width: 49px;
  height: 49px;
  background-image: url("/wp-content/uploads/2026/03/expert-voices-quote.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.expert-voices-left--image {
  max-width: 178px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.expert-voices-name {
  color: #003867;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}

.expert-voices-title {
  color: #0097dd;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 18px;
}

.expert-voices-text {
  color: #383838;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%; /* 26.667px */
  max-width: calc(100% - 160px);
}

.expert-voices-right {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

.photo {
  min-width: 178px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.photo img {
  width: fit-content;
}

.mySwiper .swiper-slide {
  padding: 32px;
  border-radius: 20px;
  background: #f5f9ff;
  height: auto;
  border-bottom: 4px solid;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  border-radius: 80px;
  background: linear-gradient(
    56deg,
    #ee3124 -9.11%,
    #f57623 58.72%,
    #faaa23 98.47%
  );
  display: flex;
  min-width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.flexbox-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  max-width: 780px;
  margin: 32px auto 0;
}

.mySwiper .swiper-pagination {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.mySwiper .swiper-pagination-progressbar {
  background: rgba(29, 62, 112, 0.15);
}

.mySwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fe8836;
  border-radius: 16px;
}

.mySwiper .swiper-button-next svg,
.mySwiper .swiper-button-prev svg {
  width: unset;
  height: unset;
}

.mySwiper {
  z-index: 0;
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
  content: none;
}

.top-block {
  position: relative;
  overflow: hidden;
  background-image: url("/wp-content/uploads/2026/03/bg-1770.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-block--flex {
  padding: 82px 0 99px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.top-block--flex h1 {
  color: #ffffff;
  text-shadow: 0px 0px 9.8px rgba(27, 67, 148, 0.3);
  font-size: 96px;
  font-style: normal;
  font-weight: 800;
  line-height: 96%; /* 92.16px */
  letter-spacing: -0.96px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.top-block--flex h2 {
  color: #ffffff;
  text-shadow: 0px 0px 9.8px rgba(27, 67, 148, 0.3);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin: 0;
  max-width: 640px;
}

.top-block--flex-left p {
  color: #ffffff;
  text-shadow: 0px 0px 9.8px rgba(27, 67, 148, 0.3);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.18px;
  margin: 0;
  max-width: 427px;
}

.top-block--flex-left {
  max-width: 862px;
  width: 100%;
}

.top-block--flex-right p {
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 9.8px rgba(27, 67, 148, 0.3);
  font-family: Asap;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 19px; /* 105.556% */
  letter-spacing: 0.18px;
  margin: 0 0 25px;
}

.top-block--flex-right img:not(:last-child) {
  margin-bottom: 30px;
}

.top-block--logo-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.top-block--logo-container img {
  max-height: 293px;
  width: auto;
}

.scroll-to {
  position: relative;
  background-image: url(/wp-content/uploads/2026/03/background-scroll.svg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.scroll-to:hover {
  /*background-image: url(/wp-content/uploads/2026/03/Union.svg);*/
}

.scroll-to-block__text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 2% 0;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 30px */
  cursor: pointer;
}

.scroll-to-block__text svg {
  max-width: 24px;
  width: 100%;
  height: auto;
}

.fueled {
  border-radius: 0px 0px 60px 60px;
  background-color: white;
  z-index: 1;
  position: relative;
  padding: 106px 0 120px;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.fueled > img {
  position: absolute;
  object-fit: cover;
  left: 50%;
  width: 100%;
  height: auto;
  top: 50%;
  object-position: center;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s;
  max-width: 1479px;
  transform: translate(-50%, -45%);
}

.fueled h2 {
  color: #003867;
  text-align: center;
  margin: 0 0 30px;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%; /* 48px */
}

.fueled-description {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  gap: 12px;
}

.fueled-description-span {
  color: #0097dd;
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 96%; /* 76.8px */
  text-transform: uppercase;
}

.fueled-description-text {
  color: #585858;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
  max-width: 455px;
  width: 100%;
}

.fueled-flex {
  padding: 54px 0 92px;
  position: relative;
}

.fueled-flex > svg {
  position: absolute;
  object-fit: cover;
  left: -46%;
  width: 190%;
  top: 0;
}

.fueled-flex__container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
}

.fueled-flex-item {
  padding: 53px 19px;
  border-radius: 15px;
  border: 7px solid #ffffff;
  top: 100vh;
  transition: top 0.8s;
  position: relative;
  max-width: 25%;
  width: 100%;
  overflow: hidden;
}

.fueled-flex-item > img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: unset;
  z-index: 0;
  top: 22%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.fueled-flex-item:nth-child(1) .fueled-flex-item--text br,
.fueled-flex-item:nth-child(3) .fueled-flex-item--text br {
  display: block;
}

.fueled-flex-item--text {
  display: flex;
  flex-direction: column;
  gap: 109px;
  position: relative;
  z-index: 1;
}

.fueled-flex-item.active {
  top: 0;
}

.fueled-flex-item p:first-child {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 22px */
  text-transform: uppercase;
}

.fueled-flex-item p:first-child br {
  display: none;
}

.fueled-flex-item p:last-child {
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 28.6px */
  text-transform: uppercase;
  color: #ffffff;
}

.fueled-flex-item.green p:first-child {
  color: rgba(195, 251, 255, 0.95);
}

.fueled-flex-item.blue p:first-child {
  color: rgba(211, 237, 255, 0.95);
}

.fueled-flex-item.purple p:first-child {
  color: rgba(242, 228, 255, 0.95);
}

.fueled-flex-item.pink p:first-child {
  color: rgba(255, 231, 251, 0.95);
}

.fueled-flex-item.green {
  background: linear-gradient(119deg, #0d60a9 6.96%, #3ba5d2 97.41%);
}

.fueled-flex-item.blue {
  background: linear-gradient(119deg, #112c70 6.96%, #5498ff 97.41%);
}

.fueled-flex-item.purple {
  background: linear-gradient(116deg, #6e2488 0.42%, #5a88ff 100.88%);
}

.fueled-flex-item.pink {
  background: linear-gradient(135deg, #7742d8 0%, #c50545 100%);
}

.left-buttons {
  position: absolute;
  width: 112px;
  right: 0;
  top: 0;
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
}

.left-buttons.fixed {
  position: fixed;
  top: 120px;
  transition: top 0.3s;
  z-index: 11;
}

.left-buttons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 17px 15px 20px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 13.2px */
  letter-spacing: -0.24px;
}

.left-buttons a span {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 17.6px */
  text-transform: uppercase;
  display: flex;
  margin: 6px 0;
}

.left-buttons a svg {
  max-width: 15px;
  width: 100%;
  height: auto;
  margin: 0 0 4px;
}

.left-buttons a:first-child {
  background: linear-gradient(56deg, #f04523 2.64%, #faaa23 96.14%);
}

.left-buttons a:hover:first-child {
  background: linear-gradient(56deg, #f04523 -100%, #faaa23 96.14%);
}

.left-buttons a:nth-child(2) {
  background: linear-gradient(156deg, #0b053e 30.5%, #1d0da4 96.22%);
}

.left-buttons a:hover:nth-child(2) {
  background: linear-gradient(156deg, #0b053e -100%, #1d0da4 96.22%);
}

.left-buttons a:last-child {
  background: linear-gradient(
    321deg,
    #00d1ff -12.66%,
    #00bffa 9.89%,
    #033d77 57.76%,
    #0d034a 97.42%
  );
}

.left-buttons a:hover:last-child {
  background: linear-gradient(
    321deg,
    #00d1ff -100.66%,
    #00bffa -99.89%,
    #033d77 -100.76%,
    #047cbe 97.42%
  );
}

.left-buttons a:nth-child(2) svg {
  margin: 0 0 10px;
}

.contributors {
  background: #f5f9ff;
  padding: 98px 0 148px;
}

.contributors h2 {
  color: #003867;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%; /* 69.12px */
  letter-spacing: -0.36px;
  margin: 0 0 93px;
}

.contributors-flex .marquee-item img {
  max-width: 180px;
  width: 100%;
  margin: 0 auto 25px;
  height: auto;
}

.marquee {
  display: flex;
  gap: 120px;
  width: max-content;
  animation: marquee-scroll 50s linear infinite;
}

.marquee-item {
  max-width: 190px;
  width: 100%;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 60px));
  }
}

@keyframes marquee-scroll-tablet {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 40px));
  }
}

@keyframes marquee-scroll-mobile {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 35px));
  }
}

div#pi_tracking_opt_in_div {
  display: none;
}

.slider-name {
  color: #003867;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%; /* 31.2px */
  margin: 0 0 11px;
}

.slider-position {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%; /* 20.8px */
  margin: 0;
}

.popup-intheend {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(28, 60, 112, 0.9);
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 33;
  overflow-y: auto;
  padding: 20px;
}

.popup-intheend.active {
  display: flex;
}

.popup-intheend--flex {
  border-radius: 20px;
  background: #ffffff;
  padding: 0 60px 60px;
  position: relative;
  overflow: hidden;
  max-width: 1195px;
}

.popup-image {
  position: absolute;
  max-width: 343px;
  height: auto;
  right: 0;
  bottom: 0;
}

.close-popup {
  max-width: 44px;
  cursor: pointer;
}

.close-popup:hover svg path {
  stroke: white;
  transition: all 0.3s;
}

.close-popup:hover svg {
  fill: #0097dd;
  transition: all 0.3s;
}

.popup-intheend--head {
  padding: 48px 0 38px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #cceaf8;
}

.popup-intheend--head h2 {
  color: #003867;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 59.4px */
}

.popup-intheend--body {
  margin: 44px 0;
}

.popup-intheend--body p {
  color: #585858;
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 20px;
}

.popup-intheend--body p:last-child {
  max-width: 60%;
}

.popup-intheend--body a {
  color: #0097dd;
  font-style: normal;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.popup-intheend--body strong {
  color: #003867;
  font-weight: 700;
}

.popup-intheend--body ul {
  margin-bottom: 44px;
  padding-left: 30px;
}

.popup-intheend--body h2 {
  overflow: hidden;
  color: #003867;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 36.8px */
  margin: 0 0 34px;
}

.popup-intheend--body h2 span {
  color: #fe8836;
  margin-top: 15px;
  position: relative;
  display: flex;
}

.popup-intheend--body h3 {
  color: #003867;
  font-family: Asap;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 135% */
  margin: 0 0 20px;
}

.popup-intheend--body ul li {
  margin-bottom: 10px;
  padding-left: 8px;
  color: #383838;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 135% */
}

.popup-intheend--body ul li::marker {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='24' viewBox='0 0 26 24' fill='none'%3e%3cpath d='M2.17858 21.9841H14.1313C16.394 21.9841 19.4437 20.2063 20.9685 18.0159L25.1659 11.9683C26.6743 9.77778 26.0841 8 23.8214 8H11.8687C9.60601 8 6.55634 9.77778 5.0315 11.9683L0.8341 18.0317C-0.674341 20.2222 -0.0840818 22 2.17858 22V21.9841Z' fill='url(%23paint0_linear_2072_1888)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_2072_1888' x1='-0.00210127' y1='15' x2='25.9857' y2='15' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FE8836'/%3e%3cstop offset='0.99' stop-color='%23FFD200'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}

.popup-intheend--footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 25%;
  gap: 47px;
  flex-wrap: wrap;
}

.popup-intheend--footer > p {
  overflow: hidden;
  color: #fe8836;
  text-overflow: ellipsis;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 115.385% */
}

.popup-name {
  color: #003867;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%; /* 37.44px */
}

.popup-position {
  color: #003867;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%; /* 20.8px */
}

.background-svg {
  opacity: 0;
}

.background-svg.active {
  opacity: 1;
}

.background-svg.active path {
  stroke-dasharray: 5000;
  stroke-dashoffset: -5000;
  animation: draw 10s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

@keyframes draw {
  0% {
    stroke-dashoffset: -3000;
  }
  /*50% {*/
  /*	stroke-dashoffset: -700;
	/*}*/
  80% {
    stroke-dashoffset: -500;
  }
  90% {
    stroke-dashoffset: -300;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@media screen and (max-width: 1650px) and (min-width: 1270px) {
  .top-block--logo-container {
    margin-left: -100px;
  }
}

@media screen and (max-width: 1270px) {
  .cta-pdf .right-cta button {
    margin-left: 25px;
  }

  .top-block--flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 85px 0 127px;
    gap: 44px;
  }
  .top-block--logo-container {
    justify-content: left;
  }
}

@media screen and (max-width: 1110px) {
  .popup-intheend--flex {
    padding: 0 40px 40px;
  }

  .popup-intheend--head {
    padding: 38px 0 28px;
  }

  .close-popup {
    max-width: 36px;
  }

  .popup-intheend--head h2 {
    font-size: 46px;
  }

  .popup-intheend--body p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .popup-intheend--body ul {
    margin-bottom: 34px;
  }

  .popup-intheend--body ul li {
    font-size: 18px;
  }

  .popup-intheend--body {
    margin: 24px 0;
  }

  .popup-intheend--footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .popup-name,
  .popup-position {
    text-align: left;
  }

  .popup-intheend--footer > p {
    max-width: 70%;
  }
}

@media screen and (max-width: 1280px) {
  .further-resources .container > h2 {
    font-size: 64px;
    margin-bottom: 56px;
  }

  .top-block {
    background-image: url("/wp-content/uploads/2026/03/bg-768.webp");
  }

  .top-block--flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 85px 0 127px;
    gap: 44px;
  }

  .contributors-flex {
    margin-left: 0;
  }

  .marquee {
    gap: 80px;
    animation: marquee-scroll-tablet 50s linear infinite;
  }

  .top-block--flex h1 {
    font-size: 76px;
  }

  .top-block--flex h2 {
    font-size: 35px;
  }

  .top-block--flex-right p {
    text-align: left;
  }

  .top-block--flex-right div {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .top-block--flex-right img {
    width: 100%;
    height: auto;
  }

  .top-block--flex-right img:not(:last-child) {
    margin-bottom: 0;
  }

  .scroll-to {
    background-position: bottom;
    background-image: url("/wp-content/uploads/2026/03/scroll-back-768.svg");
  }

  .scroll-to-block__text {
    font-size: 19px;
  }

  .scroll-to-block__text svg {
    max-width: 20px;
  }

  .fueled {
    padding: 88px 0 73px;
    background-position: 50% 7%;
  }

  .fueled > img {
    top: 0;
    transform: translate(-50%, 10%);
    transition: unset;
  }

  .fueled h2 {
    margin: 0 auto 20px;
    font-size: 46px;
    max-width: 525px;
  }

  .fueled-description-span {
    font-size: 73px;
  }

  .fueled-description-text {
    font-size: 23px;
    max-width: 342px;
  }

  .fueled-flex {
    padding: 50px 0 0;
  }

  .fueled-flex-item {
    transition: unset;
  }

  .fueled-flex > svg {
    display: none;
  }

  .fueled-flex__container {
    flex-wrap: wrap;
    gap: 20px;
  }

  .fueled-flex-item {
    padding: 32px 30px 42px 30px;
    max-width: calc(100% / 2 - 40px);
    border: none;
  }

  .fueled-flex-item--text {
    gap: 94px;
  }

  .left-buttons {
    top: 13px;
  }

  .left-buttons.fixed {
    top: 133px;
  }

  .outlook--2025 {
    padding: 204px 0 132px;
    background-image: url("/wp-content/uploads/2026/03/bg-tablet.webp");
  }

  .outlook--2025-posts {
    display: flex;
    flex-direction: column;
    gap: 42px;
    margin: 40px 0 57px;
  }

  .outlook--2025 .container > h2 {
    font-size: 64px;
    margin: 0 0 70px;
  }

  .cta-alexander--flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-alexander {
    overflow: hidden;
    padding: 40px 34px;
  }

  .centered-side img {
    right: 0;
  }
  .left-side h2 {
    font-size: 46px;
    margin: 0 0 10px;
  }

  .left-side p {
    font-size: 26px;
    max-width: 60%;
    margin: 0 0 55px;
  }

  .right-side {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .right-side svg {
    display: none;
  }

  .right-side a {
    padding: 18px 28px;
    font-size: 26px;
  }

  .outlook--2025-posts .posts-item:first-child p,
  .outlook--2025-posts .posts-item:last-child p {
    font-size: 16px;
    padding-left: 12px;
  }

  .outlook--2025-posts .posts-item:first-child a,
  .outlook--2025-posts .posts-item:last-child a {
    margin-left: 12px;
  }

  .cta-pdf,
  .cta-pdf.second-block {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    padding: 16px 18px 12px 38px;
  }

  .cta-pdf .centered-cta img {
    position: relative;
  }

  .cta-pdf .centered-cta .desktop-image {
    display: none;
  }

  .cta-pdf .centered-cta .tablet-image {
    display: block;
  }

  .cta-pdf .right-cta {
    position: absolute;
    bottom: 40px;
  }

  .cta-pdf .left-cta p {
    font-size: 46px;
    margin: 26px 0 160px 0;
  }

  .cta-pdf .left-cta p br {
    display: block;
  }

  .cta-pdf .left-cta p span {
    font-size: 26px;
    line-height: 1;
  }

  .cta-pdf .right-cta button {
    margin-left: 0;
  }

  .outlook--2025-powered {
    margin-top: 85px;
  }

  .outlook--2025-powered > h2 {
    font-size: 46px;
  }

  .outlook--2025-powered-posts {
    margin-top: 50px;
    flex-direction: column;
    gap: 42px;
  }

  .rounded74 {
    border-radius: 53px 53px 0 0;
    width: 100%;
    height: 53px;
    margin-top: -53px;
  }

  .expert-voices {
    margin-top: 32px;
  }

  .expert-voices h2 {
    margin-bottom: 36px;
    font-size: 46px;
  }

  .expert-voices-avatar {
    max-width: 62px;
    height: auto;
  }

  .expert-voices-right {
    margin-top: 14px;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 0;
  }

  .photo {
    justify-content: center;
  }

  .photo img {
    width: fit-content;
    position: absolute;
    top: 32px;
    right: 32px;
    max-width: 90px;
    height: auto;
  }

  .flexbox-buttons {
    max-width: 450px;
  }

  .mySwiper .swiper-button-next,
  .mySwiper .swiper-button-prev {
    min-width: 24px;
    height: 24px;
  }

  .mySwiper .swiper-button-next svg,
  .mySwiper .swiper-button-prev svg {
    max-width: 13px;
  }

  .expert-voices-left--image {
    max-width: fit-content;
  }

  .expert-voices-left {
    column-gap: 14px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
  }

  .expert-voices-left:before {
    left: -6px;
    top: -8px;
    z-index: 1;
    width: 26px;
    height: 26px;
  }

  .expert-voices-name {
    font-size: 16px;
    margin: 0;
  }

  .expert-voices-title {
    font-size: 14px;
    line-height: 128%;
  }

  .expert-voices-text {
    font-size: 14px;
    max-width: 100%;
  }

  .further-resources {
    margin: 146px 0 64px;
  }

  .further-resources-webcast {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 56px;
    margin-bottom: 56px;
  }

  .webcast-item {
    padding: 40px 38px;
    border-radius: 20px;
    max-width: 100%;
  }

  .outlook--2025-powered .posts-item {
    max-width: 100%;
  }

  .webcast-item-left-text h2 {
    font-size: 46px;
    margin: 0 0 16px;
  }

  .webcast-item-left-text p {
    font-size: 26px;
    margin: 0 0 121px;
  }

  .webcast-item-left-text {
    padding-top: 0;
  }

  .webcast-item.video .webcast-item-right img {
    max-width: 303px;
  }

  .webcast-item.text .webcast-item-right img {
    max-width: 452px;
  }

  .contributors {
    background: #f5f9ff;
    padding: 98px 0 87px;
  }

  .left-buttons a svg,
  .left-buttons a:nth-child(2) svg {
    margin: 0;
  }

  .left-buttons {
    width: 84px;
  }

  .left-buttons a span {
    font-size: 12px;
    margin: 6px 0 0;
  }

  .left-buttons a {
    padding: 12px 0;
  }

  .popup-intheend--body h2 {
    line-height: 120%;
    margin: 0 0 20px;
    font-size: 24px;
  }

  .popup-intheend--body h2 span {
    margin-top: 10px;
  }

  .popup-intheend--body h3 {
    font-size: 18px;
    line-height: 135%;
    margin: 0 0 12px;
  }

  .intro__block {
    flex-direction: column;
  }

  .intro__middle-right-2024 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    translate: 0 0;
  }

  .intro__left-text-2024 {
    flex-basis: 100%;
    text-align: left;
    margin: 30px 0;
  }

  .intro__middle-right-2024 img {
    max-width: 137px;
    margin: 0 30px 0 0;
    width: fit-content;
    height: auto;
  }
}

@media screen and (max-width: 675px) {
  .top-block {
    background-image: url(/wp-content/uploads/2026/03/bg-390.webp);
  }

  .top-block--flex {
    padding: 72px 0 127px;
    gap: 56px;
  }

  .post-top-image {
    height: 217px;
  }

  .top-block--flex h1 {
    font-size: 46px;
    margin: 0 0 7px;
  }

  .top-block--flex h2 {
    font-size: 22px;
  }

  .top-block--flex-left p {
    font-size: 16px;
  }

  .top-block--flex-right p {
    font-size: 14px;
    margin: 0;
  }

  .left-buttons {
    width: fit-content;
    right: -4px;
    top: 18%;
    border-radius: 8px 0 0 8px;
  }

  .left-buttons.fixed {
    top: calc(7% + 120px);
  }

  .left-buttons a {
    padding: 12px;
    width: fit-content;
  }

  .left-buttons a span,
  .left-buttons a div {
    display: none;
  }

  .left-buttons a svg {
    max-width: 24px;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .left-buttons a:nth-child(2) svg {
    margin: 0;
  }

  .fueled {
    padding: 80px 0 55px;
    border-radius: 0 0 43px 43px;
  }

  .fueled > img {
    top: 6%;
    transform: translate(-50%, 20%);
  }

  .fueled h2 {
    margin: 0 auto 14px;
    font-size: 36px;
    max-width: 353px;
  }

  .fueled-description-span {
    font-size: 71px;
  }

  .fueled-description-text {
    font-size: 18px;
    max-width: 200px;
  }

  .fueled-flex-item {
    padding: 27px 30px 33px;
    max-width: 100%;
  }

  .fueled-flex-item--text {
    gap: 91px;
  }

  .fueled-flex-item--text br:first-child {
    display: none;
  }

  .fueled-flex__container {
    gap: 10px;
  }

  .photo img {
    max-width: 65px;
  }

  .outlook--2025 {
    padding: 121px 0 111px;
    background-image: url("/wp-content/uploads/2026/03/bg-mobile.webp");
  }

  .outlook--2025 .container > h2 {
    font-size: 40px;
    margin: 0 0 40px;
  }

  .cta-alexander {
    overflow: hidden;
    padding: 30px 20px;
  }

  .left-side h2 {
    font-size: 30px;
    margin: 0 0 10px;
  }

  .left-side p {
    font-size: 16px;
    max-width: 82%;
    margin: 0 0 82px;
  }

  .right-side a {
    padding: 10px 24px;
    font-size: 18px;
  }

  .centered-side img {
    max-width: 215px;
  }

  .outlook--2025-posts {
    gap: 24px;
    margin: 24px 0 57px;
  }

  .cta-pdf .centered-cta img {
    max-width: 142px;
    position: absolute;
    bottom: -6px;
    right: -4px;
  }

  .cta-pdf .left-cta p {
    max-width: 100%;
    font-size: 30px;
    margin: 0 0 76px;
  }

  .cta-pdf .left-cta p span {
    font-size: 16px;
    line-height: 1;
  }

  .cta-pdf .centered-cta {
    max-width: 50px;
    width: 100%;
  }

  .cta-pdf .right-cta a {
    padding: 10px 24px;
    font-size: 18px;
    width: fit-content;
  }

  .cta-pdf .right-cta a svg {
    width: 24px;
    height: 24px;
  }

  .cta-pdf .right-cta button {
    width: 173px;
    height: 43.5px;
    gap: 7px;
    font-size: 18px;
  }

  .cta-pdf .right-cta button svg {
    width: 24px;
    height: 24px;
  }

  .outlook--2025-powered {
    margin-top: 80px;
  }

  .outlook--2025-powered > h2 {
    font-size: 36px;
  }

  .outlook--2025-powered-posts {
    margin-top: 36px;
    gap: 24px;
  }

  .further-resources {
    margin: 66px 0 127px;
  }

  .further-resources .container > h2 {
    font-size: 40px;
    max-width: 50%;
    margin: 0 auto 36px;
  }

  .further-resources-webcast {
    gap: 24px;
    margin-bottom: 24px;
  }

  .webcast-item {
    padding: 30px 20px;
  }

  .webcast-item-left-text h2 {
    font-size: 30px;
    margin: 0;
  }

  .webcast-item-left-text p {
    font-size: 16px;
    margin: 0 0 50px;
  }

  .webcast-item.video a.button-link {
    max-width: 30px;
  }

  .webcast-item.video .webcast-item-right img {
    max-width: 174px;
  }

  .webcast-item.text .webcast-item-right img {
    max-width: 266px;
  }

  .webcast-item.text a.button-link {
    width: 63px;
    height: 38px;
    padding: 10px 20px;
  }

  .cta-pdf,
  .cta-pdf.second-block {
    padding: 30px 20px 24px;
    overflow: hidden;
  }

  .cta-pdf .right-cta {
    bottom: 24px;
  }

  .contributors {
    padding: 58px 0 73px;
  }

  .contributors h2 {
    font-size: 40px;
    margin: 0 auto 58px;
    max-width: 100%;
  }

  .contributors-flex .marquee-item img {
    max-width: 140px;
    margin: 0 auto 18px;
  }

  .marquee {
    gap: 70px;
    animation: marquee-scroll-mobile 50s linear infinite;
  }

  .scroll-to-block__text {
    padding: 3% 0 4%;
  }

  .slider-name {
    font-size: 22px;
    margin: 0 0 5px;
  }

  .slider-position {
    font-size: 14px;
  }

  .fueled-flex-item p:first-child {
    font-size: 18px;
    max-width: 242px;
    margin: 0 auto;
  }

  .fueled-flex-item p:first-child br {
    display: block;
  }

  .flexbox-buttons {
    padding: 0 17px;
  }

  .intro__left-text-2024 {
    font-size: 14px;
    margin: 20px 0 10px;
  }

  .intro__middle-right-2024 img {
    width: 15%;
    margin-right: 15px;
  }
}

@media screen and (max-width: 550px) {
  .expert-voices h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .popup-intheend--head {
    padding: 28px 0 18px;
  }

  .popup-intheend--head h2 {
    font-size: 30px;
  }

  .popup-intheend--body p,
  .popup-intheend--body ul li {
    font-size: 14px;
  }

  .popup-intheend--body ul li::marker {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' viewBox='0 0 22 21' fill='none'%3e%3cpath d='M1.97516 16.9745H11.6974C13.5378 16.9745 16.0184 15.5442 17.2587 13.7819L20.6728 8.91628C21.8997 7.15394 21.4196 5.72363 19.5792 5.72363H9.85697C8.01655 5.72363 5.53598 7.15394 4.29569 8.91628L0.881572 13.7947C-0.345377 15.557 0.134734 16.9873 1.97516 16.9873V16.9745Z' fill='url(%23paint0_linear_2072_3233)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_2072_3233' x1='0.201416' y1='11.3555' x2='21.3396' y2='11.3555' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FE8836'/%3e%3cstop offset='0.99' stop-color='%23FFD200'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  }

  .popup-intheend--body p,
  .popup-intheend--body ul {
    margin-bottom: 10px;
  }

  .fueled-flex-item p:last-child {
    font-size: 23px;
  }

  .popup-intheend--body p:last-child {
    max-width: 100%;
  }

  .popup-intheend--flex {
    padding: 0 19px 60px;
  }

  .popup-image {
    max-width: 200px;
  }

  .popup-intheend--footer > p {
    max-width: 100%;
    font-size: 16px;
    line-height: 110%;
  }

  .popup-intheend--footer {
    gap: 30px;
  }

  .popup-name {
    font-size: 23px;
  }

  .popup-position {
    font-size: 15px;
    max-width: 70%;
  }

  .popup-intheend--body h2 {
    font-size: 16px;
  }

  .popup-intheend--body h3 {
    font-size: 14px;
  }

  .posts-item-btn {
    padding: 0;
    border: none;
    width: 54px;
    height: 33px;
    background-image: url("/wp-content/uploads/2026/03/button-mob.svg");
    background-size: cover;
  }

  .posts-item:hover .posts-item-btn {
    background-color: unset;
  }

  .posts-item svg {
    display: none;
  }
}

@media screen and (max-width: 389px) {
  .popup-image {
    max-width: 180px;
  }

  .top-block--logo-container {
    flex-wrap: wrap;
  }

  .line-break {
    width: 100%;
  }
}
