@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Thin.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Black.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Thin.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-ExtraBold.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Black.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-ExtraBold.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Bold.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Medium.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Bold.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Light.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Medium.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Light.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "MADE TOMMY", sans-serif;
  line-height: 1.6;
  color: #0A1E3D;
  overflow-x: hidden;
  background: #fff url("../media/background.png") no-repeat top center;
  background-size: 100% auto;
  padding-top: 66px;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  border-bottom: none;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.header.scrolled {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.header-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  margin-right: auto;
}
.logo img {
  height: 36px;
  width: auto;
}

.nav-desktop {
  display: none;
}
.nav-desktop ul {
  display: flex;
  list-style: none;
  gap: 28px;
  align-items: center;
}
.nav-desktop > ul > li {
  position: relative;
}
.nav-desktop a {
  text-decoration: none;
  color: #000000;
  font-family: "MADE TOMMY", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-desktop a:hover {
  color: #1B6EF3;
}
.nav-desktop .menu-caret {
  width: 11px;
  height: 6px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.nav-desktop .has-submenu:hover .menu-caret {
  transform: rotate(-180deg);
}
.nav-desktop .has-submenu {
  position: relative;
}
.nav-desktop .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 260px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 8px 0;
  margin-top: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.3s ease;
  z-index: 1000;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.nav-desktop .submenu li {
  padding: 0;
  width: 100%;
}
.nav-desktop .submenu a {
  display: block;
  padding: 12px 24px;
  color: #000000;
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  transition: background-color 0.3s, color 0.3s;
}
.nav-desktop .submenu a:hover {
  background-color: #F4F7FC;
  color: #1B6EF3;
}
.nav-desktop .submenu a.nav-active {
  color: #1B6EF3;
  border-left: 2px solid #216ED3;
}
.nav-desktop .has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-desktop > ul > li > a {
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
}
.nav-desktop > ul > li > a.nav-active {
  border-bottom: 1px solid #216ED3;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-actions .btn-login {
  display: none;
}
.nav-actions .btn-cta {
  padding: 6px 12px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .nav-actions {
    gap: 12px;
  }
  .nav-actions .btn-login {
    display: inline-block;
  }
  .nav-actions .btn-login,
  .nav-actions .btn-cta {
    padding: 8px 20px;
    font-size: 15px;
  }
}

.btn-login {
  font-family: "MADE TOMMY", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #0B53C2;
  background: none;
  border: 1px solid #216ED3;
  border-radius: 7px;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}
.btn-login:hover {
  background: rgba(11, 83, 194, 0.05);
}

.btn-cta {
  font-family: "MADE TOMMY", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #4AA1F9 0%, #054BB9 100%);
  border-radius: 7px;
  border: none;
  padding: 10px 22px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.btn-cta:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.menu-toggle {
  display: block;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #0A1E3D;
}

.offcanvas {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  transition: right 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}
.offcanvas.active {
  right: 0;
}
.offcanvas-header {
  padding: 20px;
  border-bottom: 1px solid #E2E8F0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offcanvas-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #0A1E3D;
}
.offcanvas-body {
  padding: 20px;
}
.offcanvas-body ul {
  list-style: none;
}
.offcanvas-body > ul > li {
  margin-bottom: 8px;
}
.offcanvas-body a {
  text-decoration: none;
  color: #0A1E3D;
  font-family: "MADE TOMMY", sans-serif;
  font-size: 15px;
  display: block;
  padding: 10px 12px;
  transition: background 0.2s;
}
.offcanvas-body a:hover {
  background: #F4F7FC;
}
.offcanvas-body a.nav-active {
  border-bottom: 1px solid #216ED3;
}
.offcanvas-buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.offcanvas-buttons .btn-cta {
  color: #FFFFFF;
}

.has-submenu-mobile {
  position: relative;
}
.has-submenu-mobile > .submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.has-submenu-mobile .arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
}
.has-submenu-mobile.active .arrow {
  transform: rotate(-180deg);
}
.has-submenu-mobile.active .submenu-mobile {
  max-height: 300px;
}

.submenu-mobile {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 16px;
}
.submenu-mobile li {
  margin-bottom: 4px;
}
.submenu-mobile a {
  padding: 8px 12px;
  font-size: 14px;
  color: #5A6B82;
}
.submenu-mobile a:hover {
  color: #1B6EF3;
}
.submenu-mobile a.nav-active {
  color: #1B6EF3;
  border-left: 2px solid #216ED3;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 999;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.animate-on-scroll {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: none;
}
.animate-on-scroll--fade-up {
  transform: translateY(30px);
}
.animate-on-scroll--fade-in {
  transform: none;
}
.animate-on-scroll--scale-in {
  transform: scale(0.95);
}
.animate-on-scroll--delay-1 {
  transition-delay: 0.1s;
}
.animate-on-scroll--delay-2 {
  transition-delay: 0.2s;
}
.animate-on-scroll--delay-3 {
  transition-delay: 0.3s;
}
.animate-on-scroll--delay-4 {
  transition-delay: 0.4s;
}
.animate-on-scroll--delay-5 {
  transition-delay: 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .animate-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.hero {
  background: transparent;
  padding: 60px 0 0;
  position: relative;
  overflow: visible;
}
.hero::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 67%;
  width: 815px;
  height: 800px;
  background: url(../media/radials.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  transform: translateX(-50%);
}
.hero .container {
  position: relative;
  z-index: 1;
}
.hero-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "heading" "phone" "cards";
  gap: 30px;
}
@media (min-width: 768px) {
  .hero-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0px;
  }
}
.hero-left {
  flex: 1;
  display: contents;
}
@media (min-width: 768px) {
  .hero-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.hero-heading {
  display: flex;
  flex-direction: column;
  gap: 0;
  grid-area: heading;
  order: 1;
}
.hero-heading-line {
  font-family: "MADE TOMMY", sans-serif;
  font-style: normal;
  color: #0A1E3D;
}
.hero-heading-line--top {
  font-weight: 300;
  font-size: 32px;
  line-height: 1.2;
  text-align: left;
}
.hero-heading-line--mid {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  text-align: left;
}
.hero-heading-line--bottom {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.hero-heading-line--bottom .hero-arrow-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .hero-heading .hero-heading-line--top {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 200;
    font-size: 58px;
    line-height: 55px;
    color: #000000;
    text-align: left;
  }
  .hero-heading .hero-heading-line--mid {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 800;
    font-size: 58px;
    line-height: 55px;
    color: #000000;
    text-align: center;
  }
  .hero-heading .hero-heading-line--bottom {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 200;
    font-size: 58px;
    line-height: 68px;
    color: #000000;
    text-align: right;
    justify-content: flex-end;
  }
  .hero-heading .hero-heading-line--bottom .hero-arrow-icon {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .hero-heading .hero-heading-line--top {
    font-size: 48px;
  }
  .hero-heading .hero-heading-line--mid {
    font-size: 58px;
  }
  .hero-heading .hero-heading-line--bottom {
    font-size: 52px;
  }
}
.hero-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  grid-area: cards;
  order: 3;
}
@media (min-width: 768px) {
  .hero-cards {
    flex-direction: row;
    align-items: baseline;
    gap: 16px;
  }
}
.hero-card-platform {
  background: linear-gradient(129.85deg, #E9F0FB 3.76%, #C8DDFE 96.24%);
  border-radius: 21px;
  padding: 24px 24px 28px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .hero-card-platform {
    flex: 0 0 38%;
    max-width: 260px;
  }
}
.hero-card-platform .platform-arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
}
.hero-card-platform .platform-text {
  font-family: "MADE TOMMY", sans-serif;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  text-align: right;
  color: #000000;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .hero-card-platform .platform-text {
    font-size: 37px;
    line-height: 44px;
  }
}
.hero-card-platform .platform-text strong {
  font-weight: 900;
  color: #0A1E3D;
}
.hero-card-witness {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.hero-card-witness .witness-top {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hero-card-witness .witness-top .witness-line1 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 200;
  font-size: 36px;
  line-height: 40px;
  text-align: right;
  color: #000000;
}
@media (min-width: 768px) {
  .hero-card-witness .witness-top .witness-line1 {
    font-size: 52px;
    line-height: 53px;
  }
}
.hero-card-witness .witness-top .witness-line2 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 42px;
  text-align: right;
  color: #000000;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .hero-card-witness .witness-top .witness-line2 {
    font-size: 50px;
    line-height: 59px;
  }
}
.hero-card-witness .witness-top .witness-line2 .witness-arrow {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
}
.hero-card-witness .witness-italic {
  margin: 30px 0px;
  font-family: "Raleway";
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: right;
  color: #2776D9;
}
@media (min-width: 768px) {
  .hero-card-witness .witness-italic {
    margin: 40px 0px;
    font-size: 34px;
    line-height: 34px;
  }
}
.hero-card-witness .witness-cta {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 40px;
}
.hero-card-witness .witness-cta .btn-cta-hero {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #4AA1F9 0%, #054BB9 100%);
  border-radius: 7px;
  border: none;
  padding: 14px 32px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-card-witness .witness-cta .btn-cta-hero {
    font-size: 24px;
    line-height: 28px;
  }
}
.hero-card-witness .witness-cta .btn-cta-hero:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.hero-phone {
  position: relative;
  width: 100%;
  max-width: 340px;
  justify-self: center;
  z-index: 1;
  grid-area: phone;
}
@media (min-width: 768px) {
  .hero-phone {
    flex: 0 0 340px;
    align-self: flex-start;
  }
}
@media (min-width: 1024px) {
  .hero-phone {
    flex: 0 0 400px;
    max-width: 400px;
  }
}
.hero-phone img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.4) translateX(65px) translateY(60px);
}
@media (max-width: 768px) {
  .hero-phone img {
    transform: translateX(40px);
  }
}

.slogan {
  background: #fff;
}
.slogan .container {
  padding: 120px 20px;
}
@media (max-width: 768px) {
  .slogan .container {
    padding: 40px 20px;
  }
}
.slogan-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .slogan-content {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.slogan-left {
  flex: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .slogan-left {
    width: 100%;
    justify-content: center;
  }
}
.slogan-heading {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.slogan-heading--light {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 52px;
  line-height: 68px;
  color: #000000;
}
@media (min-width: 1024px) {
  .slogan-heading--light {
    font-size: 85px;
    line-height: 100px;
  }
}
@media (max-width: 768px) {
  .slogan-heading--light {
    font-size: 40px;
    line-height: 48px;
  }
}
.slogan-heading--bold {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 54px;
  line-height: 68px;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .slogan-heading--bold {
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .slogan-heading--bold {
    font-size: 87px;
    line-height: 102px;
  }
}
@media (max-width: 768px) {
  .slogan-heading--bold {
    font-size: 42px;
    line-height: 50px;
  }
}
.slogan-arrow {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .slogan-arrow {
    width: 47px;
    height: 47px;
  }
}
@media (max-width: 768px) {
  .slogan-arrow {
    width: 28px;
    height: 28px;
  }
}
.slogan-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .slogan-divider {
    padding: 0;
    width: 100%;
    height: 0px;
  }
  .slogan-divider .slogan-divider-line {
    transform: rotate(90deg);
    width: 4px;
    height: 197px;
  }
}
.slogan-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .slogan-right {
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
}
.slogan-text {
  font-family: "MADE TOMMY", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: #3B3B3B;
}
.slogan-text strong {
  font-weight: 700;
}
.slogan-text--regular {
  font-weight: 400;
}
@media (max-width: 768px) {
  .slogan-text {
    font-size: 18px;
    line-height: 26px;
  }
}

.btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #0B52BF;
  background: none;
  border: 1px solid #216ED3;
  border-radius: 7px;
  padding: 10px 24px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: fit-content;
}
.btn-learn-more:hover {
  background: rgba(11, 83, 194, 0.05);
}

.people {
  background: #fff;
}
.people .container {
  padding: 50px 20px;
}
@media (max-width: 768px) {
  .people .container {
    padding: 40px 20px;
  }
}
.people-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .people-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 80px;
  }
}
.people-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .people-images {
    flex: 0 0 40%;
    max-width: 420px;
  }
}
.people-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
}
.people-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.people-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.people-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}
@media (max-width: 768px) {
  .people-heading {
    align-items: flex-start;
  }
}
.people-heading--light {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 52px;
  line-height: 68px;
  color: #000000;
  align-self: flex-start;
}
@media (min-width: 1024px) {
  .people-heading--light {
    font-size: 85px;
    line-height: 100px;
  }
}
@media (max-width: 768px) {
  .people-heading--light {
    font-size: 40px;
    line-height: 48px;
  }
}
.people-heading--bold {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 54px;
  line-height: 68px;
  color: #000000;
  align-self: flex-end;
  margin-right: 40%;
}
@media (min-width: 1024px) {
  .people-heading--bold {
    font-size: 87px;
    line-height: 102px;
  }
}
@media (max-width: 768px) {
  .people-heading--bold {
    font-size: 42px;
    line-height: 50px;
    align-self: flex-start;
    margin-right: 0;
  }
}
.people-heading--arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: flex-end;
}
@media (max-width: 768px) {
  .people-heading--arrow {
    align-self: flex-start;
  }
}
.people-arrow {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .people-arrow {
    width: 47px;
    height: 47px;
  }
}
@media (max-width: 768px) {
  .people-arrow {
    width: 28px;
    height: 28px;
  }
}
.people-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: right;
}
@media (max-width: 768px) {
  .people-body {
    text-align: left;
  }
}
.people-subtitle {
  font-family: "MADE TOMMY", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 768px) {
  .people-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
.people-text {
  font-family: "MADE TOMMY", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #3B3B3B;
}
@media (max-width: 768px) {
  .people-text {
    font-size: 16px;
    line-height: 26px;
  }
}
.people .btn-learn-more {
  align-self: flex-end;
}
@media (max-width: 768px) {
  .people .btn-learn-more {
    align-self: flex-start;
  }
}

.capture-point {
  background: #fff;
}
.capture-point .container {
  padding: 50px 0px;
}
@media (max-width: 768px) {
  .capture-point .container {
    padding: 40px 20px;
  }
}
.capture-point-wrapper {
  position: relative;
  padding-left: 66px;
}
@media (max-width: 768px) {
  .capture-point-wrapper {
    padding-left: 0;
  }
}
.capture-point-badge {
  position: absolute;
  left: 0;
  top: 25%;
  transform: translateY(-50%);
  width: 133px;
  height: 133px;
  min-width: 133px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  z-index: 2;
}
.capture-point-badge img {
  width: 80px;
  height: auto;
}
@media (max-width: 768px) {
  .capture-point-badge {
    position: relative;
    left: auto;
    top: 19px;
    transform: none;
    width: 133px;
    height: 133px;
    margin-bottom: -40px;
    z-index: 2;
    min-width: 80px;
    left: 14px;
  }
  .capture-point-badge img {
    width: 95px;
  }
}
.capture-point-card {
  background: #DCE9FC;
  border-radius: 21px;
  position: relative;
  padding: 35px;
  padding-left: 80px;
}
@media (max-width: 768px) {
  .capture-point-card {
    padding: 50px 15px 15px;
  }
}
.capture-point-learn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #7A7A7A;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 3;
  transition: color 0.3s;
}
.capture-point-learn:hover {
  color: #555;
}
.capture-point-learn-arrow {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .capture-point-learn {
    position: absolute;
    top: 20px;
    right: 20px;
    align-self: flex-end;
    margin-bottom: 10px;
  }
}
.capture-point-heading {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  position: relative;
  top: -12px;
}
.capture-point-heading--light {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 62px;
  line-height: 73px;
  color: #000000;
}
@media (max-width: 768px) {
  .capture-point-heading--light {
    font-size: 32px;
    line-height: 40px;
    margin-top: 40px;
  }
}
.capture-point-heading--bold {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 62px;
  line-height: 73px;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 120px;
}
@media (max-width: 768px) {
  .capture-point-heading--bold {
    font-size: 30px;
    line-height: 42px;
    padding-left: 0;
  }
}
.capture-point-heading--italic {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 45px;
  line-height: 30px;
  color: #0042A7;
  text-align: right;
  padding-right: 15px;
  position: relative;
  top: 8px;
}
@media (max-width: 768px) {
  .capture-point-heading--italic {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    padding-right: 0;
  }
}
.capture-point-arrow {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .capture-point-arrow {
    width: 47px;
    height: 47px;
  }
}
@media (max-width: 768px) {
  .capture-point-arrow {
    width: 24px;
    height: 24px;
  }
}
.capture-point-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .capture-point-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}
.capture-point-bottom-left {
  display: flex;
  align-items: baseline;
  gap: 0;
  flex: 1;
}
.capture-point-line {
  flex: 1;
  height: 2px;
  background: #D9D9D9;
  align-self: flex-end;
  margin-bottom: 10px;
}
.capture-point-brand {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  text-align: right;
  color: #D9D9D9;
  white-space: nowrap;
  padding-left: 12px;
}
@media (max-width: 768px) {
  .capture-point-brand {
    font-size: 28px;
    line-height: 33px;
  }
}
.capture-point-cta {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  min-width: 230px;
  flex-shrink: 0;
  text-align: center;
  padding: 14px 32px;
}
@media (max-width: 768px) {
  .capture-point-cta {
    width: 100%;
    min-width: unset;
    font-size: 20px;
    line-height: 24px;
  }
}

.steps {
  background: #fff;
}
.steps .container {
  padding: 50px 0px;
}
@media (max-width: 768px) {
  .steps .container {
    padding: 40px 20px;
  }
}
.steps-heading {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .steps-heading {
    margin-bottom: 30px;
  }
}
.steps-heading--light {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 78px;
  line-height: 92px;
  color: #000000;
}
@media (max-width: 768px) {
  .steps-heading--light {
    font-size: 40px;
    line-height: 48px;
  }
}
.steps-heading--bold {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 78px;
  line-height: 92px;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .steps-heading--bold {
    font-size: 38px;
    line-height: 46px;
    padding-left: 0;
  }
}
.steps-arrow {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .steps-arrow {
    width: 47px;
    height: 47px;
  }
}
@media (max-width: 768px) {
  .steps-arrow {
    width: 28px;
    height: 28px;
  }
}
.steps-blocks {
  display: flex;
  gap: 40px;
  align-items: flex-end;
  padding: 0;
  min-height: 288px;
}
@media (max-width: 768px) {
  .steps-blocks {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
}
.steps-block {
  flex: 1;
  background: #DCE9FC;
  border-radius: 21px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: min-height 0.3s ease, background 0.3s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .steps-block {
    min-height: 180px;
  }
}
.steps-block-arrow {
  align-self: flex-end;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-bottom: 20px;
}
.steps-block-arrow path {
  transition: fill 0.3s ease;
}
.steps-block-text {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 30px;
  text-align: right;
  color: #000000;
}
.steps-block-text strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .steps-block-text {
    font-size: 22px;
    line-height: 26px;
  }
}
.steps-block-number {
  position: absolute;
  bottom: -5px;
  right: 25px;
  height: auto;
  opacity: 1;
}
.steps-block-number path {
  fill: #4BA4FB;
  transition: fill 0.3s ease;
}
.steps-block:hover {
  min-height: 288px;
  background: #E6E6E6;
}
@media (max-width: 768px) {
  .steps-block:hover {
    min-height: 288px;
  }
}
.steps-block:hover .steps-block-number path {
  fill: #A3A4A6;
}
.steps-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .steps-footer {
    justify-content: flex-start;
  }
}

.generation {
  background: #fff;
}
.generation .container {
  padding: 50px 0px;
}
@media (max-width: 768px) {
  .generation .container {
    padding: 40px 20px;
  }
}
.generation-heading {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 40px;
  text-align: right;
}
@media (max-width: 768px) {
  .generation-heading {
    text-align: left;
    margin-bottom: 30px;
  }
}
.generation-heading--bold {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 78px;
  line-height: 92px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .generation-heading--bold {
    font-size: 38px;
    line-height: 46px;
    justify-content: flex-start;
  }
}
.generation-heading--heavy {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 78px;
  line-height: 92px;
  color: #000000;
  padding-right: 140px;
}
@media (max-width: 768px) {
  .generation-heading--heavy {
    font-size: 38px;
    line-height: 46px;
    padding-right: 0;
  }
}
.generation-arrow {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .generation-arrow {
    width: 47px;
    height: 47px;
  }
}
@media (max-width: 768px) {
  .generation-arrow {
    width: 28px;
    height: 28px;
  }
}
.generation-content {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
@media (min-width: 768px) {
  .generation-content {
    flex-direction: row;
    align-items: flex-start;
  }
}
.generation-left {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.generation-feature {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.generation-feature-text {
  flex: 1;
  padding: 0 0 35px 0;
}
.generation-feature-line {
  width: 100%;
  height: 2px;
  background: #070707;
  margin-bottom: 20px;
}
.generation-feature-title {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-align: right;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .generation-feature-title {
    font-size: 26px;
    line-height: 32px;
    text-align: left;
  }
}
.generation-feature-desc {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-align: right;
  color: #3F3F3F;
  max-width: 585px;
  float: right;
}
@media (max-width: 768px) {
  .generation-feature-desc {
    text-align: left;
    font-size: 15px;
    line-height: 18px;
  }
}
.generation-feature-arrow {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .generation-feature-arrow {
    width: 24px;
    height: 24px;
    margin-top: 20px;
  }
}
.generation-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .generation-cta {
    justify-content: flex-end;
  }
}
.generation-cta-btn {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  padding: 14px 32px;
  min-width: 230px;
}
@media (max-width: 768px) {
  .generation-cta-btn {
    width: 100%;
    min-width: unset;
  }
}
.generation-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .generation-right {
    flex: 0 0 40%;
    max-width: 420px;
  }
}
@media (max-width: 768px) {
  .generation-right {
    justify-content: center;
  }
}
.generation-phone {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  right: -30px;
  transform: scale(1.2) translateX(22px);
  transform-origin: 10% 30%;
}
@media (max-width: 768px) {
  .generation-phone {
    right: 0;
    max-width: 280px;
    transform: scale(1) translateX(0px);
    transform-origin: 0;
  }
}

.video-section {
  background: #fff;
}
.video-section .container {
  padding: 50px 0px;
}
@media (max-width: 768px) {
  .video-section .container {
    padding: 40px 20px;
  }
}
.video-section-card {
  background: #DCE9FC;
  border-radius: 11px;
  padding: 51px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .video-section-card {
    padding: 30px 20px 70px;
  }
}
.video-section-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 768px) {
  .video-section-content {
    flex-direction: row;
    align-items: center;
  }
}
.video-section-player {
  position: relative;
  flex: 0 0 auto;
  max-width: 570px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .video-section-player {
    max-width: 100%;
  }
}
.video-section-thumbnail {
  width: 100%;
  height: auto;
  display: block;
}
.video-section-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.video-section-play img {
  width: 134px;
  height: 134px;
}
@media (max-width: 768px) {
  .video-section-play img {
    width: 80px;
    height: 80px;
  }
}
.video-section-play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.video-section-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.video-section-title {
  font-family: "MADE TOMMY", sans-serif;
  font-style: normal;
  font-weight: 250;
  font-size: 48px;
  line-height: 59px;
  color: #0D56C4;
}
.video-section-title strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .video-section-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.video-section-desc {
  font-family: "MADE TOMMY", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #3B3B3B;
}
.video-section-desc strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .video-section-desc {
    font-size: 15px;
    line-height: 24px;
  }
}
.video-section-arrow {
  position: absolute;
  bottom: 26px;
  right: 26px;
  width: 30px;
  height: 30px;
}

.why-it-matters {
  background: #fff;
}
.why-it-matters .container {
  padding: 50px 0px;
}
@media (max-width: 768px) {
  .why-it-matters .container {
    padding: 40px 20px;
  }
}
.why-it-matters-heading {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 30px;
}
.why-it-matters-heading--light {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 78px;
  line-height: 92px;
  color: #000000;
}
@media (max-width: 768px) {
  .why-it-matters-heading--light {
    font-size: 40px;
    line-height: 48px;
  }
}
.why-it-matters-heading--bold {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 78px;
  line-height: 92px;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .why-it-matters-heading--bold {
    font-size: 38px;
    line-height: 46px;
    padding-left: 0;
  }
}
.why-it-matters-arrow {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .why-it-matters-arrow {
    width: 47px;
    height: 47px;
  }
}
@media (max-width: 768px) {
  .why-it-matters-arrow {
    width: 28px;
    height: 28px;
  }
}
.why-it-matters-body {
  width: 100%;
}
.why-it-matters-subtitle {
  font-family: "MADE TOMMY", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .why-it-matters-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
.why-it-matters-text {
  font-family: "MADE TOMMY", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #3B3B3B;
}
.why-it-matters-text strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .why-it-matters-text {
    font-size: 16px;
    line-height: 26px;
  }
}

.promo {
  background: #fff;
}
.promo .container {
  padding: 50px 0px;
}
@media (max-width: 768px) {
  .promo .container {
    padding: 40px 20px;
  }
}
.promo-layout {
  position: relative;
  min-height: 500px;
}
@media (max-width: 768px) {
  .promo-layout {
    min-height: auto;
  }
}
.promo-phone {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-phone img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
@media (max-width: 768px) {
  .promo-phone {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  .promo-phone img {
    max-width: 320px;
    margin: 0 auto;
    display: block;
  }
}
.promo-text {
  position: relative;
  margin-left: 35%;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .promo-text {
    margin-left: 0;
    padding-top: 0;
  }
}
.promo-text--top {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100;
  font-size: 48px;
  line-height: 56px;
  text-align: right;
  color: #000000;
  text-align: right;
  color: #000000;
  transform: translateX(-45%);
}
.promo-text--top strong {
  font-weight: 500;
}
@media (max-width: 768px) {
  .promo-text--top {
    font-size: 28px;
    line-height: 34px;
    text-align: left;
    transform: translateX(0%);
  }
}
.promo-text--mid {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 48px;
  line-height: 56px;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin-top: 5px;
  left: -20px;
  position: relative;
}
.promo-text--mid .desc {
  max-width: calc(100% - 80px);
}
@media (max-width: 768px) {
  .promo-text--mid {
    font-size: 28px;
    line-height: 34px;
    left: 0px;
  }
}
.promo-text--italic {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 52px;
  line-height: 61px;
  color: #000000;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .promo-text--italic {
    font-size: 30px;
    line-height: 38px;
  }
}
.promo-text-arrow {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .promo-text-arrow {
    width: 47px;
    height: 47px;
  }
}
@media (max-width: 768px) {
  .promo-text-arrow {
    width: 28px;
    height: 28px;
    margin-top: 4px;
  }
}
.promo-cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .promo-cta {
    margin-top: 20px;
  }
}
.promo-cta-btn {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  padding: 14px 32px;
  min-width: 230px;
}
@media (max-width: 768px) {
  .promo-cta-btn {
    width: 100%;
    min-width: unset;
  }
}

.subfooter {
  background: #DCE9FC;
}
.subfooter .container {
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .subfooter .container {
    padding: 40px 20px;
  }
}
.subfooter-title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 200;
  font-size: 59px;
  line-height: 69px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .subfooter-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.subfooter-desc {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 31px;
  text-align: center;
  color: #000000;
  max-width: 926px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .subfooter-desc {
    font-size: 15px;
    line-height: 24px;
  }
}
.subfooter-btn {
  font-family: "MADE TOMMY", sans-serif;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  border: 1.5px solid #0A1E3D;
  border-radius: 9px;
  padding: 12px 36px;
  text-decoration: none;
  transition: all 0.3s;
}
.subfooter-btn:hover {
  background: #0A1E3D;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .subfooter-btn {
    width: 100%;
    text-align: center;
  }
}

.footer-bar {
  width: 100%;
  height: 17px;
  background: #000C1F;
}
.footer-main {
  background: #001E4E;
  padding: 60px 0 50px;
}
.footer-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .footer-content {
    flex-direction: row;
    gap: 60px;
  }
}
.footer-logo {
  flex-shrink: 0;
}
.footer-logo svg {
  width: 120px;
  height: auto;
}
@media (min-width: 1024px) {
  .footer-logo svg {
    width: 140px;
  }
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
  flex: 1;
}
@media (min-width: 768px) {
  .footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer-links {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
}
.footer-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-column-title {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  .footer-column-title {
    font-size: 20px;
  }
}
.footer-column-link {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.3s;
}
.footer-column-link:hover {
  color: #fff;
}
@media (min-width: 1024px) {
  .footer-column-link {
    font-size: 16px;
  }
}
.footer-copyright {
  background: #000C1F;
  min-height: 90px;
  display: flex;
  align-items: center;
}
.footer-copyright > .container {
  width: 100%;
}
.footer-copyright-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .footer-copyright-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 34px;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.footer-social a:hover {
  opacity: 0.7;
}
.footer-social svg {
  width: 36px;
  height: 36px;
}
@media (min-width: 1024px) {
  .footer-social svg {
    width: 42px;
    height: 42px;
  }
}
.footer-copyright-text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #585858;
}
@media (min-width: 1024px) {
  .footer-copyright-text {
    font-size: 18px;
  }
}

.trial-options {
  padding: 60px 0 80px;
}
.trial-options-heading {
  text-align: center;
  margin-bottom: 40px;
}
.trial-options-heading--light {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 36px;
  line-height: 1.2;
  color: #000000;
}
@media (min-width: 768px) {
  .trial-options-heading--light {
    font-size: 58px;
    line-height: 68px;
  }
}
.trial-options-heading--bold {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.2;
  color: #000000;
}
@media (min-width: 768px) {
  .trial-options-heading--bold {
    font-size: 58px;
    line-height: 68px;
  }
}
.trial-options-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.trial-options-tab {
  min-width: 180px;
  padding: 12px 28px;
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .trial-options-tab {
    min-width: 225px;
    font-size: 26px;
    line-height: 32px;
  }
}
.trial-options-tab-arrow {
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.trial-options-tab:first-child {
  border-radius: 7px 0 0 7px;
}
.trial-options-tab:last-child {
  border-radius: 0 7px 7px 0;
}
.trial-options-tab.active {
  background: #3084E4;
  color: #F7F9FE;
}
.trial-options-tab.active .trial-options-tab-arrow {
  opacity: 1;
}
.trial-options-tab:not(.active) {
  background: #ABABAB;
  color: #6C6C6C;
}
.trial-options-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .trial-options-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .trial-options-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.trial-options-card {
  background: linear-gradient(180deg, #E9F0FB 0%, #D4E5FC 100%);
  border-radius: 15px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
}
.trial-options-card-header {
  margin-bottom: 10px;
}
.trial-options-card-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
}
.trial-options-card-title svg {
  flex-shrink: 0;
}
.trial-options-card-pricing {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 6px;
}
.trial-options-card-price {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 56px;
  color: #0B53C2;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .trial-options-card-price {
    font-size: 56px;
    line-height: 70px;
  }
}
.trial-options-card-period {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}
.trial-options-card-trial {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #616161;
  margin-bottom: 20px;
}
.trial-options-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #0B53C2;
  border-radius: 7px;
  padding: 12px 24px;
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s;
  margin-bottom: 24px;
}
.trial-options-card-btn svg {
  flex-shrink: 0;
}
.trial-options-card-btn:hover {
  opacity: 0.9;
}
.trial-options-card-btn--bottom {
  margin-top: auto;
  margin-bottom: 0;
}
.trial-options-card-features {
  margin-bottom: 0;
}
.trial-options-card-label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #616161;
  margin-bottom: 10px;
  margin-top: 16px;
}
.trial-options-card-label:first-child {
  margin-top: 0;
}
.trial-options-card-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #2D2D2D;
  margin-bottom: 8px;
}
.trial-options-card-item svg {
  flex-shrink: 0;
}
.trial-options-card-compare {
  /* Compare Features */
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  /* identical to box height */
  color: #0B53C2;
  text-decoration: none;
  padding: 30px 0;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  display: block;
  margin-bottom: 24px;
}

.faq {
  padding: 80px 0;
}
.faq-wrapper {
  background: #F3F2F2;
  border-radius: 15px;
  padding: 30px 24px;
}
@media (min-width: 768px) {
  .faq-wrapper {
    padding: 45px 60px;
  }
}
@media (min-width: 1024px) {
  .faq-wrapper {
    padding: 45px 90px;
  }
}
.faq-heading {
  margin-bottom: 40px;
}
.faq-heading--light {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 64px;
  line-height: 1.2;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .faq-heading--light {
    font-size: 48px;
    line-height: 56px;
  }
}
.faq-heading--bold {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 64px;
  line-height: 1.2;
  color: #000000;
  display: block;
}
@media (max-width: 768px) {
  .faq-heading--bold {
    font-size: 48px;
    line-height: 56px;
  }
}
.faq-heading-arrow {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .faq-heading-arrow {
    width: 47px;
    height: 47px;
  }
}
.faq-list {
  margin-bottom: 40px;
}
.faq-item {
  border-bottom: 1px solid #D9D9D9;
}
.faq-item-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.faq-item-question {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
@media (min-width: 768px) {
  .faq-item-question {
    font-size: 18px;
    line-height: 24px;
  }
}
.faq-item-icon {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  transform: rotate(-45deg);
}
.faq-item-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.faq-item-answer p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #616161;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .faq-item-answer p {
    font-size: 16px;
    line-height: 24px;
  }
}
.faq-item.active .faq-item-icon {
  transform: rotate(0deg);
}
.faq-item.active .faq-item-answer {
  max-height: 500px;
}
.faq-see-all {
  display: inline-block;
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  background: #0B53C2;
  border-radius: 7px;
  padding: 14px 28px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 420px;
  transition: opacity 0.3s;
}
.faq-see-all:hover {
  opacity: 0.9;
}

.hiw-header {
  padding-top: 60px;
  padding-bottom: 40px;
}
.hiw-header-heading {
  margin-bottom: 40px;
}
.hiw-header-heading__light {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-header-heading__light {
    font-size: 78px;
    line-height: 92px;
  }
}
.hiw-header-heading__bold {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .hiw-header-heading__bold {
    font-size: 78px;
    line-height: 92px;
    padding-left: 80px;
  }
}
.hiw-header-heading__bold svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .hiw-header-heading__bold svg {
    width: 51px;
    height: 51px;
  }
}
.hiw-header-body {
  max-width: 835px;
  padding-right: 0;
  border-right: none;
}
@media (min-width: 768px) {
  .hiw-header-body {
    padding-right: 44px;
    border-right: 4px solid #D9D9D9;
  }
}
.hiw-header-body__subtitle {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .hiw-header-body__subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}
.hiw-header-body__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .hiw-header-body__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.hiw-header-body__text strong {
  font-weight: 700;
}

.hiw-usp {
  padding: 60px 0 80px;
}
.hiw-usp-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .hiw-usp-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
  }
}
.hiw-usp-phone {
  flex: 0 0 280px;
  max-width: 280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hiw-usp-phone {
    flex: 0 0 340px;
    max-width: 340px;
    margin: 0;
  }
}
.hiw-usp-phone img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .hiw-usp-phone img {
    transform: scale(1.7);
    transform-origin: 20% top;
  }
}
.hiw-usp-right {
  flex: 1;
}
@media (min-width: 768px) {
  .hiw-usp-right {
    transform: translateX(-30px);
  }
}
.hiw-usp-heading {
  margin-bottom: 20px;
}
.hiw-usp-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-usp-heading__light {
    font-size: 48px;
    line-height: 56px;
  }
}
.hiw-usp-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .hiw-usp-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
.hiw-usp-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-usp-heading__bold {
    font-size: 48px;
    line-height: 72px;
    padding-left: 10%;
  }
}
@media (min-width: 768px) {
  .hiw-usp-heading__arrow-line {
    padding-left: 195px;
  }
}
.hiw-usp-desc {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}
.hiw-usp-desc strong {
  color: #0042A7;
}
@media (min-width: 768px) {
  .hiw-usp-desc {
    font-size: 21px;
    line-height: 28px;
    padding-left: 10%;
  }
}
.hiw-usp-desc strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .hiw-usp-features {
    padding-left: 20%;
  }
}
.hiw-usp-group {
  margin-bottom: 24px;
}
.hiw-usp-group__label {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  color: #0042A7;
}
@media (min-width: 768px) {
  .hiw-usp-group__label {
    font-size: 18px;
    line-height: 30px;
  }
}
.hiw-usp-group__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hiw-usp-group__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .hiw-usp-group__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.hiw-usp-group__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.hiw-steps {
  padding: 20px 0;
}
.hiw-steps-heading {
  margin-bottom: 50px;
}
.hiw-steps-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-steps-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.hiw-steps-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-steps-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.hiw-steps-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .hiw-steps-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .hiw-steps-heading__arrow-line {
    padding-left: 7%;
  }
}
.hiw-steps-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hiw-steps-item {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .hiw-steps-item {
    gap: 0px;
  }
}
.hiw-steps-item__number {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 250;
  font-size: 28px;
  line-height: 30px;
  color: #C3C3C3;
  flex-shrink: 0;
  min-width: 40px;
}
@media (min-width: 768px) {
  .hiw-steps-item__number {
    font-size: 36px;
    line-height: 30px;
    min-width: 50px;
  }
}
.hiw-steps-item__body {
  flex: 1;
}
.hiw-steps-item__title {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .hiw-steps-item__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.hiw-steps-item__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .hiw-steps-item__text {
    font-size: 16px;
    line-height: 28px;
  }
}

.hiw-sessions {
  padding: 40px 0;
}
.hiw-sessions-heading {
  margin-bottom: 30px;
}
.hiw-sessions-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-sessions-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.hiw-sessions-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-sessions-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.hiw-sessions-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .hiw-sessions-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .hiw-sessions-heading__arrow-line {
    padding-left: 5%;
  }
}
.hiw-sessions-desc {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hiw-sessions-desc {
    padding-left: 8%;
  }
}
.hiw-sessions-desc p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-sessions-desc p {
    font-size: 21px;
    line-height: 28px;
  }
}
.hiw-sessions-desc p strong {
  font-weight: 700;
  color: #0042A7;
}
.hiw-sessions-indent-a {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hiw-sessions-indent-a {
    padding-left: 13%;
  }
}
.hiw-sessions-indent-b {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hiw-sessions-indent-b {
    padding-left: 35%;
  }
}
.hiw-sessions-indent-b-inner {
  padding-left: 20px;
  border-left: 4px solid #D9D9D9;
}
.hiw-sessions-label {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .hiw-sessions-label {
    font-size: 20px;
    line-height: 30px;
  }
}
.hiw-sessions-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .hiw-sessions-list {
    padding-left: 35px;
  }
}
.hiw-sessions-list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .hiw-sessions-list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.hiw-sessions-list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}
.hiw-sessions-text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .hiw-sessions-text {
    font-size: 16px;
    line-height: 28px;
    padding-left: 20px;
    max-width: 650px;
  }
}
.hiw-sessions-text strong {
  font-weight: 700;
  color: #0042A7;
}

.hiw-verification {
  padding: 20px 0;
}
.hiw-verification-heading {
  margin-bottom: 24px;
}
.hiw-verification-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-verification-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.hiw-verification-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-verification-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.hiw-verification-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .hiw-verification-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .hiw-verification-heading__arrow-line {
    padding-left: 25%;
  }
}
@media (min-width: 768px) {
  .hiw-verification-desc {
    padding-left: 8%;
  }
}
.hiw-verification-desc p {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  /* or 110% */
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-verification-desc p {
    font-size: 21px;
    line-height: 28px;
  }
}
.hiw-verification-desc p strong {
  font-weight: 700;
  color: #0042A7;
}

.hiw-real-content {
  padding: 50px 0;
}
.hiw-real-content-heading {
  margin-bottom: 24px;
}
.hiw-real-content-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-real-content-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.hiw-real-content-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-real-content-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.hiw-real-content-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .hiw-real-content-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .hiw-real-content-heading__arrow-line {
    padding-left: 5%;
  }
}
@media (min-width: 768px) {
  .hiw-real-content-desc {
    padding-left: 8%;
  }
}
.hiw-real-content-desc p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .hiw-real-content-desc p {
    font-size: 21px;
    line-height: 28px;
  }
}
.hiw-real-content-desc p strong {
  font-weight: 700;
  color: #0042A7;
}

.hiw-safety {
  padding: 20px 0;
}
.hiw-safety-heading {
  margin-bottom: 40px;
  text-align: center;
}
.hiw-safety-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-safety-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.hiw-safety-heading__light {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-safety-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.hiw-safety-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .hiw-safety-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .hiw-safety-heading__arrow-line {
    padding-left: 38%;
  }
}
.hiw-safety-features {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 50px;
  border-left: 4px solid #D9D9D9;
}
@media (min-width: 768px) {
  .hiw-safety-features {
    margin-left: 28%;
  }
}
.hiw-safety-feature__title {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .hiw-safety-feature__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.hiw-safety-feature__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .hiw-safety-feature__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.hiw-safety-feature__text strong {
  font-weight: 700;
}

.hiw-stories {
  padding: 80px 0;
}
.hiw-stories-heading {
  margin-bottom: 40px;
}
.hiw-stories-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-stories-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.hiw-stories-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-stories-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.hiw-stories-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .hiw-stories-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .hiw-stories-heading__arrow-line {
    padding-left: 7%;
  }
}
.hiw-stories-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .hiw-stories-list {
    padding-left: 7%;
  }
}
.hiw-stories-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.hiw-stories-item__arrow {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 5px;
}
.hiw-stories-item__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-stories-item__text {
    font-size: 21px;
    line-height: 28px;
  }
}
.hiw-stories-item__text strong {
  font-weight: 700;
}
.hiw-stories-item__name {
  color: #0B53C2;
  font-weight: 700;
}
@media (min-width: 768px) {
  .hiw-stories-item {
    max-width: 900px;
  }
}

.hiw-closing {
  padding: 20px 0;
  padding-bottom: 100px;
}
.hiw-closing-heading {
  margin-bottom: 30px;
}
.hiw-closing-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-closing-heading__bold {
    font-size: 48px;
    line-height: 50px;
    padding-left: 15%;
  }
}
.hiw-closing-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .hiw-closing-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.hiw-closing-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .hiw-closing-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .hiw-closing-heading__arrow-line {
    padding-left: 5%;
    padding-left: 16%;
  }
}
.hiw-closing-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 100%;
  padding-left: 20px;
  border-left: 4px solid #D9D9D9;
}
@media (min-width: 768px) {
  .hiw-closing-content {
    padding-left: 138px;
    padding-left: 30px;
    margin-left: 19%;
  }
}
.hiw-closing-block__title {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .hiw-closing-block__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.hiw-closing-block__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .hiw-closing-block__text {
    font-size: 21px;
    line-height: 28px;
  }
}
.hiw-closing-block__text strong {
  font-weight: 700;
  color: #0042A7;
}

.about-header {
  padding-top: 60px;
  padding-bottom: 40px;
}
.about-header-heading {
  margin-bottom: 40px;
}
.about-header-heading__light {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
}
@media (min-width: 768px) {
  .about-header-heading__light {
    font-size: 78px;
    line-height: 92px;
  }
}
.about-header-heading__bold {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .about-header-heading__bold {
    font-size: 78px;
    line-height: 92px;
    padding-left: 80px;
  }
}
.about-header-heading__bold svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .about-header-heading__bold svg {
    width: 51px;
    height: 51px;
  }
}
.about-header-body {
  max-width: 835px;
  padding-right: 0;
  border-right: none;
}
@media (min-width: 768px) {
  .about-header-body {
    padding-right: 44px;
    border-right: 4px solid #D9D9D9;
  }
}
.about-header-body__subtitle {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .about-header-body__subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}
.about-header-body__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .about-header-body__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.about-header-body__text strong {
  font-weight: 700;
}
.about-header-body__text--spaced {
  margin-top: 16px;
}

.about-responsibility {
  padding: 50px 0;
}
.about-responsibility-heading {
  margin-bottom: 30px;
}
.about-responsibility-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .about-responsibility-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.about-responsibility-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .about-responsibility-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.about-responsibility-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .about-responsibility-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .about-responsibility-heading__arrow-line {
    padding-left: 5%;
  }
}
@media (min-width: 768px) {
  .about-responsibility-desc {
    padding-left: 8%;
  }
}
.about-responsibility-desc-inner {
  padding-left: 20px;
  border-left: 4px solid #D9D9D9;
}
.about-responsibility-desc-inner p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .about-responsibility-desc-inner p {
    font-size: 16px;
    line-height: 28px;
  }
}
.about-responsibility-desc-inner p:last-child {
  margin-bottom: 0;
}
.about-responsibility-desc-inner p strong {
  font-weight: 700;
  color: #0042A7;
}
@media (min-width: 768px) {
  .about-responsibility-desc-inner {
    max-width: 900px;
  }
}

.about-world {
  padding: 50px 0;
}
.about-world-heading {
  margin-bottom: 20px;
}
.about-world-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .about-world-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.about-world-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .about-world-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.about-world-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .about-world-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .about-world-heading__arrow-line {
    padding-left: 7%;
  }
}
.about-world-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .about-world-desc {
    padding-left: 8%;
  }
}
.about-world-desc p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .about-world-desc p {
    font-size: 21px;
    line-height: 28px;
  }
}
.about-world-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .about-world-list {
    padding-left: 10%;
  }
}
.about-world-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.about-world-item__arrow {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 5px;
}
.about-world-item__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
}
@media (min-width: 768px) {
  .about-world-item__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.about-world-item__text strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .about-world-closing {
    padding-left: 8%;
  }
}
.about-world-closing p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .about-world-closing p {
    font-size: 16px;
    line-height: 28px;
  }
}

.about-why {
  padding: 50px 0;
}
.about-why-heading {
  margin-bottom: 24px;
}
.about-why-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .about-why-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.about-why-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .about-why-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.about-why-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .about-why-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .about-why-heading__arrow-line {
    padding-left: 25%;
  }
}
@media (min-width: 768px) {
  .about-why-list-wrap {
    padding-left: 25%;
  }
}
.about-why-list-inner {
  padding-left: 20px;
  border-left: 4px solid #D9D9D9;
}
.about-why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .about-why-list {
    padding-left: 0px;
  }
}
.about-why-list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .about-why-list li {
    font-size: 21px;
    line-height: 28px;
  }
}
.about-why-list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.about-commitment {
  padding: 50px 0;
}
.about-commitment-heading {
  margin-bottom: 50px;
}
.about-commitment-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .about-commitment-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.about-commitment-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .about-commitment-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.about-commitment-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .about-commitment-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .about-commitment-heading__arrow-line {
    padding-left: 5%;
  }
}
.about-commitment-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about-commitment-item {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  padding-left: 35px;
  max-width: 900px;
}
@media (min-width: 768px) {
  .about-commitment-item {
    padding-left: 92px;
  }
}
.about-commitment-item__number {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 250;
  font-size: 28px;
  line-height: 30px;
  color: #C3C3C3;
  flex-shrink: 0;
  min-width: 40px;
}
@media (min-width: 768px) {
  .about-commitment-item__number {
    font-size: 36px;
    line-height: 30px;
    min-width: 50px;
  }
}
.about-commitment-item__body {
  flex: 1;
}
.about-commitment-item__title {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
  margin-bottom: 6px;
}
.about-commitment-item__title u {
  text-decoration: none;
}
@media (min-width: 768px) {
  .about-commitment-item__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.about-commitment-item__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .about-commitment-item__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.about-commitment-item__text strong {
  font-weight: 700;
  color: #0042A7;
}
@media (max-width: 768px) {
  .about-commitment-item {
    max-width: 800px;
  }
}

.about-purpose {
  padding: 30px 0;
}
.about-purpose-heading {
  margin-bottom: 24px;
}
.about-purpose-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .about-purpose-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.about-purpose-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .about-purpose-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.about-purpose-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .about-purpose-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .about-purpose-heading__arrow-line {
    padding-left: 11%;
  }
}
@media (min-width: 768px) {
  .about-purpose-desc {
    padding-left: 11%;
    max-width: 900px;
  }
}
.about-purpose-desc p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .about-purpose-desc p {
    font-size: 16px;
    line-height: 28px;
  }
}
.about-purpose-desc p strong {
  font-weight: 700;
  color: #0042A7;
}

.about-vision {
  padding: 50px 0;
}
.about-vision-heading {
  margin-bottom: 24px;
}
.about-vision-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .about-vision-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.about-vision-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .about-vision-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.about-vision-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .about-vision-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .about-vision-heading__arrow-line {
    padding-left: 11%;
  }
}
.about-vision-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .about-vision-desc {
    padding-left: 11%;
  }
}
.about-vision-desc p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .about-vision-desc p {
    font-size: 21px;
    line-height: 28px;
  }
}
.about-vision-desc p strong {
  font-weight: 700;
  color: #0042A7;
}
@media (min-width: 768px) {
  .about-vision-indent {
    padding-left: 11%;
  }
}
.about-vision-label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .about-vision-label {
    font-size: 21px;
    line-height: 28px;
  }
}
.about-vision-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .about-vision-list {
    padding-left: 35px;
  }
}
.about-vision-list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .about-vision-list li {
    font-size: 21px;
    line-height: 28px;
  }
}
.about-vision-list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}
.about-vision-closing {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-top: 12px;
  margin-top: 21px;
}
@media (min-width: 768px) {
  .about-vision-closing {
    font-size: 21px;
    line-height: 28px;
  }
}

.about-mission {
  padding: 50px 0;
  padding-bottom: 100px;
}
.about-mission-heading {
  margin-bottom: 24px;
}
.about-mission-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .about-mission-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.about-mission-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .about-mission-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.about-mission-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .about-mission-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .about-mission-heading__arrow-line {
    padding-left: 11%;
  }
}
.about-mission-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .about-mission-desc {
    padding-left: 11%;
  }
}
.about-mission-desc p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .about-mission-desc p {
    font-size: 21px;
    line-height: 28px;
  }
}
.about-mission-desc p strong {
  font-weight: 700;
  color: #0042A7;
}
@media (min-width: 768px) {
  .about-mission-indent {
    padding-left: 11%;
  }
}
.about-mission-label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .about-mission-label {
    font-size: 21px;
    line-height: 28px;
  }
}
.about-mission-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .about-mission-list {
    padding-left: 35px;
  }
}
.about-mission-list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .about-mission-list li {
    font-size: 21px;
    line-height: 28px;
  }
}
.about-mission-list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}
.about-mission-list li strong {
  font-weight: 700;
  color: #0042A7;
}
.about-mission-closing {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .about-mission-closing {
    font-size: 21px;
    line-height: 28px;
  }
}

.wca-header {
  padding-top: 60px;
  padding-bottom: 40px;
}
.wca-header-heading {
  margin-bottom: 40px;
}
.wca-header-heading__light {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
}
@media (min-width: 768px) {
  .wca-header-heading__light {
    font-size: 78px;
    line-height: 92px;
  }
}
.wca-header-heading__bold {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .wca-header-heading__bold {
    font-size: 78px;
    line-height: 92px;
    padding-left: 80px;
  }
}
.wca-header-heading__bold svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .wca-header-heading__bold svg {
    width: 51px;
    height: 51px;
  }
}
.wca-header-body {
  max-width: 835px;
  padding-right: 0;
  border-right: none;
}
@media (min-width: 768px) {
  .wca-header-body {
    padding-right: 44px;
    border-right: 4px solid #D9D9D9;
  }
}
.wca-header-body__subtitle {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .wca-header-body__subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}
.wca-header-body__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .wca-header-body__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.wca-header-body__text strong {
  font-weight: 700;
}

.wca-problem {
  padding: 30px 0;
}
.wca-problem-heading {
  margin-bottom: 24px;
}
.wca-problem-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .wca-problem-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.wca-problem-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .wca-problem-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.wca-problem-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .wca-problem-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .wca-problem-heading__arrow-line {
    padding-left: 12%;
  }
}
.wca-problem-bordered {
  margin-bottom: 24px;
  padding-left: 20px;
  border-left: 4px solid #D9D9D9;
}
@media (min-width: 768px) {
  .wca-problem-bordered {
    margin-left: 10%;
  }
}
.wca-problem-bordered__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .wca-problem-bordered__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.wca-problem-bordered__text:last-child {
  margin-bottom: 0;
}
.wca-problem-bordered__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  padding-left: 10px;
}
.wca-problem-bordered__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .wca-problem-bordered__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.wca-problem-bordered__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.wca-means {
  padding: 30px 0;
}
.wca-means-heading {
  margin-bottom: 24px;
}
.wca-means-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .wca-means-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.wca-means-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .wca-means-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.wca-means-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .wca-means-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .wca-means-heading__arrow-line {
    padding-left: 19%;
  }
}
.wca-means-desc {
  margin-bottom: 0%;
}
@media (min-width: 768px) {
  .wca-means-desc {
    padding-left: 8%;
  }
}
.wca-means-desc p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .wca-means-desc p {
    font-size: 16px;
    line-height: 28px;
  }
}
.wca-means-desc p strong {
  font-weight: 700;
  color: #0042A7;
}
.wca-means-indent {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .wca-means-indent {
    padding-left: 8%;
  }
}
.wca-means-label-bold {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .wca-means-label-bold {
    font-size: 18px;
    line-height: 30px;
  }
}
.wca-means-arrows {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wca-means-arrows {
    padding-left: 13%;
  }
}
.wca-means-arrow-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.wca-means-arrow-item__arrow {
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  margin-top: 5px;
}
.wca-means-arrow-item__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
@media (min-width: 768px) {
  .wca-means-arrow-item__text {
    font-size: 18px;
    line-height: 28px;
  }
}
.wca-means-arrow-item__text strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .wca-means-bullets-wrap {
    padding-left: 8%;
  }
}
.wca-means-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .wca-means-bullets {
    padding-left: 35px;
  }
}
.wca-means-bullets li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .wca-means-bullets li {
    font-size: 16px;
    line-height: 28px;
  }
}
.wca-means-bullets li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.wca-orgs {
  padding: 30px 0;
}
.wca-orgs-heading {
  margin-bottom: 24px;
}
.wca-orgs-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .wca-orgs-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.wca-orgs-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .wca-orgs-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.wca-orgs-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .wca-orgs-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .wca-orgs-heading__arrow-line {
    padding-left: 7%;
  }
}
.wca-orgs-content {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .wca-orgs-content {
    padding-left: 8%;
  }
}
.wca-orgs-content__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .wca-orgs-content__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.wca-orgs-content__text:last-child {
  margin-bottom: 0;
}
.wca-orgs-content__label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .wca-orgs-content__label {
    font-size: 16px;
    line-height: 28px;
  }
}
.wca-orgs-content__list {
  border-left: 4px solid #D9D9D9;
  padding-left: 20px;
  list-style: none;
  padding-top: 0;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .wca-orgs-content__list {
    margin-left: 4%;
  }
}
.wca-orgs-content__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .wca-orgs-content__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.wca-orgs-content__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.wca-built {
  padding: 20px 0;
}
.wca-built-heading {
  margin-bottom: 24px;
}
.wca-built-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .wca-built-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.wca-built-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .wca-built-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.wca-built-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .wca-built-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .wca-built-heading__arrow-line {
    padding-left: 7.5%;
  }
}
.wca-built-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .wca-built-desc {
    padding-left: 8%;
  }
}
.wca-built-desc p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .wca-built-desc p {
    font-size: 16px;
    line-height: 28px;
  }
}
.wca-built-desc p strong {
  font-weight: 700;
  color: #0042A7;
}
.wca-built-desc--after {
  margin-top: 24px;
}
.wca-built-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wca-built-label {
    padding-left: 6%;
  }
}
.wca-built-label svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.wca-built-label span {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
}
@media (min-width: 768px) {
  .wca-built-label span {
    font-size: 20px;
    line-height: 30px;
  }
}
.wca-built-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wca-built-items {
    padding-left: 8%;
  }
}
.wca-built-item__title {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .wca-built-item__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.wca-built-item__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .wca-built-item__text {
    font-size: 16px;
    line-height: 28px;
  }
}

.wca-benefits {
  padding: 30px 0;
}
.wca-benefits-heading {
  margin-bottom: 40px;
}
.wca-benefits-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .wca-benefits-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.wca-benefits-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .wca-benefits-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.wca-benefits-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .wca-benefits-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .wca-benefits-heading__arrow-line {
    padding-left: 17%;
  }
}
.wca-benefits-steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .wca-benefits-steps {
    padding-left: 17%;
  }
}
.wca-benefits-step {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.wca-benefits-step__number {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #C3C3C3;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .wca-benefits-step__number {
    font-size: 36px;
    line-height: 40px;
  }
}
.wca-benefits-step__content {
  flex: 1;
  padding-top: 4px;
}
.wca-benefits-step__title {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  color: #0042A7;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .wca-benefits-step__title {
    font-size: 21px;
    line-height: 28px;
  }
}
.wca-benefits-step__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .wca-benefits-step__text {
    font-size: 16px;
    line-height: 28px;
  }
}

.wca-impact {
  padding: 20px 0;
}
.wca-impact-heading {
  margin-bottom: 24px;
}
.wca-impact-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .wca-impact-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.wca-impact-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .wca-impact-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.wca-impact-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .wca-impact-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .wca-impact-heading__arrow-line {
    padding-left: 5%;
  }
}
.wca-impact-bordered {
  margin-bottom: 24px;
  padding-left: 20px;
  border-left: 4px solid #D9D9D9;
}
@media (min-width: 768px) {
  .wca-impact-bordered {
    margin-left: 8%;
  }
}
.wca-impact-bordered__intro {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .wca-impact-bordered__intro {
    font-size: 16px;
    line-height: 28px;
  }
}
.wca-impact-bordered__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  padding-left: 10px;
}
.wca-impact-bordered__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .wca-impact-bordered__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.wca-impact-bordered__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}
.wca-impact-bordered__list li strong {
  font-weight: 700;
}
.wca-impact-bordered__closing {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .wca-impact-bordered__closing {
    font-size: 16px;
    line-height: 28px;
  }
}

.wca-closing {
  padding: 20px 0;
  padding-bottom: 100px;
}
.wca-closing-heading {
  margin-bottom: 30px;
}
.wca-closing-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .wca-closing-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}
.wca-closing-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .wca-closing-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.wca-closing-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .wca-closing-heading__light svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .wca-closing-heading__arrow-line {
    padding-left: 5%;
  }
}
.wca-closing-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .wca-closing-desc {
    padding-left: 8%;
  }
}
.wca-closing-desc p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .wca-closing-desc p {
    font-size: 21px;
    line-height: 28px;
  }
}
.wca-closing-desc p strong {
  font-weight: 700;
  color: #0042A7;
}
.wca-closing-arrows {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wca-closing-arrows {
    padding-left: 8%;
  }
}
.wca-closing-arrow-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.wca-closing-arrow-item__arrow {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 5px;
}
.wca-closing-arrow-item__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
}
@media (min-width: 768px) {
  .wca-closing-arrow-item__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.wca-closing-arrow-item__text strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .wca-closing-cta {
    padding-left: 8%;
  }
}
.wca-closing-cta p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #0042A7;
}
@media (min-width: 768px) {
  .wca-closing-cta p {
    font-size: 21px;
    line-height: 28px;
  }
}
.wca-closing-cta p strong {
  font-weight: 700;
  color: #0042A7;
}

.eth-header {
  padding-top: 60px;
  padding-bottom: 40px;
}
.eth-header-heading {
  margin-bottom: 40px;
}
.eth-header-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
}
@media (min-width: 768px) {
  .eth-header-heading__bold {
    font-size: 78px;
    line-height: 92px;
  }
}
.eth-header-heading__light {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
}
@media (min-width: 768px) {
  .eth-header-heading__light {
    font-size: 78px;
    line-height: 92px;
  }
}
.eth-header-heading__light svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .eth-header-heading__light svg {
    width: 51px;
    height: 51px;
  }
}
@media (min-width: 768px) {
  .eth-header-heading__arrow-line {
    padding-left: 18%;
  }
}
.eth-header-body {
  max-width: 835px;
  padding-right: 0;
  border-right: none;
}
@media (min-width: 768px) {
  .eth-header-body {
    padding-right: 44px;
    border-right: 4px solid #D9D9D9;
  }
}
.eth-header-body__subtitle {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .eth-header-body__subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}
.eth-header-body__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .eth-header-body__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.eth-header-body__text:last-child {
  margin-bottom: 0;
}
.eth-header-body__text strong {
  font-weight: 700;
}

.eth-foundation,
.eth-data,
.eth-truth,
.eth-misuse,
.eth-deepfakes,
.eth-vulnerable,
.eth-pledge {
  padding: 30px 0;
}

.eth-foundation-heading,
.eth-data-heading,
.eth-truth-heading,
.eth-misuse-heading,
.eth-deepfakes-heading,
.eth-vulnerable-heading,
.eth-pledge-heading {
  margin-bottom: 24px;
}

.eth-foundation-heading__bold,
.eth-data-heading__bold,
.eth-truth-heading__bold,
.eth-misuse-heading__bold,
.eth-deepfakes-heading__bold,
.eth-vulnerable-heading__bold,
.eth-pledge-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .eth-foundation-heading__bold,
  .eth-data-heading__bold,
  .eth-truth-heading__bold,
  .eth-misuse-heading__bold,
  .eth-deepfakes-heading__bold,
  .eth-vulnerable-heading__bold,
  .eth-pledge-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}

.eth-foundation-heading__light,
.eth-data-heading__light,
.eth-truth-heading__light,
.eth-misuse-heading__light,
.eth-deepfakes-heading__light,
.eth-vulnerable-heading__light,
.eth-pledge-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .eth-foundation-heading__light,
  .eth-data-heading__light,
  .eth-truth-heading__light,
  .eth-misuse-heading__light,
  .eth-deepfakes-heading__light,
  .eth-vulnerable-heading__light,
  .eth-pledge-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.eth-foundation-heading__light svg,
.eth-data-heading__light svg,
.eth-truth-heading__light svg,
.eth-misuse-heading__light svg,
.eth-deepfakes-heading__light svg,
.eth-vulnerable-heading__light svg,
.eth-pledge-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .eth-foundation-heading__light svg,
  .eth-data-heading__light svg,
  .eth-truth-heading__light svg,
  .eth-misuse-heading__light svg,
  .eth-deepfakes-heading__light svg,
  .eth-vulnerable-heading__light svg,
  .eth-pledge-heading__light svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 768px) {
  .eth-pledge-heading__light {
    padding-left: 3%;
  }
}

@media (min-width: 768px) {
  .eth-foundation-heading__arrow-line,
  .eth-data-heading__arrow-line,
  .eth-truth-heading__arrow-line,
  .eth-misuse-heading__arrow-line,
  .eth-deepfakes-heading__arrow-line,
  .eth-vulnerable-heading__arrow-line,
  .eth-pledge-heading__arrow-line {
    padding-left: 5%;
  }
}

@media (min-width: 768px) {
  .eth-data-heading__arrow-line {
    padding-left: 24%;
  }
}

@media (min-width: 768px) {
  .eth-truth-heading__arrow-line {
    padding-left: 9%;
  }
}

@media (min-width: 768px) {
  .eth-vulnerable-heading__arrow-line {
    padding-left: 14%;
  }
}

.eth-foundation-content {
  border-left: 4px solid #D9D9D9;
  padding-left: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .eth-foundation-content {
    margin-left: 3%;
    padding-left: 55px;
  }
}
.eth-foundation-content__title {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .eth-foundation-content__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.eth-foundation-content__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .eth-foundation-content__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.eth-foundation-content__text:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .eth-foundation-content__text:last-child {
    padding-left: 75px;
  }
}
.eth-foundation-content__label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .eth-foundation-content__label {
    font-size: 20px;
    line-height: 30px;
  }
}
.eth-foundation-content__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .eth-foundation-content__list {
    padding-left: 75px !important;
  }
}
.eth-foundation-content__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .eth-foundation-content__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.eth-foundation-content__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.eth-data-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .eth-data-desc {
    padding-left: 24%;
  }
}
.eth-data-desc p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .eth-data-desc p {
    font-size: 16px;
    line-height: 28px;
  }
}
.eth-data-desc p:last-child {
  margin-bottom: 0;
}
.eth-data-indent {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .eth-data-indent {
    padding-left: 24%;
  }
}
.eth-data-label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .eth-data-label {
    font-size: 20px;
    line-height: 30px;
  }
}
.eth-data-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.eth-data-list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .eth-data-list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.eth-data-list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.eth-truth-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .eth-truth-desc {
    padding-left: 8%;
  }
}
.eth-truth-desc p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .eth-truth-desc p {
    font-size: 16px;
    line-height: 28px;
  }
}
.eth-truth-desc p:last-child {
  margin-bottom: 0;
}
.eth-truth-indent {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .eth-truth-indent {
    padding-left: 8%;
  }
}
.eth-truth-label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .eth-truth-label {
    font-size: 20px;
    line-height: 30px;
  }
}
.eth-truth-list-inner {
  padding-left: 20px;
  border-left: 4px solid #D9D9D9;
}
@media (min-width: 768px) {
  .eth-truth-list-inner {
    margin-left: 10%;
  }
}
.eth-truth-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eth-truth-list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .eth-truth-list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.eth-truth-list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.eth-misuse-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .eth-misuse-desc {
    padding-left: 8%;
  }
}
.eth-misuse-desc p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .eth-misuse-desc p {
    font-size: 16px;
    line-height: 28px;
  }
}
.eth-misuse-desc p:last-child {
  margin-bottom: 0;
}
.eth-misuse-desc p strong {
  font-weight: 700;
  color: #000;
}
.eth-misuse-sublabel-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .eth-misuse-sublabel-line {
    padding-left: 6%;
  }
}
.eth-misuse-sublabel-line svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.eth-misuse-sublabel-line span {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
}
@media (min-width: 768px) {
  .eth-misuse-sublabel-line span {
    font-size: 20px;
    line-height: 30px;
  }
}
.eth-misuse-block {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .eth-misuse-block {
    padding-left: 8%;
  }
}
.eth-misuse-block__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .eth-misuse-block__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.eth-misuse-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eth-misuse-block__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .eth-misuse-block__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.eth-misuse-block__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.eth-deepfakes-content {
  border-left: 4px solid #D9D9D9;
  padding-left: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .eth-deepfakes-content {
    margin-left: 8%;
  }
}
.eth-deepfakes-content__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .eth-deepfakes-content__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.eth-deepfakes-content__text:last-child {
  margin-bottom: 0;
}
.eth-deepfakes-content__label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .eth-deepfakes-content__label {
    font-size: 20px;
    line-height: 30px;
  }
}
.eth-deepfakes-content__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eth-deepfakes-content__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .eth-deepfakes-content__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.eth-deepfakes-content__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.eth-vulnerable-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .eth-vulnerable-desc {
    padding-left: 17%;
  }
}
.eth-vulnerable-desc p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .eth-vulnerable-desc p {
    font-size: 16px;
    line-height: 28px;
  }
}
.eth-vulnerable-label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .eth-vulnerable-label {
    padding-left: 17%;
    font-size: 20px;
    line-height: 30px;
  }
}
.eth-vulnerable-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .eth-vulnerable-steps {
    padding-left: 17%;
  }
}
.eth-vulnerable-step {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.eth-vulnerable-step__number {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #C3C3C3;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .eth-vulnerable-step__number {
    font-size: 36px;
    line-height: 40px;
  }
}
.eth-vulnerable-step__content {
  flex: 1;
  padding-top: 4px;
}
.eth-vulnerable-step__title {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  color: #0042A7;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .eth-vulnerable-step__title {
    font-size: 21px;
    line-height: 28px;
  }
}
.eth-vulnerable-step__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .eth-vulnerable-step__text {
    font-size: 16px;
    line-height: 28px;
  }
}

.eth-pledge {
  padding-bottom: 100px;
}
.eth-pledge-heading {
  margin-bottom: 24px;
}
.eth-pledge-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .eth-pledge-desc {
    padding-left: 8%;
  }
}
.eth-pledge-desc p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .eth-pledge-desc p {
    font-size: 16px;
    line-height: 28px;
  }
}
.eth-pledge-label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .eth-pledge-label {
    padding-left: 8%;
    font-size: 20px;
    line-height: 30px;
  }
}
.eth-pledge-arrows {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .eth-pledge-arrows {
    padding-left: 8%;
  }
}
.eth-pledge-arrow-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.eth-pledge-arrow-item__arrow {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 5px;
}
.eth-pledge-arrow-item__content {
  flex: 1;
}
.eth-pledge-arrow-item__name {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .eth-pledge-arrow-item__name {
    font-size: 21px;
    line-height: 28px;
  }
}
.eth-pledge-arrow-item__desc {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .eth-pledge-arrow-item__desc {
    font-size: 16px;
    line-height: 28px;
  }
}

.tst-header {
  padding-top: 60px;
  padding-bottom: 40px;
}
.tst-header-heading {
  margin-bottom: 40px;
}
.tst-header-heading__light {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
}
@media (min-width: 768px) {
  .tst-header-heading__light {
    font-size: 78px;
    line-height: 92px;
  }
}
.tst-header-heading__bold {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .tst-header-heading__bold {
    font-size: 78px;
    line-height: 92px;
    padding-left: 80px;
  }
}
.tst-header-heading__bold svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .tst-header-heading__bold svg {
    width: 51px;
    height: 51px;
  }
}
@media (min-width: 768px) {
  .tst-header-heading__arrow-line {
    padding-left: 5%;
  }
}
.tst-header-body {
  max-width: 835px;
  padding-right: 0;
  border-right: none;
}
@media (min-width: 768px) {
  .tst-header-body {
    padding-right: 44px;
    border-right: 4px solid #D9D9D9;
  }
}
.tst-header-body__subtitle {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .tst-header-body__subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}
.tst-header-body__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .tst-header-body__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.tst-header-body__text strong {
  font-weight: 700;
}

.tst-problem,
.tst-foundation,
.tst-howworks,
.tst-patented {
  padding: 30px 0;
}

.tst-problem-heading,
.tst-foundation-heading,
.tst-howworks-heading,
.tst-patented-heading {
  margin-bottom: 24px;
}

.tst-problem-heading__bold,
.tst-foundation-heading__bold,
.tst-howworks-heading__bold,
.tst-patented-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .tst-problem-heading__bold,
  .tst-foundation-heading__bold,
  .tst-howworks-heading__bold,
  .tst-patented-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}

.tst-problem-heading__light,
.tst-foundation-heading__light,
.tst-howworks-heading__light,
.tst-patented-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .tst-problem-heading__light,
  .tst-foundation-heading__light,
  .tst-howworks-heading__light,
  .tst-patented-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.tst-problem-heading__light svg,
.tst-foundation-heading__light svg,
.tst-howworks-heading__light svg,
.tst-patented-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .tst-problem-heading__light svg,
  .tst-foundation-heading__light svg,
  .tst-howworks-heading__light svg,
  .tst-patented-heading__light svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 768px) {
  .tst-problem-heading__arrow-line,
  .tst-foundation-heading__arrow-line,
  .tst-howworks-heading__arrow-line,
  .tst-patented-heading__arrow-line {
    padding-left: 5%;
  }
}

@media (min-width: 768px) {
  .tst-foundation-heading__arrow-line {
    padding-left: 14%;
  }
}

@media (min-width: 768px) {
  .tst-howworks-heading__arrow-line {
    padding-left: 9%;
  }
}

@media (min-width: 768px) {
  .tst-patented-heading__arrow-line {
    padding-left: 25%;
  }
}

.tst-problem-content {
  border-left: 4px solid #D9D9D9;
  padding-left: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .tst-problem-content {
    margin-left: 4%;
    padding-left: 4%;
  }
}
.tst-problem-content__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .tst-problem-content__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.tst-problem-content__text:last-child {
  margin-bottom: 0;
}
.tst-problem-content__text strong {
  font-weight: 700;
  color: #000;
}
.tst-problem-content__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.tst-problem-content__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .tst-problem-content__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.tst-problem-content__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.tst-foundation-body {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .tst-foundation-body {
    padding-left: 17%;
  }
}
.tst-foundation-body__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .tst-foundation-body__text {
    font-size: 16px;
    line-height: 28px;
  }
}

.tst-howworks-bar {
  background: #F0F0F0;
  padding: 16px 40px;
  margin-bottom: 30px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .tst-howworks-bar {
    margin-left: 8%;
  }
}
.tst-howworks-bar__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #555;
}
@media (min-width: 768px) {
  .tst-howworks-bar__text {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    color: #646464;
  }
}
.tst-howworks-image {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .tst-howworks-image {
    margin-left: 8%;
  }
}
.tst-howworks-image img {
  width: 100%;
  height: auto;
  display: block;
}

.tst-patented {
  padding-bottom: 100px;
}
.tst-patented-content {
  border-left: 4px solid #D9D9D9;
  padding-left: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .tst-patented-content {
    margin-left: 8%;
  }
}
.tst-patented-content__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .tst-patented-content__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.tst-patented-content__text:last-child {
  margin-bottom: 0;
}
.tst-patented-content__text strong {
  font-weight: 700;
  color: #000;
}
.tst-patented-content__label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .tst-patented-content__label {
    font-size: 16px;
    line-height: 28px;
  }
}
.tst-patented-content__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.tst-patented-content__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .tst-patented-content__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.tst-patented-content__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.sp-header {
  padding-top: 60px;
  padding-bottom: 40px;
}
.sp-header-heading {
  margin-bottom: 40px;
}
.sp-header-heading__light {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
}
@media (min-width: 768px) {
  .sp-header-heading__light {
    font-size: 78px;
    line-height: 92px;
  }
}
.sp-header-heading__bold {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .sp-header-heading__bold {
    font-size: 78px;
    line-height: 92px;
    padding-left: 80px;
  }
}
.sp-header-heading__bold svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .sp-header-heading__bold svg {
    width: 51px;
    height: 51px;
  }
}
@media (min-width: 768px) {
  .sp-header-heading__arrow-line {
    padding-left: 5%;
  }
}
.sp-header-body {
  max-width: 835px;
  padding-right: 0;
  border-right: none;
}
@media (min-width: 768px) {
  .sp-header-body {
    padding-right: 44px;
    border-right: 4px solid #D9D9D9;
  }
}
.sp-header-body__subtitle {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .sp-header-body__subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}
.sp-header-body__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .sp-header-body__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.sp-header-body__text:last-child {
  margin-bottom: 0;
}
.sp-header-body__text strong {
  font-weight: 700;
}

.sp-anonymity,
.sp-unlinkable,
.sp-ownership,
.sp-practice,
.sp-payment,
.sp-control {
  padding: 30px 0;
}

.sp-anonymity-heading,
.sp-unlinkable-heading,
.sp-ownership-heading,
.sp-practice-heading,
.sp-payment-heading,
.sp-control-heading {
  margin-bottom: 24px;
}

.sp-anonymity-heading__bold,
.sp-unlinkable-heading__bold,
.sp-ownership-heading__bold,
.sp-practice-heading__bold,
.sp-payment-heading__bold,
.sp-control-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .sp-anonymity-heading__bold,
  .sp-unlinkable-heading__bold,
  .sp-ownership-heading__bold,
  .sp-practice-heading__bold,
  .sp-payment-heading__bold,
  .sp-control-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}

@media (min-width: 768px) {
  .sp-payment-heading__bold {
    padding-left: 9%;
  }
}

.sp-anonymity-heading__light,
.sp-unlinkable-heading__light,
.sp-ownership-heading__light,
.sp-practice-heading__light,
.sp-payment-heading__light,
.sp-control-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .sp-anonymity-heading__light,
  .sp-unlinkable-heading__light,
  .sp-ownership-heading__light,
  .sp-practice-heading__light,
  .sp-payment-heading__light,
  .sp-control-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.sp-anonymity-heading__light svg,
.sp-unlinkable-heading__light svg,
.sp-ownership-heading__light svg,
.sp-practice-heading__light svg,
.sp-payment-heading__light svg,
.sp-control-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .sp-anonymity-heading__light svg,
  .sp-unlinkable-heading__light svg,
  .sp-ownership-heading__light svg,
  .sp-practice-heading__light svg,
  .sp-payment-heading__light svg,
  .sp-control-heading__light svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 768px) {
  .sp-anonymity-heading__arrow-line,
  .sp-unlinkable-heading__arrow-line,
  .sp-ownership-heading__arrow-line,
  .sp-practice-heading__arrow-line,
  .sp-payment-heading__arrow-line,
  .sp-control-heading__arrow-line {
    padding-left: 5%;
  }
}

@media (min-width: 768px) {
  .sp-control-heading__arrow-line {
    padding-left: 6%;
  }
}

@media (min-width: 768px) {
  .sp-payment-heading__arrow-line {
    padding-left: 19%;
  }
}

@media (min-width: 768px) {
  .sp-anonymity-heading__arrow-line {
    padding-left: 27%;
  }
}

@media (min-width: 768px) {
  .sp-ownership-heading__arrow-line {
    padding-left: 32%;
  }
}

.sp-anonymity-content {
  padding-left: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .sp-anonymity-content {
    margin-left: 8%;
  }
}
.sp-anonymity-content__sublabel {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .sp-anonymity-content__sublabel {
    font-size: 20px;
    line-height: 30px;
  }
}
.sp-anonymity-content__sublabel * {
  text-decoration: none;
}
.sp-anonymity-content__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .sp-anonymity-content__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.sp-anonymity-content__text:last-child {
  margin-bottom: 0;
}
.sp-anonymity-content__label {
  font-family: "MADE TOMMY", sans-serif;
  font-family: "Raleway";
  font-style: italic;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  color: #0042A7;
}
@media (min-width: 768px) {
  .sp-anonymity-content__label {
    font-size: 20px;
    line-height: 30px;
  }
}
.sp-anonymity-content__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.sp-anonymity-content__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .sp-anonymity-content__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.sp-anonymity-content__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.sp-unlinkable-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .sp-unlinkable-desc {
    padding-left: 8%;
  }
}
.sp-unlinkable-desc p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .sp-unlinkable-desc p {
    font-size: 16px;
    line-height: 28px;
  }
}
.sp-unlinkable-desc p:last-child {
  margin-bottom: 0;
}

.sp-ownership-content {
  border-left: 4px solid #D9D9D9;
  padding-left: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .sp-ownership-content {
    margin-left: 20%;
  }
}
.sp-ownership-content__sublabel {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .sp-ownership-content__sublabel {
    font-size: 20px;
    line-height: 30px;
  }
}
.sp-ownership-content__sublabel * {
  text-decoration: none;
}
.sp-ownership-content__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .sp-ownership-content__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.sp-ownership-content__text:last-child {
  margin-bottom: 0;
}
.sp-ownership-content__text strong {
  font-weight: 700;
  color: #000;
}
.sp-ownership-content__label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .sp-ownership-content__label {
    font-size: 16px;
    line-height: 28px;
  }
}
.sp-ownership-content__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.sp-ownership-content__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .sp-ownership-content__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.sp-ownership-content__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.sp-practice-content {
  padding-left: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .sp-practice-content {
    margin-left: 8%;
  }
}
.sp-practice-content__label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 4px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .sp-practice-content__label {
    font-size: 20px;
    line-height: 30px;
  }
}
.sp-practice-content__label:first-child {
  margin-top: 0;
}
.sp-practice-content__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .sp-practice-content__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.sp-practice-content__sublabel {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 4px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .sp-practice-content__sublabel {
    font-size: 16px;
    line-height: 28px;
  }
}
.sp-practice-content__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.sp-practice-content__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .sp-practice-content__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.sp-practice-content__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.sp-payment-content {
  border-left: 4px solid #D9D9D9;
  padding-left: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .sp-payment-content {
    margin-left: 19%;
  }
}
.sp-payment-content__sublabel {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .sp-payment-content__sublabel {
    font-size: 20px;
    line-height: 30px;
  }
}
.sp-payment-content__sublabel * {
  text-decoration: none;
}
.sp-payment-content__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .sp-payment-content__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.sp-payment-content__text:last-child {
  margin-bottom: 0;
}
.sp-payment-content__text strong {
  font-weight: 700;
  color: #000;
}
.sp-payment-content__label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .sp-payment-content__label {
    font-size: 16px;
    line-height: 28px;
  }
}
.sp-payment-content__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.sp-payment-content__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .sp-payment-content__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.sp-payment-content__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.sp-control {
  padding-bottom: 100px;
}
.sp-control-content {
  padding-left: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .sp-control-content {
    margin-left: 8%;
  }
}
.sp-control-content__label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 4px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .sp-control-content__label {
    font-size: 20px;
    line-height: 30px;
  }
}
.sp-control-content__label:first-child {
  margin-top: 0;
}
.sp-control-content__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .sp-control-content__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.sp-control-content__text:last-child {
  margin-bottom: 0;
}
.sp-control-content__text strong {
  font-weight: 700;
  color: #000;
}
.sp-control-content__sublabel {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 4px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .sp-control-content__sublabel {
    font-size: 16px;
    line-height: 28px;
  }
}
.sp-control-content__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.sp-control-content__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .sp-control-content__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.sp-control-content__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.plt-header {
  padding-top: 60px;
  padding-bottom: 40px;
}
.plt-header-heading {
  margin-bottom: 40px;
}
.plt-header-heading__light {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
}
@media (min-width: 768px) {
  .plt-header-heading__light {
    font-size: 78px;
    line-height: 92px;
  }
}
.plt-header-heading__bold {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .plt-header-heading__bold {
    font-size: 78px;
    line-height: 92px;
    padding-left: 80px;
  }
}
.plt-header-heading__bold svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .plt-header-heading__bold svg {
    width: 51px;
    height: 51px;
  }
}
@media (min-width: 768px) {
  .plt-header-heading__arrow-line {
    padding-left: 5%;
  }
}
.plt-header-body {
  max-width: 835px;
  padding-right: 0;
  border-right: none;
}
@media (min-width: 768px) {
  .plt-header-body {
    padding-right: 44px;
    border-right: 4px solid #D9D9D9;
  }
}
.plt-header-body__subtitle {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .plt-header-body__subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}
.plt-header-body__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .plt-header-body__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.plt-header-body__text:last-child {
  margin-bottom: 0;
}
.plt-header-body__text strong {
  font-weight: 700;
}

.plt-mobile,
.plt-portal,
.plt-cloud,
.plt-different {
  padding: 30px 0;
}

.plt-mobile-heading,
.plt-cloud-heading,
.plt-different-heading {
  margin-bottom: 24px;
}

.plt-mobile-heading__bold,
.plt-cloud-heading__bold,
.plt-different-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .plt-mobile-heading__bold,
  .plt-cloud-heading__bold,
  .plt-different-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}

.plt-mobile-heading__light,
.plt-cloud-heading__light,
.plt-different-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .plt-mobile-heading__light,
  .plt-cloud-heading__light,
  .plt-different-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.plt-mobile-heading__light svg,
.plt-cloud-heading__light svg,
.plt-different-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .plt-mobile-heading__light svg,
  .plt-cloud-heading__light svg,
  .plt-different-heading__light svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 768px) {
  .plt-mobile-heading__arrow-line {
    padding-left: 14%;
  }
}

@media (min-width: 768px) {
  .plt-cloud-heading__arrow-line {
    padding-left: 16%;
  }
}

@media (min-width: 768px) {
  .plt-different-heading__arrow-line {
    padding-left: 9%;
  }
}

.plt-mobile-content {
  padding-left: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .plt-mobile-content {
    margin-left: 10%;
  }
}
.plt-mobile-content__sublabel {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .plt-mobile-content__sublabel {
    font-size: 20px;
    line-height: 30px;
  }
}
.plt-mobile-content__sublabel * {
  text-decoration: none;
}
.plt-mobile-content__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.plt-mobile-content__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .plt-mobile-content__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.plt-mobile-content__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.plt-portal-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.plt-portal-heading__text {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .plt-portal-heading__text {
    font-size: 48px;
    line-height: 50px;
  }
}
.plt-portal-heading svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .plt-portal-heading svg {
    width: 24px;
    height: 24px;
  }
}
.plt-portal-content {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .plt-portal-content {
    padding-left: 8%;
  }
}
.plt-portal-content__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .plt-portal-content__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.plt-portal-content__text:last-child {
  margin-bottom: 0;
}
.plt-portal-content__sublabel {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .plt-portal-content__sublabel {
    font-size: 20px;
    line-height: 30px;
  }
}
.plt-portal-content__sublabel * {
  text-decoration: none;
}
.plt-portal-content__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.plt-portal-content__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .plt-portal-content__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.plt-portal-content__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.plt-cloud-content {
  border-left: 4px solid #D9D9D9;
  padding-left: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .plt-cloud-content {
    margin-left: 22%;
  }
}
.plt-cloud-content__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .plt-cloud-content__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.plt-cloud-content__text:last-child {
  margin-bottom: 0;
}
.plt-cloud-content__sublabel {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .plt-cloud-content__sublabel {
    font-size: 20px;
    line-height: 30px;
  }
}
.plt-cloud-content__sublabel * {
  text-decoration: none;
}
.plt-cloud-content__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.plt-cloud-content__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .plt-cloud-content__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.plt-cloud-content__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.plt-different {
  padding-bottom: 100px;
}
.plt-different-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .plt-different-desc {
    padding-left: 10%;
  }
}
.plt-different-desc p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .plt-different-desc p {
    font-size: 16px;
    line-height: 28px;
  }
}
.plt-different-desc p:last-child {
  margin-bottom: 0;
}
.plt-different-desc p strong {
  font-weight: 700;
  color: #000;
}
.plt-different-desc__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.plt-different-desc__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .plt-different-desc__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.plt-different-desc__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.pf-header {
  padding-top: 60px;
  padding-bottom: 40px;
}
.pf-header-heading {
  margin-bottom: 40px;
}
.pf-header-heading__light {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
}
@media (min-width: 768px) {
  .pf-header-heading__light {
    font-size: 78px;
    line-height: 92px;
  }
}
.pf-header-heading__bold {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .pf-header-heading__bold {
    font-size: 78px;
    line-height: 92px;
    padding-left: 80px;
  }
}
.pf-header-heading__bold svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .pf-header-heading__bold svg {
    width: 51px;
    height: 51px;
  }
}
@media (min-width: 768px) {
  .pf-header-heading__arrow-line {
    padding-left: 13%;
  }
}
.pf-header-body {
  max-width: 835px;
  padding-right: 0;
  border-right: none;
}
@media (min-width: 768px) {
  .pf-header-body {
    padding-right: 44px;
    border-right: 4px solid #D9D9D9;
  }
}
.pf-header-body__subtitle {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .pf-header-body__subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}
.pf-header-body__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .pf-header-body__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.pf-header-body__text:last-child {
  margin-bottom: 0;
}
.pf-header-body__text strong {
  font-weight: 700;
}

.pf-parents,
.pf-individuals,
.pf-families,
.pf-privacy,
.pf-peace {
  padding: 30px 0;
}

.pf-parents-heading,
.pf-individuals-heading,
.pf-families-heading,
.pf-privacy-heading,
.pf-peace-heading {
  margin-bottom: 24px;
}

.pf-parents-heading__bold,
.pf-individuals-heading__bold,
.pf-families-heading__bold,
.pf-privacy-heading__bold,
.pf-peace-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .pf-parents-heading__bold,
  .pf-individuals-heading__bold,
  .pf-families-heading__bold,
  .pf-privacy-heading__bold,
  .pf-peace-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}

.pf-parents-heading__light,
.pf-individuals-heading__light,
.pf-families-heading__light,
.pf-privacy-heading__light,
.pf-peace-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .pf-parents-heading__light,
  .pf-individuals-heading__light,
  .pf-families-heading__light,
  .pf-privacy-heading__light,
  .pf-peace-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.pf-parents-heading__light svg,
.pf-individuals-heading__light svg,
.pf-families-heading__light svg,
.pf-privacy-heading__light svg,
.pf-peace-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .pf-parents-heading__light svg,
  .pf-individuals-heading__light svg,
  .pf-families-heading__light svg,
  .pf-privacy-heading__light svg,
  .pf-peace-heading__light svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 768px) {
  .pf-parents-heading__arrow-line {
    padding-left: 10%;
  }
}

@media (min-width: 768px) {
  .pf-individuals-heading__arrow-line {
    padding-left: 13%;
  }
}

@media (min-width: 768px) {
  .pf-families-heading__arrow-line {
    padding-left: 7%;
  }
}

@media (min-width: 768px) {
  .pf-privacy-heading__arrow-line {
    padding-left: 7%;
  }
}

@media (min-width: 768px) {
  .pf-peace-heading__arrow-line {
    padding-left: 7%;
  }
}

.pf-parents-desc,
.pf-individuals-desc,
.pf-families-desc,
.pf-privacy-desc,
.pf-peace-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .pf-parents-desc,
  .pf-individuals-desc,
  .pf-families-desc,
  .pf-privacy-desc,
  .pf-peace-desc {
    padding-left: 10%;
  }
}
.pf-parents-desc p,
.pf-individuals-desc p,
.pf-families-desc p,
.pf-privacy-desc p,
.pf-peace-desc p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .pf-parents-desc p,
  .pf-individuals-desc p,
  .pf-families-desc p,
  .pf-privacy-desc p,
  .pf-peace-desc p {
    font-size: 16px;
    line-height: 28px;
  }
}
.pf-parents-desc p:last-child,
.pf-individuals-desc p:last-child,
.pf-families-desc p:last-child,
.pf-privacy-desc p:last-child,
.pf-peace-desc p:last-child {
  margin-bottom: 0;
}
.pf-parents-desc p strong,
.pf-individuals-desc p strong,
.pf-families-desc p strong,
.pf-privacy-desc p strong,
.pf-peace-desc p strong {
  font-weight: 700;
  color: #000;
}

.pf-parents-block,
.pf-individuals-block,
.pf-families-block,
.pf-privacy-block {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .pf-parents-block,
  .pf-individuals-block,
  .pf-families-block,
  .pf-privacy-block {
    padding-left: 19%;
  }
}
.pf-parents-block__sublabel,
.pf-individuals-block__sublabel,
.pf-families-block__sublabel,
.pf-privacy-block__sublabel {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .pf-parents-block__sublabel,
  .pf-individuals-block__sublabel,
  .pf-families-block__sublabel,
  .pf-privacy-block__sublabel {
    font-size: 20px;
    line-height: 30px;
  }
}
.pf-parents-block__sublabel *,
.pf-individuals-block__sublabel *,
.pf-families-block__sublabel *,
.pf-privacy-block__sublabel * {
  text-decoration: none;
}
.pf-parents-block__text,
.pf-individuals-block__text,
.pf-families-block__text,
.pf-privacy-block__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .pf-parents-block__text,
  .pf-individuals-block__text,
  .pf-families-block__text,
  .pf-privacy-block__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.pf-parents-block__text:last-child,
.pf-individuals-block__text:last-child,
.pf-families-block__text:last-child,
.pf-privacy-block__text:last-child {
  margin-bottom: 0;
}
.pf-parents-block__label,
.pf-individuals-block__label,
.pf-families-block__label,
.pf-privacy-block__label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .pf-parents-block__label,
  .pf-individuals-block__label,
  .pf-families-block__label,
  .pf-privacy-block__label {
    font-size: 16px;
    line-height: 28px;
  }
}
.pf-parents-block__list,
.pf-individuals-block__list,
.pf-families-block__list,
.pf-privacy-block__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.pf-parents-block__list li,
.pf-individuals-block__list li,
.pf-families-block__list li,
.pf-privacy-block__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .pf-parents-block__list li,
  .pf-individuals-block__list li,
  .pf-families-block__list li,
  .pf-privacy-block__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.pf-parents-block__list li::before,
.pf-individuals-block__list li::before,
.pf-families-block__list li::before,
.pf-privacy-block__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}
.pf-parents-block__list li strong,
.pf-individuals-block__list li strong,
.pf-families-block__list li strong,
.pf-privacy-block__list li strong {
  font-weight: 700;
  color: #000;
}

@media (min-width: 768px) {
  .pf-families-block,
  .pf-privacy-block {
    padding-left: 10%;
  }
}

.pf-peace {
  padding-bottom: 100px;
}

.faqp-header {
  padding-top: 60px;
  padding-bottom: 40px;
}
.faqp-header-heading {
  margin-bottom: 40px;
}
.faqp-header-heading__light {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
}
@media (min-width: 768px) {
  .faqp-header-heading__light {
    font-size: 78px;
    line-height: 92px;
  }
}
.faqp-header-heading__bold {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .faqp-header-heading__bold {
    font-size: 78px;
    line-height: 92px;
    padding-left: 80px;
  }
}
.faqp-header-heading__bold svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .faqp-header-heading__bold svg {
    width: 51px;
    height: 51px;
  }
}
@media (min-width: 768px) {
  .faqp-header-heading__arrow-line {
    padding-left: 5%;
  }
}

.faqp-accordion {
  padding: 0 0 100px;
}
.faqp-accordion .faq-list {
  margin-bottom: 0;
}

.edu-header {
  padding-top: 60px;
  padding-bottom: 40px;
}
.edu-header-heading {
  margin-bottom: 40px;
}
.edu-header-heading__light {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
}
@media (min-width: 768px) {
  .edu-header-heading__light {
    font-size: 78px;
    line-height: 92px;
  }
}
.edu-header-heading__bold {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .edu-header-heading__bold {
    font-size: 78px;
    line-height: 92px;
    padding-left: 80px;
  }
}
.edu-header-heading__bold svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .edu-header-heading__bold svg {
    width: 51px;
    height: 51px;
  }
}
@media (min-width: 768px) {
  .edu-header-heading__arrow-line {
    padding-left: 12%;
  }
}
.edu-header-body {
  max-width: 835px;
  padding-right: 0;
  border-right: none;
}
@media (min-width: 768px) {
  .edu-header-body {
    padding-right: 44px;
    border-right: 4px solid #D9D9D9;
  }
}
.edu-header-body__subtitle {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .edu-header-body__subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}
.edu-header-body__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .edu-header-body__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.edu-header-body__text:last-child {
  margin-bottom: 0;
}
.edu-header-body__text strong {
  font-weight: 700;
}
.edu-header-body__closing {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .edu-header-body__closing {
    font-size: 16px;
    line-height: 28px;
  }
}

.edu-reality,
.edu-campus,
.edu-staff,
.edu-nonprofits {
  padding: 30px 0;
}

.edu-reality-heading,
.edu-campus-heading,
.edu-staff-heading,
.edu-nonprofits-heading {
  margin-bottom: 24px;
}

.edu-reality-heading__bold,
.edu-campus-heading__bold,
.edu-staff-heading__bold,
.edu-nonprofits-heading__bold {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .edu-reality-heading__bold,
  .edu-campus-heading__bold,
  .edu-staff-heading__bold,
  .edu-nonprofits-heading__bold {
    font-size: 48px;
    line-height: 50px;
  }
}

.edu-reality-heading__light,
.edu-campus-heading__light,
.edu-staff-heading__light,
.edu-nonprofits-heading__light {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .edu-reality-heading__light,
  .edu-campus-heading__light,
  .edu-staff-heading__light,
  .edu-nonprofits-heading__light {
    font-size: 48px;
    line-height: 50px;
  }
}
.edu-reality-heading__light svg,
.edu-campus-heading__light svg,
.edu-staff-heading__light svg,
.edu-nonprofits-heading__light svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .edu-reality-heading__light svg,
  .edu-campus-heading__light svg,
  .edu-staff-heading__light svg,
  .edu-nonprofits-heading__light svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 768px) {
  .edu-reality-heading__arrow-line {
    padding-left: 12%;
  }
}

@media (min-width: 768px) {
  .edu-campus-heading__arrow-line {
    padding-left: 21%;
  }
}

@media (min-width: 768px) {
  .edu-staff-heading__arrow-line {
    padding-left: 5%;
  }
}

@media (min-width: 768px) {
  .edu-nonprofits-heading__arrow-line {
    padding-left: 5%;
  }
}

.edu-reality-content {
  padding-left: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .edu-reality-content {
    margin-left: 10%;
  }
}
.edu-reality-subsection {
  margin-bottom: 24px;
}
.edu-reality-subsection:last-child {
  margin-bottom: 0;
}
.edu-reality-subsection__sublabel {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .edu-reality-subsection__sublabel {
    font-size: 20px;
    line-height: 30px;
  }
}
.edu-reality-subsection__sublabel * {
  text-decoration: none;
}
.edu-reality-subsection__label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .edu-reality-subsection__label {
    font-size: 16px;
    line-height: 28px;
  }
}
.edu-reality-subsection__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .edu-reality-subsection__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.edu-reality-subsection__text:last-child {
  margin-bottom: 0;
}
.edu-reality-subsection__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.edu-reality-subsection__list li {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .edu-reality-subsection__list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.edu-reality-subsection__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #000;
}

.edu-campus-content {
  border-left: 4px solid #D9D9D9;
  padding-left: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .edu-campus-content {
    margin-left: 21%;
  }
}
.edu-campus-content__intro {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .edu-campus-content__intro {
    font-size: 16px;
    line-height: 28px;
  }
}
.edu-campus-content__closing {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .edu-campus-content__closing {
    font-size: 16px;
    line-height: 28px;
  }
}
.edu-campus-subsection {
  margin-bottom: 20px;
}
.edu-campus-subsection:last-child {
  margin-bottom: 0;
}
.edu-campus-subsection__sublabel {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .edu-campus-subsection__sublabel {
    font-size: 20px;
    line-height: 30px;
  }
}
.edu-campus-subsection__sublabel * {
  text-decoration: none;
}
.edu-campus-subsection__label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .edu-campus-subsection__label {
    font-size: 16px;
    line-height: 28px;
  }
}
.edu-campus-subsection__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .edu-campus-subsection__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.edu-campus-subsection__text:last-child {
  margin-bottom: 0;
}

.edu-staff-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .edu-staff-desc {
    padding-left: 8%;
  }
}
.edu-staff-subsection {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .edu-staff-subsection {
    padding-left: 8%;
  }
}
.edu-staff-subsection:last-child {
  margin-bottom: 0;
}
.edu-staff-subsection__sublabel {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #0042A7;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .edu-staff-subsection__sublabel {
    font-size: 20px;
    line-height: 30px;
  }
}
.edu-staff-subsection__sublabel * {
  text-decoration: none;
}
.edu-staff-subsection__label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .edu-staff-subsection__label {
    font-size: 16px;
    line-height: 28px;
  }
}
.edu-staff-subsection__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .edu-staff-subsection__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.edu-staff-subsection__text:last-child {
  margin-bottom: 0;
}

.edu-nonprofits {
  padding-bottom: 100px;
}
.edu-nonprofits-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .edu-nonprofits-desc {
    padding-left: 8%;
  }
}
.edu-nonprofits-desc p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .edu-nonprofits-desc p {
    font-size: 16px;
    line-height: 28px;
  }
}
.edu-nonprofits-desc p:last-child {
  margin-bottom: 0;
}
.edu-nonprofits-desc p strong {
  font-weight: 700;
  color: #000;
}
.edu-nonprofits-block {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .edu-nonprofits-block {
    padding-left: 8%;
  }
}
.edu-nonprofits-block__label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .edu-nonprofits-block__label {
    font-size: 16px;
    line-height: 28px;
  }
}
.edu-nonprofits-block__text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .edu-nonprofits-block__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.edu-nonprofits-block__text:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .edu-nonprofits-closing {
    padding-left: 8%;
  }
}
.edu-nonprofits-closing p {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .edu-nonprofits-closing p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .edu-nonprofits-content {
    padding-left: 8%;
    max-width: 985px;
  }
}
.edu-nonprofits-content .edu-nonprofits-subsection, .edu-nonprofits-content .edu-nonprofits-content__intro {
  margin-bottom: 1em;
}
.edu-nonprofits-content .edu-nonprofits-content__closing {
  font-weight: 700;
}

.acct-page {
  padding-top: 0px;
  padding-bottom: 60px;
}

.acct-card {
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0 0 47px 0 rgba(0, 0, 0, 0.1);
  max-width: 620px;
  padding: 80px 100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .acct-card {
    padding: 50px 30px;
    margin: 0 15px;
  }
}

.acct-logo-container {
  text-align: center;
  margin-bottom: 40px;
}
.acct-logo-container img {
  max-width: 100%;
  height: auto;
}

.acct-separator {
  border: none;
  border-top: 1px solid #D9D9D9;
  margin: 30px 0;
  max-width: 100%;
}

.acct-separator--centered {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.acct-divider {
  border-top: 1px dashed #D9D9D9;
  margin: 30px 0;
  width: 70%;
  margin-left: 15%;
}

.acct-heading {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  color: #000;
  margin: 30px 0;
  line-height: 28px;
}

.acct-heading--blue {
  color: #0B53C2;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 8px;
}

.acct-subtext {
  font-family: "MADE TOMMY", sans-serif;
  font-size: 14px;
  color: #686868;
  text-align: center;
  margin-bottom: 40px;
}

.acct-description {
  font-family: "MADE TOMMY", sans-serif;
  font-size: 14px;
  color: #686868;
  text-align: center;
  margin: 30px 0;
  line-height: 1.6;
}

.acct-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.acct-form--left {
  align-items: flex-start;
  margin-bottom: 50px;
}

.acct-form-group {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.acct-form-group--left {
  align-items: flex-start;
}

.acct-form-row {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom: 25px;
}
.acct-form-row .acct-form-group {
  margin-bottom: 0;
}
.acct-form-row .acct-form-group:first-child {
  flex: 0 0 55%;
}
.acct-form-row .acct-form-group:last-child {
  flex: 0 0 calc(45% - 20px);
}
@media (max-width: 768px) {
  .acct-form-row {
    flex-direction: column;
    gap: 25px;
  }
  .acct-form-row .acct-form-group:first-child,
  .acct-form-row .acct-form-group:last-child {
    flex: 1;
  }
}

.acct-form-label {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000;
  margin-bottom: 12px;
  width: 100%;
  display: block;
}

.acct-form-label--left {
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
}

.acct-form-label--small {
  font-size: 14px;
}

.acct-form-input {
  max-width: 348px;
  width: 100%;
  background: #FFF;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  border: none;
  height: 40px;
  padding: 0 15px;
  font-family: "MADE TOMMY", sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}
.acct-form-input:focus {
  outline: none;
  box-shadow: 0 0 13px rgba(11, 83, 194, 0.25);
}

.acct-form-input--full {
  max-width: 100%;
}

.acct-form-input--half {
  max-width: 50%;
}

.acct-form-submit {
  min-width: 348px;
  min-height: 45px;
  background: #0B53C2;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  color: white;
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: block;
  margin: 10px auto 0;
  transition: background-color 0.3s ease;
}
.acct-form-submit:hover {
  background-color: #093BA8;
}
.acct-form-submit:active {
  background-color: #072B7F;
}
@media (max-width: 768px) {
  .acct-form-submit {
    min-width: 100%;
  }
}

.acct-form-submit--small {
  min-width: 200px;
  min-height: 40px;
  font-size: 14px;
  margin: 30px 0 0;
}
@media (max-width: 768px) {
  .acct-form-submit--small {
    min-width: 100%;
  }
}

.acct-form-submit--uppercase {
  text-transform: uppercase;
}

.acct-forgot-link {
  font-family: "MADE TOMMY", sans-serif;
  font-size: 16px;
  color: #686868;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-top: 20px;
  transition: color 0.3s ease;
}
.acct-forgot-link:hover {
  color: #0B53C2;
}

.acct-bottom-link {
  text-align: center;
  margin-top: 30px;
  font-family: "MADE TOMMY", sans-serif;
  font-size: 16px;
  color: #686868;
}
.acct-bottom-link a {
  color: #686868;
  text-decoration: underline;
}
.acct-bottom-link a:hover {
  color: #0B53C2;
}

.acct-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 348px;
  margin: 10px auto;
}

.acct-checkbox {
  margin-top: 4px;
  cursor: pointer;
}

.acct-checkbox-text {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #686868;
  line-height: 17px;
}

.acct-code-container {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 30px 0;
  margin-bottom: 50px;
}

.acct-code-input {
  width: 45px;
  height: 45px;
  background: #FFF;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  font-size: 20px;
  font-family: "MADE TOMMY", sans-serif;
}
.acct-code-input:focus {
  outline: none;
  box-shadow: 0 0 13px rgba(11, 83, 194, 0.3);
}

.acct-card-input-wrapper {
  position: relative;
  width: 100%;
}

.acct-card-icons {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 6px;
  align-items: center;
}

.acct-card-icon {
  font-family: "MADE TOMMY", sans-serif;
  font-size: 10px;
  color: #999;
  background: #f0f0f0;
  padding: 3px 5px;
  border-radius: 3px;
  font-weight: 500;
}

.acct-summary {
  text-align: center;
  margin-bottom: 20px;
}

.acct-summary-title {
  font-family: "MADE TOMMY", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0B53C2;
  margin-bottom: 5px;
}

.acct-summary-subtitle {
  font-family: "MADE TOMMY", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #686868;
  margin-bottom: 15px;
}

.acct-price {
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #0B53C2;
  margin-bottom: 25px;
}

.acct-terms {
  font-family: "MADE TOMMY", sans-serif;
  font-size: 12px;
  color: #686868;
  line-height: 1.6;
  margin-bottom: 30px;
}
.acct-terms b {
  font-weight: 700;
  color: #000;
}
.acct-terms a {
  color: #0B53C2;
  text-decoration: underline;
}
.acct-terms a:hover {
  opacity: 0.8;
}

.acct-pay-button {
  background: #0B53C2;
  color: white;
  border: none;
  border-radius: 7px;
  min-width: 280px;
  min-height: 45px;
  font-family: "MADE TOMMY", sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  transition: background-color 0.3s ease;
}
.acct-pay-button:hover {
  background-color: #093da8;
}
@media (max-width: 768px) {
  .acct-pay-button {
    min-width: 100%;
  }
}

.acct-dashboard {
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0 0 47px 0 rgba(0, 0, 0, 0.1);
  max-width: 720px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .acct-dashboard {
    margin: 0 15px;
  }
}

.acct-dashboard-logo {
  text-align: center;
  padding: 40px 0 30px;
  border-bottom: 1px solid #E8E8E8;
}
.acct-dashboard-logo img {
  max-width: 200px;
  height: auto;
}

.acct-dashboard-container {
  display: flex;
}
@media (max-width: 768px) {
  .acct-dashboard-container {
    flex-direction: column;
  }
}

.acct-sidebar {
  width: 220px;
  border-right: 1px solid #E8E8E8;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .acct-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #E8E8E8;
    padding: 0;
    display: flex;
    flex-direction: row;
  }
}

.acct-sidebar-link {
  display: block;
  padding: 12px 30px;
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease;
}
.acct-sidebar-link:hover {
  background: #F5F5F5;
}
.acct-sidebar-link.active {
  border-left: 3px solid #0B53C2;
  background: #F5F5F5;
  font-weight: 500;
}
@media (max-width: 768px) {
  .acct-sidebar-link {
    flex: 1;
    text-align: center;
    border-left: none !important;
    border-bottom: 3px solid transparent;
    padding: 12px 15px;
  }
  .acct-sidebar-link.active {
    border-left: none !important;
    border-bottom-color: #0B53C2;
    background: transparent;
  }
}

.acct-content {
  flex: 1;
  padding: 20px 40px 40px;
  min-height: 350px;
}
@media (max-width: 768px) {
  .acct-content {
    padding: 20px 20px 40px;
  }
}

.acct-section-title {
  color: #0B53C2;
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.acct-section-divider {
  border-top: 1px solid #E8E8E8;
  margin-bottom: 20px;
}

.acct-info-item {
  font-family: "MADE TOMMY", sans-serif;
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.6;
}
.acct-info-item .label {
  font-weight: 400;
}
.acct-info-item .value {
  font-weight: 700;
}
.acct-info-item .value--active {
  color: #2ECC40;
}

.acct-form-subtitle {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}

.acct-security-form .form-group {
  margin-bottom: 20px;
}
.acct-security-form .form-group label {
  display: block;
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-align: left;
  margin-bottom: 8px;
}
.acct-security-form .form-group input {
  max-width: 300px;
  width: 100%;
  background: #FFF;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  border: none;
  height: 38px;
  padding: 0 12px;
  font-family: "MADE TOMMY", sans-serif;
  font-size: 14px;
  color: #000;
}
.acct-security-form .form-group input:focus {
  outline: none;
  box-shadow: 0 0 13px rgba(11, 83, 194, 0.25);
}
@media (max-width: 768px) {
  .acct-security-form .form-group input {
    max-width: 100%;
  }
}
.acct-security-form .form-separator {
  border-top: 1px solid #E8E8E8;
  margin: 20px 0;
}

.acct-form-group--zip {
  max-width: 50%;
}

.sitemap-card {
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0 0 47px 0 rgba(0, 0, 0, 0.1);
  max-width: 900px;
  padding: 60px 80px 80px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sitemap-card {
    padding: 40px 25px 50px;
    margin: 0 15px;
  }
}

.sitemap-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 50px;
}
@media (max-width: 768px) {
  .sitemap-columns {
    grid-template-columns: 1fr 1fr;
    gap: 30px 30px;
  }
}
@media (max-width: 480px) {
  .sitemap-columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.sitemap-group__title {
  font-family: "MADE TOMMY", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #0B53C2;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E8E8E8;
}
.sitemap-group__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sitemap-group__list li {
  margin-bottom: 8px;
}
.sitemap-group__list a {
  font-family: "MADE TOMMY", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.sitemap-group__list a:hover {
  color: #0B53C2;
}

@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .nav-desktop {
    display: block;
  }
  .header-content {
    gap: 30px;
  }
}
