﻿/*
Theme Name: Du hoc Hanna Flatsome Child
Theme URI: https://duhochanna.vn
Description: Child theme for the Du hoc Hanna study abroad site built on Flatsome.
Author: Du hoc Hanna
Template: flatsome
Version: 1.0.0
Text Domain: cenedu-flatsome
*/
body {
  font-family: Roboto, sans-serif !important;
  font-size: 14px;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.nav > li > a,
.header-top,
.site-heading,
.site-promo-modal,
.site-chat-shell {
  font-family: Roboto, sans-serif !important;
}
/* Site clone layer */
:root {
  --site-navy: #081c2f;
  --site-blue: #00499b;
  --site-red: #ff0d0d;
  --site-orange: #ff8a15;
  --site-ink: #282a39;
  --site-muted: #767983;
  --site-line: #e4e7ee;
}

body {
  color: var(--site-ink);
}

.fcb-container {
  display: none !important;
}

.header-top {
  min-height: 30px;
  border-bottom: 0;
  background: var(--site-navy);
}

.header-top,
.header-top a,
.header-top .nav-small > li.html {
  color: #fff;
  font-size: 14px;
}

.header-main {
  box-shadow: none;
}

.header-nav-main > li > a {
  color: #000;
  font-weight: 700;
  text-transform: none;
}

.header-button .button,
.site-red-button {
  border-radius: 5px;
  background: var(--site-red) !important;
  color: #fff !important;
  font-weight: 800;
}

.site-hero img {
  display: block;
  width: 100%;
}

.site-hero-slider {
  overflow: hidden;
  background: #f3f6fb;
}

.site-hero-slider .slider-wrapper,
.site-hero-slider .flickity-viewport,
.site-hero-slider .banner {
  min-height: 506px;
}

.site-hero-slider .flickity-button {
  width: 34px;
  height: 58px;
  border-radius: 0;
  background: rgba(2, 32, 67, .88);
  color: #fff;
}

.site-hero-slider .flickity-page-dots {
  bottom: 16px;
}

.site-heading {
  margin: 0;
  color: #333;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.site-heading span {
  color: var(--site-orange);
}

.site-welcome {
  padding: 24px 0 42px;
  background: #fff;
}

.site-consult-band {
  background: var(--site-navy);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.site-consult-wrap {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  min-height: 178px;
  align-items: center;
}

.site-consult-title {
  position: relative;
  height: 132px;
  display: flex;
  align-items: center;
  padding: 0 34px;
  background: var(--site-red);
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .12);
}

.site-consult-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  width: 52px;
  height: 52px;
  background: #fff;
  transform: translateY(-50%) rotate(45deg);
}

.site-consult-copy {
  min-width: 0;
  padding: 24px 0 24px 44px;
  color: #fff;
  font-weight: 700;
}

.site-consult-copy > p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.45;
}

.site-consult-copy strong {
  color: var(--site-orange);
}

.site-form-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 14px;
  align-items: center;
}

.site-form p {
  margin: 0;
}

.site-form input,
.site-form select {
  width: 100%;
  height: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #ccd5e1;
  border-radius: 5px;
  background: #fff;
  color: #1f2937;
  font-size: 14px;
  font-weight: 700;
  line-height: 42px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .12);
}

.site-form select {
  appearance: auto;
}

.site-form input::placeholder {
  color: #707988;
  opacity: 1;
}

.site-form button {
  width: 100%;
  min-height: 42px;
  margin: 0;
  border: 0;
  border-radius: 5px;
  background: var(--site-red);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 3px 0 #b80f15, 0 10px 22px rgba(238, 28, 37, .24);
}

.site-card-grid,
.site-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.site-card,
.site-news-card {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .12);
  transition: transform .22s ease, box-shadow .22s ease;
}

.site-card:hover,
.site-news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .16);
}

.site-card img,
.site-news-card img {
  display: block;
  width: 100%;
  aspect-ratio: 380 / 240;
  object-fit: cover;
  transition: transform .45s ease;
}

.site-card:hover img,
.site-news-card:hover img {
  transform: scale(1.045);
}

.site-card h3,
.site-news-card h3 {
  margin: 0;
  padding: 14px 14px 18px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.site-section {
  padding: 62px 0;
}

.site-section-soft {
  background: #f9f9f9;
}

.site-events .site-news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-class-table {
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
}

.site-class-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 140px;
  gap: 1px;
  background: var(--site-line);
}

.site-class-row > div {
  padding: 14px 16px;
  background: #fff;
}

.site-class-row:not(.head):hover > div {
  background: #f6f9ff;
}

.site-class-row.head > div {
  background: var(--site-blue);
  color: #fff;
  font-weight: 800;
}

.site-footer {
  background: var(--site-navy);
  color: #fff;
}

.site-footer h3,
.site-footer h4 {
  color: #fff;
}

.site-footer a {
  color: #fff;
}

.site-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 28, 47, .94), rgba(0, 73, 155, .84));
  color: #fff;
}

.site-cta h2 {
  color: #fff;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.2;
}

.site-activity-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 16px;
}

.site-activity-tile {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  transition: transform .22s ease, box-shadow .22s ease;
}

.site-activity-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .16);
}

.site-activity-tile:first-child {
  grid-row: span 2;
  min-height: 456px;
}

.site-activity-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .68));
}

.site-activity-tile h3 {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

.site-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.site-video {
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .12);
  transition: transform .22s ease, box-shadow .22s ease;
}

.site-video:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .16);
}

.site-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.site-video h3 {
  margin: 0;
  padding: 14px 16px 18px;
  color: #333;
  font-size: 18px;
}

.site-footer .footer-logo {
  max-width: 190px;
  margin-bottom: 18px;
  padding: 10px 14px;
  border-radius: 4px;
  background: #fff;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 28px;
}

.site-footer-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 6px;
}

.site-floating-left {
  position: fixed;
  left: 16px;
  bottom: 18px;
  z-index: 1000;
  display: grid;
  gap: 12px;
}

.site-floating-left a,
.site-floating-right a,
.site-floating-right button {
  text-decoration: none;
}

.site-floating-left a {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 999px;
  border: 3px solid #fff;
  background: #0476ff;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 0 0 9px rgba(4, 118, 255, .16), 0 12px 28px rgba(2, 18, 45, .22);
  animation: site-pulse 1.8s ease-in-out infinite;
}

.site-floating-left a + a {
  background: #1428d4;
  box-shadow: 0 0 0 9px rgba(20, 40, 212, .16), 0 12px 28px rgba(2, 18, 45, .22);
}

.site-floating-right {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  display: grid;
  justify-items: end;
  gap: 10px;
}

.site-floating-right a,
.site-floating-right button {
  display: grid;
  min-width: 126px;
  min-height: 48px;
  place-items: center;
  border: 0;
  border-radius: 8px 8px 0 0;
  background: #0057d9;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}

.site-floating-right .site-quick-register {
  min-width: 150px;
  min-height: 36px;
  border-radius: 6px 6px 0 0;
  background: #ee1c25;
}

.site-floating-right .site-chat-trigger {
  position: relative;
  padding-left: 42px;
}

.site-floating-right .site-chat-trigger::before {
  content: "";
  position: absolute;
  left: 14px;
  width: 19px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 8px;
}

.site-floating-right .site-chat-trigger::after {
  content: "";
  position: absolute;
  left: 25px;
  bottom: 13px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(35deg);
}

.site-floating-right a:hover,
.site-floating-right button:hover,
.site-floating-left a:hover {
  transform: translateY(-3px);
}

.site-chat-shell {
  position: fixed;
  right: 18px;
  bottom: 82px;
  z-index: 1201;
  display: grid;
  grid-template-rows: 60px 1fr 72px;
  width: min(350px, calc(100vw - 28px));
  height: min(520px, calc(100vh - 120px));
  overflow: visible;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7, 23, 56, .28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(.98);
  transition: opacity .2s ease, transform .2s ease;
}

.site-chat-shell.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.site-chat-header {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 4px;
  padding: 0 12px;
  background: #0567ff;
  border-radius: 18px 18px 0 0;
  color: #fff;
  font-size: 20px;
}

.site-chat-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.site-chat-body {
  overflow-y: auto;
  padding: 18px;
  background: linear-gradient(180deg, #fff 0%, #fff 78%, #f8fafc 100%);
}

.site-chat-spacer {
  min-height: 205px;
}

.site-chat-label {
  margin: 0 0 6px 70px;
  color: #555;
  font-size: 12px;
}

.site-chat-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.site-agent-avatar {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: #edf2f7;
  color: #0f172a;
  font-size: 12px;
  font-weight: 800;
}

.site-chat-bubble {
  max-width: 230px;
  margin: 8px 0;
  padding: 12px 14px;
  border-radius: 8px;
  background: #0567ff;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.site-chat-bubble.is-user {
  margin-left: auto;
  background: #0f172a;
}

.site-chat-bubble.is-agent {
  margin-left: 52px;
}

.site-chat-input-row {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-top: 1px solid #edf2f7;
  background: #fff;
}

.site-chat-input-row input {
  min-width: 0;
  border: 0;
  box-shadow: none;
  font-size: 13px;
}

.site-chat-input-row button {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #1f2937;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.site-chat-powered {
  position: absolute;
  left: 50%;
  bottom: -48px;
  padding: 7px 20px;
  border-radius: 999px;
  background: #fff;
  color: #666;
  font-size: 12px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .14);
  transform: translateX(-50%);
}

.site-chat-shell-old {
  display: none !important;
}

.site-promo-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center start;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.site-promo-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.site-promo-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .62);
  backdrop-filter: blur(1px);
}

.site-promo-panel {
  position: relative;
  display: grid;
  grid-template-columns: 372px minmax(420px, 575px);
  gap: 36px;
  width: min(965px, calc(100vw - 44px));
  margin-left: clamp(120px, 9vw, 180px);
  padding: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 28px 80px rgba(15, 23, 42, .18);
  transform: translateY(16px) scale(.98);
  transition: transform .2s ease;
}

.site-promo-modal.is-open .site-promo-panel {
  transform: translateY(0) scale(1);
}

.site-promo-close {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #ff1f1f;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
}

.site-promo-close::before,
.site-promo-close::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 2px;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform-origin: center;
}

.site-promo-close::before {
  transform: rotate(45deg);
}

.site-promo-close::after {
  transform: rotate(-45deg);
}

.site-promo-form-card {
  margin: 18px 0 14px 20px;
  padding: 24px 36px 12px;
  border-radius: 7px;
  background: linear-gradient(180deg, #ff7078 0%, #ef2449 100%);
  color: #fff;
  text-align: center;
  box-shadow: 0 18px 42px rgba(239, 36, 73, .25);
}

.site-promo-form-card h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
}

.site-promo-form {
  display: grid;
  gap: 6px;
}

.site-promo-form input,
.site-promo-form select {
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  box-shadow: none;
}

.site-promo-form button {
  width: 100%;
  height: 49px;
  margin: 14px 0 8px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe92f 0%, #ffb514 100%);
  color: #111;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 7px 0 rgba(182, 103, 0, .18);
}

.site-promo-form-card p {
  margin: 0 0 8px;
  color: #fff;
  font-weight: 800;
}

.site-countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 0 34px 4px;
}

.site-countdown span {
  display: grid;
  gap: 4px;
}

.site-countdown strong {
  display: grid;
  height: 44px;
  place-items: center;
  background: #b60e35;
  color: #fff;
  font-size: 27px;
  line-height: 1;
}

.site-countdown em {
  color: #fff;
  font-size: 12px;
  font-style: normal;
}

.site-promo-offers {
  align-self: center;
  padding: 30px 34px 30px 0;
}

.site-promo-offers h3 {
  margin: 0 0 14px;
  color: #444;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-promo-offers > p {
  display: inline-block;
  margin: 0 0 28px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e5e7eb;
  color: #444;
  font-size: 19px;
  font-weight: 900;
}

.site-offer-card {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 22px;
  min-height: 88px;
  margin: 0 0 10px;
  padding: 14px 24px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .12);
}

.site-offer-card span {
  color: #ef2449;
  font-size: 30px;
  font-weight: 900;
}

.site-offer-card div {
  color: #666;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.28;
}

.site-offer-card strong {
  display: block;
  color: #ef2449;
  font-size: 24px;
  font-weight: 900;
}

.site-chat-shell {
  grid-template-rows: auto auto auto 18px;
  width: min(378px, calc(100vw - 28px));
  height: auto;
  padding: 0 24px 18px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .24);
}

.site-chat-shell .site-chat-header {
  display: block;
  margin: 0 -24px;
  padding: 20px 24px 28px;
  border-radius: 14px 14px 0 0;
  background: #06499d;
  color: #fff;
}

.site-chat-header img {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 0 20px;
  object-fit: contain;
  border-radius: 999px;
  background: #fff;
}

.site-chat-header .site-chat-icon {
  position: absolute;
  top: 50px;
  right: 24px;
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 0;
}

.site-chat-header .site-chat-icon::before,
.site-chat-header .site-chat-icon::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 2px;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.site-chat-header .site-chat-icon::before {
  transform: rotate(45deg);
}

.site-chat-header .site-chat-icon::after {
  transform: rotate(-45deg);
}

.site-chat-header h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
}

.site-chat-header p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.site-chat-card {
  display: grid;
  gap: 14px;
  margin: -28px 0 18px;
  padding: 12px 20px 40px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .14);
}

.site-chat-card input,
.site-chat-card textarea {
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 7px;
  background: #f0f2f6;
  color: #475569;
  font-size: 16px;
  box-shadow: none;
}

.site-chat-card input {
  height: 43px;
  padding: 0 12px;
}

.site-chat-card label {
  margin: 2px 0 -8px;
  color: #667085;
  font-size: 14px;
}

.site-chat-card textarea {
  min-height: 108px;
  padding: 12px;
  resize: vertical;
}

.site-chat-submit {
  display: grid;
  width: 100%;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 12px;
  background: #06499d;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
}

.site-chat-shell .site-chat-powered {
  position: static;
  padding: 8px 0 0;
  background: transparent;
  color: #7a8494;
  font-size: 9px;
  text-align: center;
  box-shadow: none;
  transform: none;
}

.site-lead-message {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 5px;
  background: #ecfdf3;
  color: #15803d;
  font-weight: 800;
}

.site-form-alert {
  display: none;
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 5px;
  font-weight: 700;
}

.site-form-alert.is-error,
.site-form-alert.is-info {
  display: block;
}

.site-form-alert.is-error {
  background: #fff1f2;
  color: #be123c;
}

.site-form-alert.is-info {
  background: #eff6ff;
  color: #1d4ed8;
}

.site-form input,
.site-form select {
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.site-form input:focus,
.site-form select:focus {
  border-color: #60a5fa;
  box-shadow: 0 0 0 3px rgba(96, 165, 250, .25);
}

.site-form .is-invalid {
  border-color: #e11d48 !important;
  box-shadow: 0 0 0 3px rgba(225, 29, 72, .16) !important;
}

.site-form button {
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, opacity .18s ease;
}

.site-form button:hover {
  transform: translateY(-2px);
}

.site-form button.is-loading {
  opacity: .82;
  cursor: wait;
}

.site-form button.is-loading::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 2px solid rgba(255, 255, 255, .45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: site-spin .7s linear infinite;
}

.site-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease var(--site-delay, 0ms), transform .55s ease var(--site-delay, 0ms);
}

.site-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes site-spin {
  to { transform: rotate(360deg); }
}

@keyframes site-pulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(56, 170, 245, .16); }
  50% { box-shadow: 0 0 0 14px rgba(56, 170, 245, .05); }
}

@media (prefers-reduced-motion: reduce) {
  .site-reveal,
  .site-card,
  .site-news-card,
  .site-activity-tile,
  .site-video,
  .site-floating-left a,
  .site-floating-right a,
  .site-floating-right button,
  .site-chat-shell {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 849px) {
  .site-consult-wrap,
  .site-form-grid,
  .site-card-grid,
  .site-news-grid,
  .site-events .site-news-grid,
  .site-class-row,
  .site-activity-grid,
  .site-video-grid,
  .site-footer-grid {
    grid-template-columns: 1fr;
  }

  .site-activity-tile:first-child {
    min-height: 240px;
  }

  .site-consult-title {
    height: auto;
    min-height: 92px;
    padding: 18px 22px;
    font-size: 34px;
  }

  .site-consult-title::after {
    display: none;
  }

  .site-consult-copy {
    padding: 22px 0;
  }

  .site-consult-copy > p {
    margin-bottom: 14px;
  }

  .site-floating-right {
    right: 10px;
    bottom: 12px;
    gap: 6px;
  }

  .site-floating-right .site-quick-register {
    display: none;
  }

  .site-chat-shell {
    right: 10px;
    bottom: 74px;
    width: calc(100vw - 20px);
    max-height: calc(100vh - 92px);
    overflow-y: auto;
  }

  .site-chat-spacer {
    min-height: 145px;
  }

  .site-chat-header h3 {
    font-size: 24px;
  }

  .site-chat-header p {
    font-size: 14px;
  }

  .site-promo-modal {
    align-items: start;
    overflow-y: auto;
    padding: 58px 14px 22px;
  }

  .site-promo-panel {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
  }

  .site-promo-form-card {
    margin: 0;
    padding: 22px 20px 14px;
  }

  .site-promo-form-card h3 {
    font-size: 20px;
  }

  .site-promo-offers {
    padding: 12px 16px 18px;
  }

  .site-promo-offers h3,
  .site-promo-offers > p {
    font-size: 16px;
  }

  .site-offer-card {
    grid-template-columns: 30px 1fr;
    gap: 12px;
    min-height: 76px;
    padding: 12px 14px;
  }

  .site-offer-card strong {
    font-size: 20px;
  }

  .site-hero-slider .slider-wrapper,
  .site-hero-slider .flickity-viewport,
  .site-hero-slider .banner {
    min-height: 330px;
  }
}
