*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  background: #ffffff;
  color: #000000;
}

h1, h2, h3, h4, p, ul, blockquote {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

button {
  font: inherit;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hero,
.stats-bar,
.toggle-all-bar,
.accordion,
.order,
.author,
.newsletter,
.why-czechus,
.site-header,
.site-footer {
  font-family: "Work Sans", sans-serif;
  line-height: normal;
}

.order__guarantee strong {
  font-family: "Work Sans", sans-serif;
}

.section-subtitle {
  font-family: "Unbounded", sans-serif;
  color: #003DA5;
  font-weight: 800;
  font-size: clamp(14.4px, 1.6vw, 17.6px);
  margin-bottom: 24px;
  text-transform: uppercase;
}
.section-subtitle--on-blue {
  color: #ffffff;
}

.check {
  font-weight: 700;
  flex-shrink: 0;
}

.btn {
  display: inline-block;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 12.8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
}
.btn--orange {
  background: #F64C1C;
  color: #ffffff;
}
.btn--blue {
  background: #003DA5;
  color: #ffffff;
}
.btn--outline-white {
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.btn--block {
  display: block;
  font-size: 12px;
  padding: 14px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #003DA5;
  z-index: 999;
}
.site-header__bar {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .site-header__bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-header__bar {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-header__icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.site-header__menu {
  background: #003DA5;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.site-header__menu[hidden] {
  display: none;
}
.site-header__menu-groups {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .site-header__menu-groups {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-header__menu-groups {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.site-header__menu-group {
  min-width: 160px;
}
.site-header__menu-parent {
  display: block;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 13.6px;
  font-weight: 700;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(208, 223, 0, 0.4);
}
.site-header__menu-parent--single {
  margin-bottom: 0;
}
.site-header__menu-child {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Work Sans", sans-serif;
  font-size: 12.8px;
  padding: 3px 0;
  transition: color 0.15s;
}
.site-header__menu-child:hover {
  color: #D0DF00;
}
.site-header__menu-langs {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .site-header__menu-langs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-header__menu-langs {
  margin-top: 20px;
  padding-top: 14px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 14px;
}
.site-header__lang {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Work Sans", sans-serif;
  font-size: 12.48px;
}
.site-header__lang--active {
  color: #ffffff;
  font-weight: 700;
}

.stats-bar {
  background: #D0DF00;
  padding: 20px 0;
}
.stats-bar__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .stats-bar__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.stats-bar__inner {
  display: flex;
  align-items: center;
}
.stats-bar__item {
  flex: 1;
  text-align: center;
  padding: 0 8px;
}
.stats-bar__num {
  font-family: "Unbounded", sans-serif;
  color: #5f259f;
  font-weight: 900;
  font-size: clamp(13.6px, 1.8vw, 22.4px);
  line-height: 1.1;
}
.stats-bar__label {
  color: #5f259f;
  font-size: clamp(10.4px, 1.2vw, 13.12px);
  font-weight: 500;
  margin-top: 3px;
}
.stats-bar__divider {
  width: 2px;
  height: 36px;
  background: #5f259f;
  opacity: 0.35;
  flex-shrink: 0;
}

.event-hero,
.countdown,
.agenda,
.suitable,
.video-refs,
.registration,
.record,
.summary,
.summary-cta,
.event-contact,
.blog-teasers {
  font-family: "Work Sans", sans-serif;
  line-height: normal;
}

.event-title {
  font-family: "Unbounded", sans-serif;
  color: #003DA5;
  font-weight: 800;
  font-size: clamp(19.2px, 2.2vw, 27.2px);
  text-transform: uppercase;
  line-height: 1.3;
}
.event-title--white {
  color: #ffffff;
}
.event-title--purple {
  color: #5f259f;
}

.event-hero {
  background: #003DA5;
  padding-top: 52px;
}
.event-hero__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .event-hero__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.event-hero__inner {
  padding-top: 20px;
  padding-bottom: 56px;
}
.event-hero__breadcrumbs {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12.8px;
  margin-bottom: 20px;
}
.event-hero__breadcrumbs a {
  color: inherit;
}
.event-hero__breadcrumbs a:hover {
  color: #ffffff;
}
.event-hero__breadcrumbs-current {
  color: #ffffff;
  text-decoration: underline;
}
.event-hero__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 768px) {
  .event-hero__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.event-hero__media {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.event-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  max-height: 460px;
  object-fit: cover;
  display: block;
}
.event-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 61, 165, 0.7));
}
@media (min-width: 769px) {
  .event-hero__media {
    order: 2;
  }
}
.event-hero__badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.event-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #D0DF00;
  color: #5f259f;
  font-weight: 700;
  font-size: 13.6px;
  padding: 8px 14px;
  border-radius: 100px;
}
.event-hero__badge svg {
  flex-shrink: 0;
}
.event-hero__title {
  font-family: "Unbounded", sans-serif;
  color: #ffffff;
  font-weight: 800;
  font-size: clamp(25.6px, 3.2vw, 41.6px);
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.event-hero__desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 28px;
}

.countdown {
  background: #003DA5;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 44px 0;
}
.countdown__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .countdown__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.countdown__inner {
  text-align: center;
}
.countdown__title {
  margin-bottom: 28px;
}
.countdown__timer {
  display: flex;
  gap: clamp(10px, 1.5vw, 18px);
  justify-content: center;
  align-items: flex-start;
}
.countdown__unit {
  text-align: center;
  min-width: clamp(52px, 6vw, 76px);
}
.countdown__num {
  display: block;
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 4vw, 48px);
  color: #D0DF00;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.countdown__unit-label {
  font-size: 11.2px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  margin-top: 6px;
}
.countdown__sep {
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 3.5vw, 40px);
  color: #D0DF00;
  line-height: 1;
  padding-top: 2px;
}
.countdown__cta {
  margin-top: 28px;
}
.countdown.is-expired .countdown__timer {
  display: none;
}

.agenda {
  background: #ffffff;
  padding: 56px 0 48px;
}
.agenda__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .agenda__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.agenda__intro {
  font-size: 15.2px;
  line-height: 1.6;
  margin: 12px 0 28px;
  max-width: 640px;
}
.agenda__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
}
@media (max-width: 768px) {
  .agenda__list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.agenda__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.agenda__num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #D0DF00;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: #003DA5;
}
.agenda__item-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 14.4px;
  color: #003DA5;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.agenda__item-text {
  font-size: 14.4px;
  line-height: 1.55;
}
.agenda__cta {
  margin-top: 32px;
}

.suitable {
  background: #ffffff;
  padding: 8px 0 56px;
}
.suitable__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .suitable__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.suitable__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .suitable__list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.suitable__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15.2px;
  line-height: 1.5;
}
.suitable__check {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #D0DF00;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.suitable__cta {
  margin-top: 28px;
}

.video-refs {
  background: #ffffff;
  padding: 0 0 56px;
}
.video-refs__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .video-refs__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.video-refs__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  margin-top: 24px;
}
.video-refs__track::-webkit-scrollbar {
  display: none;
}
.video-refs__card {
  flex-shrink: 0;
  width: clamp(160px, 16vw, 210px);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.video-refs__card img {
  width: 100%;
  aspect-ratio: 8/13;
  object-fit: cover;
  display: block;
}
.video-refs__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}
.video-refs__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-refs__play-btn {
  width: 52px;
  height: 40px;
  background: #D0DF00;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-refs__play-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #5f259f;
  margin-left: 4px;
}
.video-refs__duration {
  position: absolute;
  bottom: 8px;
  left: 10px;
  color: #ffffff;
  font-size: 11.2px;
}
.video-refs__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.video-refs__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  padding: 0;
  cursor: pointer;
}
.video-refs__dot.is-active {
  background: #003DA5;
}

.registration {
  background: #D0DF00;
  padding: 56px 0;
}
.registration__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .registration__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.registration__content {
  max-width: 640px;
  margin: 0 auto;
}
.registration__title {
  margin-bottom: 12px;
}
.registration__intro {
  font-size: 15.2px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.registration__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.registration__input, .registration__select, .registration__textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px 14px;
  font-family: "Work Sans", sans-serif;
  font-size: 14.4px;
  background: #ffffff;
  color: #000000;
  outline: none;
  margin: 5px 0;
}
.registration__input:focus, .registration__select:focus, .registration__textarea:focus {
  border-color: #003DA5;
}
.registration__textarea {
  resize: vertical;
  min-height: 84px;
}
.registration__success {
  text-align: center;
  padding: 24px 0;
}
.registration__success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #5f259f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.registration__success-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #5f259f;
  text-transform: uppercase;
}
.registration__success-text {
  font-size: 14.4px;
  margin-top: 8px;
}

.record {
  background: #003DA5;
  padding: 56px 0;
}
.record__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .record__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.record__content {
  max-width: 860px;
  margin: 0 auto;
}
.record__video {
  display: block;
  margin-top: 24px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.record__video img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.record__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 20, 60, 0.35);
}
.record__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.record__play-btn {
  width: 66px;
  height: 52px;
  background: #D0DF00;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.record__play-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #5f259f;
  margin-left: 5px;
}
.record__cta {
  margin-top: 24px;
}

.summary {
  background: #ffffff;
  padding: 56px 0 40px;
}
.summary__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .summary__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.summary__intro {
  font-size: 14.4px;
  line-height: 1.6;
  margin: 12px 0 24px;
  max-width: 640px;
}
.summary__tools {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.summary__toggle-all {
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-size: 12.8px;
  color: #003DA5;
  text-decoration: underline;
  text-transform: uppercase;
  padding: 0;
}
.summary__item {
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 0;
}
.summary__item:first-of-type {
  border-top: 1px solid #e5e5e5;
}
.summary__item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
}
.summary__item-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 12.8px;
  color: #003DA5;
  text-transform: uppercase;
  line-height: 1.4;
}
.summary__item-num {
  color: #D0DF00;
  margin-right: 6px;
}
.summary__indicator {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 19.2px;
  color: #003DA5;
  line-height: 1;
  flex-shrink: 0;
}
.summary__item-body {
  font-size: 14.4px;
  line-height: 1.6;
  margin-top: 10px;
  max-width: 800px;
}

.summary-cta {
  background: #D0DF00;
  padding: 32px 0;
}
.summary-cta__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .summary-cta__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.summary-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.summary-cta__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #5f259f;
  text-transform: uppercase;
  line-height: 1.3;
}

.event-contact {
  background: #5f259f;
  padding: 48px 0;
}
.event-contact__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .event-contact__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.event-contact__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
  font-size: clamp(15.2px, 1.8vw, 20.8px);
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 24px;
  max-width: 720px;
}
.event-contact__person {
  display: flex;
  align-items: center;
  gap: 16px;
}
.event-contact__photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.event-contact__name {
  font-weight: 700;
  font-size: 15.2px;
  color: #ffffff;
  margin-bottom: 2px;
}
.event-contact__detail {
  font-size: 12.8px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2px;
}
.event-contact__detail a {
  color: inherit;
}
.event-contact__detail a:hover {
  color: #D0DF00;
}
.event-contact__form-link {
  display: inline-block;
  margin-top: 18px;
  color: #ffffff;
  font-size: 12.8px;
  text-decoration: underline;
  text-transform: uppercase;
}

.blog-teasers {
  background: #ffffff;
  padding: 56px 0;
}
.blog-teasers__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .blog-teasers__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-teasers__intro {
  font-size: 15.2px;
  line-height: 1.6;
  margin: 12px 0 24px;
  max-width: 640px;
}
.blog-teasers__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 640px) {
  .blog-teasers__grid {
    grid-template-columns: 1fr;
  }
}
.blog-teasers__card {
  background: #f6f6f6;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.blog-teasers__media {
  position: relative;
  height: 200px;
}
.blog-teasers__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-teasers__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
}
.blog-teasers__caption {
  position: absolute;
  bottom: 12px;
  left: 16px;
  right: 16px;
  z-index: 1;
}
.blog-teasers__card-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 14.4px;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 4px;
}
.blog-teasers__date {
  font-size: 12.8px;
  color: rgba(255, 255, 255, 0.8);
}
.blog-teasers__card-footer {
  padding: 12px 16px;
}
.blog-teasers__read {
  display: inline-block;
  background: #D0DF00;
  color: #003DA5;
  border-radius: 100px;
  padding: 8px 18px;
  font-weight: 700;
  font-size: 11.2px;
  text-transform: uppercase;
}
.blog-teasers__more {
  margin-top: 24px;
  text-align: center;
}
.blog-teasers__more-btn {
  display: inline-block;
  border: 1px solid #003DA5;
  border-radius: 100px;
  padding: 10px 22px;
  font-weight: 700;
  font-size: 12.8px;
  text-transform: uppercase;
  color: #003DA5;
  background: transparent;
}

.newsletter {
  background: #5f259f;
  padding: 28px 0;
}
.newsletter__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .newsletter__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.newsletter__title {
  font-family: "Unbounded", sans-serif;
  color: #F64C1C;
  font-weight: 800;
  font-size: 17.6px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.newsletter__sub {
  color: #ffffff;
  font-size: 13.6px;
  margin-bottom: 14px;
}
.newsletter__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #D0DF00;
  color: #ffffff;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 11.52px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 100px;
}
.newsletter__arrows {
  font-size: 16px;
  letter-spacing: -2px;
}
.newsletter__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}
.newsletter__social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #D0DF00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter__logo {
  margin-left: 8px;
}

.why-czechus {
  background: #D0DF00;
  padding: 40px 0;
}
.why-czechus__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .why-czechus__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.why-czechus__title {
  font-family: "Unbounded", sans-serif;
  color: #5f259f;
  font-weight: 800;
  font-size: 12.48px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.why-czechus__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 640px) {
  .why-czechus__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.why-czechus__num {
  font-family: "Unbounded", sans-serif;
  color: #5f259f;
  font-weight: 800;
  font-size: clamp(22.4px, 2.5vw, 35.2px);
  line-height: 1.1;
  margin-bottom: 4px;
}
.why-czechus__sub {
  color: #5f259f;
  font-size: 13.6px;
}

.site-footer {
  background: #003DA5;
}
.site-footer__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .site-footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer__inner {
  padding-top: 20px;
  padding-bottom: 10px;
}
.site-footer__menu-title {
  font-family: "Unbounded", sans-serif;
  color: #ffffff;
  font-weight: 800;
  font-size: 12.48px;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}
.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}
.site-footer__links a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12.48px;
  transition: color 0.15s;
}
.site-footer__links a:hover {
  color: #D0DF00;
}
.site-footer__sep {
  color: rgba(255, 255, 255, 0.25);
  margin: 0 10px;
  font-size: 10.4px;
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
}
.site-footer__bottom-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .site-footer__bottom-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer__bottom-inner p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11.52px;
}
.site-footer__bottom-inner a {
  color: rgba(255, 255, 255, 0.5);
}

/*# sourceMappingURL=action.css.map */
