* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #343434;
  line-height: 1.5;
  background: linear-gradient(to bottom, #e3f3f9 0%, #ffffff 100%);
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

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

.callpage-header {
  width: 100%;
  max-width: 1920px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.alert-banner {
  width: 100%;
  background-color: #e63946;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert-banner__text {
  font-size: 18px;
  font-weight: 700;
  color: #f8f6f3;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .alert-banner__text {
    font-size: 14px;
  }
}

.header-info {
  width: 100%;
  background-color: #f8f6f3;
  border-top: 1px solid #f1faee;
  border-bottom: 1px solid #f1faee;
  padding: 20px 360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1350px) {
  .header-info {
    padding: 20px 40px;
  }
}
@media (max-width: 880px) {
  .header-info {
    flex-direction: column;
    padding: 15px 20px;
    gap: 15px;
  }
}
.header-info__left {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .header-info__left {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
.header-info__right {
  display: flex;
  align-items: center;
}

.logo {
  width: 58.445px;
  height: 46.999px;
  flex-shrink: 0;
}
.logo__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.program-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 381px;
}
.program-text__subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #343434;
  line-height: 1.5;
}
.program-text__title {
  font-size: 26px;
  font-weight: 400;
  color: #457b9d;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .program-text__subtitle {
    font-size: 16px;
  }
  .program-text__title {
    font-size: 20px;
  }
}

.phone {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 47px;
}
.phone__icon {
  width: 36px;
  height: 34.999px;
  flex-shrink: 0;
}
.phone__number {
  font-size: 44px;
  font-weight: 600;
  color: #457b9d;
  line-height: 1.7;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .phone__number {
    font-size: 28px;
  }
}

.cta-banner {
  width: 100%;
  background-color: #ffcc00;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.cta-banner__text {
  font-size: 36px;
  font-weight: 700;
  color: #1d3557;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cta-banner {
    height: auto;
  }
  .cta-banner__text {
    font-size: 28px;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .cta-banner__text {
    font-size: 20px;
  }
}

.callpage-main {
  display: flex;
  justify-content: center;
  padding: 48px 0 0 0;
}
@media (max-width: 767px) {
  .callpage-main {
    padding: 30px 0 0 0;
  }
}

.callpage-content {
  max-width: 1920px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .callpage-content {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .callpage-content {
    padding: 0 20px;
  }
}

.callpage-container {
  width: 1220px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 6px 20px 0px rgba(184, 182, 179, 0.6);
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1250px) {
  .callpage-container {
    width: 100%;
    max-width: 1220px;
  }
}
@media (max-width: 767px) {
  .callpage-container {
    padding: 30px 20px;
  }
}

.callpage-section-header {
  display: flex;
  flex-direction: column;
  gap: 27px;
  align-items: center;
  width: 100%;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .callpage-section-header {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.callpage-section-header__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  width: 100%;
}
.callpage-section-header__title {
  font-size: 28px;
  font-weight: 400;
  color: #457b9d;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .callpage-section-header__title {
    font-size: 22px;
  }
}
.callpage-section-header__divider {
  width: 500px;
  height: 4px;
  background: #457b9d;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .callpage-section-header__divider {
    width: 100%;
    max-width: 300px;
  }
}
.callpage-section-header__description {
  font-size: 22px;
  font-weight: 400;
  color: #343434;
  text-align: center;
  line-height: 1.5;
  max-width: 842px;
}
@media (max-width: 767px) {
  .callpage-section-header__description {
    font-size: 18px;
  }
}

.callpage-section-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 100%;
  max-width: 922px;
}
.callpage-section-content__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  width: 100%;
}

.callpage-text {
  font-size: 18px;
  font-weight: 400;
  color: #343434;
  text-align: center;
  line-height: 1.5;
  max-width: 684px;
}
@media (max-width: 767px) {
  .callpage-text {
    font-size: 16px;
  }
}

.cnu-badge {
  position: relative;
  background-color: #e63946;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 17px 56px 17px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 525px;
  height: 60px;
}
@media (max-width: 767px) {
  .cnu-badge {
    width: 100%;
    max-width: 400px;
    padding: 15px 40px 15px 10px;
    height: auto;
  }
}
.cnu-badge__icon {
  width: 31px;
  height: 42px;
  flex-shrink: 0;
}
.cnu-badge__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cnu-badge__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  flex: 1;
}
@media (max-width: 767px) {
  .cnu-badge__text {
    font-size: 14px;
  }
}
.cnu-badge__text--white {
  color: #ffffff;
}
.cnu-badge__text--red {
  color: #af020f;
  background-color: white;
  box-shadow: 0 0 4px 0 #000 inset;
  padding: 4px;
  border-radius: 8px;
}
.cnu-badge__corner {
  position: absolute;
  top: 15px;
  right: 16px;
  width: 84px;
  height: 30px;
  background: linear-gradient(135deg, transparent 0%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 100%);
  border-top-right-radius: 10px;
}

.info-box {
  background-color: #f1faee;
  border-radius: 10px;
  padding: 30px 18px;
  width: 100%;
  max-width: 611px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .info-box {
    padding: 20px 15px;
  }
}
.info-box__text {
  font-size: 18px;
  font-weight: 700;
  color: #092f6f;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .info-box__text {
    font-size: 16px;
  }
}
.info-box__text--red {
  color: #e63946;
}

.call-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  width: 100%;
}
.call-section__label {
  font-size: 18px;
  font-weight: 700;
  color: #343434;
  text-align: center;
  line-height: 1.5;
}

.show-phone-button {
  background-color: #00d26a;
  border: 2px solid #00d26a;
  padding: 16px 24px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}
.show-phone-button:hover {
  background-color: #009f50;
  border-color: #009f50;
  transform: translateY(-2px);
  box-shadow: 3px 5px 15px 0px rgba(0, 0, 0, 0.3);
}
.show-phone-button:active {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .show-phone-button {
    font-size: 18px;
    padding: 14px 20px;
    white-space: normal;
    text-align: center;
  }
}

.call-button {
  border: 2px solid #00d26a;
  background-color: transparent;
  padding: 16px 24px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.call-button:hover {
  background-color: rgba(0, 210, 106, 0.05);
  transform: translateY(-2px);
  box-shadow: 3px 5px 15px 0px rgba(0, 0, 0, 0.3);
}
.call-button__text {
  font-size: 48px;
  font-weight: 700;
  color: #00d26a;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .call-button__text {
    font-size: 32px;
  }
}

.additional-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 770px;
  margin-top: 16px;
}
.additional-info__hours {
  font-size: 18px;
  font-weight: 700;
  color: #343434;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .additional-info__hours {
    font-size: 16px;
  }
}
.additional-info__hours p {
  margin: 0;
}
.additional-info__warning {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .additional-info__warning {
    font-size: 16px;
  }
}
.additional-info__warning p {
  margin: 0 0 8px 0;
}
.additional-info__warning p:last-child {
  margin-bottom: 0;
}
.additional-info__warning--red {
  font-weight: 700;
  color: #e63946;
}
.additional-info__warning--text {
  font-weight: 400;
  color: #343434;
}
.additional-info__warning--text strong {
  font-weight: 700;
}

.trust-badges {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  flex-wrap: wrap;
}
.trust-badges__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-badges__item img {
  max-height: 74px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=summary.css.map */