footer, .textbox, .newsletter, .cta_main .wrap a, .cta_main, .commitments .wrap ul li, .commitments, .faqs .wrap ul li, .faqs, .testimonials, .how_it_works .wrap a, .how_it_works, .text_panel_2, .text_panel_1, .text_image_box .wrap article ul li, .text_image_box .wrap article, .hero .wrap header a, .invite_code {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.commitments .wrap ul:after, .testimonials .wrap ul:after, .how_it_works .wrap ul:after, .text_panel_2 .wrap ul:after, .text_image_box .wrap:after, .hero .wrap:after, .invite_code .wrap:after {
  content: "";
  display: block;
  clear: both;
}

.invite_code {
  background-color: rgb(26, 31, 35);
  padding: 30px 0 40px 0;
}
.invite_code .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1000px;
  margin: 0 auto;
}
.invite_code .wrap header {
  width: 60%;
  float: left;
}
.invite_code .wrap header h2 {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  line-height: 1.125;
  width: 450px;
  font-family: "gelica", sans-serif;
}
.invite_code .wrap header p {
  font-size: 1rem;
  line-height: 1;
  color: rgb(255, 221, 117);
  margin: 20px 0 0 0;
}
.invite_code .wrap .code {
  width: 40%;
  float: right;
  margin: 18px 0 0 0;
  padding: 25px 0;
}
.invite_code .wrap .code p {
  font-weight: 700;
  font-size: 1.25rem;
}

.hero {
  padding: 50px 0 0 0;
}
.hero .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.hero .wrap header {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  text-align: left;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero .wrap header h1 {
  font-family: "gelica", sans-serif;
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: 3rem;
  line-height: 1.125;
  margin: 0 0 16px 0;
}
.hero .wrap header p {
  color: rgb(202, 220, 234);
  line-height: 1.5;
  font-size: 1.25rem;
}
.hero .wrap header a {
  display: inline-block;
  padding: 20px 40px;
  font-size: 1.25rem;
  border-radius: 10px;
  text-decoration: none;
  margin: 40px 0 0 0;
}
.hero .wrap figure {
  margin: 0;
  max-width: none;
  width: 50%;
  float: right;
}
.hero .wrap figure img {
  display: block;
  width: 350px;
  margin: 0 auto;
}

.text_image_box {
  padding: 75px 0;
}
.text_image_box .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.text_image_box .wrap h2 {
  font-size: 3rem;
  width: 500px;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 50px 0;
}
.text_image_box .wrap article {
  width: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: left;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
  padding: 50px 0 50px 50px;
  background-color: rgb(255, 255, 255);
}
.text_image_box .wrap article h3 {
  font-size: 1.25rem;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  margin: 0 0 25px 0;
}
.text_image_box .wrap article ul {
  list-style: none;
}
.text_image_box .wrap article ul li {
  font-size: 1rem;
  line-height: 1.25;
  padding: 0 75px 0 0;
}
.text_image_box .wrap article ul li + li {
  border-top: 1px solid rgb(220, 220, 220);
  margin: 20px 0 0 0;
  padding: 20px 75px 0 0;
}
.text_image_box .wrap figure {
  width: 50%;
  float: left;
}
.text_image_box .wrap figure img {
  display: block;
  width: 350px;
  margin: 0 auto;
}
.text_image_box.white_bg {
  background-color: rgb(255, 255, 255);
}
.text_image_box.white_bg .wrap h2 {
  margin: 0 auto 15px auto;
  padding: 0;
  width: 100%;
}
.text_image_box.white_bg .wrap > p {
  font-weight: 700;
  text-align: center;
  font-size: 1.25rem;
  width: 725px;
  margin: 0 auto;
  line-height: 1.5;
  padding: 0 0 50px 0;
}
.text_image_box.white_bg .wrap article {
  margin: 0 0 0 0;
}

.text_panel_1 {
  padding: 75px 0;
}
.text_panel_1 .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.text_panel_1 .wrap h2 {
  font-size: 3rem;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px 0;
}
.text_panel_1 .wrap > p {
  font-size: 1.25rem;
  width: 450px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
}
.text_panel_1 .wrap ul {
  width: 80%;
  margin: 30px auto;
}
.text_panel_1 .wrap ul li {
  font-size: 1.25rem;
}
.text_panel_1 .wrap ul + p {
  width: 60%;
  font-size: 1rem;
  margin: 25px auto 0 auto;
}

.text_panel_2 {
  padding: 75px 0;
  background-color: rgb(242, 242, 242);
}
.text_panel_2 .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.text_panel_2 .wrap h2 {
  font-size: 3rem;
  line-height: 1.125;
  width: 700px;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 10px auto;
}
.text_panel_2 .wrap > p {
  font-size: 1.25rem;
  width: 450px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
}
.text_panel_2 .wrap ul {
  width: 80%;
  margin: 30px auto;
}
.text_panel_2 .wrap ul li {
  font-size: 1.25rem;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  float: left;
}
.text_panel_2 .wrap ul li + li {
  margin: 0 0 0 20px;
}
.text_panel_2 .wrap ul li:nth-child(2n+1) {
  clear: left;
  margin: 0;
}
.text_panel_2 .wrap ul li:nth-child(2) ~ li {
  margin-top: 20px;
}
.text_panel_2 .wrap ul + h3 {
  width: 60%;
  font-size: 1.625rem;
  margin: 25px auto 10px auto;
}
.text_panel_2 .wrap ul + h3 + p {
  font-size: 1.125rem;
}

.how_it_works {
  padding: 75px 0;
}
.how_it_works .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.how_it_works .wrap h2 {
  font-size: 3rem;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 45px 0;
}
.how_it_works .wrap ul {
  list-style: none;
}
.how_it_works .wrap ul li {
  width: -webkit-calc((100% - 30px) / 2);
  width: calc((100% - 30px) / 2);
  float: left;
}
.how_it_works .wrap ul li h3 {
  font-family: "gelica", sans-serif;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.how_it_works .wrap ul li + li {
  margin: 0 0 0 30px;
}
.how_it_works .wrap ul li:nth-child(2n+1) {
  margin-left: 0;
}
.how_it_works .wrap ul li:nth-child(2) ~ li {
  margin-top: 20px;
}
.how_it_works .wrap a {
  display: block;
  padding: 25px 50px;
  font-size: 1.25rem;
  border-radius: 10px;
  text-decoration: none;
  width: 450px;
  text-align: center;
  margin: 50px auto 0 auto;
}

.testimonials {
  padding: 70px 0 85px 0;
  background-color: rgb(242, 242, 242);
}
.testimonials .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.testimonials .wrap h2 {
  font-size: 3rem;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 45px 0;
}
.testimonials .wrap ul {
  list-style: none;
}
.testimonials .wrap ul li {
  width: -webkit-calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
  float: left;
  padding: 35px;
}
.testimonials .wrap ul li h3 {
  font-size: 1rem;
}
.testimonials .wrap ul li + li {
  margin: 0 0 0 20px;
}

.faqs {
  background-color: rgb(35, 47, 58);
  padding: 75px 0;
}
.faqs .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1000px;
  margin: 0 auto;
}
.faqs .wrap h2 {
  font-size: 3rem;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px 0;
  color: rgb(255, 255, 255);
}
.faqs .wrap ul {
  list-style: none;
}
.faqs .wrap ul li {
  box-shadow: 0 5px 10px -2px rgba(22, 22, 22, 0.25);
  border-radius: 20px;
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
}
.faqs .wrap ul li button {
  color: rgb(255, 255, 255);
  font-family: "gelica", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.faqs .wrap ul li + li {
  margin: 10px 0 0 0;
}

.commitments {
  padding: 70px 0 85px 0;
}
.commitments .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1000px;
  margin: 0 auto;
}
.commitments .wrap h2 {
  font-size: 3rem;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px 0;
}
.commitments .wrap ul {
  list-style: none;
}
.commitments .wrap ul li {
  box-shadow: 0 5px 10px -2px rgba(22, 22, 22, 0.25);
  border-radius: 20px;
  padding: 20px 30px;
  color: rgb(22, 22, 22);
  font-size: 1.25rem;
  font-size: 1.25rem;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  float: left;
}
.commitments .wrap ul li + li {
  margin: 0 0 0 20px;
}
.commitments .wrap ul li:nth-child(2n+1) {
  clear: left;
  margin: 0;
}
.commitments .wrap ul li:nth-child(2) ~ li {
  margin-top: 20px;
}
.commitments .wrap > p {
  width: 600px;
  margin: 40px auto 0 auto;
  font-size: 1.25rem;
}

.cta_main {
  padding: 75px 0 85px 0;
  background-color: rgb(242, 242, 242);
}
.cta_main .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1000px;
  margin: 0 auto;
}
.cta_main .wrap h2 {
  font-size: 3rem;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px 0;
}
.cta_main .wrap p {
  font-size: 1.5rem;
  line-height: 1.5;
}
.cta_main .wrap a {
  display: inline-block;
  padding: 20px 100px;
  background-color: rgb(255, 221, 117);
  border-radius: 10px;
  text-decoration: none;
  margin: 30px auto 0 auto;
}

.newsletter {
  padding: 75px 0;
  background-color: rgb(35, 47, 58);
}
.newsletter .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.newsletter .wrap h2 {
  font-size: 1.5rem;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.25);
  margin: 0 0 40px 0;
}
.newsletter .wrap h3 {
  font-size: 3rem;
  line-height: 1;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  margin: 0 0 35px 0;
}
.newsletter .wrap p {
  font-size: 1.25rem;
  line-height: 1;
}
.newsletter .wrap form {
  margin: 50px 0 0 0;
}
.newsletter .wrap form .input input {
  display: block;
  width: 100%;
  height: 60px;
  border: 0;
}
.newsletter .wrap form button {
  height: 60px;
}

.textbox {
  padding: 75px 0;
  background-color: rgb(15, 27, 38);
}
.textbox .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 550px;
  margin: 0 auto;
}
.textbox .wrap h2 {
  font-size: 2rem;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin: 0 0 25px 0;
}
.textbox .wrap p {
  font-size: 1.125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}
.textbox .wrap p + p {
  margin: 1.5em 0 0 0;
}

footer {
  padding: 50px 0;
  background-color: rgb(5, 17, 28);
}
footer .wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 1000px;
  margin: 0 auto;
}
footer .wrap p {
  font-size: 0.875rem;
  line-height: 1;
  color: rgb(255, 255, 255);
}

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