section#hero {
  padding: 0 0 30px;
}
section#hero p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  section#hero .flexer {
    flex-direction: column;
  }
}
section#hero .section-head {
  font-size: 60px;
}
@media only screen and (max-width: 1024px) {
  section#hero .section-head {
    font-size: 50px;
  }
}
@media only screen and (max-width: 885px) {
  section#hero .section-head {
    max-width: 500px;
  }
}
@media only screen and (max-width: 550px) {
  section#hero .section-head {
    font-size: 38px;
  }
}
section#hero .copy-wrap {
  flex: 1;
}
section#hero .copy-wrap .big-red {
  margin-bottom: 30px;
}
section#hero .copy-wrap .blue-two.blue-color.dm {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
section#hero .copy-wrap a.three-d-btn {
  width: 360px;
  margin: 0 0 30px;
}
section#hero .img-wrap {
  width: 450px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  section#hero .img-wrap {
    width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  section#hero .img-wrap {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
section#stats {
  padding: 0 0 80px;
}
@media only screen and (max-width: 550px) {
  section#stats {
    padding: 0 0 40px;
  }
}
section#stats .stats-box {
  text-align: center;
  max-width: 1120px;
  border: 1px solid #8adac3;
  background: rgba(78, 205, 196, 0.1);
  border-radius: 20px;
  padding: 60px;
}
@media only screen and (max-width: 760px) {
  section#stats .stats-box {
    padding: 60px 20px;
  }
}
section#stats .stats-box .big-red.dm.red-color {
  margin-bottom: 60px;
}
section#stats .stats-box .blue-color.dm {
  font-size: 30px;
  font-weight: 500;
  margin: 0 auto 30px;
  max-width: 850px;
}
@media only screen and (max-width: 550px) {
  section#stats .stats-box .blue-color.dm {
    font-size: 20px;
  }
}
section#stats .stats-box p {
  margin: 0 auto 40px;
  max-width: 780px;
}
section#stats .stats-box .yours {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
section#stats .stats-box .stats-inner {
  display: flex;
  margin: 0 0 -30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  section#stats .stats-box .stats-inner {
    display: block;
  }
}
section#stats .stats-box .stats-inner .stat-outer {
  padding: 0 0 30px;
  width: 33.3%;
}
section#stats .stats-box .stats-inner .stat-outer:first-of-type, section#stats .stats-box .stats-inner .stat-outer:last-of-type {
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  section#stats .stats-box .stats-inner .stat-outer {
    width: 100%;
    margin-top: 0 !important;
  }
}
section#stats .stats-box .header.dm {
  font-size: 40px;
  font-weight: 500;
  margin: 0 auto 60px;
  max-width: 700px;
}
@media only screen and (max-width: 600px) {
  section#stats .stats-box .header.dm {
    font-size: 30px;
  }
}
section#stats .stats-box .caption {
  font-size: 15px;
  max-width: 207px;
  margin: 0 auto;
}
section#stats .stats-box .card {
  background: url(/wp-content/uploads/2023/02/card.png);
  height: 220px;
  background-size: 106% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 18px;
}
@media only screen and (max-width: 600px) {
  section#stats .stats-box .card {
    max-width: 300px;
    margin: 0 auto;
    padding-left: 0;
    background-size: 100% 100%;
  }
}
section#stats .stats-box .card .big-fance {
  background: linear-gradient(37deg, #ffe66d 0, #ff6b6b 72%, #ff6b6b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.1;
}
@media only screen and (max-width: 965px) {
  section#stats .stats-box .card .big-fance {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  section#stats .stats-box .card .big-fance {
    font-size: 50px;
  }
}
@media only screen and (max-width: 710px) {
  section#stats .stats-box .card .big-fance {
    font-size: 45px;
  }
}
@media only screen and (max-width: 650px) {
  section#stats .stats-box .card .big-fance {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  section#stats .stats-box .card .big-fance {
    font-size: 60px;
  }
}
@media only screen and (max-width: 350px) {
  section#stats .stats-box .card .big-fance {
    font-size: 50px;
  }
}
section.sets-apart {
  padding: 0 0 120px;
  text-align: center;
}
section.sets-apart .container {
  display: block;
}
section.sets-apart .large {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1282px) {
  section.sets-apart .large {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1010px) {
  section.sets-apart .large {
    font-size: 48px;
  }
}
@media only screen and (max-width: 550px) {
  section.sets-apart .large {
    font-size: 41px;
  }
}
@media only screen and (max-width: 480px) {
  section.sets-apart .large {
    font-size: 38px;
  }
}
@media only screen and (max-width: 400px) {
  section.sets-apart .large {
    font-size: 30px;
  }
}
section.sets-apart .large.dm.red-color {
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 550px) {
  section.sets-apart .large.dm.red-color {
    font-size: 30px;
  }
}
section.sets-apart p {
  max-width: 950px;
  margin: 20px auto;
}
section.sets-apart .cta-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
section.sets-apart .cta-wrap a.three-d-btn {
  width: 300px;
}
section.sets-apart .vert-slide-outer {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 550px) {
  section.sets-apart .vert-slide-outer .dots {
    display: none;
  }
}
section.sets-apart .vert-slide-outer .dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  border: 1px solid #364044;
  margin: 10px 0;
  background: #fff;
}
section.sets-apart .vert-slide-outer .dots .dot.active {
  background: #364044;
}
@media only screen and (max-width: 550px) {
  section.sets-apart .vert-slide-outer .arrows {
    display: none;
  }
}
section.sets-apart .vert-slide-outer .arrows > div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eaeceb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  margin: 20px 0;
  cursor: pointer;
}
section.sets-apart .vert-slide-outer .arrows > div svg {
  fill: #364044;
}
section.sets-apart .vert-slide-outer .arrows > div.active {
  background: #fe6b6b;
}
section.sets-apart .vert-slide-outer .arrows > div.active svg {
  fill: #fff;
}
section.sets-apart .vert-slide-outer .vert-slide-inner-outer {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 60px;
}
@media only screen and (max-width: 700px) {
  section.sets-apart .vert-slide-outer .vert-slide-inner-outer {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 550px) {
  section.sets-apart .vert-slide-outer .vert-slide-inner-outer {
    display: block;
  }
}
section.sets-apart .vert-slide-outer .vert-slide-inner-outer .vert-slide-inner-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
  overflow: hidden;
  transition: all 0.25s;
}
@media only screen and (max-width: 600px) {
  section.sets-apart .vert-slide-outer .vert-slide-inner-outer .vert-slide-inner-inner {
    margin: 0 -10px -40px;
  }
}
@media only screen and (max-width: 550px) {
  section.sets-apart .vert-slide-outer .vert-slide-inner-outer .vert-slide-inner-inner {
    display: block;
    overflow: visible;
    height: auto !important;
  }
}
section.sets-apart .vert-slide-outer .vert-slide-inner-outer .vert-slide-inner-inner .vert-slide-wrap {
  width: 50%;
  padding: 0 20px 40px;
}
@media only screen and (max-width: 600px) {
  section.sets-apart .vert-slide-outer .vert-slide-inner-outer .vert-slide-inner-inner .vert-slide-wrap {
    padding: 0 10px 40px;
  }
}
@media only screen and (max-width: 550px) {
  section.sets-apart .vert-slide-outer .vert-slide-inner-outer .vert-slide-inner-inner .vert-slide-wrap {
    width: 100%;
  }
}
section.sets-apart .vert-slide-outer .vert-slide-inner-outer .vert-slide-inner-inner .vert-slide-wrap .vert-slide {
  background: #364044;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  padding: 20px;
  height: 100%;
  font-size: 18px;
  line-height: 1.4;
}
section.sets-apart .vert-slide-outer .vert-slide-inner-outer .vert-slide-inner-inner .vert-slide-wrap .vert-slide .icon {
  height: 80px;
  margin-bottom: 10px;
}
section.sets-apart .vert-slide-outer .vert-slide-inner-outer .vert-slide-inner-inner .vert-slide-wrap .vert-slide .icon img {
  height: 100%;
  width: auto;
}
section.sets-apart .vert-slide-outer .vert-slide-inner-outer .vert-slide-inner-inner .vert-slide-wrap .vert-slide .header {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
section#delivers {
  padding: 0 0 70px;
}
section#delivers .big-red.dm.red-color {
  margin: 0 auto 60px;
  text-align: center;
  max-width: 1150px;
}
@media only screen and (max-width: 800px) {
  section#delivers .big-red.dm.red-color {
    margin: 0 auto 30px;
  }
}
section#delivers .flexer {
  align-items: center;
}
@media only screen and (max-width: 800px) {
  section#delivers .flexer {
    flex-direction: column-reverse;
  }
}
section#delivers .flexer .left {
  width: 500px;
}
@media only screen and (max-width: 1024px) {
  section#delivers .flexer .left {
    width: 400px;
  }
}
@media only screen and (max-width: 900px) {
  section#delivers .flexer .left {
    width: 300px;
  }
}
@media only screen and (max-width: 800px) {
  section#delivers .flexer .left {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 350px) {
  section#delivers .flexer .left {
    width: 100%;
  }
}
section#delivers .flexer .right {
  flex: 1;
  margin-left: 40px;
}
@media only screen and (max-width: 800px) {
  section#delivers .flexer .right {
    margin-bottom: 30px;
    margin-left: 0;
    flex: unset;
  }
}
section#delivers .flexer .right ul.chart {
  background: #f7fefc;
  list-style: none;
  border-radius: 10px;
  border: 1px solid #b4eae6;
  padding: 20px 0;
}
section#delivers .flexer .right ul.chart li {
  padding: 20px 30px 20px 15px;
  border-bottom: 1px solid #b4eae6;
  display: flex;
}
section#delivers .flexer .right ul.chart li div:first-of-type {
  font-size: 80px;
  line-height: 23px;
  margin-right: 5px;
}
section#delivers .flexer .right ul.chart li:last-of-type {
  border-bottom: none;
}
section#delivers .flexer .right ul.chart li span {
  font-weight: bold;
}
section#delivers .cta-wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 800px) {
  section#delivers .cta-wrap {
    margin-top: 30px;
  }
}
section#delivers .cta-wrap .three-d-btn {
  width: 480px;
}
@media only screen and (max-width: 550px) {
  section#delivers .cta-wrap .three-d-btn {
    width: 100%;
    height: 50px;
  }
}
@media only screen and (max-width: 330px) {
  section#delivers .cta-wrap .three-d-btn {
    height: 70px;
  }
}
section#uncover {
  padding: 0 0 50px;
}
section#uncover .warning {
  text-align: center;
  font-style: italic;
  margin: 40px auto;
}
@media only screen and (max-width: 666px) {
  section#uncover .flexer {
    flex-direction: column;
  }
}
section#uncover .flexer .left {
  width: 450px;
}
@media only screen and (max-width: 900px) {
  section#uncover .flexer .left {
    width: 375px;
  }
}
@media only screen and (max-width: 666px) {
  section#uncover .flexer .left {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 375px;
  }
}
section#uncover .flexer .right {
  flex: 1;
  margin-left: 50px;
}
@media only screen and (max-width: 666px) {
  section#uncover .flexer .right {
    margin-left: 0;
  }
}
section#uncover .flexer .right p {
  font-size: 28px;
}
section#uncover .flexer .right .book {
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 30px;
}
section#uncover .flexer .right .blue-color.dm {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
section#uncover .flexer .right a.three-d-btn {
  width: 450px;
}
@media only screen and (max-width: 900px) {
  section#uncover .flexer .right a.three-d-btn {
    width: 350px;
    height: 80px;
    padding: 0 10px;
  }
}
section#uncover .flexer .right .prepare {
  font-size: 20px;
  margin-top: 30px;
}
section.does {
  padding: 0 30px 110px;
  text-align: center;
}
section.does .big-red.dm.red-color {
  margin: 0 auto 60px;
}
section.does p span {
  font-weight: bold;
}
section.does .header {
  font-size: 60px;
  font-weight: 500;
}
@media only screen and (max-width: 550px) {
  section.does .header {
    font-size: 36px;
  }
}
section.does .big-fance.dm {
  margin: 0 auto 10px;
  max-width: 820px;
}
section.does .book {
  font-size: 20px;
  font-style: italic;
  margin: 30px;
}
section.does a.three-d-btn {
  width: 360px;
}
section.does .q-block {
  margin-top: 50px;
}
section.does .q-block .q-wrap {
  max-width: 985px;
  margin: 0 auto 10px;
  border: 1px solid #67d4cc;
  background: #f6fefc;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
}
section.does .q-block .q-wrap .icon {
  background: #67d4cc;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
}
@media only screen and (max-width: 480px) {
  section.does .q-block .q-wrap .icon {
    min-width: 50px;
  }
}
section.does .q-block .q-wrap .icon svg {
  fill: #fff;
  transform: scale(1.5);
}
@media only screen and (max-width: 480px) {
  section.does .q-block .q-wrap .icon svg {
    transform: unset;
  }
}
section.does .q-block .q-wrap .content {
  padding: 15px 40px;
  text-align: left;
  background: #f6fefc;
  min-height: 120px;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  section.does .q-block .q-wrap .content {
    padding: 15px 20px;
  }
}
section.does .q-block .q-wrap .content .dark {
  font-weight: bold;
  margin-bottom: 10px;
}
section.single-testimonial {
  margin-bottom: 100px;
}
@media only screen and (max-width: 550px) {
  section.single-testimonial {
    margin-bottom: 40px;
  }
}
section.single-testimonial .container {
  max-width: 1030px;
}
section.single-testimonial .st {
  background: #f9fefe;
  padding: 20px 80px 30px;
  border-radius: 10px;
  height: 100%;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  border: 1px solid #f3f3f3;
  transition: all 0.25s;
}
@media only screen and (max-width: 768px) {
  section.single-testimonial .st {
    padding: 20px 40px 30px;
  }
}
section.single-testimonial .st .top-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #68d4cd;
}
section.single-testimonial .st .stars svg {
  fill: #fdcf00;
}
section.single-testimonial .st .quote {
  font-size: 20px;
  margin: 20px 0;
}
section.single-testimonial .st .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
section.single-testimonial.rotator .container {
  display: block;
}
section.single-testimonial.rotator .headline {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1282px) {
  section.single-testimonial.rotator .headline {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1010px) {
  section.single-testimonial.rotator .headline {
    font-size: 48px;
  }
}
@media only screen and (max-width: 550px) {
  section.single-testimonial.rotator .headline {
    font-size: 41px;
  }
}
@media only screen and (max-width: 480px) {
  section.single-testimonial.rotator .headline {
    font-size: 38px;
  }
}
@media only screen and (max-width: 400px) {
  section.single-testimonial.rotator .headline {
    font-size: 30px;
  }
}
section.single-testimonial.rotator .rotator-container {
  overflow: hidden;
  display: flex;
}
section.single-testimonial.rotator .st {
  height: auto;
  margin-bottom: 20px;
}
section.single-testimonial.rotator .st-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
section.single-testimonial.rotator .st-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #d7d8d3;
  margin: 5px 0;
}
section.single-testimonial.rotator .st-dots .dot.active {
  background: #364044;
}
section#closer {
  padding: 0 0 100px;
}
section#closer .flexer {
  background: url(/wp-content/uploads/2023/02/illustration03.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 600px auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  section#closer .flexer {
    background-size: 450px auto;
  }
}
@media only screen and (max-width: 900px) {
  section#closer .flexer {
    background: none;
  }
}
section#closer .flexer .left {
  flex: 1;
  max-width: 650px;
}
@media only screen and (max-width: 900px) {
  section#closer .flexer .left {
    max-width: unset;
  }
}
section#closer .flexer .left .big-red.red-color.dm {
  margin-bottom: 30px;
}
section#closer .flexer .right {
  width: 550px;
}
@media only screen and (max-width: 1024px) {
  section#closer .flexer .right {
    width: 350px;
  }
}
@media only screen and (max-width: 900px) {
  section#closer .flexer .right {
    display: none;
  }
}
section#closer a.three-d-btn {
  width: 450px;
}
#faqs {
  text-align: center;
}
#faqs .container {
  display: block;
}
#faqs .faq {
  border-bottom: 1px solid #d0d2ce;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#faqs .faq .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: left;
}
#faqs .faq .top .question {
  font-size: 28px;
  margin-right: 30px;
}
#faqs .faq .top .icon {
  font-size: 40px;
}
#faqs .faq .bottom {
  overflow: hidden;
  height: 0;
  text-align: left;
}
#faqs .faq .bottom .bottom-inner {
  padding: 10px 0 20px;
  font-size: 20px;
}
#faqs .faq.open .top .icon {
  font-size: 0;
}
#faqs .faq.open .top .icon:after {
  content: "-";
  font-size: 40px;
}
#faqs .faq.open .bottom {
  height: auto;
}
#faqs .headline {
  font-weight: 500;
  font-size: 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 550px) {
  #faqs .headline {
    font-size: 30px;
  }
}
.big-red {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}
@media only screen and (max-width: 1282px) {
  .big-red {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1010px) {
  .big-red {
    font-size: 48px;
  }
}
@media only screen and (max-width: 550px) {
  .big-red {
    font-size: 41px;
  }
}
@media only screen and (max-width: 480px) {
  .big-red {
    font-size: 38px;
  }
}
@media only screen and (max-width: 400px) {
  .big-red {
    font-size: 30px;
  }
}
.big-fance {
  background: linear-gradient(37deg, #ffe66d 0, #ff6b6b 72%, #ff6b6b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}
@media only screen and (max-width: 1282px) {
  .big-fance {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1010px) {
  .big-fance {
    font-size: 48px;
  }
}
@media only screen and (max-width: 550px) {
  .big-fance {
    font-size: 41px;
  }
}
@media only screen and (max-width: 480px) {
  .big-fance {
    font-size: 38px;
  }
}
@media only screen and (max-width: 400px) {
  .big-fance {
    font-size: 30px;
  }
}
main {
  overflow: hidden;
  font-size: 20px;
}
main p {
  margin: 0 0 30px;
  line-height: 1.4;
}
main p span {
  font-weight: bold;
}
main .container {
  display: block;
}
main .three-d-btn {
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}
main .flexer {
  display: flex;
}
@media only screen and (max-width: 480px) {
  a.three-d-btn {
    height: 70px;
  }
}
section#simple {
  padding: 0 0 80px;
}
section#simple a.form-it.three-d-btn {
  width: 480px;
}
section#simple ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section#simple ul li {
  margin-bottom: 20px;
}
section#simple ul li span {
  font-weight: bold;
}
section#simple ul li svg {
  fill: #4ecdc4;
}
section#simple .blue-color.dm {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 1010px) {
  section#simple .blue-color.dm {
    font-size: 48px;
  }
}
@media only screen and (max-width: 550px) {
  section#simple .blue-color.dm {
    font-size: 41px;
  }
}
@media only screen and (max-width: 480px) {
  section#simple .blue-color.dm {
    font-size: 38px;
  }
}
@media only screen and (max-width: 400px) {
  section#simple .blue-color.dm {
    font-size: 30px;
  }
}
section#simple .flexer {
  margin: 60px auto 40px;
  border: 1px solid #67d4cc;
  border-top: none;
  background: #f6fefc;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  section#simple .flexer {
    flex-direction: column;
  }
}
section#simple .flexer .left {
  width: 50%;
  border-right: 1px solid #67d4cc;
  background: #d0d8d7;
}
@media only screen and (max-width: 550px) {
  section#simple .flexer .left {
    width: 100%;
    border-right: none;
  }
}
section#simple .flexer .left svg {
  fill: #ff6b6b !important;
}
section#simple .flexer .left .top {
  background: #364044;
  color: #fff;
  font-size: 24px;
  padding: 30px 30px 40px;
  font-weight: bold;
}
@media only screen and (max-width: 1172px) {
  section#simple .flexer .left .top {
    min-height: 157px;
  }
}
@media only screen and (max-width: 862px) {
  section#simple .flexer .left .top {
    min-height: 186px;
  }
}
@media only screen and (max-width: 713px) {
  section#simple .flexer .left .top {
    min-height: 214px;
  }
}
@media only screen and (max-width: 679px) {
  section#simple .flexer .left .top {
    min-height: 243px;
  }
}
@media only screen and (max-width: 550px) {
  section#simple .flexer .left .top {
    min-height: unset;
  }
}
section#simple .flexer .left .bottom {
  padding: 20px 30px 40px;
  font-size: 24px;
}
section#simple .flexer .right {
  width: 50%;
}
@media only screen and (max-width: 550px) {
  section#simple .flexer .right {
    width: 100%;
  }
}
section#simple .flexer .right .top {
  background: #4ecdc4;
  color: #fff;
  font-size: 24px;
  padding: 30px 30px 40px;
  font-weight: bold;
}
@media only screen and (max-width: 1172px) {
  section#simple .flexer .right .top {
    min-height: 157px;
  }
}
@media only screen and (max-width: 862px) {
  section#simple .flexer .right .top {
    min-height: 186px;
  }
}
@media only screen and (max-width: 713px) {
  section#simple .flexer .right .top {
    min-height: 214px;
  }
}
@media only screen and (max-width: 679px) {
  section#simple .flexer .right .top {
    min-height: 243px;
  }
}
@media only screen and (max-width: 550px) {
  section#simple .flexer .right .top {
    min-height: unset;
  }
}
section#simple .flexer .right .bottom {
  padding: 20px 30px 40px;
  font-size: 24px;
}
/* form stuff */
.gform_wrapper {
  margin-bottom: 0;
  margin-top: 0;
}
.gform_wrapper .gform_footer {
  padding: 0;
  margin: 35px 0 0 0;
  text-align: center;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  border: 1px solid #ff6b6b;
  border-radius: 6px;
  width: 150px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff6b6b;
  box-shadow: 3px 3px 0px 1px #FEACAC;
  margin: 0 auto;
  -webkit-appearance: none;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
  background: linear-gradient(52deg, #ff6b6b 0%, #ffe66d 100%);
  color: #fff;
}
.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid #c4c7c9;
  font-size: 14px !important;
  padding: 10px 0 !important;
  color: #364044 !important;
  -webkit-appearance: none;
  border-radius: 0;
}
::placeholder {
  color: #364044;
}
select {
  margin-top: 12px;
}
.gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  width: 47%;
}
@media only screen and (max-width: 480px) {
  .gform_wrapper ul.gform_fields li.gfield {
    width: 100%;
  }
}
#field_3_10 {
  width: 100%;
}
.gform_wrapper textarea.large {
  height: 122px;
  width: 100%;
  margin-top: 50px;
  border: 1px solid #c4c7c9;
  font-size: 12px !important;
  padding: 10px !important;
  border-radius: 6px;
}
.audit-form {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  padding: 60px 30px;
}
.audit-form .audit-close {
  right: 70px;
  position: absolute;
  cursor: pointer;
}
.audit-form .audit-form-inner {
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
}
