/* Global */
html {
    overflow-x: hidden;
}
body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
h1,
h2,
h3{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.section-padding-top{
    padding-top: 80px;
}
.section-padding-bottom{
    padding-bottom: 80px;
}
.section-padding-bottom-56{
    padding-bottom: 56px;
}
.section-wrap{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.section-gap{
    gap: 60px;
}
/* Custom fonts*/
.font-size-12{
    font-size: 12px !important;
    line-height: 16px !important;
}
.font-size-14{
    font-size: 14px !important;
    line-height: 20px !important;
}
.font-size-16{
    font-size: 16px !important;
    line-height: 20px !important; 
}
.font-size-20{
    font-size: 20px !important;
    line-height: 20px !important;
}
.font-size-22{
    font-size: 22px !important;
    line-height: 20px !important;
}
.font-size-28{
    font-size: 28px !important;
    line-height: 39px !important;
}
.font-size-48{
    font-size: 48px !important;
    line-height: 58px !important;
}
/*Custom color*/
.color--white{
    color: #FFFFFF;
}
.color--blue{
    color: #007AD1;
}
.color--teal{
    color: #28958A;
}
.color--orange{
    color: #FF7463;
}
.color--dark--blue{
    color: #15102B;
}
.color--white--90{
    color: #FFFFFFE6;
}
.color--black--50{
    color: rgba(0, 0, 0, 0.5);
}
.color--black--60{
    color: rgba(0, 0, 0, 0.6);
}
.color--black--70{
    color: rgba(0, 0, 0, 0.7) !important;
}
.color--black--80{
    color: rgba(0, 0, 0, 0.8) !important;
}
.color--black--90{
    color: rgba(0, 0, 0, 0.9) !important;
}
/*Custom font*/
.font--nunito{
    font-family: "Nunito", Sans-serif !important; 
}
/*Custom font weight*/
.font--weight-600{
    font-weight: 600 !important;
}
.font--bold{
    font-weight: 900 !important;
}

section p{
    margin-top: 11px !important;
    margin-bottom: 11px !important;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}
section a{
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}
.element-margin-top{
    margin-top: 48px !important;
}
/* End Global */

/*Hero*/
.hero.section-padding-top{
    padding-top: 35px !important;
}
.hero__container{
    display: grid;
    grid-template-columns: 765px minmax(0, 1fr); /*765px set for the sliders width*/
    gap: 35px;
}
 /*Column One*/
.slider__slide{
    height: 664px;
    overflow: hidden;
    left: -77px !important;
}
.slider__image{
    position: relative;
    left: 77px;
    top: 47px;
    width: 616px;
    height: 616px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: visible;
    border-radius: 24px;
}
.slider__card{
    display: inline-flex;
    width: auto;
    max-width: max-content;
    padding: 16px 24px 16px 16px;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    border: 1px solid var(--basics-transparent-black-100, rgba(0, 0, 0, 0.10));
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(8px);
    position: absolute;
}
.slider__card--1,
.slider__card--2 {
    will-change: left, top, opacity;
}
.slider__card--1 .slider__detail span {
    display: block;
    white-space: nowrap;
}
.slider__icon{
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.slider__detail{
    display: flex;
    flex-direction: column;
    width: auto;
    gap: 3px;
}
.slider__card--1{
    right: -50px;
    top: -25px;
}
.slider__card--2{
    left: -55px;
    top: 235px;
}
.hero .slick-dotted.slick-slider{
    margin-bottom: 0px;
}
.hero .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    bottom: 16px;
}
.hero .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}
.hero .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 80px;
    background: #d9d9d9;
    border: 0;
    font-size: 0;
}
.hero .slick-dots li button:before {
    display: none;
}
.hero .slick-dots li.slick-active button {
    width: 32px;
    height: 8px;
    background: #007AD1;
}
/*Column Two*/
.hero__column--content{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}
.hero__title-tag {
   display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 160px;
    border: 1px solid var(--basics-transparent-black-100, rgba(0, 0, 0, 0.10));
    background: var(--branding-teal-light-teal, #E0F5F4);
    margin-bottom: 21px;
}
.hero__title-tag span{
    text-transform: uppercase;
}
p.hero__description{
    margin-bottom: 0px !important;
}
.hero__tags {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 10px;
    align-self: stretch;
    flex-wrap: wrap;
}
.hero__tag {
    display: inline-flex;
    padding: 6px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 160px;
    border: 1px solid var(--basics-transparent-black-200, rgba(0, 0, 0, 0.20));
    background: var(--basics-extremes-white, #FFF);
    box-shadow: 0 2px 8px rgba(17, 24, 39, 0.04);
}
.hero__tag-color {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}
.hero__button.button {
    display: flex;
    padding: 11px 20px 11px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 10px;
    border: 1.5px solid var(--branding-yellow-yellow, #FFD235);
    background: var(--branding-yellow-yellow, #FFD235);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.80);
    text-decoration: none;
    color: black;
    font-weight: 600;
}
.hero__benefits {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 17px;
    margin-top: 25px;
}
.hero__benefit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.hero__benefit-icon {
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}

.hero__benefit-separator {
    color: #6F6F76;
    line-height: 1;
}
/*Awards*/   
.awards__column {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.award__card {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
    padding: 28px 30px;
}

.award__card:not(:last-child) {
    border-right: 2px solid #E8E8E8;
}

.award__logo {
    display: block;
    width: auto;
    max-width: 96px;
    max-height: 96px;
    object-fit: contain;
    flex-shrink: 0;
}
.award__card__1 .award__logo{
    width: 64px;
    height: 64px;
}
.award__card__2 .award__logo{
    width: 88px;
    height: 39px;
}
.award__card__3 .award__logo{
    width: 80px;
    height: 46px;
}
.award__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}
.award__name {
    margin: 0 !important;
}
.award__description {
    margin: 0 !important;
}
/*Report*/
.report {
    background-image: url("/wp-content/uploads/2026/04/white-zig-zag-pattern.svg");
    background-position: center center;
    background-repeat: repeat;
    background-size: contain;
    background-color: #DBF0F9;
}
.report__column {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.report__title {
    margin: 0 !important;
    text-align: center;
    color: #171735;
    font-size: 52px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.03em;
}
.report__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    width: 100%;
}
.report__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 170px;
    padding: 28px 24px;
    border: 1px solid #d9d9de;
    border-radius: 20px;
    background: #ffffff;
    text-align: center;
}
.report__card-title,
.report__card-description{
    margin: 0px !important;
}
.report__card-percent{
    margin: 5px 0px 0px 0px !important;
}
/*On Track*/
.on-track__column{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.on-track__animation{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    overflow: visible;
}
.on-track__rive-shell{
    position: relative;
    width: 100%;
    aspect-ratio: 1280 / 840;
}
.on-track__rive-player,
.on-track__rive-embed{
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
.on-track__rive-player canvas{
    display: block;
    width: 100%;
    height: 100%;
}
.on-track__features{
    display: none;
    width: 100%;
}

 
/*Apps*/
.apps {
    background-color: #F7F4F3;
    background-image: url("/wp-content/uploads/2026/04/white-zig-zag-pattern.svg");
    background-position: center center;
    background-repeat: repeat;
    background-size: contain;
}
.apps__column {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.apps__column .description{
    margin-bottom: 0px !important;
}
.apps__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.apps__badge {
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 160px;
    border: 1px solid var(--basics-transparent-black-100, rgba(0, 0, 0, 0.10));
    background: var(--branding-teal-light-teal, #E0F5F4);
}
.apps__badge .icon {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex-shrink: 0;
}
.apps__badge span{
    font-weight: 600 !important;
    text-transform: uppercase;
}
.apps__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;  
    margin-top: 32px;
    width: 100%;
    align-items: stretch;
}
.apps__card {
    display: flex;
    padding: 24px;
    align-items: flex-start;
    gap: 32px;
    border-radius: 20px;
    border: 1px solid var(--basics-transparent-black-200, rgba(0, 0, 0, 0.20));
    background: var(--basics-extremes-white, #FFF);
    box-sizing: border-box;
    height: 100%;
    min-height: 231px;
}
.apps__card-icon {
    flex-shrink: 0;
}
.apps__card-icon img {
   display: flex;
   width: 96px;
   height: 96px;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   aspect-ratio: 1/1;
   border-radius: 100px;
}
p.apps__card-title{
    margin-bottom: 0px !important;
}
.apps__card-category{
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-top: 8px !important;
}
.apps__column a{
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    border: 1.5px solid var(--branding-teal-teal, #28958A);
    background: var(--branding-teal-teal, #28958A);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.80);
    text-decoration: none;
    color: white;
    font-weight: 600;
    box-sizing: border-box;
}
.apps__column > a img{
    display: none;
}
/*Action*/
.action__column{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.action__video{
    position: relative;
    max-width: 746px;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.action__video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
/*Banner*/
.banner{
    height: 440px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner__column{
    width: 100%;
    height: 100%;
}
/*Parents Switch*/
.parents-switch {
    background-color: #F7F4F3;
    background-image: url("/wp-content/uploads/2026/04/white-zig-zag-pattern.svg");
    background-position: center center;
    background-repeat: repeat;
    background-size: contain;
}
.parents-switch__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.parents-switch .table {
    width: 100%;
    position: relative;
    overflow: visible;
    border: 1px solid var(--basics-transparent-black-100, rgba(0, 0, 0, 0.10));
    border-radius: 20px;
    background: #fff;
}

.parents-switch__table {
    width: 100%;
    position: relative;
    z-index: 1;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.parents-switch .table::before {
    content: none;
}

.parents-switch__table th,
.parents-switch__table td {
    padding: 28px 26px 24px 26px;
    vertical-align: middle;
    text-align: left;
    background: #fff;
}
.parents-switch__table thead th {
        border-bottom: 4px solid rgba(0, 0, 0, 0.12);
}

.parents-switch__table thead th:first-child {
    border-top-left-radius: 20px;
}

.parents-switch__table thead th:last-child {
    border-top-right-radius: 20px;
}

.parents-switch__table tbody td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.parents-switch__table tbody tr:last-child td {
    border-bottom: 0;
}

.parents-switch__table th:nth-child(2),
.parents-switch__table td:nth-child(2) {
    position: relative;
    z-index: 2;
    border-left: 8px solid #28958A;
    border-right: 8px solid #28958A;
    background-color: #fff;
    box-shadow: none;
}

.parents-switch__table th:nth-child(2)::before,
.parents-switch__table td:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -8px;
    width: 0;
    z-index: -1;
    pointer-events: none;
    background: transparent;
    box-shadow:
        -4px 0 12px 0 rgba(48, 172, 160, 0.92),
        -8px 0 22px 2px rgba(48, 172, 160, 0.78);
}

.parents-switch__table th:nth-child(2)::after,
.parents-switch__table td:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8px;
    width: 0;
    z-index: -1;
    pointer-events: none;
    background: transparent;
    box-shadow:
        4px 0 12px 0 rgba(48, 172, 160, 0.92),
        8px 0 22px 2px rgba(48, 172, 160, 0.78);
}

.parents-switch__table thead th:nth-child(2) {
    border-top: 0;
    border-bottom: 0;
    border-top-left-radius: 11px;
    border-top-right-radius:11px;
    background-image:
        linear-gradient(#28958A, #28958A),
        linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
    background-repeat: no-repeat;
    background-size: 100% 8px, 100% 4px;
    background-position: top left, center bottom;
    background-origin: padding-box;
    box-shadow:
        0 -4px 10px -8px rgba(48, 172, 160, 0.90),
        0 -8px 18px -8px rgba(48, 172, 160, 0.74);
}

.parents-switch__table thead th:nth-child(2)::before {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}

.parents-switch__table tbody tr:last-child td:nth-child(2) {
    border-bottom: 8px solid #28958A;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    box-shadow:
        0 4px 10px -8px rgba(48, 172, 160, 0.90),
        0 8px 18px -8px rgba(48, 172, 160, 0.74);
}

.parents-switch__table tbody td:nth-child(2) {
    border-bottom: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}

.parents-switch__table tbody tr:last-child td:nth-child(2) {
    box-shadow:
        0 4px 10px -8px rgba(48, 172, 160, 0.90),
        0 8px 18px -8px rgba(48, 172, 160, 0.74);
}

.parents-switch__table tbody tr:last-child td:nth-child(2)::before {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

.parents-switch__table tbody tr:last-child td:nth-child(2)::after {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

.parents-switch__table th:nth-child(1) {
    width: 24%;
    text-transform: uppercase;
}

.parents-switch__table th:nth-child(2),
.parents-switch__table th:nth-child(3) {
    width: 38%;
}

.table__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}

.table__heading--goally {
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.table__heading--goally img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 10px;
}

.table__heading-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    min-width: 0;
}

.table__heading-tag {
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 160px;
    border: 1px solid var(--basics-transparent-black-100, rgba(0, 0, 0, 0.10));
    background: var(--basics-extremes-white, #FFF);
    
}
.table__heading--ipad .table__heading-tag{
    font-weight: 400 !important;
}
.parents-switch .table__heading-content img.star{
    display: none;
}

.table__feature {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.table__feature img {
    display: block;
    width: 44px;
    height: 44px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 8px;
}

.table__feature span {
    min-width: 0;
    text-transform: uppercase;
}

.parents-switch__table .table__cell p{
    margin: 0px !important;
}

.parents-switch .table__cell {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.parents-switch .table__text,
.parents-switch .table__tag,
.parents-switch .message .text,
.parents-switch .message .description {
    margin: 0;
}

.parents-switch .message {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 24px;
    border-radius: 0 0 20px 20px;
    background: #15102B;
    padding: 32px 32px 32px 32px;
    position: relative;
    top: -1px;
}

.parents-switch .message a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 150px;
    padding: 12px 20px;
    border-radius: 10px;
    background: #ffd23f;
    text-decoration: none;
    flex-shrink: 0;
    color: black;
}

.parents-switch .message a img {
    display: block;
    width: 18px;
    height: 15px;
    object-fit: contain;
    flex-shrink: 0;
}

/*Directly From Parents */
.directly_from_parents {
    background: #fff;
    overflow: hidden;
    padding-bottom: 93px !important;
}

.directly_from_parents__container {
    width: 100%;
}

.directly_from_parents__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.directly_from_parents__column > h2,
.directly_from_parents__column > .title,
.directly_from_parents__column > .directly_from_parents__title {
    text-align: center;
}

.directly_from_parents__slider {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: block;
}

.directly_from_parents__slide {
    position: relative;
    width: 325px !important;
    min-width: 325px;
    height: 520px;
    padding: 0 16px;
    box-sizing: border-box;
    display: block;
    border-radius: 12px;
    overflow: hidden;
}

.directly_from_parents__iframe {
    display: block;
    width: 293px !important;
    min-width: 293px;
    height: 520px !important;
    min-height: 520px;
    border: 0;
    border-radius: 12px;
    pointer-events: auto;
}

.directly_from_parents__slide.swiping .directly_from_parents__iframe {
    pointer-events: none;
}

.directly_from_parents__iframe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 293px;
    height: 520px;
    z-index: 2;
    pointer-events: none;
}

.directly_from_parents .slick-list {
    overflow: visible;
    margin: 0 -16px;
}

.directly_from_parents .slick-track {
    display: flex;
    align-items: stretch;
}

.directly_from_parents .slick-slide {
    width: 325px !important;
    height: auto;
}

.directly_from_parents .slick-slide > div {
    height: 100%;
    width: 325px;
}

.directly_from_parents .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 72px;
}

.directly_from_parents .slick-dots {
    left: max(24px, calc((100vw - 1312px) / 2 + 24px));
    bottom: 2px;
    width: auto;
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.directly_from_parents .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.directly_from_parents .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 80px;
    background: #d9d9d9;
    font-size: 0;
}

.directly_from_parents .slick-dots li button:before {
    display: none;
}

.directly_from_parents .slick-dots li.slick-active button {
    width: 32px;
    height: 8px;
    background: #007AD1;
}

.directly_from_parents .slick-arrow {
    position: absolute;
    top: auto;
    bottom: -18px;
    width: 47px;
    height: 47px;
    transform: none;
    z-index: 3;
    font-size: 0;
    border-radius: 10px;
    border: 1.5px solid var(--basics-transparent-black-300, rgba(0, 0, 0, 0.30));
    background: var(--basics-extremes-white, #FFF);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.80);
}

.directly_from_parents .slick-prev {
    right: max(87px, calc((100vw - 1312px) / 2 + 87px));
    left: auto;
}

.directly_from_parents .slick-next {
    right: max(24px, calc((100vw - 1312px) / 2 + 24px));
}

.directly_from_parents .slick-arrow::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
}

.directly_from_parents .slick-prev::before {
    background-image: url("/wp-content/uploads/2026/04/left-arrow.svg");
}

.directly_from_parents .slick-next::before {
    background-image: url("/wp-content/uploads/2026/04/button-arrow.svg");
}

/*DSS*/
.dss {
    background-color:#15102B;;
    background-image: url("/wp-content/uploads/2026/04/gray-zig-zag-pattern.svg");
    background-position: center center;
    background-repeat: repeat;
    background-size: contain;
}

.dss__container {
    display: flex;
    flex-flow: column;
    gap: 80px;
    align-items: center;
}

.dss__column {
    min-width: 0;
}

.dss__column--card {
    display: flex;
    justify-content: center;
}

.dss-card {
    width: 620px;
    border-radius: 16px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.dss-card__image {
    padding: 40px 109px;
    border-bottom: 2px solid var(--basics-transparent-black-100, rgba(0, 0, 0, 0.10));
    background: #E9F6FB;
    display: flex;
    justify-content: center;
}

.dss-card__image img {
    width: 402px;
    height: 264px;
}
.dss-card__rating{
    display: flex;
    gap: 16px;
}
.dss-card__rating img{
    width: 108px;
    height: 20px;
}
.dss-card__body {
    padding: 16px 32px 32px 32px;
}

.dss-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.dss-card__content {
    flex: 1 1 auto;
    min-width: 0;
}

.dss-card__rating {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

.dss-card__rating img {
    display: block;
    width: 108px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

.dss-card__title,
.dss-card__description,
.dss__card-title span {
    margin: 0 !important;
}

.dss-card__description {
    margin-top: 15px !important;
}

.dss-card__price-wrap {
    flex-shrink: 0;
}

.dss-card__price {
    display: inline-block;
}

.dss-card__features {
    display: flex;
    flex-direction: column;
    margin-top: 19px;
}

.dss-card__feature {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 14px 0;
}
.dss-card__feature:not(:last-child){
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dss-card__feature img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.dss-card__button {
    display: flex;
    padding: 10px 20px 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 10px;
    border: 1.5px solid var(--branding-yellow-yellow, #FFD235);
    background: var(--branding-yellow-yellow, #FFD235);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.80);
    text-decoration: none;
    margin-top: 26px;
}

.dss-card__benefits {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.dss-card__benefit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.dss-card__benefit-icon {
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}

.dss-card__benefit-separator {
    color: #6F6F76;
    line-height: 1;
}
/*Second Column*/
.dss__column--content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dss__title-tag {
    display: inline-flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 160px;
    border: 1px solid #A73A2E;
    background: #431F2B;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.dss__column--content>h2{
    text-align: center;
}
p.dss__description-copy {
   margin: 20px 0px 0px 0px !important;
}

.dss__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    width: 100%;
    margin-top: 48px;
}

.dss__card {
    padding: 32px;
    border: 1px solid transparent;
    border-radius: 24px;
}

.dss__card-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.dss__card-title img {
    display: block;
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
}
.dss__card:first-child .title span{
    font-family: "Nunito", Sans-serif !important; 
    font-size: 22px;
    font-weight: 900;
}
.dss__card:last-child .title span{
    font-size: 32px;
    font-weight: 600;
}
.dss__descriptions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dss .description {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0 !important;
}

.dss .description img {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 2px;
}

/*Testimonials*/
.testimonials {
    background: #FFFFFF;
    overflow: hidden;
}

.testimonials__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.testimonials__column > h1,
.testimonials__column > h2,
.testimonials__column > h3,
.testimonials__column > .title {
    text-align: left;
}

.testimonials__slider-wrap {
    align-self: flex-start;
    width: calc(100vw - max(24px, calc((100vw - 1312px) / 2 + 24px)));
    overflow: hidden;
}

.testimonials__slider {
    width: 100%;
}

.testimonials__slide {
    width: 405px !important;
    min-width: 405px;
    margin-right: 32px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 554px;
    box-sizing: border-box;
    border: 1px solid var(--basics-transparent-black-200, rgba(0, 0, 0, 0.20));
    border-radius: 24px;
    background: #FFFFFF;
}

.testimonials__slide img {
    display: block;
    width: 160px;
    height: 160px;
    margin-bottom: 29px;
    object-fit: cover;
    border-radius: 999px;
}

.testimonials__slide .name,
.testimonials__slide .profession,
.testimonials__slide .desc-summary,
.testimonials__slide .description {
    margin: 0 !important;
}

.testimonials__slide .profession {
    margin-top: 9px !important;
}

.testimonials__slide .desc-summary {
    margin-top: 24px !important;
    padding-top: 24px;
    border-top: 1px solid #E3E5EA;
    text-transform: uppercase;
}

.testimonials__slide .description {
    margin-top: 12px !important;
}

.testimonials .slick-list {
    overflow: visible;
}

.testimonials .slick-track {
    display: flex;
    align-items: stretch;
}

.testimonials .slick-slide {
    width: 341px !important;
    height: auto;
}

.testimonials__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    margin-top: 16px;
}

.testimonials__dots,
.testimonials__arrows {
    display: flex;
    align-items: center;
}

.testimonials__arrows {
    gap: 16px;
    margin-left: auto;
}

.testimonials__controls .slick-dots {
    position: static;
    width: auto;
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.testimonials__controls .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.testimonials__controls .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 80px;
    background: #d9d9d9;
    font-size: 0;
}

.testimonials__controls .slick-dots li button:before {
    display: none;
}

.testimonials__controls .slick-dots li.slick-active button {
    width: 32px;
    height: 8px;
    background: #007AD1;
}

.testimonials__controls .slick-arrow {
    position: static;
    width: 47px;
    height: 47px;
    transform: none;
    z-index: 3;
    font-size: 0;
    border-radius: 10px;
    border: 1.5px solid var(--basics-transparent-black-300, rgba(0, 0, 0, 0.30));
    background: var(--basics-extremes-white, #FFF);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.80);
}

.testimonials__controls .slick-prev {
    left: auto;
    right: auto;
    margin: 0;
}

.testimonials__controls .slick-next {
    right: auto;
    margin: 0;
}

.testimonials__controls .slick-arrow::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
}

.testimonials__controls .slick-prev::before {
    background-image: url("/wp-content/uploads/2026/04/left-arrow.svg");
}

.testimonials__controls .slick-next::before {
    background-image: url("/wp-content/uploads/2026/04/button-arrow.svg");
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    /*Global */
    .section-desktop-padding{
        padding-left: 24px;
        padding-right: 24px;
    }
     /*End Global */
}

@media (min-width: 1200px) {
    
}

@media (min-width: 1400px) {
    /*Hero min-width:1200px*/
   .hero__container {
       gap: 0px;
       grid-template-columns: 765px minmax(0, 1fr);
    }
    .hero__column--content{
        position: relative;
        left: -40px;
    }
    .hero .slick-dotted.slick-slider{
        left: -77px;
    }
}

@media(max-width: 991.98px){
    /*Global*/
    .mobile-section-wrap{
        max-width: 1312px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 80px;
        padding-right: 80px;
    }
    .section-desktop-padding {
        padding-left: 80px;
        padding-right: 80px;
    }
    /*End Global */

    /*Hero max-width:991.98px*/
    .hero.section-padding-top{
        padding-top: 80px !important;
    }
     .hero__container{
        grid-template-columns: minmax(0, 1fr);
     }
     .hero .slider__card{
        display: none;
     }
     .hero .slider__image{
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
     }
     .hero .slick-dots {
        bottom: 20px; 
     }
     .hero_tags{
        align-content: start;
     }
     /*Second Column*/
     .hero__column--content {
        align-items: center;
    }
    .hero__tags{
        justify-content: center;
    }
    /*Awards max-width:991.98px*/
    .awards__column {
       flex-flow: column;
    }
    .award__card {
       padding: 28px 30px 28px 0px;  
    }
    .award__card:not(:last-child) {
       border-right: 0px solid #E8E8E8;
       border-bottom: 2px solid #E8E8E8;
    }
    /*Report max-width:991.98px*/
    .report__cards {
        grid-template-columns: minmax(0, 1fr);
    }
    
    /*On Track max-width:991.98px*/
    .on-track__column{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .on-track__animation{
        width: 100vw;
        max-width: none;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
    .on-track__rive-shell{
        aspect-ratio: 1280 / 840;
    }
    .on-track__features{
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 24px;
    }
    .on-track__features .features__item{
        display: flex;
        padding:14px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: 16px;
        border: 1px solid var(--basics-transparent-black-100, rgba(0, 0, 0, 0.10));
        background: rgba(255, 255, 255, 0.90);
        box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.20);
        backdrop-filter: blur(8px);
    }
    .on-track__features .features__icon{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        flex-shrink: 0;
        border-radius: 16px;
    
    }
    .on-track__features .features__icon img{
        display: block;
        width: 40px;
        height: 40px;
        object-fit: contain;
    }
    .on-track__features .features__content{
        display: flex;
        flex-direction: column;
    }
    .on-track__features .features__title,
    .on-track__features .features__description{
        margin: 0px !important;
    }
    /*Apps max-width:991.98px*/
    .apps__badge{
        display: none;
    }
    .apps__groups .apps__group:not(:first-child){
        display: none;
    }
    .apps__group:first-child .apps__card:nth-child(n + 5){
        display: none;
    }
    .apps__grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .apps__card {
        min-height: 190px;
    }
    .apps__column a{
        width: 100%;
        gap: 13px;
    }
    .apps__column > a img{
        display: block;
    }
    /*Banner max-width:991.98px*/
    .banner {
        height: 250px;
    }
    /*Parents switch max-width: 991.98px*/
    .parents-switch .table,
    .parents-switch .message {
        width: 100vw;
        max-width: none;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
    .parents-switch .message {
        flex-flow: column;
    }
    .parents-switch .message__info{
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .parents-switch__table th{
        text-align: center;
    }
    .parents-switch__table th .table__heading,
    .parents-switch__table th .table__heading-content{
        align-items: center;
    }
    .parents-switch__table th .table__heading--goally{
        justify-content: center;
    }
    .parents-switch__table th .table__heading--goally .table__heading-content{
        text-align: center;
    }
    .parents-switch .table__heading-content img.star{
        display: none;
    }
    .parents-switch .table__heading-tag-wrap{
        display: block;
    }
    .parents-switch .table__heading-tag-wrap .table__heading-tag{
        position: relative;
    }
    .parents-switch .table__heading-tag-wrap .table__heading-tag::before{
        content: "";
        position: absolute;
        top: 40%;
        left: -22px;
        width: 16px;
        height: 16px;
        transform: translateY(-50%);
        background-image: url("/wp-content/uploads/2026/04/start-gold-temp.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .table__heading--goally>img{
        display: none;
    }
    .table__heading-tag{
        padding: 0px;
        border: none;
    }
    /*Directly from parents max-width:991.98px*/
    .directly_from_parents__slider {
        width: 100vw;
        max-width: 100vw;
        align-self: flex-start;
        margin-left: 0;
        margin-right: 0;
        padding-left: 80px;
        box-sizing: border-box;
        overflow: visible;
    }
    .directly_from_parents .slick-list {
        margin-left: 0;
        margin-right: 0;
    }
    .directly_from_parents .slick-dots,
    .directly_from_parents .slick-arrow {
        display: block !important;
    }
    .directly_from_parents .slick-dots {
        display: flex !important;
        left: 80px;
    }
    .directly_from_parents .slick-dotted.slick-slider{
        padding-bottom: 72px;
    }
    .directly_from_parents .slick-prev {
        right: 143px;
    }
    .directly_from_parents .slick-next {
        right: 80px;
    }
    /*DSS max-width:991.98px*/
    .dss__column--card,
    .dss-card,
    .dss__column--content{
        width: 100%;
    }
  

    /*Testimonials max-width:991.98px*/
    .testimonials__slider-wrap {
        width: calc(100vw - 80px);
    }

}

@media (max-width: 575.98px){
    /*Global */
    .section-padding-top{
        padding-top: 32px;
    }
    .section-padding-bottom{
        padding-bottom: 32px;
    }
    .section-padding-bottom-56{
        padding-bottom: 32px;
    }
    .mobile-section-wrap{
        padding-left: 16px;
        padding-right: 16px;
    }
    .section-desktop-padding{
        padding-left: 16px;
        padding-right: 16px;
    }
    .section-gap{
        gap: 25px;
    }

    /* Custom fonts */
    .font-size-14{
        font-size: 12px !important;
        line-height: 18px !important;
    }
    .font-size-16{
        font-size: 14px !important;
        line-height: 20px !important; 
    }
    .font-size-22 {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .font-size-28 {
        font-size: 20px !important;
    }
    .font-size-48{
        font-size: 36px !important;
        line-height: 44px !important;
    }

    section p {
        margin-top: 11px !important;
        margin-bottom: 11px !important;
        font-size: 16px;
    }
    section a {
        font-size: 14px;
        line-height: 25px;
        font-weight: 400;
    }
    .element-margin-top {
        margin-top: 32px !important;
    }
    a span.button__text{
        font-size: 18px;
    }
    /* End Global */

    /*Hero max-width:575px*/
    .hero.section-padding-top{
        padding-top: 32px !important;
    }
    .slider__slide {
        height: 380px;
    }
    .hero__slider .slick-dots {
        bottom: 17px;
    }
    .hero__container{
        gap: 32px;
    }
    .hero__title-tag{
        margin-bottom: 12px;
    }
    .hero p.hero__description{
        margin-top: 7px !important;
    }
    .hero__tag {
        padding: 6px 16px;
    }
    .hero__tags {
        gap: 8px;
    }
    .hero__benefits{
        justify-content: center;
        gap:16px;
    }
    .hero__benefit-separator{
        display: none;
    }
   /*Awards max-width:575.98px*/
   .award__card{
       padding: 16px 0;
   }
   .award__card .award__logo{
    width: 64px !important;
   }
   .award__content{
    gap: 1px;
   }
   /*Report max-width:575.98px*/
   .report__cards{
     gap:8px;
   }
   .report__card{
    padding: 16px 32px;
    min-height: 96px;
    gap: 2px;
   }
   /*On Track max-width:575.98px*/
   .on-track__animation{
       width: 100vw;
       max-width: none;
       margin-left: calc(50% - 50vw);
       margin-right: calc(50% - 50vw);
   }
   .on-track__rive-shell{
       aspect-ratio: 1280 / 840;
   }
   .on-track__features{
       gap: 8px;
       margin-top: 22px;
   }
   .on-track__features .features__item{
       gap: 8px;
       padding: 8px;
       border-radius: 16px;
   }
   .on-track__features .features__icon img {
        width: 44px;
        height: 44px;
   }
   /*Apps max-width:575.98px*/
   .apps__grid{
        margin-top: 0px;;
        gap: 8px;
    }
    .apps__card{
        padding: 16px;
        border-radius: 16px;
        gap: 16px;
        min-height: 175px;
    }
    .apps__card-icon img{
        width: 64px;
        height: 64px;
    }
    p.apps__card-title{
        margin-top: 0px !important;
    }
    p.apps__card-category{
        margin-top: 4px !important;
    }
    p.apps__card-description{
        margin-top: 9px !important;
    }
    .apps a{
        margin-top: 8px !important;
        gap: 12px;
    }
    /*Action max-width: 575.98px*/
    .action__video iframe {
        border-radius: 16px;
    }
    /*Banner max-width:575.98px*/
    .banner{
        height: 200px;
    }
    /*Parents Switch max-width: 575.98px*/
    .parents-switch__table th,
    .parents-switch__table td{
        padding: 16px;
    }
    .parents-switch__table tbody td:nth-child(2) .table__text {
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .parents-switch__table tbody td:nth-child(2) .table__tag {
        font-size: 12px !important;
        line-height: 18px !important;
    }
    .table__heading-content{
        gap: 8px;
    }
    .parents-switch__table th:nth-child(2),
    .parents-switch__table td:nth-child(2) {
        border-left: 6px solid #28958A;
        border-right: 6px solid #28958A;
    }
    .parents-switch__table th:nth-child(2)::before,
    .parents-switch__table td:nth-child(2)::before {
        left: -6px;
        box-shadow:
            -3px 0 10px 0 rgba(48, 172, 160, 0.76),
            -6px 0 18px 1px rgba(48, 172, 160, 0.58);
    }
    .parents-switch__table th:nth-child(2)::after,
    .parents-switch__table td:nth-child(2)::after {
        right: -6px;
        box-shadow:
            3px 0 10px 0 rgba(48, 172, 160, 0.76),
            6px 0 18px 1px rgba(48, 172, 160, 0.58);
    }
    .parents-switch__table thead th:nth-child(2) {
        background-size: 100% 6px, 100% 4px;
        box-shadow:
            0 -3px 8px -8px rgba(48, 172, 160, 0.72),
            0 -6px 14px -8px rgba(48, 172, 160, 0.56);
    }
    .parents-switch__table tbody tr:last-child td:nth-child(2) {
        border-bottom: 6px solid #28958A;
        box-shadow:
            0 3px 8px -8px rgba(48, 172, 160, 0.72),
            0 6px 14px -8px rgba(48, 172, 160, 0.56);
    }
    .table__feature{
        flex-flow: column;
        align-items: start;
        gap: 8px;
    }
    .parents-switch .table__heading-tag-wrap .table__heading-tag::before{
        top: 21%;
        left: 11px;
    }
    .parents-switch .message{
        padding: 16px 24px 24px 24px;
        gap: 16px;
    }
    .parents-switch .message__info p{
        margin: 0px !important;
    }
    .parents-switch .message__info p.description{
        margin-top: 5px !important;
    }
    .parents-switch .message a{
        width: 100%;
        box-sizing: border-box;
    }
   /*Directly from parents max-width:575.98px*/
   .directly_from_parents {
     padding-bottom: 48px !important;
   }
   .directly_from_parents__slider {
       width: 100vw;
       max-width: 100vw;
       align-self: flex-start;
       margin-left: 0;
       margin-right: 0;
       padding-left: 16px;
       box-sizing: border-box;
       overflow: visible;
   }
   .directly_from_parents .slick-list {
       margin-left: 0;
       margin-right: 0;
   }
   .directly_from_parents .slick-dotted.slick-slider {
       padding-bottom: 56px;
   }
   .directly_from_parents .slick-slide,
   .directly_from_parents .slick-slide > div,
   .directly_from_parents__slide {
       width: 286px !important;
       min-width: 286px;
       height: 480px;
       padding: 0 16px 0 0;
   }
   .directly_from_parents__iframe,
   .directly_from_parents__iframe-overlay {
       width: 270px !important;
       min-width: 270px;
       height: 480px !important;
       min-height: 480px;
   }
    .directly_from_parents .slick-dots {
        display: flex !important;
        left: 16px;
        bottom: 3.5px;
    }
   .directly_from_parents .slick-arrow {
       display: block !important;
       bottom: -16px;
   }
   .directly_from_parents .slick-prev {
       right: 79px;
   }
   .directly_from_parents .slick-next {
       right: 16px;
   }
    /*DSS max-width:575.98px*/
    .dss-card__image{
        padding: 48.44px 23.776px 47.56px 24px;
    }
    .dss-card__image img {
        width: 100%;
        height: auto;
    }
    .dss-card__body{
        padding: 16px;
    }
    .dss-card__rating span{
        font-size: 14px !important;
    }
    .dss-card__price{
        font-size: 22px !important;
    }
    .dss-card__rating {
        margin-bottom: 9px;
    }
    .dss-card__description {
        margin-top: 8px !important;
    }
    .dss-card__features{
        margin-top: 8px !important;
        gap: 8px !important;
    }
    .dss-card__feature{
        padding: 8px 0px !important;
    }
    .dss-card__button{
        margin-top: 24px;
    }
    .dss-card__benefits {
        margin-top: 18px;
    }
    .dss-card__benefit-separator{
        display: none;
    }
    .dss-card__benefits {
        gap: 16px;
    }
    .dss__container{
        gap: 24px;
    }
    /*Second column*/
    .dss__title-tag{
        font-size: 14px !important;
        margin-bottom: 10px;
    }
    p.dss__description-copy {
        margin: 15px 0px 0px 0px !important;
    }
    .dss__cards{
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        margin-top: 24px;
    }
    .dss__cards .dss__card:first-child{
        order: 2;
    }
    .dss__cards .dss__card:last-child{
        order: 1;
    }
    .dss__descriptions {
       gap: 10px;
    }
    /*Testimonials max-width:575.98px*/
    .testimonials__slider-wrap {
        width: calc(100vw - 16px);
        max-width: calc(100vw - 16px);
        align-self: flex-start;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
    }
    .testimonials .slick-list {
        margin-left: 0;
        margin-right: -16px;
    }
    .testimonials .slick-slide,
    .testimonials .slick-slide > div {
        width: 286px !important;
        min-width: 286px;
    }
    .testimonials__slide {
        width: 270px !important;
        min-width: 270px;
        min-height: 480px;
        margin-right: 16px;
        padding: 16px;
    }
    .testimonials__slide img {
        width: 96px;
        height: 96px;
        margin-bottom: 16px;
    }
    .testimonials p.desc-summary{
        font-size: 14px !important;
    }
    .testimonials__slide .profession {
        margin-top: 3px !important;
    }
    .testimonials__slide .desc-summary {
    margin-top: 16px !important;
    padding-top: 16px;
    }
    .testimonials__controls {
        margin-top: -6px;
    }
}
