@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowtext;
  src: url('../fonts/HelveticaNowText-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowtext;
  src: url('../fonts/HelveticaNowText-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowtext;
  src: url('../fonts/HelveticaNowText-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --granat: #141e50;
  --merito-blue: #006efa;
  --biały: white;
  --szary: whitesmoke;
  --malina: #eb285a;
  --pastelowy: #e4f4d2;
  --zieleń: #78c81e;
  --merito-jasny: #d3f2ff;
  --merito-20: #f3fbff;
  --błękit: #a7e5ff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header-1 {
  color: var(--granat);
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 120%;
}

.header-2 {
  color: var(--granat);
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 120%;
}

.header-3 {
  color: var(--granat);
  text-align: center;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 120%;
}

.header-4 {
  color: var(--granat);
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 120%;
}

.header-5 {
  color: var(--granat);
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 120%;
}

.header-6 {
  color: var(--granat);
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 120%;
}

.text-m {
  color: var(--granat);
  font-family: Helveticanowtext, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.text-default {
  color: var(--granat);
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.text {
  color: var(--granat);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.text-xs {
  color: var(--granat);
  font-family: Helveticanowtext, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

.logowanie-kontener {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.body {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.button {
  background-color: var(--merito-blue);
  padding: 10px 24px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.logowanie-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--biały);
  width: 1500px;
  height: 800px;
  padding: 0;
}

.lewa {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--szary);
  justify-content: center;
  align-items: flex-start;
  padding-left: 80px;
  padding-right: 175px;
  display: flex;
}

.prawa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid var(--szary);
  background-color: var(--biały);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}

.punkty {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  padding: 0;
}

.image {
  padding-bottom: 40px;
}

.form {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  display: flex;
}

.submit-button {
  background-color: var(--merito-blue);
  text-align: center;
  flex: 0 auto;
  margin-left: 40px;
  padding: 15px 24px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
  display: block;
}

.submit-button:hover {
  background-color: var(--malina);
}

.form-block {
  padding-top: 40px;
}

.cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: 1fr;
  grid-template-columns: .25fr 2.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-grid;
}

.cell-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(40px, .25fr) minmax(200px, 2.5fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
}

.cell-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(40px, .25fr) minmax(200px, 2.5fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
}

.checkanimo {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  overflow: visible;
}

.text-field {
  color: var(--granat);
  margin-bottom: 20px;
  padding: 28px 16px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 18px;
}

.text-field:focus {
  border: 1px solid var(--malina);
}

.cta-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: grid;
}

.link-haslo {
  color: var(--merito-blue);
  font-family: Helveticanowtext, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.link-haslo:hover {
  text-decoration: underline;
}

.kreska {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d1d1d1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  display: block;
}

.jezyk {
  display: block;
}

.text-block {
  font-family: Inter, sans-serif;
}

.dropdown {
  flex-flow: column;
  display: flex;
}

.droptrigger {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.dropcontent {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.dropdown-link {
  text-decoration: none;
  display: block;
}

.drop {
  z-index: 99;
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--biały);
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 10px 20px;
  display: block;
  position: relative;
  top: -14px;
  bottom: auto;
  overflow: hidden;
  box-shadow: 0 2px 20px -6px #0003;
}

.link-dropdown {
  color: var(--granat);
  font-family: Inter, sans-serif;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.link-dropdown:hover {
  color: var(--merito-blue);
  text-decoration: none;
}

.image-2 {
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
}

.header {
  background-color: var(--szary);
  flex-flow: row;
  justify-content: space-around;
  display: flex;
}

.top {
  padding-bottom: 0;
}

.wybor, .programy {
  padding-bottom: 80px;
}

.footer {
  background-color: var(--granat);
}

.social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 40px 40px;
  display: flex;
}

.linki {
  padding-bottom: 40px;
}

.copy {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  text-align: right;
  border-top: 1px solid #727896;
  justify-content: flex-end;
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px 0;
  display: flex;
}

.footer-content {
  max-width: 1600px;
}

.programy-content {
  border: 1px solid var(--merito-blue);
  background-color: var(--biały);
  max-width: 1600px;
  padding-bottom: 0;
}

.rozpocznij-content {
  background-color: var(--szary);
  border: 1px #000;
  max-width: 1600px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 100px 80px;
  display: block;
}

.wybor-content {
  max-width: 1600px;
  padding-left: 40px;
  padding-right: 40px;
}

.top-content {
  max-width: 1600px;
}

.miasto {
  padding-bottom: 0;
}

.div-block-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.cta {
  background-color: var(--malina);
  text-align: center;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cta:hover {
  background-color: var(--malina);
  text-decoration: underline;
  box-shadow: 0 5px 8px -2px #0000003b;
}

.cta.white {
  background-color: var(--malina);
  color: var(--biały);
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.cta.white:hover {
  background-color: var(--malina);
  color: var(--biały);
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.modul {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  display: block;
}

.modul-blue {
  background-color: var(--pastelowy);
  flex-flow: column-reverse wrap;
  flex: 0 auto;
  order: 0;
  justify-content: space-around;
  align-self: auto;
  padding: 40px;
  display: block;
}

.text-block-2 {
  color: var(--biały);
}

.cell-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.cell-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0 40px;
}

.link {
  color: var(--biały);
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.cell-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: block;
}

.container {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  overflow: visible;
}

.cell-7 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.link-header {
  color: var(--granat);
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-header:hover {
  text-decoration: underline;
}

.div-block-4 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  display: flex;
}

.quick-stack-2 {
  padding: 0;
}

.image-3 {
  max-width: 150px;
}

.logomerito {
  flex-flow: column-reverse;
  justify-content: center;
  align-items: flex-start;
  max-width: 250px;
  padding-top: 5px;
  display: inline-flex;
  overflow: clip;
}

.cell-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding: 0;
}

.div-block-5 {
  border-style: none;
  border-color: var(--merito-blue);
  background-color: var(--pastelowy);
  border-radius: 0;
  padding: 30px 40px 40px;
}

.cena-promo {
  color: var(--granat);
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 900;
}

.przekreslona {
  color: var(--granat);
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.omnibus {
  color: var(--granat);
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 140%;
}

.heading, .heading-2 {
  text-align: center;
}

.quick-stack-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0;
}

.div-lewa {
  background-color: var(--biały);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.bt-torun {
  cursor: pointer;
  border: 2px solid #afe7ff;
  border-radius: 0;
  display: block;
}

.bt-torun:hover {
  border: 2px solid var(--merito-blue);
  border-radius: 1px;
}

.bt-bydgoszcz {
  cursor: pointer;
  border: 2px solid #afe7ff;
  border-radius: 0;
  display: block;
}

.bt-bydgoszcz:hover {
  border-color: var(--merito-blue);
}

.div-block-7 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 24px;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.animo-torun-select-ok, .animo-bydgoszcz-select-ok {
  overflow: visible;
}

.cell-9, .cell-10, .cell-11, .cell-12, .cell-13, .cell-14 {
  display: block;
}

.naglowek-studia {
  color: var(--granat);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 30px;
  line-height: 130%;
}

.studia-opis {
  color: var(--granat);
  padding-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.naglowek-wybierz {
  color: var(--granat);
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.naglowek-top-big {
  color: var(--granat);
  margin-top: 70px;
  margin-bottom: 70px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 80px;
  line-height: 120%;
}

.naglowek-top-small {
  color: var(--merito-blue);
  margin-bottom: auto;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 56px;
  line-height: 120%;
}

.image-5 {
  margin-top: 55px;
}

.stopka-naglowek {
  color: #d0d2dc;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.stopka-text {
  color: #d0d2dc;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.stopka-text-link {
  color: #d0d2dc;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.stopka-text-link:hover {
  text-decoration: underline;
}

.copy-link {
  color: #d0d2dc;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.cell-15 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 12px;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.social-img-link {
  cursor: pointer;
}

.social-img-link:hover {
  opacity: .3;
}

.cell-16 {
  justify-content: center;
  align-items: flex-start;
  padding: 80px;
}

.cena-przekreslona {
  text-decoration: line-through;
}

.foto-top {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/2287x1200.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  max-width: 1600px;
  height: 600px;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.naglowek-box {
  color: var(--granat);
  padding-right: 27px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 32px;
  line-height: 140%;
}

.quick-stack-6 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 0;
}

.quick-stack-7 {
  padding: 0;
}

.cell-17 {
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 80px;
}

.div-block-9 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cell-18 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.naglowek-box-big {
  color: var(--granat);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 56px;
  line-height: 140%;
}

.quick-stack-8 {
  padding: 0;
}

.div-block-10 {
  z-index: -1;
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#00000080, #00000080);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-clip: border-box;
  padding-top: 300px;
  padding-bottom: 300px;
  position: static;
  inset: auto;
}

.background-video {
  height: 600px;
}

.cell-19 {
  display: flex;
}

.cell-20 {
  padding-bottom: 154px;
  padding-right: 188px;
}

.cell-21 {
  padding: 80px;
}

.miasto-wybor-naglowek-1, .miasto-wybor-naglowek-2 {
  color: var(--granat);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 36px;
  font-weight: 900;
}

.image-6 {
  position: relative;
  bottom: -42px;
}

.quick-stack-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell-22 {
  justify-content: center;
  align-items: flex-start;
}

.image-7, .image-8 {
  width: 300px;
  padding-bottom: 24px;
}

.navbar {
  display: none;
}

.div-block-13 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.lottie-animation, .lottie-animation-2 {
  width: 30px;
}

.div-block-14 {
  height: 150px;
}

.div-block-15 {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  flex-flow: column;
  justify-content: space-around;
  min-width: 600px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 250px;
  padding-left: 80px;
  padding-right: 0;
  display: flex;
}

.quick-stack-10 {
  padding: 0 80px;
}

.cell-25 {
  justify-content: space-between;
  align-items: flex-start;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: stretch;
  max-width: none;
  padding-left: 0;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  display: flex;
}

.image-9 {
  min-width: 100px;
}

.opis-szkoly {
  color: var(--granat);
  text-align: center;
  width: 650px;
  padding-top: 15px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.link-szkola {
  color: var(--granat);
  text-transform: uppercase;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-szkola:hover {
  color: var(--malina);
  text-decoration: underline;
}

.div-prawa {
  background-color: var(--biały);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.mdolne {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10 {
  aspect-ratio: auto;
  width: 70px;
  max-width: none;
  position: absolute;
}

.div-block-18 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.maglowek-top-miasto {
  color: var(--granat);
  text-align: center;
  margin-top: 0;
  margin-bottom: 100px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.text-span {
  font-size: 30px;
  font-weight: 400;
}

.cell-27, .cell-28, .cell-29, .cell-30 {
  display: block;
}

.spacer {
  height: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-manager_trigger, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.text-span-2 {
  font-size: 20px;
  font-weight: 700;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: .5rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: block;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #0068ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #0068ff;
  border: 2px solid #0068ff;
  border-radius: 0;
  min-width: 8.75rem;
  margin-left: 0;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
  display: none;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_text {
  color: #212a4e;
  text-align: justify;
  font-size: .75rem;
  line-height: 16px;
}

.fs-cc-prefs_label {
  color: #0068ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fs-cc-banner_text {
  color: #212a4e;
  text-align: justify;
  margin-bottom: 2rem;
  margin-right: 1.5rem;
  font-size: 13px;
  line-height: 15px;
}

.fs-cc-prefs_space-medium {
  margin-top: 2.8rem;
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_text-link {
  color: #0068ff;
  border-bottom: 2px solid #4353ff;
  margin-left: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: none;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_trigger-2, .fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  display: none;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_button {
  background-color: #0068ff;
  border: 2px solid #0068ff;
  border-radius: 0;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #0068ff;
  background-color: #fff;
  border-color: #0068ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px #212a4e24;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -3px 20px -2px #4e516b1f;
}

.fs-cc-prefs_close-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 2rem;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.nawigacja {
  background-color: var(--szary);
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  max-width: 1600px;
  padding: 30px 40px;
  display: block;
  position: relative;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 1600px;
  display: block;
}

.nav-menu-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hamburgermenu {
  display: none;
}

.container-5 {
  max-width: 1600px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.nav-link {
  display: inline-block;
}

.container-6 {
  max-width: 1600px;
  margin-left: 0;
  margin-right: 0;
}

.navbar-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .text {
    font-size: 14px;
  }

  .text-xs {
    font-size: 12px;
  }

  .header {
    z-index: 100;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .wybor {
    padding-bottom: 40px;
  }

  .social {
    padding-left: 40px;
    padding-right: 40px;
  }

  .linki, .copy {
    padding-left: 0;
    padding-right: 0;
  }

  .wybor-content {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .cta {
    display: block;
  }

  .link-header {
    border-top: 1px solid var(--szary);
    background-color: var(--biały);
    font-size: 13px;
  }

  .logomerito {
    max-width: 200px;
    margin-left: 40px;
    padding-left: 0;
  }

  .cena-promo {
    font-size: 50px;
  }

  .stopka-naglowek {
    font-size: 12px;
  }

  .stopka-text-link {
    font-size: 12px;
    line-height: 130%;
  }

  .spacer {
    height: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .nawigacja {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    background-color: var(--biały);
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .hamburgermenu {
    margin-right: 20px;
  }

  .hamburgermenu.w--open {
    background-color: var(--merito-blue);
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .wybor-content {
    padding-left: 0;
    padding-right: 0;
  }

  .top-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .studia-torun {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta {
    display: block;
  }

  .container {
    margin-left: 40px;
    margin-right: 40px;
  }

  .cell-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .div-block-4 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .logomerito {
    width: 200px;
  }

  .cell-8 {
    flex-flow: row;
    display: flex;
  }

  .cena-promo {
    font-size: 60px;
  }

  .naglowek-studia {
    font-size: 36px;
  }

  .naglowek-top-big {
    font-size: 60px;
  }

  .cell-15 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    font-size: 12px;
  }

  .fs-cc-banner_text-link {
    text-align: center;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .nawigacja {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    background-color: var(--biały);
  }

  .hamburgermenu.w--open {
    background-color: var(--merito-blue);
  }
}

@media screen and (max-width: 479px) {
  .header-3 {
    font-size: 29px;
  }

  .text-default {
    min-width: auto;
    min-height: auto;
  }

  .logowanie-kontener {
    align-items: center;
  }

  .logowanie-grid {
    width: 85vw;
    height: auto;
  }

  .lewa {
    padding: 30px 20px 62px;
  }

  .prawa {
    border-style: none;
  }

  .form {
    width: 90vw;
  }

  .cell, .cell-2, .cell-3 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .top {
    padding-bottom: 0;
  }

  .wybor {
    padding-bottom: 20px;
  }

  .rozpocznij {
    padding-left: 20px;
    padding-right: 20px;
  }

  .programy {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .social {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 0;
  }

  .linki {
    padding-left: 0;
    padding-right: 0;
  }

  .copy {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .programy-content {
    padding-bottom: 0;
    padding-left: 0;
  }

  .rozpocznij-content {
    margin: 40px 0;
    padding: 40px 0;
    display: block;
  }

  .wybor-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-content {
    padding: 0;
  }

  .div-block-2 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .cta {
    text-align: center;
    display: block;
  }

  .modul-blue {
    padding: 20px;
  }

  .cell-4, .cell-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-header {
    border-top: 1px solid var(--szary);
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .div-block-4 {
    display: none;
  }

  .image-3 {
    max-width: 100px;
  }

  .logomerito {
    width: 180px;
    max-width: 180px;
    margin-left: 20px;
  }

  .cell-8 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-5 {
    height: 260px;
    padding: 15px 20px 20px;
  }

  .cena-promo {
    font-size: 45px;
  }

  .omnibus {
    font-size: 12px;
  }

  .naglowek-studia {
    font-size: 30px;
  }

  .naglowek-wybierz {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 140%;
  }

  .naglowek-top-big {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
  }

  .naglowek-top-small {
    font-size: 24px;
  }

  .cell-15 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    display: flex;
  }

  .quick-stack-5 {
    padding-left: 0;
  }

  .cell-16 {
    padding: 40px 20px 60px;
    display: block;
  }

  .foto-top {
    height: 200px;
    margin-top: 0;
  }

  .naglowek-box {
    padding-right: 0;
    font-size: 24px;
  }

  .quick-stack-6 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-right: 0;
  }

  .quick-stack-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cell-17 {
    justify-content: flex-start;
    display: block;
  }

  .cell-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .naglowek-box-big {
    flex-flow: row;
    padding-right: 0;
    font-size: 24px;
  }

  .quick-stack-8 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    display: block;
  }

  .cell-20 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

  .cell-21 {
    padding-top: 218px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .miasto-wybor-naglowek-1, .miasto-wybor-naglowek-2 {
    font-size: 18px;
  }

  .navbar {
    z-index: 99;
    display: block;
  }

  .menu-button {
    background-color: #f5f5f5;
  }

  .menu-button.w--open {
    padding-left: 15px;
  }

  .div-block-11 {
    height: 300px;
  }

  .div-block-12 {
    display: none;
  }

  .cell-23, .cell-24 {
    padding-top: 40px;
  }

  .lottie-animation, .lottie-animation-2 {
    width: 100px;
  }

  .div-block-15 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    min-width: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-16 {
    flex-flow: column;
    grid-template-columns: .25fr 3fr;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .cell-26 {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-2 {
    flex-flow: column;
  }

  .div-block-17 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .nav-menu {
    color: var(--granat);
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    font-family: Inter, sans-serif;
    display: block;
    position: absolute;
    inset: auto 0% auto auto;
  }

  .nav-link-burger {
    color: var(--granat);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    font-family: Inter, sans-serif;
  }

  .container-3 {
    display: block;
  }

  .maglowek-top-miasto {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 140%;
  }

  .spacer {
    height: 0;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_text {
    font-size: 11px;
    line-height: 14px;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_text-link {
    margin-bottom: 1.5rem;
    margin-left: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_component {
    padding: 1.2rem;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .nawigacja {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-2 {
    background-color: var(--biały);
    justify-content: flex-end;
    align-items: center;
  }

  .hamburgermenu.w--open {
    background-color: var(--merito-blue);
  }
}

#w-node-_9d9aaced-04a5-1136-1af7-f7eb207d47ba-4f03f572 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9f329ad0-af67-b031-3817-b2380d1745d1-4f03f572 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_9f329ad0-af67-b031-3817-b2380d1745d1-4f03f572 {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9d9aaced-04a5-1136-1af7-f7eb207d47ba-4f03f572 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9f329ad0-af67-b031-3817-b2380d1745d1-4f03f572 {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr 1fr;
  }

  #w-node-e70cf20e-1223-b31f-4473-d840fbbb9234-4f03f572 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9d9aaced-04a5-1136-1af7-f7eb207d47ba-4f03f572, #w-node-_9f329ad0-af67-b031-3817-b2380d1745d1-4f03f572 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}