/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
#main.supporter {
  position: relative;
}

#main.supporter .firstRow {
  padding: 3.5rem 0 0;
}

@media screen and (max-width: 767px) {
  #main.supporter .firstRow {
    padding: 2.5rem 0 0;
  }
}

#main.supporter .firstRow .inner {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  #main.supporter .firstRow .inner {
    font-size: 1rem;
  }
}

#main.supporter .firstRow .inner .headingPage {
  text-align: center;
  margin-bottom: 2.5rem;
}

#main.supporter .firstRow .inner .headingPage h2 {
  font-weight: bold;
  color: #124B7B;
  font-size: 3rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  #main.supporter .firstRow .inner .headingPage h2 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  #main.supporter .firstRow .inner .headingPage h2 {
    font-size: 1.5rem;
  }
}

#main.supporter .firstRow .inner .headingPage h3 {
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  #main.supporter .firstRow .inner .headingPage h3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #main.supporter .firstRow .inner .headingPage h3 {
    font-size: 1rem;
  }
}

#main.supporter .firstRow .inner .headingPage .desc {
  margin-top: 2rem;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  #main.supporter .firstRow .inner .headingPage .desc {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #main.supporter .firstRow .inner .headingPage .desc {
    font-size: 1rem;
    text-align: left;
  }
}

#main.supporter .firstRow .inner .supporter-type {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  #main.supporter .firstRow .inner .supporter-type {
    margin-bottom: 3rem;
  }
}

#main.supporter .firstRow .inner .supporter-type h2 {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  #main.supporter .firstRow .inner .supporter-type h2 {
    font-size: 1.125rem;
  }
}

#main.supporter .firstRow .inner .supporter-type ul {
  max-width: 670px;
  width: 100%;
  margin: auto;
  margin-bottom: 1.5rem;
}

#main.supporter .firstRow .inner .supporter-type ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

#main.supporter .firstRow .inner .supporter-type ul li div {
  flex: 1;
}

#main.supporter .firstRow .inner .supporter-type ul li div h3 {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  #main.supporter .firstRow .inner .supporter-type ul li div h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #main.supporter .firstRow .inner .supporter-type ul li div p {
    font-size: 14px;
  }
}

#main.supporter .firstRow .inner .supporter-type ul li .price {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #ef8200;
  padding: 0.25rem 1.5rem;
  border-radius: 2.5rem;
  width: 150px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #main.supporter .firstRow .inner .supporter-type ul li .price {
    font-size: 14px;
    width: 125px;
    margin-left: 1rem;
  }
}

#main.supporter .firstRow .inner .supporter-type .notes {
  text-align: center;
  line-height: 1.5;
}

#main.supporter .firstRow .inner .supporter-type .notes p {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  #main.supporter .firstRow .inner .supporter-type .notes p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #main.supporter .firstRow .inner .supporter-type .notes p {
    font-size: 16px;
  }
}

#main.supporter .firstRow .inner .supporter-type .notes span {
  font-size: 1rem;
  color: red;
}

@media screen and (max-width: 991px) {
  #main.supporter .firstRow .inner .supporter-type .notes span {
    font-size: 14px;
  }
}

#main.supporter .terms {
  background-color: #DFDFDF;
  margin-bottom: 2.5rem;
  padding: 3.5rem 0 2.5rem;
}

@media screen and (max-width: 767px) {
  #main.supporter .terms {
    padding: 2.5rem 0;
    margin-bottom: 1rem;
  }
}

#main.supporter .terms .head {
  margin-bottom: 2.5rem;
}

#main.supporter .terms .head h2 {
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  color: #124B7B;
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  #main.supporter .terms .head h2 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  #main.supporter .terms .head h2 {
    font-size: 1.5rem;
  }
}

#main.supporter .terms .head .subtitle {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  #main.supporter .terms .head .subtitle {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  #main.supporter .terms .head .subtitle {
    font-size: 1rem;
  }
}

#main.supporter .terms .head .desc {
  max-width: 720px;
  width: 100%;
  margin: auto;
}

#main.supporter .terms ul {
  max-width: 720px;
  width: 100%;
  margin: auto;
}

#main.supporter .terms ul li {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
  #main.supporter .terms ul li {
    margin-bottom: 2rem;
  }
}

#main.supporter .terms ul li h3 {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #124B7B;
}

@media screen and (max-width: 991px) {
  #main.supporter .terms ul li h3 {
    font-size: 1.125rem;
  }
}

#main.supporter .form {
  padding: 2rem 0;
}

#main.supporter .form .notes {
  text-align: center;
}

#main.supporter .form .notes h3 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  #main.supporter .form .notes h3 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  #main.supporter .form .notes h3 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

#main.supporter .form .notes .highlight {
  margin: 1.5rem auto;
  color: #FFF;
  background-color: #124B7B;
  padding: 0.5rem 1.5rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #main.supporter .form .notes .highlight {
    margin: 1rem 0;
  }
}

#main.supporter .form .notes span {
  display: block;
}

#main.supporter .form .gformBox {
  max-width: 720px;
  width: 100%;
  height: 2860px;
  margin: auto;
  margin-top: 2.5rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #main.supporter .form .gformBox {
    height: 3010px;
  }
}

#main.supporter .form .gformBox iframe {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=supporter.css.map */