#page-banner {
  position: relative;
  display: flex;
  justify-content: center;
}

#svg-wrapper{
  max-width: 1920px;
}

#page-banner picture {
  position: relative;
}

#page-banner picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #000 0%, transparent 90%);
  opacity: 0.7;
}

#interest-btn{
  cursor: pointer;
}

#interest-btn rect{
  fill:#00a5e2;
}

#interest-btn text {
  fill: #fff;
}

#interest-btn-sign {
  fill:#00a5e2 !important;
}

#content-section .container-bg:nth-child(even) {
  background-color: #eee;
  padding: 20px 0;
}

.tile-container {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}

.tile-image-wrapper {
  grid-column: span 7;
}

.tile-text-wrapper {
  grid-column: span 3;
  position: relative;
}

.text-box {
  background: #78b8d0bf;
  background: rgb(120 184 208 / 75%);
  padding: 30px;
}

#content-section .tile-section:nth-child(odd) .text-box {
  margin-left: -40%;
  margin-top: 15%;
}

#content-section .tile-section:nth-child(even) .text-box {
  margin-right: -40%;
  margin-top: 15%;
}

.tile-text-wrapper h2 {
  margin-top: 0;
  font-size: 40px;
}

.tile-text-wrapper p {
  font-size: 16px;
  font-weight: bold;
}

.form-container h2,
.benefits-container h2 {
  font-size: 40px;
}

@media (max-width: 992px) {
  .form-container h2,
  .benefits-container h2 {
    font-size: 30px;
  }

  #content-section .tile-section:nth-child(odd) .tile-image-wrapper {
    grid-column: span 9;
  }

  #content-section .tile-section:nth-child(odd) .tile-text-wrapper {
    grid-column: 2 / 11;
  }

  #content-section .tile-section:nth-child(odd) .text-box {
    margin-left: 0;
    margin-top: -15%;
  }

  #content-section .tile-section:nth-child(even) .tile-image-wrapper {
    grid-column: 2 / 11;
    grid-row: 1;
  }
  #content-section .tile-section:nth-child(even) .tile-text-wrapper {
    grid-column: 1 / 10;
    grid-row: 2;
  }

  #content-section .tile-section:nth-child(even) .text-box {
    margin-right: 0;
    margin-top: -15%;
  }
}

@media (max-width: 500px) {
  #banner-text-body{
    font-size: 49px;
  }

  #content-section .tile-section:nth-child(odd) .tile-image-wrapper {
    grid-column: span 9;
  }

  #content-section .tile-section:nth-child(odd)  .tile-text-wrapper {
    grid-column: 2 / 11;
  }

  #content-section .tile-section:nth-child(odd)  .text-box {
    margin-left: 0;
    margin-top: -10% !important;
  }

  .tile-text-wrapper h2 {
    font-size: 27px;
  }
  .tile-text-wrapper p {
    font-size: 14px;
    font-weight: bold;
  }
  #content-section .tile-section:nth-child(even) .tile-image-wrapper {
    grid-column: 2 / 11;
    grid-row: 1;
  }
  #content-section .tile-section:nth-child(even) .tile-text-wrapper {
    grid-column: 1 / 10;
    grid-row: 2;
  }

  #content-section .tile-section:nth-child(even) .text-box {
    margin-right: 0;
    margin-top: -10%;
  }
}

@media (min-width:992px){
  #content-section .tile-section:nth-child(even) .tile-container {
    direction: rtl;
  }
  
  #content-section .tile-section:nth-child(even) .tile-text-wrapper {
    direction: ltr;
  }
}

@media (min-width: 1200px){
  #interest-btn {
    transform: scale(0.9) translate(273px, 173px);
  }
}

.benefits-container {
  padding: 60px 0 80px;
}

.benefits-container ul {
  padding: 10px 20px;
}

.benefits-container li {
  font-size: 16px;
  font-weight: bold;
}

#bike-number-wrapper .radio {
  font-weight: 100;
  margin-left: 30px;
}

#bike-number-wrapper label {
  margin-top: 20px;
  margin-bottom: 20px;
}

#bike-number-wrapper .radio input {
  margin-left: -30px;
}

.form-container input:not(.radio):not(.btn),
.form-container textarea {
  border: 2px solid;
  border-radius: 5px;
  min-height: 45px;
}

.form-container input::placeholder,
.form-container textarea::placeholder {
  font-weight: bold;
}

/* INTERNET EXPLORER */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .text-box {
    padding: 0px;
  }

  #content-section .tile-section:nth-child(odd) .text-box {
    margin-left: 0;
    margin-top: 20px;
  }

  #content-section .tile-section:nth-child(even) .text-box {
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: 0;
  }

  #svg-wrapper svg{
    display: none;
  }
}
