/**
    How to add a new icon?
    * Add the SVG source file to '~/Assets/Icons/svg'
    * In case you want to add a color variation to this icon, check the Gulp task called 'icons'
    * Add a variable here with SVG file name in the following template: $svg-icons-{file-name}_{color}: '{file-name}_{color}.svg'
    * Add a new 'scss' file, name it using the following template: '_svg-icons-{file-name}_{color}.scss'. Use other files as example for the content
*/
/*
  HEX to filter conversion:
  https://isotropic.co/tool/hex-color-to-css-filter/
*/
.page-heading__title {
  display: flex;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page-heading__underline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 48px;
  width: 100%;
}

.page-heading__description {
  max-width: 640px;
  color: #797986;
  font-size: 14px;
  text-align: center;
  margin: 16px auto 0;
}

.page-heading--mb {
  margin-bottom: 24px;
}

.page-heading--small .page-heading__title {
  font-size: 24px;
}

@media (min-width: 768px) {
  .page-heading__title {
    font-size: 48px;
  }
}
.t-container-wide {
  width: 100%;
  padding: 32px 16px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .t-container-wide {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .t-container-wide {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .t-container-wide {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1280px) {
  .t-container-wide {
    max-width: 1440px;
  }
}
.about-hero-section-container {
  background: #5336d6;
  position: relative;
  overflow: hidden;
}

.about-hero-section__content {
  max-width: 640px;
  margin: 0 auto;
}

.about-hero-section-container::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 3;
  width: 592px;
  background: url(https://cdn.twee.com/i/teacher-tools/logo.svg) no-repeat center/contain;
  filter: invert(40%) sepia(70%) saturate(711%) hue-rotate(207deg) brightness(103%) contrast(102%);
}

.about-hero-section {
  color: #ffffff;
  padding-top: 32px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.about-hero-section__heading .page-heading__title {
  background-image: url('data:image/svg+xml,<svg width="311" height="33" viewBox="0 0 311 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M300 33V9H300.572C301.185 9 301.797 9.109 302.324 9.422C304.074 10.462 308 13.617 308 21C308 23.189 308.935 26.067 309.901 28.456C310.751 30.557 309.258 33 306.991 33H300ZM282.391 18.8015L281.389 30.7596L282.391 18.8015ZM197.866 14.5144L197.241 26.4981L197.866 14.5144ZM11 0.0959768V24.096H10.428C9.815 24.096 9.203 23.987 8.67599 23.674C6.92599 22.634 3 19.479 3 12.096C3 9.90698 2.065 7.02898 1.099 4.63998C0.248993 2.53898 1.742 0.0959768 4.009 0.0959768H11ZM300 33C295.952 33 292.2 32.4237 289.208 31.9231C285.95 31.378 283.728 30.9556 281.389 30.7596L283.393 6.84337C287.002 7.14577 290.601 7.82262 293.169 8.25212C296.002 8.72623 298.081 9 300 9V33ZM281.389 30.7596C253.728 28.4421 225.905 27.9926 197.241 26.4981L198.491 2.53063C225.92 3.96082 255.329 4.49217 283.393 6.84337L281.389 30.7596ZM197.241 26.4981C135.257 23.2662 73.7702 24.096 11 24.096V0.0959768C73.319 0.0959768 135.699 -0.743387 198.491 2.53063L197.241 26.4981Z" fill="%23FF4B6C"/></svg>');
  margin-bottom: 32px;
}

.about-hero-section__subtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
}

.about-hero-section__description {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
}

.value-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 32px 40px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: -10px 20px 50px 0px rgba(35, 33, 126, 0.1);
}

.value-item__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.value-item__description {
  font-size: 16px;
  line-height: 1.4;
  color: #797986;
  margin: 0;
}

.value-item__icon {
  position: absolute;
  bottom: -24px;
  right: -24px;
}

.about-values-section-container {
  background: #f3f3ff;
}

.about-values-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-values-section__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-values-section__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 1024px) {
  .about-values-section__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.svg-icons {
  vertical-align: middle;
  display: inline-block;
  background-size: 1em;
  width: 1em;
  height: 1em;
}

.svg-icons.lazyload {
  background-image: none;
}

.svg-icons_baseline {
  vertical-align: baseline;
}

.svg-icons--color-white {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(64deg) brightness(107%) contrast(101%);
}

.svg-icons--color-border {
  filter: invert(89%) sepia(4%) saturate(231%) hue-rotate(164deg) brightness(103%) contrast(93%);
}

.svg-icons--color-muted {
  filter: invert(90%) sepia(8%) saturate(170%) hue-rotate(158deg) brightness(87%) contrast(87%);
}

.svg-icons--color-gray-60 {
  filter: invert(70%) sepia(7%) saturate(323%) hue-rotate(202deg) brightness(90%) contrast(100%);
}

.svg-icons--color-gray-70 {
  filter: invert(48%) sepia(7%) saturate(548%) hue-rotate(202deg) brightness(97%) contrast(89%);
}

.svg-icons--color-yellow-60 {
  filter: invert(88%) sepia(100%) saturate(1110%) hue-rotate(314deg) brightness(103%) contrast(101%);
}

.svg-icons--color-yellow-40 {
  filter: invert(89%) sepia(15%) saturate(1180%) hue-rotate(332deg) brightness(104%) contrast(102%);
}

.svg-icons-tick-circle {
  background-image: url(https://cdn.twee.com/e/dist_20250730123908/icons/icons-sprite.svg#svg--tick-circle);
}

.svg-icons-warning-circle {
  background-image: url(https://cdn.twee.com/e/dist_20250730123908/icons/icons-sprite.svg#svg--warning-circle);
}

.about-story-section {
  padding-top: 80px;
  padding-bottom: 40px;
}

.about-story-section__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.about-story-section__image-container {
  box-shadow: -10px 20px 50px 0px rgba(35, 33, 126, 0.1);
  background: #f3f3ff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 280px;
}

.about-story-section__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.about-story-section__content {
  display: flex;
  gap: 32px;
  flex-direction: column;
}

.about-story-section__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style-type: none;
  padding: 0;
}

.about-story-section__list-item {
  display: flex;
  gap: 16px;
  position: relative;
}

.about-story-section__list-item-icon {
  flex-shrink: 0;
  font-size: 18px;
}

.about-story-section__list-item-icon--blue {
  filter: invert(92%) sepia(28%) saturate(3005%) hue-rotate(180deg) brightness(104%) contrast(101%);
}

.about-story-section__list-item-icon--primary {
  filter: invert(40%) sepia(70%) saturate(711%) hue-rotate(207deg) brightness(103%) contrast(102%);
}

.about-story-section__list-item-icon--fix-position {
  margin-left: -11px;
  margin-top: -9px;
  margin-right: -11px;
}

@media (min-width: 768px) {
  .about-story-section__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .about-story-section__image-container {
    height: auto;
  }
}
.statistics-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.statistics-card-value {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #746dff;
}

.statistics-card-label {
  text-align: center;
  font-size: 20px;
}

.about-twee-now-section {
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
}

.about-twee-now-section__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.about-twee-now-section__cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.about-twee-now-section__cards .statistics-card {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}

.about-twee-now-section__like {
  position: absolute;
  top: -18px;
  right: -35px;
}

@media (min-width: 576px) {
  .about-twee-now-section__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .about-twee-now-section__cards {
    display: flex;
    flex-direction: row;
  }
  .about-twee-now-section__cards .statistics-card {
    max-width: 360px;
  }
}
.t-btn {
  --t-btn-background: null;
  --t-btn-color: null;
  --t-btn-border-color: null;
  --t-btn-hover-background: null;
  --t-btn-hover-color: null;
  --t-btn-hover-border-color: null;
  --t-btn-active-background: null;
  --t-btn-active-color: null;
  --t-btn-active-border-color: null;
  --t-btn-disabled-background: null;
  --t-btn-disabled-color: null;
  --t-btn-disabled-border-color: null;
  --t-btn-focus-background: null;
  --t-btn-focus-color: null;
  --t-btn-focus-border-color: null;
  --t-btn-border-radius: 8px;
  --t-btn-padding-y: 9px;
  --t-btn-padding-x: 23px;
  --t-btn-padding-left: var(--t-btn-padding-x);
  --t-btn-font-size: 14px;
  --t-btn-icon-size: 20px;
  --t-btn-border-width: 1px;
  --t-btn-font-weight: 400;
  --t-btn-min-width: auto;
  --t-btn-min-height: auto;
  --t-btn-gap: 6px;
  --t-btn-line-height: 20px;
  --t-btn-focus-box-shadow: 0 0 0 3px #cfccff;
  --t-btn-text-decoration: none;
  padding: var(--t-btn-padding-y) var(--t-btn-padding-x);
  padding-left: var(--t-btn-padding-left);
  border-radius: var(--t-btn-border-radius);
  font-size: var(--t-btn-font-size);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: var(--t-btn-line-height);
  gap: var(--t-btn-gap);
  min-height: var(--t-btn-min-height);
  min-width: var(--t-btn-min-width);
  font-weight: var(--t-btn-font-weight);
  -webkit-text-decoration: var(--t-btn-text-decoration);
  text-decoration: var(--t-btn-text-decoration);
  background-color: var(--t-btn-background);
  color: var(--t-btn-color);
  cursor: pointer;
  border: var(--t-btn-border-width) solid var(--t-btn-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.t-btn i {
  flex-shrink: 0;
  font-size: var(--t-btn-icon-size);
}
.t-btn:hover {
  background-color: var(--t-btn-hover-background);
  color: var(--t-btn-hover-color);
  border-color: var(--t-btn-hover-border-color);
}
.t-btn:active, .t-btn:active:hover {
  background-color: var(--t-btn-active-background);
  color: var(--t-btn-active-color);
  border-color: var(--t-btn-active-border-color);
}
.t-btn:focus-visible {
  background-color: var(--t-btn-focus-background);
  color: var(--t-btn-focus-color);
  border-color: var(--t-btn-focus-border-color);
  box-shadow: var(--t-btn-focus-box-shadow);
  outline: none;
}
.t-btn:disabled, .t-btn.t-btn-disabled, .t-btn:disabled:hover, .t-btn.t-btn-disabled:hover, .t-btn:disabled:focus, .t-btn.t-btn-disabled:focus, .t-btn:disabled:active, .t-btn.t-btn-disabled:active, .t-btn:disabled:active:hover, .t-btn.t-btn-disabled:active:hover {
  background-color: var(--t-btn-disabled-background);
  color: var(--t-btn-disabled-color);
  border-color: var(--t-btn-disabled-border-color);
  cursor: not-allowed;
}

.t-btn.t-btn-primary {
  --t-btn-background: #746dff;
  --t-btn-color: #ffffff;
  --t-btn-border-color: #746dff;
  --t-btn-hover-background: #9590ff;
  --t-btn-hover-color: #ffffff;
  --t-btn-hover-border-color: #9590ff;
  --t-btn-active-background: #5336d6;
  --t-btn-active-color: #ffffff;
  --t-btn-active-border-color: #5336d6;
  --t-btn-disabled-color: #a2a2af;
  --t-btn-disabled-background: #e8e8ec;
  --t-btn-disabled-border-color: #e8e8ec;
  --t-btn-focus-background: #746dff;
  --t-btn-focus-color: #ffffff;
  --t-btn-focus-border-color: #746dff;
}
.t-btn.t-btn-primary i {
  filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(72deg) brightness(105%) contrast(100%);
}
.t-btn.t-btn-primary:hover i {
  filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(72deg) brightness(105%) contrast(100%);
}
.t-btn.t-btn-primary:active i, .t-btn.t-btn-primary:active:hover i {
  filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(72deg) brightness(105%) contrast(100%);
}
.t-btn.t-btn-primary:focus i {
  filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(72deg) brightness(105%) contrast(100%);
}
.t-btn.t-btn-primary:disabled i, .t-btn.t-btn-primary.t-btn-disabled i, .t-btn.t-btn-primary:disabled:hover i, .t-btn.t-btn-primary.t-btn-disabled:hover i, .t-btn.t-btn-primary:disabled:focus i, .t-btn.t-btn-primary.t-btn-disabled:focus i, .t-btn.t-btn-primary:disabled:active i, .t-btn.t-btn-primary.t-btn-disabled:active i, .t-btn.t-btn-primary:disabled:active:hover i, .t-btn.t-btn-primary.t-btn-disabled:active:hover i {
  filter: invert(70%) sepia(7%) saturate(323%) hue-rotate(202deg) brightness(90%) contrast(100%);
}

.t-btn.t-btn-lg {
  --t-btn-padding-y: 11px;
  --t-btn-padding-x: 39px;
  --t-btn-icon-size: 24px;
  --t-btn-line-height: 24px;
  --t-btn-font-weight: 700;
}

.users-group-card {
  padding: 32px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: -10px 20px 50px 0px rgba(35, 33, 126, 0.1);
}

.users-group-card__avatars {
  display: flex;
  margin-bottom: 24px;
}

.users-group-card__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-right: -8px;
  border: 2px solid #ffffff;
  background: #222229;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.users-group-card__avatar:nth-child(1) {
  z-index: 5;
}

.users-group-card__avatar:nth-child(2) {
  z-index: 4;
}

.users-group-card__avatar:nth-child(3) {
  z-index: 3;
}

.users-group-card__avatar:nth-child(4) {
  z-index: 2;
}

.users-group-card__avatar:nth-child(5) {
  z-index: 1;
}

.users-group-card__avatar:last-child {
  margin-right: 0;
}

.users-group-card__avatar--cerulean {
  background: #00bfc9;
}

.users-group-card__avatar--blue {
  background: #746dff;
}

.users-group-card__avatar--phlox {
  background: #c700f4;
}

.users-group-card__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.users-group-card__description {
  font-size: 16px;
  color: #797986;
  line-height: 1.4;
}

.about-users-section-container {
  background: #fff4da;
}

.about-users-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-users-section__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.about-users-section__cards {
  gap: 32px;
  display: flex;
  flex-direction: column;
}

.about-users-section__cta {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

@media (min-width: 1280px) {
  .about-users-section__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.svg-icons-link {
  background-image: url(https://cdn.twee.com/e/dist_20250730123908/icons/icons-sprite.svg#svg--link);
}

.media-card {
  display: flex;
  flex-direction: column;
  max-width: 340px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -10px 20px 50px 0px rgba(35, 33, 126, 0.1);
}

.media-card__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.media-card__content--rtl .media-card__title,
.media-card__content--rtl .media-card__description {
  direction: rtl;
}

.media-card__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.media-card__description {
  font-size: 16px;
  color: #797986;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.media-card__link-wrapper {
  display: flex;
  align-items: center;
  margin-top: 16px;
  flex-grow: 1;
}

.media-card__link {
  color: #797986;
  font-size: 16px;
  text-decoration: underline;
}

.media-card__link:hover {
  text-decoration: underline;
}

.media-card__link-icon {
  filter: invert(48%) sepia(7%) saturate(548%) hue-rotate(202deg) brightness(97%) contrast(89%);
  font-size: 24px;
  margin-right: 8px;
}

.about-media-section {
  padding-top: 80px;
  padding-bottom: 0;
}

.about-media-section__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.about-media-section__carousel {
  --cards-gap: 40px;
  display: flex;
  overflow: hidden;
  gap: var(--cards-gap);
  padding-bottom: 120px;
  position: relative;
}

.about-media-section__carousel-track {
  display: flex;
  flex-shrink: 0;
  gap: var(--cards-gap);
  animation: scroll-right 60s linear infinite;
}

.about-media-section__carousel:hover .about-media-section__carousel-track {
  animation-play-state: paused;
}

@keyframes scroll-right {
  0% {
    transform: translateX(calc(-100% - var(--cards-gap)));
  }
  100% {
    transform: translateX(0);
  }
}
@media (min-width: 1024px) {
  .about-media-section__carousel::before,
  .about-media-section__carousel::after {
    content: "";
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
  .about-media-section__carousel::after {
    right: 0;
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .about-media-section__carousel::before {
    left: 0;
  }
}
.about-team-section-wrapper {
  background: #f3f3ff;
}

.about-team-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-team-section__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.about-team-section__content {
  max-width: 720px;
  margin: 0 auto;
}

.about-team-section__content-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.about-team-section__content-description {
  font-size: 16px;
  line-height: 1.4;
  color: #797986;
  margin-bottom: 32px;
}

.about-team-section__content-link {
  width: 100%;
}

@media (min-width: 768px) {
  .about-team-section {
    text-align: center;
  }
  .about-team-section__content-link {
    width: auto;
  }
}