* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zalando Sans Expanded", sans-serif;
  text-transform: uppercase;
}

.container {
  max-width: 1460px;
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.btn-main {
  width: 160px;
  height: 48px;
  color: #000;
  background-color: #8edc00;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.1s ease-in-out;
}
.btn-main:hover {
  background-color: #7ec301;
}

.btn-outline {
  width: 160px;
  height: 48px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.1s ease-in-out;
}
.btn-outline:hover {
  background-color: #fff;
  color: #000;
}

h2 {
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 47px; /* 138.235% */
  letter-spacing: 0.68px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  h2 {
    /* 1200 */
    font-size: 28px;
    line-height: 36px; /* 127.778% */
    letter-spacing: -0.36px;
  }
}
@media (max-width: 991px) {
  h2 {
    /* 991 */
    font-size: 24px;
    line-height: 32px; /* 131.25% */
    letter-spacing: -0.32px;
  }
}
@media (max-width: 767px) {
  h2 {
    /* 767 */
    font-size: 20px;
    line-height: 40px; /* 133.333% */
    letter-spacing: -0.3px;
  }
}
@media (max-width: 576px) {
  h2 {
    /* 576 */
    font-size: 20px;
    line-height: 36px; /* 128.571% */
    letter-spacing: -0.28px;
  }
}

h3 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 47px; /* 167.857% */
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h3 {
    /* 991 */
    font-size: 24px;
    line-height: 36px; /* 150% */
    letter-spacing: -0.26px;
  }
}
@media (max-width: 576px) {
  h3 {
    /* 576 */
    font-size: 20px;
    line-height: 32px; /* 160% */
    letter-spacing: -0.24px;
  }
}

h4 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: -0.26px;
}

p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 576px) {
  p {
    /* 576 */
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; /* 162.5% */
  }
}

.overflow-hidden {
  overflow: hidden;
}

.plain-text-content {
  padding: 90px 0px;
}
@media (max-width: 991px) {
  .plain-text-content {
    /* 991 */
    padding: 70px 0px;
  }
}
@media (max-width: 576px) {
  .plain-text-content {
    /* 576 */
    padding: 40px 0px;
  }
}
.plain-text-content h2,
.plain-text-content p {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .plain-text-content h2,
  .plain-text-content p {
    /* 576 */
    margin-bottom: 20px;
  }
}
.plain-text-content h3,
.plain-text-content h4 {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .plain-text-content h3,
  .plain-text-content h4 {
    /* 576 */
    margin-bottom: 10px;
  }
}
.plain-text-content h3 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 238.462% */
}
@media (max-width: 991px) {
  .plain-text-content h3 {
    /* 991 */
    font-size: 22px;
    line-height: 28px; /* 127.273% */
  }
}
@media (max-width: 576px) {
  .plain-text-content h3 {
    /* 576 */
    font-size: 20px;
    line-height: 26px; /* 130% */
  }
}
.plain-text-content table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.plain-text-content table th,
.plain-text-content table td {
  border: 1px solid #e0e0e0;
  padding: 16px 12px;
  text-align: left;
  font-size: 16px;
  color: #222;
}
.plain-text-content table th {
  background: #f7f7f7;
  font-weight: 600;
  color: #111;
}
.plain-text-content table tr:nth-child(even) {
  background: #fafafa;
}
@media (max-width: 576px) {
  .plain-text-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    min-width: unset;
  }
  .plain-text-content table th,
  .plain-text-content table td {
    padding: 10px 6px;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 576px) {
  .plain-text-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    min-width: unset;
  }
}
.plain-text-content ul {
  padding-left: 30px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .plain-text-content ul {
    /* 576 */
    margin-bottom: 20px;
  }
}
.plain-text-content ul li {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
@media (max-width: 991px) {
  .plain-text-content ul li {
    /* 991 */
    font-size: 16px;
    line-height: 26px; /* 150% */
  }
}
@media (max-width: 576px) {
  .plain-text-content ul li {
    /* 576 */
    font-size: 14px;
    line-height: 24px; /* 142.857% */
  }
}

.gform_validation_errors {
  display: none !important;
}

.gfield_validation_message {
  color: #fff !important;
  background: rgba(174, 1, 1, 0.6) !important;
  padding: 5px 10px !important;
  border-radius: 7px !important;
}

.gform_confirmation_message {
  text-align: center !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 26px !important;
}

nav.nav.scrolled {
  background: linear-gradient(112deg, #7f41c8 47%, #d182eb 104.07%);
}
@media (max-width: 576px) {
  nav.nav.scrolled {
    /* 576 */
    padding: 10px 0;
  }
  nav.nav.scrolled .logo {
    width: 116px !important;
  }
  nav.nav.scrolled #overlay {
    top: 58px !important;
  }
}

nav.nav {
  padding: 30px 0;
  transition: all 0.2s ease-in-out;
  z-index: 9999;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 576px) {
  nav.nav {
    /* 576 */
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
}
nav.nav .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav.nav .inner .logo {
  transition: all 0.2s ease-in-out;
  height: 90px;
}
nav.nav .inner .logo img {
  width: auto;
  height: 100%;
}
@media (max-width: 576px) {
  nav.nav .inner .logo {
    /* 576 */
    height: 38px;
  }
}
nav.nav .inner .logo svg {
  width: 100%;
}
nav.nav .inner .menu {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  nav.nav .inner .menu {
    /* 767 */
    gap: 30px;
  }
}
@media (max-width: 576px) {
  nav.nav .inner .menu {
    /* 576 */
    display: none;
  }
}
nav.nav .inner .menu .nav-btn {
  background-color: #fff;
  width: 120px;
  height: 42px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.1s ease-in-out;
}
nav.nav .inner .menu .nav-btn:hover {
  background-color: #fff;
}
nav.nav .inner .menu .menu-primary-nav-container ul {
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  nav.nav .inner .menu .menu-primary-nav-container ul {
    /* 767 */
    gap: 30px;
  }
}
nav.nav .inner .menu .menu-primary-nav-container ul li {
  list-style: none;
}
nav.nav .inner .menu .menu-primary-nav-container ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.1s ease-in-out;
}
nav.nav .inner .menu .menu-primary-nav-container ul li a:hover {
  color: #fff;
}

#overlay {
  height: calc(100vh - 70px);
  top: 70px;
  background: #fff;
  z-index: 9991 !important;
}
@media (max-width: 576px) {
  #overlay {
    /* 576 */
    top: 78px;
  }
}
@media (min-width: 992px) {
  #overlay {
    display: none;
  }
}
#overlay .menu-item-has-children .slideopen:after {
  transform: rotate(180deg) scaleX(-1);
}
#overlay .menu-item-has-children > a {
  position: relative;
}
#overlay .menu-item-has-children > a:after {
  content: "";
  background-image: url("/wp-content/themes/stature/src/images/caret-down.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 10px;
  width: 15px;
  position: absolute;
  right: 5%;
  top: 5px;
  transition: all 0.2s ease-in-out;
}
#overlay .menu-item-has-children > a {
  display: block;
}
#overlay ul.sub-menu {
  padding-left: 0px;
  margin-top: 20px;
  list-style: none;
}
#overlay {
  width: 100%;
  z-index: 2;
  transform: translateX(-100vw);
  position: fixed;
  transition: all 0.2s ease-in-out;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
#overlay.active {
  transform: none;
}
#overlay ul {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-left: 0;
  list-style-type: none;
  margin-left: 23px;
  padding: 30px 20px;
  gap: 5px;
}
#overlay ul .menu-item-has-children {
  position: relative;
  cursor: pointer;
}
#overlay ul .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#overlay ul .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url("/wp-content/themes/glencrodger/src/images/dropdown-arrow.svg") no-repeat center center;
  background-size: contain;
  transition: transform 0.3s;
  transform: rotate(0deg);
}
#overlay ul .menu-item-has-children.submenu-open > a::after {
  transform: rotate(180deg);
}
#overlay ul .menu-item-has-children ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
  display: block !important;
  margin: 0;
  padding-left: 0px;
}
#overlay ul .menu-item-has-children ul.sub-menu li {
  border: none;
  padding: 0px;
}
#overlay ul .menu-item-has-children ul.sub-menu li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 9px 0;
}
#overlay ul .menu-item-has-children.submenu-open ul.sub-menu {
  max-height: 1000px;
  opacity: 1;
  margin-top: 10px;
}
#overlay ul li {
  padding: 20px 0px;
}
#overlay ul li:last-of-type {
  border-bottom: none;
}
#overlay ul li a {
  display: block;
  text-decoration: none;
  height: 100%;
  width: 100%;
  position: relative;
  font-weight: 500;
  font-family: "Zalando Sans Expanded", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#overlay ul li a:hover {
  color: #7f41c8;
}
#overlay .menu {
  margin-left: 0;
}

#overlay {
  visibility: hidden;
}

.mobile-menu-open {
  visibility: visible !important;
}

.nav-mobile input[type=checkbox] {
  display: none;
}
.nav-mobile input[type=checkbox]:checked ~ #overlay {
  transform: none;
}
.nav-mobile input[type=checkbox]:checked ~ #overlay-button span {
  background-color: #000;
}
.nav-mobile input[type=checkbox]:checked ~ #overlay-button span:before {
  background-color: #000;
}
.nav-mobile input[type=checkbox]:checked ~ #overlay-button span:after {
  background-color: #000;
}
.nav-mobile input[type=checkbox]:checked ~ #overlay-button:hover span,
.nav-mobile input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
.nav-mobile input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(4px, 5px);
  opacity: 1;
}
.nav-mobile input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}

@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#overlay-button {
  right: 0px;
  top: -9px;
  padding: 8px 0px;
  z-index: 5;
  cursor: pointer;
  user-select: none;
  position: absolute;
}
@media (min-width: 992px) {
  #overlay-button {
    display: none;
  }
}
#overlay-button span {
  height: 2px;
  width: 22px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  #overlay-button span {
    width: 26px;
  }
}
#overlay-button span:before {
  top: -8px;
  visibility: visible;
}
@media (max-width: 767px) {
  #overlay-button span:before {
    top: -8px;
  }
}
#overlay-button span:after {
  top: 8px;
}
@media (max-width: 767px) {
  #overlay-button span:after {
    top: 8px;
  }
}
#overlay-button span:before, #overlay-button span:after {
  height: 2px;
  width: 22px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  content: "";
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  #overlay-button span:before, #overlay-button span:after {
    width: 26px;
  }
}

.nav-mobile input[type=checkbox] {
  display: none;
}
.nav-mobile input[type=checkbox]:checked ~ #overlay {
  transform: none;
}
.nav-mobile input[type=checkbox]:checked ~ #overlay-button span {
  background-color: #fff;
}
.nav-mobile input[type=checkbox]:checked ~ #overlay-button span:before {
  background-color: #fff;
}
.nav-mobile input[type=checkbox]:checked ~ #overlay-button span:after {
  background-color: #fff;
}
.nav-mobile input[type=checkbox]:checked ~ #overlay-button:hover span,
.nav-mobile input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
.nav-mobile input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(4px, 5px);
  opacity: 1;
}
.nav-mobile input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}

.nav-mobile {
  display: none;
  position: relative;
}
@media (max-width: 576px) {
  .nav-mobile {
    display: block;
  }
}

/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
}

/*
  Typographic tweaks!
  3. Add accessible line-height
  4. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
  5. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/*
  6. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
}

/*
  7. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/*
  8. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}

.get-started-banner {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .get-started-banner {
    /* 991 */
    margin-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .get-started-banner {
    /* 576 */
    margin-bottom: 50px;
  }
}
.get-started-banner .inner {
  border-radius: 20px;
  background: linear-gradient(112deg, #7f41c8 47%, #d182eb 104.07%);
  padding: 75px 0px 90px 0px;
}
@media (max-width: 991px) {
  .get-started-banner .inner {
    /* 991 */
    padding: 60px 0px 70px 0px;
  }
}
@media (max-width: 576px) {
  .get-started-banner .inner {
    /* 576 */
    padding: 40px 20px 50px 20px;
  }
}
.get-started-banner .inner span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px; /* 255.556% */
  letter-spacing: -0.18px;
}
.get-started-banner .inner h3 {
  color: #fff;
  text-align: center;
  max-width: 810px;
  margin: 12px auto 36px auto;
}
.get-started-banner .inner .app-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 576px) {
  .get-started-banner .inner .app-buttons {
    /* 576 */
    flex-direction: column;
    gap: 15px;
  }
}

footer.footer {
  background: #000000;
  padding: 50px 0px 100px 0px;
}
@media (max-width: 991px) {
  footer.footer {
    /* 991 */
    padding: 50px 0px;
  }
}
@media (max-width: 576px) {
  footer.footer {
    /* 576 */
    padding: 40px 0px;
  }
}
footer.footer .inner .top {
  display: flex;
  padding: 50px 0px;
  justify-content: space-between;
  align-items: center;
}
footer.footer .inner .top .logo {
  height: 110px;
}
footer.footer .inner .top .logo img {
  width: auto;
  height: 100%;
}
@media (max-width: 767px) {
  footer.footer .inner .top {
    /* 767 */
    flex-direction: column;
    gap: 30px;
  }
  footer.footer .inner .top .logo {
    height: 80px;
  }
}
@media (max-width: 576px) {
  footer.footer .inner .top {
    /* 576 */
    padding: 40px 0px 30px 0px;
  }
}
footer.footer .inner .top ul {
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
}
footer.footer .inner .top ul li {
  list-style: none;
}
footer.footer .inner .top ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.2s ease-in-out;
}
footer.footer .inner .top ul li a:hover {
  color: #7f41c8;
}
footer.footer .inner .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  footer.footer .inner .bottom {
    /* 576 */
    flex-direction: column;
    gap: 20px;
  }
}
footer.footer .inner .bottom .footer-text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 171.429% */
}
footer.footer .inner .bottom > div {
  display: flex;
  gap: 20px;
  align-items: center;
}
footer.footer .inner .bottom ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 20px;
}
footer.footer .inner .bottom ul li {
  list-style: none;
}
footer.footer .inner .bottom ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 171.429% */
}
footer.footer .inner .bottom .ne6 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 171.429% */
}
footer.footer .inner .bottom .ne6 a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 171.429% */
  font-weight: 400;
}

.contact-page {
  background: linear-gradient(112deg, #7f41c8 47%, #d182eb 104.07%);
  padding-top: 95px;
  padding-bottom: 100px;
}
@media (max-width: 576px) {
  .contact-page {
    /* 576 */
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.contact-page .hero {
  padding: 54px 0px 43px 0px;
}
.contact-page .hero h1 {
  color: #fff;
  text-align: center;
  margin: 0 auto 24px auto;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .contact-page .hero h1 {
    /* 1200 */
    font-size: 42px;
    line-height: 54px; /* 115.385% */
    letter-spacing: 1.04px;
  }
}
@media (max-width: 767px) {
  .contact-page .hero h1 {
    /* 767 */
    font-size: 42px;
    line-height: 50px; /* 119.048% */
    letter-spacing: -0.84px;
  }
}
@media (max-width: 576px) {
  .contact-page .hero h1 {
    /* 576 */
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -0.74px;
    margin: 0 auto 20px auto;
  }
}
.contact-page .hero p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 160% */
  max-width: 626px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .contact-page .hero p {
    /* 576 */
    font-size: 18px;
    line-height: 28px; /* 155.556% */
  }
}
.contact-page .contact-details {
  max-width: 720px;
  border-radius: 14px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin: 0px auto 40px auto;
  padding: 20px;
}
@media (max-width: 767px) {
  .contact-page .contact-details {
    /* 767 */
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.contact-page .contact-details a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  gap: 20px;
  transition: all 0.2s ease-in-out;
}
.contact-page .contact-details a:hover span {
  color: #fff;
}
.contact-page .contact-details .phone-numbers {
  display: flex;
  gap: 25px;
}
@media (max-width: 576px) {
  .contact-page .contact-details .phone-numbers {
    /* 576 */
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .contact-page .contact-details .phone-numbers .separator {
    display: none;
  }
}
.contact-page .form h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 38px;
  margin-bottom: 32px;
}
.contact-page .form form {
  max-width: 720px;
  margin: 0 auto;
}
.contact-page .form form input[type=text],
.contact-page .form form input[type=email],
.contact-page .form form input[type=tel],
.contact-page .form form textarea {
  width: 100% !important;
  height: 48px !important;
  box-sizing: border-box !important;
  border-radius: 6px !important;
  padding: 0 12px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 16px !important;
  line-height: 48px !important;
  resize: none !important;
  border: 3px solid #fff !important;
}
.contact-page .form form input[type=text]::placeholder,
.contact-page .form form input[type=email]::placeholder,
.contact-page .form form input[type=tel]::placeholder,
.contact-page .form form textarea::placeholder {
  color: #6f6f6f !important;
  opacity: 1 !important;
}
.contact-page .form form input[type=text]:-ms-input-placeholder,
.contact-page .form form input[type=email]:-ms-input-placeholder,
.contact-page .form form input[type=tel]:-ms-input-placeholder,
.contact-page .form form textarea:-ms-input-placeholder {
  color: #6f6f6f !important;
}
.contact-page .form form input[type=text]::-ms-input-placeholder,
.contact-page .form form input[type=email]::-ms-input-placeholder,
.contact-page .form form input[type=tel]::-ms-input-placeholder,
.contact-page .form form textarea::-ms-input-placeholder {
  color: #6f6f6f !important;
}
.contact-page .form form input[type=text]:focus,
.contact-page .form form input[type=email]:focus,
.contact-page .form form input[type=tel]:focus,
.contact-page .form form textarea:focus {
  outline: none !important;
  border: 3px solid #7f41c8 !important;
  box-shadow: 0 0 0 3px rgba(32, 54, 64, 0.12) !important;
}
.contact-page .form form textarea {
  /* override for multi-line input */
  padding: 10px 12px !important;
  line-height: 20px !important;
  height: 48px !important; /* adjust if you want a taller textarea by default */
  height: 170px !important;
  min-block-size: unset !important;
}
.contact-page .form form .gform_fields {
  gap: 20px !important;
}
.contact-page .form form input[type=submit] {
  margin: 0 auto !important;
  width: 160px !important;
  height: 48px !important;
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 6px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-decoration: none !important;
  text-align: center !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  transition: all 0.1s ease-in-out !important;
}
.contact-page .form form input[type=submit]:hover {
  opacity: 0.8 !important;
}

.sign-up-page {
  background: #203640;
  padding-bottom: 100px;
  min-height: calc(100vh - 440px);
  display: flex;
}
@media (max-width: 576px) {
  .sign-up-page {
    /* 576 */
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.sign-up-page .hero {
  padding: 54px 0px 43px 0px;
}
.sign-up-page .hero h1 {
  color: #fff;
  text-align: center;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px; /* 116.129% */
  letter-spacing: 1.24px;
  max-width: 841px;
  margin: 0 auto 24px auto;
}
@media (max-width: 1200px) {
  .sign-up-page .hero h1 {
    /* 1200 */
    font-size: 52px;
    line-height: 60px; /* 115.385% */
    letter-spacing: 1.04px;
  }
}
@media (max-width: 767px) {
  .sign-up-page .hero h1 {
    /* 767 */
    font-size: 42px;
    line-height: 50px; /* 119.048% */
    letter-spacing: -0.84px;
  }
}
@media (max-width: 576px) {
  .sign-up-page .hero h1 {
    /* 576 */
    font-size: 38px;
    line-height: 45px; /* 121.622% */
    letter-spacing: -0.74px;
    margin: 0 auto 20px auto;
  }
}
.sign-up-page .hero p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 160% */
  max-width: 626px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .sign-up-page .hero p {
    /* 576 */
    font-size: 18px;
    line-height: 28px; /* 155.556% */
  }
}
.sign-up-page .contact-details {
  max-width: 720px;
  border-radius: 14px;
  background: #0d2029;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin: 0px auto 40px auto;
  padding: 20px;
}
@media (max-width: 767px) {
  .sign-up-page .contact-details {
    /* 767 */
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.sign-up-page .contact-details a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  gap: 20px;
  transition: all 0.2s ease-in-out;
}
.sign-up-page .contact-details a:hover span {
  color: #8edc00;
}
.sign-up-page .form h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 38px;
  margin-bottom: 32px;
}
.sign-up-page .form form {
  max-width: 720px;
  margin: 0 auto;
}
.sign-up-page .form form input[type=text],
.sign-up-page .form form input[type=email],
.sign-up-page .form form input[type=tel],
.sign-up-page .form form textarea {
  width: 100% !important;
  height: 48px !important;
  box-sizing: border-box !important;
  border-radius: 6px !important;
  padding: 0 12px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 16px !important;
  line-height: 48px !important;
  resize: none !important;
  border: 3px solid #fff !important;
}
.sign-up-page .form form input[type=text]::placeholder,
.sign-up-page .form form input[type=email]::placeholder,
.sign-up-page .form form input[type=tel]::placeholder,
.sign-up-page .form form textarea::placeholder {
  color: #6f6f6f !important;
  opacity: 1 !important;
}
.sign-up-page .form form input[type=text]:-ms-input-placeholder,
.sign-up-page .form form input[type=email]:-ms-input-placeholder,
.sign-up-page .form form input[type=tel]:-ms-input-placeholder,
.sign-up-page .form form textarea:-ms-input-placeholder {
  color: #6f6f6f !important;
}
.sign-up-page .form form input[type=text]::-ms-input-placeholder,
.sign-up-page .form form input[type=email]::-ms-input-placeholder,
.sign-up-page .form form input[type=tel]::-ms-input-placeholder,
.sign-up-page .form form textarea::-ms-input-placeholder {
  color: #6f6f6f !important;
}
.sign-up-page .form form input[type=text]:focus,
.sign-up-page .form form input[type=email]:focus,
.sign-up-page .form form input[type=tel]:focus,
.sign-up-page .form form textarea:focus {
  outline: none !important;
  border: 3px solid #8edc00 !important;
  box-shadow: 0 0 0 3px rgba(32, 54, 64, 0.12) !important;
}
.sign-up-page .form form textarea {
  /* override for multi-line input */
  padding: 10px 12px !important;
  line-height: 20px !important;
  height: 48px !important; /* adjust if you want a taller textarea by default */
  height: 170px !important;
  min-block-size: unset !important;
}
.sign-up-page .form form .gform_fields {
  gap: 20px !important;
}
.sign-up-page .form form input[type=submit] {
  margin: 0 auto !important;
  width: 160px !important;
  height: 48px !important;
  color: #000 !important;
  background-color: #8edc00 !important;
  border-radius: 6px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-decoration: none !important;
  text-align: center !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  transition: all 0.1s ease-in-out !important;
}
.sign-up-page .form form input[type=submit]:hover {
  background-color: #7ec301 !important;
}

.home-hero {
  background: linear-gradient(112deg, #7f41c8 47%, #d182eb 104.07%);
  padding: 204px 0px 0px 0px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .home-hero {
    /* 767 */
    margin-bottom: 120px;
  }
}
@media (max-width: 576px) {
  .home-hero {
    /* 576 */
    padding-top: 90px;
    margin-bottom: 70px;
  }
}
.home-hero .inner {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
.home-hero h1 {
  color: #fff;
  text-align: center;
  margin: 0 auto 24px auto;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .home-hero h1 {
    /* 1200 */
    font-size: 42px;
    line-height: 54px; /* 115.385% */
    letter-spacing: 1.04px;
  }
}
@media (max-width: 767px) {
  .home-hero h1 {
    /* 767 */
    font-size: 42px;
    line-height: 50px; /* 119.048% */
    letter-spacing: -0.84px;
  }
}
@media (max-width: 576px) {
  .home-hero h1 {
    /* 576 */
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -0.74px;
    margin: 0 auto 20px auto;
  }
}
.home-hero p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 160% */
  max-width: 881px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .home-hero p {
    /* 576 */
    font-size: 18px;
    line-height: 28px; /* 155.556% */
  }
}
.home-hero .buttons {
  margin-top: 37px;
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}
@media (max-width: 576px) {
  .home-hero .buttons {
    /* 576 */
    margin-top: 30px;
  }
}
.home-hero .image {
  margin-top: -60px;
  transform: translateY(160px);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .home-hero .image {
    /* 767 */
    margin-top: -40px;
    transform: translateY(120px);
  }
}
@media (max-width: 576px) {
  .home-hero .image {
    /* 576 */
    margin-top: 0px;
    transform: translateY(39px);
  }
}
.home-hero .image img {
  width: 100%;
}

.full-width-content {
  padding: 90px 0px 35px 0px;
}
@media (max-width: 991px) {
  .full-width-content {
    /* 991 */
    padding: 70px 0px 25px 0px;
  }
}
@media (max-width: 576px) {
  .full-width-content {
    /* 576 */
    padding: 0px 0px 20px 0px;
  }
}
.full-width-content h2 {
  max-width: 1100px;
  text-align: center;
  margin: 0 auto 27px auto;
}
@media (max-width: 576px) {
  .full-width-content h2 {
    /* 576 */
    margin: 0 auto 18px auto;
  }
}
.full-width-content p {
  max-width: 720px;
  text-align: center;
  margin: 0 auto;
}

.icon-block {
  padding: 35px 0px 50px 0px;
}
@media (max-width: 576px) {
  .icon-block {
    /* 576 */
    padding: 15px 0px 20px 0px;
  }
}
.icon-block .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 70px;
}
@media (max-width: 991px) {
  .icon-block .inner {
    /* 991 */
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .icon-block .inner {
    /* 767 */
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .icon-block .inner {
    /* 576 */
    row-gap: 20px;
    column-gap: 40px;
  }
}
.icon-block .inner .item img {
  display: block;
  margin: 0 auto 20px auto;
}
@media (max-width: 576px) {
  .icon-block .inner .item img {
    /* 576 */
    margin: 0 auto 15px auto;
  }
}
.icon-block .inner .item span {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: block;
  text-align: center;
}
@media (max-width: 576px) {
  .icon-block .inner .item span {
    /* 576 */
    font-size: 16px;
    line-height: 26px; /* 162.5% */
  }
}

.image-content.flipped .inner .content {
  padding-right: 0px;
  padding-left: 60px;
}
@media (max-width: 1200px) {
  .image-content.flipped .inner .content {
    /* 1200 */
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .image-content.flipped .inner .content {
    /* 767 */
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .image-content.flipped .inner {
    /* 767 */
    flex-direction: column-reverse;
  }
}

.image-content {
  padding: 50px 0px;
}
@media (max-width: 991px) {
  .image-content {
    /* 991 */
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .image-content {
    /* 767 */
    padding: 20px 0px;
  }
}
.image-content .inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .image-content .inner {
    /* 767 */
    flex-direction: column;
  }
}
.image-content .inner .image {
  flex: 540;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .image-content .inner .image {
    /* 767 */
    margin-bottom: 20px;
  }
}
.image-content .inner .spacer {
  flex: 70;
}
.image-content .inner .content {
  flex: 466;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .image-content .inner .content {
    /* 1200 */
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .image-content .inner .content {
    /* 767 */
    padding-right: 0px;
  }
}
.image-content .inner .content span {
  display: block;
  color: #7f41c8;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px; /* 255.556% */
  letter-spacing: -0.18px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .image-content .inner .content span {
    /* 767 */
    text-align: center;
  }
}
@media (max-width: 576px) {
  .image-content .inner .content span {
    /* 576 */
    font-size: 16px;
    line-height: 46px; /* 287.5% */
    letter-spacing: -0.16px;
    margin-bottom: 3px;
  }
}
.image-content .inner .content .app-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.image-content .inner .content h3 {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .image-content .inner .content h3 {
    /* 767 */
    text-align: center;
  }
}
@media (max-width: 576px) {
  .image-content .inner .content h3 {
    /* 576 */
    margin-bottom: 17px;
  }
}
.image-content .inner .content p {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .image-content .inner .content p {
    /* 767 */
    text-align: center;
  }
}
@media (max-width: 576px) {
  .image-content .inner .content p {
    /* 576 */
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .image-content .inner .content .btn-main {
    /* 767 */
    margin: 0 auto;
  }
}

.two-image-content {
  padding: 50px 0px;
}
@media (max-width: 991px) {
  .two-image-content {
    /* 991 */
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .two-image-content {
    /* 767 */
    padding: 20px 0px;
  }
}
.two-image-content .inner {
  display: flex;
  justify-self: center;
  align-items: center;
}
@media (max-width: 767px) {
  .two-image-content .inner {
    /* 767 */
    flex-direction: column;
  }
}
.two-image-content .inner .images {
  flex: 520;
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .two-image-content .inner .images {
    /* 767 */
    margin-bottom: 20px;
    gap: 30px;
  }
}
.two-image-content .inner .images .image {
  flex: 1;
}
.two-image-content .inner .images .image img {
  width: 100%;
}
.two-image-content .inner .spacer {
  flex: 70;
}
.two-image-content .inner .content {
  flex: 452;
}
.two-image-content .inner .content span {
  display: block;
  color: #7f41c8;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px; /* 255.556% */
  letter-spacing: -0.18px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .two-image-content .inner .content span {
    /* 767 */
    text-align: center;
  }
}
@media (max-width: 576px) {
  .two-image-content .inner .content span {
    /* 576 */
    font-size: 16px;
    line-height: 46px; /* 287.5% */
    letter-spacing: -0.16px;
    margin-bottom: 3px;
  }
}
.two-image-content .inner .content .app-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.two-image-content .inner .content h3 {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .two-image-content .inner .content h3 {
    /* 767 */
    text-align: center;
  }
}
@media (max-width: 576px) {
  .two-image-content .inner .content h3 {
    /* 576 */
    margin-bottom: 17px;
  }
}
.two-image-content .inner .content p {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .two-image-content .inner .content p {
    /* 767 */
    text-align: center;
  }
}
@media (max-width: 576px) {
  .two-image-content .inner .content p {
    /* 576 */
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .two-image-content .inner .content .btn-main {
    /* 767 */
    margin: 0 auto;
  }
}

.logo-block {
  padding: 50px 0px 100px 0px;
}
@media (max-width: 991px) {
  .logo-block {
    /* 1200 */
    padding: 40px 0px 80px 0px;
  }
}
@media (max-width: 767px) {
  .logo-block {
    /* 767 */
    padding: 30px 0px 60px 0px;
  }
}
@media (max-width: 576px) {
  .logo-block {
    /* 576 */
    padding: 15px 0px 40px 0px;
  }
}
.logo-block span {
  text-align: center;
  display: block;
  color: #7f41c8;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px; /* 255.556% */
  letter-spacing: -0.18px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .logo-block span {
    /* 767 */
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .logo-block span {
    /* 576 */
    margin-bottom: 30px;
  }
}
.logo-block .inner {
  display: flex;
  gap: 85px;
  flex-wrap: wrap;
  justify-content: center;
}
.logo-block .inner img {
  height: 50px;
  max-width: 150px;
}
@media (max-width: 991px) {
  .logo-block .inner {
    /* 991 */
    gap: 60px;
  }
}
@media (max-width: 576px) {
  .logo-block .inner {
    /* 576 */
    gap: 25px;
  }
  .logo-block .inner img {
    height: 20px;
  }
}

.about-hero {
  background: linear-gradient(112deg, #7f41c8 47%, #d182eb 104.07%);
  padding: 210px 0px 115px 0px;
}
@media (max-width: 991px) {
  .about-hero {
    /* 991 */
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .about-hero {
    /* 767 */
    padding-bottom: 60px;
    padding-top: 175px;
  }
}
@media (max-width: 576px) {
  .about-hero {
    /* 576 */
    padding-top: 120px;
  }
}
.about-hero h1 {
  color: #fff;
  text-align: center;
  margin: 0 auto 24px auto;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .about-hero h1 {
    /* 1200 */
    font-size: 42px;
    line-height: 54px; /* 115.385% */
    letter-spacing: 1.04px;
  }
}
@media (max-width: 767px) {
  .about-hero h1 {
    /* 767 */
    font-size: 42px;
    line-height: 50px; /* 119.048% */
    letter-spacing: -0.84px;
  }
}
@media (max-width: 576px) {
  .about-hero h1 {
    /* 576 */
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -0.74px;
    margin: 0 auto 20px auto;
  }
}
.about-hero p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 160% */
  max-width: 626px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .about-hero p {
    /* 576 */
    font-size: 18px;
    line-height: 28px; /* 155.556% */
  }
}

.image-content-50-50 {
  padding: 100px 0px 50px 0px;
}
@media (max-width: 991px) {
  .image-content-50-50 {
    /* 991 */
    padding: 80px 0px 40px 0px;
  }
}
@media (max-width: 767px) {
  .image-content-50-50 {
    /* 767 */
    padding: 60px 0px 30px 0px;
  }
}
@media (max-width: 576px) {
  .image-content-50-50 {
    /* 576 */
    padding: 50px 0px 20px 0px;
  }
}
.image-content-50-50 .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  align-items: center;
}
@media (max-width: 991px) {
  .image-content-50-50 .inner {
    /* 991 */
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .image-content-50-50 .inner {
    /* 767 */
    gap: 30px;
  }
}
.image-content-50-50 .inner .image {
  border-radius: 14px;
  overflow: hidden;
}
.image-content-50-50 .inner .image img {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}
.image-content-50-50 .inner .content {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .image-content-50-50 .inner .content {
    /* 991 */
    padding-left: 0px;
  }
}
.image-content-50-50 .inner .content h3 {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .image-content-50-50 .inner .content h3 {
    /* 576 */
    margin-bottom: 15px;
  }
}
.image-content-50-50 .inner .content p {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .image-content-50-50 .inner .content p {
    /* 576 */
    margin-bottom: 20px;
  }
}
.image-content-50-50 .inner .content p:last-child {
  margin-bottom: 0px;
}
/*# sourceMappingURL=style.min.css.map */
