@font-face {
  font-family: "Fixel Text";
  src: url("/wp-content/themes/help/new/fonts/FixelText/FixelText-Thin.woff2")
    format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("/wp-content/themes/help/new/fonts/FixelText/FixelText-ThinItalic.woff2")
    format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("/wp-content/themes/help/new/fonts/FixelText/FixelText-ExtraLight.woff2")
    format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("/wp-content/themes/help/new/fonts/FixelText/FixelText-ExtraLightItalic.woff2")
    format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("/wp-content/themes/help/new/fonts/FixelText/FixelText-Light.woff2")
    format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("/wp-content/themes/help/new/fonts/FixelText/FixelText-LightItalic.woff2")
    format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("/wp-content/themes/help/new/fonts/FixelText/FixelText-Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("/wp-content/themes/help/new/fonts/FixelText/FixelText-RegularItalic.woff2")
    format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("/wp-content/themes/help/new/fonts/FixelText/FixelText-Medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("/wp-content/themes/help/new/fonts/FixelText/FixelText-MediumItalic.woff2")
    format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("/wp-content/themes/help/new/fonts/FixelText/FixelText-SemiBold.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("/wp-content/themes/help/new/fonts/FixelText/FixelText-SemiBoldItalic.woff2")
    format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("/wp-content/themes/help/new/fonts/FixelText/FixelText-Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("/wp-content/themes/help/new/fonts/FixelText/FixelText-BoldItalic.woff2")
    format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("/wp-content/themes/help/new/fonts/FixelText/FixelText-ExtraBold.woff2")
    format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("/wp-content/themes/help/new/fonts/FixelText/FixelText-ExtraBoldItalic.woff2")
    format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("/wp-content/themes/help/new/fonts/FixelText/FixelText-Black.woff2")
    format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("/wp-content/themes/help/new/fonts/FixelText/FixelText-BlackItalic.woff2")
    format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* Mode 1 */
/* color */
/* number */
/* Mode 1 */
/* color */
.new-header {
  position: sticky;
  height: 56px;
  max-width: 1360px;
  margin: 0 auto;
  background-color: white;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-radius: 12px;
  z-index: 999;
  top: 40px;
  transition: height 0.3s ease;
}
.new-header::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 136px;
  background-image: linear-gradient(
    180deg,
    #f6f8fc 68.22%,
    rgba(246, 248, 252, 0) 100%
  );
  z-index: -1;
  pointer-events: none;
}
.new-header__nav {
  flex: 1;
  display: flex;
  align-items: center;
}
.new-header__list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.new-header__item {
  position: relative;
}
.new-header__item--has-submenu:hover .new-header__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.new-header__link {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #6b6a71;
  transition:
    color 0.2s ease,
    text-shadow 0.2s ease;
  padding: 10px 16px;
  border-radius: 8px;
  display: block;
}
.new-header__link:hover {
  color: #111112;
  text-shadow: 0.5px 0 0 currentColor;
}
.new-header__link--active {
  background-color: #feeacc;
  font-weight: 500;
  color: #111112;
}
.new-header__submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 8px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  box-shadow: 0px 4px 12px rgba(17, 17, 18, 0.08);
  z-index: 1000;
}
.new-header__submenu-item {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #6b6a71;
  padding: 12px 16px;
  border-radius: 8px;
  transition:
    color 0.2s ease,
    text-shadow 0.2s ease,
    background-color 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
}
.new-header__submenu-item:hover {
  color: #111112;
  text-shadow: 0.5px 0 0 currentColor;
}
.new-header__submenu-item--active {
  background-color: #feeacc;
  color: #111112;
  font-weight: 500;
}
.new-header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  align-items: center;
  height: 56px;
}
.new-header__logo img {
  height: 40px;
  width: auto;
}
.new-header__cta {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  background-color: #ff9700;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.new-header__cta:hover {
  background-color: #ff9700;
  opacity: 0.9;
}
.new-header__cta:active {
  background-color: #e68703;
}
.new-header__cta--mobile {
  display: none;
}
.new-header__cta--desktop {
  display: block;
}
.new-header__top {
  display: contents;
}
.new-header__burger {
  display: none;
}
.new-header__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 18, 0.6);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .new-header__overlay {
    display: block;
  }
}
.new-header__overlay--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 1180px) {
  .new-header {
    padding: 16px;
    height: 56px;
    flex-direction: row;
    align-items: center;
    overflow: visible;
    top: 0;
  }
  .new-header--open {
    overflow: visible;
  }
  .new-header__top {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 24px;
    order: 0;
  }
  .new-header__logo {
    position: static;
    transform: none;
    display: flex;
    order: 0;
  }
  .new-header__logo img {
    height: 24px;
  }
  .new-header__burger {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
  }
  .new-header__burger:hover {
    opacity: 0.7;
  }
  .new-header__burger img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .new-header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: white;
    border-radius: 0 0 12px 12px;
    padding: 0 16px;
    transition:
      max-height 0.3s ease,
      opacity 0.3s ease,
      padding 0.3s ease;
  }
  .new-header--open .new-header__nav {
    max-height: calc(100vh - 96px);
    opacity: 1;
    padding: 16px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 32px;
    transform: translateY(-16px);
  }
  .new-header__list {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
  .new-header__item {
    width: max-content;
  }
  .new-header__item--has-submenu .new-header__submenu {
    position: static;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transform: none;
    margin-top: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    padding-left: 16px;
    gap: 0;
    overflow: hidden;
    transition:
      max-height 0.3s ease,
      opacity 0.3s ease,
      margin-top 0.3s ease,
      gap 0.3s ease;
  }
  .new-header__item--has-submenu.new-header__item--submenu-open
    .new-header__submenu {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    margin-top: 8px;
    gap: 8px;
  }
  .new-header__link {
    font-family: "Fixel Text";
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-decoration: none;
    letter-spacing: -2%;
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 16px;
    background-color: #ffffff;
    color: #111112;
    border-radius: 8px;
    text-align: left;
    line-height: 20px;
  }
  .new-header__link:hover {
    opacity: 0.8;
  }
  .new-header__link--active {
    background-color: #feeacc;
  }
  .new-header__submenu-item {
    font-family: "Fixel Text";
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-decoration: none;
    letter-spacing: -2%;
    display: block;
    width: 100%;
    padding: 10px 16px;
    background-color: #ffffff;
    color: #111112;
    border-radius: 8px;
    text-align: left;
  }
  .new-header__submenu-item:hover {
    opacity: 0.8;
  }
  .new-header__submenu-item--active {
    background-color: #feeacc;
    font-weight: 600;
  }
  .new-header__cta--mobile {
    display: block;
    width: 100%;
    margin-top: 12px;
    text-align: center;
    height: 40px;
    line-height: 20px;
    padding: 10px 20px;
  }
  .new-header__cta--desktop {
    display: none;
  }
  .new-header::before {
    display: none;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.new-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: calc(100vh - 164px);
  position: relative;
  overflow: hidden;
}
.new-hero__title-container {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
.new-hero__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 80px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  margin-bottom: 8px;
}
.new-hero__subtitle {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  margin-bottom: 24px;
}
.new-hero__images {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
}
.new-hero__image {
  object-fit: contain;
  transition: transform 0.3s ease;
  will-change: transform;
  position: absolute;
}
.new-hero__image:nth-child(1) {
  animation:
    slideInFromLeft 0.8s ease-out 0.2s both,
    float 3s ease-in-out 1s infinite;
  left: -5%;
}
.new-hero__image:nth-child(2) {
  animation:
    slideInFromLeft 0.8s ease-out 0.4s both,
    float 3.5s ease-in-out 1.2s infinite;
  left: 30%;
}
.new-hero__image:nth-child(3) {
  animation:
    slideInFromRight 0.8s ease-out 0.4s both,
    float 4s ease-in-out 1.4s infinite;
  left: 50%;
}
.new-hero__image:nth-child(4) {
  animation:
    slideInFromRight 0.8s ease-out 0.2s both,
    float 3.2s ease-in-out 1.6s infinite;
  left: 75%;
}
.new-hero__image:hover {
  transform: scale(1.05) translateY(-10px);
  cursor: pointer;
}
@media (max-width: 1180px) {
  .new-hero {
    height: calc(100vh - 94px - 32px);
  }
  .new-hero__title-container {
    top: 40%;
  }
  .new-hero__title {
    font-family: "Fixel Text";
    font-weight: 600;
    font-size: 40px;
    line-height: 110%;
    text-decoration: none;
    letter-spacing: -3%;
    text-align: center;
  }
  .new-hero__subtitle {
    font-family: "Fixel Text";
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-decoration: none;
    letter-spacing: -2%;
    text-align: center;
  }
  .new-hero__images {
    justify-content: center;
    gap: 20px;
  }
  .new-hero__image {
    max-width: 45%;
    height: auto;
  }
  .new-hero__image:nth-child(1),
  .new-hero__image:nth-child(4) {
    display: none;
  }
  .new-hero__image:nth-child(2) {
    left: 10%;
  }
  .new-hero__image:nth-child(3) {
    left: 50%;
  }
  .new-hero__image:nth-child(2),
  .new-hero__image:nth-child(3) {
    display: block;
  }
}

.new-button {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  background-color: #ff9700;
  color: #ffffff;
  padding: 14px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-button:hover {
  box-shadow: 0px 0px 2px 0px rgba(17, 44, 136, 0.4);
}
.new-button:active {
  background-color: #e68703;
}

.new-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 16px 16px;
}
@media (min-width: 1360px) {
  .new-features {
    grid-template-columns: repeat(3, 1fr);
  }
}
.new-features__container {
  display: flex;
  flex-direction: column;
  padding: 24px;
  height: 270px;
  background-color: #ffffff;
  border-radius: 16px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(30px);
}
.new-features__container.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.new-features__container:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.new-features__container:nth-child(1).animate-in {
  transition:
    opacity 0.6s ease 0.1s,
    transform 0.6s ease 0.1s;
}
.new-features__container:nth-child(2).animate-in {
  transition:
    opacity 0.6s ease 0.2s,
    transform 0.6s ease 0.2s;
}
.new-features__container:nth-child(3).animate-in {
  transition:
    opacity 0.6s ease 0.3s,
    transform 0.6s ease 0.3s;
}
.new-features__container:nth-child(4).animate-in {
  transition:
    opacity 0.6s ease 0.4s,
    transform 0.6s ease 0.4s;
}
.new-features__container:nth-child(5).animate-in {
  transition:
    opacity 0.6s ease 0.5s,
    transform 0.6s ease 0.5s;
}
.new-features__container:nth-child(6).animate-in {
  transition:
    opacity 0.6s ease 0.6s,
    transform 0.6s ease 0.6s;
}
.new-features__advantages {
  height: 132px;
  margin-bottom: 16px;
}
.new-features__advantages--bg1 {
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.new-features__advantages--bg2 {
  background-image: url("/wp-content/themes/help/new/images/blob1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
}
.new-features__advantages--bg3 {
  display: flex;
  align-items: center;
}
.new-features__advantages--bg4 {
  display: flex;
  align-items: center;
}
.new-features__advantages--bg5 {
  display: flex;
  align-items: center;
}
.new-features__advantages--bg6 {
  display: flex;
  align-items: center;
}
.new-features__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 80px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  color: #20477d;
}
.new-features__subtitle {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: -2%;
  margin-bottom: 8px;
  color: #111112;
}
.new-features__body {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #6b6a71;
}

.new-requests-wrapper {
  height: 2700px;
  position: relative;
}

.new-requests {
  background-color: #072e64;
  border-radius: 32px;
  height: 830px;
  position: sticky;
  top: 106px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.new-requests__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .new-requests__title {
    font-family: "Fixel Text";
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-decoration: none;
    letter-spacing: -2%;
    top: 0;
    padding-top: 16px;
    background-color: #072e64;
  }
}
.new-requests__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.new-requests__scroll-container {
  flex: 1;
  overflow: hidden;
  position: relative;
  padding: 0 80px;
}
.new-requests__problems-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 1680px;
  padding: 100px 80px 0;
  will-change: transform;
}
.new-requests__problems-wrapper--even {
  z-index: 1;
}
.new-requests__problems-wrapper--odd {
  z-index: 3;
}
.new-requests__cta {
  position: absolute;
  top: 1550px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 180px;
}
.new-requests__problem {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 464px;
  padding: 32px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid;
  border-image-source: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0.5) 100%
  );
  backdrop-filter: blur(84px);
}
.new-requests__problem__title {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  color: #ffffff;
}
.new-requests__problem--1 {
  top: 0;
  left: 76px;
  rotate: 7.38deg;
}
.new-requests__problem--2 {
  top: 364px;
  left: 183px;
  rotate: 5.59deg;
}
.new-requests__problem--3 {
  top: 614px;
  left: 69px;
  rotate: -6.43deg;
}
.new-requests__problem--4 {
  top: 884px;
  left: 119px;
}
.new-requests__problem--5 {
  top: 1134px;
  left: 64px;
  rotate: -14.91deg;
}
.new-requests__problem--6 {
  top: 199px;
  left: 809px;
  rotate: -6.04deg;
}
.new-requests__problem--7 {
  top: 420px;
  left: 703px;
  rotate: -16.32deg;
}
.new-requests__problem--8 {
  top: 679px;
  left: 809px;
}
.new-requests__problem--9 {
  top: 892px;
  left: 764px;
  rotate: 2.88deg;
}
.new-requests__problem--10 {
  top: 1082px;
  left: 726px;
  rotate: 12.24deg;
}
.new-requests__problem--11 {
  top: 1371px;
  left: 584px;
}
@media (max-width: 1180px) {
  .new-requests__problem {
    max-width: 300px;
    width: 100%;
    padding: 14px;
    transform: translateX(-50%);
  }
  .new-requests__problem__title {
    font-family: "Fixel Text";
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-decoration: none;
    letter-spacing: -2%;
  }
  .new-requests__problem--1 {
    top: 100px;
    left: 50%;
    rotate: 7.38deg;
  }
  .new-requests__problem--2 {
    top: 183px;
    left: 50%;
    rotate: -5.59deg;
  }
  .new-requests__problem--3 {
    top: 311px;
    left: 50%;
    rotate: 6.43deg;
  }
  .new-requests__problem--4 {
    top: 380px;
    left: 50%;
  }
  .new-requests__problem--5 {
    top: 487px;
    left: 50%;
    rotate: 2.91deg;
  }
  .new-requests__problem--6 {
    top: 563px;
    left: 50%;
    rotate: -3.04deg;
  }
  .new-requests__problem--7 {
    top: 664px;
    left: 50%;
    rotate: 2.32deg;
  }
  .new-requests__problem--8 {
    top: 774px;
    left: 50%;
    rotate: -1.32deg;
  }
  .new-requests__problem--9 {
    top: 910px;
    left: 50%;
    rotate: 2.88deg;
  }
  .new-requests__problem--10 {
    top: 1001px;
    left: 50%;
    rotate: -2.24deg;
  }
  .new-requests__problem--11 {
    top: 1099px;
    left: 50%;
    rotate: 2.24deg;
  }
}

.new-steps {
  position: relative;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 0;
  min-height: 1261px;
}
.new-steps__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  position: sticky;
  top: 136px;
  z-index: 10;
  padding: 20px 0;
  align-self: start;
  margin-top: 128px;
}
@media (max-width: 1180px) {
  .new-steps__title {
    position: static;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    padding: 0;
  }
}
.new-steps__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-steps__line-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1200px;
  width: 48px;
  pointer-events: none;
}
.new-steps__line {
  position: absolute;
  left: 16px;
  top: 24px;
  width: 16px;
  height: 1200px;
  background-color: #ffe0b3;
  border-radius: 8px;
  z-index: 0;
}
.new-steps__line-progress {
  position: absolute;
  left: 16px;
  top: 24px;
  width: 16px;
  height: 0;
  background-color: #ff9700;
  border-radius: 8px;
  z-index: 0;
  will-change: height;
}
.new-steps__button {
  position: sticky;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff9700;
  box-shadow: 0px 0px 0px 4px rgba(255, 151, 0, 0.3);
  border-radius: 8px;
  width: 48px;
  height: 48px;
  z-index: 1;
  pointer-events: auto;
}
.new-steps__cta {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  z-index: 1;
  pointer-events: auto;
  width: 200px;
}
.new-steps__content {
  display: flex;
  flex-direction: column;
  gap: 82px;
  position: relative;
  z-index: 2;
}
.new-steps__step {
  max-width: 673px;
  padding: 32px;
  border-radius: 32px;
  background-color: #ffffff;
  position: relative;
}
.new-steps__step__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  color: #20477d;
  text-align: center;
  margin-bottom: 8px;
}
.new-steps__step__body {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #6a85a9;
  text-align: center;
}
.new-steps__step--1 {
  margin-top: 128px;
  rotate: -2.1deg;
}
.new-steps__step--2 {
  rotate: 2.45deg;
}
.new-steps__step--3 {
  rotate: -2.1deg;
}
.new-steps__step--4 {
  rotate: 2.45deg;
}
@media (max-width: 1180px) {
  .new-steps__step {
    padding: 24px;
    border-radius: 24px;
    rotate: 0deg !important;
  }
  .new-steps__step--1 {
    margin-top: 0;
  }
  .new-steps__step__title {
    font-family: "Fixel Text";
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    text-decoration: none;
    letter-spacing: -3%;
    margin-bottom: 8px;
  }
  .new-steps__step__body {
    font-family: "Fixel Text";
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-decoration: none;
    letter-spacing: -2%;
  }
}
@media (max-width: 1180px) {
  .new-steps {
    display: flex;
    flex-direction: column;
    min-height: auto;
    gap: 0;
  }
  .new-steps__timeline {
    width: 100%;
  }
  .new-steps__line-container {
    height: 100%;
  }
  .new-steps__line {
    height: 100%;
  }
  .new-steps__line-progress {
    height: 0;
  }
  .new-steps__button {
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 0px 3px rgba(255, 151, 0, 0.3);
  }
  .new-steps__content {
    gap: 60px;
    padding: 0 16px;
  }
  .new-steps__cta {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
    margin-top: 40px;
  }
}

.new-vertical-steps {
  position: relative;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 0;
  min-height: 900px;
}
.new-vertical-steps__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  position: sticky;
  top: 136px;
  z-index: 10;
  padding: 20px 0;
  align-self: start;
  margin-top: 128px;
}
@media (max-width: 1180px) {
  .new-vertical-steps__title {
    position: static;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    padding: 0;
  }
}
.new-vertical-steps__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-vertical-steps__line-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 48px;
  pointer-events: none;
}
.new-vertical-steps__line {
  position: absolute;
  left: 16px;
  top: 24px;
  width: 16px;
  height: 100%;
  background-color: #ffe0b3;
  border-radius: 120px;
  z-index: 0;
  transition: height 0.3s ease;
}
.new-vertical-steps__line-progress {
  position: absolute;
  left: 16px;
  top: 24px;
  width: 16px;
  height: 0;
  background-color: #e68703;
  border-radius: 120px;
  z-index: 0;
  will-change: height;
}
.new-vertical-steps__button {
  position: sticky;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff9700;
  box-shadow: 0px 0px 0px 4px rgba(255, 151, 0, 0.3);
  border-radius: 8px;
  width: 48px;
  height: 48px;
  z-index: 1;
  pointer-events: auto;
}
.new-vertical-steps__arrow {
  width: 20px;
  height: 20px;
}
.new-vertical-steps__cta {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  z-index: 1;
  pointer-events: auto;
  width: auto;
  white-space: nowrap;
}
.new-vertical-steps__content {
  display: flex;
  flex-direction: column;
  gap: 82px;
  position: relative;
  z-index: 2;
}
.new-vertical-steps__step {
  max-width: 673px;
  padding: 32px;
  border-radius: 32px;
  background-color: #ffffff;
  position: relative;
}
.new-vertical-steps__step__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  color: #20477d;
  text-align: center;
  margin-bottom: 8px;
}
.new-vertical-steps__step__title u {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.new-vertical-steps__step__body {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #6a85a9;
  text-align: center;
}
.new-vertical-steps__step--1 {
  margin-top: 128px;
  rotate: -2.1deg;
}
.new-vertical-steps__step--2 {
  rotate: 2.45deg;
}
.new-vertical-steps__step--3 {
  rotate: -2.1deg;
}
.new-vertical-steps__step--4 {
  rotate: 2.45deg;
}
.new-vertical-steps__step--5 {
  rotate: -2.1deg;
}
.new-vertical-steps__step--6 {
  rotate: 2.45deg;
}
@media (max-width: 1180px) {
  .new-vertical-steps__step {
    padding: 24px;
    border-radius: 24px;
    rotate: 0deg !important;
  }
  .new-vertical-steps__step--1 {
    margin-top: 0;
  }
  .new-vertical-steps__step__title {
    font-family: "Fixel Text";
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    text-decoration: none;
    letter-spacing: -3%;
    margin-bottom: 8px;
  }
  .new-vertical-steps__step__body {
    font-family: "Fixel Text";
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-decoration: none;
    letter-spacing: -2%;
  }
}
@media (max-width: 1180px) {
  .new-vertical-steps {
    display: flex;
    flex-direction: column;
    min-height: auto;
    gap: 0;
  }
  .new-vertical-steps__timeline {
    width: 100%;
  }
  .new-vertical-steps__line-container {
    height: 100%;
  }
  .new-vertical-steps__line {
    height: calc(100% - 100px);
  }
  .new-vertical-steps__line-progress {
    height: 0;
  }
  .new-vertical-steps__button {
    box-shadow: 0px 0px 0px 3px rgba(255, 151, 0, 0.3);
  }
  .new-vertical-steps__content {
    gap: 60px;
    padding: 0 16px;
  }
  .new-vertical-steps__cta {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
    margin-top: 40px;
  }
}

.new-service-hero {
  position: relative;
  width: 100%;
  height: 660px;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
}
.new-service-hero__background {
  position: absolute;
  top: -219.67px;
  right: 0;
  width: 1715px;
  height: 1143.33px;
  pointer-events: none;
  z-index: 0;
}
.new-service-hero__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.new-service-hero__content {
  position: relative;
  z-index: 2;
  max-width: 544px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.new-service-hero__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.new-service-hero__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #111112;
  margin: 0;
}
.new-service-hero__subtitle {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #36373a;
  margin: 0;
}
.new-service-hero__cta {
  width: fit-content;
}
@media (max-width: 1180px) {
  .new-service-hero {
    height: 400px;
    border-radius: 16px;
    margin-bottom: 60px;
  }
  .new-service-hero__content {
    padding: 0 24px;
    max-width: calc(100% - 48px);
    gap: 16px;
  }
  .new-service-hero__title {
    font-size: 40px;
  }
  .new-service-hero__subtitle {
    font-size: 16px;
  }
  .new-service-hero__background {
    top: -100px;
    width: 800px;
    height: 600px;
  }
}

@media (max-width: 1180px) {
  .new-service-hero {
    height: 500px;
  }
  .new-service-hero__content {
    max-width: 400px;
  }
  .new-service-hero__title {
    font-size: 56px;
  }
  .new-service-hero__subtitle {
    font-size: 20px;
  }
  .new-service-hero__background {
    top: -150px;
    width: 1200px;
    height: 800px;
  }
}
.new-cta-with-image {
  position: relative;
  margin-bottom: 120px;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.new-cta-with-image__container {
  position: relative;
  min-height: 493px;
}
.new-cta-with-image__content {
  position: absolute;
  left: 0;
  top: 109.5px;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 32px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 743px;
  width: 743px;
}
.new-cta-with-image__text {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  color: #111112;
  flex: 1;
  margin: 0;
  line-height: 1.1;
}
.new-cta-with-image__button {
  flex-shrink: 0;
  width: 226px;
  height: 93px;
  min-width: 93px;
  min-height: 93px;
  border-radius: 120px;
  box-shadow: 0px 0px 0px 4px rgba(255, 151, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 24px;
  line-height: 1.3;
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
}
.new-cta-with-image__image-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 542.55px;
  height: 493.044px;
  pointer-events: none;
  z-index: 1;
}
.new-cta-with-image__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.new-cta-with-image__decoration {
  position: absolute;
  top: 207.21px;
  left: -17.97px;
  width: 138.975px;
  height: 78.827px;
  object-fit: contain;
}
@media (max-width: 1180px) {
  .new-cta-with-image {
    margin-bottom: 60px;
  }
  .new-cta-with-image__container {
    display: flex;
    flex-direction: column;
    min-height: auto;
    gap: 24px;
    position: relative;
    padding-top: 64px;
  }
  .new-cta-with-image__content {
    position: static;
    flex-direction: column;
    padding: 24px;
    border-radius: 24px;
    max-width: 100%;
    width: 100%;
    gap: 24px;
  }
  .new-cta-with-image__text {
    font-family: "Fixel Text";
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-decoration: none;
    letter-spacing: -2%;
    text-align: center;
  }
  .new-cta-with-image__button {
    height: auto;
    min-height: 48px;
    width: max-content;
    border-radius: 8px;
    box-shadow: none;
    white-space: normal;
  }
  .new-cta-with-image__image-wrapper {
    position: static;
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 542.55/493.044;
    margin: 0 auto;
  }
  .new-cta-with-image__image {
    position: static;
  }
  .new-cta-with-image__decoration {
    display: none;
  }
}

.new-numbered-cards {
  margin-bottom: 40px;
}
.new-numbered-cards__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  color: #111112;
  margin-bottom: 22px;
}
.new-numbered-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 22px;
}
.new-numbered-cards__card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.new-numbered-cards__card--small {
  grid-column: span 1;
}
.new-numbered-cards__card--large {
  grid-column: span 2;
}
.new-numbered-cards__card--illustration {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.new-numbered-cards__card--illustration.variant-1 {
  background-color: #cedcf2;
}
.new-numbered-cards__card--illustration.variant-2 {
  background-color: #b4c2d4;
}
.new-numbered-cards__card--illustration.variant-3 {
  background-color: #8399b7;
}
.new-numbered-cards__illustration {
  width: 100%;
  height: 100%;
  max-height: 240px;
  object-fit: contain;
}
.new-numbered-cards__number {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  color: #ff9700;
  margin: 0;
}
.new-numbered-cards__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.new-numbered-cards__card-title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #111112;
  margin: 0;
}
.new-numbered-cards__description {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #36373a;
  margin: 0;
}
.new-numbered-cards__cta {
  align-self: center;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .new-numbered-cards {
    margin-bottom: 60px;
  }
  .new-numbered-cards__grid {
    grid-template-columns: 1fr;
  }
  .new-numbered-cards__card {
    padding: 16px;
  }
  .new-numbered-cards__card--small,
  .new-numbered-cards__card--large {
    grid-column: span 1;
  }
}

.new-comparison-table {
  margin-bottom: 120px;
}
.new-comparison-table__wrapper {
  background-color: #ebf1fa;
  border-radius: 32px;
  padding: 40px;
}
.new-comparison-table__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  color: #111112;
  margin-bottom: 52px;
}
.new-comparison-table__container {
  display: flex;
  gap: 16px;
  position: relative;
}
.new-comparison-table__labels {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 62px;
}
.new-comparison-table__label {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #111112;
  height: 62px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2ebf7;
}
.new-comparison-table__label:last-child {
  border-bottom: none;
}
.new-comparison-table__columns {
  display: flex;
  gap: 16px;
}
.new-comparison-table__column {
  width: 300px;
  background-color: #e2ebf7;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  flex-direction: column;
}
.new-comparison-table__column-header {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 0;
  text-align: center;
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #111112;
}
.new-comparison-table__cell {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
@media (max-width: 1180px) {
  .new-comparison-table {
    margin-bottom: 60px;
  }
  .new-comparison-table__wrapper {
    padding: 20px;
    border-radius: 24px;
  }
  .new-comparison-table__title {
    font-family: "Fixel Text";
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    text-decoration: none;
    letter-spacing: -3%;
    margin-bottom: 32px;
  }
  .new-comparison-table__container {
    flex-direction: column;
    gap: 24px;
  }
  .new-comparison-table__labels {
    display: none;
  }
  .new-comparison-table__columns {
    flex-direction: column;
    gap: 24px;
  }
  .new-comparison-table__column {
    width: 100%;
  }
  .new-comparison-table__column-header {
    font-family: "Fixel Text";
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-decoration: none;
    letter-spacing: -2%;
    padding: 16px;
    margin-bottom: 8px;
  }
  .new-comparison-table__cell {
    height: auto;
    min-height: 50px;
    padding: 12px;
    border-bottom: 1px solid #d8e4f5;
    justify-content: flex-start;
    gap: 12px;
  }
  .new-comparison-table__cell:last-child {
    border-bottom: none;
  }
  .new-comparison-table__cell::before {
    content: attr(data-label);
    font-family: "Fixel Text";
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-decoration: none;
    letter-spacing: -2%;
    color: #111112;
    flex: 1;
  }
  .new-comparison-table__label {
    display: none;
  }
}

.new-appointment-process {
  margin-bottom: 120px;
}
.new-appointment-process__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  color: #111112;
  margin-bottom: 40px;
}
.new-appointment-process__steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.new-appointment-process__step {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.new-appointment-process__step:nth-child(1),
.new-appointment-process__step:nth-child(2),
.new-appointment-process__step:nth-child(3) {
  grid-column: span 2;
}
.new-appointment-process__step:nth-child(4),
.new-appointment-process__step:nth-child(5) {
  grid-column: span 3;
}
.new-appointment-process__number {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  color: #ff9700;
  margin: 0 0 8px 0;
}
.new-appointment-process__step-title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #111112;
  margin: 0 0 8px 0;
}
.new-appointment-process__description {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #36373a;
  margin: 0;
}
.new-appointment-process__format {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
.new-appointment-process__format-text {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #111112;
  margin: 0;
  flex: 1;
}
.new-appointment-process__format-options {
  display: flex;
  gap: 16px;
}
.new-appointment-process__format-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background-color: #ebf1fa;
  border-radius: 12px;
  transition: background-color 0.2s ease;
}
.new-appointment-process__format-option:hover {
  background-color: #e2ebf7;
}
.new-appointment-process__format-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.new-appointment-process__format-label {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #111112;
}
.new-appointment-process__cta {
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .new-appointment-process {
    margin-bottom: 60px;
  }
  .new-appointment-process__title {
    margin-bottom: 24px;
  }
  .new-appointment-process__steps {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }
  .new-appointment-process__step {
    padding: 16px;
  }
  .new-appointment-process__step:nth-child(1),
  .new-appointment-process__step:nth-child(2),
  .new-appointment-process__step:nth-child(3),
  .new-appointment-process__step:nth-child(4),
  .new-appointment-process__step:nth-child(5) {
    grid-column: span 1;
  }
  .new-appointment-process__format {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    margin-bottom: 16px;
  }
  .new-appointment-process__format-options {
    width: 100%;
    flex-direction: column;
  }
  .new-appointment-process__format-option {
    width: 100%;
    justify-content: center;
  }
}

.new-blog {
  margin-bottom: 22px;
}
.new-blog__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  color: #111112;
  margin-bottom: 22px;
}
.new-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.new-blog__card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}
.new-blog__card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.new-blog__card-link:hover .new-blog__card {
  transform: translateY(-4px);
  box-shadow: 0px 8px 24px rgba(17, 17, 18, 0.08);
}
.new-blog__card-image-wrapper {
  width: 100%;
  height: 200px;
  border-radius: 16px;
  background-color: #feeacc;
  overflow: hidden;
}
.new-blog__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-blog__card-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.new-blog__card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.new-blog__card-meta-left {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
}
.new-blog__card-meta-item {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #6b6a71;
  display: flex;
  align-items: center;
  gap: 4px;
}
.new-blog__card-meta-item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.new-blog__card-meta-item span {
  white-space: nowrap;
}
.new-blog__card-date {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #6b6a71;
  white-space: nowrap;
}
.new-blog__card-title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #111112;
  margin: 0;
}
@media (max-width: 1180px) {
  .new-blog {
    margin-bottom: 60px;
  }
  .new-blog__title {
    margin-bottom: 24px;
  }
  .new-blog__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .new-blog__card {
    padding: 16px;
  }
  .new-blog__card-image-wrapper {
    height: 150px;
  }
}

.new-blog-cta {
  margin-bottom: 120px;
}
.new-blog-cta__container {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0px 0px 0px 4px #e2ebf7;
}
.new-blog-cta__text {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #111112;
  flex: 1;
  margin: 0;
}
.new-blog-cta__buttons {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.new-blog-cta__button {
  background-color: #ffffff;
  border: 1px solid #ededee;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.new-blog-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0px 4px 12px rgba(17, 17, 18, 0.08);
}
.new-blog-cta__button-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.new-blog-cta__button-icon--instagram {
  background-color: #ebf1fa;
}
.new-blog-cta__button-icon--youtube {
  background-color: #feeacc;
}
.new-blog-cta__button-icon svg {
  width: 20px;
  height: 20px;
}
.new-blog-cta__button-text {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #111112;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .new-blog-cta {
    margin-bottom: 60px;
  }
  .new-blog-cta__container {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 16px;
  }
  .new-blog-cta__text {
    text-align: center;
  }
  .new-blog-cta__buttons {
    flex-direction: column;
    width: 100%;
  }
  .new-blog-cta__button {
    justify-content: center;
  }
}

.new-blog-faq {
  background-color: #ffffff;
  border-radius: 32px;
  padding: 32px;
  margin-bottom: 120px;
}
.new-blog-faq__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  color: #111112;
  margin-bottom: 24px;
}
.new-blog-faq__content {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.new-blog-faq__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.new-blog-faq__description {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #111112;
  margin: 0;
}
.new-blog-faq__note {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #36373a;
  margin: 0;
}
.new-blog-faq__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 356px;
}
.new-blog-faq__button {
  width: 100%;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  padding: 12px 24px;
  min-height: 48px;
  height: auto;
}
@media (max-width: 1180px) {
  .new-blog-faq {
    padding: 24px 16px;
    margin-bottom: 60px;
  }
  .new-blog-faq__title {
    margin-bottom: 16px;
  }
  .new-blog-faq__content {
    flex-direction: column;
    gap: 24px;
  }
  .new-blog-faq__buttons {
    min-width: 100%;
    width: 100%;
  }
}

.new-may-seen__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  text-align: center;
  margin-bottom: 22px;
}
.new-may-seen__container {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.new-team__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  margin-bottom: 22px;
}
.new-team__title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-team__show-all {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #ff9700;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.new-team__show-all:hover {
  gap: 12px;
  opacity: 0.8;
}
.new-team__show-all--arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.new-team__show-all:hover .new-team__show-all--arrow {
  transform: translateX(4px) translateY(-4px);
}
.new-team__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}
@media (max-width: 1180px) {
  .new-team__container {
    grid-template-columns: 1fr;
  }
}
.new-team__item {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.new-team__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.new-team__item:hover .new-team__item--top .new-team__button {
  background-color: #ff9700;
  transform: scale(1.1);
}
.new-team__item--top {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.new-team__image {
  width: 82px;
  height: 82px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.new-team__item:hover .new-team__image {
  transform: scale(1.05);
}
.new-team__name {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #111112;
  margin-bottom: 8px;
}
.new-team__body {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #111112;
}
.new-team__button {
  height: 48px;
  width: 48px;
  padding: 0;
  transition: all 0.3s ease;
}
.new-team__button--arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.new-team__cta {
  margin: 0 auto;
  width: fit-content;
}
@media (max-width: 1180px) {
  .new-team__title {
    font-family: "Fixel Text";
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    text-decoration: none;
    letter-spacing: -3%;
    margin-bottom: 16px;
  }
  .new-team__title-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .new-team__show-all {
    margin-bottom: 16px;
  }
  .new-team__container {
    margin-bottom: 32px;
  }
  .new-team__cta {
    width: 100%;
  }
}

.new-review {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(3, auto);
  column-gap: 16px;
  row-gap: 55px;
  max-width: 1360px;
  margin: 0 auto;
}
.new-review__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  grid-column: 3/7;
  grid-row: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #20477d;
}
.new-review__item {
  border-radius: 10px;
  padding: 20px;
  background-color: #ffffff;
}
.new-review__item:nth-child(1) {
  grid-column: 2/4;
  grid-row: 1;
}
.new-review__item:nth-child(2) {
  grid-column: 6/8;
  grid-row: 1;
}
.new-review__item:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2;
}
.new-review__item:nth-child(4) {
  grid-column: 7/9;
  grid-row: 2;
}
.new-review__item:nth-child(5) {
  grid-column: 2/4;
  grid-row: 3;
}
.new-review__item:nth-child(6) {
  grid-column: 6/8;
  grid-row: 3;
}
.new-review__stars {
  display: flex;
  gap: 3px;
  margin-bottom: 12px;
}
.new-review__body {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #111112;
}
@media (max-width: 1180px) {
  .new-review {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 16px;
  }
  .new-review__title {
    grid-column: unset;
    grid-row: unset;
    order: -1;
    text-align: center;
  }
  .new-review__item:nth-child(1),
  .new-review__item:nth-child(2),
  .new-review__item:nth-child(3),
  .new-review__item:nth-child(4),
  .new-review__item:nth-child(5),
  .new-review__item:nth-child(6) {
    grid-column: unset;
    grid-row: unset;
  }
}

.new-faq {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 16px;
}
.new-faq__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  margin-bottom: 22px;
  grid-column: 2/3;
}
.new-faq__container {
  grid-column: 4/8;
}
@media (max-width: 1180px) {
  .new-faq {
    display: block;
  }
  .new-faq__title {
    margin-bottom: 32px;
  }
  .new-faq__container {
    width: 100%;
  }
}

.new-accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.new-accordion__item {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 20px;
}
.new-accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  transition: all 0.3s ease;
}
.new-accordion__header:hover {
  opacity: 0.8;
}
.new-accordion__title {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #111112;
  flex: 1;
  padding-right: 16px;
}
.new-accordion__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
.new-accordion__icon img {
  width: 16px;
  height: 16px;
  display: block;
}
.new-accordion__icon-plus {
  opacity: 1;
}
.new-accordion__icon-minus {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.new-accordion__item--active .new-accordion__icon-plus {
  opacity: 0;
}
.new-accordion__item--active .new-accordion__icon-minus {
  opacity: 1;
}
.new-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    margin 0.3s ease;
}
.new-accordion__item--active .new-accordion__content {
  max-height: 1000px;
  margin-top: 16px;
}
.new-accordion__body {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #36373a;
  line-height: 1.6;
}
.new-accordion__body + .new-accordion__body {
  margin-top: 16px;
}
@media (max-width: 1180px) {
  .new-accordion__item {
    padding: 16px;
  }
  .new-accordion__title {
    font-family: "Fixel Text";
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-decoration: none;
    letter-spacing: -2%;
  }
  .new-accordion__icon {
    width: 20px;
    height: 20px;
  }
}

.new-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.new-carousel__slide {
  position: relative;
  width: 100%;
  height: 660px;
  border-radius: 32px;
  overflow: hidden;
  display: none;
}
.new-carousel__slide--active {
  display: block;
}
.new-carousel__background {
  pointer-events: none;
  background: linear-gradient(
    135deg,
    #4a6fa5 0%,
    #5a7a9e 20%,
    #6b8b7a 40%,
    #c9b86f 60%,
    #e8d08a 80%,
    #f5e5a8 100%
  );
}
.new-carousel__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.new-carousel__content {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 2;
}
.new-carousel__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.new-carousel__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0;
}
.new-carousel__description {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0;
}
.new-carousel__cta {
  width: fit-content;
}
.new-carousel__cta-row {
  display: flex;
  align-items: stretch;
  gap: 16px;
  flex-wrap: wrap;
}
.new-carousel__event-status {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  white-space: nowrap;
}
.new-carousel__event-date {
  font-weight: 600;
}
.new-carousel__event-availability {
  font-weight: 500;
}
.new-carousel__dots {
  position: absolute;
  left: 50px;
  bottom: 54px;
  display: flex;
  gap: 4px;
  align-items: center;
  z-index: 10;
}
.new-carousel__dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
}
.new-carousel__dot--active {
  width: 16px;
  background-color: #ffffff;
}
.new-carousel__controls {
  position: absolute;
  right: 50px;
  bottom: 54px;
  display: flex;
  gap: 12px;
  z-index: 10;
}
.new-carousel__arrow {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  background-color: #feeacc;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow:
    0px 1px 4px 0px rgba(12, 12, 13, 0.1),
    0px 1px 4px 0px rgba(12, 12, 13, 0.05);
}
.new-carousel__arrow:hover {
  background-color: #fdd9a8;
  box-shadow:
    0px 2px 6px 0px rgba(12, 12, 13, 0.15),
    0px 2px 6px 0px rgba(12, 12, 13, 0.1);
}
.new-carousel__arrow:active {
  background-color: #fcc985;
}
.new-carousel__arrow svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 1180px) {
  .new-carousel__slide {
    height: 500px;
  }
  .new-carousel__background {
    width: 100%;
    height: 800px;
  }
  .new-carousel__content {
    left: 24px;
    right: 24px;
    max-width: none;
    gap: 16px;
  }
  .new-carousel__title {
    font-size: 40px;
  }
  .new-carousel__description {
    font-size: 18px;
  }
  .new-carousel__dots {
    left: 24px;
    bottom: 24px;
  }
  .new-carousel__controls {
    right: 24px;
    bottom: 24px;
  }
  .new-carousel__arrow {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
  .new-carousel__arrow svg {
    width: 16px;
    height: 16px;
  }
}

.new-course-modules {
  display: none;
  margin-bottom: 40px;
}
.new-course-modules--active {
  display: block;
}
.new-course-modules__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.new-course-modules__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.new-course-modules__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(17, 17, 18, 0.08);
}
.new-course-modules__image-wrap {
  width: 100%;
  height: 180px;
  border-radius: 16px;
  background-color: #feeacc;
  overflow: hidden;
}
.new-course-modules__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-course-modules__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.new-course-modules__number {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  color: #ff9700;
}
.new-course-modules__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #111112;
  margin: 0;
}
.new-course-modules__excerpt {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #36373a;
  margin: 0;
}
@media (max-width: 1180px) {
  .new-course-modules {
    margin-bottom: 60px;
  }
  .new-course-modules__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .new-course-modules__card {
    padding: 16px;
  }
  .new-course-modules__image-wrap {
    height: 150px;
  }
}

.new-education {
  border-radius: 32px;
  padding: 32px 0;
  overflow: hidden;
  position: relative;
}
.new-education__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  color: #111112;
  margin-bottom: 32px;
  padding: 0 32px;
}
@media (max-width: 1180px) {
  .new-education__title {
    font-family: "Fixel Text";
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-decoration: none;
    letter-spacing: -2%;
    margin-bottom: 24px;
    padding: 0 16px;
  }
}
.new-education__scroll-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.new-education__cards {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-shrink: 0;
  animation: scroll-infinite 10s linear infinite;
  will-change: transform;
}
.new-education__cards:hover {
  animation-play-state: paused;
}
.new-education__card {
  position: relative;
  display: inline-grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  place-items: start;
  flex-shrink: 0;
}
.new-education__card-bg {
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.new-education__card-text {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #ffffff;
  text-align: center;
  grid-area: 1/1;
  z-index: 1;
  max-width: 240px;
  align-self: center;
  justify-self: center;
}
.new-education__card--1 .new-education__card-bg {
  width: 384px;
  height: 283px;
}
.new-education__card--2 .new-education__card-bg {
  width: 362px;
  height: 311px;
}
.new-education__card--3 .new-education__card-bg {
  width: 425px;
  height: 376px;
}
.new-education__card--4 .new-education__card-bg {
  width: 373px;
  height: 376px;
}
.new-education__card--5 .new-education__card-bg {
  width: 304px;
  height: 282px;
}
.new-education__card--6 .new-education__card-bg {
  width: 386px;
  height: 376px;
}
@media (max-width: 1180px) {
  .new-education {
    height: 400px;
  }
  .new-education__title {
    font-family: "Fixel Text";
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-decoration: none;
    letter-spacing: -2%;
    top: 16px;
    left: 16px;
  }
  .new-education__scroll-container {
    padding: 0 16px;
  }
  .new-education__cards {
    padding: 80px 16px 16px;
    gap: 12px;
    min-width: 2000px;
  }
  .new-education__card-text {
    font-family: "Fixel Text";
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-decoration: none;
    letter-spacing: -2%;
    padding: 20px;
    max-width: 180px;
  }
  .new-education__card--1 .new-education__card-bg {
    width: 280px;
    height: 206px;
  }
  .new-education__card--2 .new-education__card-bg {
    width: 264px;
    height: 227px;
  }
  .new-education__card--3 .new-education__card-bg {
    width: 310px;
    height: 274px;
  }
  .new-education__card--4 .new-education__card-bg {
    width: 272px;
    height: 274px;
  }
  .new-education__card--5 .new-education__card-bg {
    width: 222px;
    height: 206px;
  }
  .new-education__card--6 .new-education__card-bg {
    width: 282px;
    height: 274px;
  }
}

@keyframes scroll-infinite {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 8px));
  }
}
.new-testimonials {
  padding: 32px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.new-testimonials__text {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #36373a;
  text-align: center;
}
.new-testimonials__scroll-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  gap: 26px;
}
.new-testimonials__logos-group {
  display: flex;
  gap: 26px;
  align-items: center;
  flex-shrink: 0;
  animation: scroll-testimonials 10s linear infinite;
  will-change: transform;
}
.new-testimonials__logo {
  height: 50px;
  width: auto;
  flex-shrink: 0;
  object-fit: contain;
}
@media (max-width: 1180px) {
  .new-testimonials {
    padding: 24px 0;
    gap: 12px;
  }
  .new-testimonials__scroll-container {
    gap: 20px;
  }
  .new-testimonials__logos-group {
    gap: 20px;
    animation: scroll-testimonials 25s linear infinite;
  }
  .new-testimonials__logo {
    height: 40px;
  }
}

@keyframes scroll-testimonials {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 26px));
  }
}
.new-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.new-modal--active {
  display: flex;
}
.new-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.new-modal__container {
  position: relative;
  width: 100%;
  max-width: 670px;
  background-color: #f6f8fc;
  border-radius: 32px;
  overflow: hidden;
  z-index: 1;
  transition: max-width 0.3s ease;
}
.new-modal__container--expanded {
  max-width: 1016px;
}
.new-modal__header {
  position: relative;
  height: 150px;
  background-color: #cedcf2;
  border-radius: 32px 32px 0 0;
  overflow: hidden;
}
.new-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background-color: #fce8e8;
  border: none;
  border-radius: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  z-index: 10;
}
.new-modal__close:hover {
  background-color: #fad4d4;
}
.new-modal__close svg {
  width: 20px;
  height: 20px;
}
.new-modal__header-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
}
.new-modal__content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.new-modal__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #111112;
  margin: 0;
}
.new-modal__text-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.new-modal__text {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #36373a;
  margin: 0;
}
.new-modal__text b {
  font-weight: 600;
}
.new-modal__text a {
  color: #36373a;
  text-decoration: none;
  transition: color 0.2s ease;
}
.new-modal__text a:hover {
  color: #ff9700;
}
.new-modal__text a b {
  font-weight: 600;
}
.new-modal__buttons {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.new-modal__btn {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
}
.new-modal__btn--primary {
  background-color: #ff9700;
  color: #ffffff;
}
.new-modal__btn--primary:hover {
  background-color: #e68703;
}
.new-modal__btn--text {
  background-color: transparent;
  color: #ff9700;
  padding: 12px 0;
}
.new-modal__btn--text:hover {
  opacity: 0.8;
}
.new-modal__expanded-content {
  display: none;
}
.new-modal__container--expanded .new-modal__expanded-content {
  display: block;
}
.new-modal__container--expanded .new-modal__buttons {
  display: none;
}
.new-modal__container--expanded .new-modal__text-section {
  flex-direction: row;
  gap: 28px;
  align-items: flex-start;
}
.new-modal__container--expanded .new-modal__text-wrapper {
  flex: 1;
}
.new-modal__container--expanded .new-modal__btn--primary {
  width: auto;
  height: 93px;
  border-radius: 120px;
  box-shadow: 0px 0px 0px 4px rgba(255, 151, 0, 0.3);
  flex-shrink: 0;
  padding: 12px 24px;
}
.new-modal__form {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.new-modal__form-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.new-modal__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.new-modal__field--textarea {
  flex: 1;
}
.new-modal__label {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #36373a;
}
.new-modal__input,
.new-modal__select,
.new-modal__textarea {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: #ffffff;
  color: #111112;
  height: 40px;
}
.new-modal__input::placeholder,
.new-modal__select::placeholder,
.new-modal__textarea::placeholder {
  color: #d7d8da;
}
.new-modal__input:focus,
.new-modal__select:focus,
.new-modal__textarea:focus {
  outline: none;
  border-color: #ff9700;
}
.new-modal__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%2336373A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
}
.new-modal__textarea {
  height: auto;
  resize: none;
  flex: 1;
  min-height: 120px;
}
.new-modal__char-count {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #6b6a71;
  text-align: right;
  margin-top: -4px;
}
.new-modal__checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}
.new-modal__checkbox-input {
  width: 24px;
  height: 24px;
  border: 2px solid #475132;
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
  appearance: none;
  background-color: transparent;
  position: relative;
}
.new-modal__checkbox-input:checked {
  background-color: #475132;
  border-color: #475132;
}
.new-modal__checkbox-input:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L4.5 8L11 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.new-modal__checkbox-label {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #36373a;
  cursor: pointer;
}
.new-modal__submit {
  background-color: #a3a4a9;
  color: #ffffff;
  width: 100%;
  margin-top: 8px;
}
.new-modal__submit:not(:disabled) {
  background-color: #ff9700;
  cursor: pointer;
}
.new-modal__submit:not(:disabled):hover {
  background-color: #e68703;
}
.new-modal__submit:disabled {
  cursor: not-allowed;
}
@media (max-width: 1180px) {
  .new-modal {
    padding: 16px;
  }
  .new-modal__container {
    max-width: 100%;
  }
  .new-modal__container--expanded {
    max-width: 100%;
  }
  .new-modal__content {
    padding: 24px 16px;
  }
  .new-modal__title {
    font-size: 24px;
  }
  .new-modal__text {
    font-size: 14px;
  }
  .new-modal__form {
    flex-direction: column;
  }
  .new-modal__container--expanded .new-modal__text-section {
    flex-direction: column;
    gap: 16px;
  }
  .new-modal__container--expanded .new-modal__btn--primary {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    box-shadow: none;
  }
}

body.modal-open {
  overflow: hidden;
}

.group-therapy-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.group-therapy-modal--active {
  display: flex;
}
.group-therapy-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.group-therapy-modal__container {
  position: relative;
  width: 100%;
  max-width: 672px;
  max-height: calc(var(--vh, 1vh) * 100 - 40px);
  background-color: #f6f8fc;
  border-radius: 32px;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.group-therapy-modal__header {
  position: relative;
  height: 150px;
  background-color: #cedcf2;
  border-radius: 32px 32px 0 0;
  overflow: hidden;
}
.group-therapy-modal__header-bg {
  position: absolute;
  right: -688px;
  top: -219.67px;
  width: 1715px;
  height: 1143.333px;
  pointer-events: none;
}
.group-therapy-modal__header-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.group-therapy-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background-color: #fce8e8;
  border: none;
  border-radius: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  z-index: 10;
  padding: 0;
}
.group-therapy-modal__close:hover {
  background-color: #fad4d4;
}
.group-therapy-modal__close img {
  width: 20px;
  height: 20px;
}
.group-therapy-modal__content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}
.group-therapy-modal__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #111112;
  margin: 0;
}
.group-therapy-modal__section {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.group-therapy-modal__section-title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #111112;
  margin: 0;
}
.group-therapy-modal__trainers {
  display: flex;
  gap: 12px;
}
.group-therapy-modal__trainer-card {
  flex: 1;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.group-therapy-modal__trainer-photo {
  width: 48px;
  height: 48px;
  border-radius: 4.683px;
  overflow: hidden;
  flex-shrink: 0;
}
.group-therapy-modal__trainer-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.group-therapy-modal__trainer-name {
  flex: 1;
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #111112;
  margin: 0;
}
.group-therapy-modal__trainer-link {
  width: 48px;
  height: 48px;
  background-color: #feeacc;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-decoration: none;
}
.group-therapy-modal__trainer-link:hover {
  background-color: #ffe0b3;
}
.group-therapy-modal__trainer-link img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(59%) sepia(89%) saturate(1726%)
    hue-rotate(0deg) brightness(102%) contrast(101%);
}
.group-therapy-modal__info-grid {
  display: flex;
  gap: 8px;
}
.group-therapy-modal__info-card {
  flex: 1;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.group-therapy-modal__info-icon {
  width: 36px;
  height: 36px;
  background-color: #ebf1fa;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.group-therapy-modal__info-icon img {
  width: 20px;
  height: 20px;
}
.group-therapy-modal__info-text {
  flex: 1;
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #111112;
  margin: 0;
}
.group-therapy-modal__description {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.group-therapy-modal__description-title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #111112;
  margin: 0;
}
.group-therapy-modal__description-text {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #36373a;
  margin: 0;
}
.group-therapy-modal__register-btn {
  width: 100%;
  height: 48px;
  min-height: 48px;
  background-color: #ff9700;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.group-therapy-modal__register-btn:hover {
  background-color: #e68703;
}
@media (max-width: 768px) {
  .group-therapy-modal {
    padding: 16px;
  }
  .group-therapy-modal__container {
    max-width: 100%;
    max-height: calc(var(--vh, 1vh) * 100 - 32px);
  }
  .group-therapy-modal__header {
    height: 80px;
  }
  .group-therapy-modal__content {
    padding: 24px 16px 80px 16px;
  }
  .group-therapy-modal__title {
    font-size: 24px;
  }
  .group-therapy-modal__trainers {
    flex-direction: column;
  }
  .group-therapy-modal__info-grid {
    flex-direction: column;
  }
  .group-therapy-modal__section-title,
  .group-therapy-modal__description-title {
    font-size: 12px;
  }
  .group-therapy-modal__trainer-name,
  .group-therapy-modal__info-text {
    font-size: 14px;
  }
  .group-therapy-modal__register-btn {
    position: fixed;
    bottom: 32px;
    left: 32px;
    right: 32px;
    width: calc(100% - 64px);
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
}

body.group-therapy-modal-open {
  overflow: hidden;
}

.collaboration__hero {
  position: relative;
  margin-bottom: 200px;
}
@media (max-width: 1180px) {
  .collaboration__hero {
    margin-bottom: 80px;
  }
}
.collaboration__hero-content {
  margin-top: 120px;
  position: relative;
  display: grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  place-items: start;
}
.collaboration__hero-face {
  grid-area: 1/1;
  width: 515.854px;
  height: 536.505px;
  margin-left: 697px;
}
@media (max-width: 1180px) {
  .collaboration__hero-face {
    width: 300.807px;
    height: 312.85px;
    margin-left: 21.02px;
  }
}
.collaboration__hero-card-wrapper {
  grid-area: 1/1;
  display: grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  place-items: start;
  margin-top: 39.5px;
}
@media (max-width: 1180px) {
  .collaboration__hero-card-wrapper {
    margin-top: 210.4px;
  }
}
.collaboration__hero-card {
  grid-area: 1/1;
  background: var(--bg-surface-higher, white);
  border-radius: 32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 743px;
}
@media (max-width: 1180px) {
  .collaboration__hero-card {
    border-radius: 16px;
    padding: 16px;
    width: 343px;
    margin-top: 87px;
  }
}
.collaboration__hero-title {
  font-family: "Fixel Text", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.84px;
  color: var(--text-icon-stroke-primary, #111112);
}
@media (max-width: 1180px) {
  .collaboration__hero-title {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.4px;
  }
}
.collaboration__hero-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.collaboration__hero-text p {
  font-family: "Fixel Text", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: var(--text-icon-stroke-tertiary, #6b6a71);
}
@media (max-width: 1180px) {
  .collaboration__hero-text p {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
.collaboration__hero-bubble {
  grid-area: 1/1;
  width: 138.975px;
  height: 78.827px;
  margin-left: 679.03px;
  margin-top: 217.71px;
}
@media (max-width: 1180px) {
  .collaboration__hero-bubble {
    width: 115.982px;
    height: 111.241px;
    margin-left: 202.21px;
    margin-top: 0;
    transform: rotate(195deg);
  }
}
.collaboration__requirements {
  padding-top: 120px;
  margin-bottom: 200px;
}
@media (max-width: 1180px) {
  .collaboration__requirements {
    margin-bottom: 80px;
  }
}
.collaboration__requirements-title {
  font-family: "Fixel Text", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -1.2px;
  color: var(--text-icon-stroke-primary, #111112);
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1180px) {
  .collaboration__requirements-title {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    margin-bottom: 16px;
  }
}
.collaboration__requirements-grid {
  display: flex;
  gap: 20px;
}
@media (max-width: 1180px) {
  .collaboration__requirements-grid {
    flex-direction: column;
  }
}
.collaboration__requirement-card {
  flex: 1;
  background: var(--bg-surface-higher, white);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1180px) {
  .collaboration__requirement-card {
    width: 100%;
  }
}
.collaboration__requirement-number {
  font-family: "Fixel Text", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -1.2px;
  color: var(--buttons-primary-default, #ff9700);
}
.collaboration__requirement-text {
  font-family: "Fixel Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: var(--text-icon-stroke-secondary, #36373a);
}

.new-footer {
  border-radius: 32px 32px 0 0;
  background-color: #ffffff;
  max-width: 1360px;
  margin: 0 auto;
  overflow: hidden;
}
.new-footer__title {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  text-decoration: none;
  letter-spacing: -3%;
  color: #111112;
  margin-bottom: 8px;
}
.new-footer__body {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #36373a;
  margin-bottom: 8px;
}
.new-footer__body b {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #36373a;
}
.new-footer__closed {
  background-color: #fff5e6;
  padding: 32px;
  display: block;
}
.new-footer__closed.hidden {
  display: none;
}
.new-footer__closed-content {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.new-footer__closed-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.new-footer__closed-buttons {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex-shrink: 0;
}
.new-footer__open {
  background-color: #fff5e6;
  padding: 32px;
  display: none;
  flex-direction: column;
  gap: 16px;
}
.new-footer__open.active {
  display: flex;
}
.new-footer__open-header {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.new-footer__open-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.new-footer__open-form {
  display: flex;
  gap: 16px;
}
.new-footer__btn {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-footer__btn--primary {
  background-color: #ff9700;
  color: #ffffff;
}
.new-footer__btn--primary:hover {
  background-color: #e68703;
}
.new-footer__btn--primary:active {
  background-color: #e68703;
}
.new-footer__btn--text {
  background-color: transparent;
  color: #ff9700;
  padding: 12px 0;
}
.new-footer__btn--text:hover {
  opacity: 0.8;
}
.new-footer__btn--submit {
  background-color: #a3a4a9;
  color: #ffffff;
  width: 100%;
}
.new-footer__btn--submit:not(:disabled) {
  background-color: #ff9700;
  cursor: pointer;
}
.new-footer__btn--submit:not(:disabled):hover {
  background-color: #e68703;
}
.new-footer__btn--submit:disabled {
  cursor: not-allowed;
}
.new-footer__form-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.new-footer__form-col--right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.new-footer__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.new-footer__field--textarea {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.new-footer__label {
  font-family: "Fixel Text";
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #36373a;
}
.new-footer__label--accent {
  color: #ff9700;
}
.new-footer__input,
.new-footer__textarea {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: #ffffff;
  color: #111112;
  height: 40px;
}
.new-footer__input:focus,
.new-footer__textarea:focus {
  outline: none;
  border-color: #ff9700;
}
.new-footer__input::placeholder,
.new-footer__textarea::placeholder {
  color: #d7d8da;
}
.new-footer__textarea {
  height: auto;
  resize: none;
  flex: 1;
  min-height: 120px;
}
.new-footer__char-count {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #6b6a71;
  text-align: right;
}
.new-footer__checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}
.new-footer__checkbox-input {
  width: 20px;
  height: 20px;
  border: 2px solid #ff9700;
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
}
.new-footer__checkbox-label {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #36373a;
  cursor: pointer;
}
.new-footer__bottom {
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
}
.new-footer__bottom-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.new-footer__logo {
  width: 120px;
  height: auto;
}
.new-footer__social {
  display: flex;
  gap: 12px;
  align-items: center;
}
.new-footer__social-link {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff5e6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 0.2s,
    background-color 0.2s;
}
.new-footer__social-link:hover {
  transform: scale(1.1);
  background-color: #ffe8cc;
}
.new-footer__social-icon {
  width: 24px;
  height: 24px;
}
.new-footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.new-footer__nav-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.new-footer__nav-link {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #6b6a71;
  text-decoration: none;
  transition: color 0.2s;
}
.new-footer__nav-link:hover {
  color: #111112;
}
@media (max-width: 1180px) {
  .new-footer {
    border-radius: 16px 16px 0 0;
    margin: 0 16px;
  }
  .new-footer__closed,
  .new-footer__open {
    padding: 24px 16px;
  }
  .new-footer__closed-content,
  .new-footer__open-header {
    flex-direction: column;
    gap: 16px;
  }
  .new-footer__closed-buttons {
    width: 100%;
  }
  .new-footer__closed-buttons .new-footer__btn {
    width: 100%;
  }
  .new-footer__open-form {
    flex-direction: column;
  }
  .new-footer__bottom {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .new-footer__bottom-left {
    gap: 20px;
  }
  .new-footer__nav {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .new-footer__nav-column {
    gap: 12px;
  }
}

.copyright-text {
  font-family: "Fixel Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  letter-spacing: -2%;
  color: #6b6a71;
  text-align: center;
  margin: 20px 0;
}

.required {
  color: #b41818;
  font-weight: 600;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family:
    "Fixel Text",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  background-color: #f6f8fc;
}

.new-main {
  padding-top: 40px;
}

.new-section {
  max-width: 1360px;
  margin: 0 auto;
  margin-bottom: 120px;
}
.new-section--small {
  max-width: 1016px;
}
@media (max-width: 1180px) {
  .new-section {
    padding: 0 16px;
  }
}

.hover-link:hover {
  color: #ff9700;
}

/*# sourceMappingURL=style.css.map */
