.TopHeader.landing-layout .Logo {
  width: 217px;
}

.TopHeader.landing-layout .Logo a {
  width: 217px;
  height: 12px;
}

.TopHeader.landing-layout::before {
  display: none;
}

.ServiceOddWrap.landing-layout {
  min-height: 599px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
}

.ServiceOddWrap.landing-layout .ContentWrap {
  width: 45%;
  padding: 0;
}

.ServiceOddWrap.landing-layout .ContentWrap h1.Title {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.167;
  margin: 0;
}

.contact-container.landing-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-container.landing-layout h1.Title {
  font-size: 50px;
  color: #333333;
  text-transform: uppercase;
  line-height: 1.2;
}

.contact-container.landing-layout .flex-item.right,
.contact-container.landing-layout .flex-item.left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.contact-container.landing-layout .flex-item.right .fix-container,
.contact-container.landing-layout .flex-item.left .fix-container {
  max-width: 600px;
  padding-top: 60px;
}

.contact-container.landing-layout .flex-item.right {
  background-color: #333333;
  color: #fff;
  position: relative;
  z-index: 1;
}

.contact-container.landing-layout .flex-item.right .fix-container {
  padding: 60px 40px 40px;
}

.contact-container.landing-layout .flex-item.right h1.Title {
  color: white;
}

.contact-container.landing-layout .flex-item.left {
  background-color: #fff;
  position: relative;
}

.contact-container.landing-layout .flex-item.left .fix-container {
  margin-left: auto;
  padding-right: 10px;
}

.contact-container.landing-layout .FormWrapper {
  width: initial;
}

.footer-container.mobile {
  display: none;
}

.footer-container .InnerContainWrapper {
  padding: 20px 0 0;
  width: initial;
}

.fix-container .grid-container ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(282px, 50%))[2];
      grid-template-columns: repeat(2, minmax(282px, 50%));
  grid-gap: 11px;
  margin-top: 70px;
}

.fix-container .grid-container ul li {
  background-color: #f1f1f1;
}

.fix-container .grid-container ul li .Col {
  padding: 40px 59px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fix-container .grid-container ul li .Col.brown {
  border-bottom: 7px solid #cc5a27;
}

.fix-container .grid-container ul li .Col.brown span {
  color: #cc5a27;
}

.fix-container .grid-container ul li .Col.lightblue {
  border-bottom: 7px solid #5baec9;
}

.fix-container .grid-container ul li .Col.lightblue span {
  color: #5baec9;
}

.fix-container .grid-container ul li .Col.yellow {
  border-bottom: 7px solid #e5b800;
}

.fix-container .grid-container ul li .Col.yellow span {
  color: #e5b800;
}

.fix-container .grid-container ul li .Col.pink {
  border-bottom: 7px solid #f0536b;
}

.fix-container .grid-container ul li .Col.pink span {
  color: #f0536b;
}

.fix-container .grid-container ul li .Col .imgwrap {
  line-height: 0;
  margin-bottom: 10px;
}

.fix-container .grid-container ul li .Col h6.Title {
  font-family: "oswald-med";
  font-size: 18px; 
  line-height: 32px;
  color: #535353;
}

.fix-container .grid-container ul li .Col h6.Title span {
  font-size: 50px;
  line-height: 1;
}

.fix-container .footer-container {
  margin-top: 150px;
}

.fix-container .ContactFormWrap {
  margin-top: 60px;
  font-family: "gotham_htfbook";
}

.flex-item.right .ContactFormWrap .Col2 {
  width: 49.4%;
}

.flex-item.right .ContactFormWrap input {
  margin-bottom: 16px;
}

.flex-item.right .ContactFormWrap label {
  margin-bottom: 5px;
}

.promise {
  font-size: 14px;
  font-family: "gotham_htfbook";
  margin-top: 20px;
  color: #868686;
}

.TransWhiteBtn.landing-btn {
  display: block;
}

.TransWhiteBtn.landing-btn a {
  display: block;
  background-color: #cc5a27;
  font-family: "the_marmaladebold";
  font-size: 14px;
  border: none;
}

.TransWhiteBtn.landing-btn a:hover {
  background-color: #49b6d7;
}

.TransWhiteBtn.landing-btn.thank-btn {
  display: inline-block;
}

.TransWhiteBtn.landing-btn.thank-btn a {
  display: block;
  background-color: #333333;
  color: white;
  font-family: "the_marmaladebold";
  font-size: 14px;
  padding: 15px 63px;
  width: 100%;
  border: none;
}

.TransWhiteBtn.landing-btn.thank-btn a:hover {
  color: #333333;
  background-color: #e5b800;
}

.ServiceOddWrap.landing-layout.thankyou {
  position: relative;
  height: 100vh;
  background-size: cover;
}

.ServiceOddWrap.landing-layout.thankyou .ContentWrap {
  width: 41%;
}

.ServiceOddWrap.landing-layout.thankyou .ContentWrap h1.Title {
  font-size: 110px;
  line-height: 120px;
  position: relative;
}

.ServiceOddWrap.landing-layout.thankyou .ContentWrap h1.Title span {
  position: absolute;
  width: 300px;
  right: 0;
  bottom: 16px;
  font-size: 25px;
  line-height: 1.5;
}

.ServiceOddWrap.landing-layout.thankyou .footer-container {
  position: absolute;
  bottom: 0;
}

.footer-container.thankyou .InnerContainWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  padding: 25px 0;
  color: white;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.footer-container.thankyou .InnerContainWrapper .copy {
  color: white;
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .footer-container .InnerContainWrapper {
    padding: 0;
  }
  .footer-container.desktop {
    display: none;
  }
  .TopHeader.landing-layout .Logo {
    width: 100%;
    padding: 50px 0 0;
  }
  .new-landing-wrapper .InnerContainWrapper h1.main-title{
    font-size: 55px;
  }
  .new-landing-wrapper .InnerContainWrapper h1.main-title br{
    display: none;
  }
  .footer-container.mobile {
    display: block !important;
    padding: 40px 0 20px;
    text-align: center;
  }
  .ServiceOddWrap.landing-layout {
    background-image: none !important;
    background: #333333 !important;
    min-height: initial !important;
  }
  .ServiceOddWrap.landing-layout .ContentWrap {
    width: 100%;
  }
  .ServiceOddWrap.landing-layout .ContentWrap h1.Title {
    font-size: clamp(30px, 8vw, 50px);
  }
  .ServiceOddWrap.landing-layout .ContentWrap h1.Title br {
    display: none;
  }
  .contact-container.landing-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-container.landing-layout h1.Title {
    font-size: clamp(28px, 6vw, 40px);
  }
  .contact-container.landing-layout .flex-item.right,
  .contact-container.landing-layout .flex-item.left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .contact-container.landing-layout .flex-item.right .fix-container,
  .contact-container.landing-layout .flex-item.left .fix-container {
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    width: 90vw;
    max-width: calc(100vw - 40px);
  }
  .contact-container.landing-layout .flex-item.right .fix-container .grid-container ul,
  .contact-container.landing-layout .flex-item.left .fix-container .grid-container ul {
    -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .contact-container.landing-layout .flex-item.right .fix-container .ContactFormWrap,
  .contact-container.landing-layout .flex-item.left .fix-container .ContactFormWrap {
    margin-top: 0px;
  }
  .ServiceOddWrap.landing-layout.thankyou {
    height: initial;
    background-color: #5baec9 !important;
  }
  .ServiceOddWrap.landing-layout.thankyou .ContentWrap {
    width: 100%;
  }
  .ServiceOddWrap.landing-layout.thankyou .ContentWrap h1.Title {
    font-size: clamp(30px, 7vw, 45px);
    line-height: 1.3;
  }
  .ServiceOddWrap.landing-layout.thankyou .ContentWrap h1.Title span {
    position: static;
    display: block;
    width: inherit;
    margin-top: 10px;
  }
  .footer-container.thankyou {
    display: none;
  }
  .TransWhiteBtn.landing-btn.thank-btn {
    width: initial;
    margin-top: 20px;
  }
  .TransWhiteBtn.landing-btn.thank-btn a {
    width: initial;
  }

  .months-wrapper .target .info-text br{
    display: none;
  }
  .months-wrapper .target .title,
  .months-wrapper .section-title {
    font-size: 45px;
  }
  .months-wrapper .section-title + .row {
    margin-top: 50px;
  }
  .months-wrapper .row .col{
    align-items: center;
    text-align: center;
    justify-content: center;
    min-height: 320px;
  }
  .months-wrapper .row .col.col2 .number span{
    text-align: left;
  }
  .months-wrapper .row .col.col2 .number{
    flex-direction: column;
    align-items: center;
  }
  .thank-you-wrapper .InnerContainWrapper{
    padding: 80px 0 20px;
  }
  .thank-you-wrapper .row{
    flex-direction: column;
  }
  .thank-you-wrapper .row .left{
    text-align: center;
    min-width: 100%;
  }
  .thank-you-wrapper .row .left h1.title br{
    display: none;
  }
  .thank-you-wrapper .row .right {
    min-width: 100%;
  } 
  .thank-you-wrapper .row .right .imgwrap{
    margin: 0 auto;
  }
  .thank-you-wrapper .row .right .imgwrap img{
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .content-form-wrapper .moonray-form .moonray-form-element-wrapper.Col2,
  .content-form-wrapper .moonray-form .moonray-form-element-wrapper.Col3{
    width: 100%;
  }
  .content-form-wrapper .moonray-form-element-wrapper.moonray-form-element-wrapper-alignment-right.moonray-form-input-type-submit{
    text-align: center !important;
  }
}
@media only screen and (max-width: 480px) {
  .flex-item.right .ContactFormWrap .Col2 {
    width: 100%;
  }
  .TransWhiteBtn.landing-btn a {
    font-size: 12px;
  }
  .new-landing-wrapper .InnerContainWrapper h1.main-title {
    font-size: 42px;
  }
  .months-wrapper .target .title{
    font-size: 32px;
  }
  .months-wrapper .target .sub-text {
    font-size: 23px;
  }
  .months-wrapper .section-title {
    font-size: 32px;
  }
  .months-wrapper .section-title br{
    display: none;
  }
  .months-wrapper .row .col{
    min-width: 100%;
  }
  .months-wrapper .row .col .sub-text br{
    display: none;
  }
  .new-footer-container .favicon {
    gap: 25px;
  }
  .thank-you-wrapper .row .left h1.title {
    font-size: 75px;
  }
  .thank-you-wrapper .row .left .textarea,
  .thank-you-wrapper .row .left .Thanks-text{
    margin-left: 0;
  }
}

@media only screen and (max-width: 375px) {
  .new-landing-wrapper .InnerContainWrapper h1.main-title {
    font-size: 45px;
  }
  .thank-you-wrapper .row .left h1.title {
    font-size: 60px;
  }
}
/*# sourceMappingURL=landing-css.css.map */