:root {
    --td-blue: #124286;
    --td-sky: #62D8FC;
    --td-text: #1f2937;
    --td-muted: #6b7280;
    --td-border: rgba(18, 66, 134, .14);
    --td-shadow: 0 12px 28px rgba(18, 66, 134, .10);
    --td-bg: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}
.td-section-bg {
    background: var(--td-bg);
    font-size: 16px;
}
.td-wheaton-highlights,
.td-services,
.td-reviews,
.td-contact,
.td-team {
    background: var(--td-bg);
    font-size: 16px;
}
.td-kicker {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--td-blue);
    opacity: .9;
    margin-bottom: 10px;
}
.td-title {
    margin: 0 0 8px 0;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 800;
    color: var(--td-blue);
}
@media (max-width: 576px) {
    .td-title {
        font-size: 26px;
    }
}
.td-sub {
    margin: 0;
    color: var(--td-muted);
    line-height: 1.55;
    font-size: 16px;
}
.td-title--underline::after {
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--td-sky), var(--td-blue));
    opacity: .9;
}
.td-card {
    background: #fff;
    border: 1px solid var(--td-border);
    border-radius: 18px;
    box-shadow: var(--td-shadow);
}
.td-card--hover {
    transition: all .18s ease;
}
.td-card--hover:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(18, 66, 134, .14);
}
.td-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(98, 216, 252, .30), rgba(18, 66, 134, .10));
    border: 1px solid rgba(98, 216, 252, .45);
    color: var(--td-blue);
}
.td-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 900;
    text-decoration: none;
    transition: all .18s ease;
}
.td-btn--primary {
    background: var(--td-sky);
    color: var(--td-blue);
    box-shadow: 0 10px 20px rgba(18, 66, 134, .14);
    border: none;
}
.td-btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(18, 66, 134, .18);
    color: var(--td-blue);
}
.td-btn--outline {
    background: #fff;
    color: var(--td-blue);
    border: 2px solid rgba(18, 66, 134, .28);
}
.td-btn--outline:hover {
    transform: translateY(-1px);
    border-color: rgba(18, 66, 134, .45);
    color: var(--td-blue);
}
.td-banner {
    padding: 36px 16px;
    background: #fff;
    font-size: 16px;
}
.td-banner__container {
    max-width: 1200px;
    margin: 0 auto;
}
.td-banner__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 28px;
}
.td-banner__left {
    flex: 1 1 560px;
    max-width: 620px;
}
.td-banner__title {
    font-size: 40px;
    line-height: 1.1;
    margin: 0 0 10px 0;
    color: var(--td-blue);
}
.td-banner__sub {
    color: #4b5563;
    margin: 0 0 18px 0;
    max-width: 560px;
    font-size: 16px;
    line-height: 1.55;
}
.td-banner__list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
    max-width: 560px;
}
.td-banner__list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--td-text);
    margin: 10px 0;
    line-height: 1.45;
}
.td-bullet {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(98, 216, 252, .20);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    flex: 0 0 22px;
}
.td-bullet i {
    color: var(--td-blue);
    font-size: 12px;
}
.td-banner__cta {
    display: inline-flex;
    border-radius: 999px;
    padding: 12px 22px;
    background: var(--td-sky);
    color: var(--td-blue);
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .15);
    border: none;
    transition: all .18s ease;
    text-decoration: none;
}
.td-banner__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
}
.td-banner__right {
    flex: 1 1 420px;
    display: flex;
    justify-content: center;
}
.td-banner__photoWrap {
    border-radius: 26px;
    overflow: hidden;
    background: #fff;
}
.td-banner__photo {
    display: block;
    max-width: 520px;
    width: 100%;
    height: auto;
}
.td-wheaton-highlights {
    padding: 54px 0;
}
.td-wh-header {
    text-align: center;
    margin-bottom: 22px;
}
.td-wh-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--td-blue);
    opacity: .9;
    margin-bottom: 10px;
}
.td-wh-kicker .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--td-sky);
    box-shadow: 0 0 0 4px rgba(98, 216, 252, .18);
}
.td-wh-title {
    margin: 0 0 8px 0;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    color: var(--td-blue);
}
.td-wh-title::after {
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--td-sky), var(--td-blue));
    opacity: .9;
}
@media (max-width: 768px) {
    .td-wh-title {
        font-size: 24px;
    }
}
.td-wheaton-highlights__row {
    row-gap: 18px;
    margin-top: 22px;
}
.td-wh {
    padding: 2px;
}
.td-wh-card {
    height: 100%;
    padding: 18px 16px;
    border-radius: 16px;
    border: 1px solid var(--td-border);
    background: #fff;
    box-shadow: var(--td-shadow);
    display: flex;
    gap: 12px;
    align-items: flex-start;
    transition: all .18s ease;
}
.td-wh-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(18, 66, 134, .14);
}
.td-wh__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    margin-top: 2px;
    background: linear-gradient(135deg, rgba(98, 216, 252, .30), rgba(18, 66, 134, .10));
    border: 1px solid rgba(98, 216, 252, .45);
}
.td-wh__icon i {
    font-size: 18px;
    color: var(--td-blue);
}
.td-wh__title {
    margin: 0 0 4px 0;
    font-size: 17px;
    font-weight: 800;
    color: var(--td-blue);
}
.td-wh__text {
    margin: 0;
    font-size: 16px;
    color: var(--td-text);
    line-height: 1.45;
}
.td-wh-note {
    margin-top: 18px;
    text-align: center;
    color: var(--td-muted);
    font-size: 14px;
}
.td-services {
    padding: 56px 0;
}
.td-services__head {
    text-align: left;
    margin-bottom: 18px;
}
.td-services__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}
@media (max-width: 1200px) {
    .td-services__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 992px) {
    .td-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 576px) {
    .td-services__grid {
        grid-template-columns: 1fr;
    }
    .td-services__title {
        font-size: 26px;
    }
}
.td-service {
    background: #fff;
    border: 1px solid var(--td-border);
    border-radius: 18px;
    box-shadow: var(--td-shadow);
    padding: 16px;
    height: 100%;
    transition: all .18s ease;
}
.td-service:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(18, 66, 134, .14);
}
.td-service__icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(98, 216, 252, .30), rgba(18, 66, 134, .10));
    border: 1px solid rgba(98, 216, 252, .45);
    color: var(--td-blue);
    margin-bottom: 10px;
    font-size: 18px;
}
.td-service__icon span {
    font-size: 20px;
    color: var(--td-blue);
}
.td-service__title {
    margin: 0 0 6px 0;
    font-size: 17px;
    font-weight: 900;
    color: var(--td-blue);
    line-height: 1.25;
}
.td-service__text {
    margin: 0 0 10px 0;
    color: var(--td-text);
    line-height: 1.55;
}
.td-service__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--td-blue);
    font-weight: 800;
    text-decoration: none;
}
.td-service__link i {
    font-size: 12px;
}
.td-service--featured {
    border-color: rgba(98, 216, 252, .70);
    box-shadow: 0 16px 36px rgba(18, 66, 134, .12);
}
.td-services__cta {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.td-services__note {
    margin-top: 14px;
    color: var(--td-muted);
    font-size: 14px;
}
.td-reviews {
    padding: 56px 0;
}
.td-reviews__head {
    text-align: left;
    margin-bottom: 18px;
}
.td-reviews__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--td-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--td-shadow);
    margin: 18px 0;
}
.td-reviews__score {
    display: flex;
    align-items: center;
    gap: 12px;
}
.td-reviews__scoreNum {
    font-size: 34px;
    font-weight: 900;
    color: var(--td-blue);
    line-height: 1;
}
.td-reviews__stars i {
    color: #f5c542;
    margin-right: 2px;
}
.td-reviews__meta {
    font-size: 14px;
    color: var(--td-muted);
    margin-top: 2px;
}
.td-reviews__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.td-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
@media (max-width: 992px) {
    .td-reviews__grid {
        grid-template-columns: 1fr;
    }
    .td-reviews__summary {
        flex-direction: column;
        align-items: flex-start;
    }
    .td-reviews__actions {
        justify-content: flex-start;
    }
}
.td-review {
    background: #fff;
    border: 1px solid var(--td-border);
    border-radius: 18px;
    box-shadow: var(--td-shadow);
    padding: 16px;
}
.td-review__top {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}
.td-review__avatar {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: var(--td-blue);
    background: rgba(98, 216, 252, .25);
    border: 1px solid rgba(98, 216, 252, .45);
}
.td-review__name {
    font-weight: 900;
    color: var(--td-text);
    line-height: 1.2;
}
.td-review__source {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--td-muted);
    margin-top: 2px;
}
.td-review__dot {
    opacity: .6;
}
.td-review__text {
    margin: 0;
    color: var(--td-text);
    line-height: 1.55;
}
.td-reviews__footer {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(18, 66, 134, .10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.td-reviews__footerText {
    margin: 0;
    color: var(--td-muted);
}
.td-contact {
    padding: 28px 0 46px;
}
.td-contact__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
@media (max-width: 991px) {
    .td-contact__grid {
        grid-template-columns: 1fr;
    }
}
.td-contact__card {
    background: #fff;
    border: 1px solid var(--td-border);
    border-radius: 18px;
    box-shadow: var(--td-shadow);
    padding: 18px;
}
.td-contact__head {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
}
.td-contact__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(98, 216, 252, .30), rgba(18, 66, 134, .10));
    border: 1px solid rgba(98, 216, 252, .45);
    flex: 0 0 44px;
    color: var(--td-blue);
}
.td-contact__title {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: var(--td-blue);
    line-height: 1.2;
}
.td-contact__sub {
    margin: 2px 0 0;
    font-size: 14px;
    color: var(--td-muted);
}
.td-contact__list {
    list-style: none;
    padding: 0;
    margin: 12px 0 16px;
}
.td-contact__list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(18, 66, 134, .08);
    color: var(--td-text);
}
.td-contact__list li:last-child {
    border-bottom: none;
}
.td-day {
    font-weight: 700;
    color: var(--td-text);
}
.td-time {
    color: var(--td-text);
    opacity: .92;
}
.td-contact__addr {
    margin: 10px 0 16px;
    color: var(--td-text);
    line-height: 1.45;
}
.td-contact__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 800;
    text-decoration: none;
    transition: all .18s ease;
}
.td-contact__btn--primary {
    background: var(--td-sky);
    color: var(--td-blue);
    box-shadow: 0 10px 20px rgba(18, 66, 134, .14);
    border: none;
}
.td-contact__btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(18, 66, 134, .18);
}
.td-contact__btn--outline {
    background: #fff;
    color: var(--td-blue);
    border: 2px solid rgba(18, 66, 134, .28);
}
.td-contact__btn--outline:hover {
    transform: translateY(-1px);
    border-color: rgba(18, 66, 134, .45);
}
.td-contact__note {
    margin: 12px 0 0;
    font-size: 14px;
    color: var(--td-muted);
}
.td-team {
    padding: 56px 12px;
}
.td-team__head {
    text-align: center;
    margin-bottom: 18px;
}
.td-team__kicker {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--td-blue);
    opacity: .9;
    margin-bottom: 10px;
}
.td-team__title {
    margin: 0 0 8px 0;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 800;
    color: var(--td-blue);
}
#plans .payment-card p {
    font-size: 16px;
}
.payment-note {
    margin-top: 14px;
    font-size: 14px;
    color: var(--td-muted);
    text-align: center;
}
.ig-grid .container {
	max-width: 1200px;
	padding: 80px 0px 80px;
}
.ig-grid .title {
	text-align: center;
	margin: 0 0 6px;
	font-weight: 800;
}
.ig-grid .title span {
	color: #124286;
}
.ig-grid .subtitle {
	text-align: center;
}
.ig-grid {
	--gap: 10px;
}
.ig-grid .grid {
	display: grid;
	gap: var(--gap);
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.ig-grid .cell {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 12px;
	aspect-ratio: 1 / 1;
	background: #f2f4f7;
}
.ig-grid .cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1);
	transition: transform .25s ease;
}
.ig-grid .cell:hover img {
	transform: scale(1.04);
}
@media (min-width:768px) {
	.ig-grid .grid {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	}
}
@media (min-width:1200px) {
	.ig-grid .grid {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}
}
.ig-lightbox[hidden] {
	display: none;
}
.ig-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .86);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	padding: 20px;
}
.ig-lightbox img {
	width: auto;
	height: auto;
	max-width: 92vw;
	max-height: 92vh;
	border-radius: 10px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
}
.iglb-close,
.iglb-prev,
.iglb-next {
	position: absolute;
	background: rgba(255, 255, 255, .14);
	border: 0;
	color: #fff;
	cursor: pointer;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .2s ease, transform .2s ease;
}
.iglb-close {
	top: 14px;
	right: 16px;
	font-size: 32px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
}
.iglb-prev,
.iglb-next {
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 28px;
}
.iglb-prev {
	left: 16px;
}
.iglb-next {
	right: 16px;
}
.iglb-close:hover,
.iglb-prev:hover,
.iglb-next:hover {
	background: rgba(255, 255, 255, .22);
	transform: translateY(-50%) scale(1.05);
}
.iglb-close:hover {
	transform: none;
}
.iglb-close:focus,
.iglb-prev:focus,
.iglb-next:focus {
	outline: 2px solid #62D8FC;
	outline-offset: 2px;
}
@media (max-width:420px) {
	.iglb-prev,
	.iglb-next {
		width: 38px;
		height: 38px;
		font-size: 24px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: portrait) {
	.ig-grid .grid {
		gap: 5px;
		grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
		margin: 10px;
	}
}
.faq-plain {
	--primary: #121a3a;
	--divider: #eaeaea;
	--subtitle: #52a4e4ff;
}
.faq-plain h3 {
	font-size: 3em;
}
.faq-plain .subtitle {
	color: var(--subtitle);
	font-weight: 500;
	letter-spacing: .3px;
	margin-top: 1.5rem;
	margin-bottom: .5rem;
}
.faq-plain .faq-item {
	border-bottom: 1px solid var(--divider);
}
.faq-plain .faq-btn {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1.25rem 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	text-align: left;
	cursor: pointer;
	color: var(--primary);
	font-weight: 800;
	font-size: 1.1em;
	line-height: 1.25;
}
.faq-plain .faq-btn:focus {
	outline: none;
}
.faq-plain .faq-btn::after {
	content: "";
	width: 20px;
	height: 20px;
	margin-left: auto;
	transition: transform .2s ease;
	background-color: var(--primary);
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23121a3a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat center / contain;
	-webkit-mask: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23121a3a%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpolyline points=%276 9 12 15 18 9%27/%3E%3C/svg%3E') no-repeat center / contain;
}
.faq-plain .faq-btn[aria-expanded="true"]::after {
	transform: rotate(180deg);
}
.faq-plain .faq-panel {
	overflow: hidden;
	height: 0;
	transition: height .25s ease;
	will-change: height;
}
.faq-plain .faq-panel-inner {
	padding: .25rem 0 1.25rem 0;
	color: #3d4863;
	font-weight: 500;
	max-width: 58ch;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: portrait) {
	.faq-plain h3 {
		font-size: 2em;
	}
}