body{
  font-family: "SkodaPro", Arial!important;
}
b,strong{
  font-weight: 600;
}
/* LINKS */
a{
  color: #4ba82e;
  text-decoration: underline;
}
a:hover{
  color: #4ba82e;
}
/* CONTAINER */
.o-container {
  max-width: 1024px;
  margin: 0 auto;
  color: #000;
}

/* BANNER */
.c-banner {
  position: relative;
  width: 100%;
  margin-bottom: 3%;
}
.c-banner-text {
  position: absolute;
  bottom: 8%;
  width: 100%;
  margin-left: 2%;
  text-align: left;
  text-transform: uppercase;
  font-size: 2.5vw;
  font-family: 'SkodaPro';
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-banner-text {
    margin: 35px auto 0 !important;
    position: unset;
    bottom: 8%;
    width: 100%;
    margin-left: 0%;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'SkodaPro';
    color: #000;
    font-weight: 700;
  }
}
.c-banner img {
  max-width: 100%;
  width: 100%;
}

.o-margin-bottom {
  margin-bottom: 5%!important;
}

/* TEXT */
.c-content {
  margin-bottom: 3%;
}

@media (max-width: 768px) {
  .c-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}


.c-content-text {
  font-size: 20px;
  line-height: 22px;
  color: #000;
}


/* VIDEO */
.c-video {
  width: 100%;
  height: 500px;
}

/* IMG */
.o-centerImg {
  display: block;
  margin: 0 auto;
}

/* COLUMN */

.o-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.o-row-column-2 {
  width: 100%;
}
.o-row-column-3{
  width:100%;
}
@media (min-width: 768px) {
  .o-row-column-2 {
    width: 50%
  }
  .o-row-column-3{
    width: 33.33333333%;
  }
}


/* FORM */
.c-form-bg {
  background: #e5e5e5;
  width: 100%;
}

.c-form-title {
  color: #000;
  font-size: 2em;
  text-align: center;
}

.c-form-item {
  width: 100%;
}
.c-form-row {
  flex-wrap: wrap;
}
.c-form-administratorInfo-showmore{
  font-size:12px;
}
@media (min-width: 768px) {
  .c-form-item {
    width: 20%;
  }
}
