@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "PitagonSansMono", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: rgb(var(--page-color, black));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

ul,
ol,
li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.25;
}

address {
  margin: 0;
}

p {
  margin: 0;
}

a {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
a:active {
  color: #FFFFFF;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

picture {
  display: block;
}

img {
  max-width: 100%;
}

svg {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.container {
  margin: 0 auto;
  padding: 0 1.3888888889vw;
  max-width: 3840px;
  width: 100%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .container {
    padding: 0 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .container {
    padding: 0 5.3333333333vw;
  }
}

.scroll-fixed {
  -webkit-transition: all 0.25s ease-in-out, margin 0s;
  transition: all 0.25s ease-in-out, margin 0s;
}

.scroll-disabled {
  overflow: hidden;
}

.swiper {
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media screen and (min-width: 744px) {
  .swiper:not(.swiper-only-mobile):not(.swiper-initialized) {
    opacity: 0;
  }
  .swiper:not(.swiper-only-mobile).swiper-initialized {
    opacity: 1;
  }
}
@media screen and (max-width: 743px) {
  .swiper:not(.swiper-only-desktop):not(.swiper-initialized) {
    opacity: 0;
  }
  .swiper:not(.swiper-only-desktop).swiper-initialized {
    opacity: 1;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.swiper-button-next, .swiper-button-prev {
  margin: 0;
}

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

.btn {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 0.5555555556vw 2.5694444444vw 0.5555555556vw 0.9722222222vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.0444444444vw;
  text-align: center;
  color: #FFFFFF;
  background: transparent;
  border: 0.1388888889vw solid #FFFFFF;
  border-radius: 2.0833333333vw;
  -webkit-transition: all 0.25s ease-in-out, border 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s ease-in-out, border 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.7638888889vw;
  z-index: -2;
  -webkit-transform: translate3d(0, -50%, 0) scale(0);
          transform: translate3d(0, -50%, 0) scale(0);
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.7638888889vw;
  z-index: -1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  min-width: 1.1111111111vw;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  will-change: transform;
}
.btn:hover {
  color: #141615;
}
.btn:focus {
  outline: none;
}
.btn--uppercase {
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
}
.btn--light {
  color: #ADC6E0;
  border-color: #ADC6E0;
}
.btn--light::before, .btn--light::after {
  background: #ADC6E0;
}
.btn--dark {
  color: #141416;
  border-color: #141416;
}
.btn--dark::before, .btn--dark::after {
  background: #141416;
}
@media screen and (hover: hover) {
  .btn:hover {
    color: #141416;
  }
  .btn:hover::after {
    background: #141416;
    -webkit-transition: all 0.25s ease-in-out 0.05s;
    transition: all 0.25s ease-in-out 0.05s;
  }
  .btn:hover::before {
    -webkit-transform: translate3d(0, -50%, 0) scale(60);
            transform: translate3d(0, -50%, 0) scale(60);
  }
  .btn--dark:hover {
    color: #FFFFFF;
  }
  .btn--dark:hover::after {
    background: #FFFFFF;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .btn {
    padding: 1.0752688172vw 4.9731182796vw 1.0752688172vw 1.8817204301vw;
    font-size: 2.1505376344vw;
    letter-spacing: -0.0430107527vw;
    border-width: 0.2688172043vw;
    border-radius: 4.0322580645vw;
  }
  .btn::after {
    right: 1.4784946237vw;
    min-width: 2.1505376344vw;
    width: 2.1505376344vw;
    height: 2.1505376344vw;
  }
}
@media screen and (max-width: 743px) {
  .btn {
    padding: 4.6666666667vw 14.9333333333vw 4.6666666667vw 5.8666666667vw;
    font-size: 5.6vw;
    letter-spacing: -0.112vw;
    text-align: left;
    border-width: 0.5333333333vw;
    border-radius: 18.6666666667vw;
  }
  .btn::after {
    right: 5.6vw;
    min-width: 4.2666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

.input-field.is--error .input-field__input, .input-field.is--error .input-field__textarea {
  border-color: #F14E69;
}
.input-field.is--error .input-field__input:focus, .input-field.is--error .input-field__textarea:focus {
  border-color: #F14E69;
}
@media screen and (hover: hover) {
  .input-field.is--error .input-field__input:hover, .input-field.is--error .input-field__textarea:hover {
    border-bottom-color: #F14E69;
  }
}
.input-field.is--error .input-field__error {
  display: block;
}
.input-field__inner {
  position: relative;
  z-index: 1;
}
.input-field__input, .input-field__textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 0 0 0.6944444444vw 0;
  width: 100%;
  font-size: 1.3888888889vw;
  font-weight: normal;
  letter-spacing: -0.0555555556vw;
  color: #292E33;
  background: transparent;
  border: none;
  border-bottom: 0.0694444444vw solid #292E33;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.input-field__input:focus, .input-field__textarea:focus {
  outline: none;
  border-color: #0728FF;
}
.input-field__input::-webkit-input-placeholder, .input-field__textarea::-webkit-input-placeholder {
  color: #292E33;
}
.input-field__input::-moz-placeholder, .input-field__textarea::-moz-placeholder {
  color: #292E33;
}
.input-field__input:-ms-input-placeholder, .input-field__textarea:-ms-input-placeholder {
  color: #292E33;
}
.input-field__input::-ms-input-placeholder, .input-field__textarea::-ms-input-placeholder {
  color: #292E33;
}
.input-field__input::placeholder, .input-field__textarea::placeholder {
  color: #292E33;
}
.input-field__input[type=file], .input-field__textarea[type=file] {
  display: none;
}
@media screen and (hover: hover) {
  .input-field__input:hover, .input-field__textarea:hover {
    border-color: #0728FF;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .input-field__input, .input-field__textarea {
    padding: 0 0 1.3440860215vw 0;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
    border-bottom-width: 0.1344086022vw;
  }
}
@media screen and (max-width: 743px) {
  .input-field__input, .input-field__textarea {
    padding: 0 0 2.6666666667vw 0;
    font-size: 5.3333333333vw;
    letter-spacing: -0.2133333333vw;
    border-bottom-width: 0.2666666667vw;
  }
}
.input-field__textarea {
  overflow: hidden;
  resize: none;
  min-height: 5.9027777778vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .input-field__textarea {
    min-height: 11.8279569892vw;
  }
}
@media screen and (max-width: 743px) {
  .input-field__textarea {
    min-height: 23.4666666667vw;
  }
}
.input-field__file-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2777777778vw;
  padding: 0 0 1.1805555556vw 0;
  width: 100%;
  font-size: 1.3888888889vw;
  font-weight: normal;
  letter-spacing: -0.0555555556vw;
  color: #292E33;
  border-bottom: 0.0694444444vw solid #292E33;
  cursor: pointer;
}
.input-field__file-label > span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.input-field__file-label > svg {
  min-width: 1.4583333333vw;
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  color: #292E33;
}
.input-field__file-label.is--hidden {
  display: none;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .input-field__file-label {
    gap: 0.5376344086vw;
    padding: 0 0 2.2849462366vw 0;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
    border-bottom-width: 0.1344086022vw;
  }
  .input-field__file-label > svg {
    min-width: 2.8225806452vw;
    width: 2.8225806452vw;
    height: 2.8225806452vw;
  }
}
@media screen and (max-width: 743px) {
  .input-field__file-label {
    gap: 1.0666666667vw;
    padding: 0 0 4.5333333333vw 0;
    font-size: 5.3333333333vw;
    letter-spacing: -0.2133333333vw;
    border-bottom-width: 0.2666666667vw;
  }
  .input-field__file-label > svg {
    min-width: 5.6vw;
    width: 5.6vw;
    height: 5.6vw;
  }
}
.input-field__file {
  display: none;
  padding: 0 0 1.1805555556vw 1.7361111111vw;
  width: 100%;
  border-bottom: 0.0694444444vw solid #292E33;
}
.input-field__file.is--active {
  display: block;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .input-field__file {
    padding: 0 0 2.2849462366vw 3.3602150538vw;
    border-bottom-width: 0.1344086022vw;
  }
}
@media screen and (max-width: 743px) {
  .input-field__file {
    padding: 0 0 4.5333333333vw 6.6666666667vw;
    border-bottom-width: 0.2666666667vw;
  }
}
.input-field__reset {
  position: absolute;
  top: 0.1388888889vw;
  left: 0;
  z-index: 10;
  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;
  padding: 0;
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  font-size: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.input-field__reset > svg {
  min-width: 1.4583333333vw;
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  color: #FFFFFF;
}
.input-field__reset:focus {
  outline: none;
}
@media screen and (hover: hover) {
  .input-field__reset:hover > svg {
    color: #818498;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .input-field__reset {
    top: 0.2688172043vw;
    width: 2.8225806452vw;
    height: 2.8225806452vw;
  }
  .input-field__reset > svg {
    min-width: 2.8225806452vw;
    width: 2.8225806452vw;
    height: 2.8225806452vw;
  }
}
@media screen and (max-width: 743px) {
  .input-field__reset {
    top: 0.5333333333vw;
    width: 5.6vw;
    height: 5.6vw;
  }
  .input-field__reset > svg {
    min-width: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.input-field__file-name {
  display: block;
  overflow: hidden;
  max-width: 100%;
  font-size: 1.3888888889vw;
  font-weight: normal;
  letter-spacing: -0.0555555556vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #292E33;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .input-field__file-name {
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
}
@media screen and (max-width: 743px) {
  .input-field__file-name {
    font-size: 5.3333333333vw;
    letter-spacing: -0.2133333333vw;
  }
}
.input-field__error {
  display: none;
  margin-top: 0.1388888889vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9722222222vw;
  font-weight: normal;
  letter-spacing: -0.0388888889vw;
  color: #F14E69;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .input-field__error {
    margin-top: 0.2688172043vw;
    font-size: 1.8817204301vw;
    letter-spacing: -0.0752688172vw;
  }
}
@media screen and (max-width: 743px) {
  .input-field__error {
    margin-top: 0.5333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.1493333333vw;
  }
}

.select-box {
  position: relative;
}
.select-box__selected {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6944444444vw;
  overflow: hidden;
  padding: 0 0 0.6944444444vw 0;
  width: 100%;
  font-size: 1.3888888889vw;
  font-weight: normal;
  letter-spacing: -0.0555555556vw;
  color: #292E33;
  border-bottom: 0.0694444444vw solid #292E33;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.select-box__selected > svg {
  min-width: 1.1805555556vw;
  width: 1.1805555556vw;
  height: 0.625vw;
  color: #292E33;
}
.select-box__selected.is--active > svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .select-box__selected {
    gap: 1.3440860215vw;
    padding: 0 0 1.3440860215vw 0;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
    border-bottom-width: 0.1344086022vw;
  }
  .select-box__selected > svg {
    min-width: 2.2849462366vw;
    width: 2.2849462366vw;
    height: 1.2096774194vw;
  }
}
@media screen and (max-width: 743px) {
  .select-box__selected {
    gap: 2.6666666667vw;
    padding: 0 0 2.6666666667vw 0;
    font-size: 5.3333333333vw;
    letter-spacing: -0.2133333333vw;
    border-bottom-width: 0.2666666667vw;
  }
  .select-box__selected > svg {
    min-width: 4.5333333333vw;
    width: 4.5333333333vw;
    height: 2.4vw;
  }
}
.select-box__placeholder, .select-box__values {
  display: none;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-box__placeholder.is--active, .select-box__values.is--active {
  display: block;
}
.select-box__container {
  position: absolute;
  bottom: 0;
  z-index: 10;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  overflow: hidden;
  padding: 0.2777777778vw;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  color: #060606;
  background: #FFFFFF;
  border-radius: 0.6944444444vw;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}
.select-box__container.is--active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.select-box__container.is--active .select-box__option {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out 0.05s;
  transition: opacity 0.25s ease-in-out 0.05s;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .select-box__container {
    padding: 0.5376344086vw;
    border-radius: 1.3440860215vw;
  }
}
@media screen and (max-width: 743px) {
  .select-box__container {
    padding: 1.1111111111vw;
    border-radius: 2.7777777778vw;
  }
}
.select-box__section--selected {
  display: none;
}
.select-box__section--selected.is--active {
  display: block;
}
@media screen and (hover: hover) {
  .select-box__section--selected .select-box__option:hover .select-box__label {
    color: #FFFFFF;
    background: #0728FF;
  }
  .select-box__section--selected .select-box__option:hover .select-box__label::after {
    border-color: #FFFFFF;
  }
}
.select-box__section--selected .select-box__label {
  color: #FFFFFF;
  background: #0728FF;
}
.select-box__section--selected .select-box__label::after {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.select-box__search {
  position: relative;
  z-index: 1;
}
.select-box__search::before {
  content: "|";
  position: absolute;
  top: 50%;
  left: 0.4166666667vw;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8333333333vw;
  font-weight: normal;
  letter-spacing: -0.0333333333vw;
  color: #818498;
  pointer-events: none;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .select-box__search::before {
    left: 0.8064516129vw;
    font-size: 1.6129032258vw;
    letter-spacing: -0.064516129vw;
  }
}
@media screen and (max-width: 743px) {
  .select-box__search::before {
    left: 1.6666666667vw;
    font-size: 4.4444444444vw;
    letter-spacing: -0.1777777778vw;
  }
}
.select-box__search-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 0.4166666667vw 0.4166666667vw 0.4166666667vw 1.3194444444vw;
  width: 100%;
  font-size: 0.8333333333vw;
  font-weight: normal;
  letter-spacing: -0.0333333333vw;
  color: #060606;
  background: #DFE6EC;
  border: none;
  border-radius: 0.4861111111vw;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.select-box__search-input::-webkit-input-placeholder {
  opacity: 1;
  color: #818498;
}
.select-box__search-input::-moz-placeholder {
  opacity: 1;
  color: #818498;
}
.select-box__search-input:-ms-input-placeholder {
  opacity: 1;
  color: #818498;
}
.select-box__search-input::-ms-input-placeholder {
  opacity: 1;
  color: #818498;
}
.select-box__search-input::placeholder {
  opacity: 1;
  color: #818498;
}
.select-box__search-input:focus {
  outline: none;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .select-box__search-input {
    padding: 0.8064516129vw 0.8064516129vw 0.8064516129vw 2.5537634409vw;
    font-size: 1.6129032258vw;
    letter-spacing: -0.064516129vw;
    border-radius: 0.9408602151vw;
  }
}
@media screen and (max-width: 743px) {
  .select-box__search-input {
    padding: 1.6666666667vw 1.6666666667vw 1.6666666667vw 5.2777777778vw;
    font-size: 4.4444444444vw;
    letter-spacing: -0.1777777778vw;
    border-radius: 1.9444444444vw;
  }
}
.select-box__subtitle {
  display: block;
  padding: 0.2777777778vw 0.4166666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8333333333vw;
  font-weight: normal;
  letter-spacing: -0.0333333333vw;
  color: #818498;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .select-box__subtitle {
    padding: 0.5376344086vw 0.8064516129vw;
    font-size: 1.6129032258vw;
    letter-spacing: -0.064516129vw;
  }
}
@media screen and (max-width: 743px) {
  .select-box__subtitle {
    padding: 1.6666666667vw 1.6666666667vw 1.1111111111vw;
    font-size: 3.3333333333vw;
    letter-spacing: -0.1333333333vw;
  }
}
.select-box__option {
  display: block;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  cursor: pointer;
}
.select-box__option.is--active {
  display: none;
}
@media screen and (hover: hover) {
  .select-box__option:hover .select-box__label {
    background: #DFE6EC;
  }
  .select-box__option:hover .select-box__label::after {
    border-color: #000000;
  }
}
.select-box__radio {
  display: none;
}
.select-box__radio:checked + .select-box__label {
  color: #FFFFFF;
  background: #0728FF;
}
.select-box__radio:checked + .select-box__label::after {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.select-box__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.6944444444vw;
  overflow: hidden;
  margin: 0;
  padding: 0.1388888889vw 0.4166666667vw;
  border-radius: 0.4861111111vw;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.select-box__label::after {
  content: "";
  display: block;
  min-width: 0.8333333333vw;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  border: 0.1388888889vw solid transparent;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .select-box__label {
    gap: 1.3440860215vw;
    padding: 0.2688172043vw 0.8064516129vw;
    border-radius: 0.9408602151vw;
  }
  .select-box__label::after {
    min-width: 1.6129032258vw;
    width: 1.6129032258vw;
    height: 1.6129032258vw;
    border-width: 0.2688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .select-box__label {
    gap: 2.7777777778vw;
    padding: 1.6666666667vw 1.6666666667vw;
    border-radius: 2.7777777778vw;
  }
  .select-box__label::after {
    min-width: 3.3333333333vw;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    border-width: 0.5555555556vw;
  }
}
.select-box__title {
  display: block;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  font-size: 1.1111111111vw;
  font-weight: normal;
  letter-spacing: -0.0444444444vw;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-box__title--sm {
  font-size: 0.9722222222vw;
  letter-spacing: -0.0388888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .select-box__title {
    font-size: 2.1505376344vw;
    letter-spacing: -0.0860215054vw;
  }
  .select-box__title--sm {
    font-size: 1.8817204301vw;
    letter-spacing: -0.0752688172vw;
  }
}
@media screen and (max-width: 743px) {
  .select-box__title {
    font-size: 4.4444444444vw;
    letter-spacing: -0.1777777778vw;
  }
  .select-box__title--sm {
    font-size: 3.8888888889vw;
    letter-spacing: -0.1555555556vw;
  }
}
.select-box__value {
  display: block;
  overflow: hidden;
  max-width: 3.8194444444vw;
  min-width: 3.8194444444vw;
  font-size: 0.8333333333vw;
  font-weight: normal;
  letter-spacing: -0.0333333333vw;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .select-box__value {
    max-width: 7.3924731183vw;
    min-width: 7.3924731183vw;
    font-size: 1.6129032258vw;
    letter-spacing: -0.064516129vw;
  }
}
@media screen and (max-width: 743px) {
  .select-box__value {
    max-width: 15.2777777778vw;
    min-width: 15.2777777778vw;
    font-size: 3.3333333333vw;
    letter-spacing: -0.1333333333vw;
  }
}
.select-box__value + .select-box__title {
  max-width: calc(100% - 3.8194444444vw - 0.6944444444vw);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .select-box__value + .select-box__title {
    max-width: calc(100% - 7.3924731183vw - 1.3440860215vw);
  }
}
@media screen and (max-width: 743px) {
  .select-box__value + .select-box__title {
    max-width: calc(100% - 15.2777777778vw - 2.7777777778vw);
  }
}

.breadcrumb {
  padding: 0.7638888889vw 0 2.0833333333vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .breadcrumb {
    padding: 1.4784946237vw 0 4.0322580645vw;
  }
}
@media screen and (max-width: 743px) {
  .breadcrumb {
    padding: 0 0 8vw;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb__item:not(:last-child)::after {
  content: "/";
  display: block;
  margin: 0 1.0416666667vw;
  font-size: 1.1111111111vw;
  font-weight: normal;
  letter-spacing: -0.0222222222vw;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .breadcrumb__item:not(:last-child)::after {
    margin: 0 2.0161290323vw;
    font-size: 2.1505376344vw;
    letter-spacing: -0.0430107527vw;
  }
}
@media screen and (max-width: 743px) {
  .breadcrumb__item:nth-child(n+2) {
    display: none;
  }
  .breadcrumb__item:not(:last-child)::after {
    display: none;
  }
}
.breadcrumb__link {
  display: block;
  overflow: hidden;
  max-width: 34.7222222222vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.0222222222vw;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFFFFF;
}
.breadcrumb__link[href]:hover {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .breadcrumb__link[href]:hover {
    color: #8593CD;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .breadcrumb__link {
    max-width: 67.2043010753vw;
    font-size: 2.1505376344vw;
    letter-spacing: -0.0430107527vw;
  }
  .breadcrumb__link > svg {
    min-width: 3.2258064516vw;
    width: 3.2258064516vw;
    height: 1.6129032258vw;
  }
}
@media screen and (max-width: 743px) {
  .breadcrumb__link {
    max-width: 133.3333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: -0.0853333333vw;
  }
  .breadcrumb__link > svg {
    min-width: 6.4vw;
    width: 6.4vw;
    height: 3.2vw;
  }
}

.splide__track {
  margin: 0 -1.3888888889vw;
  padding: 0 1.3888888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .splide__track {
    margin: 0 -2.688172043vw;
    padding: 0 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .splide__track {
    margin: 0 -5.5555555556vw;
    padding: 0 5.5555555556vw;
  }
}
.splide__slide {
  position: relative;
  z-index: 1;
}
.splide__slide:nth-child(n+2):not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3.9583333333vw;
  z-index: 1;
  -webkit-transform: rotate(16deg) translate(100%, 0);
      -ms-transform: rotate(16deg) translate(100%, 0);
          transform: rotate(16deg) translate(100%, 0);
  display: block;
  width: 0.1388888889vw;
  height: 100%;
  opacity: 0.5;
  background: #CCE7FF;
  border-radius: 2.6388888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .splide__slide:nth-child(n+2):not(:last-child)::before {
    right: -7.6612903226vw;
    width: 0.2688172043vw;
    border-radius: 5.1075268817vw;
  }
}
@media screen and (max-width: 743px) {
  .splide__slide:nth-child(n+2):not(:last-child)::before {
    right: -8.6666666667vw;
    width: 0.2666666667vw;
    border-radius: 10.1333333333vw;
  }
}
.splide__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.6944444444vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.75vw;
  font-weight: 100;
  line-height: 1.2407407407;
  letter-spacing: -0.3375vw;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.5;
  color: #CCE7FF;
}
.splide__link > svg {
  min-width: 1.3888888889vw;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  color: #CCE7FF;
}
.splide__link:hover {
  color: #CCE7FF;
}
@media screen and (hover: hover) {
  .splide__link:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .splide__link {
    gap: 1.0752688172vw;
    font-size: 6.1827956989vw;
    line-height: 1.2391304348;
    letter-spacing: -0.564516129vw;
  }
  .splide__link > svg {
    min-width: 2.4193548387vw;
    width: 2.4193548387vw;
    height: 2.4193548387vw;
  }
}
@media screen and (max-width: 743px) {
  .splide__link {
    gap: 1.3333333333vw;
    font-size: 6.1333333333vw;
    line-height: 1.3043478261;
    letter-spacing: -0.6133333333vw;
  }
  .splide__link > svg {
    min-width: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .splide__arrows {
    display: none;
  }
}
.splide__arrow {
  top: -2.2222222222vw;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 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;
  min-width: 1.3888888889vw;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  background: #CCE7FF;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.splide__arrow > svg {
  min-width: 0.625vw;
  width: 0.625vw;
  height: 0.625vw;
  color: #CCE7FF;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.1s ease;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.1s ease;
  transition: opacity 0.4s ease-in-out, transform 0.1s ease;
  transition: opacity 0.4s ease-in-out, transform 0.1s ease, -webkit-transform 0.1s ease;
}
@media screen and (min-width: 1024px) {
  .header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(10, 11, 15, 0.1);
    -webkit-backdrop-filter: blur(26px);
            backdrop-filter: blur(26px);
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.9722222222vw 1.3888888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .header__wrapper {
    padding: 2.688172043vw 0;
  }
}
@media screen and (max-width: 743px) {
  .header__wrapper {
    padding: 7.2vw 0;
  }
}
.header__logotype {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  min-width: 4.9305555556vw;
  width: 4.9305555556vw;
  height: 2.4305555556vw;
}
.header__logotype::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  display: block;
  width: 4.9305555556vw;
  height: 4.9305555556vw;
  opacity: 0;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: opacity 0.16s linear, -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.16s linear, -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.16s linear;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.16s linear, -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.header__logotype img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .header__logotype:hover::before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .header__logotype:hover img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
}
@media screen and (min-width: 1024px) {
  .header__logotype {
    border: 0.0694444444vw solid #FFFFFF;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .header__logotype {
    min-width: 13.5752688172vw;
    width: 13.5752688172vw;
    height: 13.5752688172vw;
  }
}
@media screen and (max-width: 743px) {
  .header__logotype {
    min-width: 16.2666666667vw;
    width: 16.2666666667vw;
    height: 16.2666666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .header__nav, .header__socnav, .header__search {
    display: none;
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.8611111111vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .nav__list {
    gap: 9.4086021505vw;
  }
}
@media screen and (max-width: 743px) {
  .nav__list {
    gap: 10.6666666667vw;
  }
}
.nav__link {
  position: relative;
  z-index: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.3888888889vw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.0416666667vw;
  text-transform: uppercase;
  color: #FFFFFF;
}
.nav__link::before, .nav__link::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
  color: #FFFFFF;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  pointer-events: none;
  will-change: transform;
}
.nav__link::before {
  clip-path: inset(0 0 50% 0);
}
.nav__link::after {
  clip-path: inset(50% 0 0 0);
}
.nav__link:hover {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .nav__link:hover {
    color: transparent;
  }
  .nav__link:hover::before {
    -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
            transform: translateX(1px);
  }
  .nav__link:hover::after {
    -webkit-transform: translateX(-1px);
        -ms-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
@media screen and (max-width: 1023px) {
  .nav__link {
    color: transparent;
  }
  .nav__link::before {
    -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
            transform: translateX(2px);
  }
  .nav__link::after {
    -webkit-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .nav__link {
    font-size: 6.4516129032vw;
    letter-spacing: -0.1935483871vw;
  }
}
@media screen and (max-width: 743px) {
  .nav__link {
    font-size: 7.4666666667vw;
    letter-spacing: -0.224vw;
  }
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6720430108vw;
  padding: 5.4435483871vw 4.1666666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 2.1505376344vw;
  font-weight: 500;
  letter-spacing: -0.0430107527vw;
  color: #FFFFFF;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hamburger::before {
  content: "";
  display: block;
  min-width: 2.1505376344vw;
  width: 2.1505376344vw;
  height: 2.1505376344vw;
  background: #FFFFFF;
  border-radius: 50%;
}
.hamburger:focus {
  outline: none;
}
@media screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  .hamburger {
    gap: 1.3333333333vw;
    padding: 5.4666666667vw 4vw;
    font-size: 4.2666666667vw;
    letter-spacing: -0.0853333333vw;
  }
  .hamburger::before {
    min-width: 4.2666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

.footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 7.2222222222vw;
  color: #060606;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer {
    margin-top: 13.1720430108vw;
  }
}
@media screen and (max-width: 743px) {
  .footer {
    margin-top: 18.6666666667vw;
  }
}
.footer__navbar {
  position: relative;
  z-index: 1;
  padding: 2.2222222222vw 0 1.5277777778vw;
}
.footer__navbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  width: 100%;
  height: 0.0694444444vw;
  background: rgba(223, 230, 236, 0.06);
  border-radius: 0.1388888889vw;
}
@media screen and (max-width: 1023px) {
  .footer__navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
    width: 100vw;
    background: rgba(223, 230, 236, 0.06);
  }
  .footer__navbar::after {
    width: 100vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer__navbar {
    padding: 4.2338709677vw 0 3.4274193548vw;
  }
  .footer__navbar::before, .footer__navbar::after {
    height: 0.1344086022vw;
    border-radius: 0.2688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .footer__navbar {
    padding: 7.4666666667vw 0;
  }
  .footer__navbar::before, .footer__navbar::after {
    height: 0.2666666667vw;
    border-radius: 0.5333333333vw;
  }
}
.footer__top {
  padding: 2.7777777778vw 1.25vw 1.8055555556vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer__top {
    padding: 4.0322580645vw 2.4193548387vw 5.376344086vw;
  }
}
@media screen and (max-width: 743px) {
  .footer__top {
    padding: 8vw 4.8vw 10.6666666667vw;
  }
}
.footer__wrap {
  position: relative;
  z-index: 1;
  padding: 4.3055555556vw 0 2.6388888889vw;
}
.footer__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  width: 100vw;
  height: 100%;
  background: var(--background, #ABBFD9);
  border-radius: 1.3888888889vw 1.3888888889vw 0 0;
  -webkit-backdrop-filter: blur(110);
          backdrop-filter: blur(110);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer__wrap {
    padding: 10.752688172vw 0 3.4946236559vw;
  }
  .footer__wrap::before {
    border-radius: 5.376344086vw 5.376344086vw 0 0;
  }
}
@media screen and (max-width: 743px) {
  .footer__wrap {
    padding: 15.7333333333vw 0 5.8666666667vw;
  }
  .footer__wrap::before {
    border-radius: 10.6666666667vw 10.6666666667vw 0 0;
  }
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 1023px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer__wrapper {
    gap: 8.6021505376vw;
  }
}
@media screen and (max-width: 743px) {
  .footer__wrapper {
    gap: 9.3333333333vw;
  }
}
.footer__left {
  padding: 0 1.25vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer__left {
    padding: 0 2.4193548387vw;
  }
}
@media screen and (max-width: 743px) {
  .footer__left {
    padding: 0 4.8vw;
  }
}
.footer__right {
  max-width: 30.2083333333vw;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .footer__right {
    max-width: none;
  }
}
.footer__title {
  display: block;
  max-width: 27.2222222222vw;
  width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.9861111111vw;
  font-weight: 500;
  letter-spacing: -0.2083333333vw;
}
.footer__title > span {
  background: var(--color, linear-gradient(260deg, #17BFE0 0.58%, #0728FF 64.82%, #141416 99.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer__title {
    max-width: 52.688172043vw;
    font-size: 5.7795698925vw;
    letter-spacing: -0.4032258065vw;
  }
}
@media screen and (max-width: 743px) {
  .footer__title {
    max-width: 84.8vw;
    font-size: 9.3333333333vw;
    line-height: 1;
    letter-spacing: -0.6533333333vw;
  }
}
.footer__address {
  display: block;
  margin-top: 11.5277777778vw;
  max-width: 18.0555555556vw;
  width: 100%;
  font-size: 1.1111111111vw;
  font-weight: 600;
  letter-spacing: -0.0222222222vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer__address {
    margin-top: 7.2580645161vw;
    max-width: 41.935483871vw;
    font-size: 2.9569892473vw;
    letter-spacing: -0.1182795699vw;
  }
}
@media screen and (max-width: 743px) {
  .footer__address {
    margin-top: 9.3333333333vw;
    max-width: 80vw;
    font-size: 5.8666666667vw;
    line-height: 1.2727272727;
    letter-spacing: -0.1173333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer__info {
    display: none;
  }
}
.footer__contacts {
  margin-top: 8.0555555556vw;
}
@media screen and (max-width: 1023px) {
  .footer__contacts {
    margin-top: 0;
  }
}
@media screen and (max-width: 743px) {
  .footer__btns {
    margin-bottom: 69.3333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer__btns, .footer__btn {
    width: 100%;
  }
}
.footer__btn + .footer__btn {
  margin-top: 0.4861111111vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer__btn + .footer__btn {
    margin-top: 1.6129032258vw;
  }
}
@media screen and (max-width: 743px) {
  .footer__btn + .footer__btn {
    margin-top: 3.2vw;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.3888888889vw;
  margin-top: 2.2222222222vw;
  width: 100%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer__inner {
    gap: 2.688172043vw;
    margin-top: 3.3602150538vw;
  }
}
@media screen and (max-width: 743px) {
  .footer__inner {
    gap: 2.6666666667vw;
    margin-top: 6.4vw;
  }
}
.footer__copyright {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: normal;
  letter-spacing: -0.0222222222vw;
  opacity: 0.8;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer__copyright {
    font-size: 2.1505376344vw;
    letter-spacing: -0.0430107527vw;
  }
}
@media screen and (max-width: 743px) {
  .footer__copyright {
    font-size: 4.2666666667vw;
    letter-spacing: -0.0853333333vw;
  }
}
.footer__author {
  display: block;
  overflow: hidden;
  min-width: 7.8472222222vw;
  width: 7.8472222222vw;
  height: 1.25vw;
}
.footer__author img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer__author {
    min-width: 15.188172043vw;
    width: 15.188172043vw;
    height: 2.4193548387vw;
  }
}
@media screen and (max-width: 743px) {
  .footer__author {
    min-width: 30.1333333333vw;
    width: 30.1333333333vw;
    height: 4.8vw;
  }
}
.footer__img {
  position: absolute;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: 53.8194444444vw;
  height: 35.7638888889vw;
}
.footer__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media screen and (min-width: 1024px) {
  .footer__img {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer__img {
    top: 0;
    right: -57.7956989247vw;
    width: 104.1666666667vw;
    height: 69.2204301075vw;
  }
}
@media screen and (max-width: 743px) {
  .footer__img {
    bottom: 0;
    right: -42.6666666667vw;
    width: 139.7333333333vw;
    height: 92.8vw;
  }
}
.footer__partners {
  position: absolute;
  bottom: 0;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: 53.8194444444vw;
  height: 35.7638888889vw;
}
.footer__partners img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media screen and (min-width: 1024px) {
  .footer__partners {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1023px) {
  .footer__partners {
    display: none;
  }
}

.footer-info {
  color: #060606;
}
.footer-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.6944444444vw;
}
.footer-info__main {
  max-width: 7.8472222222vw;
  width: 100%;
  color: #060606;
}
.footer-info__main[href]:hover {
  color: #060606;
}
.footer-info__img {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
}
.footer-info__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.footer-info__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-info__body {
  margin-top: 1.5277777778vw;
}
.footer-info__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: -0.0222222222vw;
  text-transform: uppercase;
  color: #060606;
}
.footer-info__content {
  font-size: 1.0416666667vw;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -0.0416666667vw;
}

.footer-socnav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8055555556vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer-socnav__wrap {
    gap: 5.376344086vw;
  }
}
@media screen and (max-width: 743px) {
  .footer-socnav__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8vw;
    width: 100%;
  }
}
.footer-socnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.6944444444vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer-socnav__list {
    gap: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .footer-socnav__list {
    gap: 4.8vw;
  }
}
.footer-socnav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1.7361111111vw;
  width: 1.7361111111vw;
  height: 1.7361111111vw;
  opacity: 0.5;
}
@media screen and (hover: hover) {
  .footer-socnav__link:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer-socnav__link {
    min-width: 5.1075268817vw;
    width: 5.1075268817vw;
    height: 5.1075268817vw;
  }
}
@media screen and (max-width: 743px) {
  .footer-socnav__link {
    min-width: 9.0666666667vw;
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}
.footer-socnav__icon {
  min-width: 1.7361111111vw;
  width: 1.7361111111vw;
  height: 1.7361111111vw;
  color: #CCE7FF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer-socnav__icon {
    min-width: 5.1075268817vw;
    width: 5.1075268817vw;
    height: 5.1075268817vw;
  }
}
@media screen and (max-width: 743px) {
  .footer-socnav__icon {
    min-width: 9.0666666667vw;
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}
.footer-socnav__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: normal;
  letter-spacing: -0.0222222222vw;
  opacity: 0.5;
  color: #CCE7FF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer-socnav__title {
    font-size: 3.2258064516vw;
    letter-spacing: -0.064516129vw;
  }
}
@media screen and (max-width: 743px) {
  .footer-socnav__title {
    font-size: 6.4vw;
    letter-spacing: -0.128vw;
  }
}

.search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4000;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  max-height: 100dvh;
  color: #FFFFFF;
  background: #060606;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.search.is--active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.search__wrap {
  position: relative;
  z-index: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100dvh;
}
.search__wrap::before {
  content: "";
  position: absolute;
  top: -76.25vw;
  right: -1.7361111111vw;
  z-index: -1;
  display: block;
  width: 83.75vw;
  height: 83.75vw;
  opacity: 0.66;
  background: #8593CD;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .search__wrap::before {
    top: -172.7150537634vw;
    right: -130.5107526882vw;
    width: 189.6505376344vw;
    height: 189.6505376344vw;
  }
}
@media screen and (max-width: 743px) {
  .search__wrap::before {
    top: -204.5333333333vw;
    right: -173.0666666667vw;
    width: 224.8vw;
    height: 224.8vw;
  }
}
.search__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.6944444444vw;
  padding: 0.8680555556vw 2.8472222222vw;
  width: 100%;
  background: rgba(10, 11, 15, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media screen and (min-width: 1024px) {
  .search__top {
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1023px) {
  .search__top {
    background: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .search__top {
    gap: 1.3440860215vw;
    padding: 6.7204301075vw 9.5430107527vw 6.5860215054vw;
  }
}
@media screen and (max-width: 743px) {
  .search__top {
    gap: 1.3333333333vw;
    padding: 10.9333333333vw 10.1333333333vw 9.6vw;
  }
}
.search__btn {
  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;
  padding: 0;
  min-width: 2.6388888889vw;
  width: 2.6388888889vw;
  height: 2.6388888889vw;
  font-size: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.search__btn:focus {
  outline: none;
}
.search__btn > svg {
  min-width: 2.6388888889vw;
  width: 2.6388888889vw;
  height: 2.6388888889vw;
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .search__btn:hover > svg {
    color: #8593CD;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .search__btn {
    min-width: 5.1075268817vw;
    width: 5.1075268817vw;
    height: 5.1075268817vw;
  }
  .search__btn > svg {
    min-width: 5.1075268817vw;
    width: 5.1075268817vw;
    height: 5.1075268817vw;
  }
}
@media screen and (max-width: 743px) {
  .search__btn {
    min-width: 10.1333333333vw;
    width: 10.1333333333vw;
    height: 10.1333333333vw;
  }
  .search__btn > svg {
    min-width: 10.1333333333vw;
    width: 10.1333333333vw;
    height: 10.1333333333vw;
  }
}
.search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 0.4513888889vw 0;
  width: 100%;
  font-size: 1.3888888889vw;
  font-weight: normal;
  letter-spacing: -0.0833333333vw;
  color: #FFFFFF;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.search__input::-webkit-input-placeholder {
  opacity: 0.3;
  color: #FFFFFF;
}
.search__input::-moz-placeholder {
  opacity: 0.3;
  color: #FFFFFF;
}
.search__input:-ms-input-placeholder {
  opacity: 0.3;
  color: #FFFFFF;
}
.search__input::-ms-input-placeholder {
  opacity: 0.3;
  color: #FFFFFF;
}
.search__input::placeholder {
  opacity: 0.3;
  color: #FFFFFF;
}
.search__input:focus {
  outline: none;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .search__input {
    padding: 0.2016129032vw 0;
    font-size: 3.7634408602vw;
    letter-spacing: -0.2258064516vw;
  }
}
@media screen and (max-width: 743px) {
  .search__input {
    padding: 2.0666666667vw 0;
    font-size: 4.8vw;
    letter-spacing: -0.288vw;
  }
}
.search__close {
  display: block;
  padding: 0 0 0 0.6944444444vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3888888889vw;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.0833333333vw;
  opacity: 0.3;
  color: #FFFFFF;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.search__close:focus {
  outline: none;
}
@media screen and (hover: hover) {
  .search__close:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .search__close {
    padding: 0 0 0 1.3440860215vw;
    font-size: 3.7634408602vw;
    letter-spacing: -0.2258064516vw;
  }
}
@media screen and (max-width: 743px) {
  .search__close {
    padding: 0 0 0 2.6666666667vw;
    font-size: 4.8vw;
    letter-spacing: -0.288vw;
  }
}
.search__results {
  display: none;
  padding: 0.8333333333vw 3.6111111111vw 1.3888888889vw;
}
.search__results.is--active {
  display: block;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .search__results {
    padding: 0 11.2903225806vw 5.376344086vw;
  }
}
@media screen and (max-width: 743px) {
  .search__results {
    padding: 0 12.5333333333vw 8vw;
  }
}
.search__subtitle {
  display: block;
  margin-bottom: 1.875vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: normal;
  letter-spacing: -0.0222222222vw;
  text-transform: uppercase;
  opacity: 0.5;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .search__subtitle {
    margin-bottom: 1.3440860215vw;
    font-size: 2.1505376344vw;
    letter-spacing: -0.0430107527vw;
  }
}
@media screen and (max-width: 743px) {
  .search__subtitle {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: -0.0853333333vw;
  }
}
.search__item {
  width: 100%;
}

.search-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.7638888889vw;
  padding: 1.1111111111vw 0 2.0833333333vw;
  border-top: 0.0694444444vw solid rgba(255, 255, 255, 0.1);
}
@media screen and (hover: hover) {
  .search-card:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .search-card {
    gap: 1.4784946237vw;
    padding: 2.1505376344vw 0 4.0322580645vw;
    border-top-width: 0.1344086022vw;
  }
}
@media screen and (max-width: 743px) {
  .search-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.9333333333vw;
    padding: 4.2666666667vw 0 8vw;
    border-top-width: 0.2666666667vw;
  }
}
.search-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.7638888889vw;
  max-width: calc(100% - 11.25vw - 0.7638888889vw);
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .search-card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .search-card__body {
    gap: 1.4784946237vw;
    max-width: calc(100% - 21.7741935484vw - 1.4784946237vw);
  }
}
@media screen and (max-width: 743px) {
  .search-card__body {
    gap: 2.9333333333vw;
    max-width: none;
  }
}
.search-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7638888889vw;
  max-width: 46.5277777778vw;
  width: 100%;
  font-size: 1.3888888889vw;
  font-weight: normal;
  letter-spacing: -0.0416666667vw;
}
.search-card__title > svg {
  min-width: 0.8333333333vw;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .search-card__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .search-card__title {
    gap: 1.4784946237vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.0806451613vw;
  }
  .search-card__title > svg {
    min-width: 1.6129032258vw;
    width: 1.6129032258vw;
    height: 1.6129032258vw;
  }
}
@media screen and (max-width: 743px) {
  .search-card__title {
    gap: 2.9333333333vw;
    font-size: 5.3333333333vw;
    letter-spacing: -0.16vw;
  }
  .search-card__title > svg {
    min-width: 3.2vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .search-card__title > br {
    display: none;
  }
}
.search-card__tag {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: normal;
  letter-spacing: -0.0222222222vw;
  text-transform: uppercase;
  opacity: 0.57;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .search-card__tag {
    font-size: 2.1505376344vw;
    letter-spacing: -0.0430107527vw;
  }
}
@media screen and (max-width: 743px) {
  .search-card__tag {
    font-size: 4.2666666667vw;
    letter-spacing: -0.0853333333vw;
  }
}
.search-card__img {
  display: block;
  overflow: hidden;
  min-width: 11.25vw;
  width: 11.25vw;
  height: 7.0833333333vw;
  border-radius: 1.3888888889vw;
}
.search-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .search-card__img {
    min-width: 21.7741935484vw;
    width: 21.7741935484vw;
    height: 13.7096774194vw;
    border-radius: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .search-card__img {
    min-width: 43.2vw;
    width: 43.2vw;
    height: 27.2vw;
    border-radius: 5.3333333333vw;
  }
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  max-height: 100dvh;
  background: #060606;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.menu.is--active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.menu.is--active .menu__close, .menu.is--active .menu__search, .menu.is--active .menu__socnav {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: -webkit-filter 0.55s ease 0.85s;
  transition: -webkit-filter 0.55s ease 0.85s;
  transition: filter 0.55s ease 0.85s;
  transition: filter 0.55s ease 0.85s, -webkit-filter 0.55s ease 0.85s;
  pointer-events: auto;
}
.menu.is--active .nav__item:first-child {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out 0.25s;
  transition: opacity 0.25s ease-in-out 0.25s;
}
.menu.is--active .nav__item:nth-child(2) {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out 0.35s;
  transition: opacity 0.25s ease-in-out 0.35s;
}
.menu.is--active .nav__item:nth-child(3) {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out 0.45s;
  transition: opacity 0.25s ease-in-out 0.45s;
}
.menu.is--active .nav__item:nth-child(4) {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out 0.55s;
  transition: opacity 0.25s ease-in-out 0.55s;
}
.menu.is--active .nav__item:nth-child(5) {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out 0.65s;
  transition: opacity 0.25s ease-in-out 0.65s;
}
.menu.is--active .nav__item:nth-child(n+6) {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out 0.75s;
  transition: opacity 0.25s ease-in-out 0.75s;
}
.menu.is--active .nav__link::before, .menu.is--active .nav__link::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out 0.75s;
  transition: -webkit-transform 0.25s ease-in-out 0.75s;
  transition: transform 0.25s ease-in-out 0.75s;
  transition: transform 0.25s ease-in-out 0.75s, -webkit-transform 0.25s ease-in-out 0.75s;
}
@media screen and (min-width: 1024px) {
  .menu {
    display: none;
  }
}
.menu__wrap {
  position: relative;
  z-index: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.6805555556vw 4.0277777778vw 4.7222222222vw;
  min-height: 100dvh;
}
.menu__wrap::before {
  content: "";
  position: absolute;
  top: -76.25vw;
  right: -1.7361111111vw;
  z-index: -1;
  display: block;
  width: 83.75vw;
  height: 83.75vw;
  opacity: 0.66;
  background: #8593CD;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  will-change: transform;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .menu__wrap {
    padding: 2.688172043vw 3.2258064516vw 9.1397849462vw 7.6612903226vw;
  }
  .menu__wrap::before {
    top: -172.7150537634vw;
    right: -130.5107526882vw;
    width: 189.6505376344vw;
    height: 189.6505376344vw;
  }
}
@media screen and (max-width: 743px) {
  .menu__wrap {
    padding: 7.2vw 6.4vw 13.8666666667vw 9.8666666667vw;
  }
  .menu__wrap::before {
    top: -204.5333333333vw;
    right: -173.0666666667vw;
    width: 224.8vw;
    height: 224.8vw;
  }
}
.menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6.3888888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .menu__top {
    margin-bottom: 12.3655913978vw;
  }
}
@media screen and (max-width: 743px) {
  .menu__top {
    margin-bottom: 27.7333333333vw;
  }
}
.menu__search {
  -webkit-filter: blur(17px);
          filter: blur(17px);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}
.menu__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6720430108vw;
  padding: 5.4435483871vw 4.1666666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 2.1505376344vw;
  font-weight: 500;
  letter-spacing: -0.0430107527vw;
  color: #FFFFFF;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-filter: blur(17px);
          filter: blur(17px);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}
.menu__close::before {
  content: "";
  display: block;
  min-width: 2.1505376344vw;
  width: 2.1505376344vw;
  height: 2.1505376344vw;
  background: #FFFFFF;
  border-radius: 50%;
}
.menu__close:focus {
  outline: none;
}
@media screen and (min-width: 1024px) {
  .menu__close {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  .menu__close {
    gap: 1.3333333333vw;
    padding: 5.4666666667vw 4vw;
    font-size: 4.2666666667vw;
    letter-spacing: -0.0853333333vw;
  }
  .menu__close::before {
    min-width: 4.2666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.menu__nav .nav__item {
  opacity: 0.02;
}
.menu__bottom {
  margin-top: 4.8611111111vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .menu__bottom {
    margin-top: 9.4086021505vw;
  }
}
@media screen and (max-width: 743px) {
  .menu__bottom {
    margin-top: 10.6666666667vw;
  }
}
.menu__socnav {
  -webkit-filter: blur(17px);
          filter: blur(17px);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}

.popup-image {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  max-height: 100dvh;
  background: rgba(34, 34, 41, 0.7);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.popup-image.is--active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.popup-image.is--active .popup-image__wrap {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out 0.1s;
  transition: all 0.25s ease-in-out 0.1s;
}
.popup-image__wrap {
  position: relative;
  z-index: 1;
  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;
  padding: 2.7777777778vw 0;
  min-height: 100dvh;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .popup-image__wrap {
    padding: 5.376344086vw 0;
  }
}
@media screen and (max-width: 743px) {
  .popup-image__wrap {
    padding: 10.6666666667vw 0;
  }
}
.popup-image__close {
  position: absolute;
  top: 1.3888888889vw;
  right: 1.3888888889vw;
  z-index: 10;
  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;
  padding: 0;
  width: 1.875vw;
  height: 1.875vw;
  font-size: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.popup-image__close > svg {
  min-width: 1.875vw;
  width: 1.875vw;
  height: 1.875vw;
  color: #FFFFFF;
}
.popup-image__close:focus {
  outline: none;
}
@media screen and (hover: hover) {
  .popup-image__close:hover > svg {
    color: #818498;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .popup-image__close {
    top: 2.688172043vw;
    right: 2.688172043vw;
    width: 3.6290322581vw;
    height: 3.6290322581vw;
  }
  .popup-image__close > svg {
    min-width: 3.2258064516vw;
    width: 3.2258064516vw;
    height: 3.2258064516vw;
  }
}
@media screen and (max-width: 743px) {
  .popup-image__close {
    top: 2.1333333333vw;
    right: 2.1333333333vw;
    width: 7.2vw;
    height: 7.2vw;
  }
  .popup-image__close > svg {
    min-width: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.popup-image__wrapper {
  max-width: 32.5694444444vw;
  width: 100%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .popup-image__wrapper {
    max-width: 63.0376344086vw;
  }
}
@media screen and (max-width: 743px) {
  .popup-image__wrapper {
    max-width: calc(100% - 10.6666666667vw);
  }
}
.popup-image__img {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  background: #F3F4F4;
  border-radius: 1.3888888889vw;
}
.popup-image__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.popup-image__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .popup-image__img {
    border-radius: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .popup-image__img {
    border-radius: 5.3333333333vw;
  }
}
.popup-image__body {
  margin-top: 0.8333333333vw;
  padding-left: 0.9722222222vw;
  width: 100%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .popup-image__body {
    margin-top: 1.6129032258vw;
    padding-left: 1.8817204301vw;
  }
}
@media screen and (max-width: 743px) {
  .popup-image__body {
    margin-top: 3.2vw;
    padding-left: 3.7333333333vw;
  }
}
.popup-image__title {
  position: relative;
  z-index: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: 600;
  letter-spacing: -0.0444444444vw;
  opacity: 0.9;
}
.popup-image__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.8333333333vw;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 0.4861111111vw;
  height: 100%;
  background: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .popup-image__title {
    font-size: 2.1505376344vw;
    letter-spacing: -0.0860215054vw;
  }
  .popup-image__title::before {
    left: -1.6129032258vw;
    width: 0.9408602151vw;
  }
}
@media screen and (max-width: 743px) {
  .popup-image__title {
    font-size: 4.2666666667vw;
    letter-spacing: -0.1706666667vw;
  }
  .popup-image__title::before {
    left: -3.2vw;
    width: 1.8666666667vw;
  }
}
.popup-image__description {
  display: block;
  margin-top: 1.5277777778vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: normal;
  letter-spacing: -0.0444444444vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .popup-image__description {
    margin-top: 2.9569892473vw;
    font-size: 2.1505376344vw;
    letter-spacing: -0.0860215054vw;
  }
}
@media screen and (max-width: 743px) {
  .popup-image__description {
    margin-top: 5.8666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: -0.1706666667vw;
  }
}

.info-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: rgba(1, 2, 13, 0.6);
  -webkit-backdrop-filter: blur(70px);
          backdrop-filter: blur(70px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.info-modal.is--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.info-modal.is--active .info-modal__wrap {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: -webkit-filter 0.25s ease-in-out 0.25s;
  transition: -webkit-filter 0.25s ease-in-out 0.25s;
  transition: filter 0.25s ease-in-out 0.25s;
  transition: filter 0.25s ease-in-out 0.25s, -webkit-filter 0.25s ease-in-out 0.25s;
}
.info-modal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.info-modal__close {
  position: absolute;
  top: 1.3888888889vw;
  right: 1.3888888889vw;
  z-index: 10;
  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;
  padding: 0;
  width: 1.875vw;
  height: 1.875vw;
  font-size: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.info-modal__close > svg {
  min-width: 1.875vw;
  width: 1.875vw;
  height: 1.875vw;
  color: #FFFFFF;
}
.info-modal__close:focus {
  outline: none;
}
@media screen and (hover: hover) {
  .info-modal__close:hover > svg {
    color: #818498;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .info-modal__close {
    top: 2.688172043vw;
    right: 2.688172043vw;
    width: 3.6290322581vw;
    height: 3.6290322581vw;
  }
  .info-modal__close > svg {
    min-width: 3.2258064516vw;
    width: 3.2258064516vw;
    height: 3.2258064516vw;
  }
}
@media screen and (max-width: 743px) {
  .info-modal__close {
    top: 2.1333333333vw;
    right: 2.1333333333vw;
    width: 7.2vw;
    height: 7.2vw;
  }
  .info-modal__close > svg {
    min-width: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.info-modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.3888888889vw 2.2222222222vw 4.1666666667vw;
  min-height: calc(100dvh - 13.75vw);
}
@media screen and (max-width: 1023px) {
  .info-modal__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .info-modal__wrapper {
    padding: 0 5.376344086vw 4.3010752688vw;
    min-height: calc(100dvh - 18.8172043011vw);
    gap: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .info-modal__wrapper {
    padding: 0 5.3333333333vw 5.3333333333vw;
    min-height: calc(100dvh - 24vw);
    gap: 5.3333333333vw;
  }
}

.feedback-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.feedback-modal.is--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.feedback-modal.is--active .feedback-modal__wrap {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: -webkit-filter 0.25s ease-in-out 0.25s;
  transition: -webkit-filter 0.25s ease-in-out 0.25s;
  transition: filter 0.25s ease-in-out 0.25s;
  transition: filter 0.25s ease-in-out 0.25s, -webkit-filter 0.25s ease-in-out 0.25s;
}
.feedback-modal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-filter: blur(17px);
          filter: blur(17px);
}
.feedback-modal__wrap::before {
  content: "";
  position: absolute;
  top: -34.5833333333vw;
  right: -5.0694444444vw;
  z-index: -1;
  display: block;
  width: 45.5555555556vw;
  height: 45.5555555556vw;
  opacity: 0.66;
  background: #8593CD;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .feedback-modal__wrap::before {
    top: auto;
    bottom: -17.4731182796vw;
    right: -89.5161290323vw;
    width: 88.1720430108vw;
    height: 88.1720430108vw;
  }
}
@media screen and (max-width: 743px) {
  .feedback-modal__wrap::before {
    top: auto;
    bottom: -53.3333333333vw;
    right: -140.8vw;
    width: 160.8vw;
    height: 160.8vw;
  }
}
.feedback-modal__close {
  position: absolute;
  top: 1.3888888889vw;
  right: 1.3888888889vw;
  z-index: 10;
  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;
  padding: 0;
  width: 1.875vw;
  height: 1.875vw;
  font-size: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.feedback-modal__close > svg {
  min-width: 1.875vw;
  width: 1.875vw;
  height: 1.875vw;
  color: #FFFFFF;
}
.feedback-modal__close:focus {
  outline: none;
}
@media screen and (hover: hover) {
  .feedback-modal__close:hover > svg {
    color: #818498;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .feedback-modal__close {
    top: 2.688172043vw;
    right: 2.688172043vw;
    width: 3.6290322581vw;
    height: 3.6290322581vw;
  }
  .feedback-modal__close > svg {
    min-width: 3.2258064516vw;
    width: 3.2258064516vw;
    height: 3.2258064516vw;
  }
}
@media screen and (max-width: 743px) {
  .feedback-modal__close {
    top: 2.1333333333vw;
    right: 2.1333333333vw;
    width: 7.2vw;
    height: 7.2vw;
  }
  .feedback-modal__close > svg {
    min-width: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.feedback-modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.3888888889vw 2.2222222222vw 4.1666666667vw;
  min-height: calc(100dvh - 13.75vw);
}
@media screen and (max-width: 1023px) {
  .feedback-modal__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .feedback-modal__wrapper {
    padding: 0 5.376344086vw 4.3010752688vw;
    min-height: calc(100dvh - 18.8172043011vw);
    gap: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .feedback-modal__wrapper {
    padding: 0 5.3333333333vw 5.3333333333vw;
    min-height: calc(100dvh - 24vw);
    gap: 5.3333333333vw;
  }
}
.feedback-modal__img {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  min-width: 40.4861111111vw;
  width: 40.4861111111vw;
  height: 100%;
  -webkit-filter: saturate(1.1) contrast(1.05) brightness(0.95);
          filter: saturate(1.1) contrast(1.05) brightness(0.95);
  -webkit-mask-image: radial-gradient(75% 85% at 45% 50%, #060606 60%, rgba(6, 6, 6, 0) 100%);
          mask-image: radial-gradient(75% 85% at 45% 50%, #060606 60%, rgba(6, 6, 6, 0) 100%);
}
.feedback-modal__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.feedback-modal__img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(70% 80% at 45% 50%, rgba(6, 6, 6, 0) 55%, rgba(6, 6, 6, 0.85) 100%), -webkit-gradient(linear, left top, right top, from(#060606), color-stop(40%, rgba(6, 6, 6, 0)), color-stop(60%, rgba(6, 6, 6, 0)), to(#060606));
  background: radial-gradient(70% 80% at 45% 50%, rgba(6, 6, 6, 0) 55%, rgba(6, 6, 6, 0.85) 100%), linear-gradient(90deg, #060606 0%, rgba(6, 6, 6, 0) 40%, rgba(6, 6, 6, 0) 60%, #060606 100%);
}
.feedback-modal__img video,
.feedback-modal__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  min-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .feedback-modal__img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .feedback-modal__img {
    min-width: 67.6075268817vw;
    width: 67.6075268817vw;
  }
}
@media screen and (max-width: 743px) {
  .feedback-modal__img {
    min-width: 77.3333333333vw;
    width: 77.3333333333vw;
  }
}
.feedback-modal__body {
  padding-top: 4.1666666667vw;
  max-width: 48.2638888889vw;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .feedback-modal__body {
    padding-top: 0;
    max-width: none;
  }
}
.feedback-modal__form {
  height: 100%;
}

.feedback-modal-form {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.feedback-modal-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0416666667vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .feedback-modal-form__inner {
    gap: 2.0161290323vw;
  }
}
@media screen and (max-width: 743px) {
  .feedback-modal-form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw;
  }
}
.feedback-modal-form__inner + .feedback-modal-form__inner {
  margin-top: 3.8194444444vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .feedback-modal-form__inner + .feedback-modal-form__inner {
    margin-top: 7.3924731183vw;
  }
}
@media screen and (max-width: 743px) {
  .feedback-modal-form__inner + .feedback-modal-form__inner {
    margin-top: 6.6666666667vw;
  }
}
.feedback-modal-form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.feedback-modal-form__input .input-field__input, .feedback-modal-form__input .input-field__textarea {
  padding: 0 0 1.3888888889vw 0;
  font-size: 1.25vw;
  line-height: 1.2222222222;
  letter-spacing: -0.05vw;
  color: #FFFFFF;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.feedback-modal-form__input .input-field__input::-webkit-input-placeholder, .feedback-modal-form__input .input-field__textarea::-webkit-input-placeholder {
  color: #FFFFFF;
}
.feedback-modal-form__input .input-field__input::-moz-placeholder, .feedback-modal-form__input .input-field__textarea::-moz-placeholder {
  color: #FFFFFF;
}
.feedback-modal-form__input .input-field__input:-ms-input-placeholder, .feedback-modal-form__input .input-field__textarea:-ms-input-placeholder {
  color: #FFFFFF;
}
.feedback-modal-form__input .input-field__input::-ms-input-placeholder, .feedback-modal-form__input .input-field__textarea::-ms-input-placeholder {
  color: #FFFFFF;
}
.feedback-modal-form__input .input-field__input::placeholder, .feedback-modal-form__input .input-field__textarea::placeholder {
  color: #FFFFFF;
}
.feedback-modal-form__input .input-field__input:focus, .feedback-modal-form__input .input-field__textarea:focus {
  border-bottom-color: #FFFFFF;
}
@media screen and (hover: hover) {
  .feedback-modal-form__input .input-field__input:hover, .feedback-modal-form__input .input-field__textarea:hover {
    border-bottom-color: #FFFFFF;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .feedback-modal-form__input .input-field__input, .feedback-modal-form__input .input-field__textarea {
    padding: 0 0 2.688172043vw 0;
    font-size: 2.4193548387vw;
    letter-spacing: -0.0967741935vw;
  }
}
@media screen and (max-width: 743px) {
  .feedback-modal-form__input .input-field__input, .feedback-modal-form__input .input-field__textarea {
    padding: 0 0 5.3333333333vw 0;
    font-size: 4.8vw;
    letter-spacing: -0.192vw;
  }
}
.feedback-modal-form__input .input-field__textarea {
  min-height: 5.9722222222vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .feedback-modal-form__input .input-field__textarea {
    min-height: 11.8279569892vw;
  }
}
@media screen and (max-width: 743px) {
  .feedback-modal-form__input .input-field__textarea {
    min-height: 23.4666666667vw;
  }
}
.feedback-modal-form__input .input-field__file-label > svg {
  color: #FFFFFF;
}
.feedback-modal-form__input .input-field__file-label, .feedback-modal-form__input .input-field__file-name {
  color: #FFFFFF;
}
.feedback-modal-form__input .select-box__selected {
  padding: 0 0 1.3888888889vw 0;
  font-size: 1.25vw;
  line-height: 1.2222222222;
  letter-spacing: -0.05vw;
  color: #FFFFFF;
}
.feedback-modal-form__input .select-box__selected > svg {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .feedback-modal-form__input .select-box__selected:hover:not(.is--active) {
    border-color: #FFFFFF;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .feedback-modal-form__input .select-box__selected {
    padding: 0 0 2.688172043vw 0;
    font-size: 2.4193548387vw;
    letter-spacing: -0.0967741935vw;
  }
}
@media screen and (max-width: 743px) {
  .feedback-modal-form__input .select-box__selected {
    padding: 0 0 5.3333333333vw 0;
    font-size: 4.8vw;
    letter-spacing: -0.192vw;
  }
}
@media screen and (min-width: 744px) {
  .feedback-modal-form__input {
    width: calc(50% - 0.5208333333vw);
  }
}
@media screen and (max-width: 743px) {
  .feedback-modal-form__input {
    width: 100%;
  }
}
.feedback-modal-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.3888888889vw;
  margin-top: 3.8194444444vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .feedback-modal-form__bottom {
    gap: 2.688172043vw;
    margin-top: 7.3924731183vw;
  }
}
@media screen and (max-width: 743px) {
  .feedback-modal-form__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5.3333333333vw;
    margin-top: 14.6666666667vw;
  }
}
.feedback-modal-form__help {
  display: block;
  max-width: 28.0555555556vw;
  width: 100%;
  font-size: 0.9722222222vw;
  font-weight: normal;
  letter-spacing: -0.0388888889vw;
}
.feedback-modal-form__help a {
  display: inline;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 6.5%;
  text-underline-offset: 12.5%;
}
@media screen and (hover: hover) {
  .feedback-modal-form__help a:hover {
    color: #8593CD;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .feedback-modal-form__help {
    max-width: 54.3010752688vw;
    font-size: 1.8817204301vw;
    letter-spacing: -0.0752688172vw;
  }
}
@media screen and (max-width: 743px) {
  .feedback-modal-form__help {
    max-width: 107.7333333333vw;
    font-size: 3.2vw;
    letter-spacing: -0.128vw;
    text-align: center;
  }
}
.feedback-modal-form__btn {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.feedback-modal-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.5138888889vw 0;
  overflow-x: auto;
  overflow-y: hidden;
  clip-path: inset(0 0 30px 0);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .feedback-modal-tabs__list {
    padding: 8.7365591398vw 0 3.3602150538vw;
  }
}
@media screen and (max-width: 743px) {
  .feedback-modal-tabs__list {
    margin-bottom: -4vw;
    padding: 12vw 0 8vw;
  }
}
.feedback-modal-tabs__item {
  position: relative;
  z-index: 1;
}
.feedback-modal-tabs__item.is--active .feedback-modal-tabs__tab {
  opacity: 1;
}
.feedback-modal-tabs__item + .feedback-modal-tabs__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: rotate(16deg);
      -ms-transform: rotate(16deg);
          transform: rotate(16deg);
  display: block;
  width: 0.1388888889vw;
  height: 100%;
  opacity: 0.2;
  background: #F5F8FF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .feedback-modal-tabs__item + .feedback-modal-tabs__item::before {
    width: 0.2688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .feedback-modal-tabs__item + .feedback-modal-tabs__item::before {
    width: 0.5333333333vw;
  }
}
.feedback-modal-tabs__tab {
  display: block;
  padding: 0 4.8611111111vw;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5vw;
  font-weight: 100;
  letter-spacing: -0.225vw;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  opacity: 0.2;
  color: #F5F8FF;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.feedback-modal-tabs__tab:focus {
  outline: none;
}
@media screen and (hover: hover) {
  .feedback-modal-tabs__tab:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .feedback-modal-tabs__tab {
    padding: 0 5.376344086vw;
    font-size: 4.8387096774vw;
    letter-spacing: -0.435483871vw;
  }
}
@media screen and (max-width: 743px) {
  .feedback-modal-tabs__tab {
    padding: 0 8vw;
    font-size: 6.4vw;
    letter-spacing: -0.16vw;
  }
}
.feedback-modal-tabs__holder {
  display: none;
}
.feedback-modal-tabs__holder.is--active {
  display: block;
}

.c-more-info {
  padding: 2.7777777778vw;
  color: #141416;
  background: #FFFFFF;
  border-radius: 2.4305555556vw;
}
.c-more-info[href]:hover {
  color: #141416;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .c-more-info {
    padding: 5.376344086vw;
    border-radius: 4.7043010753vw;
  }
}
@media screen and (max-width: 743px) {
  .c-more-info {
    padding: 10.6666666667vw;
    border-radius: 9.3333333333vw;
  }
}
.c-more-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .c-more-info__wrapper {
    gap: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .c-more-info__wrapper {
    gap: 5.3333333333vw;
  }
}
.c-more-info__img {
  display: block;
  overflow: hidden;
  min-width: 9.0972222222vw;
  width: 9.0972222222vw;
  height: 9.0972222222vw;
}
.c-more-info__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .c-more-info__img {
    min-width: 17.6075268817vw;
    width: 17.6075268817vw;
    height: 17.6075268817vw;
  }
}
@media screen and (max-width: 743px) {
  .c-more-info__img {
    min-width: 34.9333333333vw;
    width: 34.9333333333vw;
    height: 34.9333333333vw;
  }
}
.c-more-info__body {
  max-width: calc(100% - 9.0972222222vw - 1.3888888889vw);
  width: 100%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .c-more-info__body {
    max-width: calc(100% - 17.6075268817vw - 2.688172043vw);
  }
}
@media screen and (max-width: 743px) {
  .c-more-info__body {
    max-width: calc(100% - 34.9333333333vw - 5.3333333333vw);
  }
}
.c-more-info__link {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6944444444vw;
  font-size: 1.3888888889vw;
  font-weight: 500;
  letter-spacing: -0.0277777778vw;
  text-transform: uppercase;
  color: #141416;
}
.c-more-info__link > svg {
  min-width: 2.1527777778vw;
  width: 2.1527777778vw;
  height: 1.4583333333vw;
  color: #000000;
}
.c-more-info__link:hover {
  color: #141416;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .c-more-info__link {
    gap: 1.3440860215vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.0537634409vw;
  }
  .c-more-info__link > svg {
    min-width: 4.1666666667vw;
    width: 4.1666666667vw;
    height: 2.8225806452vw;
  }
}
@media screen and (max-width: 743px) {
  .c-more-info__link {
    gap: 2.6666666667vw;
    font-size: 5.3333333333vw;
    letter-spacing: -0.1066666667vw;
  }
  .c-more-info__link > svg {
    min-width: 8.2666666667vw;
    width: 8.2666666667vw;
    height: 5.6vw;
  }
}
.c-more-info__content {
  margin-top: 2.0833333333vw;
  font-size: 1.3194444444vw;
  font-weight: normal;
  line-height: 1.2631578947;
  letter-spacing: -0.0527777778vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .c-more-info__content {
    margin-top: 4.0322580645vw;
    font-size: 2.5537634409vw;
    letter-spacing: -0.1021505376vw;
  }
}
@media screen and (max-width: 743px) {
  .c-more-info__content {
    margin-top: 8vw;
    font-size: 5.0666666667vw;
    letter-spacing: -0.2026666667vw;
  }
}

.c-socnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2777777778vw;
  padding: 0.1388888889vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(260deg, #03FF86 0.58%, #0728FF 64.82%, #DCDCDC 99.42%);
  border-radius: 2.0833333333vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .c-socnav__list {
    gap: 0.6720430108vw;
    padding: 0.5376344086vw;
    border-radius: 7.2580645161vw;
  }
}
@media screen and (max-width: 743px) {
  .c-socnav__list {
    gap: 1.3333333333vw;
    padding: 1.0666666667vw;
    border-radius: 14.4vw;
  }
}
.c-socnav__link {
  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;
  min-width: 4.9305555556vw;
  width: 4.9305555556vw;
  height: 2.1527777778vw;
  border: 0.0694444444vw solid rgba(255, 255, 255, 0.25);
  border-radius: 2.0833333333vw;
}
@media screen and (hover: hover) {
  .c-socnav__link:hover {
    background: #FFFFFF;
    border-color: #FFFFFF;
  }
  .c-socnav__link:hover .c-socnav__icon {
    color: #0728FF;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .c-socnav__link {
    min-width: 19.0860215054vw;
    width: 19.0860215054vw;
    height: 7.5268817204vw;
    border-width: 0.2688172043vw;
    border-radius: 14.5161290323vw;
  }
}
@media screen and (max-width: 743px) {
  .c-socnav__link {
    min-width: 37.8666666667vw;
    width: 37.8666666667vw;
    height: 14.9333333333vw;
    border-width: 0.5333333333vw;
    border-radius: 28.8vw;
  }
}
.c-socnav__icon {
  min-width: 1.3888888889vw;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .c-socnav__icon {
    min-width: 4.8387096774vw;
    width: 4.8387096774vw;
    height: 4.8387096774vw;
  }
}
@media screen and (max-width: 743px) {
  .c-socnav__icon {
    min-width: 9.6vw;
    width: 9.6vw;
    height: 9.6vw;
  }
}

.c-search__trigger {
  position: relative;
  z-index: 1;
  overflow: hidden;
  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;
  padding: 0;
  min-width: 4.9305555556vw;
  width: 4.9305555556vw;
  height: 2.4305555556vw;
  font-size: 0;
  background: transparent;
  border: 0.0694444444vw solid #FFFFFF;
  border-radius: 1.3888888889vw;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.c-search__trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  display: block;
  width: 4.9305555556vw;
  height: 4.9305555556vw;
  opacity: 0;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transition: opacity 0.16s linear, -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.16s linear, -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.16s linear;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.16s linear, -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-search__trigger > svg {
  min-width: 2.6388888889vw;
  width: 2.6388888889vw;
  height: 2.6388888889vw;
  color: #FFFFFF;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-search__trigger:focus {
  outline: none;
}
@media screen and (hover: hover) {
  .c-search__trigger:hover::before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .c-search__trigger:hover > svg {
    color: #000000;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .c-search__trigger {
    min-width: 9.5430107527vw;
    width: 9.5430107527vw;
    height: 4.7043010753vw;
    border-width: 0.1344086022vw;
    border-radius: 2.688172043vw;
  }
  .c-search__trigger > svg {
    min-width: 5.1075268817vw;
    width: 5.1075268817vw;
    height: 5.1075268817vw;
  }
}
@media screen and (max-width: 743px) {
  .c-search__trigger {
    min-width: 18.9333333333vw;
    width: 18.9333333333vw;
    height: 9.3333333333vw;
    border-width: 0.2666666667vw;
    border-radius: 5.3333333333vw;
  }
  .c-search__trigger > svg {
    min-width: 10.1333333333vw;
    width: 10.1333333333vw;
    height: 10.1333333333vw;
  }
}

.c-heart--blue .c-heart__btn > svg {
  color: #394D6F;
}
.c-heart--blue .c-heart__btn.is--active > svg {
  color: #4C85E7;
}
@media screen and (hover: hover) {
  .c-heart--blue .c-heart__btn:hover:not(.is--active) > svg {
    color: #4A6591;
  }
}
.c-heart__wrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-heart__btn {
  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;
  padding: 0;
  min-width: 34.9305555556vw;
  width: 34.9305555556vw;
  height: 33.5416666667vw;
  font-size: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.c-heart__btn > svg {
  min-width: 34.9305555556vw;
  width: 34.9305555556vw;
  height: 33.5416666667vw;
  color: #161718;
}
.c-heart__btn:focus {
  outline: none;
}
.c-heart__btn.is--active > svg {
  color: #4C85E6;
}
@media screen and (hover: hover) {
  .c-heart__btn:hover:not(.is--active) > svg {
    color: #2E3033;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .c-heart__btn {
    min-width: 43.4139784946vw;
    width: 43.4139784946vw;
    height: 41.6666666667vw;
  }
  .c-heart__btn > svg {
    min-width: 43.4139784946vw;
    width: 43.4139784946vw;
    height: 41.6666666667vw;
  }
}
@media screen and (max-width: 743px) {
  .c-heart__btn {
    min-width: 70.1333333333vw;
    width: 70.1333333333vw;
    height: 67.4666666667vw;
  }
  .c-heart__btn > svg {
    min-width: 70.1333333333vw;
    width: 70.1333333333vw;
    height: 67.4666666667vw;
  }
}
.c-heart__stats {
  position: absolute;
  top: calc(50% - 1.3888888889vw);
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2.0833333333vw;
  pointer-events: none;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .c-heart__stats {
    gap: 3.2258064516vw;
  }
}
@media screen and (max-width: 743px) {
  .c-heart__stats {
    gap: 6.4vw;
  }
}
.c-heart__stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6944444444vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.7777777778vw;
  font-style: italic;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.1111111111vw;
}
.c-heart__stats-item > svg {
  min-width: 1.8055555556vw;
  width: 1.8055555556vw;
  height: 1.5972222222vw;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .c-heart__stats-item {
    gap: 1.0752688172vw;
    font-size: 3.2258064516vw;
    letter-spacing: -0.1338709677vw;
  }
  .c-heart__stats-item > svg {
    min-width: 2.4193548387vw;
    width: 2.4193548387vw;
    height: 1.6129032258vw;
  }
}
@media screen and (max-width: 743px) {
  .c-heart__stats-item {
    gap: 2.1333333333vw;
    font-size: 6.4vw;
    letter-spacing: -0.2650666667vw;
  }
  .c-heart__stats-item > svg {
    min-width: 4.8vw;
    width: 4.8vw;
    height: 3.2vw;
  }
}
.c-heart__title {
  position: absolute;
  top: 4.1666666667vw;
  left: calc(50% + 1.5972222222vw);
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 50vw;
  min-width: 50vw;
  font-size: 5.7638888889vw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.4034722222vw;
  text-overflow: ellipsis;
  color: #E2ECDF;
  pointer-events: none;
}
.c-heart__title > span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-heart__title > span:nth-child(even) {
  margin-left: auto;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .c-heart__title {
    top: 6.4516129032vw;
    left: calc(50% + 3.0913978495vw);
    max-width: 85.2150537634vw;
    min-width: 85.2150537634vw;
    font-size: 9.811827957vw;
    letter-spacing: -0.686827957vw;
  }
}
@media screen and (max-width: 743px) {
  .c-heart__title {
    top: 16.8vw;
    left: calc(50% + 1.8666666667vw);
    max-width: 84.8vw;
    min-width: 84.8vw;
    font-size: 11.4666666667vw;
    font-weight: normal;
    letter-spacing: -0.8141333333vw;
  }
}
.c-heart__title ~ .c-heart__btn {
  min-width: 24.5138888889vw;
  width: 24.5138888889vw;
  height: 23.5416666667vw;
}
.c-heart__title ~ .c-heart__btn > svg {
  min-width: 24.5138888889vw;
  width: 24.5138888889vw;
  height: 23.5416666667vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .c-heart__title ~ .c-heart__btn {
    min-width: 40.7258064516vw;
    width: 40.7258064516vw;
    height: 39.1129032258vw;
  }
  .c-heart__title ~ .c-heart__btn > svg {
    min-width: 40.7258064516vw;
    width: 40.7258064516vw;
    height: 39.1129032258vw;
  }
}
@media screen and (max-width: 743px) {
  .c-heart__title ~ .c-heart__btn {
    min-width: 68vw;
    width: 68vw;
    height: 65.3333333333vw;
  }
  .c-heart__title ~ .c-heart__btn > svg {
    min-width: 68vw;
    width: 68vw;
    height: 65.3333333333vw;
  }
}
.c-heart__title ~ .c-heart__stats {
  top: calc(50% + 2.0833333333vw);
  left: calc(50% - 3.6111111111vw);
}
.c-heart__title ~ .c-heart__stats::before {
  content: "";
  position: absolute;
  left: 0.1388888889vw;
  bottom: 0.1388888889vw;
  z-index: 1;
  -webkit-transform: translate(-100%, 100%);
      -ms-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  display: block;
  width: 1.5972222222vw;
  height: 1.5972222222vw;
  background-image: url(../img/icon-triangle-decor.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.c-heart__title ~ .c-heart__stats::after {
  content: "";
  position: absolute;
  top: 0.1388888889vw;
  right: 0.1388888889vw;
  z-index: 1;
  -webkit-transform: translate(100%, -100%) rotate(180deg);
      -ms-transform: translate(100%, -100%) rotate(180deg);
          transform: translate(100%, -100%) rotate(180deg);
  display: block;
  width: 1.5972222222vw;
  height: 1.5972222222vw;
  background-image: url(../img/icon-triangle-decor.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.c-heart__title ~ .c-heart__stats .c-heart__stats-item {
  font-size: 2.0833333333vw;
  line-height: 1.0666666667;
  letter-spacing: -0.0833333333vw;
}
.c-heart__title ~ .c-heart__stats .c-heart__stats-item > svg {
  min-width: 1.4583333333vw;
  width: 1.4583333333vw;
  height: 1.1111111111vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .c-heart__title ~ .c-heart__stats {
    top: calc(50% + 2.688172043vw);
    left: calc(50% - 5.6451612903vw);
  }
  .c-heart__title ~ .c-heart__stats::before {
    left: 0.2688172043vw;
    bottom: 0.2688172043vw;
    width: 2.5537634409vw;
    height: 2.5537634409vw;
  }
  .c-heart__title ~ .c-heart__stats::after {
    top: 0.2688172043vw;
    right: 0.2688172043vw;
    width: 2.5537634409vw;
    height: 2.5537634409vw;
  }
  .c-heart__title ~ .c-heart__stats .c-heart__stats-item {
    font-size: 3.4946236559vw;
    letter-spacing: -0.1424731183vw;
  }
  .c-heart__title ~ .c-heart__stats .c-heart__stats-item > svg {
    min-width: 2.4193548387vw;
    width: 2.4193548387vw;
    height: 1.8817204301vw;
  }
}
@media screen and (max-width: 743px) {
  .c-heart__title ~ .c-heart__stats {
    top: 48.5333333333vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    gap: 6.6666666667vw;
  }
  .c-heart__title ~ .c-heart__stats::before {
    left: 0.5333333333vw;
    bottom: 0.5333333333vw;
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
  .c-heart__title ~ .c-heart__stats::after {
    top: 0.5333333333vw;
    right: 0.5333333333vw;
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
  .c-heart__title ~ .c-heart__stats .c-heart__stats-item {
    font-size: 6.9333333333vw;
    letter-spacing: -0.2826666667vw;
  }
  .c-heart__title ~ .c-heart__stats .c-heart__stats-item > svg {
    min-width: 4.8vw;
    width: 4.8vw;
    height: 3.7333333333vw;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 4.375vw;
  min-height: 100vh;
}
.wrapper.is--loading .header {
  opacity: 0;
  pointer-events: none;
}
.wrapper.is--loading .main::before {
  opacity: 0;
}
.wrapper.is--loading .main__body, .wrapper.is--loading .main__canvas {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .wrapper {
    padding-top: 18.9516129032vw;
  }
}
@media screen and (max-width: 743px) {
  .wrapper {
    padding-top: 30.6666666667vw;
  }
}
.wrapper__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.wrapper__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 100vw;
  height: 100svh;
  opacity: 0.2;
}
.wrapper__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: translateZ(0);
  transition: translateZ(0);
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.wrapper__bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  color: #F5F8FF;
  background-color: #060606;
}
.main::before {
  content: "";
  position: absolute;
  top: -76.25vw;
  right: -1.7361111111vw;
  z-index: -1;
  display: block;
  width: 83.75vw;
  height: 83.75vw;
  opacity: 0.66;
  background: #8593CD;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.main::after {
  content: "";
  position: absolute;
  top: -10.4166666667vw;
  left: 0;
  z-index: -3;
  display: block;
  width: 104.3055555556vw;
  height: 85.4861111111vw;
  background-image: url(../img/main-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main::before {
    top: -172.5806451613vw;
    right: -101.6129032258vw;
    width: 189.7849462366vw;
    height: 189.7849462366vw;
  }
  .main::after {
    top: auto;
    bottom: -13.4408602151vw;
    width: 201.8817204301vw;
    height: 165.4569892473vw;
  }
}
@media screen and (max-width: 743px) {
  .main::before {
    top: -204.5333333333vw;
    right: -135.4666666667vw;
    width: 224.8vw;
    height: 224.8vw;
  }
  .main::after {
    top: auto;
    bottom: -37.3333333333vw;
    width: 200.2666666667vw;
    height: 164.1333333333vw;
  }
}
.main__wrap {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 100vh;
}
@media screen and (min-width: 1024px) {
  .main__wrap {
    padding-bottom: 8.1944444444vw;
    padding-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main__wrap {
    padding-bottom: 13.4408602151vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-height: 700px) {
  .main__wrap {
    padding-bottom: 10.752688172vw;
  }
}
@media screen and (max-width: 743px) {
  .main__wrap {
    padding-bottom: 32vw;
  }
}
.main__body {
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.main__logotype {
  display: block;
  overflow: hidden;
  margin-bottom: 1.9444444444vw;
  min-width: 8.6805555556vw;
  width: 8.6805555556vw;
  height: 8.6805555556vw;
}
.main__logotype img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .main__logotype {
    display: none;
  }
}
.main__heading {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 46.875vw;
  width: 100%;
  font-size: 2.3611111111vw;
  font-weight: 300;
  letter-spacing: -0.1652777778vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main__heading {
    max-width: 69.2204301075vw;
    font-size: 5.9139784946vw;
    letter-spacing: -0.3333333333vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-height: 700px) {
  .main__heading {
    font-size: 3.2258064516vw;
    letter-spacing: -0.1612903226vw;
  }
}
@media screen and (max-width: 743px) {
  .main__heading {
    max-width: none;
    font-size: 8vw;
    letter-spacing: -0.56vw;
  }
}
.main__canvas {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: -1 !important;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.main__canvas > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .main__canvas.is--bottom {
    top: auto;
    bottom: 0;
  }
}
.main__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -webkit-filter: blur(2.6666667461px);
          filter: blur(2.6666667461px);
}
.main__bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.advantages {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 744px) {
  .advantages {
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .advantages {
    top: 48.3870967742vw;
  }
}
@media screen and (max-width: 743px) {
  .advantages {
    top: 40.8333333333vw;
  }
}
.advantages__list {
  padding-left: 1.3888888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .advantages__list {
    padding-left: 1.3440860215vw;
  }
}
@media screen and (max-width: 743px) {
  .advantages__list {
    padding-left: 2.7777777778vw;
  }
}
.advantages__item {
  opacity: 0;
}
.advantages__item + .advantages__item {
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .advantages__item + .advantages__item {
    margin-top: 6.7204301075vw;
  }
}
@media screen and (max-width: 743px) {
  .advantages__item + .advantages__item {
    margin-top: 9.3333333333vw;
  }
}
.advantages__value {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6666666667vw;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.0666666667vw;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .advantages__value {
    font-size: 3.2258064516vw;
    letter-spacing: -0.1290322581vw;
  }
}
@media screen and (max-width: 743px) {
  .advantages__value {
    font-size: 6.4vw;
    letter-spacing: -0.256vw;
  }
}

.scroll-container {
  height: 100vh;
  cursor: pointer;
}

.about {
  position: relative;
  padding: 17.5vw 0 0;
  pointer-events: none;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about {
    padding: 20.4301075269vw 0 0;
  }
}
@media screen and (max-width: 743px) {
  .about {
    padding: 40.5333333333vw 0 0;
  }
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.6944444444vw;
}
@media screen and (max-width: 1023px) {
  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about__wrapper {
    gap: 20.4301075269vw;
  }
}
@media screen and (max-width: 743px) {
  .about__wrapper {
    gap: 35.2vw;
  }
}
.about__slider-sm {
  max-width: 31.25vw;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .about__slider-sm {
    max-width: none;
  }
}
.about__slider-lg {
  max-width: 55.2777777778vw;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .about__slider-lg {
    max-width: none;
  }
}
.about__slider-sm, .about__slider-lg {
  position: relative;
  z-index: 1;
}
.about__slider-sm .swiper, .about__slider-lg .swiper {
  pointer-events: none;
}
.about__slider-sm .about__nav-btn,
.about__slider-sm .about__nav-btn,
.about__slider-sm .about__pagination,
.about__slider-sm .about__pagination, .about__slider-lg .about__nav-btn,
.about__slider-lg .about__nav-btn,
.about__slider-lg .about__pagination,
.about__slider-lg .about__pagination {
  pointer-events: auto;
}
.about__slider-sm .swiper-slide, .about__slider-lg .swiper-slide {
  height: auto;
}
.about__slider-sm .swiper {
  overflow: hidden;
  height: 52.2222222222vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about__slider-sm .swiper {
    height: 94.3548387097vw;
  }
}
@media screen and (max-width: 743px) {
  .about__slider-sm .swiper {
    height: 131.2vw;
  }
}
.about__slider-sm .about__pagination {
  position: absolute;
  left: -1.3194444444vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6944444444vw;
}
.about__slider-sm .about__pagination.swiper-pagination-lock {
  display: none;
}
.about__slider-sm .about__pagination .swiper-pagination-bullet {
  display: block;
  margin: 0;
  padding: 0;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-radius: 50%;
  opacity: 1;
  background: rgba(255, 255, 255, 0.15);
}
.about__slider-sm .about__pagination .swiper-pagination-bullet-active {
  background: #fff;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about__slider-sm .about__pagination {
    left: -2.5537634409vw;
    gap: 1.3440860215vw;
  }
}
@media screen and (max-width: 743px) {
  .about__slider-sm .about__pagination {
    display: none;
  }
}
.about__slider-lg .swiper {
  overflow: hidden;
  height: 52.2222222222vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about__slider-lg .swiper {
    height: 101.0752688172vw;
  }
}
@media screen and (max-width: 743px) {
  .about__slider-lg .swiper {
    height: 122.6666666667vw;
  }
}
.about__slider-lg .about__pagination {
  position: absolute;
  right: -1.3194444444vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6944444444vw;
}
.about__slider-lg .about__pagination.swiper-pagination-lock {
  display: none;
}
.about__slider-lg .about__pagination .swiper-pagination-bullet {
  display: block;
  margin: 0;
  padding: 0;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-radius: 50%;
  opacity: 1;
  background: rgba(255, 255, 255, 0.15);
}
.about__slider-lg .about__pagination .swiper-pagination-bullet-active {
  background: #fff;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about__slider-lg .about__pagination {
    right: -2.5537634409vw;
    gap: 1.3440860215vw;
  }
}
@media screen and (max-width: 743px) {
  .about__slider-lg .about__pagination {
    display: none;
  }
}
.about__nav-btn {
  position: absolute;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 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;
  padding: 0;
  width: 2.9861111111vw;
  height: 2.9861111111vw;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.about__nav-btn:focus {
  outline: none;
}
.about__nav-btn svg {
  min-width: 1.5972222222vw;
  width: 1.5972222222vw;
  height: 1.5972222222vw;
  color: #ffffff;
}
.about__nav-btn--prev {
  top: -4.0277777778vw;
}
.about__nav-btn--next {
  bottom: -1.5277777778vw;
}
.about__nav-btn.swiper-button-lock, .about__nav-btn.swiper-button-disabled {
  display: none;
}
@media screen and (hover: hover) {
  .about__nav-btn:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about__nav-btn {
    width: 5.7795698925vw;
    height: 5.7795698925vw;
  }
  .about__nav-btn svg {
    min-width: 3.0913978495vw;
    width: 3.0913978495vw;
    height: 3.0913978495vw;
  }
  .about__nav-btn--prev {
    top: -7.7956989247vw;
  }
  .about__nav-btn--next {
    bottom: -2.9569892473vw;
  }
}
@media screen and (max-width: 743px) {
  .about__nav-btn {
    width: 11.4666666667vw;
    height: 11.4666666667vw;
  }
  .about__nav-btn svg {
    min-width: 26.0416666667vw;
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
  .about__nav-btn--prev {
    top: -13.3333333333vw;
  }
  .about__nav-btn--next {
    bottom: -10.6666666667vw;
  }
}
.about__card {
  margin-bottom: 2.5vw;
  pointer-events: auto;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about__card {
    margin-bottom: 1.3440860215vw;
  }
}
@media screen and (max-width: 743px) {
  .about__card {
    margin-bottom: 2.6666666667vw;
  }
}
.about__bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: -3;
  display: block;
  width: 100vw;
  height: 100dvh;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.about__bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__bg.is--hidden {
  opacity: 0;
}

.about-card-diagnostics {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 2.4305555556vw 2.0833333333vw 2.0833333333vw;
  height: 14.8611111111vw;
  color: #FFFFFF;
  background: rgba(1, 2, 13, 0.6);
  border-radius: 2.8472222222vw;
}
.about-card-diagnostics::after {
  content: "";
  position: absolute;
  bottom: 2.0833333333vw;
  left: 2.0833333333vw;
  z-index: -1;
  display: block;
  width: 27.0833333333vw;
  height: 1.7361111111vw;
  background-image: url('data:image/svg+xml,<svg width="390" height="25" viewBox="0 0 390 25" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="368" height="25" rx="12.5" fill="white"/><mask id="mask0_2005_1712" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="374" y="7" width="16" height="12"><rect x="374" y="7.00732" width="15.9487" height="11.3919" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2005_1712)"><line opacity="0.3" x1="371.722" y1="12.7032" x2="393.366" y2="12.7032" stroke="white" stroke-width="9.11355" stroke-dasharray="1.14 1.14"/></g><circle cx="15.2784" cy="13.2784" r="2.27839" fill="%230E1327"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-diagnostics {
    padding: 4.7043010753vw 4.0322580645vw 4.0322580645vw;
    height: 28.7634408602vw;
    border-radius: 5.5107526882vw;
  }
  .about-card-diagnostics::after {
    bottom: 4.0322580645vw;
    left: 4.0322580645vw;
    width: 52.4193548387vw;
    height: 3.3602150538vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-diagnostics {
    padding: 8vw 5.3333333333vw 10.6666666667vw;
    height: 41.0666666667vw;
    border-radius: 8.2666666667vw;
  }
  .about-card-diagnostics::after {
    bottom: 5.3333333333vw;
    left: 6.6666666667vw;
    width: 76.8vw;
    height: 5.6vw;
  }
}
.about-card-diagnostics__value {
  position: relative;
  z-index: 1;
  display: block;
  margin-left: auto;
  margin-right: 1.7361111111vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.9166666667vw;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #03FF86;
}
.about-card-diagnostics__value::after {
  content: "";
  position: absolute;
  top: 0.4861111111vw;
  right: -0.625vw;
  z-index: -1;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  display: block;
  width: 0.0694444444vw;
  height: 9.7916666667vw;
  background: #03FF86;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-diagnostics__value {
    margin-right: 3.3602150538vw;
    font-size: 5.6451612903vw;
  }
  .about-card-diagnostics__value::after {
    top: 0.9408602151vw;
    right: -1.2096774194vw;
    width: 0.1344086022vw;
    height: 18.9516129032vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-diagnostics__value {
    margin-right: 3.7333333333vw;
    font-size: 6.1333333333vw;
  }
  .about-card-diagnostics__value::after {
    top: 0.4861111111vw;
    right: -2.4vw;
    width: 0.2666666667vw;
    height: 26.1333333333vw;
  }
}
.about-card-diagnostics__description {
  display: block;
  margin-bottom: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5277777778vw;
  font-weight: normal;
  letter-spacing: -0.04em;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-diagnostics__description {
    font-size: 2.9569892473vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-diagnostics__description {
    font-size: 4.2666666667vw;
  }
}

.about-card-equipment {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 2.4305555556vw 2.0833333333vw;
  height: 14.8611111111vw;
  color: #FFFFFF;
  background: rgba(1, 2, 13, 0.6);
  border-radius: 2.8472222222vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-equipment {
    padding: 4.7043010753vw 4.0322580645vw;
    height: 28.7634408602vw;
    border-radius: 5.5107526882vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-equipment {
    padding: 6.6666666667vw 5.3333333333vw;
    height: 41.0666666667vw;
    border-radius: 8.2666666667vw;
  }
}
.about-card-equipment__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5277777778vw;
  font-weight: normal;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-equipment__title {
    font-size: 2.9569892473vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-equipment__title {
    font-size: 4.2666666667vw;
  }
}
.about-card-equipment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.1805555556vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-equipment__list {
    margin-top: 2.2849462366vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-equipment__list {
    margin-top: 3.2vw;
  }
}
.about-card-equipment__list-item + .about-card-equipment__list-item {
  margin-left: -0.7638888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-equipment__list-item + .about-card-equipment__list-item {
    margin-left: -1.4784946237vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-equipment__list-item + .about-card-equipment__list-item {
    margin-left: -1.8666666667vw;
  }
}
.about-card-equipment__img {
  display: block;
  overflow: hidden;
  min-width: 3.5416666667vw;
  width: 3.5416666667vw;
  height: 3.5416666667vw;
  border-radius: 50%;
}
.about-card-equipment__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-equipment__img {
    min-width: 6.8548387097vw;
    width: 6.8548387097vw;
    height: 6.8548387097vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-equipment__img {
    min-width: 9.8666666667vw;
    width: 9.8666666667vw;
    height: 9.8666666667vw;
  }
}

.about-card-research {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 4.8611111111vw 4.0277777778vw 4.1666666667vw;
  height: 23.6111111111vw;
  color: #060606;
  background: #FFFFFF;
  border-radius: 2.4305555556vw;
  will-change: transform;
}
.about-card-research::before {
  content: "";
  position: absolute;
  right: -13.4722222222vw;
  bottom: -16.1805555556vw;
  z-index: -3;
  display: block;
  width: 61.9444444444vw;
  height: 61.9444444444vw;
  background: linear-gradient(260deg, #03FF86 0.58%, #0728FF 64.82%, #DCDCDC 99.42%);
  border-radius: 50%;
  -webkit-filter: blur(75px);
          filter: blur(75px);
  will-change: transform;
}
.about-card-research::after {
  content: "";
  position: absolute;
  bottom: 8.5416666667vw;
  left: 4.0277777778vw;
  z-index: -2;
  display: block;
  width: 48.4027777778vw;
  height: 0.2777777778vw;
  opacity: 0.5;
  background-image: url('data:image/svg+xml,<svg width="697" height="2" viewBox="0 0 697 2" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="8.74228e-08" y1="1" x2="697" y2="1.00006" stroke="white" stroke-width="2" stroke-dasharray="1 8"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  will-change: transform;
}
.about-card-research:hover {
  color: #060606;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-research {
    padding: 9.4086021505vw 4.0322580645vw 8.064516129vw;
    height: 45.6989247312vw;
    border-radius: 4.7043010753vw;
  }
  .about-card-research::before {
    right: -26.0752688172vw;
    bottom: -31.3172043011vw;
    width: 119.8924731183vw;
    height: 119.8924731183vw;
  }
  .about-card-research::after {
    bottom: 16.5322580645vw;
    left: 7.7956989247vw;
    width: 93.6827956989vw;
    height: 0.5376344086vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-research {
    padding: 6.6666666667vw;
    height: 58.6666666667vw;
    border-radius: 6.6666666667vw;
  }
  .about-card-research::before {
    bottom: -29.8666666667vw;
    width: 99.2vw;
    height: 99.2vw;
  }
  .about-card-research::after {
    top: 32.2666666667vw;
    right: -11.2vw;
    width: 165.0666666667vw;
    height: 51.7333333333vw;
  }
}
.about-card-research__icon {
  position: absolute;
  top: 2.0833333333vw;
  right: 2.0833333333vw;
  z-index: 1;
  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;
  min-width: 1.875vw;
  width: 1.875vw;
  height: 1.875vw;
  background: #000000;
  border-radius: 50%;
}
.about-card-research__icon > svg {
  min-width: 0.8333333333vw;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-research__icon {
    top: 3.3602150538vw;
    right: 3.3602150538vw;
    min-width: 3.6290322581vw;
    width: 3.6290322581vw;
    height: 3.6290322581vw;
  }
  .about-card-research__icon > svg {
    min-width: 1.6129032258vw;
    width: 1.6129032258vw;
    height: 1.6129032258vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-research__icon {
    top: 4vw;
    right: 4vw;
    min-width: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .about-card-research__icon > svg {
    min-width: 2.4vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}
.about-card-research__body {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 24.6527777778vw;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-research__body {
    max-width: 47.7150537634vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-research__body {
    max-width: 76vw;
  }
}
.about-card-research__title {
  display: block;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.125vw;
  font-weight: 600;
  letter-spacing: -0.07em;
  opacity: 0.9;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-research__title {
    font-size: 3.6290322581vw;
    letter-spacing: -0.2540322581vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-research__title {
    max-width: 37.3333333333vw;
    font-size: 4.8vw;
    letter-spacing: -0.336vw;
  }
}
.about-card-research__description {
  display: block;
  margin-top: 1.8055555556vw;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25vw;
  font-weight: normal;
  letter-spacing: -0.05vw;
  color: #1F212D;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-research__description {
    margin-top: 3.4946236559vw;
    font-size: 2.4193548387vw;
    letter-spacing: -0.0967741935vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-research__description {
    margin-top: 5.6vw;
    font-size: 3.4666666667vw;
    letter-spacing: -0.1386666667vw;
  }
}
.about-card-research__img {
  position: absolute;
  top: 50%;
  right: 5.5555555556vw;
  z-index: -1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  overflow: hidden;
  width: 16.6666666667vw;
  height: 16.5277777778vw;
  will-change: transform;
}
.about-card-research__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-research__img {
    right: 6.0483870968vw;
    width: 32.2580645161vw;
    height: 31.9892473118vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-research__img {
    top: 6.6666666667vw;
    right: 9.3333333333vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 32vw;
    height: 31.7333333333vw;
  }
}

.about-card-events {
  position: relative;
  z-index: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 2.6388888889vw;
  height: 23.6111111111vw;
  border-radius: 3.125vw;
}
.about-card-events::before {
  content: "";
  position: absolute;
  top: 2.7083333333vw;
  right: 2.0833333333vw;
  z-index: -1;
  display: block;
  width: 16.3888888889vw;
  height: 0.625vw;
  background-image: url(../img/about-card-events-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (hover: hover) {
  .about-card-events:hover .about-card-events__bg img {
    -webkit-transform: scale(1.075);
        -ms-transform: scale(1.075);
            transform: scale(1.075);
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-events {
    padding: 3.6290322581vw 3.6290322581vw 5.6451612903vw;
    min-height: 46.1021505376vw;
    border-radius: 4.7043010753vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-events {
    padding: 5.3333333333vw 5.3333333333vw 7.4666666667vw;
    min-height: 58.6666666667vw;
    border-radius: 6.6666666667vw;
  }
}
.about-card-events__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-card-events__tag {
  display: block;
  padding: 0.2083333333vw 0.5555555556vw 0.2777777778vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3888888889vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.0555555556vw;
  color: #141416;
  background: #FFFFFF;
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-events__tag {
    padding: 0.4704301075vw 1.0752688172vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
    border-radius: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-events__tag {
    padding: 0.8vw 1.6vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.1493333333vw;
    border-radius: 4vw;
  }
}
.about-card-events__icon {
  position: absolute;
  top: 2.0833333333vw;
  right: 2.0833333333vw;
  z-index: 1;
  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;
  min-width: 1.875vw;
  width: 1.875vw;
  height: 1.875vw;
  background: #000000;
  border-radius: 50%;
}
.about-card-events__icon > svg {
  min-width: 0.8333333333vw;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-events__icon {
    top: 3.3602150538vw;
    right: 3.3602150538vw;
    min-width: 3.6290322581vw;
    width: 3.6290322581vw;
    height: 3.6290322581vw;
  }
  .about-card-events__icon > svg {
    min-width: 1.6129032258vw;
    width: 1.6129032258vw;
    height: 1.6129032258vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-events__icon {
    top: 4vw;
    right: 4vw;
    min-width: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .about-card-events__icon > svg {
    min-width: 2.4vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}
.about-card-events__title {
  display: block;
  margin-top: 2.7777777778vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5972222222vw;
  font-weight: 600;
  letter-spacing: -0.1118055556vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-events__title {
    margin-top: 5.376344086vw;
    font-size: 3.0913978495vw;
    letter-spacing: -0.2163978495vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-events__title {
    margin-top: 10.6666666667vw;
    font-size: 4.5333333333vw;
    letter-spacing: -0.3173333333vw;
  }
}
.about-card-events__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
}
.about-card-events__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30.89%, rgba(87, 87, 87, 0)), to(#4E4E4E));
  background: linear-gradient(180deg, rgba(87, 87, 87, 0) 30.89%, #4E4E4E 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.about-card-events__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  will-change: transform;
}

.about-card-subscribe {
  position: relative;
  z-index: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 2.0833333333vw 1.7361111111vw;
  height: 14.8611111111vw;
  background: #2A2A2A;
  border-radius: 2.8472222222vw;
  will-change: transform;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-subscribe {
    padding: 4.0322580645vw 3.3602150538vw;
    height: 28.7634408602vw;
    border-radius: 5.5107526882vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-subscribe {
    padding: 8vw 5.3333333333vw;
    height: 41.0666666667vw;
    border-radius: 8.2666666667vw;
  }
}
.about-card-subscribe__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4166666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3888888889vw;
  font-weight: 500;
  letter-spacing: -0.0416666667vw;
  color: #FFFFFF;
}
.about-card-subscribe__tag > svg {
  min-width: 0.8333333333vw;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-subscribe__tag {
    gap: 0.8064516129vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.0806451613vw;
  }
  .about-card-subscribe__tag > svg {
    min-width: 1.6129032258vw;
    width: 1.6129032258vw;
    height: 1.6129032258vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-subscribe__tag {
    gap: 1.0666666667vw;
    font-size: 4vw;
    letter-spacing: -0.12vw;
  }
  .about-card-subscribe__tag > svg {
    min-width: 2.4vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}
.about-card-subscribe__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-card-subscribe__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7638888889vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-subscribe__profile {
    gap: 1.4784946237vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-subscribe__profile {
    gap: 1.0666666667vw;
  }
}
.about-card-subscribe__profile-img {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 0.1388888889vw;
  min-width: 3.2638888889vw;
  width: 3.2638888889vw;
  height: 3.2638888889vw;
  border-radius: 50%;
}
.about-card-subscribe__profile-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(74deg, #4AA8F5 11.13%, #C495FB 57.96%, #634AFE 88.87%);
  border-radius: 50%;
}
.about-card-subscribe__profile-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-subscribe__profile-img {
    padding: 0.2688172043vw;
    min-width: 6.3172043011vw;
    width: 6.3172043011vw;
    height: 6.3172043011vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-subscribe__profile-img {
    padding: 0.5333333333vw;
    min-width: 9.3333333333vw;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.about-card-subscribe__profile-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25vw;
  font-weight: normal;
  letter-spacing: -0.0875vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-subscribe__profile-title {
    font-size: 2.4193548387vw;
    letter-spacing: -0.1693548387vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-subscribe__profile-title {
    font-size: 3.4666666667vw;
    letter-spacing: -0.2426666667vw;
  }
}
.about-card-subscribe__profile-help {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9722222222vw;
  font-weight: normal;
  letter-spacing: -0.0680555556vw;
  opacity: 0.4;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-subscribe__profile-help {
    font-size: 1.8817204301vw;
    letter-spacing: -0.1317204301vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-subscribe__profile-help {
    font-size: 2.6666666667vw;
    letter-spacing: -0.1866666667vw;
  }
}
.about-card-subscribe__btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6944444444vw;
  padding: 0.625vw 0.9722222222vw 0.625vw 1.3888888889vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 600;
  letter-spacing: -0.0222222222vw;
  text-transform: uppercase;
  color: #141615;
  background: #FFFFFF;
  border-radius: 2.0833333333vw;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.about-card-subscribe__btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(74deg, #4AA8F5 11.13%, #C495FB 57.96%, #634AFE 88.87%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (hover: hover) {
  .about-card-subscribe__btn:hover {
    color: #FFFFFF;
  }
  .about-card-subscribe__btn:hover::before {
    opacity: 1;
  }
  .about-card-subscribe__btn:hover .about-card-subscribe__links::before {
    opacity: 1;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-subscribe__btn {
    gap: 1.3440860215vw;
    padding: 1.2096774194vw 1.8817204301vw 1.2096774194vw 2.688172043vw;
    font-size: 2.0161290323vw;
    letter-spacing: -0.0430107527vw;
    border-radius: 4.0322580645vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-subscribe__btn {
    gap: 1.8666666667vw;
    padding: 1.8666666667vw 2.6666666667vw 1.8666666667vw 4vw;
    font-size: 3.2vw;
    letter-spacing: -0.064vw;
    border-radius: 5.8666666667vw;
  }
}
.about-card-subscribe__links {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: url(../img/links-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.about-card-subscribe__links::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: url(../img/links-bg-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
}
.about-card-subscribe__link {
  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;
  overflow: hidden;
  min-width: 1.875vw;
  width: 1.875vw;
  height: 1.875vw;
}
.about-card-subscribe__link > svg {
  min-width: 0.8333333333vw;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .about-card-subscribe__link:hover > svg {
    color: #8593CD;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-subscribe__link {
    min-width: 3.6290322581vw;
    width: 3.6290322581vw;
    height: 3.6290322581vw;
    border-radius: 4.0322580645vw;
  }
  .about-card-subscribe__link > svg {
    min-width: 1.6129032258vw;
    width: 1.6129032258vw;
    height: 1.6129032258vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-subscribe__link {
    min-width: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
  .about-card-subscribe__link > svg {
    min-width: 2.4vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}
.about-card-subscribe__link + .about-card-subscribe__link {
  margin-left: -0.1388888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card-subscribe__link + .about-card-subscribe__link {
    margin-left: -0.1344086022vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card-subscribe__link + .about-card-subscribe__link {
    margin-left: -0.2666666667vw;
  }
}
.about-card-subscribe__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  will-change: will-change;
}
.about-card-subscribe__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30.89%, rgba(87, 87, 87, 0)), to(#4E4E4E));
  background: linear-gradient(180deg, rgba(87, 87, 87, 0) 30.89%, #4E4E4E 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.about-card-subscribe__bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-worlds__wrap {
  padding: 8.3333333333vw 0;
  min-height: 22.2222222222vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-worlds__wrap {
    padding: 10.752688172vw 0;
    min-height: 43.0107526882vw;
  }
}
@media screen and (max-width: 743px) {
  .about-worlds__wrap {
    padding: 21.3333333333vw 0;
    min-height: 85.3333333333vw;
  }
}
.about-worlds__list {
  margin-left: auto;
  max-width: 43.1944444444vw;
  width: 100%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-worlds__list {
    max-width: 46.9086021505vw;
  }
}
@media screen and (max-width: 743px) {
  .about-worlds__list {
    max-width: none;
  }
}
.about-worlds__item + .about-worlds__item {
  margin-top: 3.8194444444vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-worlds__item + .about-worlds__item {
    margin-top: 4.7043010753vw;
  }
}
@media screen and (max-width: 743px) {
  .about-worlds__item + .about-worlds__item {
    margin-top: 9.3333333333vw;
  }
}
.about-worlds__elem {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.0833333333vw;
  font-weight: normal;
  letter-spacing: -0.0833333333vw;
  color: #FFFFFF;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-worlds__elem {
    font-size: 4.0322580645vw;
    letter-spacing: -0.1612903226vw;
  }
}
@media screen and (max-width: 743px) {
  .about-worlds__elem {
    font-size: 6.4vw;
    letter-spacing: -0.256vw;
  }
}

.research {
  padding: 7.3611111111vw 0 0;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research {
    padding: 26.8817204301vw 0 0;
  }
}
@media screen and (max-width: 743px) {
  .research {
    padding: 32.8vw 0 0;
  }
}
.research__top {
  margin-bottom: 6.5972222222vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research__top {
    margin-bottom: 8.064516129vw;
  }
}
@media screen and (max-width: 743px) {
  .research__top {
    margin-bottom: 24vw;
  }
}
.research__heading {
  display: block;
  padding: 0 3.1944444444vw 0 3.4722222222vw;
  width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 6.25vw;
  font-weight: 300;
  line-height: 0.8653846154;
  letter-spacing: -0.375vw;
  text-align: right;
  color: #FFFFFF;
}
.research__heading b {
  display: block;
  font-size: 7.2222222222vw;
  font-weight: 500;
  font-style: italic;
  line-height: 1.1538461539;
  letter-spacing: -0.2888888889vw;
  text-align: left;
}
.research__heading span > span {
  opacity: 0.35;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research__heading {
    padding: 0 2.1505376344vw 0 0.2688172043vw;
    font-size: 7.7956989247vw;
    line-height: 0.9482758621;
    letter-spacing: -0.4704301075vw;
  }
  .research__heading b {
    font-size: 7.7956989247vw;
    line-height: 1.1379310345;
    letter-spacing: -0.3091397849vw;
  }
}
@media screen and (max-width: 743px) {
  .research__heading {
    padding: 0;
    font-size: 10.6666666667vw;
    line-height: 0.975;
    letter-spacing: -0.64vw;
  }
  .research__heading b {
    font-size: 10.6666666667vw;
    line-height: 1.15;
    letter-spacing: -0.4266666667vw;
  }
}
.research__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.9166666667vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research__wrapper {
    gap: 3.2258064516vw;
  }
}
@media screen and (max-width: 743px) {
  .research__wrapper {
    gap: 4.2666666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .research__item {
    width: calc(25% - 2.1875vw);
  }
  .research__item:nth-child(2), .research__item:nth-child(4) {
    margin-top: 11.0416666667vw;
  }
  .research__item:nth-child(4n+5), .research__item:nth-child(4n+7) {
    margin-top: -11.0416666667vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research__item {
    width: calc(50% - 1.6129032258vw);
  }
  .research__item:nth-child(2) {
    margin-top: 16.1290322581vw;
  }
  .research__item:nth-child(2n+3) {
    margin-top: -16.1290322581vw;
  }
}
@media screen and (max-width: 743px) {
  .research__item {
    width: calc(50% - 2.1333333333vw);
  }
  .research__item:nth-child(2) {
    margin-top: 21.3333333333vw;
  }
  .research__item:nth-child(2n+3) {
    margin-top: -21.3333333333vw;
  }
}
.research__bottom {
  margin-top: 4.1666666667vw;
  margin-left: auto;
  max-width: 44.5138888889vw;
  width: 100%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research__bottom {
    margin-top: 6.7204301075vw;
    max-width: 46.7741935484vw;
  }
}
@media screen and (max-width: 743px) {
  .research__bottom {
    margin-top: 32vw;
    margin-left: 0;
    max-width: 92.8vw;
  }
}
.research__content {
  max-width: 39.6527777778vw;
  width: 100%;
  font-size: 1.3888888889vw;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.0555555556vw;
  color: #DFE6EC;
}
.research__content > * {
  margin-bottom: 3.4722222222vw;
}
.research__content > *:last-child {
  margin-bottom: 0;
}
.research__content a {
  color: #DFE6EC;
}
.research__content a:hover {
  color: #DFE6EC;
}
@media screen and (max-width: 1023px) {
  .research__content {
    max-width: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research__content {
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .research__content > * {
    margin-bottom: 6.7204301075vw;
  }
}
@media screen and (max-width: 743px) {
  .research__content {
    font-size: 4.8vw;
    letter-spacing: -0.192vw;
  }
  .research__content > * {
    margin-bottom: 8vw;
  }
}

.research-card {
  position: relative;
  z-index: 1;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  color: #FFFFFF;
  background: #1F2435;
  border-radius: 2.4305555556vw;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.research-card::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.research-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30.89%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.89%, rgba(0, 0, 0, 0.8) 100%);
  mix-blend-mode: multiply;
}
.research-card:hover {
  color: #FFFFFF;
}
.research-card.is--dimmed {
  opacity: 0.2 !important;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-card {
    border-radius: 4.7043010753vw;
  }
}
@media screen and (max-width: 743px) {
  .research-card {
    border-radius: 5.3333333333vw;
  }
}
.research-card__icon {
  position: absolute;
  top: 2.7083333333vw;
  left: 2.5vw;
  z-index: 1;
  display: block;
  width: 0.9722222222vw;
  height: 1.25vw;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-card__icon {
    top: 5.2419354839vw;
    left: 4.8387096774vw;
    width: 1.8817204301vw;
    height: 2.4193548387vw;
  }
}
@media screen and (max-width: 743px) {
  .research-card__icon {
    top: 4.8vw;
    left: 4.5333333333vw;
    width: 1.8666666667vw;
    height: 2.4vw;
  }
}
.research-card__title {
  position: absolute;
  left: 2.3611111111vw;
  bottom: 2.8472222222vw;
  z-index: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.7361111111vw;
  line-height: 1;
  letter-spacing: -0.0694444444vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-card__title {
    left: 4.5698924731vw;
    bottom: 5.5107526882vw;
    font-size: 3.3602150538vw;
    letter-spacing: -0.1344086022vw;
  }
}
@media screen and (max-width: 743px) {
  .research-card__title {
    left: 4.2666666667vw;
    bottom: 5.0666666667vw;
    font-size: 3.2vw;
    letter-spacing: -0.128vw;
  }
}
.research-card__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
}
.research-card__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.research-inner__top {
  position: relative;
  z-index: 1;
  padding: 8.3333333333vw 3.3333333333vw 8.3333333333vw 2.0833333333vw;
  min-height: 30.1388888889vw;
}
.research-inner__top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 29.6527777778vw;
  height: 20.7638888889vw;
  background-image: url(../img/decor-triangle-square-inner.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner__top {
    padding: 29.5698924731vw 0 5.376344086vw;
    min-height: auto;
  }
  .research-inner__top::before {
    top: 2.1505376344vw;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 77.9569892473vw;
    height: 54.5698924731vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner__top {
    padding: 42.6666666667vw 0 10.6666666667vw;
    min-height: 74.6666666667vw;
  }
  .research-inner__top::before {
    top: 9.0666666667vw;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 80.8vw;
    height: 56.8vw;
  }
}
.research-inner__heading {
  display: block;
  width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 7.2222222222vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.2888888889vw;
}
.research-inner__heading-small {
  font-size: 6.25vw;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.375vw;
}
@media screen and (min-width: 1024px) {
  .research-inner__heading-small {
    padding-left: 9.0277777778vw;
  }
  .research-inner__heading > span {
    display: block;
    overflow: hidden;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .research-inner__heading > span:nth-child(2n) {
    margin-left: auto;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner__heading {
    font-size: 10.4838709677vw;
    letter-spacing: -0.4193548387vw;
  }
  .research-inner__heading-small {
    margin-top: 17.0698924731vw;
    max-width: 85%;
    font-size: 10.752688172vw;
    letter-spacing: -0.6389784946vw;
  }
  .research-inner__heading > span {
    display: block;
  }
}
@media screen and (max-width: 743px) {
  .research-inner__heading {
    font-size: 11.2vw;
    letter-spacing: -0.4533333333vw;
  }
  .research-inner__heading-small {
    margin-top: 18.6666666667vw;
    max-width: 85%;
    font-size: 11.7333333333vw;
    letter-spacing: -0.6986666667vw;
  }
  .research-inner__heading > span {
    display: block;
  }
}
.research-inner__back {
  position: absolute;
  bottom: 5.5555555556vw;
  left: 2.0833333333vw;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6944444444vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: normal;
  letter-spacing: -0.0222222222vw;
  text-transform: uppercase;
  color: #FFFFFF;
}
.research-inner__back > svg {
  min-width: 1.6666666667vw;
  width: 1.6666666667vw;
  height: 1.1111111111vw;
  color: #FFFFFF;
}
.research-inner__back:hover {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .research-inner__back:hover {
    color: #8593CD;
  }
  .research-inner__back:hover > svg {
    color: #8593CD;
  }
}
@media screen and (max-width: 1023px) {
  .research-inner__back {
    display: none;
  }
}
.research-inner__img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) rotate(-1deg);
      -ms-transform: translate(-50%, -50%) rotate(-1deg);
          transform: translate(-50%, -50%) rotate(-1deg);
  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;
  overflow: hidden;
  width: 24.5138888889vw;
  height: 24.5138888889vw;
}
.research-inner__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner__img {
    top: 0;
    -webkit-transform: translate(-50%, 0) rotate(-1deg);
        -ms-transform: translate(-50%, 0) rotate(-1deg);
            transform: translate(-50%, 0) rotate(-1deg);
    width: 64.5161290323vw;
    height: 64.5161290323vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner__img {
    top: 9.0666666667vw;
    -webkit-transform: translate(-50%, 0) rotate(-1deg);
        -ms-transform: translate(-50%, 0) rotate(-1deg);
            transform: translate(-50%, 0) rotate(-1deg);
    width: 66.6666666667vw;
    height: 58.4vw;
  }
}
.research-inner__about {
  padding: 1.25vw 0;
  min-height: 16.25vw;
  width: 100%;
  border-top: 1px solid #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner__about {
    padding: 2.4193548387vw 0;
    min-height: 41.935483871vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner__about {
    padding: 4.8vw 0;
    min-height: 77.3333333333vw;
  }
}
.research-inner__description {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 31.9444444444vw;
  width: 100%;
  font-size: 1.3888888889vw;
  font-weight: normal;
  letter-spacing: -0.0555555556vw;
  text-overflow: ellipsis;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner__description {
    max-width: 61.8279569892vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner__description {
    max-width: none;
    font-size: 4.8vw;
    letter-spacing: -0.192vw;
  }
}
.research-inner__item {
  position: relative;
  z-index: 1;
  width: 100%;
  border-top: 0.0694444444vw solid #FFFFFF;
}
.research-inner__item.is--open .research-inner__trigger {
  padding-top: 2.0833333333vw;
}
.research-inner__item.is--open .research-inner__trigger::before {
  border-color: #FFFFFF;
}
@media screen and (hover: hover) {
  .research-inner__item:hover .research-inner__trigger {
    padding-top: 2.0833333333vw;
  }
  .research-inner__item:hover .research-inner__trigger::before {
    border-color: #FFFFFF;
  }
  .research-inner__item:hover .research-inner__trigger-more {
    opacity: 1;
  }
  .research-inner__item.is--open .research-inner__trigger-more {
    opacity: 1;
    color: transparent;
  }
  .research-inner__item.is--open .research-inner__trigger-more::after {
    background: #FFFFFF;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner__item {
    border-top-width: 0.1344086022vw;
  }
  .research-inner__item.is--open .research-inner__trigger {
    padding-top: 3.0913978495vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner__item {
    border-top-width: 0.2666666667vw;
  }
  .research-inner__item.is--open .research-inner__trigger {
    padding-top: 5.0666666667vw;
  }
}
.research-inner__trigger {
  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: 2.7777777778vw;
  padding: 1.875vw 1.3888888889vw;
  width: 100%;
  text-align: left;
  color: #FFFFFF;
  background: transparent;
  border: none;
  border-radius: 1.3888888889vw;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.research-inner__trigger::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  border-top: 0.2083333333vw solid transparent;
  -webkit-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
}
.research-inner__trigger:focus {
  outline: none;
}
@media screen and (max-width: 1023px) {
  .research-inner__trigger {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner__trigger {
    gap: 3.6290322581vw;
    padding: 2.688172043vw;
  }
  .research-inner__trigger::before {
    border-top-width: 0.4032258065vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner__trigger {
    gap: 6.4vw 4.2666666667vw;
    padding: 4.2666666667vw;
  }
  .research-inner__trigger::before {
    border-top-width: 0.8vw;
  }
}
.research-inner__trigger-title {
  display: block;
  max-width: 42.2916666667vw;
  width: 100%;
  font-size: 2.4305555556vw;
  font-weight: normal;
  line-height: 1.0571428571;
  letter-spacing: -0.1701388889vw;
}
.research-inner__trigger-title > span {
  display: inline-block;
  margin-bottom: -0.2777777778vw;
  padding: 0.0694444444vw 0.9027777778vw 0.2777777778vw 0.6944444444vw;
  font-size: 2.2916666667vw;
  line-height: 1;
  color: #FFFFFF;
  background: #000000;
  border-radius: 4.1666666667vw;
}
@media screen and (max-width: 1023px) {
  .research-inner__trigger-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: none;
    width: 100%;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner__trigger-title {
    font-size: 3.2258064516vw;
    letter-spacing: -0.1290322581vw;
  }
  .research-inner__trigger-title > span {
    margin-bottom: -0.4032258065vw;
    padding: 0 1.747311828vw 0.5376344086vw 1.3440860215vw;
    font-size: 2.9569892473vw;
    border-radius: 8.064516129vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner__trigger-title {
    font-size: 6.4vw;
    letter-spacing: -0.256vw;
  }
  .research-inner__trigger-title > span {
    margin-bottom: -0.8vw;
    padding: 0 3.4666666667vw 1.0666666667vw 2.6666666667vw;
    font-size: 5.8666666667vw;
    border-radius: 16vw;
  }
}
.research-inner__trigger-value {
  display: block;
  overflow: hidden;
  max-width: 31.25vw;
  width: 100%;
  font-size: 4.6527777778vw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.1388888889vw;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner__trigger-value {
    max-width: 51.0752688172vw;
    font-size: 9.0053763441vw;
    letter-spacing: -0.2688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner__trigger-value {
    max-width: 52.8vw;
    font-size: 10.1333333333vw;
    letter-spacing: -0.304vw;
  }
}
.research-inner__trigger-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0416666667vw;
  margin: 1.3541666667vw 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 600;
  letter-spacing: -0.0222222222vw;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.research-inner__trigger-more::after {
  content: "";
  display: block;
  min-width: 1.9444444444vw;
  width: 1.9444444444vw;
  height: 1.9444444444vw;
  border: 0.2777777778vw solid #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (hover: hover) {
  .research-inner__trigger-more {
    opacity: 0;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner__trigger-more {
    gap: 2.0161290323vw;
    margin: 2.6209677419vw 0;
    font-size: 2.1505376344vw;
    letter-spacing: -0.0430107527vw;
  }
  .research-inner__trigger-more::after {
    min-width: 3.7634408602vw;
    width: 3.7634408602vw;
    height: 3.7634408602vw;
    border-width: 0.5376344086vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner__trigger-more {
    gap: 2.6666666667vw;
    margin: 2.7333333333vw 0;
    font-size: 3.7333333333vw;
    letter-spacing: -0.064vw;
  }
  .research-inner__trigger-more::after {
    min-width: 4.2666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border-width: 1.0666666667vw;
  }
}
.research-inner__dropdown {
  display: none;
  padding: 6.1111111111vw 0 1.875vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner__dropdown {
    padding: 8.3333333333vw 0 7.2vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner__dropdown {
    padding: 11.7333333333vw 0 7.2vw;
  }
}

.research-inner-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.0833333333vw;
  width: 100%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner-card__wrapper {
    gap: 2.1505376344vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner-card__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13.3333333333vw;
  }
}
.research-inner-card__left {
  width: calc(50% - 1.0416666667vw);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner-card__left {
    width: calc(50% - 1.0752688172vw);
  }
}
@media screen and (max-width: 743px) {
  .research-inner-card__left {
    width: 100%;
  }
}
.research-inner-card__right {
  width: calc(50% - 1.0416666667vw);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner-card__right {
    width: calc(50% - 1.0752688172vw);
  }
}
@media screen and (max-width: 743px) {
  .research-inner-card__right {
    width: 100%;
  }
}
.research-inner-card__info-item:first-child {
  padding: 0 0 0.9027777778vw;
}
.research-inner-card__info-item:not(:first-child) {
  padding: 0.9027777778vw 0;
  border-top: 0.0694444444vw solid #FFFFFF;
}
.research-inner-card__info-item:last-child {
  border-bottom: 0.0694444444vw solid #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner-card__info-item:first-child {
    padding: 0 0 1.747311828vw;
  }
  .research-inner-card__info-item:not(:first-child) {
    padding: 1.747311828vw 0;
    border-top-width: 0.1344086022vw;
  }
  .research-inner-card__info-item:last-child {
    border-bottom-width: 0.1344086022vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner-card__info-item:first-child {
    padding: 0 0 3.4666666667vw;
  }
  .research-inner-card__info-item:not(:first-child) {
    padding: 3.4666666667vw 0;
    border-top-width: 0.2666666667vw;
  }
  .research-inner-card__info-item:last-child {
    border-bottom-width: 0.2666666667vw;
  }
}
.research-inner-card__value {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25vw;
  font-weight: normal;
  line-height: 1.3333333333;
  letter-spacing: -0.05vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner-card__value {
    font-size: 2.4193548387vw;
    letter-spacing: -0.0967741935vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner-card__value {
    font-size: 4.8vw;
    letter-spacing: -0.192vw;
  }
}
.research-inner-card__details {
  margin-top: 2.6388888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner-card__details {
    margin-top: 4.8387096774vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner-card__details {
    margin-top: 9.6vw;
  }
}

.research-inner-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.7361111111vw;
}
@media screen and (max-width: 1023px) {
  .research-inner-info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner-info__wrapper {
    gap: 3.3602150538vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner-info__wrapper {
    gap: 6.6666666667vw;
  }
}
.research-inner-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4861111111vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .research-inner-info__item {
    max-width: 31.9444444444vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner-info__item {
    gap: 0.9408602151vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner-info__item {
    gap: 1.8666666667vw;
  }
}
.research-inner-info__icon {
  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;
  overflow: hidden;
  padding: 1.1805555556vw;
  min-width: 4.1666666667vw;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  border: 0.1388888889vw solid #FFFFFF;
  border-radius: 50%;
}
.research-inner-info__icon > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner-info__icon {
    padding: 2.2849462366vw;
    min-width: 8.064516129vw;
    width: 8.064516129vw;
    height: 8.064516129vw;
    border-width: 0.2688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner-info__icon {
    padding: 4.5333333333vw;
    min-width: 16vw;
    width: 16vw;
    height: 16vw;
    border-width: 0.5333333333vw;
  }
}
.research-inner-info__value {
  display: block;
  max-width: calc(100% - 4.1666666667vw - 0.4861111111vw);
  width: 100%;
  font-size: 1.1111111111vw;
  font-weight: normal;
  line-height: 1.0625;
  letter-spacing: -0.0222222222vw;
  text-transform: uppercase;
}
.research-inner-info__value > span {
  display: block;
}
.research-inner-info__value > span:first-child {
  opacity: 0.4;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner-info__value {
    max-width: calc(100% - 8.064516129vw - 0.9408602151vw);
    font-size: 2.1505376344vw;
    letter-spacing: -0.0430107527vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner-info__value {
    max-width: calc(100% - 16vw - 1.8666666667vw);
    font-size: 4.2666666667vw;
    letter-spacing: -0.0853333333vw;
  }
}

.research-inner-details__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.0833333333vw;
  padding: 2.0833333333vw;
  width: 100%;
  background: #FFFFFF;
  border-radius: 2.4305555556vw;
}
@media screen and (max-width: 1023px) {
  .research-inner-details__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner-details__wrapper {
    gap: 6.3172043011vw;
    padding: 4.0322580645vw 4.3010752688vw 7.2580645161vw;
    border-radius: 4.7043010753vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner-details__wrapper {
    gap: 12vw;
    padding: 3.2vw 3.2vw 10.6666666667vw;
    border-radius: 6.6666666667vw;
  }
}
.research-inner-details__left {
  width: calc(50% - 1.0416666667vw);
}
@media screen and (max-width: 1023px) {
  .research-inner-details__left {
    width: 100%;
  }
}
.research-inner-details__right {
  width: calc(50% - 1.0416666667vw);
}
@media screen and (max-width: 1023px) {
  .research-inner-details__right {
    width: 100%;
  }
}
.research-inner-details__gallery {
  display: -ms-grid;
  display: grid;
  gap: 0.5555555556vw;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  max-height: 45.4861111111vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner-details__gallery {
    gap: 1.0752688172vw;
    max-height: 42.4731182796vw;
  }
}
@media screen and (max-width: 743px) {
  .research-inner-details__gallery {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 2.1333333333vw;
    max-height: none;
  }
}
.research-inner-details__img {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  background: #F3F4F4;
  border-radius: 1.3888888889vw;
}
.research-inner-details__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.research-inner-details__img--add::before {
  content: "";
  position: absolute;
  top: 0.2777777778vw;
  left: 0.2777777778vw;
  z-index: 1;
  display: block;
  width: 2.5vw;
  height: 2.5vw;
  background-image: url(../img/sprite.svg#icon-gallery-add);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.research-inner-details__img--in::before {
  content: "";
  position: absolute;
  top: 0.2777777778vw;
  left: 0.2777777778vw;
  z-index: 1;
  display: block;
  width: 2.5vw;
  height: 2.5vw;
  background-image: url(../img/sprite.svg#icon-gallery-in);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.research-inner-details__img--or::before {
  content: "";
  position: absolute;
  top: 0.2777777778vw;
  left: 0.2777777778vw;
  z-index: 1;
  display: block;
  width: 2.5vw;
  height: 2.5vw;
  background-image: url(../img/sprite.svg#icon-gallery-or);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (hover: hover) {
  .research-inner-details__img:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (min-width: 1024px) {
  .research-inner-details__img:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
  }
  .research-inner-details__img:only-child {
    grid-column: 1/-1;
    grid-row: 1/-1;
  }
  .research-inner-details__img--add:first-child::before, .research-inner-details__img--or:first-child::before, .research-inner-details__img--in:first-child::before {
    right: 0.2777777778vw;
    left: auto;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner-details__img {
    border-radius: 2.688172043vw;
  }
  .research-inner-details__img--add::before, .research-inner-details__img--in::before, .research-inner-details__img--or::before {
    top: 0.5376344086vw;
    left: 0.5376344086vw;
    width: 4.8387096774vw;
    height: 4.8387096774vw;
  }
  .research-inner-details__img:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
  }
  .research-inner-details__img--add:first-child::before, .research-inner-details__img--or:first-child::before, .research-inner-details__img--in:first-child::before {
    right: 0.5376344086vw;
    left: auto;
  }
}
@media screen and (max-width: 743px) {
  .research-inner-details__img {
    min-height: 40.4vw;
    max-height: 40.4vw;
    border-radius: 5.3333333333vw;
  }
  .research-inner-details__img:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
    min-height: 82.9333333333vw;
    max-height: 82.9333333333vw;
  }
  .research-inner-details__img--add::before, .research-inner-details__img--in::before, .research-inner-details__img--or::before {
    top: 1.0666666667vw;
    left: 1.0666666667vw;
    width: 9.6vw;
    height: 9.6vw;
  }
  .research-inner-details__img--add:first-child::before, .research-inner-details__img--or:first-child::before, .research-inner-details__img--in:first-child::before {
    right: 1.0666666667vw;
    left: auto;
  }
}
.research-inner-details__content {
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.3333333333;
  color: #000000;
}
.research-inner-details__content > * {
  margin-bottom: 2.0833333333vw;
}
.research-inner-details__content > *:last-child {
  margin-bottom: 0;
}
.research-inner-details__content h1, .research-inner-details__content h2, .research-inner-details__content h3, .research-inner-details__content h4, .research-inner-details__content h5, .research-inner-details__content h6 {
  margin-bottom: 3.4722222222vw;
  font-size: 2.0833333333vw;
  font-weight: 300;
  line-height: 1.0333333333;
}
.research-inner-details__content h1:last-child, .research-inner-details__content h2:last-child, .research-inner-details__content h3:last-child, .research-inner-details__content h4:last-child, .research-inner-details__content h5:last-child, .research-inner-details__content h6:last-child {
  margin-bottom: 0;
}
.research-inner-details__content p > span {
  color: #0728FF;
}
.research-inner-details__content i, .research-inner-details__content em {
  opacity: 0.54;
}
.research-inner-details__content p + picture,
.research-inner-details__content p + .images {
  margin-top: -1.1805555556vw;
}
.research-inner-details__content picture {
  display: block;
  overflow: hidden;
  margin-bottom: 0.9027777778vw;
  min-width: 4.1666666667vw;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  background: #F3F4F4;
  border-radius: 0.6944444444vw;
}
.research-inner-details__content picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.research-inner-details__content picture:last-child {
  margin-bottom: 0;
}
.research-inner-details__content .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4861111111vw;
  margin-bottom: 0.9027777778vw;
}
.research-inner-details__content .images:last-child {
  margin-bottom: 0;
}
.research-inner-details__content .images > * {
  margin-bottom: 0;
}
.research-inner-details__content a {
  color: #000000;
}
.research-inner-details__content a:hover {
  color: #000000;
}
@media screen and (hover: hover) {
  .research-inner-details__content a:hover {
    color: #0728FF;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .research-inner-details__content {
    font-size: 2.4193548387vw;
  }
  .research-inner-details__content > * {
    margin-bottom: 4.0322580645vw;
  }
  .research-inner-details__content > *:last-child {
    margin-bottom: 0;
  }
  .research-inner-details__content h1, .research-inner-details__content h2, .research-inner-details__content h3, .research-inner-details__content h4, .research-inner-details__content h5, .research-inner-details__content h6 {
    margin-bottom: 6.7204301075vw;
    font-size: 4.0322580645vw;
  }
  .research-inner-details__content h1:last-child, .research-inner-details__content h2:last-child, .research-inner-details__content h3:last-child, .research-inner-details__content h4:last-child, .research-inner-details__content h5:last-child, .research-inner-details__content h6:last-child {
    margin-bottom: 0;
  }
  .research-inner-details__content p + picture,
  .research-inner-details__content p + .images {
    margin-top: -2.2849462366vw;
  }
  .research-inner-details__content picture {
    margin-bottom: 1.747311828vw;
    min-width: 8.064516129vw;
    width: 8.064516129vw;
    height: 8.064516129vw;
    border-radius: 1.3440860215vw;
  }
  .research-inner-details__content picture:last-child {
    margin-bottom: 0;
  }
  .research-inner-details__content .images {
    gap: 0.9408602151vw;
    margin-bottom: 1.747311828vw;
  }
  .research-inner-details__content .images:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 743px) {
  .research-inner-details__content {
    padding: 0 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
  .research-inner-details__content > * {
    margin-bottom: 8vw;
  }
  .research-inner-details__content > *:last-child {
    margin-bottom: 0;
  }
  .research-inner-details__content h1, .research-inner-details__content h2, .research-inner-details__content h3, .research-inner-details__content h4, .research-inner-details__content h5, .research-inner-details__content h6 {
    margin-bottom: 13.3333333333vw;
    font-size: 8vw;
  }
  .research-inner-details__content h1:last-child, .research-inner-details__content h2:last-child, .research-inner-details__content h3:last-child, .research-inner-details__content h4:last-child, .research-inner-details__content h5:last-child, .research-inner-details__content h6:last-child {
    margin-bottom: 0;
  }
  .research-inner-details__content p + picture,
  .research-inner-details__content p + .images {
    margin-top: -4.5333333333vw;
  }
  .research-inner-details__content picture {
    margin-bottom: 3.4666666667vw;
    min-width: 16vw;
    width: 16vw;
    height: 16vw;
    border-radius: 2.6666666667vw;
  }
  .research-inner-details__content picture:last-child {
    margin-bottom: 0;
  }
  .research-inner-details__content .images {
    gap: 1.8666666667vw;
    margin-bottom: 3.4666666667vw;
  }
  .research-inner-details__content .images:last-child {
    margin-bottom: 0;
  }
}

.events {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -4.375vw;
  padding: 11.7361111111vw 0 0;
  color: #FFFFFF;
}
.events::before {
  content: "";
  position: absolute;
  top: -76.25vw;
  right: -1.7361111111vw;
  z-index: -1;
  display: block;
  width: 83.75vw;
  height: 83.75vw;
  opacity: 0.66;
  background: #8593CD;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events {
    margin-top: -18.9516129032vw;
    padding-top: 32.3924731183vw;
  }
  .events::before {
    top: -172.5806451613vw;
    right: -101.6129032258vw;
    width: 189.7849462366vw;
    height: 189.7849462366vw;
  }
}
@media screen and (max-width: 743px) {
  .events {
    margin-top: -30.6666666667vw;
    padding-top: 39.1344086022vw;
  }
  .events::before {
    top: -204.5333333333vw;
    right: -135.4666666667vw;
    width: 224.8vw;
    height: 224.8vw;
  }
}
.events__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 3.3333333333vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events__wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 7.2580645161vw 3.7634408602vw;
  }
}
@media screen and (max-width: 743px) {
  .events__wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 14.4vw;
  }
}
@media screen and (min-width: 1024px) {
  .events__item--wide {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events__item--wide {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
}
.events__more {
  margin: 3.3333333333vw auto 0;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events__more {
    margin-top: 7.2580645161vw;
  }
}
@media screen and (max-width: 743px) {
  .events__more {
    margin-top: 14.4vw;
  }
}

.events-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFFFFF;
  -webkit-transition: none;
  transition: none;
}
.events-card:hover {
  color: #FFFFFF;
}
.events-card--accent::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 43.528%;
  border-radius: 1.6666666667vw;
  background: linear-gradient(260deg, #03FF86 0.58%, #0728FF 64.82%, #FFF 99.42%);
  -webkit-filter: blur(60px);
          filter: blur(60px);
  -webkit-animation: hueRotate 10s linear infinite;
          animation: hueRotate 10s linear infinite;
}
@media screen and (hover: hover) {
  .events-card:hover .events-card__img img {
    -webkit-transform: scale(1.075);
        -ms-transform: scale(1.075);
            transform: scale(1.075);
  }
  .events-card:hover .events-card__title {
    color: #8593CD;
  }
  .events-card:hover .events-card__heading {
    color: #8593CD;
  }
  .events-card:hover .events-card__stats {
    opacity: 1;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-card--accent::before {
    border-radius: 3.2258064516vw;
  }
}
@media screen and (max-width: 743px) {
  .events-card--accent::before {
    border-radius: 6.4vw;
  }
}
.events-card__img {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  background: #FFFFFF;
  border-radius: 1.3888888889vw;
}
.events-card__img::before {
  content: "";
  display: block;
  padding-top: 56.322%;
}
.events-card__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  will-change: transform;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-card__img {
    border-radius: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .events-card__img {
    border-radius: 5.3333333333vw;
  }
}
.events-card__body {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.events-card__heading {
  display: block;
  margin-top: 1.8055555556vw;
  padding: 0 0.3472222222vw 0 1.0416666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.3611111111vw;
  font-weight: 600;
  letter-spacing: -0.1652777778vw;
  color: #FFFFFF;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-card__heading {
    margin-top: 3.4946236559vw;
    padding: 0 0.6720430108vw 0 2.0161290323vw;
    font-size: 4.5698924731vw;
    letter-spacing: -0.3198924731vw;
    color: #DFE6EC;
  }
}
@media screen and (max-width: 743px) {
  .events-card__heading {
    margin-top: 5.3333333333vw;
    padding: 0 1.3333333333vw 0 4vw;
    font-size: 6.4vw;
    letter-spacing: -0.448vw;
    color: #DFE6EC;
  }
}
.events-card__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 1.3888888889vw;
  padding: 0 0.3472222222vw 0 1.0416666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3888888889vw;
  font-weight: 600;
  letter-spacing: -0.0555555556vw;
  text-overflow: ellipsis;
  color: #DFE6EC;
}
.events-card__description > span {
  color: #494A4C;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-card__description {
    -webkit-line-clamp: 3;
    margin-top: 2.688172043vw;
    padding: 0 0.6720430108vw 0 2.0161290323vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
}
@media screen and (max-width: 743px) {
  .events-card__description {
    -webkit-line-clamp: 4;
    margin-top: 5.3333333333vw;
    padding: 0 1.3333333333vw 0 4vw;
    font-size: 4.8vw;
    letter-spacing: -0.192vw;
  }
}
.events-card__title {
  display: block;
  margin-top: 1.1111111111vw;
  padding: 0 0.3472222222vw 0 1.0416666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3888888889vw;
  font-weight: 600;
  letter-spacing: -0.0555555556vw;
  opacity: 0.9;
  color: #DFE6EC;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-card__title {
    margin-top: 2.1505376344vw;
    padding: 0 0.6720430108vw 0 2.0161290323vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
}
@media screen and (max-width: 743px) {
  .events-card__title {
    margin-top: 5.3333333333vw;
    padding: 0 1.3333333333vw 0 4vw;
    font-size: 6.4vw;
    letter-spacing: -0.448vw;
  }
}
.events-card__help {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 1.3888888889vw;
  padding: 0 0.3472222222vw 0 1.0416666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.0416666667vw;
  font-weight: normal;
  letter-spacing: -0.0416666667vw;
  text-overflow: ellipsis;
  color: #DFE6EC;
}
.events-card__help > span {
  opacity: 0.3;
}
@media screen and (max-width: 1023px) {
  .events-card__help {
    display: none;
  }
}
.events-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6944444444vw;
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-card__bottom {
    gap: 1.3440860215vw;
    margin-top: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .events-card__bottom {
    gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.events-card__category {
  display: block;
  padding: 0.5555555556vw 0.8333333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9722222222vw;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.0194444444vw;
  text-transform: uppercase;
  text-align: center;
  border: 0.0694444444vw solid #FFFFFF;
  border-radius: 2.0833333333vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-card__category {
    padding: 1.0752688172vw 1.6129032258vw;
    font-size: 1.8817204301vw;
    letter-spacing: -0.0376344086vw;
    border: 0.1344086022vw solid #FFFFFF;
    border-radius: 4.0322580645vw;
  }
}
@media screen and (max-width: 743px) {
  .events-card__category {
    padding: 2.6666666667vw 4.2666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: -0.0853333333vw;
    border: 0.2666666667vw solid #FFFFFF;
    border-radius: 8vw;
  }
}
.events-card__date {
  display: block;
  margin: auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9722222222vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.0388888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-card__date {
    font-size: 1.8817204301vw;
    letter-spacing: -0.0752688172vw;
  }
}
@media screen and (max-width: 743px) {
  .events-card__date {
    font-size: 4.2666666667vw;
    letter-spacing: -0.1706666667vw;
  }
}
.events-card__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.1111111111vw;
  margin-top: 1.3888888889vw;
  margin-left: 1.0416666667vw;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-card__stats {
    gap: 2.1505376344vw;
    margin-top: 2.688172043vw;
    margin-left: 2.0161290323vw;
  }
}
@media screen and (max-width: 743px) {
  .events-card__stats {
    gap: 4.2666666667vw;
    margin-top: 5.3333333333vw;
    margin-left: 4vw;
  }
}
.events-card__stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3472222222vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-style: italic;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.0444444444vw;
  opacity: 0.5;
}
.events-card__stats-item > svg {
  min-width: 0.8333333333vw;
  width: 0.8333333333vw;
  height: 0.625vw;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-card__stats-item {
    gap: 0.6720430108vw;
    font-size: 2.1505376344vw;
    letter-spacing: -0.0860215054vw;
  }
  .events-card__stats-item > svg {
    min-width: 1.6129032258vw;
    width: 1.6129032258vw;
    height: 1.2096774194vw;
  }
}
@media screen and (max-width: 743px) {
  .events-card__stats-item {
    gap: 1.3333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: -0.1706666667vw;
  }
  .events-card__stats-item > svg {
    min-width: 3.2vw;
    width: 3.2vw;
    height: 2.4vw;
  }
}

.events-inner {
  position: relative;
  z-index: 1;
  margin-top: -4.375vw;
  padding-top: 8.75vw;
  overflow: hidden;
  color: #FFFFFF;
}
.events-inner::before {
  content: "";
  position: absolute;
  top: -76.25vw;
  right: -1.7361111111vw;
  z-index: -1;
  display: block;
  width: 83.75vw;
  height: 83.75vw;
  opacity: 0.66;
  background: #8593CD;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-inner {
    margin-top: -18.9516129032vw;
    padding-top: 21.6397849462vw;
  }
  .events-inner::before {
    top: -172.7150537634vw;
    right: -101.6129032258vw;
    width: 189.9193548387vw;
    height: 189.9193548387vw;
  }
}
@media screen and (max-width: 743px) {
  .events-inner {
    margin-top: -30.6666666667vw;
    padding-top: 36vw;
  }
  .events-inner::before {
    top: -204.5333333333vw;
    right: -135.4666666667vw;
    width: 224.8vw;
    height: 224.8vw;
  }
}
.events-inner__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.events-inner__back > svg {
  min-width: 1.6666666667vw;
  width: 1.6666666667vw;
  height: 0.8333333333vw;
  color: #FFFFFF;
}
.events-inner__back:hover {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .events-inner__back:hover {
    color: #8593CD;
  }
  .events-inner__back:hover > svg {
    color: #8593CD;
  }
}
@media screen and (min-width: 1024px) {
  .events-inner__back {
    position: absolute;
    top: 6.25vw;
    left: 2.7777777778vw;
    z-index: 1;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-inner__back {
    gap: 1.2096774194vw;
    margin-bottom: 3.4946236559vw;
    font-size: 2.1505376344vw;
  }
  .events-inner__back > svg {
    min-width: 3.2258064516vw;
    width: 3.2258064516vw;
    height: 1.6129032258vw;
  }
}
@media screen and (max-width: 743px) {
  .events-inner__back {
    gap: 2.4vw;
    margin-bottom: 6.4vw;
    font-size: 4.2666666667vw;
  }
  .events-inner__back > svg {
    min-width: 6.4vw;
    width: 6.4vw;
    height: 3.2vw;
  }
}
.events-inner__main {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.events-inner__body {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .events-inner__body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 4.8611111111vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-inner__body {
    margin-top: 4.0322580645vw;
  }
}
@media screen and (max-width: 743px) {
  .events-inner__body {
    margin-top: 5.3333333333vw;
  }
}
.events-inner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.events-inner__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6944444444vw 1.1111111111vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.0222222222vw;
  text-transform: uppercase;
  text-align: center;
  border: 0.0694444444vw solid #FFFFFF;
  border-radius: 2.0833333333vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-inner__category {
    padding: 1.3440860215vw 2.1505376344vw;
    font-size: 2.1505376344vw;
    letter-spacing: -0.0430107527vw;
    border: 0.1344086022vw solid #FFFFFF;
    border-radius: 4.0322580645vw;
  }
}
@media screen and (max-width: 743px) {
  .events-inner__category {
    padding: 1.6vw 2.9333333333vw;
    font-size: 3.2vw;
    letter-spacing: -0.064vw;
    border: 0.2666666667vw solid #FFFFFF;
    border-radius: 8vw;
  }
}
.events-inner__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.05vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-inner__date {
    font-size: 2.4193548387vw;
    letter-spacing: -0.0967741935vw;
  }
}
@media screen and (max-width: 743px) {
  .events-inner__date {
    font-size: 3.2vw;
    letter-spacing: -0.128vw;
  }
}
@media screen and (min-width: 1024px) {
  .events-inner__category + .events-inner__date::before {
    content: "";
    display: block;
    margin: 0 0.6944444444vw;
    min-width: 0.2777777778vw;
    width: 0.2777777778vw;
    height: 0.2777777778vw;
    background: #FFFFFF;
    border-radius: 50%;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-inner__category + .events-inner__date {
    margin-left: 1.3440860215vw;
  }
}
@media screen and (max-width: 743px) {
  .events-inner__category + .events-inner__date {
    margin-left: 2.6666666667vw;
  }
}
.events-inner__date + .events-inner__category {
  margin-left: 1.0416666667vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-inner__date + .events-inner__category {
    margin-left: 1.3440860215vw;
  }
}
@media screen and (max-width: 743px) {
  .events-inner__date + .events-inner__category {
    margin-left: 2.6666666667vw;
  }
}
.events-inner__inner + .events-inner__heading, .events-inner__heading + .events-inner__inner {
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-inner__inner + .events-inner__heading, .events-inner__heading + .events-inner__inner {
    margin-top: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .events-inner__inner + .events-inner__heading, .events-inner__heading + .events-inner__inner {
    margin-top: 4vw;
  }
}
.events-inner__heading {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.4444444444vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.3111111111vw;
  opacity: 0.9;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-inner__heading {
    font-size: 4.5698924731vw;
    letter-spacing: -0.3198924731vw;
  }
}
@media screen and (max-width: 743px) {
  .events-inner__heading {
    font-size: 6.4vw;
    letter-spacing: -0.448vw;
  }
}
.events-inner__img {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 2.7777777778vw;
}
.events-inner__img::before {
  content: "";
  display: block;
  padding-top: 37.25%;
}
.events-inner__img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 0)), to(#8C8C8C));
  background: linear-gradient(180deg, rgba(140, 140, 140, 0) 0%, #8C8C8C 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.events-inner__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-inner__img {
    border-radius: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .events-inner__img {
    border-radius: 5.3333333333vw;
  }
}
.events-inner__wrap {
  padding: 0 1.1111111111vw 0 4.8611111111vw;
}
@media screen and (max-width: 1023px) {
  .events-inner__wrap {
    padding: 0;
  }
}
.events-inner__content {
  padding-top: 5.5555555556vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-inner__content {
    padding-top: 9.4086021505vw;
  }
}
@media screen and (max-width: 743px) {
  .events-inner__content {
    padding-top: 12vw;
  }
}
.events-inner__content-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .events-inner__content-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.events-inner__content-block + .events-inner__content-block {
  margin-top: 3.9583333333vw;
  padding-top: 1.5972222222vw;
}
.events-inner__content-block + .events-inner__content-block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 0.0694444444vw;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0 0.1388888889vw 0.1388888889vw 0;
}
.events-inner__content-block + .events-inner__content-block::after {
  content: "";
  position: absolute;
  top: 0.0694444444vw;
  left: 0;
  z-index: 1;
  display: block;
  width: 0.9027777778vw;
  height: 0.9027777778vw;
  background: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-inner__content-block + .events-inner__content-block {
    margin-top: 7.6612903226vw;
    padding-top: 4.435483871vw;
  }
  .events-inner__content-block + .events-inner__content-block::before {
    height: 0.1344086022vw;
    border-radius: 0 0.2688172043vw 0.2688172043vw 0;
  }
  .events-inner__content-block + .events-inner__content-block::after {
    top: 0.1344086022vw;
    width: 1.747311828vw;
    height: 1.747311828vw;
  }
}
@media screen and (max-width: 743px) {
  .events-inner__content-block + .events-inner__content-block {
    margin-top: 12vw;
    padding-top: 10.1333333333vw;
  }
  .events-inner__content-block + .events-inner__content-block::before {
    height: 0.2666666667vw;
    border-radius: 0 0.5333333333vw 0.5333333333vw 0;
  }
  .events-inner__content-block + .events-inner__content-block::after {
    top: 0.2666666667vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.events-inner__content-left {
  max-width: 16.25vw;
  min-width: 16.25vw;
}
@media screen and (max-width: 1023px) {
  .events-inner__content-left {
    max-width: none;
    min-width: auto;
    width: 100%;
  }
}
.events-inner__content-right {
  margin-left: 4.1666666667vw;
  max-width: calc(100% - 16.25vw - 4.1666666667vw);
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .events-inner__content-right {
    margin-left: 0;
    max-width: none;
  }
}
.events-inner__subtitle {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8055555556vw;
  font-weight: 500;
  letter-spacing: -0.0541666667vw;
  text-transform: uppercase;
}
.events-inner__subtitle > img {
  display: inline-block;
  margin-bottom: 0.3472222222vw;
  min-width: 1.3194444444vw;
  width: 1.3194444444vw;
  height: 1.3194444444vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-inner__subtitle {
    margin-bottom: 5.376344086vw;
    font-size: 3.4946236559vw;
    letter-spacing: -0.1048387097vw;
  }
  .events-inner__subtitle > img {
    margin-bottom: 0.6720430108vw;
    min-width: 2.5537634409vw;
    width: 2.5537634409vw;
    height: 2.5537634409vw;
  }
}
@media screen and (max-width: 743px) {
  .events-inner__subtitle {
    margin-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
    letter-spacing: -0.16vw;
  }
  .events-inner__subtitle > img {
    margin-bottom: 0.8vw;
    min-width: 4.5333333333vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
}
.events-inner__content-main {
  font-size: 1.3888888889vw;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: -0.0555555556vw;
}
.events-inner__content-main > * {
  margin-bottom: 1.875vw;
  opacity: 0.7;
}
.events-inner__content-main > *:last-child {
  margin-bottom: 0;
}
.events-inner__content-main > *:not(picture) {
  max-width: 46.8055555556vw;
  width: 100%;
}
.events-inner__content-main h1, .events-inner__content-main h2, .events-inner__content-main h3 {
  margin-top: 5.5555555556vw;
}
.events-inner__content-main h1:first-child, .events-inner__content-main h2:first-child, .events-inner__content-main h3:first-child {
  margin-top: 0;
}
.events-inner__content-main h1, .events-inner__content-main h2, .events-inner__content-main h3, .events-inner__content-main h4, .events-inner__content-main h5, .events-inner__content-main h6 {
  font-weight: 500;
  line-height: 1;
  opacity: 1;
}
.events-inner__content-main h1, .events-inner__content-main h2, .events-inner__content-main h3 {
  margin-bottom: 2.7777777778vw;
  max-width: 59.8611111111vw;
  width: 100%;
}
.events-inner__content-main h1:last-child, .events-inner__content-main h2:last-child, .events-inner__content-main h3:last-child {
  margin-bottom: 0;
}
.events-inner__content-main h1 {
  font-size: 2.2222222222vw;
  letter-spacing: -0.1555555556vw;
}
.events-inner__content-main h2 {
  font-size: 1.8055555556vw;
  line-height: 1.3076923077;
  letter-spacing: -0.0722222222vw;
}
.events-inner__content-main h3 {
  font-size: 1.6666666667vw;
  line-height: 1.333333333;
  letter-spacing: -0.1166666667vw;
}
.events-inner__content-main h4 {
  font-size: 1.3888888889vw;
  line-height: 1.3;
  letter-spacing: -0.0555555556vw;
}
.events-inner__content-main h5, .events-inner__content-main h6 {
  font-size: 1.25vw;
  line-height: 1.26;
  letter-spacing: -0.05vw;
}
.events-inner__content-main ul li {
  position: relative;
  z-index: 1;
  padding-left: 1.4583333333vw;
  font-size: 1.25vw;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.05vw;
}
.events-inner__content-main ul li::before {
  content: "";
  position: absolute;
  top: 0.7638888889vw;
  left: 0.5555555556vw;
  z-index: 1;
  display: block;
  width: 0.3472222222vw;
  height: 0.3472222222vw;
  background: #FFFFFF;
  border-radius: 50%;
}
.events-inner__content-main ol {
  counter-reset: ol-sample;
}
.events-inner__content-main ol li {
  position: relative;
  z-index: 1;
  padding-left: 2.8472222222vw;
  font-size: 1.25vw;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.05vw;
}
.events-inner__content-main ol li::before {
  counter-increment: ol-sample;
  content: counter(ol-sample) ".";
  position: absolute;
  top: 0;
  left: 0.5555555556vw;
  z-index: 1;
  display: block;
  font-size: 1.25vw;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.05vw;
}
.events-inner__content-main ol li:nth-child(n+100) {
  display: none;
}
.events-inner__content-main a {
  display: inline;
  opacity: 1;
  color: #95A4B9;
  border-bottom: 0.0694444444vw solid #95A4B9;
}
.events-inner__content-main a:hover {
  color: #DFE6EC;
}
@media screen and (hover: hover) {
  .events-inner__content-main a:hover {
    color: #8593CD;
    border-color: #8593CD;
  }
}
.events-inner__content-main picture {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  opacity: 1;
  border-radius: 2.7777777778vw;
}
.events-inner__content-main picture::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75.07%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75.07%, rgba(0, 0, 0, 0.3) 100%);
  pointer-events: none;
}
.events-inner__content-main picture img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-inner__content-main picture figcaption {
  position: absolute;
  left: 3.1944444444vw;
  bottom: 2.2916666667vw;
  z-index: 1;
  display: block;
  font-size: 1.1111111111vw;
  font-weight: normal;
  line-height: 1.375;
  letter-spacing: -0.0444444444vw;
  opacity: 0.9;
}
.events-inner__content-main picture figcaption::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.2777777778vw;
  z-index: 1;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  display: block;
  width: 0.4861111111vw;
  height: 1.25vw;
  background: #FFFFFF;
}
.events-inner__content-main .accent {
  padding: 0 0.3472222222vw;
  opacity: 1;
  background: #293E42;
  border-radius: 0.2777777778vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-inner__content-main {
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .events-inner__content-main > * {
    margin-bottom: 3.6290322581vw;
  }
  .events-inner__content-main > *:not(picture) {
    max-width: 90.5913978495vw;
  }
  .events-inner__content-main h1, .events-inner__content-main h2, .events-inner__content-main h3 {
    margin-top: 10.752688172vw;
  }
  .events-inner__content-main h1:first-child, .events-inner__content-main h2:first-child, .events-inner__content-main h3:first-child {
    margin-top: 0;
  }
  .events-inner__content-main h1, .events-inner__content-main h2, .events-inner__content-main h3 {
    margin-bottom: 5.376344086vw;
    max-width: 115.8602150538vw;
  }
  .events-inner__content-main h1:last-child, .events-inner__content-main h2:last-child, .events-inner__content-main h3:last-child {
    margin-bottom: 0;
  }
  .events-inner__content-main h1 {
    font-size: 4.3010752688vw;
    letter-spacing: -0.3010752688vw;
  }
  .events-inner__content-main h2 {
    font-size: 3.4946236559vw;
    letter-spacing: -0.1397849462vw;
  }
  .events-inner__content-main h3 {
    font-size: 3.2258064516vw;
    letter-spacing: -0.2258064516vw;
  }
  .events-inner__content-main h4 {
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .events-inner__content-main h5, .events-inner__content-main h6 {
    font-size: 2.4193548387vw;
    letter-spacing: -0.0967741935vw;
  }
  .events-inner__content-main ul li {
    padding-left: 2.8225806452vw;
    font-size: 2.4193548387vw;
    letter-spacing: -0.0967741935vw;
  }
  .events-inner__content-main ul li::before {
    top: 1.4784946237vw;
    left: 1.0752688172vw;
    width: 0.6720430108vw;
    height: 0.6720430108vw;
  }
  .events-inner__content-main ol li {
    padding-left: 5.5107526882vw;
    font-size: 2.4193548387vw;
    letter-spacing: -0.0967741935vw;
  }
  .events-inner__content-main ol li::before {
    left: 1.0752688172vw;
    font-size: 2.4193548387vw;
    letter-spacing: -0.0967741935vw;
  }
  .events-inner__content-main a {
    border-bottom-width: 0.1344086022vw;
  }
  .events-inner__content-main picture {
    border-radius: 2.688172043vw;
  }
  .events-inner__content-main picture figcaption {
    left: 6.1827956989vw;
    bottom: 4.435483871vw;
    font-size: 2.1505376344vw;
    letter-spacing: -0.0860215054vw;
  }
  .events-inner__content-main picture figcaption::before {
    left: -0.5376344086vw;
    width: 0.9408602151vw;
    height: 2.4193548387vw;
  }
  .events-inner__content-main .accent {
    padding: 0 0.6720430108vw;
    border-radius: 0.5376344086vw;
  }
}
@media screen and (max-width: 743px) {
  .events-inner__content-main {
    font-size: 4.8vw;
    letter-spacing: -0.192vw;
  }
  .events-inner__content-main > * {
    margin-bottom: 7.2vw;
  }
  .events-inner__content-main > *:not(picture) {
    max-width: 179.7333333333vw;
  }
  .events-inner__content-main h1, .events-inner__content-main h2, .events-inner__content-main h3 {
    margin-top: 21.3333333333vw;
  }
  .events-inner__content-main h1:first-child, .events-inner__content-main h2:first-child, .events-inner__content-main h3:first-child {
    margin-top: 0;
  }
  .events-inner__content-main h1, .events-inner__content-main h2, .events-inner__content-main h3 {
    margin-bottom: 10.6666666667vw;
    max-width: 229.8666666667vw;
  }
  .events-inner__content-main h1:last-child, .events-inner__content-main h2:last-child, .events-inner__content-main h3:last-child {
    margin-bottom: 0;
  }
  .events-inner__content-main h1 {
    font-size: 8.5333333333vw;
    letter-spacing: -0.5973333333vw;
  }
  .events-inner__content-main h2 {
    font-size: 6.9333333333vw;
    letter-spacing: -0.2773333333vw;
  }
  .events-inner__content-main h3 {
    font-size: 6.4vw;
    letter-spacing: -0.448vw;
  }
  .events-inner__content-main h4 {
    font-size: 5.3333333333vw;
    letter-spacing: -0.2133333333vw;
  }
  .events-inner__content-main h5, .events-inner__content-main h6 {
    font-size: 4.8vw;
    letter-spacing: -0.192vw;
  }
  .events-inner__content-main ul li {
    padding-left: 5.6vw;
    font-size: 4.8vw;
    letter-spacing: -0.192vw;
  }
  .events-inner__content-main ul li::before {
    top: 2.9333333333vw;
    left: 2.1333333333vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
  .events-inner__content-main ol li {
    padding-left: 10.9333333333vw;
    font-size: 4.8vw;
    letter-spacing: -0.192vw;
  }
  .events-inner__content-main ol li::before {
    left: 2.1333333333vw;
    font-size: 4.8vw;
    letter-spacing: -0.192vw;
  }
  .events-inner__content-main a {
    border-bottom-width: 0.2666666667vw;
  }
  .events-inner__content-main picture {
    border-radius: 5.3333333333vw;
  }
  .events-inner__content-main picture figcaption {
    left: 6.9333333333vw;
    bottom: 5.3333333333vw;
    font-size: 2.6666666667vw;
    letter-spacing: -0.1706666667vw;
  }
  .events-inner__content-main picture figcaption::before {
    left: -0.5333333333vw;
    width: 0.8vw;
    height: 2.1333333333vw;
  }
  .events-inner__content-main .accent {
    padding: 0 1.3333333333vw;
    border-radius: 1.0666666667vw;
  }
}
.events-inner__bottom {
  position: relative;
  z-index: 1;
  margin-top: 5.3472222222vw;
  padding-top: 1.5972222222vw;
}
.events-inner__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 0.0694444444vw;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0 0.1388888889vw 0.1388888889vw 0;
}
.events-inner__bottom::after {
  content: "";
  position: absolute;
  top: 0.0694444444vw;
  left: 0;
  z-index: 1;
  display: block;
  width: 0.9027777778vw;
  height: 0.9027777778vw;
  background: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-inner__bottom {
    margin-top: 10.3494623656vw;
    padding-top: 4.435483871vw;
  }
  .events-inner__bottom::before {
    height: 0.1344086022vw;
    border-radius: 0 0.2688172043vw 0.2688172043vw 0;
  }
  .events-inner__bottom::after {
    top: 0.1344086022vw;
    width: 1.747311828vw;
    height: 1.747311828vw;
  }
}
@media screen and (max-width: 743px) {
  .events-inner__bottom {
    margin-top: 12vw;
    padding-top: 10.1333333333vw;
  }
  .events-inner__bottom::before {
    height: 0.2666666667vw;
    border-radius: 0 0.5333333333vw 0.5333333333vw 0;
  }
  .events-inner__bottom::after {
    top: 0.2666666667vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.events-inner__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 2.0833333333vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0625vw;
  text-transform: uppercase;
}
.events-inner__title a {
  display: inline;
  font-weight: normal;
  line-height: 1.25;
  text-transform: none;
  color: #FFFFFF;
  border-bottom: 0.0694444444vw solid #FFFFFF;
}
.events-inner__title a:hover {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .events-inner__title a:hover {
    color: #8593CD;
    border-color: #8593CD;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-inner__title {
    font-size: 3.4946236559vw;
    letter-spacing: -0.1048387097vw;
  }
  .events-inner__title a {
    border-bottom: 0.1344086022vw solid #FFFFFF;
  }
}
@media screen and (max-width: 743px) {
  .events-inner__title {
    font-size: 5.3333333333vw;
    letter-spacing: -0.16vw;
  }
  .events-inner__title a {
    border-bottom: 0.2666666667vw solid #FFFFFF;
  }
}
.events-inner__title + .events-inner__title {
  margin-top: 0.3472222222vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-inner__title + .events-inner__title {
    margin-top: 0.6720430108vw;
  }
}
@media screen and (max-width: 743px) {
  .events-inner__title + .events-inner__title {
    margin-top: 0;
  }
}
.events-inner__heart {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .events-inner__heart {
    margin-top: 13.4408602151vw;
  }
}
@media screen and (max-width: 743px) {
  .events-inner__heart {
    margin-top: 26.6666666667vw;
  }
}

.articles {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -4.375vw;
  padding: 11.7361111111vw 0 0;
  color: #FFFFFF;
}
.articles::before {
  content: "";
  position: absolute;
  top: -76.25vw;
  right: -1.7361111111vw;
  z-index: -1;
  display: block;
  width: 83.75vw;
  height: 83.75vw;
  opacity: 0.66;
  background: #8593CD;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles {
    margin-top: -18.9516129032vw;
    padding-top: 32.3924731183vw;
  }
  .articles::before {
    top: -172.5806451613vw;
    right: -101.6129032258vw;
    width: 189.7849462366vw;
    height: 189.7849462366vw;
  }
}
@media screen and (max-width: 743px) {
  .articles {
    margin-top: -30.6666666667vw;
    padding-top: 39.1344086022vw;
  }
  .articles::before {
    top: -204.5333333333vw;
    right: -135.4666666667vw;
    width: 224.8vw;
    height: 224.8vw;
  }
}
.articles__wrapper {
  margin: 0 auto;
  max-width: 61.3888888889vw;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .articles__wrapper {
    max-width: none;
  }
}
.articles__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0833333333vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles__cards {
    gap: 2.0161290323vw;
  }
}
@media screen and (max-width: 743px) {
  .articles__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
}
.articles__item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .articles__item--cards:first-child {
    max-width: 37.3611111111vw;
  }
  .articles__item--cards:last-child {
    max-width: 21.9444444444vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles__item--cards:first-child {
    max-width: 58.8709677419vw;
  }
  .articles__item--cards:last-child {
    max-width: 33.7365591398vw;
  }
}
.articles__item:not(.articles__item--cards) + .articles__item:not(.articles__item--cards), .articles__item + .articles__cards, .articles__cards + .articles__item, .articles__cards + .articles__cards {
  margin-top: 5.4166666667vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles__item:not(.articles__item--cards) + .articles__item:not(.articles__item--cards), .articles__item + .articles__cards, .articles__cards + .articles__item, .articles__cards + .articles__cards {
    margin-top: 9.4408602151vw;
  }
}
@media screen and (max-width: 743px) {
  .articles__item:not(.articles__item--cards) + .articles__item:not(.articles__item--cards), .articles__item + .articles__cards, .articles__cards + .articles__item, .articles__cards + .articles__cards {
    margin-top: 8vw;
  }
}
.articles__item + .articles__item.articles-xl-card, .articles__cards + .articles__item.articles-xl-card {
  margin-top: 5.4166666667vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles__item + .articles__item.articles-xl-card, .articles__cards + .articles__item.articles-xl-card {
    margin-top: 9.4408602151vw;
  }
}
@media screen and (max-width: 743px) {
  .articles__item + .articles__item.articles-xl-card, .articles__cards + .articles__item.articles-xl-card {
    margin-top: 8vw;
  }
}

.articles-xl-card {
  position: relative;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
}
@media screen and (hover: hover) {
  .articles-xl-card:hover .articles-xl-card__title {
    color: #95A4B9;
  }
  .articles-xl-card:hover .articles-xl-card__bg img {
    -webkit-transform: scale(1.075);
        -ms-transform: scale(1.075);
            transform: scale(1.075);
  }
  .articles-xl-card:hover .articles-xl-card__btn {
    opacity: 1;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-xl-card {
    padding-top: 24.5967741935vw;
  }
}
.articles-xl-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 2.1527777778vw;
  max-width: 95%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8055555556vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0722222222vw;
  text-overflow: ellipsis;
  color: #FFFFFF;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-xl-card__title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-line-clamp: 3;
    margin-bottom: 0;
    max-width: 52.1505376344vw;
    font-size: 4.5698924731vw;
    letter-spacing: -0.3198924731vw;
    color: rgba(223, 230, 236, 0.9);
  }
}
@media screen and (max-width: 743px) {
  .articles-xl-card__title {
    margin-bottom: 8vw;
    max-width: none;
    font-size: 6.4vw;
    letter-spacing: -0.448vw;
    color: rgba(223, 230, 236, 0.9);
  }
}
.articles-xl-card__wrapper {
  position: relative;
  z-index: 1;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  padding: 2.0833333333vw;
  width: 100%;
  height: 35.4166666667vw;
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-xl-card__wrapper {
    padding: 8.064516129vw 4.9731182796vw;
    height: 52.688172043vw;
    border-radius: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-xl-card__wrapper {
    padding: 10.6666666667vw 8vw;
    height: 111.4666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.articles-xl-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 1023px) {
  .articles-xl-card__inner {
    gap: 0;
  }
}
.articles-xl-card__content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 39.7916666667vw;
  width: 100%;
  font-size: 1.25vw;
  font-weight: normal;
  letter-spacing: -0.05vw;
  color: #DFE6EC;
}
.articles-xl-card__content > * {
  margin-bottom: 1.5625vw;
}
.articles-xl-card__content > *:last-child {
  margin-bottom: 0;
}
.articles-xl-card__content p > span {
  opacity: 0.5;
}
.articles-xl-card__content a {
  color: #DFE6EC;
}
.articles-xl-card__content a:hover {
  color: #DFE6EC;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-xl-card__content {
    max-width: 77.0161290323vw;
    font-size: 2.4193548387vw;
    letter-spacing: -0.0967741935vw;
  }
  .articles-xl-card__content > * {
    margin-bottom: 3.0241935484vw;
  }
  .articles-xl-card__content > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 743px) {
  .articles-xl-card__content {
    -webkit-line-clamp: 5;
    max-width: 70.6666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.1493333333vw;
  }
  .articles-xl-card__content > * {
    margin-bottom: 4.6666666667vw;
  }
  .articles-xl-card__content > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (hover: hover) {
  .articles-xl-card__btn {
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) {
  .articles-xl-card__btn {
    display: none;
  }
}
.articles-xl-card__inner ~ .articles-xl-card__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.articles-xl-card__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
}
.articles-xl-card__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.articles-xl-card__controls {
  position: absolute;
  top: 0.5555555556vw;
  right: -5.8333333333vw;
  z-index: 10;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  color: #FFFFFF;
  cursor: default;
  pointer-events: none;
}
.articles-xl-card__controls::before {
  content: "";
  position: absolute;
  top: 0.1388888889vw;
  left: -1.1111111111vw;
  z-index: 1;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  display: block;
  width: 7.7083333333vw;
  height: 6.6666666667vw;
  background-image: url(../img/feeder-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-xl-card__controls {
    top: 1.3440860215vw;
    right: 2.2849462366vw;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .articles-xl-card__controls::before {
    top: 0.4032258065vw;
    left: -2.0161290323vw;
    width: 19.8924731183vw;
    height: 25.8064516129vw;
    background-image: url(../img/feeder-line-up.svg);
  }
}
@media screen and (max-width: 743px) {
  .articles-xl-card__controls {
    position: static;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    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;
    margin-bottom: 8vw;
  }
  .articles-xl-card__controls::before {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  .articles-xl-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.3333333333vw 0;
  }
}
.articles-xl-card__author {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.0222222222vw;
  text-transform: uppercase;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-xl-card__author {
    margin-left: auto;
    font-size: 2.1505376344vw;
    letter-spacing: -0.0430107527vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-xl-card__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.2vw;
    letter-spacing: -0.064vw;
  }
}
.articles-xl-card__author + .articles-xl-card__date::before, .articles-xl-card__date + .articles-xl-card__author::before {
  content: "•";
  display: block;
  margin: 0.6944444444vw 0;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-xl-card__author + .articles-xl-card__date::before, .articles-xl-card__date + .articles-xl-card__author::before {
    margin: 1.3440860215vw 0;
    text-align: right;
  }
}
@media screen and (max-width: 743px) {
  .articles-xl-card__author + .articles-xl-card__date::before, .articles-xl-card__date + .articles-xl-card__author::before {
    margin: 0 2.6666666667vw;
  }
}
.articles-xl-card__date {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.0222222222vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-xl-card__date {
    margin-left: auto;
    font-size: 2.1505376344vw;
    letter-spacing: -0.0430107527vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-xl-card__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.2vw;
    letter-spacing: -0.064vw;
  }
}
.articles-xl-card__stats {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8333333333vw;
  margin-top: 2.5vw;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.articles-xl-card__stats::before {
  content: "";
  position: absolute;
  left: 0.1388888889vw;
  bottom: 0.1388888889vw;
  z-index: 1;
  -webkit-transform: translate(-100%, 100%);
      -ms-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  display: block;
  width: 0.9027777778vw;
  height: 0.9027777778vw;
  background-image: url(../img/icon-triangle-decor.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.articles-xl-card__stats::after {
  content: "";
  position: absolute;
  top: 0.1388888889vw;
  right: 0.1388888889vw;
  z-index: 1;
  -webkit-transform: translate(100%, -100%) rotate(180deg);
      -ms-transform: translate(100%, -100%) rotate(180deg);
          transform: translate(100%, -100%) rotate(180deg);
  display: block;
  width: 0.9027777778vw;
  height: 0.9027777778vw;
  background-image: url(../img/icon-triangle-decor.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-xl-card__stats {
    gap: 2.1505376344vw;
    margin-top: 5.6451612903vw;
    margin-right: 1.3440860215vw;
    margin-left: auto;
  }
  .articles-xl-card__stats::before {
    left: 0.2688172043vw;
    bottom: 0.2688172043vw;
    width: 1.747311828vw;
    height: 1.747311828vw;
  }
  .articles-xl-card__stats::after {
    top: 0.2688172043vw;
    right: 0.2688172043vw;
    width: 1.747311828vw;
    height: 1.747311828vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-xl-card__stats {
    gap: 4.2666666667vw;
    margin-top: 0;
  }
  .articles-xl-card__stats::before {
    left: 0.5333333333vw;
    bottom: 0.5333333333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .articles-xl-card__stats::after {
    top: 0.5333333333vw;
    right: 0.5333333333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.articles-xl-card__stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3472222222vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-style: italic;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.0444444444vw;
}
.articles-xl-card__stats-item > svg {
  min-width: 0.8333333333vw;
  width: 0.8333333333vw;
  height: 0.625vw;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-xl-card__stats-item {
    gap: 0.6720430108vw;
    font-size: 2.1505376344vw;
    letter-spacing: -0.0860215054vw;
  }
  .articles-xl-card__stats-item > svg {
    min-width: 1.6129032258vw;
    width: 1.6129032258vw;
    height: 1.2096774194vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-xl-card__stats-item {
    gap: 1.3333333333vw;
    font-size: 3.2vw;
    letter-spacing: -0.128vw;
  }
  .articles-xl-card__stats-item > svg {
    min-width: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.1333333333vw;
  }
}

.articles-lg-card {
  display: block;
  padding: 2.7777777778vw;
  color: #FFFFFF;
  background: #142239;
  border-radius: 1.3888888889vw;
  -webkit-transition: none;
  transition: none;
}
.articles-lg-card:hover {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .articles-lg-card:hover .articles-lg-card__title {
    color: #8593CD;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-lg-card {
    padding: 4.3010752688vw;
    border-radius: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-lg-card {
    padding: 8.5333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.articles-lg-card__top {
  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: 2.7777777778vw;
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-lg-card__top {
    gap: 2.688172043vw;
    margin-bottom: 2.9569892473vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-lg-card__top {
    gap: 5.3333333333vw;
    margin-bottom: 6.1333333333vw;
  }
}
.articles-lg-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3472222222vw 0;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-lg-card__inner {
    gap: 0.6720430108vw 0;
  }
}
@media screen and (max-width: 743px) {
  .articles-lg-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6720430108vw 0;
  }
}
.articles-lg-card__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.0222222222vw;
  text-transform: uppercase;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-lg-card__author {
    font-size: 1.747311828vw;
    letter-spacing: -0.0349462366vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-lg-card__author {
    display: block;
    font-size: 3.4666666667vw;
    letter-spacing: -0.1386666667vw;
  }
}
.articles-lg-card__author + .articles-lg-card__date::before, .articles-lg-card__date + .articles-lg-card__author::before {
  content: "•";
  display: block;
  margin: 0 0.6944444444vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-lg-card__author + .articles-lg-card__date::before, .articles-lg-card__date + .articles-lg-card__author::before {
    margin: 0 1.0752688172vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-lg-card__author + .articles-lg-card__date::before, .articles-lg-card__date + .articles-lg-card__author::before {
    margin: 2.1333333333vw 0;
  }
}
.articles-lg-card__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.0222222222vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-lg-card__date {
    font-size: 1.747311828vw;
    letter-spacing: -0.0349462366vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-lg-card__date {
    display: block;
    font-size: 3.4666666667vw;
    letter-spacing: -0.1386666667vw;
  }
}
.articles-lg-card__stats {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8333333333vw;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.articles-lg-card__stats::before {
  content: "";
  position: absolute;
  left: 0.1388888889vw;
  bottom: 0.1388888889vw;
  z-index: 1;
  -webkit-transform: translate(-100%, 100%);
      -ms-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  display: block;
  width: 0.9027777778vw;
  height: 0.9027777778vw;
  background-image: url(../img/icon-triangle-decor.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.articles-lg-card__stats::after {
  content: "";
  position: absolute;
  top: 0.1388888889vw;
  right: 0.1388888889vw;
  z-index: 1;
  -webkit-transform: translate(100%, -100%) rotate(180deg);
      -ms-transform: translate(100%, -100%) rotate(180deg);
          transform: translate(100%, -100%) rotate(180deg);
  display: block;
  width: 0.9027777778vw;
  height: 0.9027777778vw;
  background-image: url(../img/icon-triangle-decor.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-lg-card__stats {
    gap: 1.747311828vw;
  }
  .articles-lg-card__stats::before {
    left: 0.2688172043vw;
    bottom: 0.2688172043vw;
    width: 1.3440860215vw;
    height: 1.3440860215vw;
  }
  .articles-lg-card__stats::after {
    top: 0.2688172043vw;
    right: 0.2688172043vw;
    width: 1.3440860215vw;
    height: 1.3440860215vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-lg-card__stats {
    gap: 4.2666666667vw;
  }
  .articles-lg-card__stats::before {
    left: 0.5333333333vw;
    bottom: 0.5333333333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .articles-lg-card__stats::after {
    top: 0.5333333333vw;
    right: 0.5333333333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.articles-lg-card__stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3472222222vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-style: italic;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.0444444444vw;
}
.articles-lg-card__stats-item > svg {
  min-width: 0.8333333333vw;
  width: 0.8333333333vw;
  height: 0.625vw;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-lg-card__stats-item {
    gap: 0.5376344086vw;
    font-size: 1.6129032258vw;
    letter-spacing: -0.064516129vw;
  }
  .articles-lg-card__stats-item > svg {
    min-width: 1.0752688172vw;
    width: 1.0752688172vw;
    height: 0.8064516129vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-lg-card__stats-item {
    gap: 1.3333333333vw;
    font-size: 3.2vw;
    letter-spacing: -0.128vw;
  }
  .articles-lg-card__stats-item > svg {
    min-width: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.1333333333vw;
  }
}
.articles-lg-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8055555556vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0722222222vw;
  text-overflow: ellipsis;
  opacity: 0.9;
  color: #FFFFFF;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-lg-card__title {
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-lg-card__title {
    -webkit-line-clamp: 3;
    font-size: 6.4vw;
    letter-spacing: -0.256vw;
  }
}
.articles-lg-card__content {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 2.7777777778vw;
  font-size: 1.25vw;
  font-weight: normal;
  letter-spacing: -0.05vw;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.articles-lg-card__content p > span {
  opacity: 0.3;
}
.articles-lg-card__content a {
  color: #DFE6EC;
}
.articles-lg-card__content a:hover {
  color: #DFE6EC;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-lg-card__content {
    margin-top: 2.9569892473vw;
    font-size: 1.8817204301vw;
    letter-spacing: -0.0752688172vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-lg-card__content {
    margin-top: 6.1333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.1493333333vw;
  }
}

.articles-md-card {
  display: block;
  padding: 2.7777777778vw;
  color: #000000;
  background: #FFFFFF;
  border-radius: 1.3888888889vw;
  -webkit-transition: none;
  transition: none;
}
.articles-md-card:hover {
  color: #000000;
}
@media screen and (hover: hover) {
  .articles-md-card:hover .articles-md-card__title {
    color: #95A4B9;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-md-card {
    padding: 4.3010752688vw;
    border-radius: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-md-card {
    padding: 8.5333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.articles-md-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8055555556vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.0722222222vw;
  text-overflow: ellipsis;
  color: #0728FF;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-md-card__title {
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-md-card__title {
    font-size: 6.4vw;
    letter-spacing: -0.256vw;
  }
}
.articles-md-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.1527777778vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-md-card__bottom {
    margin-top: 3.4946236559vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-md-card__bottom {
    margin-top: 6.1333333333vw;
  }
}
.articles-md-card__author {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.0222222222vw;
  text-transform: uppercase;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-md-card__author {
    font-size: 1.747311828vw;
    letter-spacing: -0.0349462366vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-md-card__author {
    font-size: 3.4666666667vw;
    letter-spacing: -0.0693333333vw;
  }
}
.articles-md-card__author + .articles-md-card__date::before, .articles-md-card__date + .articles-md-card__author::before {
  content: "•";
  display: block;
  margin: 0.6944444444vw 0;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-md-card__author + .articles-md-card__date::before, .articles-md-card__date + .articles-md-card__author::before {
    margin: 1.0752688172vw 0;
  }
}
@media screen and (max-width: 743px) {
  .articles-md-card__author + .articles-md-card__date::before, .articles-md-card__date + .articles-md-card__author::before {
    margin: 2.1333333333vw 0;
  }
}
.articles-md-card__date {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.0222222222vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-md-card__date {
    font-size: 1.747311828vw;
    letter-spacing: -0.0349462366vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-md-card__date {
    font-size: 3.4666666667vw;
    letter-spacing: -0.0693333333vw;
  }
}
.articles-md-card__stats {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8333333333vw;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.articles-md-card__stats::before {
  content: "";
  position: absolute;
  left: 0.1388888889vw;
  bottom: 0.1388888889vw;
  z-index: 1;
  -webkit-transform: translate(-100%, 100%);
      -ms-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  display: block;
  width: 0.9027777778vw;
  height: 0.9027777778vw;
  background-image: url(../img/icon-triangle-decor-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.articles-md-card__stats::after {
  content: "";
  position: absolute;
  top: 0.1388888889vw;
  right: 0.1388888889vw;
  z-index: 1;
  -webkit-transform: translate(100%, -100%) rotate(180deg);
      -ms-transform: translate(100%, -100%) rotate(180deg);
          transform: translate(100%, -100%) rotate(180deg);
  display: block;
  width: 0.9027777778vw;
  height: 0.9027777778vw;
  background-image: url(../img/icon-triangle-decor-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-md-card__stats {
    gap: 1.6129032258vw;
  }
  .articles-md-card__stats::before {
    left: 0.2688172043vw;
    bottom: 0.2688172043vw;
    width: 1.3440860215vw;
    height: 1.3440860215vw;
  }
  .articles-md-card__stats::after {
    top: 0.2688172043vw;
    right: 0.2688172043vw;
    width: 1.3440860215vw;
    height: 1.3440860215vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-md-card__stats {
    gap: 4.2666666667vw;
  }
  .articles-md-card__stats::before {
    left: 0.5333333333vw;
    bottom: 0.5333333333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .articles-md-card__stats::after {
    top: 0.5333333333vw;
    right: 0.5333333333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.articles-md-card__stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3472222222vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-style: italic;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.0444444444vw;
}
.articles-md-card__stats-item > svg {
  min-width: 0.8333333333vw;
  width: 0.8333333333vw;
  height: 0.625vw;
  color: #000000;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-md-card__stats-item {
    gap: 0.5376344086vw;
    font-size: 1.747311828vw;
    letter-spacing: -0.0698924731vw;
  }
  .articles-md-card__stats-item > svg {
    min-width: 1.0752688172vw;
    width: 1.0752688172vw;
    height: 0.8064516129vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-md-card__stats-item {
    gap: 1.3333333333vw;
    font-size: 3.2vw;
    letter-spacing: -0.128vw;
  }
  .articles-md-card__stats-item > svg {
    min-width: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.1333333333vw;
  }
}

.articles-inner {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}
.articles-inner__back {
  position: absolute;
  top: 10vw;
  left: 2.7777777778vw;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.articles-inner__back > svg {
  min-width: 1.6666666667vw;
  width: 1.6666666667vw;
  height: 0.8333333333vw;
  color: #FFFFFF;
}
.articles-inner__back:hover {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .articles-inner__back:hover {
    color: #95A4B9;
  }
  .articles-inner__back:hover > svg {
    color: #95A4B9;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-inner__back {
    top: 27.4193548387vw;
    left: 2.688172043vw;
    gap: 1.2096774194vw;
    margin-bottom: 3.4946236559vw;
    font-size: 2.1505376344vw;
  }
  .articles-inner__back > svg {
    min-width: 3.2258064516vw;
    width: 3.2258064516vw;
    height: 1.6129032258vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-inner__back {
    top: 46.4vw;
    left: 5.3333333333vw;
    gap: 2.4vw;
    margin-bottom: 6.4vw;
    font-size: 4.2666666667vw;
  }
  .articles-inner__back > svg {
    min-width: 6.4vw;
    width: 6.4vw;
    height: 3.2vw;
  }
}
.articles-inner__img {
  position: relative;
  z-index: -1;
  display: block;
  margin: -8.6111111111vw calc(50% - 50vw) 0;
  overflow: hidden;
  width: 100vw;
  height: 34.0277777778vw;
}
.articles-inner__img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(166, 166, 166, 0)), to(#A6A6A6));
  background: linear-gradient(180deg, rgba(166, 166, 166, 0) 0%, #A6A6A6 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.articles-inner__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-inner__img {
    margin: -27.1505376344vw calc(50% - 50vw) 0;
    height: 54.5698924731vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-inner__img {
    margin: -42.9333333333vw calc(50% - 50vw) 0;
    height: 136.5333333333vw;
  }
}
.articles-inner__top {
  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;
  padding: 3.4722222222vw 0 2.9166666667vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-inner__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 5.376344086vw 0 8.064516129vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-inner__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 18.6666666667vw;
    padding: 8vw 0 18.6666666667vw;
  }
}
.articles-inner__info {
  max-width: 12.2916666667vw;
  width: 100%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-inner__info {
    padding-top: 1.3440860215vw;
    max-width: 18.9516129032vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-inner__info {
    margin-left: auto;
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.articles-inner__category {
  display: block;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.0222222222vw;
  text-align: right;
  text-transform: uppercase;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-inner__category {
    font-size: 2.1505376344vw;
    letter-spacing: -0.0430107527vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-inner__category {
    font-size: 4.2666666667vw;
    letter-spacing: -0.0853333333vw;
  }
}
.articles-inner__category + .articles-inner__date::before, .articles-inner__date + .articles-inner__category::before {
  content: "•";
  display: block;
  margin: 0.6944444444vw 0 0.6944444444vw auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.05vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-inner__category + .articles-inner__date::before, .articles-inner__date + .articles-inner__category::before {
    margin: 1.3440860215vw 0 1.3440860215vw auto;
    font-size: 2.4193548387vw;
    letter-spacing: -0.0967741935vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-inner__category + .articles-inner__date::before, .articles-inner__date + .articles-inner__category::before {
    margin: 2.6666666667vw 0 2.6666666667vw auto;
    font-size: 4.8vw;
    letter-spacing: -0.192vw;
  }
}
.articles-inner__date {
  display: block;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.0444444444vw;
  text-align: right;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-inner__date {
    font-size: 2.1505376344vw;
    letter-spacing: -0.0860215054vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-inner__date {
    font-size: 4.2666666667vw;
    letter-spacing: -0.1706666667vw;
  }
}
.articles-inner__heading {
  display: block;
  max-width: calc(100% - 23.8194444444vw);
  width: 100%;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.175vw;
  opacity: 0.9;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-inner__heading {
    max-width: calc(100% - 21.6397849462vw);
    font-size: 4.5698924731vw;
    letter-spacing: -0.3198924731vw;
    color: #DFE6EC;
  }
}
@media screen and (max-width: 743px) {
  .articles-inner__heading {
    max-width: none;
    font-size: 8vw;
    letter-spacing: -0.56vw;
    color: #DFE6EC;
  }
}
.articles-inner__wrap {
  position: relative;
  z-index: 1;
}
.articles-inner__content {
  margin: 0 auto;
  max-width: 49.5833333333vw;
  width: 100%;
  font-size: 1.3888888889vw;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: -0.0555555556vw;
}
.articles-inner__content > * {
  margin-bottom: 3.4722222222vw;
  opacity: 0.7;
}
.articles-inner__content > *:last-child {
  margin-bottom: 0;
}
.articles-inner__content h1, .articles-inner__content h2, .articles-inner__content h3 {
  margin-top: 4.8611111111vw;
}
.articles-inner__content h1:first-child, .articles-inner__content h2:first-child, .articles-inner__content h3:first-child {
  margin-top: 0;
}
.articles-inner__content h1, .articles-inner__content h2, .articles-inner__content h3, .articles-inner__content h4, .articles-inner__content h5, .articles-inner__content h6 {
  font-weight: 500;
  line-height: 1;
  opacity: 0.9;
}
.articles-inner__content h1, .articles-inner__content h2 {
  margin-bottom: 3.4722222222vw;
}
.articles-inner__content h1:last-child, .articles-inner__content h2:last-child {
  margin-bottom: 0;
}
.articles-inner__content h3, .articles-inner__content h4, .articles-inner__content h5, .articles-inner__content h6 {
  margin-bottom: 0.6944444444vw;
}
.articles-inner__content h3:last-child, .articles-inner__content h4:last-child, .articles-inner__content h5:last-child, .articles-inner__content h6:last-child {
  margin-bottom: 0;
}
.articles-inner__content h1 {
  font-size: 2.2222222222vw;
  letter-spacing: -0.1555555556vw;
}
.articles-inner__content h2 {
  font-size: 2.2222222222vw;
  letter-spacing: -0.1555555556vw;
}
.articles-inner__content h3 {
  font-size: 1.6666666667vw;
  letter-spacing: -0.1166666667vw;
}
.articles-inner__content h4 {
  font-size: 1.3888888889vw;
  line-height: 1.25;
  letter-spacing: -0.0555555556vw;
}
.articles-inner__content h5, .articles-inner__content h6 {
  font-size: 1.3888888889vw;
  line-height: 1.25;
  letter-spacing: -0.0555555556vw;
}
.articles-inner__content picture {
  display: block;
  overflow: hidden;
  border-radius: 1.7361111111vw;
}
.articles-inner__content picture img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-inner__content img {
  max-width: 100% !important;
  height: auto !important;
}
.articles-inner__content hr {
  position: relative;
  z-index: 1;
  margin: 4.8611111111vw calc(50% - 50vw + 2.5vw) 4.8611111111vw calc(50% - 50vw + 6.1805555556vw);
  height: 0.9722222222vw;
  border: none;
  opacity: 1;
}
.articles-inner__content hr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 0.0694444444vw;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0 0.1388888889vw 0.1388888889vw 0;
}
.articles-inner__content hr::after {
  content: "";
  position: absolute;
  top: 0.0694444444vw;
  left: 0;
  z-index: 1;
  display: block;
  width: 0.9027777778vw;
  height: 0.9027777778vw;
  background: #FFFFFF;
}
.articles-inner__content hr:first-child {
  margin-top: 0;
}
.articles-inner__content hr:last-child {
  margin-bottom: 0;
}
.articles-inner__content ul li {
  position: relative;
  z-index: 1;
  padding-left: 1.4583333333vw;
  font-size: 1.25vw;
  font-weight: normal;
  line-height: 1.3333333333;
  letter-spacing: -0.05vw;
}
.articles-inner__content ul li::before {
  content: "";
  position: absolute;
  top: 0.7638888889vw;
  left: 0.5555555556vw;
  z-index: 1;
  display: block;
  width: 0.3472222222vw;
  height: 0.3472222222vw;
  background: #FFFFFF;
  border-radius: 50%;
}
.articles-inner__content ol {
  counter-reset: ol-sample;
}
.articles-inner__content ol li {
  position: relative;
  z-index: 1;
  padding-left: 2.8472222222vw;
  font-size: 1.25vw;
  font-weight: normal;
  line-height: 1.3333333333;
  letter-spacing: -0.05vw;
}
.articles-inner__content ol li::before {
  counter-increment: ol-sample;
  content: counter(ol-sample) ".";
  position: absolute;
  top: 0;
  left: 0.4166666667vw;
  z-index: 1;
  display: block;
  font-size: 1.25vw;
  font-weight: normal;
  line-height: 1.3333333333;
  letter-spacing: -0.05vw;
}
.articles-inner__content ol li:nth-child(n+100) {
  display: none;
}
.articles-inner__content a {
  opacity: 1;
  color: #FFFFFF;
}
.articles-inner__content a:hover {
  color: #FFFFFF;
}
.articles-inner__content blockquote {
  margin-right: -1.3888888889vw;
  margin-left: -1.3888888889vw;
  padding: 1.6666666667vw 1.3888888889vw;
  width: calc(100% + 2.7777777778vw);
  font-size: 1.3888888889vw;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.0555555556vw;
  opacity: 1;
  background: #142239;
  border-radius: 0.2777777778vw;
}
.articles-inner__content blockquote > * {
  opacity: 0.7;
}
.articles-inner__content .content-info {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .articles-inner__content {
    max-width: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .articles-inner__content {
    padding: 0 2.688172043vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .articles-inner__content > * {
    margin-bottom: 4.0322580645vw;
  }
  .articles-inner__content > *:last-child {
    margin-bottom: 0;
  }
  .articles-inner__content h1, .articles-inner__content h2, .articles-inner__content h3 {
    margin-top: 9.4086021505vw;
  }
  .articles-inner__content h1:first-child, .articles-inner__content h2:first-child, .articles-inner__content h3:first-child {
    margin-top: 0;
  }
  .articles-inner__content h1, .articles-inner__content h2, .articles-inner__content h3 {
    margin-bottom: 5.376344086vw;
  }
  .articles-inner__content h1:last-child, .articles-inner__content h2:last-child, .articles-inner__content h3:last-child {
    margin-bottom: 0;
  }
  .articles-inner__content h1 {
    font-size: 4.3010752688vw;
    letter-spacing: -0.3010752688vw;
  }
  .articles-inner__content h2 {
    font-size: 3.4946236559vw;
    letter-spacing: -0.1397849462vw;
  }
  .articles-inner__content h3 {
    font-size: 3.2258064516vw;
    letter-spacing: -0.2258064516vw;
  }
  .articles-inner__content h4 {
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .articles-inner__content h5, .articles-inner__content h6 {
    font-size: 2.688172043vw;
    line-height: 1.25;
    letter-spacing: -0.1075268817vw;
  }
  .articles-inner__content hr {
    margin: 9.4086021505vw -2.688172043vw;
    height: 1.8817204301vw;
  }
  .articles-inner__content hr::before {
    height: 0.1344086022vw;
    border-radius: 0 0.2688172043vw 0.2688172043vw 0;
  }
  .articles-inner__content hr::after {
    top: 0.1344086022vw;
    width: 1.747311828vw;
    height: 1.747311828vw;
  }
  .articles-inner__content hr:first-child {
    margin-top: 0;
  }
  .articles-inner__content hr:last-child {
    margin-bottom: 0;
  }
  .articles-inner__content ul li {
    padding-left: 3.4946236559vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .articles-inner__content ul li::before {
    top: 1.4784946237vw;
    left: 1.0752688172vw;
    width: 0.6720430108vw;
    height: 0.6720430108vw;
  }
  .articles-inner__content ol li {
    padding-left: 6.1827956989vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .articles-inner__content ol li::before {
    left: 0.8064516129vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .articles-inner__content blockquote {
    margin-right: -2.688172043vw;
    margin-left: -2.688172043vw;
    padding: 3.2258064516vw 2.688172043vw;
    width: calc(100% + 5.376344086vw);
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
    border-radius: 0.5376344086vw;
  }
}
@media screen and (max-width: 743px) {
  .articles-inner__content {
    font-size: 4.8vw;
    line-height: 1.3333333333;
    letter-spacing: -0.192vw;
  }
  .articles-inner__content > * {
    margin-bottom: 8vw;
  }
  .articles-inner__content > *:last-child {
    margin-bottom: 0;
  }
  .articles-inner__content h1, .articles-inner__content h2, .articles-inner__content h3 {
    margin-top: 16vw;
  }
  .articles-inner__content h1:first-child, .articles-inner__content h2:first-child, .articles-inner__content h3:first-child {
    margin-top: 0;
  }
  .articles-inner__content h1, .articles-inner__content h2, .articles-inner__content h3 {
    margin-bottom: 10.6666666667vw;
  }
  .articles-inner__content h1:last-child, .articles-inner__content h2:last-child, .articles-inner__content h3:last-child {
    margin-bottom: 0;
  }
  .articles-inner__content h1 {
    font-size: 6.4vw;
    letter-spacing: -0.448vw;
  }
  .articles-inner__content h2 {
    font-size: 5.3333333333vw;
    line-height: 1.25;
    letter-spacing: -0.16vw;
  }
  .articles-inner__content h3 {
    font-size: 5.3333333333vw;
    line-height: 1.25;
    letter-spacing: -0.16vw;
  }
  .articles-inner__content h4 {
    font-size: 5.3333333333vw;
    line-height: 1.25;
    letter-spacing: -0.16vw;
  }
  .articles-inner__content h5, .articles-inner__content h6 {
    font-size: 4.8vw;
    line-height: 1.25;
    letter-spacing: -0.192vw;
  }
  .articles-inner__content hr {
    margin: 16vw 0;
    height: 3.7333333333vw;
  }
  .articles-inner__content hr::before {
    height: 0.2666666667vw;
    border-radius: 0 0.5333333333vw 0.5333333333vw 0;
  }
  .articles-inner__content hr::after {
    top: 0.2666666667vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
  .articles-inner__content hr:first-child {
    margin-top: 0;
  }
  .articles-inner__content hr:last-child {
    margin-bottom: 0;
  }
  .articles-inner__content ul li {
    padding-left: 5.6vw;
    font-size: 4.8vw;
    line-height: 1.3333333333;
    letter-spacing: -0.192vw;
  }
  .articles-inner__content ul li::before {
    top: 2.9333333333vw;
    left: 2.1333333333vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
  .articles-inner__content ol li {
    padding-left: 10.9333333333vw;
    font-size: 4.8vw;
    line-height: 1.3333333333;
    letter-spacing: -0.192vw;
  }
  .articles-inner__content ol li::before {
    left: 1.6vw;
    font-size: 4.8vw;
    line-height: 1.3333333333;
    letter-spacing: -0.192vw;
  }
  .articles-inner__content blockquote {
    margin-right: 0;
    margin-left: 0;
    padding: 6.4vw 5.3333333333vw;
    width: 100%;
    font-size: 5.3333333333vw;
    letter-spacing: -0.2133333333vw;
    border-radius: 1.0666666667vw;
  }
}

.cooperation {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -4.375vw;
  padding-top: 11.7361111111vw;
  color: #FFFFFF;
}
.cooperation::before {
  content: "";
  position: absolute;
  top: -76.25vw;
  right: -1.7361111111vw;
  z-index: -1;
  display: block;
  width: 83.75vw;
  height: 83.75vw;
  opacity: 0.66;
  background: #8593CD;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .cooperation {
    margin-top: -18.9516129032vw;
    padding-top: 45.8333333333vw;
  }
  .cooperation::before {
    top: -172.5806451613vw;
    right: -101.6129032258vw;
    width: 189.7849462366vw;
    height: 189.7849462366vw;
  }
}
@media screen and (max-width: 743px) {
  .cooperation {
    margin-top: -30.6666666667vw;
    padding-top: 72vw;
  }
  .cooperation::before {
    top: -204.5333333333vw;
    right: -135.4666666667vw;
    width: 224.8vw;
    height: 224.8vw;
  }
}
.cooperation__top {
  position: relative;
  z-index: 1;
  margin-bottom: 10.0694444444vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .cooperation__top {
    margin-bottom: 56.7204301075vw;
  }
}
@media screen and (max-width: 743px) {
  .cooperation__top {
    margin-bottom: 92.2666666667vw;
  }
}
.cooperation__heading {
  display: block;
  padding: 0 3.4722222222vw;
  width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 5.8333333333vw;
  font-weight: 300;
  line-height: 1.1428571429;
  letter-spacing: -0.2361111111vw;
  color: #FFFFFF;
}
.cooperation__heading > span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cooperation__heading > span:nth-child(2n) {
  padding-left: 37.3611111111vw;
}
.cooperation__heading > span:nth-child(3) {
  padding-left: 16.5972222222vw;
}
.cooperation__heading b {
  font-size: 7.5vw;
  font-weight: 500;
  font-style: italic;
  line-height: 1.1481481482;
  letter-spacing: -0.2986111111vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .cooperation__heading {
    padding: 0;
    font-size: 7.7956989247vw;
    line-height: 0.9482758621;
    letter-spacing: -0.4704301075vw;
  }
  .cooperation__heading > span:nth-child(2n) {
    padding-left: 28.2258064516vw;
  }
  .cooperation__heading > span:nth-child(3) {
    padding-left: 28.2258064516vw;
  }
  .cooperation__heading b {
    font-size: 7.7956989247vw;
    line-height: 1.1379310345;
    letter-spacing: -0.3091397849vw;
  }
}
@media screen and (max-width: 743px) {
  .cooperation__heading {
    padding: 0;
    font-size: 9.0666666667vw;
    line-height: 0.975;
    letter-spacing: -0.5333333333vw;
  }
  .cooperation__heading > span:nth-child(2n) {
    padding-left: 13.0666666667vw;
  }
  .cooperation__heading > span:nth-child(3) {
    padding-left: 13.0666666667vw;
  }
  .cooperation__heading b {
    font-size: 9.0666666667vw;
    line-height: 1.15;
    letter-spacing: -0.3642666667vw;
  }
}
.cooperation__quote {
  position: absolute;
  top: 9.4444444444vw;
  left: 19.7916666667vw;
  z-index: 1;
  padding: 1.1805555556vw 2.1527777778vw 1.4583333333vw;
  max-width: 19.8611111111vw;
  width: 100%;
  font-size: 1.1111111111vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.0444444444vw;
  color: #FFFFFF;
  background: linear-gradient(260deg, #03FF86 0.58%, #0728FF 64.82%, #FFF 99.42%);
  border-radius: 5.5555555556vw;
}
.cooperation__quote > b, .cooperation__quote strong {
  font-weight: 600;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .cooperation__quote {
    top: 26.3440860215vw;
    left: 0;
    padding: 2.2849462366vw 8.064516129vw 2.5537634409vw;
    max-width: 57.5268817204vw;
    font-size: 2.8225806452vw;
    letter-spacing: -0.1129032258vw;
    border-radius: 10.752688172vw;
  }
  .cooperation__quote > b, .cooperation__quote strong {
    margin-left: -1.6129032258vw;
  }
}
@media screen and (max-width: 743px) {
  .cooperation__quote {
    top: auto;
    bottom: -49.8666666667vw;
    left: 0;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
    padding: 4.5333333333vw 14.4vw;
    max-width: 88.5333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: -0.1706666667vw;
    border-radius: 21.3333333333vw;
  }
  .cooperation__quote > b, .cooperation__quote strong {
    margin-left: -2.6666666667vw;
  }
}
.cooperation__decor {
  position: absolute;
  z-index: 1;
  display: block;
}
.cooperation__decor img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cooperation__decor--first {
  top: 1.0416666667vw;
  left: calc(50% + 6.25vw);
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  width: 6.5277777778vw;
  height: 6.5277777778vw;
  -webkit-box-shadow: 0px 47.896px 54.428px rgba(20, 31, 22, 0.15);
          box-shadow: 0px 47.896px 54.428px rgba(20, 31, 22, 0.15);
}
.cooperation__decor--second {
  bottom: -0.3472222222vw;
  left: calc(50% + 3.125vw);
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
  width: 11.3888888889vw;
  height: 6.5277777778vw;
  -webkit-box-shadow: 0px 47.896px 54.428px 0px rgba(20, 31, 22, 0.15);
          box-shadow: 0px 47.896px 54.428px 0px rgba(20, 31, 22, 0.15);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .cooperation__decor--first {
    top: -3.3602150538vw;
    left: calc(50% + 5.376344086vw);
    width: 12.6344086022vw;
    height: 12.6344086022vw;
  }
  .cooperation__decor--second {
    bottom: -8.064516129vw;
    right: 4.0322580645vw;
    left: auto;
    width: 22.0430107527vw;
    height: 12.6344086022vw;
  }
}
@media screen and (max-width: 743px) {
  .cooperation__decor--first {
    top: -22.9333333333vw;
    left: 10.6666666667vw;
    width: 19.4666666667vw;
    height: 19.4666666667vw;
  }
  .cooperation__decor--second {
    bottom: -21.3333333333vw;
    right: 9.4086021505vw;
    left: auto;
    width: 34.4vw;
    height: 19.4666666667vw;
  }
}
.cooperation__item:nth-child(n+3) {
  display: none;
}
.cooperation__item + .cooperation__item {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .cooperation__item + .cooperation__item {
    margin-top: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .cooperation__item + .cooperation__item {
    margin-top: 5.3333333333vw;
  }
}

.cooperation-card {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 39.0972222222vw;
  color: #FFFFFF;
  background: #313A59;
  border-radius: 2.4305555556vw;
  -webkit-transition: none;
  transition: none;
}
.cooperation-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  width: 100%;
  height: 13.6805555556vw;
  background: rgba(255, 255, 255, 0.01);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(to top, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
          mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(to top, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.cooperation-card:hover {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .cooperation-card:hover .cooperation-card__bg {
    -webkit-transform: scale(1.075);
        -ms-transform: scale(1.075);
            transform: scale(1.075);
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .cooperation-card {
    height: 75.6720430108vw;
    border-radius: 4.7043010753vw;
  }
  .cooperation-card::before {
    height: 26.4784946237vw;
  }
}
@media screen and (max-width: 743px) {
  .cooperation-card {
    height: 150.1333333333vw;
    border-radius: 9.3333333333vw;
  }
  .cooperation-card::before {
    height: 52.5333333333vw;
  }
}
.cooperation-card__inner {
  position: absolute;
  right: 2.6388888889vw;
  bottom: 2.7083333333vw;
  left: 2.6388888889vw;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.6944444444vw;
  max-width: calc(100% - 2.6388888889vw - 2.6388888889vw);
  width: 100%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .cooperation-card__inner {
    right: 5.1075268817vw;
    bottom: 6.7204301075vw;
    left: 5.1075268817vw;
    gap: 1.3440860215vw;
    max-width: calc(100% - 5.1075268817vw - 5.1075268817vw);
  }
}
@media screen and (max-width: 743px) {
  .cooperation-card__inner {
    right: 8vw;
    bottom: 9.0666666667vw;
    left: 9.8666666667vw;
    gap: 2.6666666667vw;
    max-width: calc(100% - 8vw - 9.8666666667vw);
  }
}
.cooperation-card__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.1666666667vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.2222222222vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .cooperation-card__title {
    font-size: 5.376344086vw;
    letter-spacing: -0.2150537634vw;
  }
}
@media screen and (max-width: 743px) {
  .cooperation-card__title {
    font-size: 8vw;
    letter-spacing: -0.32vw;
  }
}
.cooperation-card__icon {
  min-width: 1.3888888889vw;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .cooperation-card__icon {
    min-width: 2.688172043vw;
    width: 2.688172043vw;
    height: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .cooperation-card__icon {
    min-width: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.cooperation-card__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -3;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cooperation-card__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), to(#A6A6A6));
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #A6A6A6 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.cooperation-card__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cooperation-card__circle {
  position: absolute;
  top: 13.6805555556vw;
  left: 17.9166666667vw;
  z-index: 1;
  display: block;
  max-width: 8.9583333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6666666667vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0666666667vw;
}
.cooperation-card__circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 1.3888888889vw);
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 19.0277777778vw;
  height: 19.0277777778vw;
  background-image: url(../img/coop-decor-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .cooperation-card__circle {
    top: 27.2849462366vw;
    left: 22.5806451613vw;
    max-width: 13.1720430108vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .cooperation-card__circle::before {
    left: calc(50% - 1.747311828vw);
    width: 26.3440860215vw;
    height: 26.3440860215vw;
  }
}
@media screen and (max-width: 743px) {
  .cooperation-card__circle {
    top: 36.5333333333vw;
    left: -16.2666666667vw;
    max-width: none;
    width: 52.2666666667vw;
    height: 52.2666666667vw;
    font-size: 0;
  }
  .cooperation-card__circle::before {
    width: 52.2666666667vw;
    height: 52.2666666667vw;
  }
}
.cooperation-card__delivery {
  position: absolute;
  top: 3.6805555556vw;
  right: 14.0972222222vw;
  z-index: 1;
  display: block;
  max-width: 13.5416666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6666666667vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0666666667vw;
}
.cooperation-card__delivery::before {
  content: "";
  position: absolute;
  bottom: -0.2083333333vw;
  left: -1.3194444444vw;
  z-index: -1;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  display: block;
  width: 14.9305555556vw;
  height: 1.875vw;
  background-image: url(../img/coop-decor-delivery.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .cooperation-card__delivery {
    top: 8.064516129vw;
    right: 9.811827957vw;
    max-width: 20.9677419355vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .cooperation-card__delivery::before {
    bottom: -2.8225806452vw;
    left: -5.6451612903vw;
    width: 28.8978494624vw;
    height: 3.6290322581vw;
  }
}
@media screen and (max-width: 743px) {
  .cooperation-card__delivery {
    display: none;
  }
}
.cooperation-card__dot {
  position: absolute;
  top: 22.6388888889vw;
  left: 11.5972222222vw;
  z-index: 1;
  display: block;
  max-width: 15.4861111111vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6666666667vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0666666667vw;
}
.cooperation-card__dot::before {
  content: "";
  position: absolute;
  top: 0.6944444444vw;
  left: -3.125vw;
  z-index: -1;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  display: block;
  width: 5.8333333333vw;
  height: 3.0555555556vw;
  background-image: url(../img/coop-decor-dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .cooperation-card__dot {
    top: 43.8172043011vw;
    left: 18.5483870968vw;
    max-width: 24.0591397849vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .cooperation-card__dot::before {
    top: 1.3440860215vw;
    left: -2.1505376344vw;
    width: 11.2903225806vw;
    height: 5.9139784946vw;
  }
}
@media screen and (max-width: 743px) {
  .cooperation-card__dot {
    top: 0;
    left: 0;
    max-width: none;
    font-size: 0;
  }
  .cooperation-card__dot::before {
    top: 9.8666666667vw;
    left: 9.8666666667vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 22.4vw;
    height: 11.7333333333vw;
  }
}
.cooperation-card__result {
  position: absolute;
  top: 14.4444444444vw;
  right: 33.125vw;
  z-index: 1;
  display: block;
  max-width: 24.7916666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6666666667vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0666666667vw;
  text-align: right;
}
.cooperation-card__result::before {
  content: "";
  position: absolute;
  top: 0.6944444444vw;
  right: -1.3888888889vw;
  z-index: -1;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  display: block;
  width: 6.5625vw;
  height: 2.9861111111vw;
  background-image: url(../img/coop-decor-result.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .cooperation-card__result {
    top: 13.7096774194vw;
    right: 48.252688172vw;
    max-width: 39.1129032258vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .cooperation-card__result::before {
    top: 0.9408602151vw;
    right: -4.0322580645vw;
    width: 12.7016129032vw;
    height: 5.7795698925vw;
  }
}
@media screen and (max-width: 743px) {
  .cooperation-card__result {
    display: none;
  }
}
.cooperation-card__consult {
  position: absolute;
  top: 16.9444444444vw;
  left: 2.6388888889vw;
  z-index: 1;
  display: block;
  max-width: 22.1527777778vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6666666667vw;
  font-weight: 500;
  letter-spacing: -0.0666666667vw;
}
.cooperation-card__consult::before {
  content: "";
  position: absolute;
  top: -1.5972222222vw;
  left: 0;
  z-index: -1;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  display: block;
  width: 3.1944444444vw;
  height: 1.9444444444vw;
  background-image: url(../img/coop-decor-consult.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .cooperation-card__consult {
    top: 32.7956989247vw;
    left: 5.1075268817vw;
    max-width: 40.188172043vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .cooperation-card__consult::before {
    top: -3.0913978495vw;
    width: 6.1827956989vw;
    height: 3.7634408602vw;
  }
}
@media screen and (max-width: 743px) {
  .cooperation-card__consult {
    top: 0;
    left: 0;
    max-width: none;
    font-size: 0;
  }
  .cooperation-card__consult::before {
    top: 16.8vw;
    left: 10.1333333333vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 12.2666666667vw;
    height: 7.4666666667vw;
  }
}
.cooperation-card__accuracy {
  position: absolute;
  top: 7.6388888889vw;
  right: 40.2083333333vw;
  z-index: 1;
  display: block;
  max-width: 16.3888888889vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6666666667vw;
  font-weight: 500;
  letter-spacing: -0.0666666667vw;
  text-align: right;
}
.cooperation-card__accuracy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  width: 32.0138888889vw;
  height: 23.4027777778vw;
  background-image: url(../img/coop-decor-accuracy.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .cooperation-card__accuracy {
    top: 9.6774193548vw;
    right: 6.7204301075vw;
    max-width: 25.5376344086vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .cooperation-card__accuracy::before {
    top: auto;
    left: calc(50% - 28.2258064516vw);
    bottom: -6.3172043011vw;
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    width: 38.9784946237vw;
    height: 28.3602150538vw;
  }
}
@media screen and (max-width: 743px) {
  .cooperation-card__accuracy {
    display: none;
  }
}

.contacts {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -4.375vw;
  color: #FFFFFF;
}
.contacts::before {
  content: "";
  position: absolute;
  top: -76.25vw;
  right: -1.7361111111vw;
  z-index: -1;
  display: block;
  width: 83.75vw;
  height: 83.75vw;
  opacity: 0.66;
  background: #8593CD;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts {
    margin-top: -18.9516129032vw;
  }
  .contacts::before {
    top: -172.5806451613vw;
    right: -101.6129032258vw;
    width: 189.7849462366vw;
    height: 189.7849462366vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts {
    margin-top: -30.6666666667vw;
  }
  .contacts::before {
    top: -204.5333333333vw;
    right: -135.4666666667vw;
    width: 224.8vw;
    height: 224.8vw;
  }
}
.contacts__sections {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10.0694444444vw 0 0;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__sections {
    padding: 23.5215053763vw 0 0;
  }
}
@media screen and (max-width: 743px) {
  .contacts__sections {
    padding: 38.6666666667vw 0 0;
  }
}
.contacts__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.1666666667vw;
  padding: 0 2.7777777778vw;
}
@media screen and (max-width: 1023px) {
  .contacts__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__wrap {
    gap: 6.7204301075vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts__wrap {
    gap: 16vw;
  }
}
.contacts__left {
  max-width: 39.1666666667vw;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .contacts__left {
    max-width: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__left {
    padding: 0 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts__left {
    padding: 0 2.6666666667vw;
  }
}
.contacts__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6944444444vw;
  max-width: 48.3333333333vw;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .contacts__right {
    max-width: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__right {
    gap: 1.3440860215vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.contacts__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 50%;
}
@media screen and (max-width: 743px) {
  .contacts__wrapper {
    width: 100%;
  }
}
.contacts__form {
  padding: 2.7777777778vw;
  background: #DFE6EC;
  border-radius: 2.4305555556vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__form {
    padding: 5.376344086vw;
    border-radius: 4.7043010753vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts__form {
    padding: 7.0666666667vw 10.6666666667vw;
    border-radius: 9.3333333333vw;
  }
}
.contacts__bottom {
  margin-top: 2.4305555556vw;
  padding: 0 2.7777777778vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__bottom {
    margin-top: 6.4516129032vw;
    padding: 0 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts__bottom {
    margin-top: 13.3333333333vw;
    padding: 0 2.6666666667vw;
  }
}
.contacts__group {
  position: relative;
  z-index: 1;
  padding-bottom: 2.0138888889vw;
  width: 100%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__group {
    padding-bottom: 3.8978494624vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts__group {
    padding-bottom: 7.7333333333vw;
  }
}
.contacts__link {
  position: relative;
  z-index: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.1944444444vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.2236111111vw;
}
.contacts__link::before, .contacts__link::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
  color: #FFFFFF;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  pointer-events: none;
  will-change: transform;
}
.contacts__link::before {
  clip-path: inset(0 0 50% 0);
}
.contacts__link::after {
  clip-path: inset(50% 0 0 0);
}
@media screen and (hover: hover) {
  .contacts__link:hover {
    color: transparent;
  }
  .contacts__link:hover::before {
    -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
            transform: translateX(2px);
  }
  .contacts__link:hover::after {
    -webkit-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__link {
    font-size: 6.1827956989vw;
    letter-spacing: -0.4327956989vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts__link {
    font-size: 6.9333333333vw;
    letter-spacing: -0.4853333333vw;
  }
}
.contacts__link + .contacts__link {
  margin-top: 0.9722222222vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__link + .contacts__link {
    margin-top: 2.5537634409vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts__link + .contacts__link {
    margin-top: 2.6666666667vw;
  }
}
.contacts__content {
  padding-top: 0.9027777778vw;
  font-size: 1.25vw;
  font-weight: normal;
  letter-spacing: -0.05vw;
}
.contacts__content span {
  opacity: 0.3;
}
.contacts__content a {
  color: #FFFFFF;
}
.contacts__content a:hover {
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__content {
    padding-top: 1.747311828vw;
    font-size: 2.4193548387vw;
    letter-spacing: -0.0967741935vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts__content {
    padding-top: 3.4666666667vw;
    font-size: 4.8vw;
    letter-spacing: -0.192vw;
  }
}
.contacts__socnav {
  margin: 6.4583333333vw calc(50% - 50vw) 0;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__socnav {
    margin: 7.2580645161vw calc(50% - 50vw) 0;
  }
}
@media screen and (max-width: 743px) {
  .contacts__socnav {
    margin: 24vw calc(50% - 50vw) 0;
  }
}
.contacts__title {
  display: block;
  margin-bottom: 2.0833333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2916666667vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.0916666667vw;
  color: #292E33;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__title {
    margin-bottom: 4.0322580645vw;
    font-size: 4.435483871vw;
    letter-spacing: -0.1774193548vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts__title {
    margin-bottom: 8vw;
    font-size: 8.8vw;
    letter-spacing: -0.352vw;
  }
}
.contacts__description {
  display: block;
  margin-top: 1.0416666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9722222222vw;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.0388888889vw;
  color: #292E33;
}
.contacts__description a {
  display: inline;
  color: #292E33;
  border-bottom: 0.0694444444vw solid #292E33;
}
.contacts__description a:hover {
  color: #292E33;
}
@media screen and (hover: hover) {
  .contacts__description a:hover {
    color: #0728FF;
    border-color: #0728FF;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__description {
    margin-top: 2.0161290323vw;
    font-size: 1.8817204301vw;
    letter-spacing: -0.0752688172vw;
  }
  .contacts__description a {
    border-bottom: 0.1344086022vw solid #292E33;
  }
}
@media screen and (max-width: 743px) {
  .contacts__description {
    margin-top: 4vw;
    font-size: 3.2vw;
    letter-spacing: -0.128vw;
  }
  .contacts__description a {
    border-bottom: 0.2666666667vw solid #292E33;
  }
}

.contacts-form__input + .contacts-form__input {
  margin-top: 1.1111111111vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-form__input + .contacts-form__input {
    margin-top: 2.1505376344vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts-form__input + .contacts-form__input {
    margin-top: 4.2666666667vw;
  }
}
.contacts-form__btn {
  margin-top: 2.0833333333vw;
  margin-left: auto;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-form__btn {
    margin-top: 4.0322580645vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts-form__btn {
    margin-top: 8vw;
    width: 100%;
  }
}

.contacts-socnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.1388888889vw solid #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-socnav__list {
    border-width: 0.2688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts-socnav__list {
    border-width: 0.5333333333vw;
  }
}
.contacts-socnav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 25%;
}
.contacts-socnav__item + .contacts-socnav__item {
  border-left: 0.1388888889vw solid #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-socnav__item + .contacts-socnav__item {
    border-left-width: 0.2688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts-socnav__item + .contacts-socnav__item {
    border-left-width: 0.5333333333vw;
  }
}
.contacts-socnav__link {
  position: relative;
  z-index: 1;
  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;
  padding: 2.8472222222vw;
}
.contacts-socnav__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  background: #FFFFFF;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
.contacts-socnav__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(45deg, rgb(223, 58, 142), rgb(102, 163, 247), rgb(211, 209, 241), rgb(196, 207, 242));
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (hover: hover) {
  .contacts-socnav__link:hover::before {
    background: #292E33;
  }
  .contacts-socnav__link:hover::after {
    opacity: 1;
  }
  .contacts-socnav__link:hover .contacts-socnav__icon {
    color: #292E33;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-socnav__link {
    padding: 5.2419354839vw;
  }
  .contacts-socnav__link::before {
    width: 1.3440860215vw;
    height: 1.3440860215vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts-socnav__link {
    padding: 7.0666666667vw;
  }
  .contacts-socnav__link::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.contacts-socnav__icon {
  min-width: 5vw;
  width: 5vw;
  height: 4.2361111111vw;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-socnav__icon {
    min-width: 9.6774193548vw;
    width: 9.6774193548vw;
    height: 8.1989247312vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts-socnav__icon {
    min-width: 13.0666666667vw;
    width: 13.0666666667vw;
    height: 13.0666666667vw;
  }
}

.contacts-map__wrap {
  position: relative;
  z-index: 1;
}
.contacts-map__wrapper {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 53.4722222222vw;
  background: #13181C;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-map__wrapper {
    height: 138.8440860215vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts-map__wrapper {
    height: 148.5333333333vw;
  }
}
.contacts-map__copyright {
  position: absolute;
  left: 2.5vw;
  bottom: 2.7777777778vw;
  z-index: 10;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.0222222222vw;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-map__copyright {
    left: 5.376344086vw;
    bottom: 5.376344086vw;
    font-size: 3.2258064516vw;
    letter-spacing: -0.0633064516vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts-map__copyright {
    right: 0;
    left: 50%;
    bottom: 21.8666666667vw;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    font-size: 4.2666666667vw;
    letter-spacing: -0.0853333333vw;
    text-align: center;
  }
}
.contacts-map__author {
  position: absolute;
  right: 2.5vw;
  bottom: 2.7777777778vw;
  z-index: 10;
  display: block;
  width: 7.8472222222vw;
  height: 1.25vw;
}
.contacts-map__author img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-map__author {
    right: 5.376344086vw;
    bottom: 5.376344086vw;
    width: 21.1021505376vw;
    height: 3.3602150538vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts-map__author {
    right: 0;
    left: 50%;
    bottom: 10.6666666667vw;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 29.6vw;
    height: 4.8vw;
  }
}

.not-found {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100dvh;
  color: #FFFFFF;
  background-image: url(../img/bg-404.png);
  background-repeat: no-repeat;
  background-size: 100vw 100dvh;
  background-position: center center;
}
.not-found::before {
  content: "";
  position: absolute;
  top: calc(50% - 2.2727272727dvh);
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 70dvh;
  height: 67.4025974026dvh;
  background-image: url(../img/decor-triangle-square.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .not-found {
    background-image: url(../img/bg-404-tablet.png);
  }
  .not-found::before {
    top: calc(50% - 3.1332744925dvh);
    width: 47.572815534dvh;
    height: 45.8075904678dvh;
  }
}
@media screen and (max-width: 743px) {
  .not-found {
    background-image: url(../img/bg-404-mobile.png);
  }
  .not-found::before {
    top: calc(50% - 5.7266009852dvh);
    width: 38.1773399015dvh;
    height: 36.6995073892dvh;
  }
}
.not-found__img {
  position: absolute;
  top: calc(50% + 0.3896103896dvh);
  left: calc(50% - 18.5714285714dvh);
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 157.2727272727dvh;
  height: 46.1038961039dvh;
}
.not-found__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .not-found__img {
    top: calc(50% - 2.5154457193dvh);
    left: calc(50% - 9.2674315975dvh);
    width: 97.8817299206dvh;
    height: 28.6849073257dvh;
  }
}
@media screen and (max-width: 743px) {
  .not-found__img {
    top: calc(50% - 4.6798029557dvh);
    left: calc(50% - 6.7733990148dvh);
    width: 71.1822660099dvh;
    height: 21.0591133005dvh;
  }
}
.not-found__decor {
  position: absolute;
  top: calc(50% - 4.025974026dvh);
  left: calc(50% - 2.987012987dvh);
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 52.5974025974dvh;
  height: 47.6623376623dvh;
}
.not-found__decor img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .not-found__decor {
    top: calc(50% - 3.839364519dvh);
    left: calc(50% - 0.0882612533dvh);
    width: 32.9214474846dvh;
    height: 29.8323036187dvh;
  }
}
@media screen and (max-width: 743px) {
  .not-found__decor {
    top: calc(50% - 5.5418719212dvh);
    left: calc(50% + 0.1231527094dvh);
    width: 23.7684729064dvh;
    height: 20.3201970443dvh;
  }
}
.not-found__help {
  position: absolute;
  top: calc(50% - 35.0649350649dvh);
  left: calc(50% + 48.3116883117dvh);
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5974025974dvh;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.1038961039dvh;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .not-found__help {
    top: calc(50% - 29.3909973522dvh);
    left: calc(50% - 16.4165931156dvh);
    font-size: 1.7652250662dvh;
    letter-spacing: -0.0706090026dvh;
  }
}
@media screen and (max-width: 743px) {
  .not-found__help {
    top: 4.1256157635dvh;
    left: calc(50% - 6.4039408867dvh);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 2.9556650246dvh;
    letter-spacing: -0.118226601dvh;
  }
}
.not-found__body {
  position: absolute;
  top: calc(50% + 31.8831168831dvh);
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .not-found__body {
    top: calc(50% + 19.814651368dvh);
  }
}
@media screen and (max-width: 743px) {
  .not-found__body {
    top: calc(50% + 14.7167487685dvh);
  }
}
.not-found__title {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2467532468dvh;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.1298701299dvh;
  text-align: center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .not-found__title {
    font-size: 2.2065313327dvh;
    letter-spacing: -0.0882612533dvh;
  }
}
@media screen and (max-width: 743px) {
  .not-found__title {
    font-size: 2.4630541872dvh;
    letter-spacing: -0.0985221675dvh;
  }
}
.not-found__btn {
  position: relative;
  z-index: 1;
  display: block;
  margin: 3.3766233766dvh auto 0;
  padding: 1.038961039dvh 4.8051948052dvh 1.038961039dvh 1.8181818182dvh;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 2.0779220779dvh;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.0831168831dvh;
  text-transform: uppercase;
  text-align: center;
  color: #141615;
  background: #FFFFFF;
  border: 0.2597402597dvh solid #FFFFFF;
  border-radius: 3.8961038961dvh;
}
.not-found__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4285714286dvh;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  min-width: 2.0779220779dvh;
  width: 2.0779220779dvh;
  height: 2.0779220779dvh;
  background: #141615;
  border-radius: 50%;
}
.not-found__btn:hover {
  color: #141615;
}
.not-found__btn:focus {
  outline: none;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .not-found__btn {
    margin: 4.0600176523dvh auto 0;
    padding: 0.7060900265dvh 3.2656663725dvh 0.7060900265dvh 1.2356575463dvh;
    font-size: 1.412180053dvh;
    letter-spacing: -0.0282436011dvh;
    border-width: 0.1765225066dvh;
    border-radius: 2.6478375993dvh;
  }
  .not-found__btn::after {
    right: 0.9708737864dvh;
    min-width: 1.412180053dvh;
    width: 1.412180053dvh;
    height: 1.412180053dvh;
  }
}
@media screen and (max-width: 743px) {
  .not-found__btn {
    margin: 5.6650246305dvh auto 0;
    padding: 1.539408867dvh 6.8965517241dvh 1.539408867dvh 2.7093596059dvh;
    font-size: 2.5862068966dvh;
    letter-spacing: -0.0517241379dvh;
    text-align: left;
    border-width: 0.2463054187dvh;
    border-radius: 8.6206896552dvh;
  }
  .not-found__btn::after {
    right: 2.5862068966dvh;
    min-width: 1.9704433498dvh;
    width: 1.9704433498dvh;
    height: 1.9704433498dvh;
  }
}
.not-found__info {
  position: absolute;
  right: 4.6753246753dvh;
  bottom: 5.1948051948dvh;
  z-index: 10;
  max-width: 15.0649350649dvh;
  width: 100%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .not-found__info {
    right: 3.1774051192dvh;
    bottom: 3.5304501324dvh;
    max-width: 10.2383053839dvh;
  }
}
@media screen and (max-width: 743px) {
  .not-found__info {
    right: 6.4039408867dvh;
    bottom: 5.6650246305dvh;
    max-width: 16.7487684729dvh;
  }
}
.not-found__copyright {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8181818182dvh;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.0727272727dvh;
  opacity: 0.3;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .not-found__copyright {
    font-size: 1.2356575463dvh;
    letter-spacing: -0.0494263019dvh;
  }
}
@media screen and (max-width: 743px) {
  .not-found__copyright {
    font-size: 1.724137931dvh;
    letter-spacing: -0.0689655172dvh;
  }
}
.not-found__author {
  display: block;
  width: 14.6753246753dvh;
  height: 2.3376623377dvh;
}
.not-found__author img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .not-found__author {
    width: 9.973521624dvh;
    height: 1.5887025596dvh;
  }
}
@media screen and (max-width: 743px) {
  .not-found__author {
    margin-top: 1.8472906404dvh;
    width: 16.0098522167dvh;
    height: 2.5862068966dvh;
  }
}
.not-found__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -3;
  display: block;
  width: 100vw;
  height: 100dvh;
  opacity: 0.2;
}
.not-found__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.not-found__bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sample {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -4.375vw;
  padding-top: 14.3055555556vw;
  color: #FFFFFF;
}
.sample::before {
  content: "";
  position: absolute;
  top: -76.25vw;
  right: -1.7361111111vw;
  z-index: -1;
  display: block;
  width: 83.75vw;
  height: 83.75vw;
  opacity: 0.66;
  background: #8593CD;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .sample {
    margin-top: -18.9516129032vw;
    padding-top: 20.9677419355vw;
  }
  .sample::before {
    top: -172.5806451613vw;
    right: -101.6129032258vw;
    width: 189.7849462366vw;
    height: 189.7849462366vw;
  }
}
@media screen and (max-width: 743px) {
  .sample {
    margin-top: -30.6666666667vw;
    padding-top: 34.1333333333vw;
  }
  .sample::before {
    top: -204.5333333333vw;
    right: -135.4666666667vw;
    width: 224.8vw;
    height: 224.8vw;
  }
}
.sample__top {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.1666666667vw;
  margin-bottom: 1.9444444444vw;
  padding: 0 1.1111111111vw 3.3333333333vw;
}
.sample__top::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 0.0694444444vw;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0 0.1388888889vw 0.1388888889vw 0;
}
.sample__top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  display: block;
  width: 0.9027777778vw;
  height: 0.9027777778vw;
  background: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .sample__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .sample__top {
    gap: 5.376344086vw;
    margin-bottom: 3.7634408602vw;
    padding: 0 2.688172043vw 6.4516129032vw;
  }
  .sample__top::before {
    height: 0.1344086022vw;
    border-radius: 0 0.2688172043vw 0.2688172043vw 0;
  }
  .sample__top::after {
    width: 1.747311828vw;
    height: 1.747311828vw;
  }
}
@media screen and (max-width: 743px) {
  .sample__top {
    gap: 9.8666666667vw;
    margin-bottom: 10.1333333333vw;
    padding: 0 0 18.1333333333vw;
  }
  .sample__top::before {
    height: 0.2666666667vw;
    border-radius: 0 0.5333333333vw 0.5333333333vw 0;
  }
  .sample__top::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.sample__left {
  max-width: 19.9305555556vw;
  min-width: 19.9305555556vw;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .sample__left {
    max-width: none;
    min-width: auto;
  }
}
.sample__right {
  max-width: 59.8611111111vw;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .sample__right {
    max-width: none;
  }
}
.sample__heading {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8055555556vw;
  font-weight: 500;
  letter-spacing: -0.0541666667vw;
  text-transform: uppercase;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .sample__heading {
    font-size: 3.4946236559vw;
    letter-spacing: -0.1048387097vw;
  }
}
@media screen and (max-width: 743px) {
  .sample__heading {
    font-size: 5.3333333333vw;
    line-height: 1.15;
    letter-spacing: -0.16vw;
  }
}
.sample__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8055555556vw;
  font-weight: 500;
  letter-spacing: -0.0541666667vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .sample__title {
    font-size: 3.4946236559vw;
    letter-spacing: -0.1048387097vw;
  }
}
@media screen and (max-width: 743px) {
  .sample__title {
    font-size: 4.8vw;
    font-weight: normal;
    letter-spacing: -0.144vw;
  }
}
.sample__content {
  margin: 0 auto;
  max-width: 46.8055555556vw;
  width: 100%;
  font-size: 1.25vw;
  font-weight: normal;
  line-height: 1.3333333333;
  letter-spacing: -0.05vw;
}
.sample__content > * {
  margin-bottom: 2.0833333333vw;
  opacity: 0.7;
}
.sample__content > *:last-child {
  margin-bottom: 0;
}
.sample__content h1, .sample__content h2, .sample__content h3 {
  margin-top: 5.5555555556vw;
}
.sample__content h1:first-child, .sample__content h2:first-child, .sample__content h3:first-child {
  margin-top: 0;
}
.sample__content h1, .sample__content h2, .sample__content h3, .sample__content h4, .sample__content h5, .sample__content h6 {
  font-weight: 500;
  line-height: 1;
  opacity: 0.9;
}
.sample__content h1, .sample__content h2, .sample__content h3 {
  margin-bottom: 2.7777777778vw;
}
.sample__content h1:last-child, .sample__content h2:last-child, .sample__content h3:last-child {
  margin-bottom: 0;
}
.sample__content h1 {
  font-size: 2.2222222222vw;
  letter-spacing: -0.1555555556vw;
}
.sample__content h2 {
  font-size: 1.8055555556vw;
  letter-spacing: -0.0722222222vw;
}
.sample__content h3 {
  font-size: 1.6666666667vw;
  letter-spacing: -0.1166666667vw;
}
.sample__content h4 {
  font-size: 1.3888888889vw;
  line-height: 1.25;
  letter-spacing: -0.0555555556vw;
}
.sample__content h5, .sample__content h6 {
  font-size: 1.25vw;
  line-height: 1.3333333333;
  letter-spacing: -0.05vw;
}
.sample__content ul li {
  position: relative;
  z-index: 1;
  padding-left: 1.4583333333vw;
  font-size: 1.25vw;
  font-weight: normal;
  line-height: 1.3333333333;
  letter-spacing: -0.05vw;
}
.sample__content ul li::before {
  content: "";
  position: absolute;
  top: 0.7638888889vw;
  left: 0.5555555556vw;
  z-index: 1;
  display: block;
  width: 0.3472222222vw;
  height: 0.3472222222vw;
  background: #FFFFFF;
  border-radius: 50%;
}
.sample__content ol {
  counter-reset: ol-sample;
}
.sample__content ol li {
  position: relative;
  z-index: 1;
  padding-left: 2.8472222222vw;
  font-size: 1.25vw;
  font-weight: normal;
  line-height: 1.3333333333;
  letter-spacing: -0.05vw;
}
.sample__content ol li::before {
  counter-increment: ol-sample;
  content: counter(ol-sample) ".";
  position: absolute;
  top: 0;
  left: 0.4166666667vw;
  z-index: 1;
  display: block;
  font-size: 1.25vw;
  font-weight: normal;
  line-height: 1.3333333333;
  letter-spacing: -0.05vw;
}
.sample__content ol li:nth-child(n+100) {
  display: none;
}
.sample__content a {
  opacity: 1;
  color: #FFFFFF;
}
.sample__content a:hover {
  color: #FFFFFF;
}
.sample__content blockquote {
  margin-right: -1.3888888889vw;
  margin-left: -1.3888888889vw;
  padding: 1.3888888889vw;
  width: calc(100% + 2.7777777778vw);
  font-size: 1.3888888889vw;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.0555555556vw;
  opacity: 1;
  background: #0D1823;
  border-radius: 1.3888888889vw;
}
.sample__content blockquote > * {
  opacity: 0.7;
}
@media screen and (max-width: 1023px) {
  .sample__content {
    max-width: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .sample__content {
    padding: 0 2.688172043vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .sample__content > * {
    margin-bottom: 4.0322580645vw;
  }
  .sample__content > *:last-child {
    margin-bottom: 0;
  }
  .sample__content h1, .sample__content h2, .sample__content h3 {
    margin-top: 10.752688172vw;
  }
  .sample__content h1:first-child, .sample__content h2:first-child, .sample__content h3:first-child {
    margin-top: 0;
  }
  .sample__content h1, .sample__content h2, .sample__content h3 {
    margin-bottom: 5.376344086vw;
  }
  .sample__content h1:last-child, .sample__content h2:last-child, .sample__content h3:last-child {
    margin-bottom: 0;
  }
  .sample__content h1 {
    font-size: 4.3010752688vw;
    letter-spacing: -0.3010752688vw;
  }
  .sample__content h2 {
    font-size: 3.4946236559vw;
    letter-spacing: -0.1397849462vw;
  }
  .sample__content h3 {
    font-size: 3.2258064516vw;
    letter-spacing: -0.2258064516vw;
  }
  .sample__content h4 {
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .sample__content h5, .sample__content h6 {
    font-size: 2.688172043vw;
    line-height: 1.25;
    letter-spacing: -0.1075268817vw;
  }
  .sample__content ul li {
    padding-left: 3.4946236559vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .sample__content ul li::before {
    top: 1.4784946237vw;
    left: 1.0752688172vw;
    width: 0.6720430108vw;
    height: 0.6720430108vw;
  }
  .sample__content ol li {
    padding-left: 6.1827956989vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .sample__content ol li::before {
    left: 0.8064516129vw;
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
  }
  .sample__content blockquote {
    margin-right: -2.688172043vw;
    margin-left: -2.688172043vw;
    padding: 2.688172043vw;
    width: calc(100% + 5.376344086vw);
    font-size: 2.688172043vw;
    letter-spacing: -0.1075268817vw;
    border-radius: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .sample__content {
    font-size: 4.8vw;
    line-height: 1.3333333333;
    letter-spacing: -0.192vw;
  }
  .sample__content > * {
    margin-bottom: 8vw;
  }
  .sample__content > *:last-child {
    margin-bottom: 0;
  }
  .sample__content h1, .sample__content h2, .sample__content h3 {
    margin-top: 21.3333333333vw;
  }
  .sample__content h1:first-child, .sample__content h2:first-child, .sample__content h3:first-child {
    margin-top: 0;
  }
  .sample__content h1, .sample__content h2, .sample__content h3 {
    margin-bottom: 10.6666666667vw;
  }
  .sample__content h1:last-child, .sample__content h2:last-child, .sample__content h3:last-child {
    margin-bottom: 0;
  }
  .sample__content h1 {
    font-size: 6.4vw;
    letter-spacing: -0.448vw;
  }
  .sample__content h2 {
    font-size: 5.3333333333vw;
    line-height: 1.25;
    letter-spacing: -0.16vw;
  }
  .sample__content h3 {
    font-size: 5.3333333333vw;
    line-height: 1.25;
    letter-spacing: -0.16vw;
  }
  .sample__content h4 {
    font-size: 5.3333333333vw;
    line-height: 1.25;
    letter-spacing: -0.16vw;
  }
  .sample__content h5, .sample__content h6 {
    font-size: 4.8vw;
    line-height: 1.25;
    letter-spacing: -0.192vw;
  }
  .sample__content ul li {
    padding-left: 5.6vw;
    font-size: 4.8vw;
    line-height: 1.3333333333;
    letter-spacing: -0.192vw;
  }
  .sample__content ul li::before {
    top: 2.9333333333vw;
    left: 2.1333333333vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
  .sample__content ol li {
    padding-left: 10.9333333333vw;
    font-size: 4.8vw;
    line-height: 1.3333333333;
    letter-spacing: -0.192vw;
  }
  .sample__content ol li::before {
    left: 1.6vw;
    font-size: 4.8vw;
    line-height: 1.3333333333;
    letter-spacing: -0.192vw;
  }
  .sample__content blockquote {
    margin-right: 0;
    margin-left: 0;
    padding: 5.3333333333vw;
    width: 100%;
    font-size: 5.3333333333vw;
    letter-spacing: -0.2133333333vw;
    border-radius: 5.3333333333vw;
  }
}

.content-info {
  overflow: hidden;
  padding: 1.3888888889vw;
  background: #142239;
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .content-info {
    padding: 2.688172043vw;
    border-radius: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .content-info {
    padding: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.content-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6944444444vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .content-info__wrapper {
    gap: 1.3440860215vw;
  }
}
@media screen and (max-width: 743px) {
  .content-info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.content-info__wrapper + .content-info__wrapper {
  margin-top: 1.3888888889vw;
  padding-top: 1.3888888889vw;
  border-top: 0.0694444444vw solid rgba(255, 255, 255, 0.06);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .content-info__wrapper + .content-info__wrapper {
    margin-top: 2.688172043vw;
    padding-top: 2.688172043vw;
    border-top: 0.1344086022vw solid rgba(255, 255, 255, 0.06);
  }
}
@media screen and (max-width: 743px) {
  .content-info__wrapper + .content-info__wrapper {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    border-top: 0.2666666667vw solid rgba(255, 255, 255, 0.06);
  }
}
.content-info__item {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0.6944444444vw;
  padding-bottom: 1.3888888889vw;
  min-height: 10.9722222222vw;
  font-size: 1.1111111111vw;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -0.0444444444vw;
  color: #DFE6EC;
  border-left: 0.2083333333vw solid #FFFFFF;
}
.content-info__item > * {
  opacity: 0.67;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-info__item h1, .content-info__item h2 {
  margin-bottom: 2.5vw;
  opacity: 1;
  color: #DFE6EC;
}
.content-info__item h1:last-child, .content-info__item h2:last-child {
  margin-bottom: 0;
}
.content-info__item h3, .content-info__item h4, .content-info__item h5, .content-info__item h6 {
  margin-bottom: 2.5vw;
  opacity: 1;
  color: #DFE6EC;
}
.content-info__item h3:last-child, .content-info__item h4:last-child, .content-info__item h5:last-child, .content-info__item h6:last-child {
  margin-bottom: 0;
}
.content-info__item a {
  color: #DFE6EC;
}
.content-info__item a:hover {
  color: #DFE6EC;
}
@media screen and (min-width: 744px) {
  .content-info__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: calc(50% - 0.3472222222vw);
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .content-info__item {
    padding-left: 1.3440860215vw;
    padding-bottom: 2.688172043vw;
    min-height: 21.2365591398vw;
    font-size: 2.1505376344vw;
    letter-spacing: -0.0806451613vw;
    border-left: 0.4032258065vw solid #FFFFFF;
  }
  .content-info__item h1, .content-info__item h2 {
    margin-bottom: 4.8387096774vw;
  }
  .content-info__item h1:last-child, .content-info__item h2:last-child {
    margin-bottom: 0;
  }
  .content-info__item h3, .content-info__item h4, .content-info__item h5, .content-info__item h6 {
    margin-bottom: 4.8387096774vw;
  }
  .content-info__item h3:last-child, .content-info__item h4:last-child, .content-info__item h5:last-child, .content-info__item h6:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 743px) {
  .content-info__item {
    padding-left: 2.6666666667vw;
    padding-bottom: 5.3333333333vw;
    min-height: 42.1333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: -0.16vw;
    border-left: 0.8vw solid #FFFFFF;
  }
  .content-info__item h1, .content-info__item h2 {
    margin-bottom: 9.6vw;
  }
  .content-info__item h1:last-child, .content-info__item h2:last-child {
    margin-bottom: 0;
  }
  .content-info__item h3, .content-info__item h4, .content-info__item h5, .content-info__item h6 {
    margin-bottom: 9.6vw;
  }
  .content-info__item h3:last-child, .content-info__item h4:last-child, .content-info__item h5:last-child, .content-info__item h6:last-child {
    margin-bottom: 0;
  }
}

@-webkit-keyframes hueRotate {
  from {
    -webkit-filter: blur(60px) hue-rotate(0deg);
            filter: blur(60px) hue-rotate(0deg);
  }
  to {
    -webkit-filter: blur(60px) hue-rotate(360deg);
            filter: blur(60px) hue-rotate(360deg);
  }
}

@keyframes hueRotate {
  from {
    -webkit-filter: blur(60px) hue-rotate(0deg);
            filter: blur(60px) hue-rotate(0deg);
  }
  to {
    -webkit-filter: blur(60px) hue-rotate(360deg);
            filter: blur(60px) hue-rotate(360deg);
  }
}
.ymaps3x0--map-container {
  pointer-events: none;
}

.ymaps3x0--map-copyrights {
  display: none !important;
}

.icon-marker {
  display: block;
  min-width: 397px;
  width: 397px;
  height: 382px;
  -o-object-fit: contain;
     object-fit: contain;
}

.custom-balloon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(5%, -110%);
      -ms-transform: translate(5%, -110%);
          transform: translate(5%, -110%);
  display: block;
  padding: 14px 21px;
  min-width: 164px;
  width: 164px;
  font-family: "PitagonSansMono", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1428571429;
  letter-spacing: -0.28px;
  background: rgba(19, 24, 28, 0.9);
  border-radius: 4px;
}
.custom-balloon::before {
  content: "█ Location •";
  display: block;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "PitagonSansMono", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.22px;
}

#eruda {
  display: none !important;
}

.events-inner__content-main img,
.text-page img,
.editor-content img {
	max-width: 100%;
	height: auto;
	display: block;
}
