@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);
@font-face {
  font-family: "Styrene-A";
  src: url("/fonts/StyreneA-Light-Web.woff2") format("woff2"), url("/fonts/StyreneA-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Styrene-A";
  src: url("/fonts/StyreneA-Regular-Web.woff2") format("woff2"), url("/fonts/StyreneA-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Styrene-A";
  src: url("/fonts/StyreneA-Medium-Web.woff2") format("woff2"), url("/fonts/StyreneA-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Styrene-A";
  src: url("/fonts/StyreneA-Bold-Web.woff2") format("woff2"), url("/fonts/StyreneA-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Styrene-A";
  src: url("/fonts/StyreneA-Light-Web.woff2") format("woff2"), url("/fonts/StyreneA-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Styrene-A";
  src: url("/fonts/StyreneA-Regular-Web.woff2") format("woff2"), url("/fonts/StyreneA-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Styrene-A";
  src: url("/fonts/StyreneA-Medium-Web.woff2") format("woff2"), url("/fonts/StyreneA-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Styrene-A";
  src: url("/fonts/StyreneA-Bold-Web.woff2") format("woff2"), url("/fonts/StyreneA-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}

.cntnr {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cntnr.cntnr-full {
  max-width: 100%;
}
.cntnr.navbar-cntnr {
  max-width: 1400px;
}
@media (max-width: 1439px) {
  .cntnr.navbar-cntnr {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .cntnr.navbar-cntnr {
    max-width: 100%;
  }
}
@media (max-width: 1439px) {
  .cntnr {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .cntnr {
    max-width: 992px;
  }
}
@media (max-width: 991px) {
  .cntnr {
    max-width: 100%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
}

p {
  font-family: "Styrene-A", arial, sans-serif;
}

a {
  font-family: "Styrene-A", arial, sans-serif;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #0F0F0F;
  font-weight: normal;
}

img {
  max-width: 100%;
}

.title-1 {
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.125rem;
  letter-spacing: -0.01563rem;
  font-family: "Styrene-A", arial, sans-serif;
}
@media (max-width: 1439px) {
  .title-1 {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 767px) {
  .title-1 {
    line-height: 2.75rem;
    font-size: 2rem;
  }
}

.title-2 {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.125rem;
  font-family: "Styrene-A", arial, sans-serif;
}
@media (max-width: 1439px) {
  .title-2 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 767px) {
  .title-2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.title-3 {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem;
  font-family: "Styrene-A", arial, sans-serif;
}

.rich-text {
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.rich-text.text-center {
  text-align: center;
  margin-bottom: 0 !important;
}

.error-text {
  display: none;
  color: #FF0000 !important;
  font-size: 0.875rem !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
}
.error-text.white-error-text {
  color: #FFFFFF !important;
}

.button-solid {
  position: relative;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  background: #2471D6;
  border: 1px solid #2471D6;
  border-radius: 6.25rem;
  padding: 0.8rem 1.5rem;
  line-height: 1.375rem;
  letter-spacing: 0.00938rem;
  min-width: 6.5rem;
  transition: all 450ms ease;
}
.button-solid:hover {
  color: #FFFFFF;
  background: #2471D6;
  font-weight: 500;
  opacity: 0.5;
}
.button-solid:hover, .button-solid:active, .button-solid:focus {
  font-weight: 500;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .button-solid {
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}
.button-solid.icon-button {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000;
}
.button-solid.icon-button .icon {
  position: relative;
  display: inline-block;
  background-image: url(/assets/image/new-ui/icons/arrow-forward.svg);
  width: 1.75rem;
  height: 1.75rem;
  top: 8px;
  margin-left: 0.5rem;
}

.button-outline {
  position: relative;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6.25rem;
  padding: 0.8rem 1.5rem;
  line-height: 1.375rem;
  letter-spacing: 0.00938rem;
  transition: all 450ms ease;
}
.button-outline:hover {
  color: #FFFFFF;
  background: transparent;
  font-weight: 500;
  opacity: 0.5;
}
.button-outline:hover, .button-outline:active, .button-outline:focus {
  font-weight: 500;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .button-outline {
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

.btn-rounded {
  font-size: 1.125rem;
  color: #0F0F0F;
  background: #FFFFFF;
  border: 2px solid #0F0F0F;
  border-radius: 80rem;
  display: inline-block;
  height: 2.375rem;
  padding: 0.25rem 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Styrene-A", arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}
.btn-rounded:hover {
  transition: all 450ms ease-in-out;
  opacity: 0.5;
  font-weight: 500;
}

/* ++++++++++++++++++++++++++++++++ */
/* COMMON Components STYLES - START */
/* ++++++++++++++++++++++++++++++++ */
.appland-page {
  position: relative;
  display: block;
}
.appland-page:before, .appland-page:after {
  display: none;
}

.navbar {
  background: #101E30;
  display: flex;
  align-items: center;
  height: 6.25rem;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.5);
}
.navbar.navbar-fixed-top {
  z-index: 1010;
}
.navbar .navbar-cntnr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.navbar .navbar-cntnr .navbar-left {
  width: 17.5rem;
}
@media (max-width: 991px) {
  .navbar .navbar-cntnr .navbar-left {
    width: 100%;
  }
}
.navbar .navbar-cntnr .navbar-left .brand-logo {
  position: relative;
  display: block;
  z-index: 5;
}
.navbar .navbar-cntnr .navbar-left .brand-logo img {
  width: auto;
  height: auto;
  height: 100%;
  max-height: 1.5rem;
}
@media (max-width: 767px) {
  .navbar .navbar-cntnr .navbar-left .brand-logo img {
    max-height: 1.3rem;
  }
}
.navbar .navbar-cntnr .navbar-left .brand-logo img + img {
  display: none;
}
.navbar .navbar-cntnr .navbar-left .menu-toggle {
  position: relative;
  z-index: 5;
  display: none;
  border: 0;
  background: transparent;
}
.navbar .navbar-cntnr .navbar-left .menu-toggle i {
  transition: all 350ms ease;
  font-size: 1.5rem;
}
.navbar .navbar-cntnr .navbar-left .menu-toggle i.lnr-menu {
  display: block;
}
.navbar .navbar-cntnr .navbar-left .menu-toggle i.lnr-cross {
  display: none;
}
.navbar .navbar-cntnr .navbar-left .menu-toggle.active i.lnr-menu {
  display: none;
}
.navbar .navbar-cntnr .navbar-left .menu-toggle.active i.lnr-cross {
  display: block;
}
@media (max-width: 991px) {
  .navbar .navbar-cntnr .navbar-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar .navbar-cntnr .navbar-left .menu-toggle {
    display: block;
  }
}
.navbar .navbar-cntnr .navbar-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 1rem;
}
.navbar .navbar-cntnr .navbar-right .list-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .navbar .navbar-cntnr .navbar-right .list-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-cntnr .navbar-right {
    margin-right: 0;
    float: none;
  }
}
.navbar .navbar-cntnr .navbar-right .menu-links {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
}
.navbar .navbar-cntnr .navbar-right .menu-links li {
  margin: 0 0.8rem;
}
.navbar .navbar-cntnr .navbar-right .menu-links li a {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  font-style: normal;
  padding: 0.75rem 0;
  transition: all 350ms ease-in-out;
}
.navbar .navbar-cntnr .navbar-right .menu-links li a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
@media (max-width: 1439px) {
  .navbar .navbar-cntnr .navbar-right .menu-links li a {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-cntnr .navbar-right .menu-links li a {
    font-size: 1.125rem;
  }
}
.navbar .navbar-cntnr .navbar-right .menu-links li.current_page_item a {
  color: rgb(255, 255, 255);
}
.navbar .navbar-cntnr .navbar-right .menu-links li .fa-info-circle.blue {
  color: #2471D6;
}
.navbar .navbar-cntnr .navbar-right .user-auth-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.navbar .navbar-cntnr .navbar-right .user-auth-btn .button-solid {
  min-width: 7rem;
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.navbar .navbar-cntnr .navbar-right .user-auth-btn .button-outline {
  font-size: 1rem;
}
.navbar .navbar-cntnr .navbar-right .user-auth-btn .d-p-link {
  width: 100px;
}
.navbar .navbar-cntnr .navbar-right .user-auth-btn .d-p-link .l1 {
  position: absolute;
  top: -40px;
}
.navbar .navbar-cntnr .navbar-right .user-auth-btn .d-p-link .l2 {
  position: absolute;
  bottom: -8px;
  font-size: 10px;
  text-align: center;
  line-height: 10px;
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
}
.navbar .navbar-cntnr .navbar-right .user-auth-btn .banner_btn {
  margin-top: 0;
}
.navbar .navbar-cntnr .navbar-right .user-auth-btn .banner_btn.btn-login {
  font-size: 1.125rem;
  color: #0F0F0F;
  background: #FFFFFF;
  border: 2px solid #0F0F0F;
  border-radius: 80rem;
  display: inline-block;
  height: 2.375rem;
  padding: 0.25rem 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Styrene-A", arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}
.navbar .navbar-cntnr .navbar-right .user-auth-btn .banner_btn.btn-login:hover {
  transition: all 450ms ease;
  opacity: 0.5;
}
.navbar .navbar-cntnr .navbar-right .user-auth-btn .banner_btn.btn-signup {
  font-size: 1.125rem;
  color: #FFFFFF;
  background: #0F0F0F;
  border: 2px solid #0F0F0F;
  border-radius: 80rem;
  display: inline-block;
  height: 2.375rem;
  padding: 0.25rem 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Styrene-A", arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}
.navbar .navbar-cntnr .navbar-right .user-auth-btn .banner_btn.btn-signup:hover {
  transition: all 450ms ease;
  opacity: 0.5;
}
.navbar .navbar-cntnr .navbar-right .user-auth-btn .banner_btn.btn-logout {
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
  font-family: "Styrene-A", arial, sans-serif;
  font-weight: 400;
  min-width: 6rem;
}
.navbar .navbar-cntnr .navbar-right .user-auth-btn .banner_btn.btn-logout:hover {
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.navbar .navbar-cntnr .navbar-right .user-auth-btn .banner_btn.btn-logout small {
  display: block;
  line-height: normal;
}
@media (max-width: 991px) {
  .navbar .navbar-cntnr .navbar-right {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 100%;
    bottom: 0;
    background: #101E30;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 4;
    padding-top: 4rem;
    transition: all 350ms ease;
  }
  .navbar .navbar-cntnr .navbar-right.active {
    left: 0%;
  }
  .navbar .navbar-cntnr .navbar-right .menu-links {
    flex-direction: column;
    padding-top: 2.31rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .navbar .navbar-cntnr .navbar-right .menu-links li {
    margin: 0;
  }
  .navbar .navbar-cntnr .navbar-right .menu-links li a {
    padding: 0;
    display: inline-block;
    margin: 1rem 0;
  }
  .navbar .navbar-cntnr .navbar-right .user-auth-btn {
    width: 100%;
    border-top: 1px solid #CCCCCC;
    padding: 0.75rem 1rem;
    gap: 1rem;
    position: absolute;
    bottom: 0;
    justify-content: center;
  }
  .navbar .navbar-cntnr .navbar-right .user-auth-btn a {
    flex: 1;
  }
  .navbar .navbar-cntnr .navbar-right .user-auth-btn .banner_btn {
    flex: initial;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-cntnr .navbar-right .user-auth-btn .banner_btn {
    flex: 1;
  }
}

.subscribe-to-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  z-index: 5;
}
.subscribe-to-newsletter-form input,
.subscribe-to-newsletter-form select {
  padding: 0.5rem 0.625rem;
  border-radius: 0.5rem;
  background: rgba(36, 113, 214, 0.1);
  width: 100%;
  color: #2471D6;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  outline: transparent;
  border: 1px solid rgba(36, 113, 214, 0.5);
  outline: none;
  box-shadow: none;
}
.subscribe-to-newsletter-form input:focus,
.subscribe-to-newsletter-form select:focus {
  color: #FFFFFF;
  border: 0.125rem solid rgb(36, 113, 214);
}
.subscribe-to-newsletter-form .dropdown {
  width: 100%;
}
.subscribe-to-newsletter-form .dropdown.open .dropdown-toggle span {
  transition: all 450ms ease;
  transform: rotate(-180deg);
}
.subscribe-to-newsletter-form .dropdown .dropdown-toggle {
  position: relative;
  padding: 0.5rem 0.625rem;
  border-radius: 0.5rem;
  background: rgba(36, 113, 214, 0.1);
  width: 100%;
  color: #757575;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  border: 1px solid rgba(36, 113, 214, 0.5);
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: flex-start;
}
.subscribe-to-newsletter-form .dropdown .dropdown-toggle span {
  position: absolute;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/image/new-ui/icons/expand-more-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.subscribe-to-newsletter-form .dropdown .dropdown-toggle:hover, .subscribe-to-newsletter-form .dropdown .dropdown-toggle:active, .subscribe-to-newsletter-form .dropdown .dropdown-toggle:focus {
  background: rgba(36, 113, 214, 0.1);
  border-color: rgb(36, 113, 214);
}
.subscribe-to-newsletter-form .dropdown .dropdown-menu {
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 0.25rem;
  border: none;
  padding: 0;
  z-index: 50;
}
.subscribe-to-newsletter-form .dropdown .dropdown-menu li {
  display: grid;
  grid-template-columns: auto 1.5rem;
  align-items: center;
  padding: 0.5rem 0.88rem;
}
.subscribe-to-newsletter-form .dropdown .dropdown-menu li:first-child {
  padding: 0.5rem 0.88rem;
  border-bottom: 0.0625rem solid #D9D9D9;
}
.subscribe-to-newsletter-form .dropdown .dropdown-menu li .text-area {
  padding-right: 0.88rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.subscribe-to-newsletter-form .dropdown .dropdown-menu li p {
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #0F0F0F;
  margin: 0;
  line-height: 1.3;
}
.subscribe-to-newsletter-form .dropdown .dropdown-menu li p.secondary-text {
  color: #ACAAA9;
  text-align: left;
}
.subscribe-to-newsletter-form .dropdown .dropdown-menu li input[type=checkbox] {
  accent-color: #3F92FF;
}
@media (max-width: 767px) {
  .subscribe-to-newsletter-form .dropdown {
    width: 100%;
  }
}
.subscribe-to-newsletter-form .group {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  .subscribe-to-newsletter-form .group {
    width: 100%;
  }
}
.subscribe-to-newsletter-form .group input {
  border-radius: 0.5rem;
}
.subscribe-to-newsletter-form .group button {
  font-size: 0.875rem;
  min-width: 5.5rem;
  padding: 0.5rem 0.625rem;
  border-radius: 0.5rem;
}

footer {
  background-color: #101E30;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
footer .footer-content {
  display: flex;
  flex-direction: column;
}
footer .footer-content .top-content {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  footer .footer-content .top-content {
    padding-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  footer .footer-content .top-content {
    flex-direction: column;
  }
}
footer .footer-content .top-content .left-side {
  width: 30%;
}
@media (max-width: 991px) {
  footer .footer-content .top-content .left-side {
    width: 100%;
  }
}
footer .footer-content .top-content .left-side .brand-logo {
  position: relative;
  display: block;
  z-index: 5;
}
footer .footer-content .top-content .left-side .brand-logo img {
  width: auto;
  height: auto;
  max-width: 15rem;
}
@media (max-width: 767px) {
  footer .footer-content .top-content .left-side .brand-logo img {
    max-height: 1.3rem;
  }
}
footer .footer-content .top-content .right-side {
  width: 70%;
  display: grid;
  grid-template-columns: auto 17rem;
  gap: 2.5rem;
}
@media (max-width: 991px) {
  footer .footer-content .top-content .right-side {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .footer-content .top-content .right-side {
    grid-template-columns: 1fr;
  }
}
footer .footer-content .top-content .right-side .footer-links {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
}
footer .footer-content .top-content .right-side .footer-links .list-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
footer .footer-content .top-content .right-side .footer-links .list-wrapper .link-title {
  color: #FFFFFF;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  footer .footer-content .top-content .right-side .footer-links .list-wrapper .link-title {
    font-size: 1.125rem;
  }
}
footer .footer-content .top-content .right-side .footer-links .list-wrapper ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0;
  margin-bottom: 0;
}
footer .footer-content .top-content .right-side .footer-links .list-wrapper ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.00938rem;
  transition: all 350ms ease-in-out;
}
footer .footer-content .top-content .right-side .footer-links .list-wrapper ul li a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
footer .footer-content .top-content .right-side .newsletter .form-newsletter-footer {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
footer .footer-content .top-content .right-side .newsletter .form-newsletter-footer .title {
  color: #FFFFFF;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  footer .footer-content .top-content .right-side .newsletter .form-newsletter-footer .title {
    font-size: 1.125rem;
  }
}
footer .footer-content .top-content .right-side .newsletter .form-newsletter-footer .sub-text {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.00938rem;
  margin-bottom: 0;
}
footer .footer-content .top-content .right-side .newsletter .result-footer h2,
footer .footer-content .top-content .right-side .newsletter .result-footer p {
  color: #FFFFFF;
  font-family: "Styrene-A", arial, sans-serif;
}
footer .footer-content .bottom-content {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  footer .footer-content .bottom-content {
    padding-top: 3rem;
  }
}
footer .footer-content .bottom-content ul.legal-links {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}
footer .footer-content .bottom-content ul.legal-links li {
  position: relative;
  padding: 0 1rem;
}
footer .footer-content .bottom-content ul.legal-links li:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 0.0625rem;
  height: 1rem;
  background: rgba(255, 255, 255, 0.2);
}
footer .footer-content .bottom-content ul.legal-links li:first-child {
  padding-left: 0;
}
footer .footer-content .bottom-content ul.legal-links li:last-child:before {
  display: none;
}
footer .footer-content .bottom-content ul.legal-links li a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.00938rem;
  transition: all 350ms ease-in-out;
}
footer .footer-content .bottom-content ul.legal-links li a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
footer .footer-content .bottom-content p {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
footer .footer-content .bottom-content p:last-child {
  padding-bottom: 0;
}

.statistics-wrapper h2 {
  color: #000000;
  text-align: center;
  padding-bottom: 3rem;
}
@media (max-width: 1439px) {
  .statistics-wrapper h2 {
    font-size: 1.75rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .statistics-wrapper h2 {
    font-size: 1.5rem;
  }
}
.statistics-wrapper ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 3rem;
  margin-bottom: 0;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 767px) {
  .statistics-wrapper ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.statistics-wrapper ul li p {
  font-family: "Styrene-A", arial, sans-serif;
  padding: 0 0.5rem;
}
.statistics-wrapper ul li p.title {
  color: #4D4D4D;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}
@media (max-width: 767px) {
  .statistics-wrapper ul li p.title {
    font-size: 1.25rem;
  }
}
.statistics-wrapper ul li p.value {
  color: #2471D6;
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.75rem;
  letter-spacing: -0.01563rem;
}
@media (max-width: 1439px) {
  .statistics-wrapper ul li p.value {
    font-size: 2.25rem;
    line-height: 3.25rem;
  }
}
@media (max-width: 767px) {
  .statistics-wrapper ul li p.value {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 1200px) {
  .statistics-wrapper ul {
    gap: 2rem;
  }
  .statistics-wrapper ul li p {
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media (max-width: 991px) {
  .statistics-wrapper ul {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .statistics-wrapper ul {
    flex-direction: column;
    gap: 1rem;
  }
  .statistics-wrapper ul li p {
    font-size: 0.875rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.contact-us-form {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .contact-us-form {
    padding: 3rem 0;
  }
}
.contact-us-form .content-wrapper {
  max-width: 55rem;
  margin: 0 auto;
}
.contact-us-form .content-wrapper .text-wrapper {
  text-align: center;
  padding-bottom: 4rem;
}
.contact-us-form .content-wrapper .text-wrapper h2 {
  color: #000000;
  padding-bottom: 1rem;
}
.contact-us-form .content-wrapper .text-wrapper p {
  color: #4D4D4D;
  font-size: 1.125rem;
}
.contact-us-form .content-wrapper .form-wrapper form label {
  display: block;
  color: #6B6B6B;
  font-size: 1rem;
  font-family: "Styrene-A", arial, sans-serif;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0.00938rem;
  padding-bottom: 0.5rem;
  margin: 0;
}
.contact-us-form .content-wrapper .form-wrapper form input,
.contact-us-form .content-wrapper .form-wrapper form select,
.contact-us-form .content-wrapper .form-wrapper form textarea {
  padding: 0.88rem 1.12rem;
  border-radius: 0.75rem;
  background: #FFFFFF;
  width: 100%;
  color: #757575;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  border: 0.125rem solid #E6E6E6;
  outline: none;
  box-shadow: none;
}
.contact-us-form .content-wrapper .form-wrapper form input:focus, .contact-us-form .content-wrapper .form-wrapper form input:active,
.contact-us-form .content-wrapper .form-wrapper form select:focus,
.contact-us-form .content-wrapper .form-wrapper form select:active,
.contact-us-form .content-wrapper .form-wrapper form textarea:focus,
.contact-us-form .content-wrapper .form-wrapper form textarea:active {
  border: 0.125rem solid #3F92FF;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .contact-us-form .content-wrapper .form-wrapper form .input-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.full {
  grid-template-columns: repeat(1, 1fr);
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter input,
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter select {
  width: auto;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter input[type=checkbox] {
  width: 1rem;
  height: 1rem;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter input[type=checkbox]:checked {
  transition: all 450ms ease-in-out;
  accent-color: #3F92FF;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown {
  width: 100%;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown.open .dropdown-toggle span {
  transition: all 450ms ease;
  transform: rotate(-180deg);
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown .dropdown-toggle {
  position: relative;
  padding: 0.5rem 0.625rem;
  border-radius: 0.5rem;
  background: rgba(36, 113, 214, 0.1);
  width: 100%;
  color: #757575;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  border: 1px solid rgba(36, 113, 214, 0.5);
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: flex-start;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown .dropdown-toggle span {
  position: absolute;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/image/new-ui/icons/expand-more-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown .dropdown-toggle:hover, .contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown .dropdown-toggle:active, .contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown .dropdown-toggle:focus {
  background: rgba(36, 113, 214, 0.1);
  border-color: rgb(36, 113, 214);
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown .dropdown-menu {
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 0.25rem;
  border: none;
  padding: 0;
  z-index: 50;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown .dropdown-menu li {
  display: grid;
  grid-template-columns: auto 1.5rem;
  align-items: center;
  padding: 0.5rem 0.88rem;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown .dropdown-menu li:first-child {
  padding: 0.5rem 0.88rem;
  border-bottom: 0.0625rem solid #D9D9D9;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown .dropdown-menu li .text-area {
  padding-right: 0.88rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown .dropdown-menu li p {
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #0F0F0F;
  margin: 0;
  line-height: 1.3;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown .dropdown-menu li p.secondary-text {
  color: #ACAAA9;
  text-align: left;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown .dropdown-menu li input[type=checkbox] {
  accent-color: #3F92FF;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown button {
  height: 3.25rem;
  padding: 0.88rem 1.12rem !important;
  border: 0.125rem solid #E6E6E6 !important;
  background: #FFFFFF !important;
  border-radius: 0.75rem !important;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown button span {
  right: 1% !important;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown button:focus, .contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown button:active {
  border: 0.125rem solid #3F92FF;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter label {
  display: inline-block;
  padding-left: 0;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .group .checkbox {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .group {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .group .checkbox {
    margin-bottom: 0;
  }
  .contact-us-form .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .group select {
    width: 100%;
  }
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.btn-submit {
  display: block;
  text-align: right;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.privacy-policy {
  display: block;
  text-align: right;
  margin-bottom: 0;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.privacy-policy p {
  color: #808080;
  text-align: right;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
.contact-us-form .content-wrapper .form-wrapper form .input-row.privacy-policy p a {
  color: #2471D6;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.contact-us-form .results-contactus,
.contact-us-form .results-contactus_main {
  max-width: 38rem;
  margin: 0 auto;
  position: relative;
  padding: 4rem 0;
}
.contact-us-form .results-contactus p,
.contact-us-form .results-contactus_main p {
  font-family: "Styrene-A", arial, sans-serif;
  color: #4D4D4D;
}
.contact-us-form .results-contactus p span,
.contact-us-form .results-contactus_main p span {
  display: block;
  font-size: 2rem;
  padding-bottom: 0.5rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .contact-us-form .results-contactus p span,
  .contact-us-form .results-contactus_main p span {
    font-size: 1.5rem;
  }
}
.contact-us-form .results-contactus p a,
.contact-us-form .results-contactus_main p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.contact-us-form .results-contactus p a.button-solid,
.contact-us-form .results-contactus_main p a.button-solid {
  display: inline-block;
}
.contact-us-form .results-contactus_main {
  position: initial;
}

.contact-us-model {
  display: none;
  max-width: 55rem;
  position: fixed;
  top: 2rem;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(180deg, #F1F1F1 0%, #FFF 100%);
  z-index: 1040;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  max-height: 42rem;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .contact-us-model {
    top: 7rem;
  }
}
@media (max-width: 767px) {
  .contact-us-model {
    padding: 1rem 1rem;
    max-height: 100%;
    top: 0rem;
  }
}
.contact-us-model.active {
  display: block;
}
.contact-us-model:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #EBEBEB;
  opacity: 0.2;
  z-index: -1;
}
.contact-us-model.talk-to-us .content-wrapper .text-wrapper {
  padding-bottom: 0;
}
.contact-us-model.talk-to-us .content-wrapper .form-wrapper {
  height: calc(100% - 20rem);
}
@media (min-width: 1920px) {
  .contact-us-model.talk-to-us .content-wrapper .form-wrapper {
    height: calc(100% - 22rem);
  }
}
@media (max-width: 1280px) {
  .contact-us-model.talk-to-us .content-wrapper .form-wrapper {
    height: calc(100% - 22rem);
  }
}
@media (max-width: 767px) {
  .contact-us-model.talk-to-us .content-wrapper .form-wrapper {
    height: 100%;
  }
}
.contact-us-model.free-trial-confirmation {
  max-width: 45rem;
  max-height: 26rem;
}
@media (max-width: 767px) {
  .contact-us-model.free-trial-confirmation {
    max-height: 32rem;
  }
}
.contact-us-model.free-trial-confirmation .content-wrapper {
  gap: 2rem;
}
.contact-us-model.free-trial-confirmation .content-wrapper .text-wrapper h3 {
  text-align: center;
  padding-bottom: 2rem;
  color: #000000;
}
@media (max-width: 767px) {
  .contact-us-model.free-trial-confirmation .content-wrapper .text-wrapper h3 {
    padding-bottom: 1rem;
    text-align: left;
    font-size: 1.5rem;
  }
}
.contact-us-model.free-trial-confirmation .content-wrapper .text-wrapper p {
  text-align: left;
}
@media (max-width: 767px) {
  .contact-us-model.free-trial-confirmation .content-wrapper .text-wrapper p {
    padding-bottom: 0.75rem;
  }
}
.contact-us-model.free-trial-confirmation .content-wrapper .pp-and-login-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 767px) {
  .contact-us-model.free-trial-confirmation .content-wrapper .pp-and-login-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-us-model.free-trial-confirmation .content-wrapper .pp-and-login-wrapper p {
  flex: 2;
  text-align: left;
}
.contact-us-model.free-trial-confirmation .content-wrapper .pp-and-login-wrapper p a {
  color: #2471D6;
}
.contact-us-model.free-trial-confirmation .content-wrapper .pp-and-login-wrapper .input-row {
  flex: 1;
  text-align: right;
}
.contact-us-model.trail-user-welcome {
  max-width: 45rem;
  max-height: 18.5rem;
  padding: 0;
  padding-right: 0 !important;
}
.contact-us-model.trail-user-welcome .content-wrapper {
  gap: 0;
}
.contact-us-model.trail-user-welcome .content-wrapper h3 {
  color: #FFFFFF;
  padding: 1rem 1rem;
  text-align: center;
  background: #2471D6;
}
@media (max-width: 767px) {
  .contact-us-model.trail-user-welcome .content-wrapper h3 {
    font-size: 1.5rem;
  }
}
.contact-us-model.trail-user-welcome .content-wrapper .text-body {
  padding: 1rem 2rem;
  padding-top: 2rem;
}
.contact-us-model.trail-user-welcome .content-wrapper .input-row {
  padding: 0 2rem;
  text-align: center;
}
.contact-us-model.trail-user-welcome .content-wrapper .input-row.btn-submit {
  text-align: right;
}
.contact-us-model.book-a-demo .contact-us-form .results-contactus {
  max-width: 45rem;
  padding: 8rem 1rem;
}
.contact-us-model.book-a-demo .contact-us-form .results-contactus .results-contactus-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-bottom: 1rem;
}
.contact-us-model.book-a-demo .contact-us-form .results-contactus .results-contactus-wrapper p {
  font-family: "Styrene-A", arial, sans-serif !important;
  font-weight: 300;
}
.contact-us-model.book-a-demo .contact-us-form .results-contactus .results-contactus-wrapper p span {
  font-family: "Styrene-A", arial, sans-serif !important;
  font-weight: 500;
}
.contact-us-model.book-a-demo .contact-us-form .results-contactus .trail-btn {
  border-radius: 0.5rem;
  float: right;
  padding: 0.4rem 3.2rem;
}
.contact-us-model.talk-to-us-subscribed {
  padding: 0rem 0rem;
}
.contact-us-model.talk-to-us-subscribed .title-wrapper {
  position: relative;
  padding: 0rem 0rem;
}
.contact-us-model.talk-to-us-subscribed .title-wrapper .title-2 {
  background-color: #2471D6;
  text-align: center;
  color: #FFFFFF;
  font-family: "Styrene-A", arial, sans-serif;
  padding: 0.5rem 0rem;
}
.contact-us-model.talk-to-us-subscribed .title-wrapper .contact-us-model-close {
  position: absolute;
  top: 0.9rem;
  right: 0;
}
@media (max-width: 767px) {
  .contact-us-model.talk-to-us-subscribed .title-wrapper .contact-us-model-close {
    top: 0.6rem;
  }
}
.contact-us-model.talk-to-us-subscribed .title-wrapper .contact-us-model-close .cfmodel-close {
  width: 2rem;
  height: 2rem;
  border: none;
  background: transparent;
  background-image: url(/assets/image/new-ui/icons/close2.svg);
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-us-model.talk-to-us-subscribed .contact-us-form-subscribe {
  padding: 1.5rem 2rem;
  overflow: auto;
  height: 555px;
}
.contact-us-model.talk-to-us-subscribed .contact-us-form-subscribe .content-wrapper .btn-submit .button-solid {
  float: left;
}
.contact-us-model.talk-to-us-subscribed .contact-us-form-subscribe .content-wrapper .text-wrapper {
  padding-bottom: 0rem;
}
.contact-us-model.talk-to-us-subscribed .contact-us-form-subscribe .content-wrapper .input-row.privacy-policy p {
  line-height: 2.25rem;
}
.contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .signmeupfor {
  padding-bottom: 20px !important;
  color: #6B6B6B;
  font-size: 1rem;
  font-family: "Styrene-A", arial, sans-serif;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0.00938rem;
  margin: 0;
}
.contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper {
  flex-direction: column;
  display: flex;
  gap: 15px;
  padding-top: 20px;
}
.contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper .aus-vc-input .check-input {
  width: 1rem !important;
  height: 1rem !important;
  margin-right: 10px !important;
}
@media (max-width: 767px) {
  .contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper .aus-vc-input .check-input {
    width: 1rem !important;
    height: 1rem !important;
  }
}
.contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper .aus-vc-input .check-box-text-main {
  font-weight: bold;
  color: #323232;
  padding-bottom: 0;
  line-height: 14px;
  letter-spacing: 0.00938rem;
  font-family: "Styrene-A", arial, sans-serif;
}
@media (max-width: 767px) {
  .contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper .aus-vc-input .check-box-text-main {
    font-size: 15px;
  }
}
.contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper .aus-vc-input .check-box-text-main .check-box-desc {
  font-size: 13px;
  color: #6B6B6B;
  letter-spacing: 0.00938rem;
  font-family: "Styrene-A", arial, sans-serif;
}
@media (max-width: 767px) {
  .contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper .aus-vc-input .check-box-text-main .check-box-desc {
    font-size: 11px;
  }
}
.contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper .se-vc-input .check-input {
  width: 1rem !important;
  height: 1rem !important;
  margin-right: 10px !important;
}
@media (max-width: 767px) {
  .contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper .se-vc-input .check-input {
    width: 1rem !important;
    height: 1rem !important;
  }
}
.contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper .se-vc-input .check-box-text-main {
  font-weight: bold;
  color: #323232;
  padding-bottom: 0;
  line-height: 14px;
  letter-spacing: 0.00938rem;
  font-family: "Styrene-A", arial, sans-serif;
}
@media (max-width: 767px) {
  .contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper .se-vc-input .check-box-text-main {
    font-size: 15px;
  }
}
.contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper .se-vc-input .check-box-text-main .check-box-desc {
  font-size: 13px;
  color: #6B6B6B;
  letter-spacing: 0.00938rem;
  font-family: "Styrene-A", arial, sans-serif;
}
@media (max-width: 767px) {
  .contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper .se-vc-input .check-box-text-main .check-box-desc {
    font-size: 11px;
  }
}
.contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper .pe-ma-vc-input .check-input {
  width: 1rem !important;
  height: 1rem !important;
  margin-right: 10px !important;
}
@media (max-width: 767px) {
  .contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper .pe-ma-vc-input .check-input {
    width: 1rem !important;
    height: 1rem !important;
  }
}
.contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper .pe-ma-vc-input .check-box-text-main {
  font-weight: bold;
  color: #323232;
  padding-bottom: 0;
  line-height: 14px;
  letter-spacing: 0.00938rem;
  font-family: "Styrene-A", arial, sans-serif;
}
@media (max-width: 767px) {
  .contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper .pe-ma-vc-input .check-box-text-main {
    font-size: 15px;
  }
}
.contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper .pe-ma-vc-input .check-box-text-main .check-box-desc {
  font-size: 13px;
  color: #6B6B6B;
  letter-spacing: 0.00938rem;
  font-family: "Styrene-A", arial, sans-serif;
}
@media (max-width: 767px) {
  .contact-us-model.news-letter-signup-checkbox .checkbox-row .input-group .input-group-wrapper .pe-ma-vc-input .check-box-text-main .check-box-desc {
    font-size: 11px;
  }
}
.contact-us-model.news-letter-signup-checkbox .results-nlsf .results-contactus-wrapper {
  gap: 4rem;
  flex-direction: column;
  display: flex;
  margin-top: 10rem;
}
.contact-us-model.news-letter-signup-checkbox .results-nlsf .results-contactus-wrapper p {
  font-family: "Styrene-A", arial, sans-serif !important;
  font-weight: 300;
  color: #4D4D4D;
  font-size: 1.3rem;
  line-height: 2.5rem;
}
.contact-us-model.news-letter-signup-checkbox .results-nlsf .results-contactus-wrapper p span {
  font-size: 2rem;
  font-family: "Styrene-A", arial, sans-serif !important;
  font-weight: 500;
  color: #4D4D4D;
}
.contact-us-model.news-letter-signup-checkbox .results-nlsf .btn-tr {
  border-radius: 0.5rem;
  float: right;
  padding: 0.8rem 3.6rem;
  font-size: 1.125rem;
  letter-spacing: 0.00938rem;
  margin-top: 1rem;
}
.contact-us-model .results-contactus {
  max-width: 38rem;
}
.contact-us-model .results-contactus p {
  font-family: "Styrene-A", arial, sans-serif;
}
.contact-us-model .results-contactus p span {
  display: block;
  font-size: 2rem;
  font-family: "Styrene-A", arial, sans-serif;
  padding-bottom: 0.5rem;
  line-height: 1.3;
}
.contact-us-model .results-contactus a.button-solid {
  display: inline-block;
}
.contact-us-model .contact-us-model-close {
  text-align: right;
}
.contact-us-model .contact-us-model-close .cfmodel-close {
  width: 2rem;
  height: 2rem;
  border: none;
  background: transparent;
  background-image: url(/assets/image/new-ui/icons/close.svg);
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .contact-us-model .contact-us-model-close {
    margin-bottom: 0;
  }
}
.contact-us-model .contact-us-form,
.contact-us-model .cntnr {
  padding: 0;
  height: 0;
}
@media (max-width: 767px) {
  .contact-us-model .contact-us-form {
    height: 92%;
    overflow: auto;
  }
}
.contact-us-model .content-wrapper {
  display: grid;
  grid-auto-flow: row;
  gap: 1rem;
}
@media (max-width: 767px) {
  .contact-us-model .content-wrapper {
    grid-template-columns: 1fr;
    height: 100%;
    gap: 1rem;
  }
}
.contact-us-model .content-wrapper h2 {
  color: #000000;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
}
@media (max-width: 767px) {
  .contact-us-model .content-wrapper h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.contact-us-model .content-wrapper p {
  color: #4D4D4D;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .contact-us-model .content-wrapper p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.contact-us-model .content-wrapper .form-wrapper {
  border-radius: 1rem;
  padding: 0;
  position: relative;
  overflow: auto;
  height: 100%;
}
.contact-us-model .content-wrapper .form-wrapper.book-a-demo {
  max-height: 30.5rem;
}
@media (max-width: 991px) {
  .contact-us-model .content-wrapper .form-wrapper.book-a-demo {
    max-height: 100%;
  }
}
.contact-us-model .content-wrapper .form-wrapper::-webkit-scrollbar {
  width: 0.5rem;
}
.contact-us-model .content-wrapper .form-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}
.contact-us-model .content-wrapper .form-wrapper::-webkit-scrollbar-thumb {
  background-color: #757575;
  outline: 1px solid #0F0F0F;
  border-radius: 10px;
}
.contact-us-model .content-wrapper .form-wrapper::-webkit-scrollbar {
  width: 0.5rem;
}
.contact-us-model .content-wrapper .form-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}
.contact-us-model .content-wrapper .form-wrapper::-webkit-scrollbar-thumb {
  background-color: #757575;
  outline: 1px solid #0F0F0F;
  border-radius: 10px;
}
.contact-us-model .content-wrapper .form-wrapper form {
  padding: 0.5rem;
  margin: 0;
}
.contact-us-model .content-wrapper .form-wrapper form label {
  display: block;
  color: #6B6B6B;
  font-size: 1rem;
  font-family: "Styrene-A", arial, sans-serif;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0.00938rem;
  padding-bottom: 0.5rem;
  margin: 0;
}
.contact-us-model .content-wrapper .form-wrapper form input,
.contact-us-model .content-wrapper .form-wrapper form select,
.contact-us-model .content-wrapper .form-wrapper form textarea {
  padding: 0.6rem 0.8rem;
  border-radius: 0.75rem;
  background: #FFFFFF;
  width: 100%;
  color: #757575;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  border: 0.125rem solid #E6E6E6;
  outline: none;
  box-shadow: none;
}
.contact-us-model .content-wrapper .form-wrapper form input:focus, .contact-us-model .content-wrapper .form-wrapper form input:active,
.contact-us-model .content-wrapper .form-wrapper form select:focus,
.contact-us-model .content-wrapper .form-wrapper form select:active,
.contact-us-model .content-wrapper .form-wrapper form textarea:focus,
.contact-us-model .content-wrapper .form-wrapper form textarea:active {
  border: 0.125rem solid #3F92FF;
}
.contact-us-model .content-wrapper .form-wrapper form input,
.contact-us-model .content-wrapper .form-wrapper form select {
  height: 2.625rem;
}
.contact-us-model .content-wrapper .form-wrapper form button {
  font-size: 1rem;
  color: #FFFFFF;
  background: #2471D6;
  border: 2px solid #2471D6;
  border-radius: 80rem;
  display: inline-block;
  height: 2.375rem;
  padding: 0.25rem 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Styrene-A", arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}
.contact-us-model .content-wrapper .form-wrapper form .input-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .contact-us-model .content-wrapper .form-wrapper form .input-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-us-model .content-wrapper .form-wrapper form .input-row.full {
  grid-template-columns: repeat(1, 1fr);
}
.contact-us-model .content-wrapper .form-wrapper form .input-row.signup-for-newsletter {
  display: flex;
  margin-bottom: 2rem;
}
.contact-us-model .content-wrapper .form-wrapper form .input-row.signup-for-newsletter input,
.contact-us-model .content-wrapper .form-wrapper form .input-row.signup-for-newsletter select {
  width: auto;
}
.contact-us-model .content-wrapper .form-wrapper form .input-row.signup-for-newsletter input[type=checkbox] {
  width: 1rem;
  height: 1rem;
}
.contact-us-model .content-wrapper .form-wrapper form .input-row.signup-for-newsletter input[type=checkbox]:checked {
  transition: all 450ms ease-in-out;
  accent-color: #3F92FF;
}
.contact-us-model .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown {
  max-width: 49%;
  flex: 1;
}
@media (max-width: 991px) {
  .contact-us-model .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown {
    max-width: 100%;
  }
}
.contact-us-model .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown .dropdown-toggle {
  background: #EBEBEB;
  height: 2.625rem;
}
.contact-us-model .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown .dropdown-toggle:hover, .contact-us-model .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown .dropdown-toggle:active, .contact-us-model .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .dropdown .dropdown-toggle:focus {
  background: #EBEBEB;
}
.contact-us-model .content-wrapper .form-wrapper form .input-row.signup-for-newsletter label {
  display: inline-block;
}
.contact-us-model .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .group {
  width: 100%;
  gap: 0.5rem;
}
.contact-us-model .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .group .checkbox {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-us-model .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .group {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-us-model .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .group .checkbox {
    margin-bottom: 0;
  }
  .contact-us-model .content-wrapper .form-wrapper form .input-row.signup-for-newsletter .group select {
    width: 100%;
  }
}
.contact-us-model .content-wrapper .form-wrapper form .input-row.btn-submit {
  display: block;
  text-align: right;
}
.contact-us-model .content-wrapper .form-wrapper form .input-row.btn-submit button {
  position: relative;
  width: auto;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.125rem;
}
.contact-us-model .content-wrapper .form-wrapper form .input-row.btn-submit button:hover {
  transition: all 450ms ease-in-out;
  opacity: 0.5;
}
.contact-us-model .content-wrapper .form-wrapper form .input-row.privacy-policy {
  display: block;
  text-align: right;
  margin-bottom: 0;
}
.contact-us-model .content-wrapper .form-wrapper form .input-row.privacy-policy p {
  color: #808080;
  text-align: right;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
@media (max-width: 767px) {
  .contact-us-model .content-wrapper .form-wrapper form .input-row.privacy-policy p {
    font-size: 0.7rem;
  }
}
.contact-us-model .content-wrapper .form-wrapper form .input-row.privacy-policy p a {
  color: #2471D6;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (max-width: 767px) {
  .contact-us-model .content-wrapper .form-wrapper form .input-row.privacy-policy p a {
    font-size: 0.7rem;
  }
}

.try-alternative {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: linear-gradient(180deg, #192E47 0%, #00418D 100%);
}
.try-alternative .content-wrapper {
  text-align: center;
  max-width: 45rem;
  margin: auto;
}
.try-alternative .content-wrapper h2 {
  color: #FFFFFF;
  padding-bottom: 1rem;
}
.try-alternative .content-wrapper p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 2rem;
}
.try-alternative .content-wrapper .links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.try-alternative .content-wrapper .links a {
  min-width: 11.875rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .try-alternative .content-wrapper .links {
    flex-direction: column;
  }
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 1200px) {
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .solutions-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.solutions-grid span.number {
  display: block;
  font-family: "Styrene-A", arial, sans-serif;
  color: #BBBBBB;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-bottom: 0.2rem;
  padding: 0.1rem 0;
}
.solutions-grid span.number mark {
  font-family: "Styrene-A", arial, sans-serif;
  color: #0F0F0F;
  background: #FCFF75;
  padding: 0.1rem 0.62rem;
}
.solutions-grid span.number.tt-initial {
  text-transform: initial;
}
.solutions-grid h4 {
  position: relative;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  padding-right: 15%;
  background: linear-gradient(273deg, #5E5E5E 55.18%, #AAA 93.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 4.25rem;
}
.solutions-grid h4 span {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .solutions-grid h4 {
    font-size: 1.5rem;
  }
}
.solutions-grid ul {
  padding-left: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.solutions-grid ul.list-style-none {
  list-style: none;
  padding-left: 0;
}
.solutions-grid ul li {
  padding-bottom: 1rem;
  color: #0F0F0F;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
.solutions-grid ul li.small-text {
  font-family: "Styrene-A", arial, sans-serif;
  color: #0F0F0F;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
}
.solutions-grid ul li.small-text strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  .solutions-grid ul {
    margin-top: 0;
  }
}

.section-heading {
  padding-bottom: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .section-heading {
    padding-bottom: 1rem;
  }
}
.section-heading h2 {
  color: #000000;
  padding-bottom: 0.375rem;
}
.section-heading p {
  max-width: 65rem;
  margin: 0 auto;
  color: #666666;
  margin-bottom: 0 !important;
}

.cards-collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 0.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cards-collection {
    gap: 1.5rem;
  }
}
.cards-collection .card {
  flex-basis: calc(50% - 1.25rem);
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  background: #FFFFFF;
  border-radius: 1.5rem;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1), 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .cards-collection .card {
    flex-basis: 100%;
  }
}
.cards-collection .card h4 {
  color: #323232;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem;
  display: flex;
  grid-template-columns: 2.5rem auto;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 1rem;
}
.cards-collection .card h4 .icon {
  padding-right: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  position: relative;
  top: -3px;
}
.cards-collection .card h4 .icon img {
  width: 100%;
  height: 100%;
}
.cards-collection .card h4 .light-text {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  display: contents;
}
@media (max-width: 767px) {
  .cards-collection .card h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.cards-collection .card p {
  margin-bottom: 0;
  color: #6B6B6B;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.00938rem;
}
@media (max-width: 767px) {
  .cards-collection .card p {
    line-height: 1.8rem;
  }
}

.our-solutions {
  background: #EDF5FF;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .our-solutions {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.our-solutions .text-wrapper {
  padding-bottom: 4rem;
  text-align: center;
  max-width: 65rem;
  margin: auto;
}
@media (max-width: 767px) {
  .our-solutions .text-wrapper {
    padding-bottom: 2rem;
  }
}
.our-solutions .text-wrapper h2 {
  color: #000000;
  text-align: center;
  padding-bottom: 1rem;
}
.our-solutions .text-wrapper p {
  color: #4D4D4D;
  margin-bottom: 0;
}
.our-solutions .solutions-collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 0.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .our-solutions .solutions-collection {
    gap: 1.5rem;
  }
}
.our-solutions .solutions-collection .solution {
  flex-basis: calc(50% - 1.25rem);
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  background: #FFFFFF;
  border-radius: 1.5rem;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1), 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.our-solutions .solutions-collection .solution:nth-child(3) h4 .icon img {
  max-height: 1.7rem;
}
@media (max-width: 767px) {
  .our-solutions .solutions-collection .solution {
    flex-basis: 100%;
  }
}
.our-solutions .solutions-collection .solution h4 {
  color: #323232;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem;
  display: flex;
  grid-template-columns: 2.5rem auto;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 1rem;
}
.our-solutions .solutions-collection .solution h4 .icon {
  padding-right: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  position: relative;
  top: -3px;
}
.our-solutions .solutions-collection .solution h4 .icon img {
  width: 100%;
  height: 100%;
}
.our-solutions .solutions-collection .solution h4 .light-text {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  display: contents;
}
@media (max-width: 767px) {
  .our-solutions .solutions-collection .solution h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.our-solutions .solutions-collection .solution p {
  margin-bottom: 0;
  color: #6B6B6B;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.00938rem;
}
@media (max-width: 767px) {
  .our-solutions .solutions-collection .solution p {
    line-height: 1.8rem;
  }
}

.logo-slider {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .logo-slider {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.logo-slider .slider-wrapper {
  max-width: 63rem;
  margin: auto;
}
.logo-slider .slider-wrapper h2 {
  text-align: center;
  padding-bottom: 1.35rem;
  color: #000000;
}
.logo-slider .slider-wrapper .panel-heading {
  padding: 0px 0px;
  border: none;
}
@media (max-width: 767px) {
  .logo-slider .slider-wrapper .panel-heading {
    width: 100%;
    overflow-x: scroll;
    padding-left: 22.5rem;
  }
}
.logo-slider .slider-wrapper .panel-heading ul.nav-tabs {
  gap: 1rem;
  justify-content: center;
  display: flex;
  border: none;
  padding-bottom: 1.25rem;
}
.logo-slider .slider-wrapper .panel-heading ul.nav-tabs li.active > a {
  color: #1387FE;
}
@media (max-width: 767px) {
  .logo-slider .slider-wrapper .panel-heading ul.nav-tabs li.active > a {
    text-decoration: underline;
  }
}
.logo-slider .slider-wrapper .panel-heading ul.nav-tabs li a {
  font-family: "Styrene-A", arial, sans-serif !important;
  font-weight: 500;
  color: #787878;
  border: 1px #4D4D4D solid;
  border-radius: 0.3125rem;
  padding: 0.575rem 0.75rem 0.575rem 0.75rem;
}
@media (max-width: 767px) {
  .logo-slider .slider-wrapper .panel-heading ul.nav-tabs li a {
    font-size: 1rem;
    border: none;
  }
}
.logo-slider .slider-wrapper .panel-body {
  background-color: white;
  padding: 2rem 4rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .logo-slider .slider-wrapper .panel-body {
    padding: 2rem 0;
  }
}
@media (max-width: 767px) {
  .logo-slider .slider-wrapper .panel-body {
    padding: 2rem 0;
  }
}
.logo-slider .slider-wrapper .panel-body .owl-stage {
  display: flex;
  align-items: center;
  width: 2500px;
}
.logo-slider .slider-wrapper .panel-body .tab-content {
  width: 54rem;
}
@media (max-width: 1200px) {
  .logo-slider .slider-wrapper .panel-body .tab-content {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .logo-slider .slider-wrapper .panel-body .tab-content {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.logo-slider .slider-wrapper .panel-body .tab-content .kslider .kslider-slide .slick-prev,
.logo-slider .slider-wrapper .panel-body .tab-content .kslider .kslider-slide .slick-next {
  position: absolute;
  display: block;
  color: #4D4D4D;
  width: 30px;
  height: 40px;
  bottom: 0;
  transition: all 350ms ease-in-out;
}
.logo-slider .slider-wrapper .panel-body .tab-content .kslider .kslider-slide .slick-prev {
  left: -1%;
}
.logo-slider .slider-wrapper .panel-body .tab-content .kslider .kslider-slide .slick-prev:hover {
  left: -1.5%;
}
@media (max-width: 767px) {
  .logo-slider .slider-wrapper .panel-body .tab-content .kslider .kslider-slide .slick-prev {
    left: -5%;
  }
  .logo-slider .slider-wrapper .panel-body .tab-content .kslider .kslider-slide .slick-prev:hover {
    left: -5%;
  }
}
.logo-slider .slider-wrapper .panel-body .tab-content .kslider .kslider-slide .slick-next {
  right: -1%;
}
.logo-slider .slider-wrapper .panel-body .tab-content .kslider .kslider-slide .slick-next:hover {
  right: -1.5%;
}
@media (max-width: 767px) {
  .logo-slider .slider-wrapper .panel-body .tab-content .kslider .kslider-slide .slick-next {
    right: -5%;
  }
  .logo-slider .slider-wrapper .panel-body .tab-content .kslider .kslider-slide .slick-next:hover {
    right: -5%;
  }
}
.logo-slider .slider-wrapper .panel-body .tab-content .kslider .kslider-slide .slick-list .slick-track a {
  display: inline-flex;
  align-items: center;
  margin: 0 1rem;
}
.logo-slider .slider-wrapper .panel-body .tab-content .kslider .kslider-slide .slick-list .slick-track a img {
  height: 3rem;
  margin: 0 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 150px;
}

.logo-carousel {
  display: flex;
}
.logo-carousel img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 3rem;
}

/* ++++++++++++++++++++++++++++++++ */
/*  COMMON Components STYLES - END  */
/* ++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++ */
/* +++ HOME PAGE STYLES - START +++ */
/* ++++++++++++++++++++++++++++++++ */
.home-page {
  margin-top: 6.25rem;
}
.home-page .home-banner {
  position: relative;
  background-image: url(/assets/image/new-ui/v2-banners/landing_banner.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.home-page .home-banner .banner-container {
  display: flex;
  min-height: 36.25rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home-page .home-banner .banner-container .banner-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2.5rem;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .home-page .home-banner .banner-container .banner-content {
    flex-direction: column;
  }
}
.home-page .home-banner .banner-container .banner-content h1.title-1 {
  color: #FFFFFF;
  padding-bottom: 1rem;
}
.home-page .home-banner .banner-container .banner-content h1.title-1 span {
  color: #3F92FF;
}
.home-page .home-banner .banner-container .banner-content p {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.home-page .home-banner .banner-container .banner-content .left {
  width: 55%;
}
@media (max-width: 991px) {
  .home-page .home-banner .banner-container .banner-content .left {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .home-page .home-banner .banner-container .banner-content .left {
    width: 100%;
  }
}
.home-page .home-banner .banner-container .banner-content .right {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .home-page .home-banner .banner-container .banner-content .right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .home-page .home-banner .banner-container .banner-content .right {
    width: 100%;
  }
}
.home-page .home-banner .banner-container .banner-content .right .video-container {
  position: relative;
  background-image: url(/assets/image/new-ui/v2-banners/imac.png);
  width: 460px;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-page .home-banner .banner-container .banner-content .right .video-container video {
  position: absolute;
  width: 388px;
  height: 218px;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1024px) {
  .home-page .home-banner .banner-container .banner-content .right .video-container {
    width: 355px;
    height: 310px;
  }
  .home-page .home-banner .banner-container .banner-content .right .video-container video {
    width: 298px;
    height: 168px;
    top: 16px;
  }
}
.home-page .platform-statistics {
  padding: 4rem 0;
  background: #EDF5FF;
}
.home-page .platform-statistics .cntnr {
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-page .platform-statistics {
    padding: 3rem 0;
  }
}
.home-page .subscribers {
  padding-top: 4.21rem;
  padding-bottom: 2.87rem;
}
.home-page .subscribers .cntnr {
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: center;
}
.home-page .subscribers .cntnr .text-wrapper {
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #0F0F0F;
  padding-right: 2rem;
}
.home-page .subscribers .cntnr .carousel-wrapper {
  position: relative;
}
.home-page .subscribers .cntnr .carousel-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  height: 100%;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.home-page .subscribers .cntnr .carousel-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 7rem;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  z-index: 1;
}
.home-page .subscribers .cntnr .carousel-wrapper .owl-stage {
  display: flex;
  align-items: center;
}
.home-page .subscribers .cntnr .carousel-wrapper .owl-stage .owl-item .item img {
  max-width: 100%;
  max-height: 4rem !important;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
}
@media (max-width: 767px) {
  .home-page .subscribers .cntnr .carousel-wrapper .owl-stage .owl-item .item img {
    max-height: 3rem !important;
  }
}
@media (max-width: 991px) {
  .home-page .subscribers .cntnr {
    display: block;
  }
  .home-page .subscribers .cntnr .text-wrapper {
    max-width: 40%;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .home-page .subscribers {
    padding-top: 3rem;
  }
  .home-page .subscribers .cntnr {
    display: block;
  }
  .home-page .subscribers .cntnr .text-wrapper {
    max-width: 70%;
    padding-right: 0;
    padding-bottom: 1rem;
  }
}
.home-page .product-details {
  background: linear-gradient(180deg, #F1F1F1 0%, #FFF 100%);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .home-page .product-details {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.home-page .product-details .cntnr {
  overflow: hidden;
}
.home-page .product-details .cntnr .content-wrapper {
  display: flex;
  align-items: flex-start;
}
.home-page .product-details .cntnr .content-wrapper .image-wrapper {
  flex: 1;
}
.home-page .product-details .cntnr .content-wrapper .image-wrapper img {
  max-width: 100%;
  border-radius: 1.5rem;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1), 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 6px;
}
.home-page .product-details .cntnr .content-wrapper .text-wrapper {
  padding-left: 3rem;
  flex: 1;
}
.home-page .product-details .cntnr .content-wrapper .text-wrapper h2 {
  padding-bottom: 1.5rem;
}
.home-page .product-details .cntnr .content-wrapper .text-wrapper p {
  color: #4D4D4D;
  letter-spacing: 0.00938rem;
  margin-bottom: 0;
}
.home-page .product-details .cntnr .content-wrapper .text-wrapper p:last-child {
  padding-bottom: 0;
}
@media (max-width: 1439px) {
  .home-page .product-details .cntnr .content-wrapper {
    width: 100%;
  }
  .home-page .product-details .cntnr .content-wrapper .text-wrapper h2,
  .home-page .product-details .cntnr .content-wrapper .text-wrapper p {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .home-page .product-details .cntnr .content-wrapper {
    flex-direction: column;
  }
  .home-page .product-details .cntnr .content-wrapper .text-wrapper {
    padding-top: 2rem;
    padding-left: 0;
  }
  .home-page .product-details .cntnr .content-wrapper .text-wrapper h2 {
    font-size: 1.5rem;
  }
  .home-page .product-details .cntnr .content-wrapper .text-wrapper p {
    font-size: 1rem;
  }
}
.home-page .vcap-video {
  display: none;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.home-page .vcap-video .video-wrapper {
  position: relative;
}
.home-page .vcap-video .video-wrapper:before {
  content: "";
  position: absolute;
  left: -50%;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 17.7925rem;
  height: 12.27919rem;
  background-image: url(/assets/image/new-ui/video-side-image.png);
  z-index: 1;
}
.home-page .vcap-video .video-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -50%;
  margin: 0 auto;
  width: 17.7925rem;
  height: 12.27919rem;
  background-image: url(/assets/image/new-ui/video-side-image.png);
  z-index: 1;
}
.home-page .vcap-video .video-wrapper iframe {
  z-index: 2;
}
@media (max-width: 991px) {
  .home-page .vcap-video {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .home-page .vcap-video .video-wrapper {
    padding: 0;
    min-height: 20rem;
  }
  .home-page .vcap-video .video-wrapper::before, .home-page .vcap-video .video-wrapper:after {
    display: none;
  }
}

/* ++++++++++++++++++++++++++++++ */
/* +++ HOME PAGE STYLES - END +++ */
/* ++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++ PRODUCTS AND SOLUTIONS PAGE STYLES - START +++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
.products-and-solutions-page {
  margin-top: 6.25rem;
}
.products-and-solutions-page .banner-container {
  position: relative;
  background-image: url(/assets/image/new-ui/v2-banners/products-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.products-and-solutions-page .banner-container .content-wrapper {
  min-height: 36.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .products-and-solutions-page .banner-container .content-wrapper {
    min-height: 28.25rem;
  }
}
.products-and-solutions-page .banner-container .content-wrapper .banner-content {
  position: relative;
  z-index: 2;
  width: 70%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .products-and-solutions-page .banner-container .content-wrapper .banner-content {
    width: 100%;
  }
}
.products-and-solutions-page .banner-container .content-wrapper .banner-content .sub-text {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.275rem;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .products-and-solutions-page .banner-container .content-wrapper .banner-content .sub-text {
    font-size: 1.25rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .products-and-solutions-page .banner-container .content-wrapper .banner-content .sub-text {
    font-size: 1rem;
  }
}
.products-and-solutions-page .banner-container .content-wrapper .banner-content h1.title-1 {
  color: #FFFFFF;
  padding-bottom: 2rem;
}
.products-and-solutions-page .banner-container .content-wrapper .banner-content h1.title-1 span {
  color: #3F92FF;
}
@media (max-width: 767px) {
  .products-and-solutions-page .banner-container .content-wrapper .banner-content .button-solid {
    font-size: 1rem;
  }
}
.products-and-solutions-page .product-features {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #EDF5FF;
}
@media (max-width: 767px) {
  .products-and-solutions-page .product-features {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.products-and-solutions-page .product-features .content-wrapper .features-collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 0.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .products-and-solutions-page .product-features .content-wrapper .features-collection {
    gap: 1.5rem;
  }
}
.products-and-solutions-page .product-features .content-wrapper .features-collection .feature {
  flex-basis: calc(50% - 1.25rem);
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  background: #FFFFFF;
  border-radius: 1.5rem;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1), 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .products-and-solutions-page .product-features .content-wrapper .features-collection .feature {
    flex-basis: 100%;
  }
}
.products-and-solutions-page .product-features .content-wrapper .features-collection .feature h4 {
  color: #323232;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem;
  display: flex;
  grid-template-columns: 2.5rem auto;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 1rem;
}
.products-and-solutions-page .product-features .content-wrapper .features-collection .feature h4 .icon {
  padding-right: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  position: relative;
  top: -3px;
}
.products-and-solutions-page .product-features .content-wrapper .features-collection .feature h4 .icon img {
  width: 100%;
  height: 100%;
}
.products-and-solutions-page .product-features .content-wrapper .features-collection .feature h4 .light-text {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  display: contents;
}
@media (max-width: 767px) {
  .products-and-solutions-page .product-features .content-wrapper .features-collection .feature h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.products-and-solutions-page .product-features .content-wrapper .features-collection .feature p {
  margin-bottom: 0;
  color: #6B6B6B;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.00938rem;
}
@media (max-width: 767px) {
  .products-and-solutions-page .product-features .content-wrapper .features-collection .feature p {
    line-height: 1.8rem;
  }
}
.products-and-solutions-page .try-alternative-v2 {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: linear-gradient(180deg, #192E47 0%, #00418D 100%);
  min-height: 36.25rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.products-and-solutions-page .try-alternative-v2:after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  bottom: -8%;
  background-image: url("/assets/image/new-ui/squirls-white.svg");
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  max-width: 43rem;
}
@media (max-width: 1200px) {
  .products-and-solutions-page .try-alternative-v2 {
    min-height: initial;
  }
}
.products-and-solutions-page .try-alternative-v2 .content-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 40% 60%;
}
@media (max-width: 1280px) {
  .products-and-solutions-page .try-alternative-v2 .content-wrapper {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 1024px) {
  .products-and-solutions-page .try-alternative-v2 .content-wrapper {
    grid-template-columns: 100%;
    gap: 2.5rem;
  }
}
.products-and-solutions-page .try-alternative-v2 .content-wrapper .text-wrapper {
  text-align: left;
  padding-right: 2.5rem;
}
@media (max-width: 1200px) {
  .products-and-solutions-page .try-alternative-v2 .content-wrapper .text-wrapper {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .products-and-solutions-page .try-alternative-v2 .content-wrapper .text-wrapper {
    padding-right: 0rem;
  }
}
.products-and-solutions-page .try-alternative-v2 .content-wrapper .text-wrapper h2 {
  color: #FFFFFF;
  padding-bottom: 1rem;
}
.products-and-solutions-page .try-alternative-v2 .content-wrapper .text-wrapper p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  padding-bottom: 2rem;
}
.products-and-solutions-page .try-alternative-v2 .content-wrapper .text-wrapper .links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.products-and-solutions-page .try-alternative-v2 .content-wrapper .text-wrapper .links a {
  flex: 1;
  padding: 0.8rem 0.5rem;
  font-size: 1rem;
  display: inline-block;
}
@media (max-width: 1200px) {
  .products-and-solutions-page .try-alternative-v2 .content-wrapper .text-wrapper .links {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .products-and-solutions-page .try-alternative-v2 .content-wrapper .text-wrapper .links {
    flex-direction: column;
  }
  .products-and-solutions-page .try-alternative-v2 .content-wrapper .text-wrapper .links a {
    min-width: 12rem;
  }
}
.products-and-solutions-page .try-alternative-v2 .content-wrapper .video-wrapper {
  position: relative;
}
.products-and-solutions-page .try-alternative-v2 .content-wrapper .video-wrapper .vimeo-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.products-and-solutions-page .try-alternative-v2 .content-wrapper .video-wrapper .vimeo-wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.8/1;
  background: #013781;
}
.products-and-solutions-page .our-solutions {
  background: #FFFFFF;
}
.products-and-solutions-page .our-solutions .text-wrapper {
  max-width: 100%;
  text-align: left;
}
.products-and-solutions-page .our-solutions .text-wrapper h2 {
  text-align: left;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++ PRODUCTS AND SOLUTIONS PAGE STYLES - end +++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++ */
/* +++ DATA PAGE STYLES - START +++ */
/* ++++++++++++++++++++++++++++++++ */
.data-page {
  position: relative;
  margin-top: 6.25rem;
}
.data-page .banner-container {
  position: relative;
  background-image: url(/assets/image/new-ui/v2-banners/data-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.data-page .banner-container .content-wrapper {
  min-height: 36.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .data-page .banner-container .content-wrapper {
    min-height: 28.25rem;
  }
}
.data-page .banner-container .content-wrapper .banner-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.data-page .banner-container .content-wrapper .banner-content .sub-text {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.275rem;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .data-page .banner-container .content-wrapper .banner-content .sub-text {
    font-size: 1.25rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .data-page .banner-container .content-wrapper .banner-content .sub-text {
    font-size: 1rem;
  }
}
.data-page .banner-container .content-wrapper .banner-content h1.title-1 {
  color: #FFFFFF;
  padding-bottom: 1rem;
}
.data-page .banner-container .content-wrapper .banner-content h1.title-1 span {
  color: #3F92FF;
}
@media (max-width: 767px) {
  .data-page .banner-container .content-wrapper .banner-content .button-solid {
    font-size: 1rem;
  }
}
.data-page .banner-container .content-wrapper .banner-content p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .data-page .banner-container .content-wrapper .banner-content p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.data-page .our-competitive-edge {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #EDF5FF;
}
@media (max-width: 767px) {
  .data-page .our-competitive-edge {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.data-page .how-we-collect-data {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .data-page .how-we-collect-data {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.data-page .how-we-collect-data .content-wrapper {
  overflow: hidden;
}
.data-page .how-we-collect-data .content-wrapper .title-area h2 {
  color: #000000;
  font-weight: 400;
  letter-spacing: -0.04rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .data-page .how-we-collect-data .content-wrapper .title-area h2 {
    font-size: 1.5rem;
    letter-spacing: -0.03rem;
    padding-bottom: 0;
  }
}
.data-page .how-we-collect-data .content-wrapper .title-area p {
  color: #000000;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .data-page .how-we-collect-data .content-wrapper .title-area p {
    display: none;
  }
}
.data-page .how-we-collect-data .content-wrapper .circle-selector {
  display: grid;
  grid-template-columns: auto 42rem auto;
  gap: 0.5rem;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .data-page .how-we-collect-data .content-wrapper .circle-selector {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
    padding-top: 1rem;
  }
}
.data-page .how-we-collect-data .content-wrapper .circle-selector ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper {
  position: relative;
  min-height: 30rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper {
    min-height: 20rem;
  }
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item {
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  max-width: 36rem;
  z-index: 2;
  left: 0;
  top: 0%;
  right: 0;
  margin: auto;
  transition: all 450ms ease;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item:first-child {
  position: relative;
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #4D4D4D;
  left: 50%;
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item.one {
  width: 100%;
  background: #DEEAFE;
}
@media (max-width: 1200px) {
  .data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item.one.active {
    background: #94C1FB;
    border-style: solid;
    border-color: #000000;
  }
  .data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item.one.active:after {
    background: #0F0F0F;
  }
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item.one:after {
  width: 60%;
  top: 84%;
  left: -9%;
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item.two {
  width: 63%;
  background: #B6D4FD;
}
@media (max-width: 1200px) {
  .data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item.two.active {
    background: #94C1FB;
    border-style: solid;
    border-color: #000000;
  }
  .data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item.two.active:after {
    background: #0F0F0F;
  }
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item.two:after {
  width: 80%;
  top: 86%;
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item.three {
  width: 45%;
  background: #ACCFFC;
}
@media (max-width: 1200px) {
  .data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item.three.active {
    background: #94C1FB;
    border-style: solid;
    border-color: #000000;
  }
  .data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item.three.active:after {
    background: #0F0F0F;
  }
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item.three:after {
  width: 112%;
  top: 72%;
  left: -60%;
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item.four {
  width: 22%;
  background: #94C1FB;
}
@media (max-width: 1200px) {
  .data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item.four.active {
    background: #94C1FB;
    border-style: solid;
    border-color: #000000;
  }
  .data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item.four.active:after {
    background: #0F0F0F;
  }
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item.four:after {
  width: 230%;
  top: 50%;
}
@media (max-width: 1200px) {
  .data-page .how-we-collect-data .content-wrapper .circle-selector .circle-wrapper .circle-item:after {
    display: none;
  }
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper {
  display: grid;
  justify-content: space-around;
  grid-template-rows: 25% 25% 25% 25%;
}
@media (max-width: 1200px) {
  .data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-left: 0.25rem solid #D9D9D9;
  }
  .data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper.left {
    display: none;
  }
}
@media (min-width: 1200px) {
  .data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper.left {
    grid-template-rows: 50%;
  }
  .data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper.left li {
    text-align: right;
    padding-top: 48%;
  }
  .data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper.left li:nth-child(1) {
    display: none;
  }
  .data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper.left li:nth-child(3) {
    display: none;
  }
  .data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper.right {
    grid-template-rows: 50%;
  }
  .data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper.right li:nth-child(2) {
    display: none;
  }
  .data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper.right li:nth-child(4) {
    display: none;
  }
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper li {
  position: relative;
  padding-top: 17%;
  margin-left: 1rem;
  cursor: pointer;
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper li h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  font-family: "Styrene-A", arial, sans-serif;
  color: #ACAAA9;
}
@media (min-width: 1200px) {
  .data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper li h3 {
    color: #000000;
  }
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper li .answer {
  display: none;
}
@media (min-width: 1200px) {
  .data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper li .answer {
    display: block;
  }
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper li p {
  color: #000000;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.6;
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper li.active h3 {
  color: #000000;
}
.data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper li.active .answer {
  display: block;
}
@media (max-width: 1200px) {
  .data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper li {
    padding: 0;
    margin: 0;
    padding-left: 1rem;
  }
  .data-page .how-we-collect-data .content-wrapper .circle-selector .text-wrapper li.active:before {
    content: "";
    position: absolute;
    left: -0.25rem;
    width: 0.25rem;
    height: 100%;
    background: linear-gradient(0deg, #D9D9D9 14.57%, #040404 72.03%);
  }
}
.data-page .data-points {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #EDF5FF;
}
.data-page .data-points .cards-collection .card:nth-child(3) h4 > span {
  height: 1.7rem;
  top: -3px;
}
@media (max-width: 767px) {
  .data-page .data-points {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* ++++++++++++++++++++++++++++++++ */
/* ++++ DATA PAGE STYLES - END ++++ */
/* ++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++ */
/* +++ SUBSCRIPTION PAGE STYLE - START +++ */
/* +++++++++++++++++++++++++++++++++++++++ */
.subscription-page {
  margin-top: 4.5rem;
}
.subscription-page .banner-container {
  position: relative;
  background-image: url(/assets/image/new-ui/v2-banners/subscription-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.subscription-page .banner-container .content-wrapper {
  min-height: 36.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .subscription-page .banner-container .content-wrapper {
    min-height: 28.25rem;
  }
}
.subscription-page .banner-container .content-wrapper .banner-content {
  position: relative;
  z-index: 2;
  width: 70%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .subscription-page .banner-container .content-wrapper .banner-content {
    width: 100%;
  }
}
.subscription-page .banner-container .content-wrapper .banner-content .sub-text {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.275rem;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .subscription-page .banner-container .content-wrapper .banner-content .sub-text {
    font-size: 1.25rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .subscription-page .banner-container .content-wrapper .banner-content .sub-text {
    font-size: 1rem;
  }
}
.subscription-page .banner-container .content-wrapper .banner-content h1.title-1 {
  color: #FFFFFF;
  padding-bottom: 1rem;
}
.subscription-page .banner-container .content-wrapper .banner-content h1.title-1 span {
  color: #3F92FF;
}
@media (max-width: 767px) {
  .subscription-page .banner-container .content-wrapper .banner-content .button-solid {
    font-size: 1rem;
  }
}
.subscription-page .banner-container .content-wrapper .banner-content p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.subscription-page .subscription-plans {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background: #EDF5FF;
}
@media (max-width: 767px) {
  .subscription-page .subscription-plans {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.subscription-page .subscription-plans .content-wrapper .section-heading {
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .subscription-page .subscription-plans .content-wrapper .table-content {
    overflow: scroll;
  }
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .subscription-page .subscription-plans .content-wrapper .table-content .table-container {
    width: 1200px;
  }
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-row {
  display: grid;
  grid-template-columns: 20% 35% 15% 15% 15%;
  padding: 1.25rem 0;
  border-bottom: 1px solid #E2E2E2;
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-row:last-child {
  border-bottom: none;
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-row.table-header {
  background: #2471D6;
  min-height: 7.8125rem;
  text-align: center;
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-row.table-header .data-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.8rem;
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-row.table-header .data-cell:first-child {
  align-items: flex-start;
  padding-left: 2.6rem;
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-row.table-header .data-cell:nth-child(2) {
  align-items: flex-start;
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-row.table-header .data-cell h6 {
  color: #FFFFFF;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-row.table-header .data-cell h6 em {
  display: block;
  padding-top: 0.25rem;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1rem;
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-body .table-row.data-row-full {
  grid-template-columns: 1fr;
  padding: 1.25rem 1.8rem;
  padding-left: 2.6rem;
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-body .table-row.data-row-full h5 {
  color: #171717;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  line-height: 1.75rem;
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-body .table-row .data-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 0 1.8rem;
  gap: 0.5rem;
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-body .table-row .data-cell:first-child {
  align-items: flex-start;
  padding-left: 2.6rem;
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-body .table-row .data-cell:first-child h5,
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-body .table-row .data-cell:first-child p {
  color: #2471D6;
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-body .table-row .data-cell:nth-child(2) {
  align-items: flex-start;
  gap: 1rem;
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-body .table-row .data-cell h5 {
  color: #171717;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  line-height: 1.75rem;
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-body .table-row .data-cell p {
  color: #171717;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 0;
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-body .table-row .data-cell ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.subscription-page .subscription-plans .content-wrapper .table-content .table-container .table-body .table-row .data-cell ul li {
  padding-bottom: 1rem;
}
.subscription-page .subscription-plans .content-wrapper .get-started {
  background: #FFFFFF;
  border-top: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  gap: 4rem;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .subscription-page .subscription-plans .content-wrapper .get-started {
    flex-direction: column;
    padding: 2rem 1rem;
    gap: 1rem;
  }
}
.subscription-page .subscription-plans .content-wrapper .get-started .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .subscription-page .subscription-plans .content-wrapper .get-started .text-wrapper {
    text-align: center;
  }
}
.subscription-page .subscription-plans .content-wrapper .get-started .text-wrapper h4 {
  color: #000000;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
}
.subscription-page .subscription-plans .content-wrapper .get-started .text-wrapper p {
  color: #666666;
}
.subscription-page .subscription-plans .content-wrapper .get-started .button-solid {
  min-width: 11rem;
}
.subscription-page .subscription-plans .content-wrapper .more-info {
  color: #666666;
  font-family: "Styrene-A", arial, sans-serif;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
  padding: 1.5rem 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .subscription-page .subscription-plans .content-wrapper .more-info {
    font-size: 1rem;
    line-height: 1.75rem;
    padding: 1rem 1rem;
  }
}
.subscription-page .faq-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .subscription-page .faq-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.subscription-page .faq-section .content-wrapper .section-heading h2 {
  padding-bottom: 0;
}
.subscription-page .faq-section .content-wrapper .faq-wrapper {
  display: flex;
  justify-content: center;
}
.subscription-page .faq-section .content-wrapper .faq-wrapper .faq-list {
  max-width: 60rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .subscription-page .faq-section .content-wrapper .faq-wrapper .faq-list {
    width: 100%;
  }
}
.subscription-page .faq-section .content-wrapper .faq-wrapper .faq-list .bottom-text {
  color: #0F0F0F;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}
.subscription-page .faq-section .content-wrapper .faq-wrapper .faq-list .faq {
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .subscription-page .faq-section .content-wrapper .faq-wrapper .faq-list .faq {
    padding-left: 2rem;
  }
}
.subscription-page .faq-section .content-wrapper .faq-wrapper .faq-list .faq .question {
  position: relative;
  cursor: pointer;
  color: #000000;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .subscription-page .faq-section .content-wrapper .faq-wrapper .faq-list .faq .question {
    font-size: 1.125rem;
  }
}
.subscription-page .faq-section .content-wrapper .faq-wrapper .faq-list .faq .question:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-image: url(/assets/image/new-ui/icons/chevron-right-faq.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -2.5rem;
  top: -0.125rem;
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  .subscription-page .faq-section .content-wrapper .faq-wrapper .faq-list .faq .question:before {
    top: -0.088rem;
  }
}
.subscription-page .faq-section .content-wrapper .faq-wrapper .faq-list .faq .question.active:before {
  background-image: url(/assets/image/new-ui/icons/chevron-down.svg);
}
.subscription-page .faq-section .content-wrapper .faq-wrapper .faq-list .faq .answer {
  display: none;
  margin-top: 0.5rem;
  color: #666666;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .subscription-page .faq-section .content-wrapper .faq-wrapper .faq-list .faq .answer {
    font-size: 1.125rem;
  }
}
.subscription-page .faq-section .content-wrapper .faq-wrapper .faq-list .faq .answer a {
  color: #757575;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.subscription-page .faq-section .content-wrapper .faq-wrapper .faq-list .faq .answer a:hover, .subscription-page .faq-section .content-wrapper .faq-wrapper .faq-list .faq .answer a:focus {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-weight: 400;
}
.subscription-page .subscribe-to-newsletter {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: linear-gradient(180deg, #192E47 0%, #00418D 100%);
}
@media (max-width: 767px) {
  .subscription-page .subscribe-to-newsletter {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.subscription-page .subscribe-to-newsletter .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscription-page .subscribe-to-newsletter .content-wrapper .text-wrapper h2 {
  color: #FFFFFF;
  padding-bottom: 1rem;
}
.subscription-page .subscribe-to-newsletter .content-wrapper .text-wrapper p {
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.subscription-page .subscribe-to-newsletter .content-wrapper .subscription-form {
  max-width: 45rem;
  width: 55%;
  margin: auto;
  text-align: center;
}
@media (max-width: 1439px) {
  .subscription-page .subscribe-to-newsletter .content-wrapper .subscription-form {
    max-width: 50rem;
    width: 100%;
  }
}
.subscription-page .subscribe-to-newsletter .content-wrapper .subscription-form .subscribe-to-newsletter-form {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .subscription-page .subscribe-to-newsletter .content-wrapper .subscription-form .subscribe-to-newsletter-form {
    flex-direction: column;
  }
}
.subscription-page .subscribe-to-newsletter .content-wrapper .subscription-form .subscribe-to-newsletter-form .dropdown {
  width: auto;
  min-width: 15rem;
}
@media (max-width: 767px) {
  .subscription-page .subscribe-to-newsletter .content-wrapper .subscription-form .subscribe-to-newsletter-form .dropdown {
    width: 100%;
  }
}
.subscription-page .subscribe-to-newsletter .content-wrapper .subscription-form .subscribe-to-newsletter-form .dropdown button {
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #FFFFFF;
}
.subscription-page .subscribe-to-newsletter .content-wrapper .subscription-form .subscribe-to-newsletter-form .dropdown button span {
  background-image: url(/assets/image/new-ui/icons/expand-white.svg);
  right: 1%;
}
.subscription-page .subscribe-to-newsletter .content-wrapper .subscription-form .subscribe-to-newsletter-form .group input {
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #FFFFFF;
}
.subscription-page .subscribe-to-newsletter .content-wrapper .subscription-form .subscribe-to-newsletter-form .group input::-moz-placeholder {
  color: #FFFFFF;
}
.subscription-page .subscribe-to-newsletter .content-wrapper .subscription-form .subscribe-to-newsletter-form .group input:-ms-input-placeholder {
  color: #FFFFFF;
}
.subscription-page .subscribe-to-newsletter .content-wrapper .subscription-form .subscribe-to-newsletter-form .group input::placeholder {
  color: #FFFFFF;
}
.subscription-page .subscribe-to-newsletter .content-wrapper .subscription-form .subscribe-to-newsletter-form .group button {
  min-width: 10rem;
  max-height: 2.375rem;
  line-height: 1.275rem;
}
@media (max-width: 767px) {
  .subscription-page .subscribe-to-newsletter .content-wrapper .subscription-form .subscribe-to-newsletter-form .group button {
    min-width: initial;
  }
}
.subscription-page .subscribe-to-newsletter .content-wrapper .results-form-sub {
  text-align: center;
}
.subscription-page .subscribe-to-newsletter .content-wrapper .results-form-sub h2,
.subscription-page .subscribe-to-newsletter .content-wrapper .results-form-sub p {
  color: #FFFFFF;
}

/* +++++++++++++++++++++++++++++++++++++ */
/* +++ SUBSCRIPTION PAGE STYLE - END +++ */
/* +++++++++++++++++++++++++++++++++++++ */
.about-page-new-ui {
  position: relative;
  margin-top: 6.2rem;
}
.about-page-new-ui .banner-container {
  position: relative;
  background-image: url(/assets/image/new-ui/v2-banners/about-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-page-new-ui .banner-container .content-wrapper {
  min-height: 36.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-page-new-ui .banner-container .content-wrapper {
    min-height: 28.25rem;
  }
}
.about-page-new-ui .banner-container .content-wrapper .banner-content {
  position: relative;
  z-index: 2;
  width: 70%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .about-page-new-ui .banner-container .content-wrapper .banner-content {
    width: 100%;
  }
}
.about-page-new-ui .banner-container .content-wrapper .banner-content .sub-text {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.275rem;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .about-page-new-ui .banner-container .content-wrapper .banner-content .sub-text {
    font-size: 1.25rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .about-page-new-ui .banner-container .content-wrapper .banner-content .sub-text {
    font-size: 1rem;
  }
}
.about-page-new-ui .banner-container .content-wrapper .banner-content h1.title-1 {
  color: #FFFFFF;
  padding-bottom: 1rem;
}
.about-page-new-ui .banner-container .content-wrapper .banner-content h1.title-1 span {
  color: #3F92FF;
}
@media (max-width: 767px) {
  .about-page-new-ui .banner-container .content-wrapper .banner-content .button-solid {
    font-size: 1rem;
  }
}
.about-page-new-ui .banner-container .content-wrapper .banner-content p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.about-page-new-ui .about-ourhistory-section {
  display: flex;
  padding-bottom: 3rem;
  justify-content: center;
  background-color: #F2F2F2;
}
.about-page-new-ui .about-ourhistory-section .content-wrapper {
  max-width: 63.75rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-page-new-ui .about-ourhistory-section .content-wrapper {
    max-width: 21.5rem;
  }
}
.about-page-new-ui .about-ourhistory-section .content-wrapper .history {
  font-family: "Styrene-A", arial, sans-serif;
  color: #000000;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.125rem;
  text-align: center;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .about-page-new-ui .about-ourhistory-section .content-wrapper .history {
    font-size: 1.5rem;
    line-height: normal;
    padding-top: 2rem;
  }
}
.about-page-new-ui .about-ourhistory-section .content-wrapper .our-history-desc {
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 3.125rem;
  color: #000000;
}
@media (max-width: 767px) {
  .about-page-new-ui .about-ourhistory-section .content-wrapper .our-history-desc {
    font-size: 1.25rem;
    line-height: normal;
    padding-top: 2rem;
  }
}
.about-page-new-ui .about-ourhistory-section .content-wrapper p {
  color: #4D4D4D;
}
.about-page-new-ui .about-team-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .about-page-new-ui .about-team-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.about-page-new-ui .about-team-section .content-wrapper {
  background-image: url(/assets/image/new-ui/contact-us-bg.svg);
  background-repeat: no-repeat;
  background-position: top left;
}
@media (max-width: 767px) {
  .about-page-new-ui .about-team-section .content-wrapper {
    height: 12.47475rem;
  }
}
.about-page-new-ui .about-team-section .content-wrapper h1 {
  margin-top: 6.5rem;
  color: #0F0F0F;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  max-width: 58%;
}
@media (max-width: 767px) {
  .about-page-new-ui .about-team-section .content-wrapper h1 {
    font-size: 1.5rem;
    letter-spacing: -0.03rem;
    max-width: none;
  }
}
.about-page-new-ui .about-team-section .image-wrapper {
  display: flex;
  flex-direction: column;
}
.about-page-new-ui .about-team-section .image-wrapper .blueJ {
  width: 7.18556rem;
}
.about-page-new-ui .about-team-section .image-wrapper .redM {
  width: 7.18556rem;
}
.about-page-new-ui .about-team-section .image-wrapper h1 {
  font-size: 1.25rem;
  font-weight: 300;
  color: #0F0F0F;
  font-family: "Styrene-A", arial, sans-serif;
  padding-top: 1rem;
}
.about-page-new-ui .about-team-section .image-wrapper h1 span img {
  width: 1.25rem;
  height: 1.25rem;
  padding-left: 0.38rem;
}
.about-page-new-ui .about-team-section .image-wrapper strong {
  font-size: 1rem;
  font-weight: 300;
  color: #757575;
  font-family: "Styrene-A", arial, sans-serif;
}
.about-page-new-ui .about-team-section .image-wrapper p {
  font-size: 1rem;
  font-weight: 300;
  color: #0F0F0F;
  font-family: "Styrene-A", arial, sans-serif;
}
.about-page-new-ui .about-careers-section {
  margin-top: 1rem;
  background: linear-gradient(180deg, #F1F1F1 0%, #FFF 100%);
}
.about-page-new-ui .about-careers-section .careers-section-content-wrapper {
  display: flex;
  gap: 2rem;
  flex-direction: row;
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-page-new-ui .about-careers-section .careers-section-content-wrapper {
    flex-direction: column;
    padding-top: 2rem;
  }
}
.about-page-new-ui .about-careers-section .careers-section-content-wrapper .image-wrapper .aboutgirl {
  height: 43.5rem;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .about-page-new-ui .about-careers-section .careers-section-content-wrapper .image-wrapper .aboutgirl {
    display: none;
  }
}
.about-page-new-ui .about-careers-section .careers-section-content-wrapper .image-wrapper .samoza {
  display: none;
  height: 43.5rem;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .about-page-new-ui .about-careers-section .careers-section-content-wrapper .image-wrapper .samoza {
    width: 100%;
    height: 100%;
    display: block;
  }
}
.about-page-new-ui .about-careers-section .careers-section-content-wrapper .content-wrapper h1 {
  font-size: 2.25rem;
  font-weight: 500;
  padding-bottom: 2rem;
  color: #000000;
  font-family: "Styrene-A", arial, sans-serif;
  line-height: 3.125rem;
  max-width: 46rem;
}
@media (max-width: 767px) {
  .about-page-new-ui .about-careers-section .careers-section-content-wrapper .content-wrapper h1 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.about-page-new-ui .about-careers-section .careers-section-content-wrapper .content-wrapper p {
  color: #4D4D4D;
  padding-bottom: 2.25rem;
}
.about-page-new-ui .about-careers-section .careers-section-content-wrapper .content-wrapper .button-solid {
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.00938rem;
  font-weight: 500;
  padding: 0.875rem 1.5rem 0.875rem 1.5rem;
}
@media (max-width: 767px) {
  .about-page-new-ui .about-careers-section .careers-section-content-wrapper .content-wrapper .button-solid {
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 0.8rem;
  }
}

/* +++++++++++++++++++++++++++++++++++++ */
/* +++ SUBSCRIPTION PAGE STYLE - END +++ */
/* +++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++ */
/* +++ NEWSLETTER PAGE STYLE - START +++ */
/* +++++++++++++++++++++++++++++++++++++ */
.newsletter-page {
  margin-top: 6.25rem;
}
.newsletter-page .banner-container {
  position: relative;
  background-image: url(/assets/image/new-ui/v2-banners/news-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.newsletter-page .banner-container .content-wrapper {
  min-height: 36.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .newsletter-page .banner-container .content-wrapper {
    min-height: 28.25rem;
  }
}
.newsletter-page .banner-container .content-wrapper .banner-content {
  position: relative;
  z-index: 2;
  width: 70%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .newsletter-page .banner-container .content-wrapper .banner-content {
    width: 100%;
  }
}
.newsletter-page .banner-container .content-wrapper .banner-content .sub-text {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.275rem;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .newsletter-page .banner-container .content-wrapper .banner-content .sub-text {
    font-size: 1.25rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .newsletter-page .banner-container .content-wrapper .banner-content .sub-text {
    font-size: 1rem;
  }
}
.newsletter-page .banner-container .content-wrapper .banner-content h1.title-1 {
  color: #FFFFFF;
  padding-bottom: 2rem;
}
.newsletter-page .banner-container .content-wrapper .banner-content h1.title-1 span {
  color: #3F92FF;
}
@media (max-width: 767px) {
  .newsletter-page .banner-container .content-wrapper .banner-content .button-solid {
    font-size: 1rem;
  }
}
.newsletter-page .banner-container .content-wrapper .banner-content p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.newsletter-page .newsletters {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 991px) {
  .newsletter-page .newsletters {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.newsletter-page .newsletters .cntnr {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 991px) {
  .newsletter-page .newsletters .cntnr {
    gap: 3rem;
  }
}
.newsletter-page .newsletters .newsletter-wrapper {
  display: grid;
  grid-template-columns: 35% 65%;
}
@media (max-width: 991px) {
  .newsletter-page .newsletters .newsletter-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.newsletter-page .newsletters .newsletter-wrapper:nth-child(2) {
  grid-template-columns: 65% 35%;
}
@media (max-width: 991px) {
  .newsletter-page .newsletters .newsletter-wrapper:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
  }
}
.newsletter-page .newsletters .newsletter-wrapper:nth-child(2) .grid-left {
  border-radius: 0rem 1rem 1rem 0rem;
  background-image: url(/assets/image/new-ui/newsletter-image-2.png);
}
@media (max-width: 991px) {
  .newsletter-page .newsletters .newsletter-wrapper:nth-child(2) .grid-left {
    border-radius: 1rem 1rem 0rem 0rem;
  }
}
.newsletter-page .newsletters .newsletter-wrapper:nth-child(2) .grid-left .heading h3,
.newsletter-page .newsletters .newsletter-wrapper:nth-child(2) .grid-left .heading h4,
.newsletter-page .newsletters .newsletter-wrapper:nth-child(2) .grid-left .heading p {
  color: #FFFFFF;
}
.newsletter-page .newsletters .newsletter-wrapper:nth-child(2) .grid-left .newsletter p {
  color: #FFFFFF;
}
.newsletter-page .newsletters .newsletter-wrapper:nth-child(2) .grid-left .newsletter p:before {
  background-image: url(/assets/image/new-ui/icons/newsmode-white.svg);
}
.newsletter-page .newsletters .newsletter-wrapper:nth-child(2) .grid-right {
  border-radius: 1rem 0rem 0rem 1rem;
}
@media (max-width: 991px) {
  .newsletter-page .newsletters .newsletter-wrapper:nth-child(2) .grid-right {
    border-radius: 0rem 0rem 1rem 1rem;
  }
}
.newsletter-page .newsletters .newsletter-wrapper:nth-child(3) .grid-left {
  background-color: #757575;
  background-image: url(/assets/image/new-ui/newsletter-image-3.png);
}
.newsletter-page .newsletters .newsletter-wrapper:nth-child(3) .grid-left .heading h3,
.newsletter-page .newsletters .newsletter-wrapper:nth-child(3) .grid-left .heading h4,
.newsletter-page .newsletters .newsletter-wrapper:nth-child(3) .grid-left .heading p {
  color: #FFFFFF;
}
.newsletter-page .newsletters .newsletter-wrapper:nth-child(3) .grid-left .newsletter p {
  color: #FFFFFF;
}
.newsletter-page .newsletters .newsletter-wrapper:nth-child(3) .grid-left .newsletter p:before {
  background-image: url(/assets/image/new-ui/icons/newsmode-white.svg);
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left {
  border-radius: 1rem 0rem 0rem 1rem;
  background-image: url(/assets/image/new-ui/newsletter-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 991px) {
  .newsletter-page .newsletters .newsletter-wrapper .grid-left {
    border-radius: 1rem 1rem 0rem 0rem;
  }
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .heading h3,
.newsletter-page .newsletters .newsletter-wrapper .grid-left .heading h4 {
  color: #0F0F0F;
  font-family: "Styrene-A", arial, sans-serif;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .heading h3 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.035rem;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .heading h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0225rem;
  padding-bottom: 1.4rem;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .heading h4 span {
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.015rem;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .heading p {
  color: #4F4F4F;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter p {
  position: relative;
  color: #0F0F0F;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 2rem;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/assets/image/new-ui/icons/newsmode.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter p.error-text {
  padding-left: 0;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter p.error-text:before {
  display: none;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  z-index: 5;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown {
  width: 100%;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown.open .dropdown-toggle span {
  transition: all 450ms ease;
  transform: rotate(-180deg);
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown .dropdown-toggle {
  position: relative;
  padding: 0.5rem 0.625rem;
  border-radius: 0.5rem;
  background: rgba(36, 113, 214, 0.1);
  width: 100%;
  color: #757575;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  border: 1px solid rgba(36, 113, 214, 0.5);
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: flex-start;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown .dropdown-toggle span {
  position: absolute;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/image/new-ui/icons/expand-more-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown .dropdown-toggle:hover, .newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown .dropdown-toggle:active, .newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown .dropdown-toggle:focus {
  background: rgba(36, 113, 214, 0.1);
  border-color: rgb(36, 113, 214);
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown .dropdown-menu {
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 0.25rem;
  border: none;
  padding: 0;
  z-index: 50;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown .dropdown-menu li {
  display: grid;
  grid-template-columns: auto 1.5rem;
  align-items: center;
  padding: 0.5rem 0.88rem;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown .dropdown-menu li:first-child {
  padding: 0.5rem 0.88rem;
  border-bottom: 0.0625rem solid #D9D9D9;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown .dropdown-menu li .text-area {
  padding-right: 0.88rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown .dropdown-menu li p {
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #0F0F0F;
  margin: 0;
  line-height: 1.3;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown .dropdown-menu li p.secondary-text {
  color: #ACAAA9;
  text-align: left;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown .dropdown-menu li input[type=checkbox] {
  accent-color: #3F92FF;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown .dropdown-toggle {
  background: #FFFFFF;
  border: 0.125rem solid #FFFFFF;
  max-height: 2.5rem;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown .dropdown-toggle:hover, .newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown .dropdown-toggle:focus {
  background: #FFFFFF;
  border: 0.125rem solid #FFFFFF;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown .dropdown-toggle:focus {
  border: 0.125rem solid #3F92FF;
}
@media (max-width: 767px) {
  .newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .dropdown {
    width: 100%;
  }
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form input {
  border: none;
  padding: 0.5rem 0.625rem;
  border-radius: 0.5rem;
  background: #FFFFFF;
  width: 100%;
  color: #757575;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  outline: transparent;
  border: 0.125rem solid #FFFFFF;
  outline: none;
  box-shadow: none;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form input:focus {
  border: 0.125rem solid #3F92FF;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form button {
  max-height: 2.5rem;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .group {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  .newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .group {
    width: 100%;
  }
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .group input {
  border-radius: 0.5rem;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-left .newsletter form .group button {
  font-size: 0.875rem;
  min-width: 5.5rem;
  padding: 0.5rem 0.625rem;
  border-radius: 0.5rem;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-right {
  border-radius: 0rem 1rem 1rem 0rem;
  background: #EDF5FF;
  padding: 3rem 2rem 3rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 991px) {
  .newsletter-page .newsletters .newsletter-wrapper .grid-right {
    border-radius: 0rem 0rem 1rem 1rem;
    gap: 2.5rem;
  }
}
.newsletter-page .newsletters .newsletter-wrapper .grid-right .news {
  display: grid;
  grid-template-columns: 30% 70%;
}
@media (max-width: 991px) {
  .newsletter-page .newsletters .newsletter-wrapper .grid-right .news {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
}
.newsletter-page .newsletters .newsletter-wrapper .grid-right .timeline {
  color: #000000;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-right ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #757575;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-right ul.active li h4,
.newsletter-page .newsletters .newsletter-wrapper .grid-right ul.active li p {
  color: #0F0F0F;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-right ul li span {
  display: block;
  font-family: "Styrene-A", arial, sans-serif;
  color: #757575;
  font-size: 1rem;
  font-weight: 300;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-right ul li h4,
.newsletter-page .newsletters .newsletter-wrapper .grid-right ul li p {
  color: #757575;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-right ul li h4 {
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  padding-bottom: 0.25rem;
  transition: all 350ms ease-in-out;
}
.newsletter-page .newsletters .newsletter-wrapper .grid-right ul li h4 a:hover {
  font-weight: inherit;
  color: #2471D6;
}
@media (max-width: 767px) {
  .newsletter-page .newsletters .newsletter-wrapper .grid-right ul li h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.newsletter-page .newsletters .newsletter-wrapper .grid-right ul li p {
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0;
}

/* +++++++++++++++++++++++++++++++++++ */
/* +++ NEWSLETTER PAGE STYLE - END +++ */
/* +++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++ */
/* +++ AUS CAMPAIGN PAGE STYLE - START +++ */
/* +++++++++++++++++++++++++++++++++++++++ */
.australia-camp-page {
  margin-top: 6.25rem;
}
.australia-camp-page .section-footer {
  padding-top: 3rem;
  max-width: 55rem;
  margin: 0 auto;
  text-align: center;
}
.australia-camp-page .section-footer p {
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.australia-camp-page .section-footer a {
  display: inline-block;
}
.australia-camp-page .banner-container {
  position: relative;
  background-image: url(/assets/image/new-ui/v2-banners/news-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .australia-camp-page .banner-container {
    background-position: right;
  }
}
.australia-camp-page .banner-container .content-wrapper {
  min-height: 22.125rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .australia-camp-page .banner-container .content-wrapper {
    min-height: 28.25rem;
  }
}
.australia-camp-page .banner-container .content-wrapper .banner-content {
  position: relative;
  z-index: 2;
  width: 70%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .australia-camp-page .banner-container .content-wrapper .banner-content {
    width: 100%;
  }
}
.australia-camp-page .banner-container .content-wrapper .banner-content .sub-text {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.275rem;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .australia-camp-page .banner-container .content-wrapper .banner-content .sub-text {
    font-size: 1.25rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .australia-camp-page .banner-container .content-wrapper .banner-content .sub-text {
    font-size: 1rem;
  }
}
.australia-camp-page .banner-container .content-wrapper .banner-content h1.title-1 {
  color: #FFFFFF;
  padding-bottom: 2rem;
}
.australia-camp-page .banner-container .content-wrapper .banner-content h1.title-1 span {
  color: #3F92FF;
}
@media (max-width: 767px) {
  .australia-camp-page .banner-container .content-wrapper .banner-content .button-solid {
    font-size: 1rem;
  }
}
.australia-camp-page .banner-container .content-wrapper .banner-content p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.australia-camp-page .alternatives-selling-points {
  padding: 4rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .australia-camp-page .alternatives-selling-points {
    padding: 3rem 0;
  }
}
.australia-camp-page .alternatives-selling-points .section-heading h2 {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.australia-camp-page .alternatives-selling-points .section-heading h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 26.5rem;
  height: 0.0625rem;
  background: #B5B5B5;
}
.australia-camp-page .alternatives-selling-points .section-heading p {
  padding-bottom: 0;
}
.australia-camp-page .alternatives-selling-points .solutions-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  grid-template-areas: "one middleImg two";
}
@media (max-width: 991px) {
  .australia-camp-page .alternatives-selling-points .solutions-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "one" "two" "middleImg";
    gap: 2rem;
  }
}
.australia-camp-page .alternatives-selling-points .solutions-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
.australia-camp-page .alternatives-selling-points .solutions-container ul li {
  width: 100%;
  display: grid;
  grid-template-columns: 4rem auto;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 991px) {
  .australia-camp-page .alternatives-selling-points .solutions-container ul li {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
}
@media (max-width: 991px) {
  .australia-camp-page .alternatives-selling-points .solutions-container ul li img {
    width: 2.5rem;
  }
}
.australia-camp-page .alternatives-selling-points .solutions-container ul li h4 {
  color: #323232;
  font-family: "Styrene-A", arial, sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem;
}
@media (max-width: 991px) {
  .australia-camp-page .alternatives-selling-points .solutions-container ul li h4 {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .australia-camp-page .alternatives-selling-points .solutions-container ul li h4 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .australia-camp-page .alternatives-selling-points .solutions-container ul li h4 br {
    display: none;
  }
}
.australia-camp-page .alternatives-selling-points .solutions-container ul.part-one {
  grid-area: one;
}
.australia-camp-page .alternatives-selling-points .solutions-container .image-container {
  grid-area: middleImg;
}
.australia-camp-page .alternatives-selling-points .solutions-container ul.part-two {
  grid-area: two;
}
.australia-camp-page .alternatives-selling-points .solutions-container ul.part-two li {
  grid-template-columns: auto 4rem;
  text-align: right;
}
@media (max-width: 991px) {
  .australia-camp-page .alternatives-selling-points .solutions-container ul.part-two li {
    flex-direction: row-reverse;
    text-align: left;
  }
}
.australia-camp-page .video-sec {
  padding: 4rem 0;
  background: #F2F2F2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .australia-camp-page .video-sec {
    padding: 3rem 0;
  }
}
.australia-camp-page .video-sec .video-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3rem;
  max-width: 55rem;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .australia-camp-page .video-sec .video-content {
    max-width: 76rem;
  }
}
.australia-camp-page .video-sec .video-content video {
  width: 100%;
  aspect-ratio: 11/5;
}
@media (max-width: 991px) {
  .australia-camp-page .video-sec .video-content video {
    height: 100%;
    aspect-ratio: auto;
  }
}
.australia-camp-page .video-sec .video-content .vimeo-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.australia-camp-page .video-sec .video-content .vimeo-wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.8/1;
}
.australia-camp-page .video-sec .video-content .section-footer {
  padding-top: 0;
}
.australia-camp-page .data-you-trust {
  padding: 4rem 0;
}
.australia-camp-page .data-you-trust .flex-content-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 991px) {
  .australia-camp-page .data-you-trust .flex-content-wrapper {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
.australia-camp-page .data-you-trust .flex-content-wrapper .section-heading {
  width: 25%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1439px) {
  .australia-camp-page .data-you-trust .flex-content-wrapper .section-heading {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .australia-camp-page .data-you-trust .flex-content-wrapper .section-heading {
    width: 100%;
    gap: 0rem;
  }
}
.australia-camp-page .data-you-trust .flex-content-wrapper .section-heading h3 {
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .australia-camp-page .data-you-trust .flex-content-wrapper .section-heading h3 {
    padding-bottom: 0.5rem;
  }
}
.australia-camp-page .data-you-trust .flex-content-wrapper .section-heading p {
  padding-bottom: 2rem;
}
.australia-camp-page .data-you-trust .flex-content-wrapper .section-heading ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.australia-camp-page .data-you-trust .flex-content-wrapper .section-heading ul li p {
  padding-bottom: 0;
}
.australia-camp-page .data-you-trust .flex-content-wrapper .image-wrapper {
  width: 70%;
  text-align: right;
}
@media (max-width: 1439px) {
  .australia-camp-page .data-you-trust .flex-content-wrapper .image-wrapper {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .australia-camp-page .data-you-trust .flex-content-wrapper .image-wrapper {
    width: 100%;
  }
}
.australia-camp-page .data-you-trust .flex-content-wrapper .image-wrapper img {
  width: 100%;
  max-width: 52rem;
}
@media (min-width: 1439px) {
  .australia-camp-page .data-you-trust .flex-content-wrapper .image-wrapper img {
    max-width: 56rem;
  }
}
@media (min-width: 1920px) {
  .australia-camp-page .data-you-trust .flex-content-wrapper .image-wrapper img {
    max-width: 58rem;
  }
}
@media (max-width: 767px) {
  .australia-camp-page .data-you-trust .flex-content-wrapper:nth-child(1) {
    flex-direction: column-reverse;
  }
}
.australia-camp-page .data-you-trust .flex-content-wrapper:nth-child(2) .section-heading {
  flex: 1;
}
.australia-camp-page .data-you-trust .flex-content-wrapper:nth-child(2) .image-wrapper {
  flex: 2;
}

/* +++++++++++++++++++++++++++++++++++++++ */
/* +++ AUS CAMPAIGN PAGE STYLE - END +++++ */
/* +++++++++++++++++++++++++++++++++++++++ */
#book-a-demo-success-container,
#talk-to-us-success-container {
  width: 100%;
  height: 500px;
}

.iframe-results-contactus,
.iframe-results-contactus_main {
  position: relative;
  padding: 4rem 0;
  background: #FFF;
}
.iframe-results-contactus .results-contactus-wrapper,
.iframe-results-contactus_main .results-contactus-wrapper {
  max-width: 38rem;
  margin: 0 auto;
}
.iframe-results-contactus .results-contactus-wrapper p,
.iframe-results-contactus_main .results-contactus-wrapper p {
  font-family: "Styrene-A", arial, sans-serif;
  color: #4D4D4D;
}
.iframe-results-contactus .results-contactus-wrapper p span,
.iframe-results-contactus_main .results-contactus-wrapper p span {
  display: block;
  font-size: 2rem;
  padding-bottom: 0.5rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .iframe-results-contactus .results-contactus-wrapper p span,
  .iframe-results-contactus_main .results-contactus-wrapper p span {
    font-size: 1.5rem;
  }
}
.iframe-results-contactus .results-contactus-wrapper p a,
.iframe-results-contactus_main .results-contactus-wrapper p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.iframe-results-contactus .results-contactus-wrapper p a.button-solid,
.iframe-results-contactus_main .results-contactus-wrapper p a.button-solid {
  display: inline-block;
}

.iframe-results-contactus_main {
  position: initial;
}
.iframe-results-contactus_main .subscribe-success {
  height: 318px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++ */
/* +++ SIGNUP SUCCESS PAGE STYLES - START +++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++ */
.signup-success-page {
  margin-top: 6.25rem;
}
.signup-success-page .success-message-section {
  background: linear-gradient(180deg, rgb(2, 0, 36) 0%, rgb(240, 240, 240) 0%, rgb(251, 251, 251) 100%);
  text-align: center;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.signup-success-page .success-message-section h2 {
  color: #4D4D4D;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 500;
  padding-bottom: 0.5rem;
}
.signup-success-page .success-message-section p {
  color: #4D4D4D;
  font-size: 1rem;
}
.signup-success-page .success-message-section p a {
  text-decoration: underline;
}

/* ++++++++++++++++++++++++++++++++++++++++++ */
/* +++ SIGNUP SUCCESS PAGE STYLES - END +++++ */
/* ++++++++++++++++++++++++++++++++++++++++++ */
.talk-to-us-subscribed.thank-message-actived {
  max-height: 25rem;
}
.talk-to-us-subscribed .contact-us-form.talk-to-us-subscribed iframe#talk-to-us-subscribed-success-container {
  width: 100%;
  height: 32rem;
  box-shadow: none;
  border: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++ Shepherd Model style customizations - START +++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.shepherd-element .shepherd-arrow:before {
  background-color: #F1F1F1 !important;
}
.shepherd-element .shepherd-content .shepherd-header,
.shepherd-element .shepherd-content .shepherd-text,
.shepherd-element .shepherd-content .shepherd-footer {
  background: #F1F1F1 !important;
}
.shepherd-element .shepherd-content .shepherd-header {
  padding: 0rem 1rem !important;
}
.shepherd-element .shepherd-content .shepherd-header h3 {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
}
.shepherd-element .shepherd-content .shepherd-text {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}
.shepherd-element .shepherd-content .shepherd-footer {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shepherd-element .shepherd-content .shepherd-footer .shepherd-button {
  font-family: "Roboto", sans-serif;
  background: #2471D6;
  color: #FFFFFF;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++ Shepherd Model style customizations - END +++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#spsrAccessModal {
  top: 0;
  padding-right: 0;
  overflow-y: hidden;
  -webkit-backdrop-filter: brightness(0.8);
          backdrop-filter: brightness(0.8);
}
#spsrAccessModal .talktous-popup {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
#spsrAccessModal .talktous-popup .popup-container {
  max-width: 55rem;
}
#spsrAccessModal .talktous-popup .popup-container #talk-to-us-model-subscribe {
  display: block;
  position: relative;
  top: 5%;
  max-height: 46.5rem;
  background: #FFFFFF;
}
#spsrAccessModal .talktous-popup .popup-container #talk-to-us-model-subscribe:before {
  display: none;
}
#spsrAccessModal .talktous-popup .popup-container #talk-to-us-model-subscribe .title-wrapper h2 {
  font-size: 1.125rem;
}
#spsrAccessModal .talktous-popup .popup-container #talk-to-us-model-subscribe .title-wrapper .contact-us-model-close button {
  margin-right: 0.75rem;
}
#spsrAccessModal .talktous-popup .popup-container #talk-to-us-model-subscribe .contact-us-form {
  min-height: 41rem;
  overflow: auto;
}
#spsrAccessModal .talktous-popup .popup-container #talk-to-us-model-subscribe .contact-us-form .cntnr .top-text {
  padding: 1rem 2rem;
  padding-bottom: 0;
  background: #FFFFFF;
}
#spsrAccessModal .talktous-popup .popup-container #talk-to-us-model-subscribe .contact-us-form .cntnr .top-text p {
  color: #4D4D4D;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}
#spsrAccessModal .talktous-popup .popup-container #talk-to-us-model-subscribe .contact-us-form .cntnr .contact-us-form-subscribe {
  background: #F1F1F1;
  padding-top: 1rem;
  margin: 0 2rem 1rem 2rem;
  border-radius: 0.5rem;
}
#spsrAccessModal .talktous-popup .popup-container #talk-to-us-model-subscribe .contact-us-form .cntnr .contact-us-form-subscribe .content-wrapper {
  gap: 0rem;
}
#spsrAccessModal .talktous-popup .popup-container #talk-to-us-model-subscribe .contact-us-form .cntnr .contact-us-form-subscribe .content-wrapper .text-wrapper p {
  font-size: 1rem;
  line-height: 1.75rem;
}

#talk-to-us-model-subscribe #talk-to-us-subscribed-success-container {
  width: inherit;
  height: 19rem;
}

.csv-pdf-download-dropdown {
  display: none;
  flex-direction: column;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  right: -0.125rem;
  top: 1.75rem;
  z-index: 5;
  background: #FFFFFF;
  min-width: 4.625rem;
  min-height: 5.125rem;
}
.csv-pdf-download-dropdown.active {
  display: flex;
}
.csv-pdf-download-dropdown a {
  display: block;
  padding: 0.25rem 1rem;
  color: #323232 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150% !important;
  text-decoration: none !important;
}
.csv-pdf-download-dropdown a:first-child {
  padding-top: 0.75rem;
}
.csv-pdf-download-dropdown a:last-child {
  padding-bottom: 0.75rem;
}
.csv-pdf-download-dropdown a:hover {
  color: #0D47A1 !important;
}
