.brno {
  color: #2C2C2C;
}
.brno-teaser.offer .brno-teaser-top__h2 {
  font-size: 71px;
  line-height: 71px;
  margin-top: 20px;
}
.brno-teaser.offer .brno-teaser-top__p {
  all: unset;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
}
.brno-teaser.offer .brno-teaser-bottom {
  margin-top: -350px;
}
.brno-teaser-top {
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(180deg, #D7007F, #972961);
  text-align: center;
  padding: 95px 0 315px 0;
}
.brno-teaser-top__h1 {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 20px;
}
.brno-teaser-top__h2 {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 40px;
}
.brno-teaser-top__p {
  font-size: 35px;
  line-height: 41px;
  color: #fff;
  padding: 12px 80px;
  background-color: #D7007F;
  border-radius: 80px;
  max-width: 613px;
  margin: auto;
  margin-bottom: 100px;
  box-shadow: 0px 3px 37px #00000029;
}
.brno-teaser-top__picture.mobile {
  display: none;
}
.brno-teaser-top__picture.desktop {
  display: block;
}
.brno-teaser-top__picture img {
  max-width: 100%;
  margin: auto;
}
.brno-teaser-bottom {
  margin-top: -400px;
  padding: 0 2rem;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}
.brno-teaser-line__h2 {
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  margin-top: 50px;
}
.brno-countdown-content {
  position: relative;
  border: 3px solid #D7007F;
  border-radius: 10px;
  max-width: 1355px;
  margin: auto;
  margin-top: 50px;
}
.brno-title {
  font-size: 39px;
  line-height: 46px;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  max-width: 80%;
  margin: auto;
  padding: 0 1rem;
}
.brno-title.mobile {
  display: none;
  max-width: 100%;
}
.brno-title.desktop {
  display: block;
}
.brno-countdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 50px;
  padding: 80px 0px;
}
.brno-countdown-part {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brno-countdown-part {
  min-width: 130px;
}
.brno-countdown-part .big {
  font-size: 100px;
  line-height: 120px;
  color: #d7007f;
}
.brno-countdown-part .small {
  font-size: 20px;
  line-height: 24px;
  color: #2C2C2C;
}
@media screen and (max-width: 1000px) {
  .brno-teaser-top__picture.mobile {
    display: block;
  }
  .brno-teaser-top__picture.desktop {
    display: none;
  }
  .brno-teaser-bottom {
    transform: none;
    margin-top: 50px !important;
  }
  .brno-teaser-top {
    padding-bottom: 100px;
  }
  .main-content {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 730px) {
  .brno-title {
    position: relative;
    top: 0;
  }
  .brno-title.mobile {
    display: block;
    margin-bottom: 50px;
  }
  .brno-title.desktop {
    display: none;
  }
  .brno-teaser-bottom {
    padding: 0 0.5rem;
  }
  .brno-countdown {
    column-gap: 5px;
    padding: 40px 0px;
  }
  .brno-countdown-part {
    min-width: unset;
    flex: 1 1 25%;
  }
  .brno-countdown-part .big {
    font-size: 65px;
    line-height: 75px;
  }
}
@media screen and (max-width: 600px) {
  .brno-countdown-part .big {
    font-size: 35px;
    line-height: 45px;
  }
  .brno-teaser-top__h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .brno-teaser-top__h2,
  .brno-teaser-line__h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .brno-teaser-top__p {
    font-size: 25px;
    line-height: 35px;
  }
  .brno-teaser-top {
    padding: 50px 1rem 100px 1rem;
  }
  .brno-title {
    font-size: 30px;
    line-height: 35px;
  }
  .brno-teaser.offer .brno-teaser-top__h2 {
    font-size: 50px;
    line-height: 55px;
    margin-top: 20px;
  }
  .brno-teaser.offer .brno-teaser-top__p {
    line-height: 24px;
  }
}
@media screen and (max-width: 450px) {
  .brno-teaser-top__p {
    margin-bottom: 35px;
    padding: 1rem;
  }
}
.brno-teaser-bottom-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 85px;
}
.brno-teaser-bottom-date__svg {
  margin-right: 45px;
}
.brno-teaser-bottom-date__p,
.brno-teaser-bottom-place__p {
  font-size: 28px;
  line-height: 35px;
}
.brno-teaser-bottom-place {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 65px;
}
.brno-teaser-bottom__h2 {
  font-size: 40px;
  line-height: 48px;
  color: #d7007f;
  margin-bottom: 85px;
  text-align: center;
}
.brno-teaser-bottom-icons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 165px;
}
.brno-teaser-bottom-icons-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 15%;
}
.brno-teaser-bottom-icons-icon__svg {
  margin-bottom: 42px;
  height: 90px;
  width: 90px;
}
.brno-teaser-bottom-icons-icon__p {
  font-size: 27px;
  line-height: 33px;
  text-align: center;
}
.brno-teaser-bottom-benefits {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 90px;
}
.brno-teaser-bottom-benefits-ap {
  display: flex;
  flex-direction: column;
  background-color: #1F1F1F;
  border-radius: 10px;
  padding: 45px 0px 50px 75px;
  flex: 0 1 45%;
  position: relative;
}
.brno-teaser-bottom-benefits-ap__logo {
  margin-bottom: 27px;
}
.brno-teaser-bottom-benefits-ap__picture {
  position: absolute;
  top: -81px;
  right: -110px;
}
.brno-teaser-bottom-benefits-ap__p {
  font-size: 22px;
  line-height: 26px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
  max-width: 226px;
}
.brno-teaser-bottom-benefits-ap__disclaimer {
  font-size: 22px;
  line-height: 26px;
  text-align: left;
  color: #fff;
  max-width: 226px;
}
.brno-teaser-bottom-benefits-c {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #FECB00;
  border-radius: 10px;
  flex: 0 1 45%;
  column-gap: 50px;
  padding: 78px 44px;
}
.brno-teaser-bottom-benefits-c__picture {
  flex: 1 1 50%;
}
.brno-teaser-bottom-benefits-c-textwrap {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex: 1 1 50%;
}
.brno-teaser-bottom-benefits-c-textwrap__h3 {
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  margin-bottom: 35px;
}
.brno-teaser-bottom-benefits-c-textwrap__p {
  font-size: 22px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 20px;
}
.brno-teaser-bottom-benefits-c-textwrap a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.brno-teaser-bottom-benefits-c-textwrap a svg {
  fill: #2C2C2C;
}
.brno-teaser-bottom-offers {
  display: flex;
  flex-direction: row;
  column-gap: 50px;
  row-gap: 65px;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.brno-teaser-bottom-offers-item {
  flex: 1 1 31%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 7px 11px 33px #0000001F;
  border-radius: 10px;
  padding: 92px 30px 40px 30px;
  position: relative;
}
.brno-teaser-bottom-offers-item .discount-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: -22px;
  right: 20px;
}
.brno-teaser-bottom-offers-item .discount {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  background-color: #d7007f;
  border-radius: 80px;
  width: 170px;
  padding: 12px 22px;
  margin-bottom: 5px;
}
.brno-teaser-bottom-offers-item .discount-text {
  font-size: 12px;
  line-height: 14px;
  color: #777777;
}
.brno-teaser-bottom-offers-item .logo {
  margin-bottom: 17px;
}
.brno-teaser-bottom-offers-item .price {
  font-size: 22px;
  line-height: 26px;
  color: #777777;
  margin-bottom: 25px;
}
.brno-teaser-bottom-offers-item .infotext {
  font-size: 22px;
  line-height: 26px;
  color: #777777;
  margin-bottom: 15px;
}
.brno-teaser-bottom-offers-item .text-acc {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.brno-teaser-bottom-offers-item.macbook-pro {
  flex: 1 1 65%;
  flex-direction: row;
  justify-content: space-between;
}
.brno-teaser-bottom-offers-item.macbook-pro .textwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 60px;
}
.brno-teaser-bottom-offers-item.macbook-pro .m2-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 35px;
  margin-top: 10px;
}
.brno-teaser-bottom-offers-item.macbook-pro .m2-wrap p {
  font-size: 16px;
  line-height: 22px;
  margin-right: 10px;
}
.brno-teaser-bottom-buyout {
  display: flex;
  flex-direction: column;
  padding: 45px 0 45px 175px;
  box-shadow: 0px 0px 20px #00000029;
  border-radius: 10px;
  margin-bottom: 90px;
  position: relative;
}
.brno-teaser-bottom-buyout a {
  width: 148px;
}
.brno-teaser-bottom-buyout__logo {
  margin-bottom: 15px;
}
.brno-teaser-bottom-buyout__h3 {
  font-size: 35px;
  line-height: 41px;
  margin-bottom: 10px;
}
.brno-teaser-bottom-buyout__p {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 25px;
}
.brno-teaser-bottom-buyout__product {
  position: absolute;
  top: -25px;
  right: 184px;
}
.brno-teaser-bottom-conditions {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  text-align: center;
  padding: 25px 1rem;
}
@media screen and (max-width: 1600px) {
  .brno img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1509px) {
  .brno-teaser-bottom-offers-item.macbook-pro {
    flex: 1 1 31%;
    flex-direction: column;
  }
  .brno-teaser-bottom-offers-item.macbook-pro .textwrap {
    padding-left: 0;
  }
  .brno-teaser-bottom-offers-item.macbook-pro .product img {
    max-width: 380px;
  }
}
@media screen and (max-width: 1500px) {
  .brno-teaser-bottom-benefits-ap__picture {
    position: relative;
    top: 0;
    right: 0;
    max-width: 300px;
  }
  .brno-teaser-bottom-benefits-ap {
    flex-direction: column;
    padding: 50px;
    align-items: center;
  }
  .brno-teaser-bottom-benefits-ap .brno-teaser-bottom-benefits-ap__p,
  .brno-teaser-bottom-benefits-ap .brno-teaser-bottom-benefits-ap__disclaimer {
    text-align: center;
    max-width: 100%;
  }
  .brno-teaser-bottom-benefits-c {
    flex-direction: column-reverse;
    padding: 50px;
    align-items: center;
  }
  .brno-teaser-bottom-benefits-c .brno-teaser-bottom-benefits-c-textwrap__h3,
  .brno-teaser-bottom-benefits-c .brno-teaser-bottom-benefits-c-textwrap__p {
    text-align: center;
  }
  .brno-teaser-bottom-benefits-c .brno-teaser-bottom-benefits-c-textwrap {
    text-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 1400px) {
  .brno-teaser-bottom-buyout {
    padding-left: 80px !important;
  }
  .brno-teaser-bottom-buyout__product {
    right: 25px;
  }
}
@media screen and (max-width: 1150px) {
  .brno-teaser-bottom-icons br {
    display: none;
  }
  .brno-teaser-bottom-benefits-c__picture {
    flex: 0 1 45%;
  }
  .brno-teaser-bottom-offers-item.macbook-pro .product img {
    max-width: 100%;
  }
  .brno-teaser-bottom-buyout__product {
    max-width: 50%;
    top: calc(50% + -127px);
  }
}
@media screen and (max-width: 950px) {
  .brno-teaser-bottom-buyout {
    align-items: center;
    padding: 2rem !important;
  }
  .brno-teaser-bottom-buyout__product {
    position: relative;
    margin-top: 35px;
    max-width: 300px;
    right: 0;
  }
  .brno-teaser-bottom-buyout__p,
  .brno-teaser-bottom-buyout__h3 {
    text-align: center;
  }
  .brno-teaser-bottom-buyout__logo img {
    margin-left: 15px;
  }
}
@media screen and (max-width: 900px) {
  .brno-teaser-bottom-benefits-c__picture img {
    margin-top: 50px;
  }
  .brno-teaser-bottom-benefits-ap,
  .brno-teaser-bottom-benefits-c {
    flex: 0 1 48%;
  }
  .brno-teaser-bottom-date,
  .brno-teaser-bottom-place {
    flex-direction: column;
    margin-left: 0;
    margin-top: 50px;
    text-align: center;
  }
  .brno-teaser-bottom-date__svg {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .brno-teaser-bottom-icons {
    flex-direction: column;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .brno-teaser-bottom-icons .brno-teaser-bottom-icons-icon {
    margin-bottom: 30px;
  }
  .brno-teaser-bottom-icons .brno-teaser-bottom-icons-icon .brno-teaser-bottom-icons-icon__svg {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 700px) {
  .brno-teaser-bottom-benefits-ap,
  .brno-teaser-bottom-benefits-c {
    padding: 50px 25px;
  }
  .brno-teaser-bottom-offers-item {
    flex: 1 1 100%;
  }
  .brno-teaser-bottom-offers {
    padding: 0 1.3rem;
  }
  .brno-teaser-bottom-buyout {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  .brno-teaser-bottom-date {
    flex-direction: column;
    align-items: center;
  }
  .brno-teaser-bottom-date .brno-teaser-bottom-date__svg {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .text-acc {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .brno-teaser-bottom-benefits {
    flex-direction: column;
    padding: 0 1rem;
  }
  .brno-teaser-bottom-benefits .brno-teaser-bottom-benefits-ap,
  .brno-teaser-bottom-benefits .brno-teaser-bottom-benefits-c {
    flex: 1 1 auto;
  }
  .brno-teaser-bottom-benefits .brno-teaser-bottom-benefits-ap {
    margin-bottom: 35px;
  }
  .brno-teaser-bottom-date__p {
    font-size: 35px;
    line-height: 40px;
  }
  .brno-teaser-bottom__h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .brno-teaser-bottom-icons-icon__p {
    font-size: 22px;
    line-height: 28px;
  }
  .brno-teaser-bottom-benefits-ap__p,
  .brno-teaser-bottom-benefits-ap__disclaimer,
  .brno-teaser-bottom-benefits-c-textwrap__p {
    font-size: 18px;
    line-height: 24px;
  }
  .brno-teaser-bottom-benefits-c-textwrap__h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .brno-teaser-bottom-date,
  .brno-teaser-bottom-icons {
    margin-bottom: 15px;
  }
  .brno-teaser-bottom__h2 {
    margin-bottom: 40px;
  }
}
[data-aos="offer"].aos-animate {
  animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}
[data-aos="offer"].aos-init {
  opacity: 0;
}
@keyframes slide-in-blurred-bottom {
  0% {
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}