:root {
  --color--white: white;
  --color--primary-color: #202124;
  --color--white-secondary: #fefefe;
  --color--dark-blue-black: #141b34;
  --color--button-action-color: #03a4ed;
  --color--seconday-color: #5f6368;
  --color--bg-color: #f8f9fb;
  --color--lite-blue: #e5faff;
  --color--color: #f2f2f2;
  --color--jonquil: #fe3f40;
  --margin-47: -47px;
  --color--anti-flash-white: #f1f1f1;
  --color--spanish-gray: #91959a;
  --color--cyan: #e5faff;
  --margin-64: -64px;
  --color--black: black;
  --color--stroke-dashoffset: 315.94px;
  --color--stroke-offset: 315.94px;
  --smile-size--stroke-offset: 200px;
  --smile-size--stroke-dashoffset: 200px;
  --team--stroke-offset: 608.14px;
  --team--stroke-dashoffset: 608.14px;
  --team-svg--stroke-offset: 202.282px;
  --team-svg--stroke-dashoffset: 202.282px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: Heebo, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.page-wrapper {
  overflow: hidden;
}

.navbar {
  background-color: var(--color--white);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  position: relative;
}

.container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_logo {
  color: var(--color--primary-color);
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  transition: letter-spacing .6s;
}

.nav_logo:hover {
  letter-spacing: 2px;
}

.nav-menu {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.nav-link {
  color: var(--color--seconday-color);
  padding: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: color .6s;
}

.nav-link:hover {
  color: var(--color--button-action-color);
}

.nav-link.w--current {
  color: var(--color--primary-color);
  font-weight: 500;
}

.navlink-wrapper {
  margin-right: 25px;
  position: relative;
}

.navlink-wrapper.last {
  margin-right: 0;
}

.dropdown {
  padding-top: 13px;
  padding-bottom: 13px;
  position: static;
}

.dropdown-text {
  color: var(--color--seconday-color);
  padding: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: color .6s;
}

.dropdown-text:hover {
  color: var(--color--button-action-color);
}

.dropdown-toggle {
  padding: 0 40px 0 0;
}

.dropdown-list {
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #0000;
  inset: 84px 0% auto;
  overflow: hidden;
}

.navlinks-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.primary-button {
  background-color: var(--color--button-action-color);
  color: var(--color--bg-color);
  border-radius: 40px;
  padding: 20px 34px;
  font-size: 1.25rem;
  line-height: .7;
  text-decoration: none;
}

.primary-button.top-padding-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.primary-button.sumbit {
  position: absolute;
  inset: auto 9px auto auto;
}

.primary-button-text {
  color: var(--color--bg-color);
  text-transform: capitalize;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: .7;
}

.secondary-button {
  border-radius: 100px;
  padding: 20px 34px;
  text-decoration: none;
}

.secondary-button.top-padding-28 {
  border: 1px solid var(--color--primary-color);
  padding-top: 28px;
  padding-bottom: 28px;
}

.secondary-button-text {
  color: var(--color--seconday-color);
  font-size: 1.25rem;
  line-height: .7;
}

.section {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px 0;
  position: relative;
}

.section.brand {
  background-image: linear-gradient(#f8f9fb00, #f8f9fb);
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.bgg {
  background-color: var(--color--lite-blue);
}

.hero-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.hero-left {
  justify-content: center;
  align-items: center;
  max-width: 529px;
}

.hero-left-content {
  margin-top: 73.5px;
  margin-bottom: 73.5px;
}

.hero-title-wrapper {
  max-width: 50ch;
  overflow: hidden;
}

.hero-title {
  color: var(--color--primary-color);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mavenpro, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 4.6rem;
}

.span {
  color: var(--color--button-action-color);
  text-shadow: -4px 0 0 var(--color--primary-color);
  font-weight: 400;
}

.hero-details-wrapper {
  max-width: 529px;
  margin-top: 28px;
  overflow: hidden;
}

.caption {
  color: var(--color--seconday-color);
  -webkit-text-stroke-width: .1px;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

.caption.is-white {
  color: var(--color--white-secondary);
}

.hero-button-group {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: center;
  margin-top: 48px;
  display: flex;
  overflow: hidden;
}

.hero-button-group.button-margin-remove {
  margin-top: 0;
}

.hero-secondary-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--color--primary-color);
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.hero-secondary-button.white {
  color: var(--color--color);
}

.btn-circle {
  border: 2px solid var(--color--color);
  background-color: var(--color--bg-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
  padding: 28px 23px 23px 30px;
  display: flex;
}

.hero-right-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  display: flex;
  position: relative;
}

.hero-img-wrapper-big {
  border-radius: 200px;
  min-width: 280px;
  max-width: 280px;
  position: relative;
}

.big-img-bg {
  border: 2px solid var(--color--jonquil);
  border-radius: 200px;
  min-width: 280px;
  max-width: 280px;
  min-height: 450px;
  margin-top: -14px;
  margin-left: -20px;
  position: absolute;
}

.text-block {
  line-height: .9;
}

.small-img-bg {
  border: 2px solid var(--color--button-action-color);
  border-radius: 200px;
  min-width: 200px;
  max-width: 200px;
  min-height: 340px;
  margin-top: 16px;
  margin-left: -14px;
  position: absolute;
}

.hero-img-wrapper-small {
  border-radius: 200px;
  min-width: 200px;
  max-width: 200px;
  position: relative;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.bdradius {
  border-radius: 240px;
}

.hero-right-top {
  margin-left: 47px;
}

.reviewer-circles {
  align-items: center;
  display: flex;
}

.reviewer-circle {
  margin-left: var(--margin-47);
  border-radius: 100px;
}

.reviewer-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.hero-small-img-block {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  margin-top: 61px;
  display: flex;
}

.review-details-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.reviewer-details-top {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  align-items: center;
  display: flex;
}

.counter-txt {
  color: var(--color--primary-color);
  font-size: 2rem;
  font-weight: 500;
  line-height: .7;
}

.reviewer-details {
  color: var(--color--seconday-color);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.brand-tittle-wrapper {
  max-width: 550px;
}

.brand-title {
  color: var(--color--primary-color);
  text-align: center;
  letter-spacing: -.02375rem;
  text-transform: capitalize;
  font-family: Mavenpro, sans-serif;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 3rem;
}

.brand-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-logos-wrapper {
  grid-column-gap: 37px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.hightlight-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.highlight-left {
  border-radius: 605px;
  max-width: 550px;
  height: 550px;
  overflow: hidden;
}

.highlight-right {
  max-width: 42%;
}

.highlight-title-wrapper {
  overflow: hidden;
}

.h2-title {
  color: var(--color--primary-color);
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mavenpro, sans-serif;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 3.75rem;
}

.h2-title.is-white {
  color: var(--color--white-secondary);
}

.h2-title.choose {
  font-size: 2rem;
  line-height: 2.5rem;
}

.highlight-details {
  max-width: 574px;
  margin-top: 28px;
  margin-bottom: 38px;
  overflow: hidden;
}

.highlight-items-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 420px;
  display: flex;
}

.highlight-circle {
  background-color: var(--color--anti-flash-white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.highlight-item-detail {
  color: var(--color--primary-color);
  font-size: 1.25rem;
  line-height: 1.4;
}

.highlight-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.highlight-button-wrapper {
  margin-top: 38px;
}

.blog-wrapper {
  overflow: hidden;
}

.blog-card {
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding: 20px;
  display: flex;
  box-shadow: 2px 0 38px -5px #0003;
}

.thumbnail-img {
  border-radius: 14px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.blog-card-title-wrapper {
  margin-top: 24px;
}

.blog-card-title {
  color: var(--color--primary-color);
  text-transform: capitalize;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
}

.blog-card-caption-wrapper {
  margin-top: 8px;
  margin-bottom: 20px;
}

.blog-card-caption {
  color: var(--color--seconday-color);
  text-align: center;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
}

.blog-button {
  text-decoration: none;
}

.blog-button-text {
  color: var(--color--button-action-color);
  font-size: 1.25rem;
  line-height: 1.4;
  text-decoration: underline;
}

.blog-details-wrapper {
  max-width: 605px;
  margin-bottom: 58px;
}

.blog-caption-wrapper {
  margin-top: 28px;
  overflow: hidden;
}

.mask {
  width: 31%;
  overflow: visible;
  transform: translate(-730px);
}

.mask.courses {
  max-width: 31%;
  transform: none;
}

.slider {
  background-color: #0000;
  height: auto;
}

.slide-nav, .collection-list-wrapper.hide {
  display: none;
}

.slide {
  max-width: 400px;
  margin-right: 30px;
}

.right-arrow-wrapper {
  background-color: var(--color--bg-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-width: 72px;
  min-height: 72px;
  max-height: 72px;
  padding-top: 7px;
  padding-left: 2px;
  display: flex;
  inset: -100px 100px auto auto;
}

.right-arrow-wrapper.team {
  inset: -140px 0% auto auto;
}

.left-arrow-wrapper {
  background-color: var(--color--bg-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-width: 72px;
  min-height: 72px;
  max-height: 72px;
  padding-top: 7px;
  display: flex;
  inset: -100px 190px auto auto;
}

.left-arrow-wrapper.team {
  inset: -140px 100px auto auto;
}

.right-arrow, .left-arrow {
  color: var(--color--dark-blue-black);
}

.learning-wrapper {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.learning-tittle-wrapper {
  overflow: hidden;
}

.learning-caption-wrapper {
  max-width: 603px;
  margin-top: 28px;
  margin-bottom: 48px;
  overflow: hidden;
}

.accordion-wrapper {
  max-width: 728px;
}

.accordion-title-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-title {
  color: var(--color--seconday-color);
  font-size: 1.75rem;
  line-height: 1.4;
}

.accordion-title._1 {
  color: var(--color--primary-color);
}

.accordion-arrow {
  color: var(--color--seconday-color);
}

.accordion-arrow._1 {
  color: var(--color--primary-color);
  transform: rotate(-90deg);
}

.learning-right {
  min-width: 424px;
  max-width: 424px;
  height: 608px;
  max-height: 608px;
  position: relative;
}

.video-wrapper {
  border-radius: 20px;
  max-height: 528px;
  position: relative;
  overflow: hidden;
}

.video-overlay {
  background-image: linear-gradient(#0003, #0003);
  position: absolute;
  inset: 0%;
}

.play-pause-button {
  z-index: 2147483647;
  inset: 0%;
}

.play-state {
  display: inline-block;
}

.team-wrapper {
  overflow: hidden;
}

.team-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.team-details-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 605px;
  margin-bottom: 68px;
}

.author-img {
  border-radius: 214px;
  overflow: hidden;
}

.author-details {
  flex-flow: column;
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.author-name {
  color: var(--color--primary-color);
  font-family: Heebo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}

.auhtor-title {
  color: var(--color--seconday-color);
  font-size: 1.4rem;
  line-height: 1.4;
}

.team-collection-list {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.team-slider {
  background-color: #0000;
  height: auto;
  position: relative;
}

.footer {
  background-color: var(--color--primary-color);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px 20px;
}

.footer-top {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.foooter-title-wraper {
  overflow: hidden;
}

.footer-caption-wrapper {
  margin-top: 20px;
  overflow: hidden;
}

.footer-line {
  background-color: var(--color--seconday-color);
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-top-right {
  justify-content: flex-start;
}

.text-input {
  background-color: var(--color--white);
  color: var(--color--primary-color);
  -webkit-text-stroke-width: .1px;
  text-transform: capitalize;
  border-radius: 50px;
  min-width: 430px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 20px 9px 20px 24px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.text-input:focus {
  border: 1px solid var(--color--button-action-color);
}

.text-input::placeholder {
  color: var(--color--seconday-color);
}

.form-block {
  margin-bottom: 0;
}

.form {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo {
  color: var(--color--spanish-gray);
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: letter-spacing .6s;
}

.footer-logo:hover {
  letter-spacing: 2px;
}

.footer-links {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--color--spanish-gray);
  text-transform: capitalize;
  font-size: 1.25rem;
  line-height: 1.4;
  text-decoration: none;
  transition: color .4s;
}

.footer-link:hover {
  color: #f0c933b3;
}

.footer-socials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-wrapper {
  text-decoration: none;
}

.social-linkedin {
  color: var(--color--spanish-gray);
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.social-linkedin:hover {
  color: #0a66c2;
}

.social-dribble {
  color: var(--color--spanish-gray);
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.social-dribble:hover {
  color: #ea4c89;
}

.social-facebook {
  color: var(--color--spanish-gray);
  transition: opacity .5s cubic-bezier(.23, 1, .32, 1);
}

.social-facebook:hover {
  color: #1877f2;
}

.dropdown-links-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border: 1px solid var(--color--button-action-color);
  background-color: var(--color--bg-color);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.dropdown-img-wrapper {
  border-radius: 20px;
  max-width: 200px;
  max-height: 200px;
  overflow: hidden;
  box-shadow: 2px 2px 15px 2px #00000026;
}

.new-course-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color--white);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  max-width: 240px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.dropdown-caption {
  max-width: 200px;
}

.courses-wrapper {
  flex-flow: row;
  margin-top: 20px;
}

.course-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  display: flex;
}

.course-details {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.course-title {
  color: var(--color--dark-blue-black);
  text-transform: capitalize;
  font-family: Mavenpro, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}

.icon-wrapper {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.course {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 12px;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.course:hover {
  background-color: #545ae826;
}

.course-caption {
  color: var(--color--seconday-color);
  -webkit-text-stroke-width: .1px;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.learning-img-wrapper-4 {
  z-index: 1;
  border-radius: 240px;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.learning-img-wrapper-3 {
  z-index: 2;
  border-radius: 240px;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.learning-img-wrapper-2 {
  z-index: 3;
  border-radius: 240px;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.learning-img-wrapper-1 {
  z-index: 4;
  border-radius: 240px;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.accordion-row-1 {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  flex-flow: column;
  align-items: stretch;
  margin-bottom: 8px;
  padding-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.pause-state {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.play-pause-wrapper {
  opacity: 1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.play-pause-wrapper.play {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.absolute {
  z-index: 0;
  background-color: var(--color--cyan);
  opacity: 1;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  padding: 5px 10px;
  position: absolute;
}

.play-icon, .pause-icon {
  color: var(--color--primary-color);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 2rem;
}

.nav-svg-wrapper {
  position: absolute;
  top: -10px;
  left: -35px;
}

.btn-txt {
  overflow: hidden;
}

.brand-2 {
  padding-left: 0;
}

.svg-1 {
  position: absolute;
  top: -12%;
  left: auto;
  right: 20.5%;
}

.svg-2 {
  position: absolute;
  inset: 1% 21.6935% auto auto;
}

.hero-svg-yellow {
  position: absolute;
  inset: 14.8649% auto auto 1.8%;
}

.hero-svg-grey {
  z-index: -1;
  position: absolute;
  inset: 2.7027% auto auto 19.7917%;
}

.hero-caption {
  color: var(--color--seconday-color);
  -webkit-text-stroke-width: .1px;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

.accordion-row-2 {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  flex-flow: column;
  align-items: stretch;
  margin-bottom: 8px;
  padding-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.accordion-title-2 {
  color: var(--color--seconday-color);
  font-size: 1.75rem;
  line-height: 1.4;
}

.accordion-arrow-2 {
  color: var(--color--seconday-color);
}

.accordion-row-3 {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  flex-flow: column;
  align-items: stretch;
  margin-bottom: 8px;
  padding-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.accordion-title-3 {
  color: var(--color--seconday-color);
  font-size: 1.75rem;
  line-height: 1.4;
}

.accordion-arrow-3 {
  color: var(--color--seconday-color);
}

.accordion-row-4 {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  flex-flow: column;
  align-items: stretch;
  margin-bottom: 8px;
  padding-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.accordion-title-4 {
  color: var(--color--seconday-color);
  font-size: 1.75rem;
  line-height: 1.4;
}

.accordion-arrow-4 {
  color: var(--color--seconday-color);
}

.learning-img-wrapper {
  z-index: 4;
  border-radius: 240px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.code-embed {
  color: var(--color--button-action-color);
}

.collection-list {
  display: flex;
}

.inner-parent {
  z-index: 1;
  background-color: var(--color--lite-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: absolute;
}

.blog-title-wrap, .team-title-wrap {
  overflow: hidden;
}

.blog-mask {
  overflow: visible;
  transform: translate(-730px);
}

.blog-mask.courses {
  width: 100vw;
  padding-bottom: 40px;
  padding-left: 30px;
  transform: none;
}

.team-mask {
  max-width: 31%;
  overflow: visible;
}

.team-mask.courses {
  max-width: 31%;
  transform: none;
}

.blog-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-para {
  text-align: center;
  max-width: 800px;
}

.link {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}

.form-block-2 {
  padding: 50px;
}

@media screen and (min-width: 1280px) {
  .navbar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav_logo {
    font-size: 2rem;
    line-height: 1.4;
  }

  .nav-menu {
    grid-column-gap: 171px;
    grid-row-gap: 171px;
  }

  .nav-link {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .navlink-wrapper {
    margin-right: 38px;
  }

  .dropdown-toggle {
    margin-right: 10px;
    padding-right: 40px;
  }

  .hero-wrapper {
    grid-column-gap: 77px;
    grid-row-gap: 77px;
  }

  .hero-left {
    min-width: auto;
    max-width: 529px;
  }

  .hero-right {
    max-width: 635px;
  }

  .hero-title-wrapper {
    max-width: 60ch;
  }

  .hero-title {
    font-size: 4.375rem;
    line-height: 4.875rem;
  }

  .caption {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .hero-button-group {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    margin-top: 48px;
  }

  .hero-img-wrapper-big, .big-img-bg {
    min-width: 348px;
    max-width: 348px;
    min-height: 568px;
    max-height: 568px;
  }

  .small-img-bg, .hero-img-wrapper-small {
    min-width: 257px;
    max-width: 257px;
    min-height: 450px;
    max-height: 450px;
  }

  .reviewer-circle {
    margin-left: -47px;
  }

  .counter-txt {
    font-size: 2.25rem;
    line-height: .7;
  }

  .reviewer-details {
    min-width: 149px;
    max-width: 149px;
    font-size: 1.3125rem;
    line-height: 1.4;
  }

  .brand-tittle-wrapper {
    max-width: 580px;
  }

  .brand-content {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
  }

  .hightlight-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: flex-start;
  }

  .mask {
    width: 31.6935%;
  }

  .mask.courses {
    max-width: 31.6935%;
  }

  .learning-wrapper {
    justify-content: space-between;
    align-items: stretch;
  }

  .author-img {
    width: 393px;
    height: 393px;
  }

  .author-details {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .author-name {
    font-size: 2.375rem;
    line-height: 1.4;
  }

  .auhtor-title {
    font-size: 1.75rem;
  }

  .text-input {
    min-width: 576px;
    min-height: 70px;
  }

  .hero-caption {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .blog-mask.courses {
    max-width: 31.6935%;
  }

  .team-mask {
    width: 31.6935%;
    max-width: none;
  }

  .team-mask.courses {
    max-width: 31.6935%;
  }
}

@media screen and (min-width: 1440px) {
  .hero-svg-yellow {
    top: 14.8649%;
    left: 7.22222%;
  }
}

@media screen and (min-width: 1920px) {
  .blog-wrapper {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-color: var(--color--white-secondary);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
    display: flex;
    position: absolute;
  }

  .menu-button {
    border: 1px solid var(--color--dark-blue-black);
    color: var(--color--dark-blue-black);
    border-radius: 8px;
    padding: 10px;
  }

  .menu-button.w--open {
    border: 1px solid var(--color--button-action-color);
    color: var(--color--button-action-color);
    background-color: #0000;
    border-radius: 8px;
    padding: 10px;
  }

  .nav-link {
    font-size: 2rem;
    font-weight: 700;
  }

  .dropdown {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-text {
    font-size: 2rem;
    font-weight: 700;
  }

  .dropdown-list.w--open {
    z-index: 2147483647;
    position: static;
    top: 35%;
    left: 0;
    right: 0;
  }

  .navlinks-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 50px;
  }

  .section, .section.brand {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
  }

  .hero-left {
    max-width: none;
  }

  .hero-left-content {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-title-wrapper {
    max-width: none;
  }

  .hero-right-content {
    justify-content: space-around;
    align-items: stretch;
  }

  .hero-small-img-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 0;
  }

  .brand-tittle-wrapper {
    max-width: none;
  }

  .brand-content {
    flex-flow: column;
  }

  .hightlight-content {
    flex-flow: column;
    align-items: center;
  }

  .highlight-left {
    margin-left: auto;
    margin-right: auto;
  }

  .highlight-right {
    max-width: 100%;
  }

  .highlight-details {
    max-width: 60ch;
  }

  .blog-card-title {
    font-size: 1.5rem;
  }

  .blog-card-caption-wrapper {
    max-width: none;
  }

  .blog-card-caption {
    font-size: 1.1rem;
  }

  .blog-button-text {
    font-size: 1.2rem;
  }

  .blog-caption-wrapper {
    max-width: 60ch;
  }

  .mask {
    max-width: 42%;
    transform: translate(-820px);
  }

  .mask.courses {
    width: 31.5%;
    max-width: none;
  }

  .slide {
    margin-right: 20px;
  }

  .right-arrow-wrapper.team, .left-arrow-wrapper.team {
    top: -110px;
  }

  .learning-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .learning-right {
    min-width: 650px;
    max-width: none;
    height: 500px;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .team-details-wrapper {
    max-width: none;
  }

  .author-img {
    border-radius: 100%;
  }

  .author-name {
    font-size: 2rem;
  }

  .auhtor-title {
    font-size: 1.5rem;
  }

  .footer-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .footer-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .dropdown-links-wrapper {
    border-radius: 8px;
  }

  .nav-svg-wrapper {
    display: none;
  }

  .team-svg-wrapper {
    opacity: .15;
    display: none;
  }

  .svg-1 {
    top: -17%;
    right: 19.5%;
  }

  .hero-svg-yellow, .hero-svg-grey {
    z-index: -1;
    opacity: .15;
  }

  .collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .blog-mask {
    max-width: 42%;
    transform: translate(-820px);
  }

  .blog-mask.courses {
    width: 31.5%;
    max-width: none;
  }

  .team-mask {
    max-width: 40%;
  }

  .team-mask.courses {
    width: 31.5%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .caption {
    font-size: 1.1rem;
  }

  .big-img-bg {
    margin-top: -10px;
    margin-left: -10px;
  }

  .small-img-bg {
    margin-left: -10px;
  }

  .hightlight-content {
    flex-flow: column;
  }

  .h2-title {
    font-size: 3rem;
  }

  .blog-card-title-wrapper {
    margin-top: 12px;
  }

  .blog-card-title {
    font-size: 1.4rem;
  }

  .blog-card-caption {
    font-size: 1rem;
  }

  .blog-button-text {
    font-size: 1.1rem;
  }

  .blog-details-wrapper {
    max-width: none;
    margin-bottom: 100px;
  }

  .blog-caption-wrapper {
    max-width: none;
    margin-top: 15px;
  }

  .mask.courses {
    width: 48%;
  }

  .right-arrow-wrapper {
    max-width: 60px;
    min-height: 60px;
    max-height: none;
    top: -83px;
  }

  .right-arrow-wrapper.team {
    top: -90px;
  }

  .left-arrow-wrapper {
    max-width: 60px;
    min-height: 60px;
    max-height: none;
    top: -83px;
    right: 85px;
  }

  .left-arrow-wrapper.team {
    top: -90px;
    right: 80px;
  }

  .learning-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .learning-caption-wrapper {
    margin-top: 20px;
    margin-bottom: 35px;
  }

  .accordion-wrapper {
    max-width: none;
  }

  .learning-right {
    min-width: 400px;
    max-width: none;
    height: 580px;
  }

  .team-content {
    grid-template-columns: 1fr;
  }

  .team-details-wrapper {
    margin-bottom: 40px;
  }

  .author-details {
    margin-top: 16px;
  }

  .author-name {
    font-size: 1.5rem;
  }

  .auhtor-title {
    font-size: 1.3rem;
  }

  .dropdown-links-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .accordion-row-1 {
    padding-bottom: 15px;
  }

  .svg-1 {
    top: -8%;
  }

  .svg-2 {
    top: 11%;
    right: 23%;
  }

  .hero-caption {
    font-size: 1.1rem;
  }

  .blog-mask.courses {
    width: 48%;
  }

  .team-mask {
    max-width: 48%;
  }

  .team-mask.courses {
    width: 48%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding: 20px 15px;
  }

  .nav_logo {
    font-size: 1.5rem;
  }

  .nav-menu {
    padding: 25px;
  }

  .button-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .primary-button.top-padding-28 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button.sumbit {
    position: static;
  }

  .primary-button-text {
    font-size: 1.1rem;
  }

  .secondary-button.top-padding-28 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding: 30px 15px;
  }

  .hero-title {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .span {
    text-shadow: -2.5px 0 0 var(--color--primary-color);
  }

  .hero-details-wrapper {
    margin-top: 25px;
  }

  .hero-button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 35px;
  }

  .btn-circle {
    min-width: auto;
    max-width: 60px;
    min-height: auto;
    max-height: 60px;
  }

  .hero-right-content {
    flex-flow: column;
    align-items: center;
  }

  .hero-img-wrapper-big {
    min-width: auto;
  }

  .hero-img-wrapper {
    align-self: center;
  }

  .text-block {
    font-size: 1.2rem;
  }

  .small-img-bg {
    min-width: 200px;
  }

  .hero-img-wrapper-small {
    min-width: auto;
  }

  .highlight-left {
    min-width: auto;
    height: 450px;
  }

  .h2-title {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .blog-card-title {
    font-size: 1.5rem;
  }

  .blog-card-caption {
    font-size: 1rem;
  }

  .blog-button-text {
    font-size: 1.1rem;
  }

  .blog-details-wrapper {
    max-width: 290px;
  }

  .blog-caption-wrapper {
    margin-top: 15px;
  }

  .mask {
    max-width: 48%;
    transform: translate(-720px);
  }

  .mask.courses {
    width: auto;
    max-width: none;
  }

  .slide {
    margin-right: 10px;
  }

  .right-arrow-wrapper {
    max-width: 55px;
    min-height: 50px;
  }

  .left-arrow-wrapper {
    max-width: 55px;
    min-height: 50px;
    right: 70px;
  }

  .left-arrow-wrapper.team {
    right: 70px;
  }

  .learning-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .accordion-title {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .accordion-title._1 {
    font-size: 1.5rem;
  }

  .learning-right {
    min-width: 290px;
    height: 500px;
  }

  .team-details-wrapper {
    margin-bottom: 40px;
  }

  .author-img {
    height: auto;
  }

  .auhtor-title {
    text-align: center;
  }

  .team-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-input {
    min-width: auto;
    min-height: 60px;
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
  }

  .footer-logo {
    font-size: 1.5rem;
  }

  .footer-links {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .footer-link {
    font-size: 1.1rem;
  }

  .dropdown-links-wrapper {
    padding: 15px;
  }

  .course-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-svg-wrapper {
    z-index: -1;
  }

  .svg-2 {
    right: 25%;
  }

  .accordion-title-2, .accordion-title-3, .accordion-title-4 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .blog-mask {
    max-width: 48%;
    transform: translate(-720px);
  }

  .blog-mask.courses {
    width: auto;
    max-width: none;
  }

  .team-mask {
    width: auto;
    max-width: none;
    transform: none;
  }

  .team-mask.courses {
    width: auto;
    max-width: none;
  }
}


@font-face {
  font-family: 'Heebo';
  src: url('/web/20251208135419im_/https://fastinternetandtvs.online/fonts/Heebo-Bold.ttf') format('truetype'), url('/web/20251208135419im_/https://fastinternetandtvs.online/fonts/Heebo-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: url('/web/20251208135419im_/https://fastinternetandtvs.online/fonts/Heebo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: url('/web/20251208135419im_/https://fastinternetandtvs.online/fonts/Heebo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: url('/web/20251208135419im_/https://fastinternetandtvs.online/fonts/Heebo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: url('/web/20251208135419im_/https://fastinternetandtvs.online/fonts/Heebo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('/web/20251208135419im_/https://fastinternetandtvs.online/fonts/MavenPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('/web/20251208135419im_/https://fastinternetandtvs.online/fonts/MavenPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('/web/20251208135419im_/https://fastinternetandtvs.online/fonts/MavenPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('/web/20251208135419im_/https://fastinternetandtvs.online/fonts/MavenPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('/web/20251208135419im_/https://fastinternetandtvs.online/fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('/web/20251208135419im_/https://fastinternetandtvs.online/fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('/web/20251208135419im_/https://fastinternetandtvs.online/fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*
     FILE ARCHIVED ON 13:54:19 Dec 08, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:17:00 Dec 09, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.724
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.011
  esindex: 0.018
  cdx.remote: 13.753
  LoadShardBlock: 190.098 (3)
  PetaboxLoader3.datanode: 129.891 (4)
  PetaboxLoader3.resolve: 124.105 (2)
  load_resource: 139.36
*/