/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./sources/scss/style.scss ***!
  \**************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./sources/scss/style.scss (1) ***!
  \******************************************************************************************************************************************************************************/
@font-face {
  font-family: "axonis";
  src: icon-font("axonis.eot");
  src: icon-font("axonis.eot?#iefix") format("embedded-opentype"), icon-font("axonis.woff") format("woff"), icon-font("axonis.ttf") format("truetype"), icon-font("axonis.svg#axonis") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "axonis" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "axonis" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-btn-arrow:before {
  content: "a";
}

.icon-play-button:before {
  content: "b";
}

.icon-right-arrow:before {
  content: "c";
}

.icon-search:before {
  content: "d";
}

/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
/* Reset css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  -webkit-font-smoothing: subpixel-antialiased;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

/* Text-level semantics */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
audio,
video,
iframe {
  display: block;
  max-width: 100%;
}

/**
 * Basic typography style for copy text
 */
html {
  height: 100%;
  font-size: pxtopercent(16px);
  text-size-adjust: 100%;
}

body {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #0A0F24;
  background-color: #fff;
}
body.scroll-fixed {
  overflow: hidden;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}

h1,
.h1 {
  margin-bottom: 0.938rem;
  font-family: inherit;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
  color: #0A0F24;
  word-break: keep-all;
  font-family: "Ubuntu", sans-serif;
}
h1 a,
.h1 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h1 span,
.h1 span {
  font-weight: 400;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 2.625rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  margin-bottom: 0.938rem;
  font-family: inherit;
  font-size: 2.438rem;
  font-weight: 300;
  line-height: 1.1;
  color: #0A0F24;
  word-break: keep-all;
  font-family: "Ubuntu", sans-serif;
}
h2 a,
.h2 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h2 span,
.h2 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}

h3,
.h3 {
  margin-bottom: 0.938rem;
  font-family: inherit;
  font-size: 1.938rem;
  font-weight: 300;
  line-height: 1.1;
  color: #0A0F24;
  word-break: keep-all;
  font-family: "Ubuntu", sans-serif;
}
h3 a,
.h3 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h3 span,
.h3 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 1.563rem;
  }
}

h4,
.h4 {
  margin-bottom: 0.938rem;
  font-family: inherit;
  font-size: 1.563rem;
  font-weight: 300;
  line-height: 1.1;
  color: #0A0F24;
  word-break: keep-all;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
}
h4 a,
.h4 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h4 span,
.h4 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

h5,
.h5 {
  margin-bottom: 0.938rem;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.1;
  color: #0A0F24;
  word-break: keep-all;
  font-weight: 400;
}
h5 a,
.h5 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h5 span,
.h5 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}

h6,
.h6 {
  margin-bottom: 0.938rem;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.1;
  color: #0A0F24;
  word-break: keep-all;
  font-weight: 700;
}
h6 a,
.h6 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h6 span,
.h6 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 1rem;
  }
}

p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}
p a {
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
p:last-child {
  margin-bottom: 0;
}

.p-large p {
  font-size: 1.25rem;
  font-weight: 300;
}

.eyebrow-text {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}

:is(ul, ol) {
  --ulol-left-padding: 1.25rem;
  margin-bottom: 0.938rem;
  padding-left: var(--ulol-left-padding);
}
:is(ul, ol) li {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
:is(ul, ol) li:last-child {
  padding-bottom: 0;
}

ul > li::marker,
ol > li::marker {
  color: #6B2BF2;
  font-size: 0.875rem;
  font-weight: 700;
  font-weight: "Ubuntu", sans-serif;
}
ul > li a,
ol > li a {
  text-decoration: none;
}
ul > li a:hover,
ol > li a:hover {
  text-decoration: underline;
}

.bullet-styled ol > li {
  counter-increment: counter-1;
  list-style-type: none;
}
.bullet-styled ol > li:before {
  content: counter(counter-1) ". ";
  top: 14px;
  font-size: 0.875rem;
  color: #6B2BF2;
  font-weight: 700;
}
.bullet-styled ol > li > ol {
  counter-reset: counter-2;
}
.bullet-styled ol > li > ol > li {
  counter-increment: counter-2;
}
.bullet-styled ol > li > ol > li:before {
  content: counter(counter-2, lower-alpha) ". ";
}

blockquote {
  position: relative;
  display: block;
  margin-bottom: 1.563rem;
  padding: 1.25rem 1rem;
  border-left: 0.25rem solid #14F2B2;
  font-style: italic;
  line-height: 2;
  text-align: left;
  /* stylelint-disable no-descending-specificity */
}
blockquote p {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.563rem;
  font-weight: 400;
  line-height: 1.4 !important;
  line-height: inherit;
  color: #2F2F2F;
}

hr {
  overflow: visible;
  width: 100%;
  height: 0;
  margin: 1.875rem auto;
  border: 0 #000 solid;
  border-top-width: 0.063rem;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}
img[src$=".svg"] {
  max-height: 100%;
}

picture {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

/* Link */
a {
  color: #14F2B2;
  text-decoration: underline;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover {
  outline: none;
}
a.tab-outline {
  outline: 1px solid;
  outline-offset: 0.188rem;
}

/* Tables */
table {
  border-spacing: 0;
  border-collapse: collapse;
  border: none !important;
  border-radius: 8px;
  overflow: hidden;
  width: 100% !important;
}
@media (max-width: 991px) {
  table {
    min-width: 47.938rem;
  }
}
table td {
  text-align: center;
  color: #0A0F24;
  padding: 0.625rem;
  width: auto !important;
  font-weight: 400;
  font-size: 1rem;
  border: none !important;
  vertical-align: middle;
}
table th {
  font-size: 1rem;
  color: #fff !important;
  background-color: #14F2B2 !important;
  text-align: center;
  padding: 1.25rem 0.75rem;
  font-weight: 700;
  text-transform: capitalize !important;
  width: auto !important;
  border: none !important;
}
table tr {
  background-color: #fff;
}
table tr:nth-child(odd) {
  background: #bfbfbf;
}
table tr:first-child {
  background-color: #0A69BF !important;
}
table tr:first-child td {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #fff !important;
  font-weight: 300;
  text-transform: capitalize !important;
  width: auto !important;
  border: none !important;
}
table tbody {
  border: none !important;
}

.table-responsive {
  overflow-x: auto;
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td,
.table-bordered th {
  padding: 0.625rem;
  border-bottom: 0.063rem solid #BFBFBF;
  vertical-align: bottom;
}

/* stylelint-disable selector-class-pattern */
.fancybox__content > .carousel__button.is-close {
  top: -3.125rem;
  right: 0;
}

/* stylelint-enable selector-class-pattern */
.page-template-web-style-guide main {
  background: #fff;
}

.bg-dark-text h1,
.bg-dark-text h2,
.bg-dark-text h3,
.bg-dark-text h4,
.bg-dark-text h5,
.bg-dark-text h6 {
  background: none;
  color: #14F2B2;
}
@supports (-webkit-text-fill-color: transparent) {
  .bg-dark-text h1,
  .bg-dark-text h2,
  .bg-dark-text h3,
  .bg-dark-text h4,
  .bg-dark-text h5,
  .bg-dark-text h6 {
    background-image: linear-gradient(90deg, #fff 0%, #14F2B2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.bullet-check {
  padding-left: 0;
}
.bullet-check ul {
  padding-left: 1.875rem;
}
.bullet-check ul > li {
  position: relative;
  list-style-type: none;
}
.bullet-check ul > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 19px;
  height: 19px;
  top: 0.5rem;
  background-color: transparent;
  background-image: url(../images/bullet-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

/**
 * Main content containers
 */
.alignfull, .alignwide, .container-fluid, .container {
  --gutter: 3.125rem;
  width: min(100% - var(--gutter) * 2, var(--container-width, 100%));
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .alignfull, .alignwide, .container-fluid, .container {
    --gutter: 1.25rem;
  }
}

.container {
  --container-width: 77.5rem;
}
[class*=cell-] {
  position: relative;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*=cell-] {
  padding-right: 0;
  padding-left: 0;
}

/* display helpers */
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

/* alignment helpers */
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 1.25rem 0;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 1.25rem auto;
}
.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}

/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

/* background and text color */
.bg-white {
  background: radial-gradient(115.56% 120.51% at 5.52% 89.31%, #051010 0%, #051010 56.5%, #386B68 92%);
}

.text-white {
  color: #fff;
}

.bg-dark {
  background: radial-gradient(115.56% 120.51% at 5.52% 89.31%, #051010 0%, #051010 56.5%, #386B68 92%);
}

.text-dark {
  color: #fff;
}

/* column structure */
.cell-1 {
  width: 8.3333333333%;
}

.cell-2 {
  width: 16.6666666667%;
}

.cell-3 {
  width: 25%;
}

.cell-4 {
  width: 33.3333333333%;
}

.cell-5 {
  width: 41.6666666667%;
}

.cell-6 {
  width: 50%;
}

.cell-7 {
  width: 58.3333333333%;
}

.cell-8 {
  width: 66.6666666667%;
}

.cell-9 {
  width: 75%;
}

.cell-10 {
  width: 83.3333333333%;
}

.cell-11 {
  width: 91.6666666667%;
}

.cell-12 {
  width: 100%;
}

.mt-30,
.m-30,
.my-30 {
  margin-top: 1.875rem;
}

.pt-30,
.p-30,
.py-30 {
  padding-top: 1.875rem;
}

.mb-30,
.m-30,
.my-30 {
  margin-bottom: 1.875rem;
}

.pb-30,
.p-30,
.py-30 {
  padding-bottom: 1.875rem;
}

.ml-30,
.m-30,
.mx-30 {
  margin-left: 1.875rem;
}

.pl-30,
.p-30,
.px-30 {
  padding-left: 1.875rem;
}

.mr-30,
.m-30,
.mx-30 {
  margin-right: 1.875rem;
}

.pr-30,
.p-30,
.px-30 {
  padding-right: 1.875rem;
}

/* responsive variants */
@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
  }
  .mt-sm-30,
  .m-sm-30,
  .my-sm-30 {
    margin-top: 1.875rem;
  }
  .pt-sm-30,
  .p-sm-30,
  .py-sm-30 {
    padding-top: 1.875rem;
  }
  .mb-sm-30,
  .m-sm-30,
  .my-sm-30 {
    margin-bottom: 1.875rem;
  }
  .pb-sm-30,
  .p-sm-30,
  .py-sm-30 {
    padding-bottom: 1.875rem;
  }
  .ml-sm-30,
  .m-sm-30,
  .mx-sm-30 {
    margin-left: 1.875rem;
  }
  .pl-sm-30,
  .p-sm-30,
  .px-sm-30 {
    padding-left: 1.875rem;
  }
  .mr-sm-30,
  .m-sm-30,
  .mx-sm-30 {
    margin-right: 1.875rem;
  }
  .pr-sm-30,
  .p-sm-30,
  .px-sm-30 {
    padding-right: 1.875rem;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .align-sm-items-start {
    align-items: flex-start;
  }
  .align-sm-items-center {
    align-items: center;
  }
  .align-sm-items-end {
    align-items: flex-end;
  }
  .align-sm-content-center {
    align-content: center;
  }
  .justify-sm-content-start {
    justify-content: flex-start;
  }
  .justify-sm-content-center {
    justify-content: center;
  }
  .justify-sm-content-end {
    justify-content: flex-end;
  }
  .justify-sm-content-between {
    justify-content: space-between;
  }
  .justify-sm-content-around {
    justify-content: space-around;
  }
  .justify-sm-content-evenly {
    justify-content: space-evenly;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
  }
  .mt-md-30,
  .m-md-30,
  .my-md-30 {
    margin-top: 1.875rem;
  }
  .pt-md-30,
  .p-md-30,
  .py-md-30 {
    padding-top: 1.875rem;
  }
  .mb-md-30,
  .m-md-30,
  .my-md-30 {
    margin-bottom: 1.875rem;
  }
  .pb-md-30,
  .p-md-30,
  .py-md-30 {
    padding-bottom: 1.875rem;
  }
  .ml-md-30,
  .m-md-30,
  .mx-md-30 {
    margin-left: 1.875rem;
  }
  .pl-md-30,
  .p-md-30,
  .px-md-30 {
    padding-left: 1.875rem;
  }
  .mr-md-30,
  .m-md-30,
  .mx-md-30 {
    margin-right: 1.875rem;
  }
  .pr-md-30,
  .p-md-30,
  .px-md-30 {
    padding-right: 1.875rem;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .align-md-items-start {
    align-items: flex-start;
  }
  .align-md-items-center {
    align-items: center;
  }
  .align-md-items-end {
    align-items: flex-end;
  }
  .align-md-content-center {
    align-content: center;
  }
  .justify-md-content-start {
    justify-content: flex-start;
  }
  .justify-md-content-center {
    justify-content: center;
  }
  .justify-md-content-end {
    justify-content: flex-end;
  }
  .justify-md-content-between {
    justify-content: space-between;
  }
  .justify-md-content-around {
    justify-content: space-around;
  }
  .justify-md-content-evenly {
    justify-content: space-evenly;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
  }
  .mt-lg-30,
  .m-lg-30,
  .my-lg-30 {
    margin-top: 1.875rem;
  }
  .pt-lg-30,
  .p-lg-30,
  .py-lg-30 {
    padding-top: 1.875rem;
  }
  .mb-lg-30,
  .m-lg-30,
  .my-lg-30 {
    margin-bottom: 1.875rem;
  }
  .pb-lg-30,
  .p-lg-30,
  .py-lg-30 {
    padding-bottom: 1.875rem;
  }
  .ml-lg-30,
  .m-lg-30,
  .mx-lg-30 {
    margin-left: 1.875rem;
  }
  .pl-lg-30,
  .p-lg-30,
  .px-lg-30 {
    padding-left: 1.875rem;
  }
  .mr-lg-30,
  .m-lg-30,
  .mx-lg-30 {
    margin-right: 1.875rem;
  }
  .pr-lg-30,
  .p-lg-30,
  .px-lg-30 {
    padding-right: 1.875rem;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .align-lg-items-start {
    align-items: flex-start;
  }
  .align-lg-items-center {
    align-items: center;
  }
  .align-lg-items-end {
    align-items: flex-end;
  }
  .align-lg-content-center {
    align-content: center;
  }
  .justify-lg-content-start {
    justify-content: flex-start;
  }
  .justify-lg-content-center {
    justify-content: center;
  }
  .justify-lg-content-end {
    justify-content: flex-end;
  }
  .justify-lg-content-between {
    justify-content: space-between;
  }
  .justify-lg-content-around {
    justify-content: space-around;
  }
  .justify-lg-content-evenly {
    justify-content: space-evenly;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }
  .cell-xl-2 {
    width: 16.6666666667%;
  }
  .cell-xl-3 {
    width: 25%;
  }
  .cell-xl-4 {
    width: 33.3333333333%;
  }
  .cell-xl-5 {
    width: 41.6666666667%;
  }
  .cell-xl-6 {
    width: 50%;
  }
  .cell-xl-7 {
    width: 58.3333333333%;
  }
  .cell-xl-8 {
    width: 66.6666666667%;
  }
  .cell-xl-9 {
    width: 75%;
  }
  .cell-xl-10 {
    width: 83.3333333333%;
  }
  .cell-xl-11 {
    width: 91.6666666667%;
  }
  .cell-xl-12 {
    width: 100%;
  }
  .mt-xl-30,
  .m-xl-30,
  .my-xl-30 {
    margin-top: 1.875rem;
  }
  .pt-xl-30,
  .p-xl-30,
  .py-xl-30 {
    padding-top: 1.875rem;
  }
  .mb-xl-30,
  .m-xl-30,
  .my-xl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xl-30,
  .p-xl-30,
  .py-xl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xl-30,
  .m-xl-30,
  .mx-xl-30 {
    margin-left: 1.875rem;
  }
  .pl-xl-30,
  .p-xl-30,
  .px-xl-30 {
    padding-left: 1.875rem;
  }
  .mr-xl-30,
  .m-xl-30,
  .mx-xl-30 {
    margin-right: 1.875rem;
  }
  .pr-xl-30,
  .p-xl-30,
  .px-xl-30 {
    padding-right: 1.875rem;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .align-xl-items-start {
    align-items: flex-start;
  }
  .align-xl-items-center {
    align-items: center;
  }
  .align-xl-items-end {
    align-items: flex-end;
  }
  .align-xl-content-center {
    align-content: center;
  }
  .justify-xl-content-start {
    justify-content: flex-start;
  }
  .justify-xl-content-center {
    justify-content: center;
  }
  .justify-xl-content-end {
    justify-content: flex-end;
  }
  .justify-xl-content-between {
    justify-content: space-between;
  }
  .justify-xl-content-around {
    justify-content: space-around;
  }
  .justify-xl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-left {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }
  .cell-xxl-2 {
    width: 16.6666666667%;
  }
  .cell-xxl-3 {
    width: 25%;
  }
  .cell-xxl-4 {
    width: 33.3333333333%;
  }
  .cell-xxl-5 {
    width: 41.6666666667%;
  }
  .cell-xxl-6 {
    width: 50%;
  }
  .cell-xxl-7 {
    width: 58.3333333333%;
  }
  .cell-xxl-8 {
    width: 66.6666666667%;
  }
  .cell-xxl-9 {
    width: 75%;
  }
  .cell-xxl-10 {
    width: 83.3333333333%;
  }
  .cell-xxl-11 {
    width: 91.6666666667%;
  }
  .cell-xxl-12 {
    width: 100%;
  }
  .mt-xxl-30,
  .m-xxl-30,
  .my-xxl-30 {
    margin-top: 1.875rem;
  }
  .pt-xxl-30,
  .p-xxl-30,
  .py-xxl-30 {
    padding-top: 1.875rem;
  }
  .mb-xxl-30,
  .m-xxl-30,
  .my-xxl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xxl-30,
  .p-xxl-30,
  .py-xxl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xxl-30,
  .m-xxl-30,
  .mx-xxl-30 {
    margin-left: 1.875rem;
  }
  .pl-xxl-30,
  .p-xxl-30,
  .px-xxl-30 {
    padding-left: 1.875rem;
  }
  .mr-xxl-30,
  .m-xxl-30,
  .mx-xxl-30 {
    margin-right: 1.875rem;
  }
  .pr-xxl-30,
  .p-xxl-30,
  .px-xxl-30 {
    padding-right: 1.875rem;
  }
  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-flex {
    display: flex;
  }
  .align-xxl-items-start {
    align-items: flex-start;
  }
  .align-xxl-items-center {
    align-items: center;
  }
  .align-xxl-items-end {
    align-items: flex-end;
  }
  .align-xxl-content-center {
    align-content: center;
  }
  .justify-xxl-content-start {
    justify-content: flex-start;
  }
  .justify-xxl-content-center {
    justify-content: center;
  }
  .justify-xxl-content-end {
    justify-content: flex-end;
  }
  .justify-xxl-content-between {
    justify-content: space-between;
  }
  .justify-xxl-content-around {
    justify-content: space-around;
  }
  .justify-xxl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
  .text-xxl-left {
    text-align: left;
  }
}
/* WordPress default alignment */
.alignwide {
  --container-width: 77.5rem;
}

input[type=button],
input[type=reset],
input[type=submit], .btn {
  user-select: none;
  position: relative;
  display: inline-block;
  padding: 0.688rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  background: linear-gradient(96.55deg, #0A69BF 0.6%, #6B2BF2 112.5%);
  transition: all ease 0.5s;
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .btn:hover {
  background: -webkit-linear-gradient(100deg, #6B2BF2 0%, #6B2BF2 100%) !important;
  background: linear-gradient(100deg, #6B2BF2 0%, #6B2BF2 100%) !important;
  color: #fff !important;
  cursor: pointer;
}
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, .btn:focus {
  --focuc-outline-space: -4px;
  color: #fff;
  outline: 0;
}
input[type=button]:focus::before,
input[type=reset]:focus::before,
input[type=submit]:focus::before, .btn:focus::before {
  visibility: visible;
  opacity: 1;
}

.bg-dark {
  background: radial-gradient(115.56% 120.51% at 5.52% 89.31%, #051010 0%, #051010 56.5%, #386B68 92%);
}
.bg-dark .btn:hover {
  background: -webkit-linear-gradient(100deg, #6B2BF2 0%, #6B2BF2 100%) !important;
  background: linear-gradient(100deg, #6B2BF2 0%, #6B2BF2 100%) !important;
}
.bg-dark p a {
  color: #14F2B2 !important;
  text-decoration: none;
  transform: 0.5s;
}
.bg-dark p a:hover {
  text-decoration: underline;
}
.bg-dark .btn-play:hover {
  background-color: #fff;
}
.bg-dark .btn-play:hover svg {
  fill: #6B2BF2 !important;
}
.bg-dark .btn-link:hover {
  color: #14F2B2;
}

.btn-sm {
  padding: 0.25rem 0.563rem;
  font-size: 0.75rem;
}
.btn-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  transition: 0.4s;
  background-color: #6B2BF2;
}
.btn-play:hover {
  background-color: #0A0F24;
}
.btn-play:hover svg {
  fill: #0A0F24;
}
.btn-play svg {
  fill: #fff !important;
  transition: 0.4s ease;
}
.btn-link {
  display: flex;
  align-items: center;
  user-select: none;
  position: relative;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #6B2BF2;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.btn-link:hover {
  color: #0A0F24;
}
.btn-link:hover svg {
  fill: #0A0F24;
}
.btn-link svg {
  margin-left: 0.75rem;
  fill: #6B2BF2;
  transition: 0.4s ease;
}
.btn-link:focus {
  outline: none;
}
.btn-link:focus::before {
  content: "";
  position: absolute;
  visibility: visible;
  opacity: 1;
  border: 1px solid;
  border-radius: 0;
  width: 108%;
  left: -6px;
  height: 130%;
  top: -5px;
}
.btn::before {
  content: "";
  position: absolute;
  border: 1px solid #BFBFBF;
  border-radius: 1.25rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  inset: -4px -8px;
  transition: 0.4s ease;
}
.btn::after {
  display: inline-flex;
  margin-left: 8px;
  font-size: 0.563rem;
  color: #14F2B2;
  transition: 0.4s ease;
}
.btn:hover {
  border-color: currentcolor;
  color: #0A0F24;
  text-decoration: none;
}
.btn:hover::after {
  transform: translateX(4px);
  color: #0A0F24;
}
.btn:focus {
  outline: none;
}
.btn:focus::before {
  visibility: visible;
  opacity: 1;
  border: 1px solid;
  border-radius: 0;
  width: 108%;
  left: -6px;
  height: 130%;
  top: -7px;
}

input[type=button],
input[type=reset],
input[type=submit] {
  appearance: button;
}

form label {
  display: block;
  margin-bottom: 0.625rem;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

:is(input, textarea, button, select) {
  font-family: "Ubuntu", sans-serif;
}

input[type=url],
input[type=text],
input[type=submit],
input[type=button],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
textarea {
  appearance: none;
  outline: none;
}

textarea {
  resize: none;
  overflow: auto;
  display: block;
  height: 9.375rem;
  padding: 0.625rem 0.938rem;
}

input[type=url],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=date],
textarea,
select {
  width: 100%;
  height: 2.625rem;
  padding: 0 0.938rem;
  border: 0.063rem solid #0A0F24;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
input[type=url]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  border-color: #0A0F24;
  outline: none;
}
input[type=url]::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

select {
  height: 51px;
  -webkit-appearance: none;
  padding-right: 1.875em;
  background-color: transparent;
  background-image: url(../images/down-arrow.svg) !important;
  background-size: 0.88rem 0.44rem;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* for IE */
select::-ms-expand {
  display: none;
}

button {
  cursor: pointer;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

.form-group {
  margin-bottom: 1.25rem;
}

.radio-btn-group .radio-option {
  display: inline-block;
  padding: 0 0.625rem;
  vertical-align: middle;
}
.radio-btn-group .radio-option:first-child {
  padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom-label {
  cursor: pointer;
  margin: 0;
  color: #000;
}
.radio-btn-group .radio-option .radio-custom-label::before {
  cursor: pointer;
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin-top: 0.188rem;
  margin-right: 0.625rem;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 0 0 0 2px #000;
}
.radio-btn-group .radio-option .radio-custom {
  position: absolute;
  opacity: 0;
}
.radio-btn-group .radio-option .radio-custom:focus + .radio-custom-label {
  outline: none;
}
.radio-btn-group .radio-option .radio-custom:checked + .radio-custom-label::before {
  background-color: #000;
}

.checkbox input[type=checkbox] {
  cursor: pointer;
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  transform: rotate(42deg);
  display: block;
  width: 0.313rem;
  height: 0.625rem;
  border: solid #0A69BF;
  border-width: 0 0.125rem 0.125rem 0;
}
.checkbox label {
  cursor: pointer;
  position: relative;
}
.checkbox label::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.5rem;
  border: 0.125rem solid #0A69BF;
  vertical-align: middle;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}

/* Gravity Form Styling */
.gform-style .gform_fields {
  --gf-form-gap-x: 1.5rem;
  --gf-form-gap-y: 1.5rem;
}
.gform-style .gform_confirmation_message {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.gform-style .gform_confirmation_message p {
  color: #fff;
}
.gform-style .gform-page-footer, .gform-style .gform-footer {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .gform-style .gform-page-footer, .gform-style .gform-footer {
    justify-content: center;
  }
}
.gform-style .gform-page-footer .button, .gform-style .gform-footer .button {
  position: relative !important;
  z-index: 1;
  width: min(7.813rem, 100%) !important;
  padding: 1rem !important;
  border: none !important;
  font-family: "Nunito", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  background-color: transparent !important;
}
.gform-style .gform-page-footer .button:hover, .gform-style .gform-footer .button:hover {
  background: -webkit-linear-gradient(100deg, #6B2BF2 0%, #6B2BF2 100%) !important;
  background: linear-gradient(100deg, #6B2BF2 0%, #6B2BF2 100%) !important;
}
.gform-style .gform-page-footer .button::before, .gform-style .gform-page-footer .button::after, .gform-style .gform-footer .button::before, .gform-style .gform-footer .button::after {
  content: "" !important;
  display: block !important;
}
.gform-style .gform-page-footer .button span, .gform-style .gform-footer .button span {
  width: 100%;
}
.gform-style .gform-page-footer .button:focus, .gform-style .gform-footer .button:focus {
  --gf-local-outline-width: 0 !important;
}
.gform-style .gform-field-label {
  --gf-local-color: #14F2B2 !important;
}
.gform-style .gform-field-label a {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0A69BF;
  text-decoration: underline;
}
.gform-style .gform-field-label a:hover {
  text-decoration: none;
}
.gform-style .gform_validation_errors {
  display: none !important;
}
.gform-style .ginput_container input[type=text],
.gform-style .ginput_container input[type=email],
.gform-style .ginput_container input[type=tel],
.gform-style .ginput_container input[type=url],
.gform-style .ginput_container textarea,
.gform-style .ginput_container select {
  height: 3.125rem;
  border: 1px solid #14F2B2;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
}
.gform-style .ginput_container input[type=text]:focus,
.gform-style .ginput_container input[type=email]:focus,
.gform-style .ginput_container input[type=tel]:focus,
.gform-style .ginput_container input[type=url]:focus,
.gform-style .ginput_container textarea:focus,
.gform-style .ginput_container select:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: 0px 0px 3px 3px #6b2bf2;
}
.gform-style .ginput_container input[type=text]::placeholder,
.gform-style .ginput_container input[type=email]::placeholder,
.gform-style .ginput_container input[type=tel]::placeholder,
.gform-style .ginput_container input[type=url]::placeholder,
.gform-style .ginput_container textarea::placeholder,
.gform-style .ginput_container select::placeholder {
  color: #BFBFBF;
}
.gform-style .ginput_container input[type=text],
.gform-style .ginput_container input[type=email],
.gform-style .ginput_container input[type=tel],
.gform-style .ginput_container input[type=url] {
  padding: 1.25rem 1rem 0.5rem;
}
.gform-style .ginput_container textarea {
  resize: none !important;
  min-block-size: 7.625rem !important;
  padding: 1rem;
}
.gform-style .ginput_container select {
  padding: 0.375rem 1.875em 0.5rem 1rem;
  color: #fff !important;
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 0.875rem 0.438rem;
}
.gform-style .gfield {
  position: relative;
  display: grid;
}
@media (max-width: 767px) {
  .gform-style .gfield {
    grid-column: 1/-1 !important;
  }
}
.gform-style .gfield .gfield_label {
  color: rgba(0, 0, 0, 0.5);
}
.gform-style .gfield .gfield_label:has(.gfield_required)::after {
  content: "*";
  display: inline-block;
  color: currentcolor;
}
.gform-style .gfield:not(.gfield--type-checkbox, .gfield--type-multi_choice) .gfield_label {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  left: 1rem;
  transform: translateY(-50%);
  display: block;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  transition: 0.4s;
}
.gform-style .gfield:not(.gfield--type-checkbox, .gfield--type-multi_choice) .gfield_label .gfield_required {
  display: none;
}
.gform-style .gfield:not(.gfield--type-checkbox, .gfield--type-multi_choice).focused .gfield_label {
  top: 0.313rem;
  transform: translateY(0);
  font-size: 0.625rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}
.gform-style .gfield:not(.gfield--type-checkbox, .gfield--type-multi_choice).focused input[type=text],
.gform-style .gfield:not(.gfield--type-checkbox, .gfield--type-multi_choice).focused input[type=email],
.gform-style .gfield:not(.gfield--type-checkbox, .gfield--type-multi_choice).focused input[type=tel],
.gform-style .gfield:not(.gfield--type-checkbox, .gfield--type-multi_choice).focused input[type=url],
.gform-style .gfield:not(.gfield--type-checkbox, .gfield--type-multi_choice).focused textarea,
.gform-style .gfield:not(.gfield--type-checkbox, .gfield--type-multi_choice).focused select {
  border-color: #14F2B2;
}
.gform-style .gfield.gfield--type-textarea .gfield_label {
  top: 0.938rem;
  transform: translateY(0);
}
.gform-style .gfield .validation_message {
  --gf-desc-space: 0;
  position: absolute;
  z-index: 9;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  background-color: #6B2BF2;
}
.gform-style .gfield .validation_message::before {
  content: "*";
  display: inline-block;
}
.gform-style .gfield .validation_message::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-color: transparent transparent #6B2BF2;
  border-style: solid;
  border-width: 0 6px 8px;
}
.gform-style .gfield .ginput_container .validation_message {
  display: none;
}
.gform-style .gfield.gfield--type-html {
  display: block;
  font-size: 0.875rem;
  color: #fff;
}
.gform-style .gfield.gfield--type-html a {
  text-decoration: underline;
}
.gform-style .gfield.gfield--type-html a:hover {
  text-decoration: none;
}
.gform-style .gfield:has(.validation_message) .gfield_label {
  color: #14F2B2;
}
.gform-style .gfield:has(.validation_message) input[type=text],
.gform-style .gfield:has(.validation_message) input[type=email],
.gform-style .gfield:has(.validation_message) input[type=tel],
.gform-style .gfield:has(.validation_message) input[type=url],
.gform-style .gfield:has(.validation_message) textarea,
.gform-style .gfield:has(.validation_message) select {
  border-color: #14F2B2;
}
.gform-style .gfield:has(.validation_message) input[type=text]:focus,
.gform-style .gfield:has(.validation_message) input[type=email]:focus,
.gform-style .gfield:has(.validation_message) input[type=tel]:focus,
.gform-style .gfield:has(.validation_message) input[type=url]:focus,
.gform-style .gfield:has(.validation_message) textarea:focus,
.gform-style .gfield:has(.validation_message) select:focus {
  outline-color: #14F2B2;
}
.gform-style .gfield:has(.validation_message).focused .gfield_label {
  color: #14F2B2;
}
.gform-style .gfield.gfield--type-consent input[type=checkbox] {
  display: none;
}
.gform-style .gfield.gfield--type-consent input[type=checkbox]:checked + .gform-field-label::before {
  border-color: #6B2BF2;
  background-color: #6B2BF2;
}
.gform-style .gfield.gfield--type-consent input[type=checkbox]:checked + .gform-field-label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 9px;
  transform: rotate(42deg);
  display: block;
  width: 7px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.gform-style .gfield.gfield--type-consent .gfield_label_before_complex {
  display: none;
}
.gform-style .gfield.gfield--type-consent .gfield_consent_label {
  position: relative;
  display: grid;
  padding-left: 2.5rem;
  margin-left: 0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}
.gform-style .gfield.gfield--type-consent .gfield_consent_label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #14F2B2;
}
.gform-style .gfield.gfield--type-consent .gfield_consent_label a {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #6B2BF2 !important;
  text-decoration: underline;
}
.gform-style .gfield.gfield--type-consent .gfield_consent_label a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .gform-style .gfield.gfield--type-consent .gfield_consent_label a {
    font-size: 0.688rem;
  }
}
.gform-style .gfield.gfield--type-checkbox .gfield-choice-input {
  display: none;
}
.gform-style .gfield.gfield--type-checkbox .gform-field-label {
  margin-left: 0;
  padding-left: 2rem;
  font-size: 1rem;
  color: #fff !important;
}
.gform-style .gfield.gfield--type-checkbox .gform-field-label::before {
  position: absolute;
  top: 0;
  left: 0;
}
.gform-style .gfield.gfield--type-checkbox .gform-field-label br {
  display: block;
}
.gform-style .gfield.gfield--type-checkbox .gform-field-label a {
  display: inline-block;
  margin-top: 2px;
  border: 0;
  color: #fff;
}
.gform-style .gfield.gfield--type-checkbox .gform-field-label > div, .gform-style .gfield.gfield--type-consent .gform-field-label > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gform-style .gfield.gfield--input-type-select .gfield_label {
  top: 0.313rem;
  transform: translateY(0);
  font-size: 0.625rem;
  font-weight: 700;
  color: #0A69BF;
}
.gform-style .gfield.gfield--input-type-select select {
  padding-top: 0.625rem;
}
.gform-style .gfield.gfield--input-type-select select option {
  color: #0A0F24 !important;
  background-color: transparent !important;
}
.gform-style fieldset.gfield--type-checkbox legend {
  --gf-label-choice-field-space-primary: 1rem;
  --gf-local-font-weight: 700;
  padding-left: 0 !important;
}
.gform-style fieldset.gfield--type-checkbox .gfield_checkbox {
  --gf-field-choice-gap: 1rem 0;
  flex-flow: row wrap;
  margin: 0 -1rem;
}
.gform-style fieldset.gfield--type-checkbox .gfield_checkbox .gchoice {
  padding: 0 1rem;
}
.gform-style fieldset.gfield--type-checkbox .gfield_checkbox .gform-field-label {
  margin-left: 0 !important;
  font-size: 0.875rem;
  font-weight: 400;
}
.gform-style fieldset.gfield--type-checkbox .gfield-choice-input {
  display: none !important;
}
.gform-style .gform_confirmation_wrapper .gform_confirmation_message br {
  display: none;
}
.gform-style .gform_confirmation_wrapper .gform_confirmation_message h1 {
  margin-bottom: 1.438rem;
}
.gform-style .gform_confirmation_wrapper .gform_confirmation_message p {
  font-weight: 400;
}

/* Gravity Form Styling End */
.entry-banner {
  position: relative;
  overflow: hidden;
  height: 18.75rem;
}
.entry-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry-banner .entry-header {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.938rem;
  background-color: rgba(0, 0, 0, 0.75);
}
.entry-banner .entry-title {
  margin: 0;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
}

.full-width-cta {
  position: relative;
  z-index: 2;
  background-color: #0A0F24;
}
.full-width-cta::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/full-width-bg.webp);
  background-position: right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 991px) {
  .full-width-cta::before {
    width: 57%;
    right: -3.125rem;
    top: auto;
    bottom: -4.375rem;
    background-size: contain;
    background-position: right bottom;
  }
}
@media (max-width: 575px) {
  .full-width-cta::before {
    width: 100%;
  }
}
.full-width-cta .fwc-heading {
  width: 100%;
  max-width: 43rem;
  margin: 0 auto;
  text-align: center;
}
.full-width-cta .fwc-heading h2 {
  margin-bottom: 2rem;
}
.full-width-cta .fwc-btn {
  gap: 0.75rem 3rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .full-width-cta .fwc-btn {
    gap: 1.25rem;
  }
}
.full-width-cta .fwc-btn a:hover {
  background: -webkit-linear-gradient(100deg, #6B2BF2 0%, #6B2BF2 100%) !important;
  background: linear-gradient(100deg, #6B2BF2 0%, #6B2BF2 100%) !important;
}
.full-width-cta .fwc-dec {
  margin-bottom: 3rem;
}

.two-up-component .tu-heading {
  margin-bottom: 3rem;
}
.two-up-component .tu-heading h2 {
  margin-bottom: 0;
}
.two-up-component .tu-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .two-up-component .tu-wrap {
    grid-template-columns: 1fr;
  }
}
.two-up-component .tu-left {
  border: 1px solid #14F2B2;
  border-right: 0;
  border-radius: 0.5rem 0 0 0.5rem;
  height: 100%;
}
@media (max-width: 575px) {
  .two-up-component .tu-left {
    width: 100%;
    height: auto;
    border-bottom: 0;
    border-right: 1px solid #14F2B2;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
.two-up-component .tu-grid {
  align-items: center;
}
.two-up-component .tu-right {
  height: 100%;
}
@media (max-width: 575px) {
  .two-up-component .tu-right {
    width: 100%;
    height: auto;
  }
}
.two-up-component .tu-img {
  height: 100%;
  border-radius: 0 0.5rem 0.5rem 0;
}
@media (max-width: 767px) {
  .two-up-component .tu-img {
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
.two-up-component .tu-img img {
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  width: 100%;
}
.two-up-component .tu-active {
  border-right: 1px solid #14F2B2;
  border-radius: 0.5rem;
}
@media (max-width: 575px) {
  .two-up-component .tu-active {
    border-bottom: 1px solid #14F2B2;
  }
}
.two-up-component .tu-left-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.two-up-component .tu-left-wrap h4 {
  margin-bottom: 1.5rem;
}
.two-up-component .tu-eyebrow-text {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #14F2B2;
}
.two-up-component .tu-dec {
  margin-bottom: 0;
}
.two-up-component .tu-btn {
  margin-top: 2rem;
}
.two-up-component .tu-btn .btn-link {
  color: #fff;
}
.two-up-component .tu-btn .btn-link svg {
  fill: #14F2B2;
}
.two-up-component .tu-btn .btn-link:hover {
  color: #14F2B2;
}

.wysiwyg-component .wc-wrap {
  width: 100%;
  max-width: 51rem;
  margin: 0 auto;
}

.icon-cards {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.icon-cards.icon-on {
  position: relative;
  background: linear-gradient(118.59deg, #0B69BF 0%, #090E22 100%);
}
.icon-cards.icon-on::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/isolation-mode.svg);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.icon-cards.icon-off .ic-title {
  margin: 0 auto;
  text-align: center;
}
.icon-cards .ic-wrap {
  justify-content: center;
}
.icon-cards .ic-title {
  width: 100%;
  max-width: 51rem;
  margin-bottom: 2rem !important;
}
.icon-cards .ic-main-wrapper {
  height: auto;
  margin-bottom: 2rem;
}
.icon-cards .ic-grid {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.5rem;
  border: 1px solid #14F2B2;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.icon-cards .ic-grid-wrap {
  padding: 2rem;
}
.icon-cards .ic-grid-wrap .h4 {
  margin-bottom: 1.5rem;
}
.icon-cards .ic-img {
  position: relative;
  aspect-ratio: 392/191;
  margin: -1px;
}
.icon-cards .ic-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon-cards .ic-icon {
  margin-bottom: 1.5rem;
}
.icon-cards .ic-icon img {
  width: 2rem;
  height: 2rem;
  object-fit: cover;
}
.icon-cards .ic-btn .btn-link {
  color: #fff;
}
.icon-cards .ic-btn .btn-link svg {
  fill: #14F2B2;
}
.icon-cards .ic-btn .btn-link:hover {
  color: #14F2B2;
}
.icon-cards .ic-card-decs {
  margin-bottom: 2rem;
}

.full-width-media {
  position: relative;
}
.full-width-media.has-video .btn-play {
  opacity: 0;
}
.full-width-media.has-video .fwm-bg-img::before {
  display: none;
}
.full-width-media .fwm-bg-video {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 95px);
  object-fit: cover;
}
.full-width-media .fwm-bg-img {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.full-width-media .fwm-bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 242, 178, 0.25);
  z-index: 1;
}
.full-width-media .fwm-bg-img img {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 95px);
  object-fit: cover;
}
.full-width-media .fwm-bg-img .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.full-width-media .fwm-bg-img.has-image::before {
  display: none;
}
.full-width-media .fwm-bg-img .custom-video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.full-width-media .fwm-heading {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.full-width-media .fwm-heading .h2 {
  margin-bottom: 0;
  color: #fff;
}

.featured-promo {
  background: linear-gradient(92.88deg, #fff -16.86%, #14F2B2 100%);
}
.featured-promo .fp-row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .featured-promo .fp-row {
    display: block;
  }
}
.featured-promo .fp-left-cell {
  width: 100%;
  max-width: 24.438rem;
  margin-right: 2.063rem;
}
.featured-promo .fp-left-cell img {
  border-radius: inherit;
}
.featured-promo .fp-left-cell .video-inner {
  aspect-ratio: 391/299;
  height: 100%;
}
.featured-promo .fp-left-cell .video-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-promo .fp-right-cell {
  flex: 1;
}
@media (max-width: 991px) {
  .featured-promo .fp-right-cell {
    margin-top: 2.063rem;
  }
}
.featured-promo .fp-eyebrowtext {
  color: #6B2BF2;
  margin-bottom: 0;
}
.featured-promo .fp-dec {
  margin-bottom: 2.5rem;
}
.featured-promo .fp-dec p {
  font-weight: 400;
}
.featured-promo .fp-left-wrap h2 {
  margin-bottom: 0.625rem;
}
.featured-promo .fp-img {
  position: relative;
  display: block;
  aspect-ratio: 391/299;
  border-radius: 0.5rem;
}
.featured-promo .fp-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-promo .fp-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.fifty-fifty-media-text .ffmt-img {
  position: relative;
  aspect-ratio: 603/389;
  display: block;
  border-radius: 0.563rem;
}
.fifty-fifty-media-text .ffmt-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fifty-fifty-media-text .ffmt-img img {
  border-radius: inherit;
}
.fifty-fifty-media-text .ffmt-right-wrap .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.fifty-fifty-media-text .ffmt-dec ul li,
.fifty-fifty-media-text .ffmt-dec ol li {
  font-weight: 400;
}
.fifty-fifty-media-text .ffmt-dec p {
  font-weight: 400;
  font-size: 1rem;
}
.fifty-fifty-media-text .ffmt-btn {
  margin-top: 2.5rem;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .fifty-fifty-media-text .ffmt-btn {
    margin-bottom: 2.5rem;
  }
}
.fifty-fifty-media-text .ffmt-btn .btn-link {
  color: #fff;
}
.fifty-fifty-media-text .ffmt-btn .btn-link svg {
  fill: #14F2B2;
}
.fifty-fifty-media-text .ffmt-btn .btn-link:hover {
  color: #14F2B2;
}
.fifty-fifty-media-text .ffmt-btn .btn:hover {
  background: -webkit-linear-gradient(100deg, #6B2BF2 0%, #6B2BF2 100%) !important;
  background: linear-gradient(100deg, #6B2BF2 0%, #6B2BF2 100%) !important;
}
.fifty-fifty-media-text .ffmt-text-right {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .fifty-fifty-media-text .ffmt-left-wrap {
    margin-top: 2.063rem;
  }
}

.vertical-accordion-faq .vaf-row {
  display: flex;
}
@media (max-width: 767px) {
  .vertical-accordion-faq .vaf-row {
    flex-direction: column;
  }
}
.vertical-accordion-faq .vaf-heading {
  width: 100%;
  max-width: 24.5rem;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .vertical-accordion-faq .vaf-heading {
    max-width: 18.5rem;
  }
}
@media (max-width: 767px) {
  .vertical-accordion-faq .vaf-heading {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.vertical-accordion-faq .vaf-right-cell {
  flex: 1;
  display: inline-flex;
  flex-direction: column;
  row-gap: 1rem;
}
.vertical-accordion-faq .vaf-content {
  padding: 0 1.5rem 0 1.5rem;
}
.vertical-accordion-faq .vaf-icon-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  border-radius: 0.5rem;
}
.vertical-accordion-faq .vaf-icon-heading .plus-icon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  border: 1px solid #6B2BF2;
  border-radius: 50%;
  background-color: #6B2BF2;
  flex: 0 0 auto;
  cursor: pointer;
}
.vertical-accordion-faq .vaf-icon-heading .plus-icon::before, .vertical-accordion-faq .vaf-icon-heading .plus-icon::after {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 6.4px;
  right: 0;
  width: 0.625rem;
  height: 2px;
  display: block;
  border: 1px solid #fff;
  background-color: #fff;
  transition: 0.3s;
}
.vertical-accordion-faq .vaf-icon-heading .plus-icon::before {
  transform: rotate(90deg);
}
.vertical-accordion-faq .vaf-icon-heading .h6 {
  margin-bottom: 0;
}
.vertical-accordion-faq .vaf-tab-repet {
  transition: background-color 0.3s ease, border 0.3s ease;
  cursor: pointer;
  border: 1px solid #14F2B2;
  border-radius: 0.5rem;
}
.vertical-accordion-faq .vaf-tab-repet:hover {
  background-color: #fff;
  border-radius: 8px;
}
.vertical-accordion-faq .vaf-tab-repet:hover .vaf-icon-heading .h6 {
  color: #0A0F24;
}
.vertical-accordion-faq .vaf-tab-repet.active {
  margin-bottom: 1rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  backdrop-filter: blur(18px);
}
.vertical-accordion-faq .vaf-tab-repet.active .plus-icon::before {
  opacity: 0;
}
.vertical-accordion-faq .vaf-tab-repet.active .vaf-icon-heading {
  border: 0;
  margin-bottom: 0;
}
.vertical-accordion-faq .vaf-tab-repet.active .vaf-icon-heading .h6 {
  color: #0A0F24;
}
.vertical-accordion-faq .vaf-tab-repet.active .vaf-content {
  margin-bottom: 1.25rem;
  display: block;
}
.vertical-accordion-faq .vaf-tab-des a {
  color: #6B2BF2;
}
.vertical-accordion-faq .vaf-tab-des p {
  color: #181E35;
}
.vertical-accordion-faq .vaf-tab-des h6 {
  font-size: 1rem;
}

.logo-carousel .lc-innerwrap {
  transition-timing-function: linear !important;
}
.logo-carousel .lc-col-wrap img {
  width: auto;
  height: 1.875rem;
}
.logo-carousel .lc-heading {
  width: 100%;
  max-width: 34.063rem;
  margin: 0 auto;
  margin-bottom: 2.5rem !important;
}
.logo-carousel .lc-mainwrap {
  padding: 2.5rem 0;
  border-top: 1px solid #14F2B2;
  border-bottom: 1px solid #14F2B2;
}

.horizontal-tabs-component {
  position: relative;
}
.horizontal-tabs-component .htc-heading {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
.horizontal-tabs-component .htc-tab-link {
  height: auto;
  padding: 0.5rem;
  background-color: transparent;
  border: 1px solid #14F2B2;
  border-radius: 3.75rem;
  overflow: hidden;
  line-height: 1.25;
  color: #BFBFBF;
}
.horizontal-tabs-component .htc-tab-link.swiper-slide-thumb-active {
  background-color: #14F2B2;
  color: #0A0F24;
}
.horizontal-tabs-component .htc-tab-link span {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}
@media (min-width: 1400px) {
  .horizontal-tabs-component .htc-swiper-wrapper {
    justify-content: center;
  }
}
.horizontal-tabs-component .htc-icon-heading {
  margin-left: 0.625rem;
  width: 90%;
}
@media (max-width: 991px) {
  .horizontal-tabs-component .htc-icon-heading {
    margin-left: 1.5rem;
  }
}
.horizontal-tabs-component .htc-icon-heading h5 {
  color: #14F2B2;
  margin-bottom: 4px;
}
.horizontal-tabs-component .htc-icon {
  width: 10%;
}
.horizontal-tabs-component .htc-icon img {
  width: 3rem;
  height: 3rem;
}
.horizontal-tabs-component .htc-icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.horizontal-tabs-component .htc-content-heading {
  margin-bottom: 3rem;
}
.horizontal-tabs-component .htc-row {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .horizontal-tabs-component .htc-row {
    margin-top: 1.875rem;
    flex-direction: column-reverse;
  }
}
.horizontal-tabs-component .htc-img-wrap {
  position: relative;
  aspect-ratio: 608/393;
  background: #081515;
  box-shadow: -1.188rem 0.75rem 4.375rem -1.313rem #0A7959;
  border-radius: 1.563rem;
  border: 1px solid #14F2B2;
  overflow: hidden;
}
.horizontal-tabs-component .htc-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.horizontal-tabs-component .htc-img-wrap:has(.htc-bg-video) {
  aspect-ratio: auto;
}
@media (max-width: 767px) {
  .horizontal-tabs-component .htc-img-wrap {
    margin-bottom: 1.875rem;
  }
}
.horizontal-tabs-component .htc-img-wrap img {
  border-radius: 1.563rem;
  padding: 0.938rem;
}
.horizontal-tabs-component .htc-img-wrap.htc-off {
  box-shadow: none;
}
.horizontal-tabs-component .htc-img-wrap.htc-off img {
  padding: 0;
}
.horizontal-tabs-component .htc-bg-video {
  width: 100%;
  height: 100%;
  padding: 1.25rem;
}
.horizontal-tabs-component .htc-btn .btn:hover {
  background: -webkit-linear-gradient(100deg, #6B2BF2 0%, #6B2BF2 100%) !important;
  background: linear-gradient(100deg, #6B2BF2 0%, #6B2BF2 100%) !important;
}
.horizontal-tabs-component .htc-content-tab {
  opacity: 0 !important;
  pointer-events: none !important;
}
.horizontal-tabs-component .htc-content-tab.swiper-slide-active {
  opacity: 1 !important;
}

.featured-use-cases-component.single-tab .fuc-content {
  display: none;
}
.featured-use-cases-component .fuc-heading {
  width: 100%;
  max-width: 50.938rem;
  margin-bottom: 2.5rem;
}
.featured-use-cases-component .fuc-tab-link {
  height: auto;
  padding: 0.5rem 0.5rem;
  background-color: transparent;
  border: 1px solid #14F2B2;
  border-radius: 3.75rem;
  overflow: hidden;
  line-height: 1.25;
  color: #BFBFBF;
}
.featured-use-cases-component .fuc-tab-link.swiper-slide-thumb-active {
  background-color: #14F2B2;
  color: #0A0F24;
}
.featured-use-cases-component .fuc-tab-link span {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}
.featured-use-cases-component .fuc-content {
  margin-bottom: 3rem;
}
.featured-use-cases-component .fuc-logo {
  width: auto;
  height: 1.563rem;
  margin-bottom: 1rem;
}
.featured-use-cases-component .fuc-content-heading h5 {
  color: #14F2B2;
  line-height: 1.5;
  margin-bottom: 0;
}
.featured-use-cases-component .fuc-right-cell {
  margin-top: 2.25rem;
}
.featured-use-cases-component .fuc-right-cell .btn-link {
  color: #fff;
}
.featured-use-cases-component .fuc-right-cell .btn-link svg {
  fill: #14F2B2;
}
.featured-use-cases-component .fuc-right-cell .btn-link:hover {
  color: #14F2B2;
}
.featured-use-cases-component .fuc-left-cell span {
  position: absolute;
  top: 2rem;
  left: 3.125rem;
  display: inline-block;
  padding: 0.313rem 0.813rem;
  color: #0A0F24;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 2rem;
  background: linear-gradient(97.76deg, #14F2B2 0%, #0A69BF 100%);
}
.featured-use-cases-component .fuc-content-dec {
  margin-bottom: 2rem;
}
.featured-use-cases-component .fuc-icon-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.688rem;
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .featured-use-cases-component .fuc-icon-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.featured-use-cases-component .fuc-icon-heading .h4 {
  color: #fff;
}
.featured-use-cases-component .fuc-icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: 1.5rem;
}
.featured-use-cases-component .fuc-img-wrap:has(.fuc-video-link) {
  height: auto;
}
.featured-use-cases-component .fuc-img-wrap {
  position: relative;
  height: 100%;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .featured-use-cases-component .fuc-img-wrap {
    aspect-ratio: 600/399;
    height: auto;
  }
  .featured-use-cases-component .fuc-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.featured-use-cases-component .fuc-img-wrap img {
  height: 100%;
  width: 100%;
  border-radius: inherit;
  object-fit: cover;
}
.featured-use-cases-component .fuc-img-wrap .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.vertical-tabs {
  position: relative;
}
@media (max-width: 991px) {
  .vertical-tabs {
    margin-bottom: 8.125rem !important;
  }
}
.vertical-tabs.vt-right .vt-main-wrapper {
  flex-direction: row-reverse;
}
.vertical-tabs.vt-right .vt-img {
  box-shadow: -0.812rem 1.75rem 4.375rem -1.313rem #0A7959;
}
.vertical-tabs.vt-left .vt-btn {
  text-align: center;
  margin-left: 5.813rem;
}
@media (max-width: 991px) {
  .vertical-tabs.vt-left .vt-btn {
    text-align: left;
    margin-left: 0;
  }
}
.vertical-tabs .vt-main-wrapper {
  min-height: unset !important;
}
.vertical-tabs .vt-dropdown {
  position: relative;
  padding-left: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.vertical-tabs .vt-tab-eyebrow {
  color: #14F2B2;
  font-size: 0.875rem;
  font-weight: 600;
}
.vertical-tabs .vt-tab-heading {
  margin: 0.5rem 0;
  font-size: 1.25rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .vertical-tabs .vt-tab-heading {
    color: #fff;
  }
}
.vertical-tabs .vt-tabbing-wrap {
  position: relative;
  margin-bottom: 1.563rem;
  opacity: 60%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .vertical-tabs .vt-tabbing-wrap {
    opacity: 1;
    margin-top: 2.5rem;
  }
}
.vertical-tabs .vt-tabbing-wrap.active {
  opacity: 1;
}
.vertical-tabs .vt-tabbing-wrap.active::before {
  height: 100%;
}
.vertical-tabs .vt-tab-dec {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}
@media (max-width: 991px) {
  .vertical-tabs .vt-tab-dec {
    display: block !important;
    max-height: unset;
  }
}
.vertical-tabs .vt-content-tab {
  display: none;
}
.vertical-tabs .vt-content-tab.active {
  display: block;
}
@media (max-width: 991px) {
  .vertical-tabs .vt-content-tab {
    display: block !important;
  }
}
.vertical-tabs .vt-img {
  position: relative;
  aspect-ratio: 571/349;
  background: #081515;
  box-shadow: 1.188rem 0.75rem 4.375rem -1.313rem #0A7959;
  border-radius: 0.75rem;
  border: 1px solid #14F2B2;
  overflow: hidden;
  width: 100%;
  display: block;
}
.vertical-tabs .vt-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vertical-tabs .vt-img img {
  border-radius: 1.563rem;
  padding: 0.938rem;
}
.vertical-tabs .vt-img .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.vertical-tabs .vt-heading {
  width: 100%;
  max-width: 50.938rem;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .vertical-tabs .vt-heading {
    margin-bottom: 2.5rem;
  }
}
.vertical-tabs .vt-tabs {
  margin-top: 0.938rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .vertical-tabs .vt-dektop {
    display: none;
  }
}
.vertical-tabs .vt-mobile {
  display: none;
}
@media (max-width: 991px) {
  .vertical-tabs .vt-mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .vertical-tabs .vt-slider {
    padding: 0 1.563rem;
    height: auto;
  }
}
.vertical-tabs .vt-pagination .swiper-pagination {
  display: none;
}
@media (max-width: 991px) {
  .vertical-tabs .vt-pagination .swiper-pagination {
    display: block;
    position: unset;
  }
}
.vertical-tabs .vt-pagination .swiper-pagination .swiper-pagination-bullet {
  z-index: 4;
  position: relative;
}
.vertical-tabs .vt-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation: fillBullet 10s linear forwards;
}
.vertical-tabs .vt-line {
  left: 0.938rem;
  background-color: #14F2B2;
  position: absolute;
  width: 4px;
  transition: top 0.3s ease, height 0.3s ease;
  z-index: 1;
  display: none;
}
.vertical-tabs .vt-off .vt-img {
  box-shadow: none;
}
.vertical-tabs .vt-btn {
  width: 100%;
}
@media (max-width: 991px) {
  .vertical-tabs .vt-btn {
    margin-top: 3.125rem;
  }
}
.vertical-tabs .vt-btn .btn:hover {
  background: -webkit-linear-gradient(100deg, #6B2BF2 0%, #6B2BF2 100%) !important;
  background: linear-gradient(100deg, #6B2BF2 0%, #6B2BF2 100%) !important;
}

.featured-resources.on {
  background: linear-gradient(118.59deg, #0B69BF 0%, #090E22 100%);
}
.featured-resources .fr-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .featured-resources .fr-top {
    margin-bottom: 2rem;
  }
}
.featured-resources .fr-innerwrap .swiper-slide {
  height: auto;
  text-decoration: none;
}
.featured-resources .fr-innerwrap a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
}
.featured-resources .fr-innerwrap a:hover {
  background-color: #14F2B2;
  backdrop-filter: blur(18px);
  box-shadow: -2.75rem 51.875rem 14.563rem 0 rgba(20, 242, 178, 0);
  border-radius: 0.5rem;
}
.featured-resources .fr-innerwrap a:hover .fr-asset-type,
.featured-resources .fr-innerwrap a:hover .fr-description {
  color: #0A0F24;
}
.featured-resources .fr-innerwrap a:hover .fr-card-icon img {
  filter: invert(1);
}
.featured-resources .fr-heading {
  display: flex;
  align-items: baseline;
}
@media (max-width: 991px) {
  .featured-resources .fr-heading {
    flex-direction: column;
    align-items: unset;
    gap: 0.625rem;
  }
}
.featured-resources .fr-heading .btn-link {
  margin-left: 2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .featured-resources .fr-heading .btn-link {
    margin: 0;
  }
}
.featured-resources .fr-heading .btn-link:hover {
  color: #14F2B2;
}
.featured-resources .fr-heading .btn-link svg {
  fill: #14F2B2;
}
.featured-resources .fr-arrows {
  position: relative;
}
@media (max-width: 767px) {
  .featured-resources .fr-arrows {
    display: none;
  }
}
.featured-resources .fr-pagination {
  display: none;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .featured-resources .fr-pagination {
    display: block;
  }
}
.featured-resources .fr-pagination .swiper-pagination {
  position: relative;
}
@media (max-width: 767px) {
  .featured-resources .fr-mainwrap {
    overflow: visible;
  }
}
.featured-resources .fr-col-wrap {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  gap: 1.75rem 0;
  height: 100%;
  border: 1px solid #14F2B2;
  border-radius: 0.5rem;
  transition: 0.5s;
}
.featured-resources .fr-card-icon {
  display: flex;
  justify-content: flex-end;
  max-height: 2.563rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .featured-resources .fr-card-icon {
    max-height: 1.625rem;
  }
}
.featured-resources .fr-asset-type {
  display: inline-block;
  margin-bottom: 1.125rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #14F2B2;
}
.featured-resources .fr-description {
  font-size: 1.25rem;
  overflow: hidden;
}
.featured-resources .fr-description p {
  font-weight: 400;
}

.post-template-default .featured-resources {
  background: radial-gradient(115.56% 120.51% at 5.52% 89.31%, #051010 0%, #051010 56.5%, #386B68 92%);
}
.post-template-default .featured-resources.on {
  background: linear-gradient(118.59deg, #0B69BF 0%, #090E22 100%);
}

.horizontal-image-accordion {
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  .horizontal-image-accordion {
    padding-bottom: 2rem;
  }
}
.horizontal-image-accordion .hia-button-next, .horizontal-image-accordion .hia-button-prev {
  top: 10.625rem;
}
@media (min-width: 992px) {
  .horizontal-image-accordion .hia-button-next, .horizontal-image-accordion .hia-button-prev {
    display: none;
  }
}
.horizontal-image-accordion .hia-button-prev {
  left: -0.688rem;
}
.horizontal-image-accordion .hia-button-next {
  right: -0.688rem;
}
.horizontal-image-accordion .hia-card-slider {
  position: relative;
  width: 100%;
  padding-left: calc((100% - 83.75rem) / 2);
}
.horizontal-image-accordion .hia-card-slider > div {
  padding-left: 3.125rem;
}
@media (max-width: 767px) {
  .horizontal-image-accordion .hia-card-slider > div {
    padding-left: 1.25rem;
  }
}
.horizontal-image-accordion .hia-heading-wrap.desktop {
  --contentHeight: 100%;
  position: relative;
  left: 50%;
  margin-bottom: 0.63rem;
  transform: translateX(-50%) translateY(var(--contentHeight));
  transition: 1s ease 0s;
  max-width: 14vw;
}
@media (max-width: 991px) {
  .horizontal-image-accordion .hia-heading-wrap.desktop {
    display: none;
  }
}
.horizontal-image-accordion .hia-heading .h5 {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.75rem;
}
.horizontal-image-accordion .hia-heading span {
  display: block;
  color: #14F2B2;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .horizontal-image-accordion .hia-heading h2 {
    font-size: 1.563rem;
    font-family: "Nunito", sans-serif;
  }
}
.horizontal-image-accordion .hia-section-heading {
  margin-top: 7rem;
}
@media (max-width: 991px) {
  .horizontal-image-accordion .hia-section-heading {
    margin-top: 6.25rem;
  }
}
.horizontal-image-accordion .hia-section-heading .btn-link {
  color: #14F2B2;
}
.horizontal-image-accordion .hia-section-heading .btn-link svg {
  fill: #14F2B2;
}
.horizontal-image-accordion .hia-section-heading .btn-link:hover {
  color: #fff;
}
.horizontal-image-accordion .hia-wrapper {
  position: unset;
  display: flex;
  width: auto;
  padding: 13.438rem 0 6.688rem 0;
  transform: none;
}
@media (max-width: 991px) {
  .horizontal-image-accordion .hia-wrapper {
    padding: 0 !important;
  }
}
.horizontal-image-accordion .hia-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 1.25rem;
  margin-top: 0;
}
@media (min-width: 992px) {
  .horizontal-image-accordion .hia-pagination {
    display: none;
  }
}
.horizontal-image-accordion .hia-pagination .swiper-pagination {
  bottom: 1.25rem;
}
.horizontal-image-accordion .hia-main-wrapper {
  width: 100%;
}
.horizontal-image-accordion .hia-item {
  height: auto;
  transform: unset !important;
}
.horizontal-image-accordion .hia-item.is-active .hia-card-bg {
  opacity: 1;
}
@media (min-width: 992px) {
  .horizontal-image-accordion .hia-item {
    --width: 0vw;
    --activewidth: 10vw;
    position: unset;
    display: flex;
    min-height: 28.125rem;
    width: var(--width);
    flex: 1 1 auto;
    transition: 1s ease 0s;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .horizontal-image-accordion .hia-item {
    max-width: 51.875rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .horizontal-image-accordion .hia-item {
    min-height: 40.625rem;
  }
}
@media (min-width: 992px) {
  .horizontal-image-accordion .hia-item:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  .horizontal-image-accordion .hia-item.is-active {
    width: var(--activewidth);
    flex: auto;
  }
  .horizontal-image-accordion .hia-item.is-active .hia-item-inner {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .horizontal-image-accordion .hia-item.is-active .hia-item-inner {
    padding: 1.875rem;
  }
}
@media (min-width: 992px) {
  .horizontal-image-accordion .hia-item.is-active .hia-content-wrap {
    height: auto;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition-delay: 0.3s;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .horizontal-image-accordion .hia-item.is-active .hia-content-wrap .hia-desc {
    transform: scale(1);
    width: 100%;
    max-width: 23.563rem;
  }
}
@media (min-width: 992px) {
  .horizontal-image-accordion .hia-item.is-active .hia-iconwrap {
    margin-bottom: -2.063rem;
    opacity: 0;
    transition: none;
  }
  .horizontal-image-accordion .hia-item.is-active .hia-icon-plus {
    opacity: 0;
    pointer-events: none;
    transition-delay: 0s;
  }
  .horizontal-image-accordion .hia-item.is-active .hia-heading {
    text-align: left;
  }
  .horizontal-image-accordion .hia-item.is-active .hia-heading h2 {
    max-width: 27.563rem;
    margin: 0;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: unset;
  }
  .horizontal-image-accordion .hia-item.is-active .hia-heading-wrap {
    max-width: 100%;
    transform: translateZ(0);
    left: 0;
  }
}
@media (min-width: 992px) {
  .horizontal-image-accordion .hia-item-inner {
    width: 100%;
    max-width: 25.563rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 0 1.25rem 0;
    padding-bottom: 4.375rem;
    transition: 0.5s ease 0s;
  }
}
@media (max-width: 991px) {
  .horizontal-image-accordion .hia-item-inner {
    padding: 0;
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .horizontal-image-accordion .hia-item-inner {
    height: 100%;
  }
}
.horizontal-image-accordion .hia-item-top {
  width: 100%;
  border-radius: 0.938rem;
}
@media (max-width: 991px) {
  .horizontal-image-accordion .hia-item-top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    filter: drop-shadow(8px 0px 20px rgba(0, 0, 0, 0.25));
  }
}
@media (max-width: 767px) {
  .horizontal-image-accordion .hia-item-top {
    position: relative;
    z-index: unset;
    width: 100%;
    height: 100%;
  }
}
.horizontal-image-accordion .hia-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: 1s ease 0s;
  z-index: -1;
  aspect-ratio: 1140/772;
}
.horizontal-image-accordion .hia-card-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .horizontal-image-accordion .hia-card-bg {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .horizontal-image-accordion .hia-card-bg {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 767px) {
  .horizontal-image-accordion .hia-card-bg {
    position: relative;
    z-index: unset;
    width: 100%;
    height: 100%;
    aspect-ratio: 393/622;
  }
}
.horizontal-image-accordion .hia-card-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 15, 36, 0.7);
  transition: 0.4s ease 0s;
  border-radius: 1.563rem;
}
@media (max-width: 991px) {
  .horizontal-image-accordion .hia-card-bg::after {
    border-radius: 0;
  }
}
.horizontal-image-accordion .hia-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.563rem;
}
@media (max-width: 991px) {
  .horizontal-image-accordion .hia-card-bg img {
    border-radius: 0;
  }
}
.horizontal-image-accordion .hia-iconwrap {
  margin-left: auto;
  transition: 0.4s ease 0s;
}
@media (max-width: 991px) {
  .horizontal-image-accordion .hia-iconwrap {
    display: none;
  }
}
.horizontal-image-accordion .hia-icon {
  display: inline-flex;
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .horizontal-image-accordion .hia-icon {
    position: relative;
    left: calc(50% - 30px);
    transition: 1s ease 0s;
  }
}
@media (max-width: 991px) {
  .horizontal-image-accordion .hia-icon {
    margin-bottom: 1rem;
  }
}
.horizontal-image-accordion .hia-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.horizontal-image-accordion .hia-icon-plus {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #14F2B2;
  padding: 0.313rem;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #6B2BF2;
  border: none;
  border-radius: 100%;
  transition: opacity 0.5s ease 0.7s;
  cursor: pointer;
}
.horizontal-image-accordion .hia-icon-plus::before, .horizontal-image-accordion .hia-icon-plus::after {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0.375rem;
  right: 0;
  width: 0.625rem;
  height: 2px;
  display: block;
  border: 1px solid #fff;
  background-color: #fff;
  transition: 0.3s;
}
.horizontal-image-accordion .hia-icon-plus::before {
  transform: rotate(90deg);
}
@media (max-width: 991px) {
  .horizontal-image-accordion .hia-icon-plus {
    display: none;
  }
}
.horizontal-image-accordion .hia-icon-plus svg {
  width: 100%;
  height: 100%;
}
.horizontal-image-accordion .hia-container {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.horizontal-image-accordion .hia-container h2 {
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 1s ease 0s;
}
@media (max-width: 991px) {
  .horizontal-image-accordion .hia-container h2 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .horizontal-image-accordion .hia-container-wrap {
    --contentHeight: 100%;
    position: relative;
    left: 50%;
    margin-bottom: 0.625rem;
    transform: translateX(-50%) translateY(var(--contentHeight));
    transition: 1s ease 0s;
    max-width: 14vw;
  }
}
@media (max-width: 991px) {
  .horizontal-image-accordion .hia-container-wrap.desktop {
    display: none;
  }
}
.horizontal-image-accordion .hia-content-wrap {
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .horizontal-image-accordion .hia-content-wrap {
    --width: 24vw;
    min-width: var(--width);
    max-width: var(--width);
    width: var(--width);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: 0.5s ease 0.3s;
  }
}
@media (max-width: 991px) {
  .horizontal-image-accordion .hia-content-wrap {
    margin-top: 0;
    max-width: 100%;
    padding: 13.5rem 3.25rem 10rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .horizontal-image-accordion .hia-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .horizontal-image-accordion .hia-content-wrap {
    position: absolute;
    top: 36%;
    height: auto;
    max-width: 100%;
    padding: 1.25rem;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .horizontal-image-accordion .hia-content-wrap {
    top: 33%;
  }
}
@media (min-width: 992px) {
  .horizontal-image-accordion .hia-content-wrap .responsive {
    display: none;
  }
}
@media (min-width: 992px) {
  .horizontal-image-accordion .hia-desc {
    transform: scale(0);
    transform-origin: bottom left;
    transition: 1s ease 0s;
  }
}
.horizontal-image-accordion .hia-desc p a {
  color: #14F2B2;
}
@media (max-width: 991px) {
  .horizontal-image-accordion .hia-desc {
    overflow-y: auto;
    max-height: 8.57rem;
    padding-right: 0.63rem;
    transition: all 0.3s ease;
  }
  .horizontal-image-accordion .hia-desc::-webkit-scrollbar {
    width: 10px;
  }
  .horizontal-image-accordion .hia-desc::-webkit-scrollbar-track {
    --webkit-box-shadow: inset 0 0 6px rgba($black, 0.3);
    border-radius: 10px;
  }
  .horizontal-image-accordion .hia-desc::-webkit-scrollbar-thumb {
    --webkit-box-shadow: inset 0 0 6px rgba($black, 0.5);
    border-radius: 10px;
    background: rgba(10, 15, 36, 0.8);
  }
  .horizontal-image-accordion .hia-desc::-webkit-scrollbar-thumb:window-inactive {
    background: #14F2B2;
  }
}
.horizontal-image-accordion .hia-btn-wrap {
  margin-top: 1.5rem;
  gap: 2rem 2.188rem;
}
.horizontal-image-accordion .hia-btn-wrap .btn-link:hover {
  color: #14F2B2;
}

.bio-grid .bg-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-self: center;
  padding: 1.25rem;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease 0s;
  z-index: 999;
}
.bio-grid .bg-popup.open {
  opacity: 1;
  visibility: visible;
}
.bio-grid .bg-cell {
  transition: 0.5s;
  cursor: pointer;
}
.bio-grid .bg-cell:hover {
  backdrop-filter: blur(18px);
  opacity: 40%;
}
.bio-grid .bg-no-dec {
  cursor: auto;
}
.bio-grid .bg-no-dec:hover {
  opacity: 1;
}
.bio-grid .bg-active {
  backdrop-filter: blur(18px);
  opacity: 40%;
}
.bio-grid .bg-section-heading {
  width: 100%;
  max-width: 51.25rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.bio-grid .bg-content {
  color: #fff;
  margin-bottom: 1.5rem;
}
.bio-grid .bg-content h4 {
  color: #14F2B2;
  margin-bottom: 0.313rem;
}
.bio-grid .bg-content .position {
  font-size: 0.875rem;
  font-weight: 400;
}
.bio-grid .bg-img-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: end;
  padding: 1.125rem 0 0 1.5rem;
  border: 1px solid #14F2B2;
  border-radius: 0.5rem;
  backdrop-filter: blur(18px);
  overflow: hidden;
}
.bio-grid .bg-img img {
  width: 10.688rem;
  height: 11.75rem;
  object-fit: cover;
}
.bio-grid .bg-row {
  display: grid;
  grid-gap: 2.188rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .bio-grid .bg-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .bio-grid .bg-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bio-grid .bg-popup-slider-wrap {
  position: relative;
  margin: 0 auto;
  padding: 3.313rem 0.875rem 0 3.313rem;
  max-width: 59.875rem;
  width: 100%;
  background-color: #fff;
  align-self: center;
  overflow: hidden;
  border-radius: 0.94rem;
  box-shadow: 0.313rem 0 0.938rem rgba(0, 0, 0, 0.161);
}
@media (max-width: 767px) {
  .bio-grid .bg-popup-slider-wrap {
    padding: 2rem 1.25rem;
  }
}
.bio-grid .bg-popup-row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .bio-grid .bg-popup-row {
    display: block;
  }
}
.bio-grid .bg-popup-top {
  position: absolute;
  right: 1rem;
  top: 0.63rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: end;
}
.bio-grid .bg-popup-img {
  position: relative;
  width: 15.313rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .bio-grid .bg-popup-img {
    width: 100%;
    position: relative;
    padding-top: 35%;
    min-height: 10.625rem;
  }
  .bio-grid .bg-popup-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bio-grid .bg-popup-img img {
    object-fit: contain;
  }
}
.bio-grid .bg-popup-img::before {
  content: "";
  position: absolute;
  top: -6.875rem;
  right: 0;
  left: -7rem;
  width: 198%;
  height: 153%;
  background-image: url(../images/bio-bg.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .bio-grid .bg-popup-img::before {
    left: 50%;
    top: 50%;
    width: 416px;
    height: 460px;
    transform: translate(-50%, -50%);
    background-image: url(../images/bio-shape.png);
    background-size: 65%;
    background-position: center;
  }
}
.bio-grid .bg-popup-right {
  margin-left: 4.75rem;
  padding-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .bio-grid .bg-popup-right {
    margin-left: 0;
    padding-bottom: 0;
    margin-top: 1.5rem;
  }
}
.bio-grid .bg-popup-inner h3 {
  color: #2F2F2F;
  margin-bottom: 0.625rem;
}
.bio-grid .bg-popup-inner .position {
  color: #727272;
}
.bio-grid .bg-linkedin {
  display: inline-block;
}
.bio-grid .bg-linkedin svg {
  width: 0.875rem;
  fill: #2699FB;
}
.bio-grid .bg-popup-desc {
  overflow-y: auto;
  max-height: 15rem;
  padding-right: 0.625rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.bio-grid .bg-popup-desc::-webkit-scrollbar {
  width: 10px;
}
.bio-grid .bg-popup-desc::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 6px rgba($black, 0.3);
  border-radius: 10px;
}
.bio-grid .bg-popup-desc::-webkit-scrollbar-thumb {
  --webkit-box-shadow: inset 0 0 6px rgba($black, 0.5);
  border-radius: 10px;
  background: rgba(10, 15, 36, 0.8);
}
.bio-grid .bg-popup-desc::-webkit-scrollbar-thumb:window-inactive {
  background: #14F2B2;
}
.bio-grid .bg-popup-desc p {
  color: #727272;
}
.bio-grid .bg-close {
  cursor: pointer;
}
.bio-grid .bg-close svg {
  fill: #6B2BF2;
}
.bio-grid .bg-close svg:hover {
  fill: #14F2B2;
}
.bio-grid .bg-close svg .bg-circle:hover {
  fill: #14F2B2;
}

body.popup-open {
  overflow: hidden;
}

.generic-hero {
  position: relative;
  background: linear-gradient(256.21deg, #14F2B2 -14.42%, #0A0F24 59.85%);
  border-bottom: 1px solid #14F2B2;
}
@media (max-width: 767px) {
  .generic-hero {
    padding-top: 5.625rem !important;
  }
}
.generic-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/landing-hero-bg.png);
  background-position: right top;
  background-size: auto;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .generic-hero::before {
    height: 70%;
    bottom: 0;
    top: auto;
    background-position: right bottom;
    background-size: contain;
    background-image: url(../images/mobile-bg-img.png);
  }
}
.generic-hero.gh-dark-green {
  background: linear-gradient(55.71deg, #051010 68.22%, #386B68 101.49%);
}
@media (max-width: 767px) {
  .generic-hero.gh-dark-green::before {
    top: 0;
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .generic-hero.gh-light-green::before {
    top: 0;
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .generic-hero .breadcrumbs {
    margin-bottom: 3.125rem;
    margin-top: 2.125rem;
  }
}
.generic-hero.gh-media {
  position: relative;
  overflow: hidden;
}
.generic-hero.gh-media::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 15, 36, 0.6980392157);
}
.generic-hero.gh-media .gh-right {
  display: none;
}
.generic-hero.gh-media .gh-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.generic-hero.gh-media .container {
  position: relative;
  z-index: 1;
}
.generic-hero.gh-media .gh-btn .btn-link {
  display: none;
}
.generic-hero.gh-media .gh-btn-play {
  display: flex;
  align-items: center;
}
.generic-hero.gh-media .gh-play-trigger {
  display: flex;
  align-items: center;
  user-select: none;
  position: relative;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.generic-hero.gh-media .gh-play-trigger svg {
  margin-left: 12px;
}
.generic-hero.gh-media .gh-play-trigger:hover {
  color: #14F2B2;
}
.generic-hero.gh-media .gh-has-image .btn-link {
  display: block;
}
.generic-hero .gh-video-link .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.generic-hero .gh-btn {
  margin-top: 3rem;
  gap: 2rem;
}
.generic-hero .gh-btn .btn:hover {
  background: -webkit-linear-gradient(100deg, #6B2BF2 0%, #6B2BF2 100%) !important;
  background: linear-gradient(100deg, #6B2BF2 0%, #6B2BF2 100%) !important;
}
.generic-hero .gh-heading {
  margin-bottom: 2rem;
}
.generic-hero .gh-heading h1 {
  margin-bottom: 0;
}
.generic-hero .gh-bg-video {
  border-radius: 0.5rem;
}
.generic-hero .gh-dec {
  font-size: 1.25rem;
}
.generic-hero .gh-right-wrap {
  position: relative;
  border-radius: 0.5rem;
  aspect-ratio: 498/280;
  z-index: 2;
}
.generic-hero .gh-right-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .generic-hero .gh-right-wrap {
    margin-bottom: 2rem;
  }
}
.generic-hero .gh-right-wrap img {
  border-radius: inherit;
}
.generic-hero .gh-btn .btn-link {
  color: #fff;
}
.generic-hero .gh-btn .btn-link svg {
  fill: #14F2B2;
}
.generic-hero .gh-btn .btn-link:hover {
  color: #14F2B2;
}
@media (max-width: 767px) {
  .generic-hero .gh-row {
    flex-direction: column-reverse;
  }
}

.post-detail-hero {
  background-color: #fff;
}
.post-detail-hero .pdh-wrap {
  position: relative;
  padding: var(--header-height) 0 10rem;
  background: linear-gradient(256.21deg, #0A69BF -14.42%, #0A0F24 59.85%);
}
.post-detail-hero .pdh-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/landing-hero-bg.png);
  background-position: right top;
  background-size: auto;
  background-repeat: no-repeat;
  pointer-events: none;
}
.post-detail-hero .pdh-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(10, 15, 36, 0.8392156863);
  z-index: 9999;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-detail-hero .pdh-form .hs-form-frame {
  width: 61%;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 15px;
}
.post-detail-hero .pdh-form .hs-form-frame iframe {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .post-detail-hero .pdh-form .hs-form-frame {
    width: 100%;
  }
}
.post-detail-hero .pdh-form .h-search-close {
  position: absolute;
  top: 3.125rem;
  right: 1.25rem;
}
@media (max-width: 991px) {
  .post-detail-hero .pdh-form .h-search-close {
    right: 0;
  }
}
.post-detail-hero .pdh-form .h-search-close i.icon-close {
  position: relative;
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #14F2B2;
  border-radius: 8px;
  background-color: transparent;
  cursor: pointer;
  transition: 0.5s;
}
.post-detail-hero .pdh-form .h-search-close i.icon-close:hover {
  background-color: #14F2B2;
}
.post-detail-hero .pdh-form .h-search-close i.icon-close::before, .post-detail-hero .pdh-form .h-search-close i.icon-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 62%;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.35s ease 0s;
}
.post-detail-hero .pdh-form .h-search-close i.icon-close::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.post-detail-hero .pdh-desc {
  display: flex;
  justify-content: center;
  gap: 1.438rem;
}
.post-detail-hero .pdh-detail-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  margin-top: -10rem;
  max-width: 51rem;
  padding: 2.625rem 2rem;
  border-radius: 0.5rem;
  gap: 1.5rem;
  background: radial-gradient(106.74% 311.54% at 1.16% 3.26%, #fff 0%, #85B3DC 100%);
}
.post-detail-hero .pdh-detail-wrap.add-spacing {
  margin-top: -11.25rem;
}
@media (max-width: 991px) {
  .post-detail-hero .pdh-detail-wrap {
    padding: 1.5rem;
  }
}
.post-detail-hero .pdh-detail-wrap h1 {
  margin: 0;
  line-height: 1.25;
}
@media (max-width: 991px) {
  .post-detail-hero .pdh-detail-wrap h1 {
    font-size: 2.25rem;
  }
}
.post-detail-hero .pdh-content-date, .post-detail-hero .pdh-asset-type {
  font-size: 0.875rem;
}
.post-detail-hero .pdh-content-date {
  font-weight: 300;
}
.post-detail-hero .pdh-asset-type {
  font-weight: 600;
}
.post-detail-hero .pdh-left-wrap {
  flex-wrap: nowrap;
  margin-bottom: 3.375rem;
  padding-top: 3.5rem;
}
.post-detail-hero .breadcrumbs {
  margin: 0;
  padding: 0;
}
.post-detail-hero .btn-download {
  font-weight: 700;
  color: #0A0F24;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.1;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.post-detail-hero .btn-download svg {
  margin-left: 0.5rem;
}
.post-detail-hero .btn-download:hover {
  text-decoration: underline;
}
.post-detail-hero .btn-download:hover svg path {
  fill: #000;
}

.post-main-content {
  background-color: #fff;
  padding: 3.563rem 0 6.25rem;
}
@media (max-width: 991px) {
  .post-main-content {
    padding: 2.5rem 0 4.375rem;
  }
}
.post-main-content .pdb-main-wrap {
  display: flex;
  gap: 2.75rem;
  max-width: 62.688rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .post-main-content .pdb-main-wrap {
    flex-direction: column;
  }
}
.post-main-content .pdb-main-wrap svg {
  background-color: #fff !important;
}
.post-main-content .pdb-main-wrap svg path {
  fill: #6B2BF2;
  transition: 0.3s all;
}
.post-main-content .pdb-main-wrap svg:hover path {
  opacity: 0.6;
}
.post-main-content .pdb-imgwrap {
  position: relative;
  padding-top: 43.6964504284%;
}
.post-main-content .pdb-imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .post-main-content .pdb-imgwrap {
    position: relative;
    padding-top: 43.7325905292%;
  }
  .post-main-content .pdb-imgwrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.post-main-content .pdb-imgwrap img {
  border-radius: 0.5rem;
}
.post-main-content .pdb-right-wrap {
  margin-bottom: 3.25rem;
}
@media (max-width: 767px) {
  .post-main-content .pdb-right-wrap {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .post-main-content .pdb-social-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.post-main-content .pdb-social-block-wrap {
  --top: 10rem;
  position: sticky;
  top: var(--top);
  width: 100%;
  z-index: 1;
}
.post-main-content .pdb-main-detail-wrap {
  max-width: 51rem;
  width: 100%;
}
.post-main-content .pdb-main-detail-wrap.extra-spacing {
  margin: 0 auto;
}
.post-main-content .pdb-main-detail-wrap a {
  font-weight: 500;
  color: #6B2BF2 !important;
}
.post-main-content .pdb-main-detail-wrap strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .post-main-content blockquote {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .post-main-content blockquote p {
    font-size: 1.125rem;
  }
}
.post-main-content .wp-video {
  margin: 0.938rem 0;
  position: relative;
  width: 100% !important;
  max-width: 59.875rem !important;
}
.post-main-content .table-responsive {
  margin: 0.938rem 0;
}
.post-main-content .social-label {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.375rem;
}
.post-main-content .heateor_sss_sharing_ul {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (max-width: 991px) {
  .post-main-content .heateor_sss_sharing_ul {
    flex-direction: row;
  }
}
.post-main-content .heateor_sss_sharing_ul .heateor_sss_button_x .heateor_sss_svg,
.post-main-content .heateor_sss_sharing_ul .heateor_sss_facebook .heateor_sss_svg,
.post-main-content .heateor_sss_sharing_ul .heateor_sss_button_linkedin .heateor_sss_svg {
  width: 2.813rem !important;
  height: 2.813rem !important;
  background-color: transparent !important;
}
.post-main-content .heateor_sss_sharing_ul .heateor_sss_facebook:after {
  background-image: url(../images/post-detail-facebook.svg) !important;
}
.post-main-content .heateor_sss_sharing_ul .heateor_sss_more,
.post-main-content .heateor_sss_sharing_ul .heateor_sss_facebook {
  position: relative;
  height: 2.813rem;
  width: 2.813rem;
}
.post-main-content .heateor_sss_sharing_ul .heateor_sss_more:after,
.post-main-content .heateor_sss_sharing_ul .heateor_sss_facebook:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2rem;
  width: 2rem;
  background-image: url(../images/post-detail-more.svg);
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  background-size: contain;
  z-index: -1;
}
.post-main-content .heateor_sss_sharing_ul .heateor_sss_more:hover:after,
.post-main-content .heateor_sss_sharing_ul .heateor_sss_facebook:hover:after {
  opacity: 0.6;
}
.post-main-content .heateor_sss_sharing_ul .heateor_sss_more span,
.post-main-content .heateor_sss_sharing_ul .heateor_sss_facebook span {
  background: 0 0 !important;
}
.post-main-content .heateor_sss_sharing_ul .heateor_sss_more svg,
.post-main-content .heateor_sss_sharing_ul .heateor_sss_facebook svg {
  display: none !important;
}

.hide-overflow .wrapper {
  overflow: visible;
}

body.popup-open {
  overflow: hidden;
}

.hsfc-Step__Content {
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.gated-from-modal {
  padding: 48px !important;
  width: 100%;
  max-width: 37.5rem !important;
  background-color: #0A0F24 !important;
}
@media (max-width: 767px) {
  .gated-from-modal {
    padding: 1.875rem !important;
  }
}
.gated-from-modal .gated-from-wrap h4 {
  font-size: 1.938rem;
  color: #fff;
  text-align: center;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.is-close-btn {
  border: 1px solid #14F2B2 !important;
  border-radius: 5px !important;
}
.is-close-btn svg {
  fill: #fff !important;
  stroke: #fff !important;
}

.mason-grid {
  position: relative;
}
.mason-grid .mg-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 991px) {
  .mason-grid .mg-wrapper {
    display: block;
  }
}
.mason-grid .mg-arrows {
  position: absolute;
  right: 0;
  top: -0.625rem;
}
@media (max-width: 991px) {
  .mason-grid .mg-arrows {
    top: auto;
  }
}
.mason-grid .mg-left {
  width: 100%;
  max-width: 24.438rem;
}
@media (max-width: 1199px) {
  .mason-grid .mg-left {
    max-width: 16.438rem;
  }
}
@media (max-width: 991px) {
  .mason-grid .mg-left {
    max-width: 100%;
    margin-bottom: 2.063rem;
  }
}
.mason-grid .mg-slider-wrapper {
  flex: 1;
}
.mason-grid .mg-card-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  grid-row-gap: 1.25rem;
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .mason-grid .mg-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mason-grid .mg-card-empty::before, .mason-grid .mg-card-no-bg::before {
  display: none;
}
.mason-grid .mg-counter {
  font-size: 4rem;
  color: #14F2B2;
  font-weight: 300;
}
@media (max-width: 767px) {
  .mason-grid .mg-counter {
    font-size: 2rem;
  }
}
.mason-grid .mg-quote {
  color: #14F2B2;
}
.mason-grid .mg-quote p {
  font-size: 1.938rem;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .mason-grid .mg-quote p {
    font-size: 1.563rem;
  }
}
.mason-grid .mg-card-content {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.mason-grid .mg-card {
  position: relative;
  background: linear-gradient(64.71deg, #051010 1.76%, #386B68 100.58%);
  color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
}
.mason-grid .mg-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 15, 36, 0.698);
  z-index: 1;
}
.mason-grid .mg-card .mg-card-bg {
  position: relative;
  height: 100%;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .mason-grid .mg-card .mg-card-bg {
    position: relative;
    aspect-ratio: 361/250;
  }
}
.mason-grid .mg-card .mg-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}
.mason-grid .mg-card .mg-card-content {
  position: absolute;
  bottom: 0;
  left: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  padding-bottom: 1.25rem;
}
.mason-grid .mg-card .mg-card-content .mg-card-desc {
  font-size: 1rem;
  line-height: 1.5;
}
.mason-grid .mg-card.slide-type-a {
  height: 34.188rem;
}
@media (max-width: 767px) {
  .mason-grid .mg-card.slide-type-a {
    grid-area: auto;
    height: auto;
  }
}
.mason-grid .mg-card.slide-type-a .mg-card-desc {
  height: 4.688rem;
  overflow: auto;
  padding-right: 0.625rem;
}
.mason-grid .mg-card.slide-type-a .mg-card-desc::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
}
.mason-grid .mg-card.slide-type-a .mg-card-desc::-webkit-scrollbar {
  width: 5px;
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}
.mason-grid .mg-card.slide-type-a .mg-card-desc::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #14F2B2;
}
.mason-grid .mg-card.slide-type-b {
  height: 16.25rem;
}
@media (max-width: 767px) {
  .mason-grid .mg-card.slide-type-b {
    grid-area: auto;
    height: auto;
  }
}
.mason-grid .mg-card.slide-type-b .mg-card-desc {
  height: 4.5rem;
  overflow: auto;
  padding-right: 0.625rem;
}
.mason-grid .mg-card.slide-type-b .mg-card-desc::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
}
.mason-grid .mg-card.slide-type-b .mg-card-desc::-webkit-scrollbar {
  width: 5px;
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}
.mason-grid .mg-card.slide-type-b .mg-card-desc::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #14F2B2;
}
.mason-grid .mg-card.slide-type-c {
  height: 22.188rem;
}
@media (max-width: 767px) {
  .mason-grid .mg-card.slide-type-c {
    grid-area: auto;
    height: auto;
  }
}
.mason-grid .mg-card.slide-type-c .mg-quote {
  overflow: auto;
  padding-right: 0.625rem;
}
.mason-grid .mg-card.slide-type-c .mg-quote::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
}
.mason-grid .mg-card.slide-type-c .mg-quote::-webkit-scrollbar {
  width: 5px;
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}
.mason-grid .mg-card.slide-type-c .mg-quote::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #14F2B2;
}
.mason-grid .mg-card.slide-type-d {
  height: 28.375rem;
}
@media (max-width: 767px) {
  .mason-grid .mg-card.slide-type-d {
    grid-area: auto;
    height: auto;
  }
}
.mason-grid .mg-card.slide-type-d .mg-card-desc {
  height: 4.688rem;
  overflow: auto;
  padding-right: 0.625rem;
}
.mason-grid .mg-card.slide-type-d .mg-card-desc::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
}
.mason-grid .mg-card.slide-type-d .mg-card-desc::-webkit-scrollbar {
  width: 5px;
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}
.mason-grid .mg-card.slide-type-d .mg-card-desc::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #14F2B2;
}

.comparison-table .ct-heading {
  margin-bottom: 2.313rem;
}
.comparison-table .ct-heading h2 {
  margin-bottom: 0;
}
.comparison-table .ct-drop-wrap {
  margin-bottom: 0.75rem;
  background-color: transparent;
  border: 1px solid #14F2B2;
  border-radius: 0.5rem;
  transition: background-color 0.5s ease;
  cursor: pointer;
}
.comparison-table .ct-drop-wrap.is-open {
  background-color: #fff;
  border: 1px solid #fff;
}
.comparison-table .ct-drop-wrap.is-open .ct-drop-heading h4 {
  color: #0A0F24;
  font-family: "Nunito", sans-serif;
}
.comparison-table .ct-dec {
  padding: 0 0.625rem;
}
.comparison-table .ct-content-heading h4 {
  color: #fff;
}
.comparison-table .ct-row-drop {
  padding: 1rem;
  display: none;
}
@media (max-width: 767px) {
  .comparison-table .ct-row-drop {
    overflow: auto;
  }
}
.comparison-table .ct-drop-heading {
  display: flex;
  padding: 0.75rem;
}
.comparison-table .ct-drop-heading h4 {
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  align-self: end;
}
.comparison-table .ct-drop-heading .plus-icon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin-right: 1.5rem;
  border: 1px solid #6B2BF2;
  border-radius: 50%;
  background-color: #6B2BF2;
  flex: 0 0 auto;
  cursor: pointer;
}
.comparison-table .ct-drop-heading .plus-icon.active::before {
  opacity: 0;
}
.comparison-table .ct-drop-heading .plus-icon::before, .comparison-table .ct-drop-heading .plus-icon::after {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 6.4px;
  right: 0;
  width: 0.625rem;
  height: 2px;
  display: block;
  border: 1px solid #fff;
  background-color: #fff;
  transition: 0.3s;
}
.comparison-table .ct-drop-heading .plus-icon::before {
  transform: rotate(90deg);
}
.comparison-table .ct-row-heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  flex: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .comparison-table .ct-row-heading {
    min-width: 12.5rem;
  }
}
.comparison-table .ct-row-heading .info-icon {
  margin-top: -0.625rem;
}
.comparison-table .ct-row-heading .info-icon:hover .ct-row-des {
  display: block;
}
.comparison-table .ct-row-heading .info-icon svg {
  fill: #6B2BF2;
}
.comparison-table .ct-main-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #BFBFBF;
  padding: 1.688rem 0 1.688rem 1.688rem;
}
@media (max-width: 767px) {
  .comparison-table .ct-main-row {
    padding: 1.5rem 0;
    width: fit-content;
  }
}
.comparison-table .ct-main-row:first-child {
  padding-top: 0;
}
.comparison-table .ct-main-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.comparison-table .ct-main-column {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 40.625rem;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .comparison-table .ct-main-column {
    max-width: 40.063rem;
  }
}
@media (max-width: 991px) {
  .comparison-table .ct-main-column {
    max-width: 22.063rem;
  }
}
@media (max-width: 767px) {
  .comparison-table .ct-main-column {
    max-width: unset;
  }
}
.comparison-table .ct-column-wrapper {
  width: 33.33%;
  text-align: center;
}
@media (max-width: 767px) {
  .comparison-table .ct-column-wrapper {
    width: 100%;
    min-width: 12.5rem;
  }
}
@media (max-width: 767px) {
  .comparison-table .ct-column-headings-wrapper .ct-column-headings {
    display: none;
  }
}
.comparison-table .ct-column-headings {
  width: 100%;
  max-width: 42.25rem;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.563rem;
  padding-right: 1.75rem;
}
@media (max-width: 1199px) {
  .comparison-table .ct-column-headings {
    max-width: 40.063rem;
  }
}
@media (max-width: 991px) {
  .comparison-table .ct-column-headings {
    max-width: 24.063rem;
  }
}
@media (max-width: 767px) {
  .comparison-table .ct-column-headings {
    max-width: 19.063rem;
  }
}
@media (max-width: 575px) {
  .comparison-table .ct-column-headings {
    max-width: 18.063rem;
  }
}
.comparison-table .ct-column-headings h3 {
  width: 33.33%;
  font-size: 1.25rem;
  color: #14F2B2;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .comparison-table .ct-column-headings h3 {
    font-size: 0.875rem;
  }
}
.comparison-table .ct-column-value .icon-cross,
.comparison-table .ct-column-value .icon-check {
  color: #0A0F24;
  font-size: 1.25rem;
  font-weight: 700;
}
.comparison-table .ct-column-value .icon-check {
  color: #0A69BF;
}
.comparison-table .ct-short-blurb {
  margin-bottom: 0.625rem;
}
.comparison-table .ct-short-blurb p {
  font-size: 0.875rem;
  font-weight: 400;
}
.comparison-table .ct-row-des {
  position: absolute;
  bottom: 125%;
  left: 9.188rem;
  width: max-content;
  max-width: 15.625rem;
  padding: 0.625rem 0.875rem;
  background-color: #14F2B2;
  color: #0A0F24;
  display: none;
  border-radius: 6px;
  transform: translateX(-50%);
  z-index: 10;
}
.comparison-table .ct-row-des::before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  background-color: #14F2B2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #14F2B2 transparent transparent transparent;
  transform: rotate(45deg);
  margin: 0 auto;
}
.comparison-table .ct-row-des p {
  font-size: 0.875rem;
}

.cyoa-component a.cc-grid:hover .h4 {
  text-decoration: underline;
}
.cyoa-component a.cc-grid:hover .btn-link {
  color: #14F2B2;
}
.cyoa-component .cc-filter-form.img-btn .cc-resetwrap .cc-btn {
  display: none !important;
}
.cyoa-component .cc-filter-form.btn-show .cc-resetwrap .cc-btn {
  display: block;
}
.cyoa-component .cc-filter-form.btn-show .cc-right-cell .cc-btn {
  display: block;
}
.cyoa-component .cc-resetwrap {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cyoa-component .cc-resetwrap {
    flex-direction: column;
  }
}
.cyoa-component .cc-resetwrap .cc-btn {
  display: none;
  min-width: 9.375rem;
}
.cyoa-component .cc-rightwrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .cyoa-component .cc-rightwrap {
    flex-direction: column-reverse;
  }
}
.cyoa-component .cc-right-cell .cc-btn {
  display: none;
}
.cyoa-component .cc-que h4 {
  color: #14F2B2;
  margin-bottom: 2rem;
}
.cyoa-component .cc-filter-load-more {
  border: 10px solid rgba(191, 191, 191, 0.431);
  border-radius: 50%;
  border-top: 10px solid #6B2BF2;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 auto;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  margin-bottom: 2.5rem;
}
.cyoa-component .cc-ans ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
.cyoa-component .cc-ans ul li {
  padding: 0;
  list-style-type: none;
}
.cyoa-component .cc-ans ul li label {
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: rgba(191, 191, 191, 0.6);
  border: 1px solid #14F2B2;
  border-radius: 3.75rem;
  line-height: 1;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  cursor: pointer;
}
.cyoa-component .cc-ans ul li label input[type=radio i] {
  display: none;
}
.cyoa-component .cc-ans ul li label:hover {
  background-color: #14F2B2;
  color: #0A0F24;
}
.cyoa-component .cc-top-img {
  position: relative;
  aspect-ratio: 604/429;
}
.cyoa-component .cc-top-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cyoa-component .cc-row {
    flex-direction: column-reverse;
  }
}
.cyoa-component .cc-result-heading {
  width: 100%;
  max-width: 51rem;
}
.cyoa-component .cc-result-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cyoa-component .cc-result-row {
    display: block;
  }
}
.cyoa-component .cc-btn {
  flex: 1;
  text-align: end;
}
@media (max-width: 767px) {
  .cyoa-component .cc-btn {
    text-align: start;
  }
}
.cyoa-component .cc-btn .btn::before {
  width: 114%;
}
.cyoa-component .cc-filter-selected-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
.cyoa-component .cc-selected {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
}
.cyoa-component .cc-selected .close-icon {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #6B2BF2;
  border-radius: 5px;
  cursor: pointer;
}
.cyoa-component .cc-selected .close-icon::before, .cyoa-component .cc-selected .close-icon::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  right: 0;
  width: 8px;
  height: 1px;
  display: block;
  border: 1px solid #fff;
  background-color: #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}
.cyoa-component .cc-selected .close-icon::after {
  transform: rotate(-45deg);
}
.cyoa-component .cc-main-result {
  margin-top: 3.125rem;
}
.cyoa-component .cc-wrap {
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .cyoa-component .cc-wrap {
    display: block;
    margin-top: 2rem;
  }
}
.cyoa-component .cc-title {
  width: 100%;
  max-width: 51rem;
  margin-bottom: 2rem !important;
}
.cyoa-component .cc-main-wrapper {
  height: auto;
  margin-bottom: 2rem;
  overflow: hidden;
}
.cyoa-component .cc-grid {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.5rem;
  border: 1px solid #14F2B2;
  backdrop-filter: blur(7px);
  text-decoration: none;
}
.cyoa-component .cc-grid-wrap {
  padding: 2rem;
}
.cyoa-component .cc-grid-wrap .h4 {
  margin-bottom: 1.5rem;
}
.cyoa-component .cc-img {
  position: relative;
  aspect-ratio: 392/191;
  border-radius: 0 0 0.5rem 0.5rem;
}
.cyoa-component .cc-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cyoa-component .cc-img img {
  border-radius: inherit;
}
.cyoa-component .cc-icon {
  margin-bottom: 1.5rem;
}
.cyoa-component .cc-icon img {
  width: 2rem;
  height: 2rem;
  object-fit: cover;
}
.cyoa-component .cc-btn .btn-link-card {
  color: #fff;
  display: flex;
  align-items: center;
  user-select: none;
  position: relative;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.cyoa-component .cc-btn .btn-link-card svg {
  fill: #14F2B2;
  margin-left: 0.313rem;
}
.cyoa-component .cc-btn .btn-link-card:hover {
  color: #14F2B2;
}
.cyoa-component .cc-card-decs {
  margin-bottom: 2rem;
}
.cyoa-component .cc-card-decs p {
  color: #fff;
}

.home-hero {
  position: relative;
  padding-bottom: 4.563rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-hero {
    background-color: #031413;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 575px) {
  .home-hero {
    padding-top: 0 !important;
  }
}
.home-hero .hh-video-inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero .hh-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 575px) {
  .home-hero .hh-bg {
    position: relative;
    top: unset;
  }
}
@media (max-width: 575px) {
  .home-hero .hh-bg.desktop-only {
    display: none;
  }
}
@media (min-width: 576px) {
  .home-hero .hh-bg.mobile-only {
    display: none;
  }
}
.home-hero .hh-bg.mobile-only img {
  width: 100%;
  height: 100%;
  min-height: 18.75rem;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.home-hero .hh-top {
  position: relative;
  height: 100vh;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 2.3125rem;
  z-index: 2;
  top: -10rem;
}
@media (max-width: 1399px) {
  .home-hero .hh-top {
    height: auto;
    top: 0;
  }
}
@media (max-width: 767px) {
  .home-hero .hh-top {
    position: unset;
  }
}
@media (max-width: 575px) {
  .home-hero .hh-top {
    gap: 1.25rem;
  }
}
.home-hero .hh-bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3.938rem;
  z-index: 1;
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .home-hero .hh-bottom {
    gap: 1.938rem;
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .home-hero .hh-bottom {
    gap: 2.5rem;
    margin: 0;
  }
}
.home-hero .hh-dec-cta-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  max-width: 30.375rem;
  margin-left: auto;
  opacity: 0;
  transition: opacity 1s ease;
}
@media (max-width: 575px) {
  .home-hero .hh-dec-cta-wrap {
    text-align: center;
    max-width: 100%;
    gap: 2rem;
    opacity: 1;
  }
}
.home-hero .hh-dec-cta-wrap.visible {
  opacity: 1;
}
@media (max-width: 767px) {
  .home-hero .hh-heading {
    text-align: center;
  }
}
.home-hero .hh-heading .split-heading {
  opacity: 0;
  justify-content: center;
  gap: 10px;
  font-weight: 300;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.6s ease;
  color: #fff;
  font-size: 5rem;
  text-shadow: rgba(0, 39, 8, 0.3803921569) 7px 0 13px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .home-hero .hh-heading .split-heading {
    font-size: 4.063rem;
  }
}
@media (max-width: 991px) {
  .home-hero .hh-heading .split-heading {
    display: inline-block !important;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-hero .hh-heading .split-heading {
    font-size: 2.5rem;
  }
}
@media (max-width: 575px) {
  .home-hero .hh-heading .split-heading {
    opacity: 1;
  }
}
.home-hero .hh-heading .split-heading.show {
  opacity: 1;
  text-align: center;
}
.home-hero .hh-heading .split-heading.show .left {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.home-hero .hh-heading .split-heading.show .right {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.7s;
}
.home-hero .hh-heading .split-heading.animate-left .left {
  transform: translateX(0);
  opacity: 1;
}
.home-hero .hh-heading .split-heading.animate-left .right {
  transform: translateX(0);
  opacity: 1;
}
.home-hero .hh-heading .split-heading .part {
  font-weight: 300;
  opacity: 0;
  transform: translateX(0);
}
.home-hero .hh-heading .split-heading .left {
  transform: translateX(-100%);
  transition: transform 1s ease, opacity 1s ease;
}
.home-hero .hh-heading .split-heading .right {
  transform: translateX(100%);
  transition: transform 1s ease, opacity 1s ease;
}
.home-hero .hh-btn {
  gap: 2rem;
}
.home-hero .hh-btn .btn-link {
  color: #fff;
}
.home-hero .hh-btn .btn-link svg {
  fill: #14F2B2;
}
.home-hero .hh-btn .btn-link:hover {
  color: #14F2B2;
}
@media (max-width: 575px) {
  .home-hero .hh-btn {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .home-hero .hh-wrap {
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
  }
}
@media (max-width: 767px) {
  .home-hero .hh-wrap {
    position: relative;
    z-index: 1;
    gap: 4.5rem;
  }
}
@media (max-width: 575px) {
  .home-hero .hh-wrap {
    top: -2.813rem;
  }
}
.home-hero .hh-card-heading {
  width: 100%;
  max-width: 44.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.home-hero .hh-card-heading h2 {
  margin-bottom: 0;
}
.home-hero .hh-card-wrap {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .home-hero .hh-card-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .home-hero .hh-card-wrap {
    grid-template-columns: 1fr;
  }
}
.home-hero .hh-card-grid h5 {
  color: #fff;
}
.home-hero .hh-card-grid span {
  font-size: 0.875rem;
  font-weight: 700;
  color: #14F2B2;
}
.home-hero .hh-card-dec p {
  font-size: 0.875rem;
  font-weight: 400;
  text-wrap: pretty;
}
.home-hero .hh-card-grid {
  padding: 1.063rem;
  background: #051010;
  background-blend-mode: multiply;
  border-radius: 8px;
}
.home-hero .announce-banner {
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
  transform: translateY(0);
  position: relative;
  background: linear-gradient(96.55deg, #0A69BF 0.6%, #6B2BF2 112.5%);
  z-index: 9;
  top: -2.188rem;
  padding: 0.688rem 6.25rem 0.688rem;
}
@media (max-width: 1199px) {
  .home-hero .announce-banner {
    padding: 0.688rem 2.5rem 0.688rem;
  }
}
@media (max-width: 767px) {
  .home-hero .announce-banner {
    padding: 0.688rem 1.25rem 0.688rem;
  }
}
@media (max-width: 575px) {
  .home-hero .announce-banner {
    top: var(--header-height);
    z-index: 9999;
  }
}
.home-hero .announce-banner.is-hidden {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
}
.home-hero .announce-banner .ab-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.home-hero .announce-banner .ab-wrap .header-icon {
  display: none;
}
@media (max-width: 767px) {
  .home-hero .announce-banner .ab-wrap .header-icon {
    display: block;
  }
}
.home-hero .announce-banner .ab-wrap .header-icon .icon-cross {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.home-hero .announce-banner .ab-wrap .header-icon .icon-cross svg {
  width: 0.875rem;
  height: 0.875rem;
  fill: #fff;
}
.home-hero .announce-banner .ab-text span {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}
.home-hero .announce-banner .ab-btn .btn-link {
  color: #fff;
}
.home-hero .announce-banner .ab-btn .btn-link svg {
  fill: #fff;
}
.home-hero .announce-banner .ab-btn .btn-link:hover {
  color: #14F2B2;
}
.home-hero .announce-banner .ab-btn .btn-link:hover svg {
  fill: #14F2B2;
}

.in-line-form {
  position: relative;
  background: linear-gradient(256.21deg, #0A69BF -14.42%, #0A0F24 59.85%);
  padding-bottom: 5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .in-line-form {
    padding-bottom: 3.125rem;
  }
}
.in-line-form::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/landing-hero-bg.png);
  background-position: right top;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .in-line-form::before {
    right: -40%;
    background-size: contain;
  }
}
.in-line-form .ilf-form {
  background-color: #0A0F24;
}
.in-line-form .ilf-form .hs-form-frame iframe {
  height: 100% !important;
}
.in-line-form .ilf-description ul li {
  font-size: 1.25rem;
}
.in-line-form .ilf-left-cell {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .in-line-form .ilf-left-cell {
    margin-top: 0;
    margin-bottom: 3.125rem;
  }
}
.in-line-form .ilf-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .in-line-form .ilf-title {
    margin-bottom: 2rem;
  }
}

.hsfc-PhoneInput__FlagAndCaret {
  align-items: baseline !important;
}

.hsfc-PhoneInput__FlagAndCaret__Flag {
  color: #fff !important;
}

.platform-overview .po-heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.platform-overview .po-heading {
  padding-right: 3.375rem;
}
@media (max-width: 991px) {
  .platform-overview .po-heading {
    padding-right: 0;
  }
}
.platform-overview .po-right-cell a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.platform-overview .po-media {
  position: relative;
}
.platform-overview .po-media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.platform-overview .po-media-item.is-active {
  opacity: 1;
  z-index: 2;
}
.platform-overview .po-media-wrap {
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .platform-overview .po-media-wrap.desktop {
    display: none;
  }
}
.platform-overview .po-media-wrap .swiper-pagination {
  position: relative;
  bottom: 0;
}
.platform-overview .po-media-wrap.mobile {
  display: none;
}
@media (max-width: 991px) {
  .platform-overview .po-media-wrap.mobile {
    display: block;
  }
}
.platform-overview .po-col-wrap h4 {
  color: #14F2B2 !important;
}
.platform-overview .po-col-wrap .po-layer-item {
  filter: none;
  text-decoration: none;
  padding-bottom: 0;
}
.platform-overview .po-media-mobile {
  margin-bottom: 2rem;
}
.platform-overview .po-media-mobile img {
  width: 100%;
  height: 100%;
}
.platform-overview .po-media-swiper {
  width: 100%;
}
.platform-overview .po-media-swiper .swiper-pagination {
  bottom: 10px;
}
.platform-overview .po-media-swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.platform-overview .po-layer-item {
  padding-bottom: 3rem;
  filter: blur(3px);
  cursor: context-menu;
}
.platform-overview .po-layer-item.is-active {
  filter: none;
}
.platform-overview .po-layer-item.is-active h4 {
  color: #14F2B2;
  font-weight: 300;
}
.platform-overview .po-layer-item h4 {
  color: #fff;
  font-weight: 500;
}
.platform-overview .po-dec p {
  color: #fff;
}
.platform-overview .po-col-wrap .po-dec {
  margin-bottom: 20px;
}

.listing-hero {
  position: relative;
  background: linear-gradient(256.21deg, #0A69BF -14.42%, #0A0F24 59.85%);
}
.listing-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/landing-hero-bg.png);
  background-position: right top;
  background-size: auto;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .listing-hero::before {
    top: -125px;
    right: -30px;
    height: 60%;
    background-position: right bottom;
    background-size: contain;
    background-image: url(../images/mobile-bg-img.png);
    z-index: 0;
  }
}
.listing-hero .lh-wrap {
  display: flex;
  justify-content: space-between;
  gap: 3.125rem;
  position: relative;
}
@media (max-width: 767px) {
  .listing-hero .lh-wrap {
    flex-direction: column;
  }
}
.listing-hero .lh-left-wrap {
  position: relative;
  width: 100%;
  max-width: 24.5rem;
  z-index: 9;
}
@media (max-width: 575px) {
  .listing-hero .lh-left-wrap {
    max-width: 100%;
  }
}
.listing-hero .lh-heading-wrap {
  width: 100%;
  max-width: 41.813rem;
}
.listing-hero .lh-heading-wrap .breadcrumbs {
  padding-top: 0;
}
.listing-hero .lh-feature-tag {
  position: absolute;
  left: 1.57rem;
  top: 1.25rem;
  display: inline-block;
  padding: 0.44rem 0.63rem;
  border-radius: 32px;
  line-height: 1;
  color: #0A0F24;
  font-size: 0.875rem;
  font-weight: 700;
  background: linear-gradient(97.76deg, #14F2B2 0%, #0A69BF 100%);
}
.listing-hero .lh-img-wrap {
  border-radius: 0.5rem 0.5rem 0 0;
}
.listing-hero .lh-img-wrap img {
  border-radius: inherit;
}
.listing-hero .lh-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.63rem;
  text-decoration: none;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border: 1px solid #14F2B2;
}
.listing-hero .lh-wrapper.no-img .lh-content-block {
  border-top: 1px solid #14F2B2;
  border-radius: 0.5rem;
}
.listing-hero .lh-wrapper.no-img .lh-content-wrap {
  padding-top: 2rem;
}
.listing-hero .lh-content-block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-top: 0;
  padding: 2rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.listing-hero .lh-content-block .des {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
.listing-hero .lh-content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listing-hero .lh-content-wrap span,
.listing-hero .lh-content-wrap .lh-date {
  font-size: 0.875rem;
  font-weight: 600;
}

:root {
  --space-lg: 6.25rem;
  --space-md: 4.688rem;
  --space-sm: 3.125rem;
}
@media (max-width: 1199px) {
  :root {
    --space-lg: 3.125rem;
    --space-md: 3.125rem;
  }
}
@media (max-width: 767px) {
  :root {
    --space-md: 2.5rem;
    --space-sm: 1.875rem;
  }
}

#wpadminbar {
  position: fixed;
}

.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.main-content {
  flex-grow: 1;
  width: 100%;
  background: radial-gradient(115.56% 120.51% at 5.52% 89.31%, #051010 0%, #051010 56.5%, #386B68 92%);
}
.main-content > section:first-child:not(.post-detail-hero) {
  --header-height: 5rem;
  padding-top: calc(var(--header-height) + 32px);
}

.space-lg {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}
.space-lg-m {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}
.space-md {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}
.space-md-m {
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}
.space-sm {
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
}
.space-sm-m {
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}

.bg-dark *:not(.btn, svg, use),
.bg-secondary *:not(.btn, svg, use),
.inner-text-white *:not(.btn, svg, use) {
  color: #fff;
}

/* Pagination */
.pagination {
  padding: 1.875rem 0;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  position: relative;
  margin: 0 0.313rem;
  padding: 0;
  font-weight: 700;
  color: #0A0F24;
  font-size: 1.125rem;
}
.pagination li a:hover {
  color: #0A0F24 !important;
}
.pagination li .prev {
  margin: 0 0.938rem;
}
.pagination li .prev:hover {
  color: #0A0F24;
}
.pagination li .next {
  margin: 0 0.938rem;
}
.pagination li .next:hover {
  color: #0A0F24;
}
.pagination li a:not(.prev, .next),
.pagination li span {
  border: none;
  font-weight: 700;
  line-height: 1;
  color: #0A0F24;
  text-decoration: none;
  transition: 0.4s ease background-color, 0.4s ease color;
}
.pagination li a:not(.prev, .next).active,
.pagination li span.active {
  border-color: #14F2B2;
}
.pagination li .prev,
.pagination li .next {
  color: #6B2BF2;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.pagination li .prev::after,
.pagination li .next::after {
  content: "";
  position: absolute;
  inset: -2px -4px;
  border: 1px solid #BFBFBF;
  border-radius: 0.375rem;
  visibility: hidden;
  opacity: 0;
}
.pagination li .prev:hover,
.pagination li .next:hover {
  color: #0A0F24;
}
.pagination li .prev:focus::after,
.pagination li .next:focus::after {
  visibility: visible;
  opacity: 1;
  outline: 0;
}
.pagination li .prev.disabled,
.pagination li .next.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.pagination li .current {
  color: #0A0F24;
}

.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 3.5rem;
  height: 4px;
  border-radius: 0;
  background-color: rgba(20, 242, 178, 0.4);
  overflow: hidden;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #14F2B2;
  opacity: 0.5;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation: fillBullet 5s linear forwards;
}

@keyframes fillBullet {
  0% {
    width: 0;
    opacity: 0.5;
  }
  100% {
    width: 3.5rem;
    opacity: 1;
  }
}
.swiper-arrows .swiper-button-prev,
.swiper-arrows .swiper-button-next {
  width: 1.75rem;
  height: 1.75rem;
  border: 0.063rem solid #6B2BF2;
  border-radius: 50%;
  color: #fff;
  background: #6B2BF2;
}
.swiper-arrows .swiper-button-prev:hover, .swiper-arrows .swiper-button-prev.swiper-button-disabled,
.swiper-arrows .swiper-button-next:hover,
.swiper-arrows .swiper-button-next.swiper-button-disabled {
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  opacity: 1;
}
.swiper-arrows .swiper-button-prev::after,
.swiper-arrows .swiper-button-next::after {
  display: none;
}
.swiper-arrows .swiper-button-prev svg,
.swiper-arrows .swiper-button-next svg {
  width: auto;
  height: auto;
}
.swiper-arrows .swiper-button-next {
  right: 0;
}
.swiper-arrows .swiper-button-prev {
  left: -4.5rem;
  transform: rotate(180deg);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 9;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .breadcrumbs {
    margin-bottom: 2rem;
  }
}
.breadcrumbs a {
  position: relative;
  font-weight: 400 !important;
  text-decoration: none !important;
}
.breadcrumbs a::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #14F2B2 transparent transparent transparent;
  transform: rotate(-90deg);
  transition: 0.35s all;
}
.breadcrumbs a[href="javascript:void(0)"] {
  cursor: default;
}
.breadcrumbs a[href="javascript:void(0)"]:hover span {
  color: #090E22;
}
.breadcrumbs a span {
  transition: 0.5s;
}
.breadcrumbs a span:hover {
  color: #14F2B2;
}
.breadcrumbs span {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
}
.breadcrumbs span .current-item {
  font-weight: 400 !important;
  color: #fff;
}
.breadcrumbs span .post-page,
.breadcrumbs span .post,
.breadcrumbs span .asset-type {
  margin-left: 1.438rem;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0;
}
.breadcrumbs ul li a {
  font-weight: 500 !important;
  text-decoration: none !important;
}
.breadcrumbs ul li span {
  color: #fff;
  font-weight: 400;
}

/* stylelint-disable max-nesting-depth */
.hamburger {
  --humburgerbox: 2.563rem;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--humburgerbox);
  height: var(--humburgerbox);
  margin: 0 0 0 0.625rem;
  padding: 0;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 7px;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger:hover, .hamburger:focus {
  cursor: pointer;
  background-color: transparent;
  outline: none;
}
.hamburger.is-clicked {
  background-color: #0A0F24;
}
.hamburger span {
  cursor: pointer;
  position: relative;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  border-radius: 2px;
  background: #fff;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #fff;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}
.hamburger span::before {
  top: -0.5rem;
}
.hamburger span::after {
  bottom: -0.5rem;
}
.hamburger.is-clicked span {
  background-color: transparent !important;
}
.hamburger.is-clicked span::before, .hamburger.is-clicked span::after {
  top: 0;
}
.hamburger.is-clicked span::before {
  transform: rotate(45deg);
}
.hamburger.is-clicked span::after {
  top: 0.375rem;
  transform: translateY(-6px) rotate(-45deg);
}

.mbnav {
  position: relative;
  z-index: -1;
  display: block;
}
@media (min-width: 992px) {
  .mbnav {
    display: none;
  }
}
.mbnav__state {
  pointer-events: none;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 100%;
  overflow: hidden;
  width: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.mbnav__inner {
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.mbnav__top {
  display: flex;
  justify-content: space-between;
  background: #0a0f24;
}
.mbnav__logo {
  padding: 15px;
  color: #fff;
}
.mbnav .header-mobile-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.25rem 0;
  margin-top: 0.938rem;
  background-color: #fff;
  z-index: 2;
}
.mbnav .header-mobile-btn .header-btn a {
  color: #fff;
}
.mbnav .header-mobile-btn .header-btn-white a {
  color: #6B2BF2;
}
.mbnav .menu-wrap {
  --leftSlide: 0;
  position: absolute;
  top: 0;
  right: var(--leftSlide);
  width: 100%;
  height: 100%;
  transition: 0.4s ease;
}
.mbnav .menu-wrap .menu-wrap {
  right: -100%;
  visibility: hidden;
  opacity: 0;
}
.mbnav .menu-wrap > .menu-inner {
  pointer-events: auto;
  overflow: hidden auto;
  max-height: 100%;
  height: 100%;
  padding-top: 5.313rem;
  background-color: #fff;
}
.mbnav ul {
  position: static;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 2.5rem;
  transition: 0.4s ease;
}
@media (max-width: 767px) {
  .mbnav ul {
    padding: 0 1.25rem;
  }
}
.mbnav ul li.is-open > .menu-wrap {
  visibility: visible;
  opacity: 1;
}
.mbnav ul li:not(.btn-wrap) {
  position: static;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #A6A6A6;
  font-size: 1rem;
  font-weight: 500;
  color: #0A0F24;
  list-style: none;
}
.mbnav ul li:not(.btn-wrap)::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap).has-sub a::after {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .mbnav__caret::before, .mbnav ul li:not(.btn-wrap) a::after {
  content: "";
  right: 0.625rem;
  position: absolute;
  --sarrow-width: 10px;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  width: var(--sarrow-width);
  height: var(--sarrow-width);
  margin: auto;
  border: calc(var(--sarrow-width) / 4) solid #6B2BF2;
  border-bottom: 0;
  border-left: 0;
}
.mbnav ul li:not(.btn-wrap) a {
  position: relative;
  z-index: 2;
  display: block;
  order: -1;
  padding: 15px;
  line-height: 1.3;
  color: currentcolor;
  text-decoration: none !important;
  cursor: pointer;
}
.mbnav ul li:not(.btn-wrap) a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  margin-right: 0;
  margin-left: auto;
}
.mbnav ul li:not(.btn-wrap).is-open > .mbnav__caret:after {
  transform: rotate(0);
}
.mbnav ul li:not(.btn-wrap).has-sub > a {
  flex: 1 1 auto;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  transform: translateY(200%);
  width: calc(100% - 40px);
  margin: 0;
  transition: 0.4s ease-in-out;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap a {
  display: block;
}
.mbnav ul li:not(.btn-wrap).back-click {
  position: relative;
  order: -1;
  width: 100%;
  padding: 0.625rem 0 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: currentcolor;
  border: 0;
}
.mbnav ul li:not(.btn-wrap).back-click::before {
  --sarrow-width: 10px;
  content: "";
  position: absolute;
  top: 1rem;
  left: 2px;
  transform: rotate(-135deg);
  display: flex;
  align-items: center;
  width: var(--sarrow-width);
  height: var(--sarrow-width);
  margin: auto;
  border: calc(var(--sarrow-width) / 4) solid #6B2BF2;
  border-bottom: 0;
  border-left: 0;
  cursor: pointer;
}
.mbnav ul li:not(.btn-wrap).parent-title {
  border: 0;
}
.mbnav ul li:not(.btn-wrap).platform > .menu-wrap > .menu-inner > ul > .menu-col-wrapper > ul > .menu-title:first-child {
  border-bottom: 1px solid #14F2B2;
}
.mbnav ul li:not(.btn-wrap).menu-col-wrapper {
  border: 0;
}
.mbnav ul li:not(.btn-wrap).menu-col-wrapper.has-btn-below > ul {
  position: relative;
}
.mbnav ul li:not(.btn-wrap).menu-col-wrapper.has-btn-below > ul::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: -50px;
  width: calc(100% + 90px);
  height: 100%;
  border-bottom: 2px solid #6B2BF2;
  z-index: 1;
  pointer-events: none;
}
.mbnav ul li:not(.btn-wrap).menu-col-wrapper.has-btn-below > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.mbnav ul li:not(.btn-wrap).menu-col-wrapper > ul > li {
  border: 0;
}
.mbnav ul li:not(.btn-wrap).menu-col-wrapper > ul > li:first-child > a {
  font-size: 0.75rem;
  color: #646464;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mbnav ul li:not(.btn-wrap).menu-col-wrapper > ul > li > a {
  font-size: 1rem;
  padding: 0.75rem 0;
  font-weight: 700;
  color: #0A0F24;
  text-transform: none;
  letter-spacing: 0;
}
.mbnav ul li:not(.btn-wrap).menu-col-wrapper > ul > li.menu-title .link-wrapper {
  display: flex;
  align-items: center;
}
.mbnav ul li:not(.btn-wrap).menu-col-wrapper > ul > li.menu-title .link-wrapper svg {
  margin-left: 0.5rem;
}
.mbnav ul li:not(.btn-wrap).menu-col-wrapper > ul > li.menu-title > a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A0F24;
  text-transform: none;
  letter-spacing: 0;
}
.mbnav ul li:not(.btn-wrap).menu-col-wrapper > ul > li.menu-title > a p {
  font-size: 1rem;
  color: #727272;
  margin-top: 16px;
}
.mbnav ul li:not(.btn-wrap).menu-col-wrapper .by-challenge {
  width: calc(100% + 90px);
  position: relative;
  left: -1.25rem;
  background-color: #F8F8F8;
  padding: 1rem;
}
@media (max-width: 991px) {
  .mbnav ul li:not(.btn-wrap).menu-col-wrapper .by-challenge {
    left: -2.5rem;
    padding: 1rem 3.125rem 0 2.75rem;
  }
}
.mbnav ul li:not(.btn-wrap).menu-col-wrapper .by-challenge > ul > li a {
  padding: 1rem 0;
  font-weight: 700;
}
.mbnav ul li:not(.btn-wrap).menu-col-wrapper:nth-child(2n), .mbnav ul li:not(.btn-wrap).menu-col-wrapper:last-child {
  width: calc(100% + 90px);
  position: relative;
  left: -1.25rem;
  background-color: #F8F8F8;
  padding: 1rem 3.125rem 0 1rem;
}
@media (max-width: 991px) {
  .mbnav ul li:not(.btn-wrap).menu-col-wrapper:nth-child(2n), .mbnav ul li:not(.btn-wrap).menu-col-wrapper:last-child {
    left: -2.5rem;
    padding: 1rem 3.125rem 0 2.75rem !important;
  }
}
@media (max-width: 575px) {
  .mbnav ul li:not(.btn-wrap).menu-col-wrapper:nth-child(2n), .mbnav ul li:not(.btn-wrap).menu-col-wrapper:last-child {
    padding: 1rem 1rem 0 1rem;
  }
}
.mbnav ul li:not(.btn-wrap).menu-col-wrapper:nth-child(2n) > ul > li > ul > li > a, .mbnav ul li:not(.btn-wrap).menu-col-wrapper:last-child > ul > li > ul > li > a {
  padding: 0.938rem 0;
  font-weight: 700;
}
.mbnav__caret {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: flex-end;
  width: 1.875rem;
  height: auto;
  z-index: 1;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.color-mbnav .mbnav__caret::before {
  color: #14F2B2 !important;
}

.mbnav ul ul li {
  font-size: 16px;
}
.mbnav ul ul li a {
  padding-left: 1.563rem;
}
.mbnav ul ul li li {
  font-size: 14px;
}
.mbnav ul ul li li a {
  padding-left: 2.188rem;
}
.mbnav ul > li > .sub-menu {
  position: unset;
  padding: 0;
}
.mbnav__backdrop {
  position: fixed;
  z-index: -1;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.55);
  transition: all 0.4s ease-in;
}
.mbnav__overlay {
  position: fixed;
  z-index: 99;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in;
}
.mbnav__overlay.is-show {
  visibility: visible;
  opacity: 1;
}
.mbnav.is-open .btn-wrap {
  transform: translateY(0);
}
.mbnav.is-open .mbnav__state {
  left: 0;
}
.mbnav.is-open .mbnav__backdrop {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}

/* --- header --- */
.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background-color: transparent;
  padding: 2rem 6.25rem 1.25rem;
  transition: 1s ease 0s padding;
  /* nav */
}
@media (max-width: 1199px) {
  .main-header {
    padding: 2rem 2.5rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .main-header {
    padding: 2rem 1.25rem 1.25rem;
  }
}
.main-header.stuck {
  padding-top: 0;
}
.main-header.stuck .header-container {
  background: linear-gradient(256.21deg, #0A69BF -14.42%, #0A0F24 59.85% 59.85%);
}
.main-header .brand {
  display: block;
  flex: 0 0 auto;
}
@media (min-width: 1400px) {
  .main-header .brand {
    margin-right: 1.75rem;
  }
}
.main-header .brand.-mobile {
  display: none;
}
.main-header .nav-menu {
  flex: 1 1 auto;
  padding-left: 0.938rem;
}
@media (max-width: 1199px) {
  .main-header .nav-menu {
    padding-left: 0;
  }
}
.main-header .nav-menu .header-btn {
  margin-right: 1rem;
}
@media (max-width: 991px) {
  .main-header .nav-menu .header-btn {
    display: none;
  }
}
@media (max-width: 1399px) {
  .main-header .nav-menu .header-btn .btn {
    font-size: 0.875rem;
    padding: 0.688rem;
  }
}
.main-header .header-container {
  padding: 1rem 1.5rem;
  backdrop-filter: blur(28px);
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-radius: 0.5rem;
}
@media (max-width: 575px) {
  .main-header .header-container {
    padding: 1rem 0.75rem;
  }
}
.main-header .header-search-btn {
  margin-right: 1rem;
}
.main-header .nav-user-icon {
  display: flex;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .main-header .nav-user-icon {
    margin-right: 0.875rem;
  }
}
.main-header .nav-user-icon svg {
  fill: #fff;
}
.main-header .header-btn .btn-link {
  user-select: none;
  position: relative;
  display: inline-block;
  padding: 0.688rem 1.5rem;
  border: none;
  border-radius: 0.125rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  background: linear-gradient(96.55deg, #0A69BF 0.6%, #6B2BF2 112.5%);
  transition: all ease 0.5s;
}
.main-header .header-btn .btn-link:hover {
  background: -webkit-linear-gradient(100deg, #0A0F24 0%, #0A0F24 100%);
  background: linear-gradient(100deg, #0A0F24 0%, #0A0F24 100%);
  color: #fff !important;
  cursor: pointer;
}
.main-header .header-btn .btn-link svg {
  fill: #fff;
}
.main-header .header-btn-white {
  margin-right: 0 !important;
}
.main-header .header-btn-white .btn {
  background: #fff;
  color: #6B2BF2;
}
.main-header .navigation {
  display: none;
  word-break: keep-all;
  /* stylelint-disable max-nesting-depth */
}
@media (min-width: 992px) {
  .main-header .navigation {
    display: block;
  }
}
.main-header .navigation nav {
  margin-right: 1.875rem;
}
@media (max-width: 1199px) {
  .main-header .navigation nav {
    margin-right: 1.063rem;
  }
}
.main-header .navigation nav > ul {
  position: relative;
  display: flex;
}
.main-header .navigation nav > ul > li {
  padding: 0.688rem 0;
}
.main-header .navigation nav > ul > li:hover > a {
  color: #14F2B2;
}
.main-header .navigation nav > ul > li:hover > a::after {
  border-color: #fff;
}
.main-header .navigation nav > ul > li.menu-dropdown-active > ul {
  pointer-events: auto;
  opacity: 1;
}
.main-header .navigation nav > ul > li.menu-dropdown-active > a {
  color: #14F2B2;
}
.main-header .navigation nav > ul > li.menu-dropdown-active > a::after {
  border-color: #fff;
  width: 5rem;
  left: 0.938rem;
}
.main-header .navigation nav > ul > li > a {
  position: relative;
}
.main-header .navigation nav > ul > li > a::after {
  content: "";
  position: absolute;
  top: 3.188rem;
  right: 0;
  width: 0;
  height: 2px;
  background: #14F2B2;
  transition: 0.4s;
  z-index: 9;
}
.main-header .navigation nav > ul > li > a:hover::after {
  width: 5rem;
  left: 0.938rem;
}
.main-header .navigation nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header .navigation nav ul .platform > .sub-menu {
  min-width: 60.313rem;
}
@media (max-width: 1199px) {
  .main-header .navigation nav ul .platform > .sub-menu {
    min-width: 56.563rem;
  }
}
.main-header .navigation nav ul .platform > .sub-menu:hover .menu-col-wrapper > ul > .menu-title {
  pointer-events: all;
}
.main-header .navigation nav ul .platform > .sub-menu:hover .menu-col-wrapper > ul > li {
  pointer-events: all;
}
.main-header .navigation nav ul .platform > .sub-menu:hover .menu-col-wrapper > ul > li > .sub-menu > li {
  pointer-events: all;
}
.main-header .navigation nav ul .platform > .sub-menu .menu-col-wrapper > ul > .menu-title {
  border-bottom: 1px solid #14F2B2;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}
.main-header .navigation nav ul .platform > .sub-menu .menu-col-wrapper:nth-child(3) {
  border-radius: 0 8px 8px 0;
}
.main-header .navigation nav ul .solutions > .sub-menu {
  min-width: 61.063rem;
}
@media (max-width: 1199px) {
  .main-header .navigation nav ul .solutions > .sub-menu {
    min-width: 56.563rem;
  }
}
.main-header .navigation nav ul .solutions > .sub-menu .menu-col-wrapper:nth-child(4) {
  border-radius: 0 8px 8px 0;
}
.main-header .navigation nav ul .solutions > .sub-menu:hover .menu-col-wrapper > ul > .menu-title {
  pointer-events: all;
}
.main-header .navigation nav ul .solutions > .sub-menu:hover .menu-col-wrapper > ul > li {
  pointer-events: all;
}
.main-header .navigation nav ul .solutions > .sub-menu:hover .menu-col-wrapper > ul > li > .sub-menu > li {
  pointer-events: all;
}
.main-header .navigation nav ul .resources > .sub-menu {
  min-width: 35rem;
}
.main-header .navigation nav ul .resources > .sub-menu .menu-col-wrapper:nth-child(3) {
  border-radius: 0 8px 8px 0;
}
.main-header .navigation nav ul .resources > .sub-menu:hover .menu-col-wrapper > ul > .menu-title {
  pointer-events: all;
}
.main-header .navigation nav ul .resources > .sub-menu:hover .menu-col-wrapper > ul > li {
  pointer-events: all;
}
.main-header .navigation nav ul .resources > .sub-menu:hover .menu-col-wrapper > ul > li > .sub-menu > li {
  pointer-events: all;
}
.main-header .navigation nav ul .company > .sub-menu {
  min-width: 61.25rem;
}
@media (max-width: 1199px) {
  .main-header .navigation nav ul .company > .sub-menu {
    min-width: 56.563rem;
  }
}
.main-header .navigation nav ul .company > .sub-menu .menu-col-wrapper:nth-child(4) {
  border-radius: 0 8px 8px 0;
}
.main-header .navigation nav ul .company > .sub-menu:hover .menu-col-wrapper > ul > .menu-title {
  pointer-events: all;
}
.main-header .navigation nav ul .company > .sub-menu:hover .menu-col-wrapper > ul > li {
  pointer-events: all;
}
.main-header .navigation nav ul .company > .sub-menu:hover .menu-col-wrapper > ul > li > .sub-menu > li {
  pointer-events: all;
}
.main-header .navigation nav ul li {
  list-style: none;
}
.main-header .navigation nav ul li a {
  display: block;
  padding: 0 1.25rem;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .main-header .navigation nav ul li a {
    padding: 0 0.625rem;
  }
}
.main-header .navigation nav ul.menu > li > .sub-menu::before {
  content: "";
  position: absolute;
  top: -1.875rem;
  left: 0;
  width: 100%;
  height: 2.5rem;
  z-index: 9999;
}
.main-header .navigation nav ul.menu > li > .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #6B2BF2;
  border-radius: 8px;
  box-shadow: 0 4px 1.5rem 0.5rem #0A0F24;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.main-header .navigation nav ul.sub-menu {
  position: absolute;
  top: 140%;
  left: -47px;
  width: 100%;
  display: flex;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .main-header .navigation nav ul.sub-menu {
    left: -160px;
  }
}
.main-header .navigation nav ul.sub-menu a .sub-menu {
  top: 0;
  left: 100%;
}
.main-header .navigation nav ul.sub-menu li {
  position: relative;
  width: 100%;
}
.main-header .navigation nav ul.sub-menu li a {
  display: block;
  color: #0A0F24;
  padding: 0;
}
.main-header .navigation nav ul.sub-menu li a:hover {
  color: #6B2BF2;
}
.main-header .navigation nav ul.sub-menu li > .sub-menu {
  position: relative;
  opacity: 1;
  padding: 0;
  min-width: 100%;
  display: block;
  top: 0;
  left: 0;
}
.main-header .navigation nav ul.sub-menu li > .sub-menu > li {
  max-width: 100%;
}
.main-header .navigation nav ul.sub-menu li.menu-item-has-children > a::after {
  top: 1.063rem;
  transform: rotate(45deg);
  border-color: #fff;
}
.main-header .navigation nav ul.sub-menu .menu-col-wrapper {
  padding: 2.5rem 1.25rem 2.5rem 2.188rem;
  background-color: #F8F8F8;
}
.main-header .navigation nav ul.sub-menu .menu-col-wrapper:first-child {
  background-color: #fff;
  padding: 1.875rem;
  border-radius: 8px 0 0 8px;
}
.main-header .navigation nav ul.sub-menu .menu-col-wrapper:first-child ul li a {
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
  color: #0A0F24;
}
.main-header .navigation nav ul.sub-menu .menu-col-wrapper:first-child ul li a p {
  font-size: 1rem;
}
.main-header .navigation nav ul.sub-menu .menu-col-wrapper > ul > .menu-title {
  position: relative;
}
.main-header .navigation nav ul.sub-menu .menu-col-wrapper > ul > .menu-title > a {
  text-transform: none;
  font-size: 1.5rem !important;
  font-weight: 700;
  color: #0A0F24;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 0;
}
.main-header .navigation nav ul.sub-menu .menu-col-wrapper > ul > .menu-title > a p {
  margin-top: 1rem;
  color: #727272;
  font-size: 1rem;
}
.main-header .navigation nav ul.sub-menu .menu-col-wrapper > ul > .menu-title > a .link-wrapper {
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.main-header .navigation nav ul.sub-menu .menu-col-wrapper > ul > .menu-title > a .link-wrapper:hover {
  color: #6B2BF2;
}
.main-header .navigation nav ul.sub-menu .menu-col-wrapper > ul > .menu-title > a .link-wrapper svg {
  margin-left: 0.5rem;
}
.main-header .navigation nav ul.sub-menu .menu-col-wrapper > ul > li {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 0;
}
.main-header .navigation nav ul.sub-menu .menu-col-wrapper > ul > li > a {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #646464;
  letter-spacing: 1px;
}
.main-header .navigation nav ul.sub-menu .menu-col-wrapper > ul > li > .sub-menu > li {
  padding: 0;
}
.main-header .navigation nav ul.sub-menu .menu-col-wrapper > ul > li > .sub-menu > li > a {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 0;
}
.main-header .header-search .h-search-wrap {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 20rem;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: all;
  transition: 0.4s ease 0s;
  z-index: 999;
}
@media (max-width: 1199px) {
  .main-header .header-search .h-search-wrap {
    padding-top: 9rem;
  }
}
@media (max-width: 991px) {
  .main-header .header-search .h-search-wrap {
    padding-top: 6rem;
  }
}
@media (max-width: 767px) {
  .main-header .header-search .h-search-wrap {
    padding-top: 3rem;
  }
}
.main-header .header-search .h-search-wrap.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.main-header .header-search .h-search-wrap .container {
  --container-width: 46rem;
}
.main-header .header-search .h-search-close {
  display: flex;
  padding: 0;
  margin-left: 1.5rem;
  background-color: transparent;
  cursor: pointer;
  transition: 0.35s ease 0s;
}
.main-header .header-search .h-search-close .icon-close {
  position: relative;
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #fff;
  border-radius: 0.125rem;
  background-color: transparent;
}
.main-header .header-search .h-search-close .icon-close::before, .main-header .header-search .h-search-close .icon-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 62%;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.35s ease 0s;
}
.main-header .header-search .h-search-close .icon-close::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.main-header .header-search .h-search-form-wrap {
  position: relative;
  z-index: 1;
}
.main-header .header-search .h-search-overlay {
  position: absolute;
  top: -2.063rem;
  left: -100%;
  width: calc(100vw + 100%);
  height: 100vh;
  background: rgba(10, 15, 36, 0.949);
  z-index: 0;
}
.main-header .header-search .h-search-field .search-field {
  position: relative;
}
.main-header .header-search .h-search-field .search-label {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.main-header .header-search .h-search-field input[type=search] {
  padding: 1rem 3.125rem 1rem 1rem;
  height: 3.5rem;
  color: #000;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #0A69BF;
  border-radius: 0;
  caret-color: #000;
}
.main-header .header-search .h-search-field input[type=search]::placeholder {
  color: #BFBFBF;
  font-weight: 700;
}
.main-header .header-search .h-search-field input[type=search]:-webkit-autofill {
  -webkit-text-fill-color: #000;
}
.main-header .header-search .h-search-field .icon-search {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: flex;
  color: #0A69BF;
  width: 1.125rem;
  height: 1.125rem;
  padding: 0;
  border: none;
  background-color: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.35s ease 0s;
}
.main-header .header-search .h-search-field .icon-search:hover {
  color: #000;
}
.main-header .header-search .h-search-field .icon-search::before {
  display: none;
}
.main-header .header-search .h-search-field .icon-search svg {
  width: 100%;
  height: 100%;
  fill: #0A0F24;
}
.main-header .header-search-btn {
  padding: 0;
  display: flex;
  width: 1.313rem;
  height: 1.313rem;
  color: var(--linkColor);
  background-color: transparent;
  border: none;
  transition: 0.35s ease 0s;
}
.main-header .header-search-btn::before {
  display: none;
}
.main-header .header-search-btn svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: 0.35s ease 0s;
}
.main-header .header-search-btn svg:hover {
  fill: #14F2B2;
}

.search-open {
  overflow: hidden;
}

.scroll-fixed .main-header {
  transition: 0.5s;
}
@media (max-width: 991px) {
  .scroll-fixed .main-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
}
.scroll-fixed .main-header .nav-user-icon svg,
.scroll-fixed .main-header .header-search-btn svg {
  fill: #6B2BF2;
}
.scroll-fixed .brand.-mobile {
  display: block;
}
.scroll-fixed .brand.-desktop {
  display: none;
}
.scroll-fixed .header-container {
  border: 0;
  padding: 0;
  transition: 0.5s;
}

/* --- footer --- */
.main-footer {
  align-self: end;
  width: 100%;
  height: auto;
  padding: 50px 0;
  line-height: normal;
  text-align: center;
  background: #0A0F24;
  position: relative;
}
.main-footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.25rem;
}
@media (max-width: 767px) {
  .main-footer .footer-top {
    display: block;
  }
}
.main-footer .footer-logo {
  display: block;
}
@media (max-width: 767px) {
  .main-footer .footer-logo {
    margin-bottom: 2rem;
  }
}
.main-footer .footer-title {
  padding-left: 1.375rem;
  text-align: left;
}
@media (max-width: 1199px) {
  .main-footer .footer-title {
    text-align: center;
    padding-left: 0;
  }
}
.main-footer .footer-title h6 {
  font-size: 1rem;
  font-weight: 400;
  color: #14F2B2;
}
.main-footer .footer-main-nav {
  width: 100%;
  max-width: 56.75rem;
}
@media (min-width: 768px) {
  .main-footer .footer-main-nav .footer-navwrap {
    max-width: fit-content;
    margin-left: auto;
  }
}
.main-footer .footer-main-nav .navigation > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  gap: 2rem 2.813rem;
}
@media (max-width: 767px) {
  .main-footer .footer-main-nav .navigation > ul {
    padding-left: 0;
    gap: 2rem 1.5rem;
    justify-content: center;
  }
}
.main-footer .footer-main-nav .navigation > ul > li {
  list-style-type: none;
  padding: 0;
}
.main-footer .footer-main-nav .navigation > ul > li:last-child {
  padding-right: 0;
}
.main-footer .footer-main-nav .navigation > ul > li a {
  font-size: 0.875rem;
  font-weight: 600;
}
.main-footer .footer-main-nav .navigation > ul > li a:hover {
  text-decoration: none;
  color: #14F2B2;
}
.main-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.25rem;
}
@media (max-width: 767px) {
  .main-footer .footer-bottom {
    display: block;
  }
}
.main-footer .footer-copyright-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .main-footer .footer-copyright-wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-copyright-wrap {
    margin-bottom: 1.5rem;
  }
}
.main-footer .footer-privacy-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .main-footer .footer-privacy-nav ul {
    padding: 0;
  }
}
.main-footer .footer-privacy-nav ul li {
  list-style-type: none;
  padding: 0;
  border-right: 1px solid #fff;
  line-height: 0.9;
  margin-right: 4px;
  padding-right: 4px;
}
.main-footer .footer-privacy-nav ul li:last-child {
  border-right: 0;
}
.main-footer .footer-privacy-nav ul li a {
  font-size: 0.75rem;
  font-weight: 400;
}
.main-footer .footer-copyright p {
  font-size: 0.75rem;
}
@media (max-width: 991px) {
  .main-footer .footer-copyright p {
    margin-bottom: 1rem;
  }
}
.main-footer .footer-address p {
  font-size: 0.75rem;
}
.main-footer .footer-right ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  gap: 0.938rem;
}
@media (max-width: 991px) {
  .main-footer .footer-right ul {
    padding-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-right ul {
    justify-content: center;
  }
}
.main-footer .footer-right ul li {
  list-style-type: none;
  padding: 0;
  border: 1px solid #14F2B2;
  line-height: 0.1;
  border-radius: 8px;
  padding: 5px;
}
.main-footer .footer-right ul li a {
  display: block;
  color: #fff;
  transition: 0.5s;
}
.main-footer .footer-right ul li a:hover {
  color: #14F2B2;
}
.main-footer .footer-button-socialicon {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .main-footer .footer-button-socialicon {
    display: block;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-button-socialicon {
    width: 100%;
    max-width: 10.975rem;
    margin: 0 auto;
    margin-top: 2.5rem;
  }
}

.listing-grid-section {
  padding-top: 3.125rem;
  background-color: #fff;
}
.listing-grid-section .lg-filter-inner {
  display: flex;
  gap: 1.5rem 2rem;
}
@media (max-width: 767px) {
  .listing-grid-section .lg-filter-inner {
    flex-direction: column;
  }
}
.listing-grid-section .lg-filter .filter-load-more {
  border: 10px solid rgba(191, 191, 191, 0.431);
  border-radius: 50%;
  border-top: 10px solid #6B2BF2;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  margin-bottom: 40px;
}
.listing-grid-section .lg-filter-item {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 0.625rem 0.625rem 0.625rem 1rem;
  box-sizing: border-box;
}
.listing-grid-section .lg-filter-col {
  width: 100%;
  max-width: 18.688rem;
}
@media (max-width: 767px) {
  .listing-grid-section .lg-filter-col {
    max-width: 100%;
  }
}
.listing-grid-section .lg-filter-col.full-width {
  max-width: 100%;
}
.listing-grid-section .lg-filter-col.open .lg-down-arrow {
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #0A69BF transparent;
}
.listing-grid-section .lg-filter-label {
  color: #BFBFBF;
}
.listing-grid-section .lg-filter-reset {
  height: 100%;
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .listing-grid-section .lg-filter-reset {
    margin-top: 0;
  }
}
.listing-grid-section .lg-filter-reset a {
  color: #0A69BF;
  font-weight: 700;
  text-decoration: none;
  transition: 0.5s;
}
.listing-grid-section .lg-filter-reset a:hover {
  text-decoration: underline;
}
.listing-grid-section .lg-filter-heading {
  display: block;
  color: #0A69BF;
  font-weight: 400;
  margin-bottom: 1rem;
}
.listing-grid-section .lg-filter-menu {
  padding-left: 0;
  list-style-type: none;
  display: none;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  background-color: #fff;
  border: 1px solid #0A69BF;
  padding: 1.25rem 1.25rem;
  z-index: 9;
}
.listing-grid-section .lg-dropdown {
  position: relative;
  height: 100%;
  border: 1px solid #0A69BF;
  cursor: pointer;
}
.listing-grid-section .lg-down-arrow {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.38rem 0.38rem 0 0.38rem;
  border-color: #0A69BF transparent transparent transparent;
  transform: translateY(-50%);
  transition: 0.35s all;
}
.listing-grid-section .lg-search {
  position: relative;
}
.listing-grid-section .lg-filter-col {
  height: 100%;
}
.listing-grid-section .lg-filter-col .lg-filter-search-label {
  display: none;
}
.listing-grid-section .lg-filter-col .icon-search {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 3.13rem;
  padding: 0;
  font-size: 0;
  background-color: transparent;
  color: #0A0F24;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.listing-grid-section .lg-filter-col .icon-search::before {
  content: "" !important;
  font-size: 0.875rem;
}
.listing-grid-section .lg-filter-col .search-text {
  height: 2.875rem;
  padding: 0.625rem 2.25rem 0.625rem 1rem;
  border: 1px solid #0A69BF;
}
.listing-grid-section .lg-filter-selected-list {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.listing-grid-section .lg-selected {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
}
.listing-grid-section .lg-selected .close-icon {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #6B2BF2;
  border-radius: 5px;
  cursor: pointer;
}
.listing-grid-section .lg-selected .close-icon::before, .listing-grid-section .lg-selected .close-icon::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  right: 0;
  width: 8px;
  height: 1px;
  display: block;
  border: 1px solid #fff;
  background-color: #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}
.listing-grid-section .lg-selected .close-icon::after {
  transform: rotate(-45deg);
}
.listing-grid-section .lg-filter-recent {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.5rem;
}
.listing-grid-section .lg-filter-recent .showing-result {
  font-weight: 400;
  margin-top: 1px;
}
.listing-grid-section .lg-filter-select {
  position: relative;
  width: 100%;
  max-width: 10.563rem;
  padding-right: 1.63rem;
  border: 0;
  font-size: 1rem;
}
.listing-grid-section .lg-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #0A69BF;
  border-radius: 0.5rem;
  text-decoration: none;
}
.listing-grid-section .lg-grid-item:hover .lg-grid-item-top h5 {
  text-decoration: underline;
}
.listing-grid-section .lg-grid-item .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.listing-grid-section .lg-grid-col {
  margin-bottom: 2rem;
  height: auto;
}
.listing-grid-section .lg-grid-item-detail {
  position: relative;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.listing-grid-section .lg-grid-item-img {
  position: relative;
  aspect-ratio: 392/191;
  border-radius: 8px 8px 0 0;
}
.listing-grid-section .lg-grid-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listing-grid-section .lg-grid-item-img img {
  border-radius: inherit;
}
.listing-grid-section .lg-grid-item-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.listing-grid-section .lg-grid-item-top-wrap .eyebrow-text {
  margin-bottom: 0;
  color: #6B2BF2;
}
.listing-grid-section .lg-grid-date {
  color: #6B2BF2;
  font-size: 0.875rem;
  font-weight: 300;
}
.listing-grid-section .lg-grid-item-top p {
  color: #0A0F24;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.listing-grid-section .lg-grid-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #BFBFBF;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.listing-grid-section .lg-grid-item-bottom .tags {
  color: #0A0F24;
  font-size: 0.875rem;
  font-weight: 600;
}
.listing-grid-section .lg-grid-item-date {
  color: #0A0F24;
  font-size: 0.875rem;
  font-weight: 300;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.error-404 {
  position: relative;
  background: linear-gradient(256.21deg, #14F2B2 -14.42%, #0A0F24 59.85%);
  padding-bottom: 8.125rem;
}
.error-404::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/error-img.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (min-width: 768px) {
  .error-404::before {
    background-position: right;
  }
}
@media (max-width: 1399px) {
  .error-404::before {
    height: calc(100% + 150px);
  }
}
@media (max-width: 767px) {
  .error-404::before {
    height: 100%;
    background-image: url(../images/mobile-error-img.png);
  }
}
.error-404 .error-wrap {
  position: relative;
  width: 100%;
  max-width: 38.75rem;
  padding-top: 4.375rem;
  padding-bottom: 1.25rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .error-404 .error-wrap {
    padding-top: 1.25rem;
  }
}
.error-404 .error-wrap h1 {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .error-404 .error-wrap h1 {
    font-size: 2.5rem;
  }
}
.error-404 .error-wrap .description {
  margin-bottom: 2rem;
}
.error-404 .error-wrap .description p {
  font-size: 1.938rem;
  font-family: "Ubuntu", sans-serif;
}
@media (max-width: 767px) {
  .error-404 .error-wrap .description p {
    font-size: 1.563rem;
  }
}

.search-result-page {
  position: relative;
  background: linear-gradient(256.21deg, #0A69BF -14.42%, #0A0F24 59.85%);
}
.search-result-page::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/search-bg.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  pointer-events: none;
}
.search-result-page .sr-banner {
  padding: 4.875rem 0;
}
@media (max-width: 767px) {
  .search-result-page .sr-banner {
    padding: 5.25rem 0;
  }
}
.search-result-page .sr-banner .search-form-wrap {
  position: relative;
  width: 100%;
  max-width: 46rem;
  margin: 0 auto;
}
.search-result-page .sr-banner .search-form-wrap input[type=search] {
  padding: 0.625rem 3.125rem 0.625rem 1rem;
  height: 2.875rem;
  color: #000;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #0A69BF;
  border-radius: 0;
  caret-color: #000;
}
.search-result-page .sr-banner .search-form-wrap input[type=search]::placeholder {
  color: #BFBFBF;
  font-weight: 700;
}
.search-result-page .sr-banner .search-form-wrap input[type=search]:-webkit-autofill {
  -webkit-text-fill-color: #000;
}
.search-result-page .sr-banner .search-form-wrap .icon-search {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: flex;
  width: 1.125rem;
  height: 1.125rem;
  padding: 0;
  border: none;
  background-color: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.35s ease 0s;
}
.search-result-page .sr-banner .search-form-wrap .icon-search::before {
  display: none;
}
.search-result-page .sr-banner .search-form-wrap .icon-search svg {
  width: 100%;
  height: 100%;
  fill: #0A0F24;
}
.search-result-page .sr-block {
  background: #fff;
  padding-top: 3.5rem;
  padding-bottom: 3.125rem;
}
.search-result-page .sr-result {
  width: 100%;
  max-width: 62.125rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .search-result-page .sr-result .pagination {
    padding: 0;
  }
}
.search-result-page .sr-result-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-result-page .sr-value {
  font-size: 1.125rem;
  color: #020456;
  font-weight: 700;
}
@media (max-width: 767px) {
  .search-result-page .sr-value {
    font-size: 1rem;
  }
}
.search-result-page .sr-term {
  color: #020456;
  font-size: 1.25rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .search-result-page .sr-term {
    font-size: 1.125rem;
  }
}
.search-result-page .sr-summary {
  font-size: 1.125rem;
  color: #727272;
  font-weight: 700;
}
@media (max-width: 767px) {
  .search-result-page .sr-summary {
    font-size: 1rem;
  }
}
.search-result-page .sr-items-wrap {
  margin-top: 4.063rem;
}
@media (max-width: 767px) {
  .search-result-page .sr-items-wrap {
    margin-top: 3rem;
  }
}
.search-result-page .sr-type {
  color: #6B2BF2;
  font-size: 0.875rem;
  font-weight: 600;
}
.search-result-page .sr-items {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #BFBFBF;
}
.search-result-page .sr-desc h3 a:hover {
  color: #6B2BF2;
}
.search-result-page .sr-desc p {
  color: #181E35;
}
.search-result-page .sr-full {
  justify-content: end;
}

/*# sourceMappingURL=main.css.map*/