@charset "UTF-8";
/*
Theme Name: Paynela Theme
Theme URI: https://paynela.com
Author: Paynela
Author URI: https://paynela.com
Primary Branch: main
Version: 1.6.3.0
Tags: responsive, bootstrap, SASS
*/
html {
  scroll-behavior: smooth;
  text-rendering: geometricPrecision;
}

body {
  position: relative;
}
body.menuOpen {
  overflow: hidden;
}

a:focus {
  outline: none;
}

.aligncenter {
  display: block;
  margin: auto;
}

a {
  transition: all 0.2s ease-in-out !important;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

@media (max-width: 767.98px) {
  #wpadminbar {
    overflow: hidden;
  }
}
@media (max-width: 599.98px) {
  #wpadminbar.mobile {
    display: none;
  }
}

.white-arrow {
  display: inline-flex;
  margin-left: 0.5rem;
  margin-top: 0.25rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  background-size: cover;
  background-image: url(inc/images/arrow-right-white.svg);
}

.video-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  background-size: cover;
  height: 8rem;
  width: 8rem;
  transition: all 0.2s ease-in;
  background-repeat: no-repeat;
  background-image: url(inc/images/play.svg);
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.2));
}

.video-button-inline {
  background-size: contain;
  height: 6rem;
  width: 6rem;
  transition: all 0.2s ease-in;
  background-repeat: no-repeat;
  background-image: url(inc/images/play.svg);
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.2));
}

.chevron-right-button {
  display: inline-flex;
  margin-left: 0.5rem;
  height: 1.75rem;
  width: 1.75rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("inc/images/chevron-right-button.svg");
}

.footer {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #0E135A;
  position: relative;
  z-index: 10;
  padding: 4rem 0;
}
@media (max-width: 767.98px) {
  .footer {
    padding: 3.5rem 0;
  }
}
.footer .productLogo {
  width: 11rem;
  height: auto;
}
@media (max-width: 991.98px) {
  .footer .productLogo {
    margin-bottom: 2rem;
  }
}
.footer--copyright {
  margin-bottom: 0;
  color: #fff;
  font-size: 0.875rem;
  opacity: 0.8;
}

.custom-container {
  max-width: 1440px;
  padding: 0 2rem !important;
  position: relative;
}
@media (max-width: 599.98px) {
  .custom-container {
    padding: 0 1.25rem !important;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  width: 100%;
  padding: 3.125rem 0 1.5rem;
  z-index: 1;
}
@media (max-width: 767.98px) {
  header {
    padding: 2rem 0 1.5rem;
  }
}
@media (max-width: 575.98px) {
  header {
    padding: 2.5rem 0 1.5rem;
  }
}
header .productLogo {
  margin-top: 0rem;
  width: 15.625rem;
  height: auto;
}
@media (max-width: 575.98px) {
  header .productLogo {
    width: 10.25rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 373.98px) {
  header .productLogo {
    width: 9rem;
    margin-top: 0.8rem;
  }
}
header .contact__news__container {
  position: absolute;
  right: 2rem;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 599.98px) {
  header .contact__news__container {
    right: 1rem;
  }
}
header .contact__button, header .news__button {
  top: 0;
  padding: 1rem 2rem;
  border: none;
  color: #fff;
  border-radius: 6.25rem;
  font-size: 0.9375rem;
  line-height: 120%;
}
header .contact__button {
  background: #1756C6;
}
@media (max-width: 767.98px) {
  header .contact__button {
    height: 3rem;
    width: 3rem;
    padding: 0.75rem;
  }
}
header .contact__button:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #1756C6 0%, #05BECC 100%);
}
header .news__button {
  background: transparent;
  border: none;
  box-shadow: 0px 0px 0px 1px #1756C6 inset;
  text-decoration: none !important;
  margin-right: 1.125rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  header .news__button {
    padding: 1rem 1.125rem;
    font-weight: 700;
    margin-right: 0.75rem;
  }
}
header .news__button:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #1756C6 0%, #05BECC 100%);
  box-shadow: none;
}

body:not(.home) header {
  background: linear-gradient(180deg, #0A0D16 0%, rgba(14, 19, 90, 0) 95.49%);
  z-index: 2;
}
body.home header {
  padding: 3.75rem 0 1.5rem;
}
@media (max-width: 767.98px) {
  body.home header {
    padding: 3rem 0 1.5rem;
  }
}
@media (max-width: 575.98px) {
  body.home header {
    padding: 3.5rem 0 1.5rem;
  }
}

.super__header {
  background: #1756C6;
  padding: 0.75rem;
  color: #fff;
  position: relative;
  z-index: 3;
}
.super__header p {
  margin: 0;
  font-size: 1.375rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.super__header p a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.super__header p strong {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .super__header p {
    font-size: 1rem;
  }
}

.hero__section {
  background: linear-gradient(180deg, #0A0D16 0%, #081661 100%);
  padding: 14rem 0 10rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .hero__section {
    padding: 12.125rem 0 10rem;
  }
}
.hero__section::before {
  background: url("./inc/images/hero-bg.webp") no-repeat right top;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-size: 80%;
}
@media (max-width: 767.98px) {
  .hero__section::before {
    background: url("./inc/images/bg-mobile-hero.webp") no-repeat right top;
    background-size: 100% 100%;
  }
}
.hero__section--intro {
  padding: 6.3125rem 0 9.75rem;
  max-width: 42.1875rem;
  width: 100%;
  color: #fff;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (max-width: 1023.98px) {
  .hero__section--intro {
    max-width: 38.1875rem;
  }
}
@media (max-width: 991.98px) {
  .hero__section--intro {
    max-width: 35.1875rem;
  }
}
@media (max-width: 767.98px) {
  .hero__section--intro {
    max-width: 100%;
    padding: 0 0 2.25rem;
  }
}
.hero__section--intro--title h1 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 106%;
  margin-bottom: 0.5rem;
}
@media (max-width: 1023.98px) {
  .hero__section--intro--title h1 {
    font-size: 4rem;
  }
}
@media (max-width: 991.98px) {
  .hero__section--intro--title h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .hero__section--intro--title h1 {
    font-size: 3rem;
  }
}
@media (max-width: 575.98px) {
  .hero__section--intro--title h1 {
    font-size: 3rem;
  }
}
@media (max-width: 439.98px) {
  .hero__section--intro--title h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 373.98px) {
  .hero__section--intro--title h1 {
    font-size: 2.2rem;
  }
}
.hero__section--intro--title--slider {
  overflow: hidden;
  height: 5.6rem;
  width: 100%;
  text-align: left;
  position: relative;
  top: -0.5rem;
}
@media (max-width: 1023.98px) {
  .hero__section--intro--title--slider {
    height: 5rem;
  }
}
@media (max-width: 991.98px) {
  .hero__section--intro--title--slider {
    height: 4.5rem;
  }
}
@media (max-width: 767.98px) {
  .hero__section--intro--title--slider {
    height: 4rem;
  }
}
@media (max-width: 575.98px) {
  .hero__section--intro--title--slider {
    height: 3.8rem;
  }
}
@media (max-width: 439.98px) {
  .hero__section--intro--title--slider {
    height: 3.3rem;
  }
}
@media (max-width: 373.98px) {
  .hero__section--intro--title--slider {
    height: 2.9rem;
  }
}
.hero__section--intro--title--slider--container {
  display: flex;
  flex-direction: column;
  position: absolute;
}
.hero__section--intro--title--slider--container div {
  height: 5.6rem;
  display: flex;
  justify-content: start;
  align-items: center;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .hero__section--intro--title--slider--container div {
    height: 5rem;
  }
}
@media (max-width: 991.98px) {
  .hero__section--intro--title--slider--container div {
    height: 4.5rem;
  }
}
@media (max-width: 767.98px) {
  .hero__section--intro--title--slider--container div {
    height: 4rem;
  }
}
@media (max-width: 575.98px) {
  .hero__section--intro--title--slider--container div {
    height: 3.8rem;
  }
}
@media (max-width: 439.98px) {
  .hero__section--intro--title--slider--container div {
    height: 3.3rem;
  }
}
@media (max-width: 373.98px) {
  .hero__section--intro--title--slider--container div {
    height: 2.9rem;
  }
}
.hero__section--intro--description {
  font-weight: 400;
  line-height: 140%;
  font-size: 1.375rem;
}
@media (max-width: 1023.98px) {
  .hero__section--intro--description {
    font-size: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  .hero__section--intro--description {
    font-size: 1.125rem;
  }
}
@media (max-width: 439.98px) {
  .hero__section--intro--description {
    font-size: 1rem;
  }
}
.hero__section--video {
  position: absolute;
  right: 7%;
  top: 45%;
  transform: translate(35%, -50%);
}
@media (max-width: 1023.98px) {
  .hero__section--video {
    right: 0%;
  }
}
@media (max-width: 767.98px) {
  .hero__section--video {
    position: static;
    transform: none;
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .hero__section--video {
    position: static;
    transform: none;
    margin-left: 0%;
  }
}
.hero__section--video video {
  max-width: 90%;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .hero__section--video video {
    max-width: 100%;
    transform: scale(1.5);
  }
}
@media (max-width: 575.98px) {
  .hero__section--video video {
    transform: scale(2);
  }
}
.hero__section--marquee {
  padding: 3rem 0;
  background: linear-gradient(90deg, rgba(5, 190, 204, 0.7019607843) 0%, rgba(179, 18, 219, 0.7019607843) 100%) no-repeat;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (max-width: 767.98px) {
  .hero__section--marquee {
    padding: 2.5rem 0;
  }
}
.hero__section--marquee--inner {
  display: flex;
  gap: 1.5rem;
  min-width: 200%;
  animation: marquee 12s linear infinite;
}
.hero__section--marquee--inner span {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  line-height: 106%;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .hero__section--marquee--inner span {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}
.hero__section--marquee--inner--seperator {
  color: #05BECC !important;
  font-weight: 300 !important;
}

/* Animation */
@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.backgroundWrap {
  position: relative;
  background: linear-gradient(180deg, #0A0D16 0%, #081661 100%);
}

.experienced__leaders {
  background: linear-gradient(180deg, #1756C6 0%, #05BECC 100%);
  padding: 4rem 0 6rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (max-width: 767.98px) {
  .experienced__leaders {
    padding: 4rem 0 2rem;
  }
}
.experienced__leaders--intro {
  color: #fff;
}
.experienced__leaders--intro h2 {
  max-width: 50rem;
  width: 100%;
  margin: auto;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .experienced__leaders--intro h2 {
    font-size: 2.375rem;
    max-width: 38rem;
  }
}
@media (max-width: 767.98px) {
  .experienced__leaders--intro h2 {
    font-size: 2rem;
    max-width: 38rem;
  }
}
.experienced__leaders--intro p {
  max-width: 60rem;
  width: 100%;
  margin: auto;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 991.98px) {
  .experienced__leaders--intro p {
    font-size: 1rem;
  }
}
.experienced__leaders--members {
  margin: auto;
  margin-top: 3.5rem;
  max-width: 60rem;
  gap: 2.5rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .experienced__leaders--members {
    gap: 2rem;
  }
}
@media (max-width: 575.98px) {
  .experienced__leaders--members {
    max-width: 20rem;
  }
}
.experienced__leaders--members--item {
  color: #fff;
}
.experienced__leaders--members--item--image {
  filter: grayscale(1);
  max-width: 12.1875rem;
  width: 100%;
  height: auto;
}
.experienced__leaders--members--item--name {
  font-size: 1.1875rem;
  font-weight: 300;
  line-height: 120%;
  margin-top: 0.75rem;
}
@media (max-width: 991.98px) {
  .experienced__leaders--members--item--name {
    font-size: 1rem;
  }
}
.experienced__leaders--members--item--designation {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 120%;
}
.experienced__leaders--cta {
  max-width: 67.75rem;
  width: 100%;
  margin: auto;
  margin-top: 6.5rem;
  padding: 6rem 4rem 4rem;
  background-color: #fff;
  border-radius: 1.5rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (max-width: 991.98px) {
  .experienced__leaders--cta {
    padding: 6rem 2rem 4rem;
  }
}
@media (max-width: 767.98px) {
  .experienced__leaders--cta {
    padding: 3rem 1.25rem 2rem;
  }
}
.experienced__leaders--cta h4 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 120%;
  color: #1756C6;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .experienced__leaders--cta h4 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.experienced__leaders--cta--button {
  display: inline-block;
  padding: 0.9rem 1rem;
  background: linear-gradient(to bottom, #1756C6, #104BB5); /* Adjust gradient colors */
  color: white;
  font-size: 1rem;
  line-height: 120%;
  font-weight: bold;
  border: 1px solid #2C70E8;
  border-radius: 0.25rem;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  gap: 0.625rem;
  width: 7.5rem;
  height: 3.125rem;
}
.experienced__leaders--cta--button::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -1px;
  width: 12px;
  height: 12px;
  background: white;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.experienced__leaders--cta--button::before {
  content: "";
  position: absolute;
  background: #2c70e8;
  right: 4px;
  width: 1px;
  height: 15px;
  bottom: -3px;
  z-index: 2;
  transform: rotate(45deg);
}
.experienced__leaders--cta--button:hover {
  background: linear-gradient(90deg, #1756C6 0%, #05BECC 100%);
  border: none;
  width: 7.5rem;
  height: 3.125rem;
  padding: 0.9rem 1.068rem;
}
.experienced__leaders--cta--button:hover::before {
  display: none;
}
.experienced__leaders--cta--button:hover::after {
  right: 0;
}

.introducing__nelacare {
  background: linear-gradient(270deg, #081661 0%, #081763 100%);
  padding: 8rem 0 0rem;
  position: relative;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
  margin-top: -2px;
}
@media (max-width: 991.98px) {
  .introducing__nelacare {
    padding: 6rem 0 0;
  }
}
@media (max-width: 575.98px) {
  .introducing__nelacare {
    padding: 2.5rem 0 0;
    background: linear-gradient(180deg, #0E135A 0%, #000000 100%);
  }
}
.introducing__nelacare::before {
  content: "";
  background: url(./inc/images/ellipse.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 35.375rem;
  width: 17.6875rem;
  background-size: contain;
}
.introducing__nelacare--intro {
  padding-bottom: 14.75rem;
}
@media (max-width: 991.98px) {
  .introducing__nelacare--intro {
    padding-bottom: 8.25rem;
  }
}
@media (max-width: 767.98px) {
  .introducing__nelacare--intro {
    padding-bottom: 5rem;
  }
}
.introducing__nelacare--intro--content {
  max-width: 32rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .introducing__nelacare--intro--content {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.introducing__nelacare--intro--content h2 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .introducing__nelacare--intro--content h2 {
    font-size: 2.375rem;
  }
  .introducing__nelacare--intro--content h2 br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .introducing__nelacare--intro--content h2 {
    font-size: 2rem;
  }
}
.introducing__nelacare--intro--content p {
  font-size: 1.1875rem;
  line-height: 140%;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .introducing__nelacare--intro--content p {
    font-size: 1rem;
  }
}
.introducing__nelacare--intro--accordion {
  color: #fff;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.introducing__nelacare--intro--accordion--item {
  background: transparent !important;
  border: none !important;
  position: relative;
  padding: 1.5rem 2.5rem !important;
}
.introducing__nelacare--intro--accordion--item.active-parent {
  background: rgba(23, 86, 198, 0.08) !important;
}
.introducing__nelacare--intro--accordion--item--button {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.introducing__nelacare--intro--accordion--item--button::after {
  background-image: url('data:image/svg+xml,<svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.0211 9.65574C16.3833 9.65574 16.6769 9.36215 16.6769 9C16.6769 8.63784 16.3833 8.34426 16.0211 8.34426H9.26767V1.59081C9.26767 1.22865 8.97409 0.935068 8.61194 0.935068C8.24978 0.935068 7.9562 1.22865 7.9562 1.59081V8.34426H1.20274C0.84059 8.34426 0.547006 8.63784 0.547006 9C0.547006 9.36215 0.84059 9.65574 1.20274 9.65574H7.9562V16.4092C7.9562 16.7713 8.24978 17.0649 8.61194 17.0649C8.97409 17.0649 9.26767 16.7713 9.26767 16.4092V9.65574H16.0211Z" fill="%231756C6"/></svg>') !important;
}
.introducing__nelacare--intro--accordion--item--button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="17" height="2" viewBox="0 0 17 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.7286 0.999998C16.7286 1.36215 16.435 1.65574 16.0729 1.65574H1.2545C0.892348 1.65574 0.598764 1.36215 0.598764 0.999998C0.598764 0.637845 0.892347 0.344261 1.2545 0.344261H16.0729C16.435 0.344261 16.7286 0.637845 16.7286 0.999998Z" fill="%231756C6"/></svg>') !important;
  position: relative;
  top: -0.5rem;
}
.introducing__nelacare--intro--accordion--item--button--title {
  color: #fff;
}
.introducing__nelacare--intro--accordion--item--button--title--eyebrow {
  color: #A8ADF2;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.25rem;
  line-height: 140%;
}
.introducing__nelacare--intro--accordion--item--button--title h5 {
  font-size: 1.875rem;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 0;
}
.introducing__nelacare--intro--accordion--item--body {
  padding: 0 !important;
  color: #fff;
  padding: 1rem 0 !important;
  font-size: 0.9375rem;
  font-weight: 300;
}
.introducing__nelacare--intro--accordion--item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  /* Border thickness */
  background: linear-gradient(to right, #1756C6 0%, #0E135A 100%);
}
.introducing__nelacare--nelagaurd {
  color: #fff;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.introducing__nelacare--nelagaurd--intro {
  max-width: 62.375rem;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 1.5rem;
}
.introducing__nelacare--nelagaurd--intro--title h2 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .introducing__nelacare--nelagaurd--intro--title h2 {
    font-size: 2.375rem;
  }
}
@media (max-width: 767.98px) {
  .introducing__nelacare--nelagaurd--intro--title h2 {
    font-size: 2rem;
  }
}
.introducing__nelacare--nelagaurd--intro--title img {
  width: 2.5rem;
  height: auto;
  position: relative;
  top: -0.5rem;
}
@media (max-width: 767.98px) {
  .introducing__nelacare--nelagaurd--intro--title img {
    display: none;
  }
}
.introducing__nelacare--nelagaurd--intro--description {
  font-size: 1.1875rem;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 991.98px) {
  .introducing__nelacare--nelagaurd--intro--description {
    font-size: 1rem;
  }
}
.introducing__nelacare--nelagaurd--products-section {
  position: relative;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.introducing__nelacare--nelagaurd--products-section img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .introducing__nelacare--nelagaurd--products-section img {
    max-width: 100%;
    margin: auto;
    height: auto;
  }
}
.introducing__nelacare--nelagaurd--products-section--products {
  max-width: 40rem;
  width: 100%;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .introducing__nelacare--nelagaurd--products-section--products {
    max-width: 36rem;
  }
}
@media (max-width: 767.98px) {
  .introducing__nelacare--nelagaurd--products-section--products {
    max-width: 28rem;
  }
}
@media (max-width: 575.98px) {
  .introducing__nelacare--nelagaurd--products-section--products {
    position: static;
    transform: none;
    padding: 2.5rem 0 2.625rem;
    background: url("./inc/images/lighting-mobile.webp") no-repeat center center;
    background-size: cover;
  }
}
.introducing__nelacare--nelagaurd--products-section--products--item {
  max-width: 11.6875rem;
  width: 100%;
  padding: 5.25rem 1rem;
  background: url("./inc/images/product-bg.webp") no-repeat center center;
  background-size: contain;
  text-align: center;
}
@media (max-width: 991.98px) {
  .introducing__nelacare--nelagaurd--products-section--products--item {
    max-width: 10rem;
  }
}
@media (max-width: 767.98px) {
  .introducing__nelacare--nelagaurd--products-section--products--item {
    max-width: 8rem;
  }
}
@media (max-width: 575.98px) {
  .introducing__nelacare--nelagaurd--products-section--products--item {
    background: #0E135A;
    padding: 0;
    max-width: calc(100% - 3rem);
    margin: auto;
    margin-bottom: 1.25rem;
    position: relative;
    border-radius: 1.5rem;
    z-index: 1;
    position: relative;
  }
  .introducing__nelacare--nelagaurd--products-section--products--item::before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    content: "";
    background: linear-gradient(270deg, #05BECC 0%, #B312DB 35%, #0E135A 100%);
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: -1;
    border-radius: inherit;
  }
  .introducing__nelacare--nelagaurd--products-section--products--item::after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    content: "";
    background: url("./inc/images/product-bg-pink.webp") no-repeat center center;
    position: absolute;
    left: 0px;
    top: -30%;
    z-index: -1;
    border-radius: inherit;
    background-size: cover;
  }
}
.introducing__nelacare--nelagaurd--products-section--products--item h6 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .introducing__nelacare--nelagaurd--products-section--products--item h6 {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .introducing__nelacare--nelagaurd--products-section--products--item h6 {
    font-size: 1.25rem;
    background: #000000;
    border-radius: inherit;
    padding: 1.75rem 3.375rem;
  }
}

.nelanews__homepage {
  background: linear-gradient(270deg, #081661 0%, #081763 100%);
}
.nelanews__homepage--titleSection {
  padding: 5.5rem 0 0;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (max-width: 991.98px) {
  .nelanews__homepage--titleSection {
    padding-top: 4rem;
  }
}
.nelanews__homepage--titleSection h2 {
  color: #fff;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: calc(1.4125rem + 1.95vw);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .nelanews__homepage--titleSection h2 {
    font-size: 2.875rem;
  }
}
.nelanews__homepage--titleSection h2 strong {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .nelanews__homepage--titleSection h2 {
    font-size: 2rem;
  }
}
.nelanews__homepage--titleSection a {
  color: #FFF;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: underline;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.nelanews__homepage--postSection {
  padding: 4rem 0 0;
}
.nelanews--item {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin-bottom:8rem
}
.nelanews--item--image {
  margin-right: 1rem;
}
@media (max-width: 767.98px) {
.nelanews--item {
	margin-bottom:4rem
	}
  .nelanews--item--image {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.nelanews--item--image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.nelanews--item--content {
  margin-left: 1rem;
}
@media (max-width: 767.98px) {
  .nelanews--item--content {
    margin-left: 0;
  }
}
.nelanews--item--content--date {
  color: #05BECC;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 0.25rem;
}
.nelanews--item--content--date--terms {
  display: none;
}
.nelanews--item--content--title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .nelanews--item--content--title {
    margin-bottom: 1rem;
  }
}
.nelanews--item--content--title h3 {
  color: #fff;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .nelanews--item--content--title h3 {
    font-size: 1.675rem;
  }
}
@media (max-width: 767.98px) {
  .nelanews--item--content--title h3 {
    margin-top: 1rem;
    font-size: 1.475rem;
  }
}
@media (max-width: 575.98px) {
  .nelanews--item--content--title h3 {
    font-size: 1.275rem;
  }
}
.nelanews--item--content--readmore a {
  display: inline-flex;
  gap: 0.62rem;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  align-items: center;
}
.nelanews__archive {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.nelanews__archive--hero {
  background: linear-gradient(270deg, #081661 0%, #081763 100%);
  position: relative;
  z-index: 1;
  padding: 14.25rem 0 10rem;
  background: linear-gradient(270deg, #081661 0%, #081763 100%);
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .nelanews__archive--hero {
    padding: 12.25rem 0 4rem;
  }
}
@media (max-width: 767.98px) {
  .nelanews__archive--hero {
    padding: 10.25rem 0 3rem;
  }
}
@media (max-width: 575.98px) {
  .nelanews__archive--hero {
    padding: 8.25rem 0 2rem;
  }
}
.nelanews__archive--hero::after {
  position: absolute;
  background: url("./inc/images/hero-bg-inner.webp") no-repeat;
  top: 0;
  right: 0;
  height: 50rem;
  width: 50rem;
  z-index: 0;
  content: "";
  background-position: top right;
  background-size: contain;
}
.nelanews__archive--hero h1 {
  color: #fff;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%;
  margin-bottom: 4rem;
}
@media (max-width: 1023.98px) {
  .nelanews__archive--hero h1 {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991.98px) {
  .nelanews__archive--hero h1 {
    font-size: 3.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .nelanews__archive--hero h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 575.98px) {
  .nelanews__archive--hero h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 439.98px) {
  .nelanews__archive--hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 373.98px) {
  .nelanews__archive--hero h1 {
    font-size: 2.2rem;
  }
}
.nelanews__archive--hero .nelanews--item {
  padding: 0;
  border-top: none;
}
.nelanews__archive--hero .nelanews--item:last-of-type {
  border-bottom: 0 !important;
}
.nelanews__archive--hero .nelanews--item--content--date {
  display: flex;
  gap: 1rem;
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  align-items: center;
}
.nelanews__archive--hero .nelanews--item--content--date .nelanews--item--content--date--terms {
  display: block;
  padding: 0.5rem 0.75rem;
  background: #1756C6;
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 6.25rem;
  position: relative;
  order: 0;
}
.nelanews__archive--hero .nelanews--item--content--date::after {
  content: "•";
  order: 1;
}
.nelanews__archive--hero .nelanews--item--content--date div:last-of-type {
  order: 2;
}
.nelanews__archive--hero .nelanews--item--content--title h3 {
  color: #fff !important;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 991.98px) {
  .nelanews__archive--hero .nelanews--item--content--title h3 {
    font-size: 1.675rem;
  }
}
@media (max-width: 767.98px) {
  .nelanews__archive--hero .nelanews--item--content--title h3 {
    margin-top: 1rem;
    font-size: 1.475rem;
  }
}
@media (max-width: 575.98px) {
  .nelanews__archive--hero .nelanews--item--content--title h3 {
    font-size: 1.275rem;
  }
}
.nelanews__archive--hero .nelanews--item--content--readmore a {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: underline;
}
.nelanews__archive--hero .nelanews--item--content--readmore a svg path {
  stroke: #05BECC;
}
.nelanews__archive--sep {
  background: #081763;
}
.nelanews__archive--sep hr {
  border-color: #1756C6;
  margin: 0;
  opacity: 1;
}
.nelanews__archive--filterSection {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
.nelanews__archive--filterSection .dropdown button {
  border-radius: 6.25rem;
  border: 1px solid #1756C6;
  background: none !important;
  padding: 0.75rem 1.5rem;
  color: #0E135A !important;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.nelanews__archive--filterSection .dropdown button::after {
  display: none;
}
.nelanews__archive--filterSection .dropdown button.show {
  background: #1756C6 !important;
  color: #fff !important;
}
.nelanews__archive--filterSection .dropdown button.show svg path {
  stroke: #fff !important;
}
.nelanews__archive--filterSection .dropdown button.show::after {
  display: none !important;
}
.nelanews__archive--postSection .nelanews--item {
  padding: 4rem 0 4rem;
  border-top: 1px solid rgba(14, 19, 90, 0.1);
}
.nelanews__archive--postSection .nelanews--item:last-of-type {
  border-bottom: 0 !important;
}
.nelanews__archive--postSection .nelanews--item--date {
  display: flex;
  gap: 1rem;
  color: #1756C6;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  align-items: center;
}
.nelanews__archive--postSection .nelanews--item--date .nelanews--item--content--date--terms {
  display: block;
  padding: 0.5rem 0.75rem;
  background: #1756C6;
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 6.25rem;
  position: relative;
  order: 0;
}
.nelanews__archive--postSection .nelanews--item--date::after {
  content: "•";
  order: 1;
}
.nelanews__archive--postSection .nelanews--item--date div:last-of-type {
  order: 2;
}
.nelanews__archive--postSection .nelanews--item--content--title h3 {
  color: #0E135A !important;
  font-size: 2.3125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 991.98px) {
  .nelanews__archive--postSection .nelanews--item--content--title h3 {
    font-size: 1.675rem;
  }
}
@media (max-width: 767.98px) {
  .nelanews__archive--postSection .nelanews--item--content--title h3 {
    margin-top: 1rem;
    font-size: 1.475rem;
  }
}
@media (max-width: 575.98px) {
  .nelanews__archive--postSection .nelanews--item--content--title h3 {
    font-size: 1.275rem;
  }
}
.nelanews__archive--postSection .nelanews--item--content--readmore a {
  color: #0E135A;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: underline;
}
.nelanews__inner {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.nelanews__inner--hero {
  padding: 14.25rem 0 4rem;
  background: linear-gradient(270deg, #081661 0%, #081763 100%);
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .nelanews__inner--hero {
    padding: 12.25rem 0 4rem;
  }
}
@media (max-width: 767.98px) {
  .nelanews__inner--hero {
    padding: 10.25rem 0 3rem;
  }
}
@media (max-width: 575.98px) {
  .nelanews__inner--hero {
    padding: 8.25rem 0 2rem;
  }
}
.nelanews__inner--hero::after {
  position: absolute;
  background: url("./inc/images/hero-bg-inner.webp") no-repeat;
  top: 0;
  right: 0;
  height: 50rem;
  width: 50rem;
  z-index: 0;
  content: "";
  background-position: top right;
  background-size: contain;
}
.nelanews__inner--hero h1 {
  color: #fff;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%;
  margin-bottom: 4rem;
}
@media (max-width: 1023.98px) {
  .nelanews__inner--hero h1 {
    font-size: 4rem;
  }
}
@media (max-width: 991.98px) {
  .nelanews__inner--hero h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .nelanews__inner--hero h1 {
    font-size: 3rem;
  }
}
@media (max-width: 575.98px) {
  .nelanews__inner--hero h1 {
    font-size: 3rem;
  }
}
@media (max-width: 439.98px) {
  .nelanews__inner--hero h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 373.98px) {
  .nelanews__inner--hero h1 {
    font-size: 2.2rem;
  }
}
.nelanews__inner--hero .nelanews--item {
  padding: 0rem;
  border-top: none;
}
.nelanews__inner--hero .nelanews--item:last-of-type {
  border-bottom: 0 !important;
}
.nelanews__inner--hero .nelanews--item--content {
  margin-left: 0;
}
.nelanews__inner--hero .nelanews--item--content--date {
  display: flex;
  gap: 1rem;
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  align-items: center;
}
.nelanews__inner--hero .nelanews--item--content--date .nelanews--item--content--date--terms {
  display: block;
  padding: 0.5rem 0.75rem;
  background: #1756C6;
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 6.25rem;
  position: relative;
  order: 0;
}
.nelanews__inner--hero .nelanews--item--content--date::after {
  content: "•";
  order: 1;
}
.nelanews__inner--hero .nelanews--item--content--date div:last-of-type {
  order: 2;
}
.nelanews__inner--hero .nelanews--item--content--title h2 {
  color: #fff !important;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 992px) {
  .nelanews__inner--hero .nelanews--item--content--title h2 {
    max-width: 80%;
  }
}
.nelanews__inner--content {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 4rem 0;
}
.nelanews__inner--content p {
  font-size: 1.15rem;
  line-height: 120%;
  color: #0E135A;
}
.nelanews__inner--content p:last-of-type {
  margin-bottom: 0;
}

.post-type-archive footer {
  background: #081763;
}

.modal {
  color: #fff;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.modal-backdrop.show {
  opacity: 0.8 !important;
}
.modal-content {
  border-radius: 1.5rem;
  background-color: #0E135A;
  padding: 4rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .modal-content {
    padding: 3rem;
  }
}
@media (max-width: 767.98px) {
  .modal-content {
    padding: 1.5rem;
  }
}
.modal-title {
  font-size: 3rem;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .modal-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.modal-close {
  padding: 0.865625rem;
  border-radius: 100%;
  background: #1756C6;
  position: absolute;
  right: -1rem;
  top: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  z-index: 1;
}
.modal-close:hover {
  background: linear-gradient(90deg, #1756C6 0%, #05BECC 100%);
  opacity: 1;
}

.wpforms-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.wpforms-container .wpforms-confirmation-container-full {
  background: none !important;
  border: none !important;
}
.wpforms-container .wpforms-confirmation-container-full h4 {
  font-size: 2.25rem;
  color: #fff;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  margin: 0 !important;
  margin-bottom: 1.25rem !important;
}
.wpforms-container .wpforms-confirmation-container-full p {
  color: #fff !important;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-weight: 400;
  margin-bottom: 0 !important;
  font-size: 1.375rem !important;
}
.wpforms-field {
  padding: 0 !important;
  text-align: left;
}
.wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.wpforms-field-select {
  width: 100% !important;
}
.wpforms-field-select .choices::after {
  background: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 6L11 1" stroke="%231756C6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center !important;
  border: none !important;
  width: 0.75rem !important;
  height: 0.4375rem !important;
  right: 2rem !important;
}
.wpforms-field-select .choices.is-open::after {
  background: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6L6 1L11 6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center !important;
  margin-top: -2.5px !important;
}
.wpforms-field-select .choices__inner {
  background: rgba(23, 86, 198, 0.2) !important;
  padding: 0 !important;
}
.wpforms-field-select .choices__list {
  padding: 0.875rem 0.75rem 0.75rem !important;
}
.wpforms-field-select .choices__list--dropdown {
  padding: 0 !important;
  border: none !important;
}
.wpforms-field-select .choices__list--dropdown .choices__list {
  padding: 0 !important;
}
.wpforms-field-select .choices__item {
  opacity: 1 !important;
  line-height: 170% !important;
  font-size: 0.875rem !important;
}
.wpforms-field-select .choices__item--selectable {
  color: #fff !important;
}
.wpforms-field-select .choices__item--choice {
  color: #333 !important;
  padding: 0.625rem 0.75rem !important;
  border-bottom: 1px solid rgba(23, 86, 198, 0.2) !important;
}
.wpforms-field-select .choices__item--choice.is-highlighted {
  color: #fff !important;
}
.wpforms-field-text, .wpforms-field-email {
  max-width: calc(50% - 1rem) !important;
  width: 100% !important;
}
@media (max-width: 767.98px) {
  .wpforms-field-text, .wpforms-field-email {
    max-width: 100% !important;
  }
}
.wpforms-field-text input, .wpforms-field-email input {
  max-width: 100% !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(23, 86, 198, 0.2) !important;
  padding: 0.875rem 0.75rem 0.75rem !important;
  line-height: 170% !important;
  color: #fff !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-size: 0.875rem !important;
}
.wpforms-field-text input::placeholder, .wpforms-field-email input::placeholder {
  color: #fff !important;
  font-size: 0.875rem;
  opacity: 1 !important;
  line-height: 170%;
}
.wpforms-submit-container {
  margin-top: 0 !important;
}
.wpforms-submit {
  margin-top: 2.5rem !important;
  display: inline-block;
  padding: 1rem 2.25rem 1rem 1rem !important;
  background: linear-gradient(to bottom, #1756C6, #104BB5) !important;
  color: white;
  font-size: 1rem !important;
  font-weight: bold;
  border: 1px solid #2C70E8 !important;
  border-radius: 0.25rem;
  position: relative;
  text-decoration: none;
  font-weight: 400 !important;
  gap: 0.625rem;
  width: 6rem !important;
  height: 3.125rem !important;
  transition: none !important;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 90% 100%, 0 100%);
}
.wpforms-submit::after {
  background: url('data:image/svg+xml,<svg width="10" height="11" viewBox="0 0 10 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 9.5L9 1.5M9 1.5H1M9 1.5V9.5" stroke="white" stroke-width="1.5"></path></svg>') no-repeat center center;
  content: "";
  position: absolute;
  right: 1rem;
  height: 11px;
  width: 10px;
  top: 42%;
}
.wpforms-submit::before {
  content: "";
  position: absolute;
  background: #2c70e8;
  right: 4px;
  width: 1px;
  height: 16px;
  bottom: -4px;
  z-index: 2;
  transform: rotate(44deg);
}
.wpforms-submit:hover {
  background: linear-gradient(90deg, #1756C6 0%, #05BECC 100%) !important;
  width: 6rem;
  height: 3.125rem !important;
  border: none !important;
}
.wpforms-submit:hover::before {
  opacity: 0;
}
.wpforms-submit:hover::after {
  top: 43%;
  right: calc(1rem + 1px);
}
.home .nelanews--item{
	margin-bottom:0
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:before {
  display: none !important;
}/*# sourceMappingURL=style.css.map */