@charset "UTF-8";
@font-face {
  font-family: "FinHeadline";
  src: url("../font/FinlandiaHeadline_W_Bd.woff");
  font-weight: 600;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "FinInterface";
  src: url("../font/finlandiainterface_rg.woff");
  font-weight: 400;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "TCCC-UnityHeadline Bold";
  src: url("../font/a3fd7039bc65684a34371b2002a7711e.eot");
  src: url("../font/a3fd7039bc65684a34371b2002a7711e.eot?#iefix") format("embedded-opentype"), url("../font/a3fd7039bc65684a34371b2002a7711e.woff2") format("woff2"), url("../font/a3fd7039bc65684a34371b2002a7711e.woff") format("woff"), url("../font/a3fd7039bc65684a34371b2002a7711e.ttf") format("truetype"), url("../font/a3fd7039bc65684a34371b2002a7711e.svg#TCCC-UnityHeadline Bold") format("svg");
}
body {
  font-family: "FinInterface";
}
#theme_header,
.logo-wrapper {
  background-color: #001e43;
}

.unity_headline {
  font-family: "TCCC-UnityHeadline Bold" !important;
  font-weight: bold;
}

#theme_header {
  height: 100px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bg-main {
  background-color: #001e43;
}

.bg-secondary {
  background-color: #287ca9;
}

.reg_btn {
  background-color: white;
  font-size: 30px;
  height: 70px;
  color: #287ca9 !important;
  border-radius: 58px;
  width: 250px !important;
  max-width: 250px !important;
  border: none;
}

#registrace label {
  color: white !important;
  padding-left: 35px !important;
  font-family: "FinInterface";
  font-size: 35px !important;
}
#registrace strong {
  color: white !important;
}
#registrace .form-wrapper input:not([type=submit]) {
  width: 440px;
}
#registrace .form-wrapper label {
  width: 100%;
  margin-bottom: 5px;
  font-family: "FinInterface";
}
#registrace p {
  font-family: "FinInterface";
}
#registrace a {
  font-family: "FinInterface";
}
#registrace .acceptance p {
  font-size: 25px !important;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "FinHeadline" !important;
}
.upl-btn-wrapper span {
  font-size: 25px;
}

#intro_page {
  background-color: #001e43;
  background-size: cover;
  background-repeat: none;
  width: 100%;
  height: 100%;
}
#intro_page h1,
#intro_page p {
  color: white;
}

#date-input-container {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.date-custom-input {
  width: 170px;
  height: 120px;
  display: grid;
  border-radius: 20px;
  border: 1px solid black;
  background-color: #d2d2d2;
  transform: scale(1);
  transition: 0.3s all;
}
.date-custom-input input {
  background-color: transparent;
  font-size: 55px;
  color: #287ca9;
  text-align: center;
  width: 100%;
  font-weight: 400;
}
.date-custom-input input:active {
  border: none;
}
.date-custom-input input:focus {
  border: none;
  overflow: hidden !important;
  scrollbar-width: 0px !important;
  outline: none;
}
.date-custom-input input::-moz-placeholder {
  color: #287ca9;
  text-align: center;
  font-weight: 400;
}
.date-custom-input input::placeholder {
  color: #287ca9;
  text-align: center;
  font-weight: 400;
}

.input_selected {
  transform: scale(1.05);
  -webkit-transform: scale(1.05, 1.05);
}

#verify-age {
  background-color: white;
  opacity: 0.35;
  border-radius: 58px;
  border: 1x solid transparent;
  padding: 10px 32px;
  cursor: not-allowed;
  transform: scale(1);
  transition: 0.3s all;
}
#verify-age:hover {
  transform: scale(1.05);
}

#verify-age.button-active {
  cursor: pointer;
  opacity: 1;
}

/**
Jak soutěžit
*/
.step_text_big {
  font-size: 50px;
  font-weight: bold;
}

.step_text_small {
  font-size: 40px;
  font-weight: bold;
  white-space: nowrap;
}

img.step_part {
  max-height: 386px;
  width: auto;
}
.step_text_big .light {
  font-weight: 300; 
}
#jak-soutezit-section h2 {
  color: white;
}

.step_num {
  background-color: #001e43;
  color: white;
  font-weight: bold;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 42px;
  margin-bottom: 20px;
}

.f_headline {
  font-size: 80px;
  font-weight: bold;
}

/** O co hrajeme */
#o-co-se-hraje-section {
  background-color: #001e43;
}
#o-co-se-hraje-section .prize_cont_overwrapper {
  width: 33%;
  justify-items: center;
}
#o-co-se-hraje-section p {
  color: white;
}
#o-co-se-hraje-section .prize_img_cont {
  height: 390px;
}
#o-co-se-hraje-section .prize_img_cont .prize_img_img_1,
#o-co-se-hraje-section .prize_img_cont .prize_img_img_2,
#o-co-se-hraje-section .prize_img_cont .prize_img_img_3 {
  position: absolute;
}
#o-co-se-hraje-section .prize_img_cont .prize_img_img_1 {
  transform: scale(1.5);
  -webkit-transform: scale(1.5, 1.5);
  bottom: 70px;
}
#o-co-se-hraje-section .prize_img_cont .prize_img_img_2 {
  transform: scale(1.5);
  -webkit-transform: scale(1.5, 1.5);
  bottom: 70px;
}
#o-co-se-hraje-section .prize_img_cont .prize_img_img_3 {
  transform: scale(1);
  bottom: 70px;
}
#o-co-se-hraje-section .prize_cont_overwrapper p {
  font-size: 34px;
  max-width: 380px;
}

#hero-section {
  background-image: url("../img/finlandia/hero/hero_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1920px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
#hero-section #hero_top_left {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1293px;
  background-repeat: no-repeat;
  background-image: url("../img/finlandia/hero/top_left_bg.png");
}
#hero-section #hero_top_left p {
  color: white;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}
#hero-section #hero_bottom_right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-image: url("../img/finlandia/hero/bottom_right_bg.png");
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#hero-section #hero_bottom_right p {
  color: white;
  font-size: 45px;
  text-align: end;
  font-weight: bold;
}
#hero-section #hero_bottom_left {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
#hero-section #hero_bottom_left #hero_rfp {
  position: absolute;
  top: 0px;
  right: 0px;
}
#hero-section #hero_top_right {
  position: absolute;
}
#o-co-se-hraje-section .prize_text_wrapper {
  text-align: center;
  max-width: 380px;
  color: white;
  line-height: 1.2;
}

#o-co-se-hraje-section .prize_text_wrapper .main {
  font-size: 36px;
  font-weight: 700;
  display: block;
}

#o-co-se-hraje-section .prize_text_wrapper .sub {
  font-size: 28px;
  font-weight: 400;
  display: block;
}


@media only screen and (min-width: 1900px) {
  .acceptance {
    margin-left: -15px !important;
  }
  #hero-section {
    height: 920px;
  }
  #hero-section #hero_top_left {
    height: 514px;
    left: -110px;
    top: -100px;
  }
  #hero-section #hero_top_left p {
    font-size: 80px;
    padding-left: 290px;
    padding-top: 90px;
  }
  #hero-section #hero_top_left .xl_font {
    font-size: 130px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #hero-section #hero_bottom_left #hero_rfp {
    position: absolute;
    top: 150px;
    right: 80px;
  }
  #hero-section #hero_bottom_right {
    width: 1095px;
  }
  #hero-section #rfp_with_people {
    height: 616px;
    width: auto;
  }
  #hero-section #hero_bottom_right {
    height: 238px;
  }
  #hero-section #hero_top_right {
    right: -82px;
    bottom: 15px;
  }
  #hero-section #hero_top_right img#hero_finlandia_bottle {
    transform: scale(0.8);
    right: 20px;
  }
  #o-co-se-hraje-section {
    padding-top: 120px;
  }
  #jak-soutezit-section {
    padding-top: 120px;
  }
  #registrace {
    padding-top: 120px;
  }
  #hero-section #hero_bottom_right p {
    padding-bottom: 90px;
  }
  #hero_bottom_right .pij_s_rozumem_img {
    margin-bottom: 90px;
  }
}
#theme_footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
#theme_footer p {
  color: white;
}
#theme_footer a {
  color: white;
}

div#footer_section_contacts {
  display: grid;
}

#footer_contacts_line {
  display: flex;
  width: 390px;
  text-align: left;
  justify-content: space-between;
}
#footer_contacts_line p {
  text-align: left !important;
}

#pravidla_link {
  font-size: 45px;
  font-weight: bold;
}

#made_by_yd {
  display: grid;
  justify-content: end;
}
#made_by_yd a {
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (min-width: 1px) and (max-width: 520px) {
  #hero-section #hero_bottom_right p {
    font-size: 26px !important;
  }
  #footer_contacts_line {
    width: unset !important;
    display: grid !important;
  }
  #hero-section {
    height: 650px;
  }
  #hero-section #hero_top_left {
    height: 334px;
    left: -818px;
    top: -150px;
  }
  #hero-section #hero_top_left p {
    font-size: 30px;
    padding-left: 880px;
    padding-top: 165px;
  }
  #hero-section #hero_top_left .xl_font {
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #hero-section #hero_bottom_left #hero_rfp {
    position: absolute;
    top: 286px;
    right: 478px;
    transform: scale(0.65);
  }
  #hero-section #hero_bottom_right {
    width: 100%;
    flex-direction: column-reverse;
    align-items: end;
    padding-right: 30px;
  }
  #hero-section #rfp_with_people {
    height: 576px;
    width: auto;
    max-width: unset !important;
  }
  #hero-section #hero_bottom_right {
    height: 128px;
  }
  #hero-section #hero_top_right {
    right: -265px;
    bottom: 5px;
  }
  #hero-section #hero_top_right img#hero_finlandia_bottle {
    transform: scale(0.35);
  }
  #footer_section_contacts {
    display: grid;
  }
  #logo_footer {
    max-height: 140px;
    width: auto;
  }
  .how_to_step {
    width: 100% !important;
  }
  .step_text_big {
    font-size: 42px !important;
  }
  .step_text_small {
    font-size: 28px !important;
  }
  #o-co-se-hraje-section {
    padding-top: 60px;
  }
  #o-co-se-hraje-section .prize_cont_overwrapper {
    width: 100% !important;
    justify-items: center;
    margin-top: 35px;
  }
  #jak-soutezit-section {
    padding-top: 60px;
  }
  #pravidla_link {
    font-size: 25px;
    margin-top: 5px;
    font-weight: bold;
    text-align: right;
  }
  #registrace {
    padding-top: 60px;
  }
  #registrace .form-wrapper input:not([type=submit]) {
    width: 90%;
  }
  #theme_footer {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  #registrace label.check {
    padding-left: 0px !important;
  }
  #date-input-container {
    gap: 15px;
  }
  #date-input-container .date-custom-input {
    width: 100px;
    height: 100px;
  }
  #intro_page {
    padding-top: 35px;
  }
  #made_by_yd a {
    margin-bottom: 45px;
  }
  #registrace .acceptance.flex.gap-3.items-center {
    margin-top: 1rem !important;
  }
  #registrace .flex.flex-wrap.justify-start.gap-12 {
    gap: 2rem !important;
  }
  #o-co-se-hraje-section .prize_cont_overwrapper p {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 521px) and (max-width: 768px) {
  #footer_contacts_line {
    width: unset !important;
    display: grid !important;
  }
  
  #hero-section #hero_bottom_right p {
    font-size: 30px !important;
  }
  .prize_img_cont img {
    height: 270px !important;
    width: auto;
    max-width: unset;
  }
  #o-co-se-hraje-section .prize_cont_overwrapper p {
    font-size: 24px !important;
  }
  #hero-section {
    height: 700px;
  }
  #hero-section #hero_top_left {
    height: 334px;
    left: -818px;
    top: -150px;
  }
  #hero-section #hero_top_left p {
    font-size: 30px;
    padding-left: 880px;
    padding-top: 155px;
  }
  #hero-section #hero_top_left .xl_font {
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #hero-section #hero_bottom_left #hero_rfp {
    position: absolute;
    top: 226px;
    right: 498px;
    transform: scale(0.65);
  }
  #hero-section #hero_bottom_right {
    width: 100%;
  }
  #hero-section #rfp_with_people {
    height: 616px;
    max-width: unset !important;
    width: auto;
  }
  #hero-section #hero_bottom_right {
    height: 128px;
  }
  #hero-section #hero_top_right {
    right: -265px;
    bottom: 55px;
  }
  #hero-section #hero_top_right img#hero_finlandia_bottle {
    transform: scale(0.35);
  }
  #o-co-se-hraje-section {
    padding-top: 120px;
  }
  .how_to_step {
    width: 100% !important;
  }
  #jak-soutezit-section {
    padding-top: 120px;
  }
  #registrace {
    padding-top: 120px;
  }
  #o-co-se-hraje-section .prize_cont_overwrapper {
    width: 46% !important;
  }
  .step_part_empty {
    display: none;
  }
  #logo_footer {
    max-height: 140px;
    width: auto;
  }
  #pravidla_link {
    font-size: 25px;
    margin-top: 5px;
    font-weight: bold;
    text-align: right;
  }
  #theme_footer {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .how_to_step {
    width: 90%;
  }
  #registrace label.check {
    padding-left: 0px !important;
  }
  div#prizes_wrap {
    justify-content: center;
  }
  #o-co-se-hraje-section .prize_img_cont {
    height: 280px;
  }
}
.prize_img_cont img {
  height: 390px;
  width: auto;
  max-width: unset;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #hero-section {
    height: 600px;
  }
  #hero-section #hero_top_left {
    height: 324px;
    left: -550px;
    top: -100px;
  }
  #hero-section #hero_top_left p {
    font-size: 50px;
    padding-left: 610px;
    padding-top: 90px;
  }
  #hero-section #hero_top_left .xl_font {
    font-size: 70px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #hero-section #hero_bottom_left #hero_rfp {
    position: absolute;
    top: 130px;
    right: 230px;
  }
  #hero-section #hero_bottom_right {
    width: 60%;
    flex-direction: column-reverse;
  }
  #hero-section #rfp_with_people {
    height: 468px;
    width: auto;
  }
  #hero-section #hero_bottom_right {
    height: 238px;
  }
  #hero-section #hero_top_right {
    right: -247px;
    bottom: -83px;
  }
  #hero-section #hero_top_right img#hero_finlandia_bottle {
    transform: scale(0.4);
  }
  #o-co-se-hraje-section {
    padding-top: 120px;
  }
  #jak-soutezit-section {
    padding-top: 120px;
  }
  .how_to_step {
    width: 100%;
  }
  #registrace {
    padding-top: 120px;
  }
  .lg\:gap-24 {
    gap: 2.6rem !important;
  }
  .step_part_empty {
    display: none;
  }
  #o-co-se-hraje-section .prize_cont_overwrapper p {
    font-size: 22px;
  }
  #o-co-se-hraje-section .prize_cont_overwrapper {
    width: 30% !important;
  }
  div#prizes_wrap {
    justify-content: space-evenly;
    gap: 10px !important;
  }
  #o-co-se-hraje-section .prize_img_cont .prize_img_img_1 {
    transform: scale(1.25);
    -webkit-transform: scale(1.25, 1.25);
  }
  #o-co-se-hraje-section .prize_img_cont .prize_img_img_2 {
    transform: scale(1.25);
    -webkit-transform: scale(1.25, 1.25);
  }
  img.prize_img_label_1 {
    transform: scale(0.85);
    -webkit-transform: scale(0.85, 0.85);
  }
  img.prize_img_label_2 {
    transform: scale(0.85);
    -webkit-transform: scale(0.85, 0.85);
  }
  img.prize_img_label_3 {
    transform: scale(0.85);
    -webkit-transform: scale(0.85, 0.85);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #hero-section {
    height: 700px;
  }
  #hero-section #hero_top_left {
    height: 434px;
    left: -350px;
    top: -100px;
  }
  #hero-section #hero_top_left p {
    font-size: 70px;
    padding-left: 46rem;
    padding-top: 90px;
  }
  #hero-section #hero_top_left .xl_font {
    font-size: 100px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #hero-section #hero_bottom_left #hero_rfp {
    position: absolute;
    top: 100px;
    right: 0px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8, 0.8);
  }
  #hero-section #hero_bottom_right {
    width: 855px;
  }
  #hero-section #rfp_with_people {
    height: 486px;
    width: auto;
  }
  #hero-section #hero_bottom_right {
    height: 220px;
  }
  #hero-section #hero_top_right {
    right: -183px;
    bottom: -73px;
  }
  #hero-section #hero_top_right img#hero_finlandia_bottle {
    transform: scale(0.55);
    -webkit-transform: scale(0.55, 0.55);
  }
  #o-co-se-hraje-section {
    padding-top: 60px;
  }
  #jak-soutezit-section {
    padding-top: 60px;
  }
  #registrace {
    padding-top: 60px;
  }
  #o-co-se-hraje-section .prize_cont_overwrapper p {
    font-size: 26px !important;
  }
  #o-co-se-hraje-section .prize_cont_overwrapper {
    width: 30% !important;
  }
  div#prizes_wrap {
    justify-content: space-evenly;
    gap: 10px !important;
  }
  .acceptance {
    margin-left: -15px !important;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1536px) {
  .acceptance {
    margin-left: -15px !important;
  }
  #hero-section {
    height: 700px;
  }
  #hero-section #hero_top_left {
    height: 434px;
    left: -350px;
    top: -100px;
  }
  #hero-section #hero_top_left p {
    font-size: 70px;
    padding-left: 46rem;
    padding-top: 90px;
  }
  #hero-section #hero_top_left .xl_font {
    font-size: 100px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #hero-section #hero_bottom_left #hero_rfp {
    position: absolute;
    top: 100px;
    right: 0px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8, 0.8);
  }
  #hero-section #hero_bottom_right {
    width: 855px;
  }
  #hero-section #rfp_with_people {
    height: 486px;
    width: auto;
  }
  #hero-section #hero_bottom_right {
    height: 220px;
  }
  #hero-section #hero_top_right {
    right: -183px;
    bottom: -73px;
  }
  #hero-section #hero_top_right img#hero_finlandia_bottle {
    transform: scale(0.55);
    -webkit-transform: scale(0.55, 0.55);
  }
  #o-co-se-hraje-section {
    padding-top: 120px;
  }
  #jak-soutezit-section {
    padding-top: 120px;
  }
  #registrace {
    padding-top: 120px;
  }
  #o-co-se-hraje-section .prize_cont_overwrapper p {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 1537px) and (max-width: 1899px) {
  #o-co-se-hraje-section .prize_cont_overwrapper p {
    font-size: 32px !important;
  }
  #o-co-se-hraje-section {
    padding-top: 120px;
  }
  #jak-soutezit-section {
    padding-top: 120px;
  }
  #registrace {
    padding-top: 120px;
  }
  #hero-section {
    height: 750px;
  }
  #hero-section #hero_top_left {
    height: 514px;
    left: 0px;
    top: -100px;
  }
  #hero-section #hero_top_left p {
    font-size: 70px;
    padding-left: 20rem;
    padding-top: 90px;
  }
  #hero-section #hero_top_left .xl_font {
    font-size: 100px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #hero-section #hero_bottom_left #hero_rfp {
    position: absolute;
    top: 100px;
    right: -70px;
  }
  #hero-section #hero_bottom_right {
    width: 945px;
  }
  #hero-section #rfp_with_people {
    height: 486px;
    width: auto;
  }
  #hero-section #hero_bottom_right {
    height: 150px;
  }
  #hero-section #hero_top_right {
    right: -102px;
    bottom: -88px;
  }
  #hero-section #hero_top_right img#hero_finlandia_bottle {
    transform: scale(0.75);
    -webkit-transform: scale(0.75, 0.75);
    right: 20px;
  }
  .acceptance {
    margin-left: -15px !important;
  }
}
/** Obecne */
.h-100 {
  height: 100%;
}

#content {
  padding-top: 100px;
}

.how_to_step {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.how_to_step_container {
  display: grid;
  text-align: center;
  justify-items: center;
}
.how_to_step_container p {
  color: white;
}

.step_part {
  width: 370px;
}

.reg-row {
  margin-top: 30px;
}

.form-wrapper input:not([type=submit]) {
  background-color: #d2d2d2;
  border-radius: 55px;
  border: 1px solid #001e43;
}

.form-wrapper .upl-icon {
  background-color: white;
}

span.label_smaller {
  font-size: 16px;
}

.text-primary {
  color: white !important;
}

.acceptance p {
  color: white !important;
}

.form-wrapper input[type=submit] {
  margin: auto;
}

.anchor_btn {
  background-color: white;
  color: #287ca9;
  padding: 10px 32px;
  border-radius: 58px;
}

.prize_img_cont {
  position: relative;
}

























@media only screen and (max-width: 768px) {
  .step_part_empty {
    display: none;
  }
}
.pij_s_rozumem_img {
  height: 43px;
}

.form-wrapper .upl-icon svg {
  height: 35px !important;
  width: 35px !important;
}

.form-wrapper .upl-icon {
  padding: 1.25rem !important;
}

.wpcf7-submit {
  margin-top: 60px !important;
}

.wpcf7 .wpcf7-response-output {
  background-color: #001e43;
  color: white;
}

@media only screen and (min-width: 1024px) {
  .page-template-template-overeni-php {
    height: 100vh;
  }
  .step_part.step_part_img {
    display: flex;
    justify-content: center;
  }
}
.wpcf7-not-valid-tip {
  /* text-align: center; */
  color: red;
  font-size: 18px;
  background-color: #001e43;
  padding: 10px 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 30px;
}

.upl-btn-wrapper .btn-black {
  align-items: flex-start;
  margin-top: 25px;
}

.acceptance {
  margin-top: 5rem;
}

.upl-btn-wrapper span {
  font-weight: bold;
}/*# sourceMappingURL=custom.css.map */












.hero-section {
  position: relative;
  width: 100%;
  min-height: 90svh;
  overflow: hidden;
}


.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  z-index: 8;
}

.hero-left-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  z-index: 7;
}

.hero-left-text {
  position: relative;
  z-index: 9;
  color: white;
  padding: 5% 15%;
  max-width: 970px;
  font-size: 150px;
  line-height: 150px;
  font-weight: 400;
  
}

.hero-left-text .big {
  text-transform: uppercase;
  font-weight: 600;
}


.hero-left-text span {
  font-weight: 600;
  font-size: 150px;
  line-height: 150px;
}

.hero-left-text strong {
  font-weight: 600;
  font-size: 150px;
  line-height: 150px;
  display: block;
}


.hero-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%; /* zmenšeno z 50% */
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-right-img {
  width: 100%;
  max-width: 650px; /* zmenšeno z 750px */
  height: auto;
  padding-bottom: 30px;
}

.hero-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background-color: #2B7DAA;
  z-index: 4;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 40px;
  color: white;
}

.hero-bottom-content {
  display: flex;
  align-items: center;
  gap: 150px;
  text-align: right;
}

.hero-bottom-content img {
  height: 60px;
  width: auto;
}

.hero-bottom-text {
  font-size: 45px;
  line-height: 1.2;
}


.hero_finlandia_bottom {
    position: absolute;
    bottom: 10px;
    right: 30px;
    color: white;
    font-size: 20px;
    z-index: 4;
    text-align: right;
}

.hero-left-text {
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
  text-wrap: balance;
}

.hero-left-text span,
.hero-left-text strong {
  display: inline;
  word-break: normal;
  white-space: normal;
  text-wrap: balance;
}
@media (max-width: 1830px) {
  .hero-bottom-content {
    gap: 80px;
  }
    .hero-left-text,
  .hero-left-text span,
  .hero-left-text strong {
    font-size: 120px;
    line-height: 120px;
  }

  .hero-bottom-text {
    font-size: 36px;
  }
    .hero-bottom-bar {
    margin-top: auto;
    padding: 10px 20px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
    z-index: 12;
  }
}
@media (max-width: 1400px) {
  .hero-left-text,
  .hero-left-text span,
  .hero-left-text strong {
    font-size: 120px;
    line-height: 120px;
  }

  .hero-bottom-text {
    font-size: 36px;
  }
    .hero-bottom-bar {
    margin-top: auto;
    padding: 10px 20px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
    z-index:12;
  }
}

@media (max-width: 1200px) {
  .hero-left-text,
  .hero-left-text span,
  .hero-left-text strong {
    font-size: 90px;
    line-height: 100px;
  }

  .hero-bottom-text {
    font-size: 30px;
    text-align: right;
    align-self: flex-end;
  }
    .hero-bottom-bar {
    margin-top: auto;
    padding: 10px 20px 20px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
    z-index: 12;
  }
}

@media (max-width: 890px) {
  .hero-section {
    display: flex;
    flex-direction: column;
    min-height: 90svh;
    overflow: hidden;
    position: relative;
  }

  .hero-left {
    position: relative;
    width: 100%;
    height: auto;
  }

  .hero-left-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    object-fit: cover;
    z-index: 1;
    display: block;
  }

  .hero-left-text,
  .hero-left-text span,
  .hero-left-text strong {
    font-size: 58px;
    line-height: 65px;
  }

  .hero-left-text {
    position: relative;
    z-index: 2;
    padding: 40px 20px 10px;
    text-align: left;
  }

  .hero-right {
    position: static;
    width: 100%;
    height: auto;
    padding: 0 20px 10px;
    justify-content: center;
  }

  .hero-right-img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    display: block;
    padding: 10px 0 0;
    z-index: 5;
  }

  .hero-bottom-bar {
    margin-top: auto;
    padding: 10px 20px 20px;
    flex-direction: column-reverse; 
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
    z-index: 11;
  }

  .hero-bottom-content {
    flex-direction: column-reverse;
    gap: 8px;
  }

  .hero-bottom-content img {
    height: 36px;
  }

  .hero-bottom-text {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .hero-left-text,
  .hero-left-text span,
  .hero-left-text strong {
    font-size: 38px;
    line-height: 44px;
  }

  .hero-bottom-bar {
    height: auto;
    padding: 20px;
    flex-direction: column-reverse; /* prohození pořadí */
    justify-content: center;
    align-items: flex-end; /* zarovnání vlevo */
    gap: 10px;
    text-align: left;
  }

  .hero-bottom-content {
    flex-direction: column-reverse; /* taky pro jistotu */
    align-items: flex-start;
    gap: 10px;
  }

  .hero-bottom-text {
    font-size: 26px; /* větší text */
    line-height: 1.4;
  }

  .hero-bottom-content img {
    height: 40px;
  }
  .hero-right-img {
    width: 100%;
    max-width: 320px;
    margin: 120px auto 0;
    display: block;
    padding: 15px 0;
    z-index: 5;
  }
}

@media (max-width: 389px) {
  .hero-section {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    overflow: hidden;
  }

  .hero-left {
    position: relative;
    width: 100%;
    height: auto;
  }

  .hero-left-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px; /* sníženo z 300px */
    object-fit: cover;
    z-index: 1;
    display: block;
  }

  .hero-left-text,
  .hero-left-text span,
  .hero-left-text strong {
    font-size: 32px;
    line-height: 36px;
  }

  .hero-left-text {
    position: relative;
    z-index: 2;
    padding: 90px 15px 10px;
    text-align: left;
  }

  .hero-right {
    position: static;
    width: 100%;
    height: auto;
    padding: 0 15px 20px;
    justify-content: center;
  }

  .hero-right-img {
    width: 100%;
    max-width: 320px;
    margin: 40px auto 0;
    display: block;
    padding: 15px 0;
    z-index: 5;
  }

  .hero-bottom-bar {
    height: auto;
    padding: 15px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    text-align: left;
    margin-top: auto;
  }

  .hero-bottom-content {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 8px;
  }

  .hero-bottom-text {
    font-size: 20px;
    line-height: 1.4;
  }

  .hero-bottom-content img {
    height: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 914px) {
  #o-co-se-hraje-section .prize_cont_overwrapper p {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  #o-co-se-hraje-section .prize_img_label_1 {
    width: 380px;
    height: auto;
    transform: scale(1) !important;
    bottom: 0 !important;
    position: relative !important;
  }
}