:root {
  --white: white;
  --black: black;
  --kolory--orange: #fdb913;
  --kolory--bez: #b2a78c;
  --kolory--green: #006a44;
  --kolory--czarny: #000;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.body {
  color: var(--white);
  background-color: #1f1f7c;
  font-family: Geomanist, sans-serif;
  overflow-x: hidden;
}

.div-block {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  display: grid;
  position: relative;
}

.form-block {
  border: 2px solid #fff;
  border-radius: 25px;
  margin-bottom: 0;
  padding: 20px;
  display: block;
}

.input-field {
  height: 36px;
  color: var(--white);
  background-color: #fff0;
  border: 2px solid #71cbf4;
  border-radius: 10px;
  margin-bottom: 5px;
}

.input-field:active {
  color: var(--white);
}

.input-field:focus {
  border-color: #9bd9ff;
}

.input-field::placeholder {
  color: var(--white);
}

.submit-button {
  background-color: #71cbf4;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #0981aa;
}

.font-size-10 {
  font-size: 10px;
  line-height: 1.2;
}

.h3 {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 400;
}

.h2 {
  font-family: Geomanist Book, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.2rem;
}

.h2.bezowy {
  color: var(--black);
  font-weight: 500;
}

.h2.orange.left-55.dot, .h2.blue {
  color: #03ace5;
  font-weight: 500;
}

.h2.blue.padding-top-medium {
  line-height: 4rem;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: 3rem;
  margin-right: 3rem;
}

.checkbox {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
}

.checkbox.normal {
  font-size: 14px;
}

.h4 {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
}

.h4.left-55.padding-top-medium {
  color: var(--black);
}

.h4.padding-top-medium {
  font-size: 24px;
}

.h4.date-line-left {
  border-left: 2px solid #71cbf4;
  margin-left: 10px;
  padding-left: 10px;
}

.logo {
  width: 145px;
}

.padding-bottom-xl {
  padding-bottom: 4rem;
}

.padding-top-medium {
  padding-top: 1.65rem;
}

.section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.success-message {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 25px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.thank-box {
  font-size: 20px;
}

.padding-top-5 {
  padding-top: 5px;
}

.form-side {
  max-width: 45vw;
  margin: 5% auto 0;
}

.line-blue {
  color: #03ace5;
}

.blue-text {
  color: #71cbf4;
}

.logo-title {
  justify-content: flex-start;
  align-items: center;
  max-width: 40vw;
  display: flex;
}

.input-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.input-grid.bottom {
  margin-bottom: 10px;
}

.svg {
  width: 40vw;
  overflow: visible !important;
}

.graf-side {
  position: sticky;
  top: 5%;
}

.input-group {
  grid-column-gap: 15px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .accordion-item-content {
    margin-left: 30px;
  }

  .more-icon {
    cursor: pointer;
  }

  .form-side {
    max-width: 40vw;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    grid-template-columns: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .form-block {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .h2 {
    margin-top: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
  }

  .main-graf-box {
    top: 0;
    bottom: 0;
    right: 0;
  }

  .clef-left {
    left: 0;
  }

  .clef-right {
    inset: 5rem 2rem 0% auto;
  }

  .logo {
    position: static;
  }

  .logo.left-fade {
    margin-top: 40px;
  }

  .padding-bottom-xl {
    padding-bottom: 1rem;
  }

  .left-55 {
    padding-left: 35px;
  }

  .mobile-show {
    display: block;
  }

  .mobile-hide {
    display: none;
  }

  .image-2.anim2 {
    width: 100px;
  }

  .cookie_banner {
    max-width: 80%;
  }

  .image-4 {
    width: 180%;
    max-width: none;
  }

  .section {
    height: auto;
    overflow: hidden;
  }

  .padding-top-mobile {
    padding-top: .125rem;
  }

  .form-side, .logo-title {
    max-width: 100%;
  }

  .svg {
    width: 100%;
  }

  .box {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cookie_options {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .accordion-item-content {
    margin-right: 0;
  }

  .cookie_banner {
    max-width: 100%;
    padding: 1rem;
    right: 20px;
  }

  .cookie_buttons {
    flex-direction: column;
  }

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

@media screen and (max-width: 479px) {
  .h2 {
    font-size: 25px;
    line-height: 25px;
  }

  .h2.padding-top-medium {
    padding-top: 0;
  }

  .h4 {
    margin-top: 20px;
  }

  .h4.date-line-left {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  .cookie_options {
    flex-wrap: wrap;
  }

  .button_secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .cookie_banner {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .button_primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .logo-title {
    flex-flow: column;
    display: flex;
  }
}

#w-node-baf7808a-2c5f-8ca2-7f7e-37ab8ec3963a-7a84cdd1 {
  align-self: start;
}
