html, body {
  max-width: 100%;
}

body {
  background: #000;
  font-family: "PT Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  overflow-x: hidden;
}

body.admin-bar {
  padding-top: 32px;
}
body.admin-bar #mobile_menu {
  margin-top: 32px;
}

.form hr {
  margin-bottom: 30px;
}
.form legend {
  margin-bottom: 40px;
}
.form .results .alert {
  display: none;
  margin-bottom: 40px;
}
.form label {
  font-size: 1rem;
  margin-bottom: 10px;
}
.form .form-control {
  border-radius: 8px;
  border: 1px solid #484848;
  background: #1E1E1E;
  color: #ccc;
  margin-bottom: 4px;
}
.form .form-control:focus {
  border: 1px solid #666;
  background: #333;
  color: #fff;
}
.form .form-control.is-invalid {
  border-color: #dc3545;
}
.form textarea {
  height: 105px;
}
.form .form-group {
  margin-bottom: 20px;
}
.form .form-text {
  color: #484848;
  font-size: 0.75rem;
  line-height: 1.6;
  margin-top: 0;
}
.form .error-text {
  display: none;
  color: #dc3545;
  font-size: 0.75rem;
  line-height: 1.6;
}
.form .input-icon-wrap {
  position: relative;
}
.form .input-icon-wrap .input-icon {
  position: absolute;
  top: 3px;
  left: 12px;
}
.form .submit-group {
  margin-top: 30px;
}
.form .submit-group .loading {
  display: none;
  color: #fff;
}

.lightbox-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}

.lightbox-wrap {
  display: none;
  position: absolute;
  top: 120px;
  width: 100%;
  z-index: 150;
}
.lightbox-wrap .lightbox-sides {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.lightbox-wrap .lightbox-inner {
  margin: auto;
  background-color: #0A0B0B;
  border-radius: 20px;
  max-width: 1200px;
  width: 100%;
  padding: 50px 50px 100px;
}
.lightbox-wrap .lightbox-heading {
  text-align: center;
  margin-bottom: 80px;
}
.lightbox-wrap .lightbox-heading h2 {
  color: #fff;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }
  body.admin-bar #mobile_menu {
    margin-top: 46px;
  }
}
h1, h2, h3, h4 {
  color: #ffff00;
  font-weight: 500;
}

h1 {
  font-size: 4.8rem;
}

h2 {
  letter-spacing: 0.2px;
  font-size: 2.6rem;
  line-height: 1.4;
}

h3 {
  letter-spacing: 0.2px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

h4 {
  letter-spacing: 0.2px;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

ul {
  padding-left: 30px;
}

a {
  color: #ffff00;
  transition: color 0.2s;
}

a:hover {
  color: #ffff00;
  text-decoration: none;
}

strong {
  font-weight: 600;
}

.btn {
  max-width: 100%;
  font-weight: 600;
  font-size: 1rem;
  padding: 13px 35px;
  height: 51px;
  border-radius: 50px;
  transition: all 0.2s;
  cursor: pointer;
  text-wrap-mode: nowrap;
}

.btn-sm {
  padding: 8px 25px;
  height: 41px;
}

.btn-lg {
  padding: 16px 38px;
  height: 63px;
  font-size: 1.2rem;
}

.btn-primary {
  color: #000;
  background: #ffff00;
  border-color: #ffff00;
}

.btn-primary:hover {
  color: #000;
  background: #fff;
  border-color: #000;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
  color: #000;
  background: #fff;
  border-color: #000;
}

.btn-secondary {
  color: #fff;
  background: #000;
  border-color: #000;
}

.btn-secondary:hover {
  color: #000;
  background: #fff;
  border-color: #000;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active {
  color: #000;
  background: #fff;
  border-color: #000;
}

.btn-outline-primary {
  color: #000;
  background: transparent;
  border-color: #000;
}

.btn-outline-primary:hover {
  color: #000;
  background: #fff;
  border-color: #000;
}

.btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #000;
  background: #fff;
  border-color: #000;
}

.btn-outline-secondary {
  color: #fff;
  background: transparent;
  border-color: #ffff00;
}

.btn-outline-secondary:hover {
  color: #000;
  background: #fff;
  border-color: #ffff00;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #000;
  background: #fff;
  border-color: #ffff00;
}

/*
#mobile_menu:not( .mm-menu ) {
	display: none;
}
.mm-panels > .mm-panel {
	background: $yellow;
}
.mm-navbar {
	background: $yellow;
}
.mm-navbar__title {
	color: #fff;
}
.mm-listitem:after {
	left: 0;
	border-color: $yellow;
}
.mm-menu a, .mm-menu a:link, .mm-menu a:visited {
	color: #fff;
	padding: 15px 15px;
	font-weight: 400;
}
.mm-menu a:active, .mm-menu a:hover {
	background-color: $yellow;
}
.mm-listitem.current-menu-item {
	a {
		// background-color: $yellow;
		font-weight: 500;
	}
}
*/
header {
  background: #ffff00;
  padding: 29px 0;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo img, header .logo svg {
  width: 131px;
}
header nav .btn {
  margin-left: 20px;
}

footer .copyright {
  color: #999;
  font-size: 0.8rem;
  padding: 10px 0;
  text-align: center;
}
footer .copyright a {
  color: #ffff00;
  transition: color 0.2s;
}
footer .copyright a:hover {
  text-decoration: underline;
}

.not-found-page {
  padding: 80px 0;
}

.page-template-default .content, .post-template-default .content {
  padding: 80px 0;
}

.default-page .content {
  padding: 60px 0;
}

.page-banner-wrap {
  background-color: #ffff00;
  max-width: 100%;
}
.page-banner-wrap .banner-mobile-wrap {
  display: none;
}
.page-banner-wrap .page-banner {
  padding-bottom: 20px;
  position: relative;
}
.page-banner-wrap .page-banner .bg-image {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom right;
  position: absolute;
  z-index: 0;
  width: 90%;
  max-height: 80vh;
  min-height: 500px;
  overflow: hidden;
}
.page-banner-wrap .page-banner .bg-image img {
  display: none;
  width: 100%;
  height: auto;
  max-height: none;
  background-color: #000;
  border-bottom-right-radius: 400px;
}
.page-banner-wrap .page-banner .page-banner-content {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
  max-height: calc(90vh - 99px);
  margin-bottom: 120px;
  min-height: 460px;
}
.page-banner-wrap .page-banner .page-banner-text h1 {
  color: #fff;
  line-height: 1.3;
}
.page-banner-wrap .page-banner .page-banner-text h1 span {
  display: none;
}
.page-banner-wrap .page-banner .page-banner-text .y-bg {
  height: 110px;
  margin-bottom: 30px;
}
.page-banner-wrap .page-banner .page-banner-text .y-bg h1 {
  color: #000;
  z-index: 1;
  position: absolute;
}
.page-banner-wrap .page-banner .page-banner-text .y-bg div {
  background-color: #ffff00;
  position: absolute;
  left: 0;
  height: 110px;
  width: 73%;
  z-index: 0;
  border-bottom-right-radius: 60px;
}
.page-banner-wrap .page-banner .page-banner-text p {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.cards .card {
  background-color: #1F1F1E;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 25px;
}
.cards .card .icon {
  margin-bottom: 25px;
}
.cards .card h3 {
  color: #fff;
}
.cards .card p {
  color: #fff;
}

.section-1 {
  background-color: #000;
  background-image: url("../images/section-1.png?2");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 70%;
  padding: 200px 0;
}
.section-1 .section-content {
  margin: 110px 0 90px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.section-1 .section-text {
  width: 520px;
  max-width: 100%;
}
.section-1 .section-text h2 {
  color: #fff;
  margin-bottom: 30%;
}
.section-1 .section-text h2 span {
  color: #ffff00;
}
.section-1 .section-text p {
  font-size: 25px;
  line-height: 1.5;
}
.section-1 .section-text-2 {
  width: 540px;
  float: right;
}

.section-2 {
  background-color: #000;
  padding-bottom: 200px;
}
.section-2 .section-content {
  margin: 50px 0 0;
}
.section-2 .section-content .buttons {
  margin-top: 50px;
}
.section-2 .section-text h2 {
  color: #fff;
  margin-bottom: 40px;
}
.section-2 .section-text h2 span {
  color: #ffff00;
}
.section-2 .section-text p {
  font-size: 1rem;
}
.section-2 .section-cards {
  width: 85%;
  margin-left: 15%;
}
.section-2 .section-content-sticky {
  position: sticky;
  top: 40px;
  margin-bottom: 30px;
}

.section-3 {
  background-color: #000;
}
.section-3 .section-content {
  margin: 0 0 200px;
}
.section-3 .section-text {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 7%;
}
.section-3 .section-text h2 {
  color: #fff;
  margin-bottom: 30px;
}
.section-3 .section-text p {
  font-size: 1rem;
}
.section-3 .section-cards .cards {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
.section-3 .section-cards .cards .card {
  flex-basis: 0;
  flex-grow: 1;
}
.section-3 .section-cards .cards .card .icon {
  margin-bottom: 40px;
}
.section-3 .section-cards .cards .card .icon img {
  height: 120px;
}

.section-4 {
  background-color: #000;
}
.section-4 .section-content {
  margin: 0 0 180px;
}
.section-4 .section-card {
  background-color: #1F1F1E;
  border-radius: 20px;
  padding: 120px 25px;
  text-align: center;
  min-height: 460px;
}
.section-4 .section-card h2 {
  color: #fff;
  margin-bottom: 60px;
}
.section-4 .section-card h2 span {
  color: #ffff00;
}
.section-4 .section-card .buttons .btn {
  margin: 0 20px 25px;
}

.grecaptcha-badge {
  display: none;
}

.cky-consent-bar {
  font-family: "PT Serif", serif;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

@media (max-width: 1400px) {
  h1 {
    font-size: 3.8rem;
  }
  .page-banner-wrap .page-banner .page-banner-text .y-bg {
    height: 88px;
  }
  .page-banner-wrap .page-banner .page-banner-text .y-bg div {
    height: 88px;
  }
  .section-1 .section-text, .section-1 .section-text-2 {
    width: 540px;
  }
}
@media (min-width: 1200px) {
  .page-banner-wrap .page-banner .bg-image img {
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 2.4rem;
  }
  .page-banner-wrap .page-banner {
    padding-bottom: 50px;
  }
  .page-banner-wrap .page-banner .bg-image {
    background-image: none !important;
  }
  .section-1 {
    padding: 100px 0;
  }
  .section-1 .section-text p {
    font-size: 22px;
  }
  .section-1 .section-text-2 {
    width: 100%;
    float: none;
  }
  .section-2 .section-content {
    margin-top: 50px;
  }
  .section-3 .section-cards .cards {
    flex-wrap: wrap;
  }
  .section-3 .section-cards .cards .card {
    flex-basis: 40%;
    margin: 0;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 1.9rem;
  }
  .page-banner-wrap .page-banner {
    padding-bottom: 10px;
  }
  .page-banner-wrap .page-banner .bg-image img {
    max-width: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
  }
  .page-banner-wrap .page-banner .page-banner-content {
    margin-bottom: 80px;
  }
  .page-banner-wrap .page-banner .page-banner-text .y-bg {
    height: 58px;
  }
  .page-banner-wrap .page-banner .page-banner-text .y-bg div {
    height: 58px;
  }
  .page-banner-wrap .page-banner .page-banner-text p {
    font-size: 1.3rem;
  }
  .section-1 .section-content {
    margin-bottom: 50px;
  }
  .section-1 .section-text {
    width: 100%;
  }
  .section-1 .section-text h2 {
    margin-bottom: 0;
  }
  .section-1 .section-text p {
    font-size: 20px;
  }
  .section-2 {
    padding-bottom: 0;
  }
  .section-2 .section-content {
    margin-bottom: 0;
  }
  .section-2 .section-content-2 {
    margin-bottom: 110px;
  }
  .section-2 .section-cards {
    margin: auto;
  }
  .section-3 .section-content {
    margin-bottom: 150px;
  }
  .section-4 .section-content {
    margin-bottom: 150px;
  }
  .section-4 .section-card {
    min-height: 0;
    padding: 60px 25px;
  }
  .lightbox-wrap .lightbox-inner {
    padding: 50px 30px 100px;
    margin: 0 25px;
    width: auto;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
  .btn-lg {
    padding: 13px 35px;
    height: 51px;
    font-size: 1rem;
  }
  header nav .request-trial-button {
    display: none;
  }
  .page-banner-wrap .page-banner .banner-desktop {
    display: none;
  }
  .page-banner-wrap .page-banner .banner-mobile-wrap {
    display: block;
    margin-bottom: 50px;
  }
  .page-banner-wrap .page-banner .banner-mobile p {
    color: #000;
    font-size: 1.2rem;
  }
  .page-banner-wrap .page-banner .bg-image {
    width: 100%;
    height: 580px;
    max-width: 95%;
  }
  .page-banner-wrap .page-banner .bg-image img {
    border-bottom-right-radius: 400px;
    max-width: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
  }
  .page-banner-wrap .page-banner .page-banner-content {
    height: 600px;
    margin-bottom: 60px;
  }
  .page-banner-wrap .page-banner .page-banner-text {
    max-width: 80%;
  }
  .page-banner-wrap .page-banner .page-banner-text h1 span {
    display: inline;
    color: #ffff00;
  }
  .page-banner-wrap .page-banner .page-banner-text .y-bg {
    height: 42px;
    display: none;
  }
  .page-banner-wrap .page-banner .page-banner-text .y-bg h1 {
    color: #ffff00;
  }
  .page-banner-wrap .page-banner .page-banner-text .y-bg div {
    background: none;
    display: none;
  }
  .section-1 {
    padding: 50px 0 100px;
    margin: 0;
  }
  .section-1 .section-text {
    width: 100%;
  }
  .section-1 .section-text-2 {
    width: 100%;
  }
  .section-2 .section-cards {
    width: 100%;
  }
  .lightbox-wrap .lightbox-heading {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=style.css.map */