/* landing page tinyMCE edit shim */
#landingPage.mce-edit-focus {
    margin-top:130px;
}

/*  COLUMN TEXT DIVs, start  */
.column-text {
    display: flex;
    grid-gap: 4rem;
}
.column-text > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.column-text > div p:last-child {
    margin-bottom: 0;
}
/*  COLUMN TEXT DIVs, finish  */



.page-landing h1,
.page-landing h2,
.page-landing h3,
.page-landing h4,
.page-landing h5,
.page-landing h6 {
    font-family: 'Poppins', sans-serif !important;
    text-transform: none;
}

.page-landing p {
    font-size: 20px;
    line-height: 32px;
    text-align: initial;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    letter-spacing: 0px;
    color: rgb(68, 68, 68);
    margin: 1rem 0;
}



/* #1 */
.div-land-logo {
    padding: 24px 40px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 229, 229);
}
.div-land-logo .wrap {
    display: flex;
    justify-content: center;

}
.div-land-logo figure {
    width: 500px;
}



/* #2 */
.div-land-testing {
    padding: 54px 80px 24px;
    background-color: rgba(182, 199, 209, 0.4);
    border-width: 1px;
    border-color: rgb(0, 0, 0);
}
.div-land-testing h1 {
    color: rgb(10, 63, 92);
    text-align: left;
    font-weight: 400;
    font-size: 47px;
    line-height: 60px;
    letter-spacing: 0px;
    margin: 0px;
}
.div-land-testing a.btn {
    background-color: rgb(6, 92, 141);
    border-style: none;
    border-width: 1px;
    border-color: rgb(64, 64, 64);
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    margin: 0 0 30px 0;
    padding: 12px 56px;
    border-radius: 5px;
    display: inline-block;
}
.div-land-testing a.btn:hover {
    background-color: rgb(10, 63, 92);
    border-style: none;
    border-width: 1px;
    border-color: rgb(64, 64, 64);
    color: rgb(255, 255, 255);
}



/* #3 */
.div-land-about h2 {
    line-height: 42px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 39px;
    color: rgb(10, 63, 92);
}
.div-land-about h3 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    color: rgb(10, 63, 92);
}
.wrap-testing {
  margin-top: 2rem;
}
.wrap-testing p {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    color: rgb(68, 68, 68);
}
.div-land-about iframe {
  height: 328px;
  margin-top: 6rem;
}
.div-land-about a.btn {
    padding: 12px;
    background-color: rgb(6, 92, 141);
    border-style: none;
    border-width: 1px;
    border-color: rgb(64, 64, 64);
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    margin: 0px;
    border-radius: 5px;

    display: inline-block;
    width: 83%;
}
.div-land-about a.btn:hover {
    background-color: rgb(10, 63, 92);
    border-style: none;
    border-width: 1px;
    border-color: rgb(64, 64, 64);
    color: rgb(255, 255, 255);
}
.page-landing p.under-video {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}



/* #4 */
.div-land-form {
    padding: 80px;
    background-color: rgba(182, 199, 209, 0.4);
    background-image: none;
    background-size: cover;
    border-radius: 0px;
    border-style: none;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    margin: 3rem 0;
}
.div-land-form .column-text > div:nth-of-type(1) {
    flex: .75;
}
.div-land-form .column-text > div:nth-of-type(2) {
    flex: 1.25;
}
.div-land-form figure {
    width: 235px;
}
.div-land-form h2 {
    color: rgb(10, 63, 92);
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 39px;
    line-height: 44px;
    letter-spacing: 0px;
    margin-top: 1.75rem;
}
.div-land-form p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    color: rgb(68, 68, 68);
}
.landing-form-wrapper {
    padding: 60px 80px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px 100px 10px 10px;
    border-style: none;
    display: flex;
    flex-direction: column;
    grid-gap: 1.5rem;
}

.landing-form-wrapper > input[type="text"],
.landing-form-wrapper > select {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgb(227, 226, 255);
    color: #444;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 16px;
    outline: none;
    margin: 0;
}
.landing-form-wrapper > input[type="text"]::placeholder,
.landing-form-wrapper > select,
.landing-form-wrapper > select > option {
  font-family: 'Poppins', sans-serif !important;
  color: #444 !important;
}
.landing-form-wrapper button {
    border: 1px none rgb(64, 64, 64);
    padding: 16px 80px;
    text-align: center;
    cursor: pointer;
    width: fit-content;
    background: rgb(6, 92, 141);
    color: rgb(255, 255, 255);
    line-height: 32px;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
}
.landing-form-wrapper button:hover {
    background-color: rgb(10, 63, 92);
    border-style: none;
    border-width: 1px;
    border-color: rgb(64, 64, 64);
    color: rgb(255, 255, 255);
}

.landing-form-wrapper #captchaContainer {
  display: none;
}



/* #5 */
.div-land-industry {
    margin: 5rem 0;
}
.div-land-industry h2 {
    color: rgb(10, 63, 92);
    font-size: 39px;
    line-height: 44px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    margin-top: 0;
}
.div-land-industry p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    color: rgb(68, 68, 68);
}



/* #6 */
.wrap-ultra {
    align-items: center;
    padding: 36px 24px 54px 24px;
    background-color: rgba(6, 92, 141, 0.18);
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(216, 216, 216);
}
.wrap-ultra h2 {
    font-size: 39px;
    line-height: 44px;
    text-align: center;
    color: rgb(10, 63, 92);
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 0px;
    margin: 0 auto 1.75rem;
    width: 828px;
}
.wrap-ultra p {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    letter-spacing: 0px;
    color: rgb(68, 68, 68);
    margin: 0 auto 2.5rem;
    width: 635px;
}
.wrap-ultra a.btn {
    background-color: rgb(6, 92, 141);
    padding: 12px 36px;
    border-style: none;
    border-width: 1px;
    border-color: rgb(64, 64, 64);
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: rgb(255, 255, 255);
    margin: 0px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}
.wrap-ultra a.btn:hover {
    background-color: rgb(10, 63, 92);
    border-style: none;
    border-width: 1px;
    border-color: rgb(64, 64, 64);
    color: rgb(255, 255, 255);
}
.wrap-ultra p:last-child {
    margin-bottom: 0;
}



/* #7 */
.div-land-business {
    align-items: center;
    padding: 80px;
    border-radius: 0px;
    border-style: none;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
}
.div-land-business > .wrap {
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
    align-items: center;
}
.div-land-business figure {
    width: 449px;
}
.div-land-business h2 {
    text-align: center;
    padding: 0px 0px 36px;
    color: rgb(10, 63, 92);
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 47px;
    line-height: 60px;
    width: 700px;
    margin: 0;
}
.div-land-business {
    margin: 0;
}
.div-land-business a.btn {
    background-color: rgb(6, 92, 141);
    padding: 12px 36px;
    border-style: none;
    border-width: 1px;
    border-color: rgb(64, 64, 64);
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: rgb(255, 255, 255);
    margin: 0px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}
.div-land-business a.btn:hover {
    background-color: rgb(10, 63, 92);
    border-style: none;
    border-width: 1px;
    border-color: rgb(64, 64, 64);
    color: rgb(255, 255, 255);
}



/* FOOTER, #8 */
footer {
    padding: 80px 40px;
    background-color: rgb(6, 92, 141);
    border-radius: 0px;
    border-style: none;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
}
footer .column-text {
    grid-gap: 5rem;
}
footer .column-text > div {
    justify-content: flex-start;
}
footer .column-text > div p,
footer .column-text > div p a {
    font-size: 14px;
    line-height: 20px;
    color: rgb(255, 255, 255);
    text-align: initial;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
}
footer figure {
    width: 284px;
    position: relative;
}
footer figure > a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
}
footer .column-text > div:nth-of-type(3) p {
    margin: 1rem 0 0;
}




@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1260px) {
  .div-land-about,
  .div-land-industry {
    padding: 0 3rem;
  }

  .wrap-ultra {
    width: 87%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1185px) {}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 992px) {
  .wrap-ultra h2,
  .wrap-ultra p,
  .div-land-business figure,
  .div-land-business h2 {
    width: auto;
  }

  .div-land-form figure {
    max-width: 200px;
    width: auto;
  }

  .div-land-business {
    padding: 0;
    width: 81%;
    margin: 5rem auto 2rem;
  }

  footer figure {
    width: auto;
  }
  
}

@media only screen and (max-width: 899px) {

  .div-land-form .column-text {
    grid-gap: 2rem;
  }

  .wrap-ultra {
    width: 81%;
  }
}

@media only screen and (max-width: 768px) {
  .div-land-testing .column-text,
  .div-land-about .column-text,
  .div-land-form .column-text,
  footer .column-text {
    flex-direction: column;
  }

  .div-land-industry .column-text > div:nth-of-type(2) {
    display: none;
  }

  .column-text {
    grid-gap: 1.5rem;
  }

  .page-landing .div-land-testing p {
    text-align: center;
  }

  .about-desc {
    display: flex;
    flex-direction: row;
    grid-gap: 2.5rem;
  }

  .div-land-about > .wrap > .column-text > div:nth-of-type(2) {
    justify-content: flex-start;
  }

  .div-land-about iframe {
    margin-top: 2rem;
  }

  .div-land-about h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .div-land-form figure {
    max-width: 287px;
  }

  .div-land-form {
    padding: 40px 80px;
  }

  footer .column-text {
    grid-gap: 1.5rem;
  }

  footer {
    padding: 20px 35px;
  }

  footer .column-text > div:nth-of-type(3) p {
    margin-left: 1.5rem;
  }

}

@media only screen and (max-width: 679px) {
  .wrap-ultra {
    width: 75%;
  }
}

@media only screen and (max-width: 575px) {
  .page-landing .div-land-testing p {
    text-align: left;
  }
  .div-land-testing h1 {
    text-align: left;
    font-size: 30px;
    line-height: 38px;
  }

  .div-land-testing {
    padding: 54px 24px 24px
  }

  .div-land-form {
    padding: 40px 20px;
  }

  .landing-form-wrapper {
    padding: 60px 30px;
  }

  .div-land-industry h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .div-land-industry {
    margin: 0;
    padding: 40px 24px;
  }

  .div-land-form {
    margin-bottom: 0;
  }

  .wrap-ultra h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .div-land-business h2 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 550px) {
  .div-land-logo figure {
    width: unset;
    flex: 1;
  }
}

@media only screen and (max-width: 435px) {
  .div-land-about iframe {
    height: auto;
    width: 90%;
    margin: 2rem auto 0;
  }

  .about-desc {
    grid-gap: .75rem;
  }

  .div-land-about {
    padding: 0 1rem;
  }

  .div-land-logo,
  footer,
  .div-land-business {
    padding: 12px 15px;
  }

  .div-land-form {
    padding: 40px 14px;
  }
}

