:root {
    --primary-color: #6ECCCE;
    --primary-color-800: #8BD6D8;
    --primary-color-200: #E2F5F5;
    --primary-color-100: #F1FAFA;
    --tones-1000: #131313;
    --tones-800: #424242;
    --tones-600: #757575;
    --tones-400: #BDBDBD;
    --tones-200: #F1F1F1;
    --tones-000: #FFFFFF;
    --ui-text-black: #131313;
    --ui-text-primary: #323130;
    --ui-text-secondary: #555555;
    --ui-lines: #BDBDBD;
    --semantic-info: #1D70B8;
    --semantic-success: #4CAF50;
    --semantic-warning: #FBCA32;
    --semantic-error: #E4002B;
    --ui-focus: #6AB9FD;
    --ui-success-shade: #EDF7ED;
    --ui-warning-shade: #FFFAEA;
    --ui-error-shade: #FCE5EA;
    --white: #FFFFFF;
    --black: #19221D;

    /* Bootstrap color overrides */
    --bs-danger: #E4002B;
    --bs-danger-rgb: 228, 0, 43;
    --bs-warning: #FBCA32;
    --bs-warning-rgb: 251, 202, 50;
    --bs-success: #4CAF50;
    --bs-success-rgb: 76, 175, 80;
    --bs-info: #1D70B8;
    --bs-info-rgb: 29, 112, 184;
}

html {
    scroll-behavior: auto !important;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    color: var(--ui-text-primary);
}

/* Typography */

.sub-title {
    font-weight: 700;
    font-size: 18px;
}

.medium {
    font-weight: 500;
}

.light {
    font-weight: 300;
}

p strong {
    font-weight: 700;
}

small,
p small {
    font-size: 14px;
    line-height: 20px;
}

h1,
.h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}

h2,
.h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 30px;
}

h2 strong,
.h2 strong {
    font-weight: 700;
}

h3,
.h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.1px;
    margin-bottom: 20px;
}

h4,
.h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

h5,
.h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.15px;
}

h5 strong,
.h5 strong {
    font-weight: 700;
}

h6,
.h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* Desktop Typography */
@media (min-width: 1200px) {
    h1 {
        font-size: 60px;
        line-height: 68px;
    }

    h2 {
        font-size: 48px;
        line-height: 60px;
    }

    h3 {
        font-size: 34px;
        line-height: 42px;
        letter-spacing: 0.25px;
    }

    h6 {
        font-size: 20px;
    }
}

.btn {
    padding: 12px 20px;
    border-radius: 8px;
    border: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.btn:focus {
    outline: 2px solid var(--ui-focus) !important;
    outline-offset: 2px;
}

footer {
    background: #32323C;
    color: var(--white);
}

a {
    color: var(--white);
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

footer a {
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

footer li {
    padding-top: 10px;
}

.apple-link,
.google-link {
    background: no-repeat center center;
    background-size: contain;
    width: 120px;
    height: 40px;
    display: inline-block;
}

.apple-link:hover,
.google-link:hover {
    opacity: 0.7;
}

.apple-link {
    background-image: url('../images/apple-link.png');
}

.google-link {
    background-image: url('../images/google-link.png');
}

.nav-link {
    color: var(--ui-text-black);
    font-weight: 700;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: var(--white);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 999;
    padding-top: 100px;
}

body.admin-bar .mobile-menu {
    padding-top: 132px;
}

.mobile-menu.is-open {
    transform: translateX(0);
}

body.mobile-menu-open {
    overflow: hidden;
}

header {
    z-index: 1000;
}

header .navbar {
    z-index: 1001;
}

.rounded-image {
    border-radius: 20px;
    overflow: hidden;
}

.icon-container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--black);
}

.icon {
    width: 28px;
    height: 28px;
    background: no-repeat center center;
    background-size: contain;
}

.icons-row {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.icons-row::-webkit-scrollbar {
    display: none;
}

.icons-row .icon-item {
    width: 66.666%;
    min-width: 66.666%;
}

.container-extra-large {
    max-width: 1500px;
}

main {
    padding-top: 60px;
}

/* Ticker */
.ticker {
    overflow: hidden;
}

.ticker-wrapper {
    overflow: hidden;
    width: 100%;
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: ticker 30s linear infinite;
}

.ticker-item {
    flex-shrink: 0;
    padding: 0 30px;
}

.ticker-item img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

@keyframes ticker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.ticker-wrapper:hover .ticker-track {
    animation-play-state: paused;
}

.btn-outline-dark {
    border: 1px solid var(--tones-1000);
    color: var(--tones-1000);
}

.btn-outline-dark:hover {
    outline: 1px solid var(--tones-1000);
    background-color: transparent;
    color: var(--tones-1000);
    opacity: 1;
}

.btn-outline-dark:active {
    background-color: var(--tones-200) !important;
    color: var(--tones-1000) !important;
}

.btn-outline-dark:focus {
    background-color: var(--tones-400);
}

.btn-dark:hover {
    background-color: var(--ui-text-secondary);
}

.btn-dark:focus {
    background-color: var(--tones-600);
}

.gform_required_legend {
    display: none;
}

.gfield_label {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.gfield_required_asterisk {
    color: var(--ui-text-black) !important;
}

.ginput_container_text input,
.ginput_container_email input,
.ginput_container_textarea textarea {
    border-radius: 8px !important;
    border-width: 2px !important;
}

.gform-theme--foundation .gform_fields {
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
}

.gform_button {
    margin-left: auto !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    border: 0 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    background-color: var(--ui-text-black) !important;
    color: var(--white) !important;
    transition: all 0.3s ease !important;
}

.gform_button:hover {
    background-color: var(--ui-text-secondary) !important;
    color: var(--white) !important;
    opacity: 1 !important;
}

.teachme-icon {
    width: 48px;
    height: 48px;
    background: no-repeat center center;
    background-size: contain;
}

.btn.disabled {
    background-color: var(--tones-200) !important;
    color: var(--tones-800) !important;
    opacity: 1 !important;
}

.btn.site-link {
    position: relative;
}

.btn.site-link:hover {
    opacity: 1 !important;
}

.btn.site-link::after {
    content: '';
    position: absolute;
    background: url('../images/chevron-white.svg') no-repeat center center;
    background-size: contain;
    width: 7px;
    height: 14px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.btn.site-link.dark-text:hover::after {
    background-image: url('../images/chevron-black.svg?v=1');
}

.btn.site-link:hover::after {
    transform: translateY(-50%) translateX(-5px);
}

.btn.site-link.disabled::after {
    display: none;
}

.features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 11px;
}

.features-list li {
    position: relative;
    padding-left: 24px;
    line-height: 22px;
    padding-bottom: 4px;
    font-weight: 200;
}

.features-list li:before {
    content: "";
    position: absolute;
    background: url(../images/tick.svg) no-repeat left center;
    background-size: contain;
    width: 16px;
    height: 16px;
    left: 0;
    top: 5px;
}

.icons-carousel .swiper-pagination {
    bottom: -5px;
}

.icons-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #323130e6;
}

.swiper {
    padding-bottom: 10px;
}