@font-face {
  font-family: "raleway";
  src: url("/wp-content/fonts/raleway/Raleway-Thin.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 100;
}
@font-face {
  font-family: "raleway";
  src: url("/wp-content/fonts/raleway/Raleway-ExtraLight.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 200;
}
@font-face {
  font-family: "raleway";
  src: url("/wp-content/fonts/raleway/Raleway-Light.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
}
@font-face {
  font-family: "raleway";
  src: url("/wp-content/fonts/raleway/Raleway-Regular.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
}
@font-face {
  font-family: "raleway";
  src: url("/wp-content/fonts/raleway/Raleway-Medium.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
}
@font-face {
  font-family: "raleway";
  src: url("/wp-content/fonts/raleway/Raleway-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 600;
}
@font-face {
  font-family: "raleway";
  src: url("/wp-content/fonts/raleway/Raleway-Bold.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
}
@font-face {
  font-family: "raleway";
  src: url("/wp-content/fonts/raleway/Raleway-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 800;
}
@font-face {
  font-family: "raleway";
  src: url("/wp-content/fonts/raleway/Raleway-Black.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 900;
}
@font-face {
  font-family: "gilroy";
  src: url("/wp-content/fonts/gilroy/Gilroy-Thin.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 100;
}
@font-face {
  font-family: "gilroy";
  src: url("/wp-content/fonts/gilroy/Gilroy-UltraLight.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 200;
}
@font-face {
  font-family: "gilroy";
  src: url("/wp-content/fonts/gilroy/Gilroy-Light.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
}
@font-face {
  font-family: "gilroy";
  src: url("/wp-content/fonts/gilroy/Gilroy-Regular.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
}
@font-face {
  font-family: "gilroy";
  src: url("/wp-content/fonts/gilroy/Gilroy-Medium.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
}
@font-face {
  font-family: "gilroy";
  src: url("/wp-content/fonts/gilroy/Gilroy-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 600;
}
@font-face {
  font-family: "gilroy";
  src: url("/wp-content/fonts/gilroy/Gilroy-Bold.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
}
@font-face {
  font-family: "gilroy";
  src: url("/wp-content/fonts/gilroy/Gilroy-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 800;
}
@font-face {
  font-family: "gilroy";
  src: url("/wp-content/fonts/gilroy/Gilroy-Black.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 900;
}
.rd-form .form-item {
  margin-bottom: 1rem;
}
.rd-form .form-cols {
  display: flex;
}
.rd-form .form-submit input[type=submit] {
  padding: 2px 15px;
  height: 50px;
  min-width: 280px;
}

.rd-form .rd-field,
.rd-form textarea,
.rd-form select {
  font: 500 16px/21px "gilroy", sans-serif;
  border: none;
  box-shadow: none;
}
.rd-form .rd-field::placeholder,
.rd-form textarea::placeholder,
.rd-form select::placeholder {
  opacity: 1;
}
.rd-form .rd-field:focus,
.rd-form textarea:focus,
.rd-form select:focus {
  box-shadow: inset 0 1px 10px rgba(255, 255, 255, 0.1);
  background: #434285;
}
.rd-form .rd-field,
.rd-form select {
  padding: 2px 20px;
  height: 50px;
  line-height: 50px;
}
.rd-form textarea {
  padding: 20px;
}
.rd-form.light .rd-field,
.rd-form.light textarea,
.rd-form.light select {
  color: #FFF;
  border: 0px solid #FFF;
  background: #434285;
}
.rd-form.light .rd-field::placeholder,
.rd-form.light textarea::placeholder,
.rd-form.light select::placeholder {
  color: #FFF;
}
.rd-form.dark .rd-field,
.rd-form.dark textarea,
.rd-form.dark select {
  color: #000;
  border: 0px solid #000;
  background: none !important;
}
.rd-form.dark .rd-field::placeholder,
.rd-form.dark textarea::placeholder,
.rd-form.dark select::placeholder {
  color: #000;
}
.rd-form.style-bb .rd-field,
.rd-form.style-bb textarea,
.rd-form.style-bb select {
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.rd-form.style-bt .rd-field,
.rd-form.style-bt textarea,
.rd-form.style-bt select {
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}
.rd-form.style-round label {
  padding: 0 0 8px 8px;
}
.rd-form.style-round .rd-field,
.rd-form.style-round select {
  border-radius: 50px;
}
.rd-form.style-round textarea {
  border-radius: 20px;
}

.checkbox-wrapper {
  margin-top: 1rem;
}
.checkbox-wrapper input[type=checkbox] {
  -webkit-appearance: none;
  background: none;
  border: 2px solid #434285;
  flex: 0 0 25px;
  height: 25px;
  margin: 0;
  border-radius: 5px;
}
.checkbox-wrapper input[type=checkbox]:checked {
  background: url(../images/ico-check.svg) 50% 50% no-repeat;
  background-size: 20px 20px; /*height:25px; width:25px;*/
}
.checkbox-wrapper label {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.checkbox-wrapper .wpcf7-list-item-label {
  word-wrap: break-word;
  margin-top: -4px;
}
.checkbox-wrapper .wpcf7-list-item {
  display: block;
}

.inline-checkboxes {
  min-width: 300px;
}

@media (min-width: 768px) {
  .inline-checkboxes .checkbox-wrapper + .checkbox-wrapper {
    margin-left: 1.5rem;
  }
}
input[type=radio] {
  height: 30px;
  width: 30px;
  border: none;
  box-shadow: none;
  vertical-align: middle;
}
input[type=radio]::before {
  background: var(--c-sec);
  opacity: 1;
  border: none;
}

@media (max-width: 767.98px) {
  .wpcf7-list-item {
    width: 100%;
  }
}
.rd-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #FFF !important;
  box-shadow: none;
  position: relative;
  height: auto !important;
}
.rd-form select option {
  background: none !important;
  color: #FFF;
}
.rd-form.light select {
  background: #434285 url(../images/arrow-down-white.svg) 95% 50%/17px 17px no-repeat !important;
  color: #FFF;
}
.rd-form .select-wrapper label {
  height: 50px;
  line-height: 50px;
}

.rd-form .file-wrapper {
  padding-left: 50%;
}
.rd-form .file-wrapper label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 2.5rem;
}
.rd-form .file-wrapper input {
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.rd-form .file-wrapper .label-text {
  position: absolute;
  left: -100%;
  line-height: 50px;
  height: 50px;
  top: -25%;
  font-weight: bold;
}
.rd-form .file-wrapper .file-custom {
  padding: 0 20px;
  border-width: 0px;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 50px;
  line-height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rd-form .file-wrapper .file-custom:before {
  position: absolute;
  top: 0;
  right: -0.075rem;
  bottom: -0.075rem;
  z-index: 6;
  display: block;
  content: " ";
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #FFF;
}
.rd-form .file-wrapper .file-custom:after {
  display: block;
  position: relative;
  left: 10px;
  font-weight: normal;
  opacity: 1;
  font-size: 16px;
}
.rd-form .file-wrapper.file-upload .file-custom:after {
  content: "Choose file";
  letter-spacing: unset;
  background: url("../images/upload.svg") calc(100% - 14px) no-repeat;
}
.rd-form.light .file-wrapper .file-custom {
  background: #FFF;
  border-color: #FFF;
}
.rd-form.light .file-wrapper .file-custom:after {
  color: var(--c-pri);
}
.rd-form.dark .file-wrapper .file-custom {
  background: none !important;
  border-color: #000;
}
.rd-form.dark .file-wrapper .file-custom:after {
  color: #000;
}
.rd-form.style-round .file-wrapper .file-custom {
  border-radius: 50px;
}

@media (max-width: 1199.98px) {
  .rd-form .form-cols .form-cols {
    flex-flow: column;
  }
}
@media (min-width: 768px) {
  .rd-form .form-cols {
    gap: 32px;
  }
  .rd-form .form-cols > .form-cols .form-item {
    flex: 1;
    width: 100%;
  }
  .rd-form .form-cols .form-item {
    flex: 1;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .rd-form .form-item:not(.inline-checkboxes) {
    width: 100%;
  }
  .rd-form .form-item:not(.inline-checkboxes) .form-cols {
    flex-flow: row;
  }
  .rd-form .form-cols {
    flex-flow: column;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-radius: 0px;
  color: #fff;
}
.wpcf7 form input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

.facetwp-search, .facetwp-dropdown {
  width: 240px !important;
  background: #434285 !important;
  border-radius: 50px !important;
  border: none !important;
  color: #FFF !important;
  padding: 0 20px !important;
}

.facetwp-type-search .facetwp-icon::before {
  mask: url("/wp-content/plugins/facetwp/assets/images/icon-search.png") no-repeat center/contain;
  -webkit-mask: url("/wp-content/plugins/facetwp/assets/images/icon-search.png") no-repeat center/contain;
  background: #FFF;
  height: 20px;
  margin-top: 10px;
  margin-right: 5px;
}

.c--w, .c--w * {
  color: #fff;
}

h1 span {
  color: #FF7621;
}
h1 span.wh {
	color: #fff;
}

#wrapper {
  background-color: #090e2b !important;
}

h1, h2.large {
  font-size: clamp(46.4px, 46.4px + (100vw - 320px) * 0.0225, 80px) !important;
  line-height: clamp(0.696, 0.696 + (100vw - 320px) * 0.0225, 1.2) !important;
  font-weight: 700 !important;
  font-family: "gilroy", sans-serif !important;
}

h2, h1.small {
  font-size: clamp(33.64px, 33.64px + (100vw - 320px) * 0.0225, 58px) !important;
  line-height: clamp(0.696, 0.696 + (100vw - 320px) * 0.0225, 1.2) !important;
  font-weight: 500 !important;
  font-family: "gilroy", sans-serif !important;
}

h3 {
  font-size: clamp(32.48px, 32.48px + (100vw - 320px) * 0.0225, 56px) !important;
  line-height: clamp(0.696, 0.696 + (100vw - 320px) * 0.0225, 1.2) !important;
  font-weight: 700 !important;
  font-family: "gilroy", sans-serif !important;
}

h4 {
  font-size: clamp(26.1px, 26.1px + (100vw - 320px) * 0.0225, 45px) !important;
  line-height: clamp(0.696, 0.696 + (100vw - 320px) * 0.0225, 1.2) !important;
  font-weight: 500 !important;
  font-family: "gilroy", sans-serif !important;
}

h5 {
  font-size: clamp(13.92px, 13.92px + (100vw - 320px) * 0.0225, 24px) !important;
  line-height: clamp(0.58, 0.58 + (100vw - 320px) * 0.0225, 1) !important;
  font-weight: 600 !important;
  font-family: "gilroy", sans-serif !important;
}

p, input, textarea {
  font-size: clamp(13px, 13px + (100vw - 320px) * 0.0225, 16px) !important;
  line-height: clamp(0.8125, 0.8125 + (100vw - 320px) * 0.0225, 1) !important;
  font-weight: 300 !important;
  font-family: "gilroy", sans-serif !important;
  line-height: 1.4;
}
p.lead, p span.lead, input.lead, input span.lead, textarea.lead, textarea span.lead {
  font-size: clamp(13px, 13px + (100vw - 320px) * 0.0225, 20px) !important;
  line-height: clamp(0.65, 0.65 + (100vw - 320px) * 0.0225, 1) !important;
  font-weight: 400 !important;
  font-family: "gilroy", sans-serif !important;
}
p.strong, input.strong, textarea.strong {
  font-size: clamp(13px, 13px + (100vw - 320px) * 0.0225, 18px) !important;
  line-height: clamp(0.8666666667, 0.8666666667 + (100vw - 320px) * 0.0225, 1.2) !important;
  font-weight: 700 !important;
  font-family: "gilroy", sans-serif !important;
}
p.title, input.title, textarea.title {
  font-size: clamp(13px, 13px + (100vw - 320px) * 0.0225, 18px) !important;
  line-height: clamp(0.8666666667, 0.8666666667 + (100vw - 320px) * 0.0225, 1.2) !important;
  font-weight: 400 !important;
  font-family: "gilroy", sans-serif !important;
}
p.small, input.small, textarea.small {
  font-size: clamp(13px, 13px + (100vw - 320px) * 0.0225, 14px) !important;
  line-height: clamp(0.9285714286, 0.9285714286 + (100vw - 320px) * 0.0225, 1) !important;
  font-weight: 300 !important;
  font-family: "gilroy", sans-serif !important;
}
p.bold, input.bold, textarea.bold {
  font-size: clamp(13px, 13px + (100vw - 320px) * 0.0225, 16px) !important;
  line-height: clamp(0.8125, 0.8125 + (100vw - 320px) * 0.0225, 1) !important;
  font-weight: 500 !important;
  font-family: "gilroy", sans-serif !important;
}
p.light, input.light, textarea.light {
  font-size: clamp(13px, 13px + (100vw - 320px) * 0.0225, 16px) !important;
  line-height: clamp(0.8125, 0.8125 + (100vw - 320px) * 0.0225, 1) !important;
  font-weight: 200 !important;
  font-family: "gilroy", sans-serif !important;
}
p.underline, input.underline, textarea.underline {
  text-decoration: underline;
}
p.subtitle, input.subtitle, textarea.subtitle {
  font-size: clamp(13px, 13px + (100vw - 320px) * 0.0225, 16px) !important;
  line-height: clamp(0.8125, 0.8125 + (100vw - 320px) * 0.0225, 1) !important;
  font-weight: 300 !important;
  font-family: "raleway" !important;
  text-transform: uppercase;
  opacity: 0.6;
  letter-spacing: 3px;
}

small {
  font-size: clamp(13px, 13px + (100vw - 320px) * 0.0225, 14px) !important;
  line-height: clamp(0.9285714286, 0.9285714286 + (100vw - 320px) * 0.0225, 1) !important;
  font-weight: 300 !important;
  font-family: "gilroy", sans-serif !important;
}

h1, h2, h3, h4 {
  line-height: 1 !important;
}

a {
  font-family: "gilroy", sans-serif;
}
a.no-underline {
  text-decoration: none !important;
}
a.underline {
  text-decoration: underline !important;
}

@media (max-width: 849.98px) {
  .pseudo-h1 {
    font-size: clamp(29px, 29px + (100vw - 320px) * 0.0225, 50px) !important;
    line-height: clamp(0.696, 0.696 + (100vw - 320px) * 0.0225, 1.2) !important;
    font-weight: 200 !important;
    font-family: "gilroy", sans-serif !important;
  }
}
.no-p {
  padding: 0 !important;
}

.small-p {
  padding-top: clamp(20px, 4vh, 50px) !important;
  padding-bottom: clamp(20px, 4vh, 50px) !important;
}

.norm-p {
  padding-top: clamp(20px, 6vh, 90px) !important;
  padding-bottom: clamp(20px, 6vh, 90px) !important;
}

.large-p {
  padding-top: clamp(40px, 10vh, 120px) !important;
  padding-bottom: clamp(40px, 10vh, 120px) !important;
}

.xlarge-p {
  padding-top: clamp(60px, 15vh, 150px) !important;
  padding-bottom: clamp(60px, 15vh, 150px) !important;
}

.xsmall-top-p {
  padding-top: clamp(10px, 2vw, 25px) !important;
  padding-bottom: 0 !important;
}

.small-top-p {
  padding-top: clamp(20px, 4vh, 50px) !important;
  padding-bottom: 0 !important;
}

.norm-top-p {
  padding-top: clamp(20px, 6vh, 90px) !important;
  padding-bottom: 0 !important;
}

.large-top-p {
  padding-top: clamp(40px, 10vh, 120px) !important;
  padding-bottom: 0 !important;
}

.xlarge-top-p {
  padding-top: clamp(60px, 15vh, 150px) !important;
  padding-bottom: 0 !important;
}

.xsmall-bot-p {
  padding-bottom: clamp(10px, 2vw, 25px) !important;
  padding-top: 0 !important;
}

.small-bot-p {
  padding-bottom: clamp(20px, 4vh, 50px) !important;
  padding-top: 0 !important;
}

.norm-bot-p {
  padding-bottom: clamp(20px, 6vh, 90px) !important;
  padding-top: 0 !important;
}

.large-bot-p {
  padding-bottom: clamp(40px, 10vh, 120px) !important;
  padding-top: 0 !important;
}

.xlarge-bot-p {
  padding-bottom: clamp(60px, 15vh, 150px) !important;
  padding-top: 0 !important;
}

.small-top-norm-bot-p {
  padding-top: clamp(20px, 4vh, 50px) !important;
  padding-bottom: clamp(20px, 6vh, 90px) !important;
}

.norm-top-small-bot-p {
  padding-top: clamp(20px, 6vh, 90px) !important;
  padding-bottom: clamp(20px, 4vh, 50px) !important;
}

.norm-top-large-bot-p {
  padding-top: clamp(20px, 6vh, 90px) !important;
  padding-bottom: clamp(40px, 10vh, 120px) !important;
}

.large-top-norm-bot-p {
  padding-top: clamp(40px, 10vh, 120px) !important;
  padding-bottom: clamp(20px, 6vh, 90px) !important;
}

.xlarge-top-large-bot-p {
  padding-top: clamp(60px, 15vh, 150px) !important;
  padding-bottom: clamp(40px, 10vh, 120px) !important;
}

@media (max-width: 849.98px) {
  .small-p-tablet {
    padding-top: clamp(20px, 4vh, 50px) !important;
    padding-bottom: clamp(20px, 4vh, 50px) !important;
  }
  .small-top-no-bot-p-tablet {
    padding-top: clamp(20px, 4vh, 50px) !important;
    padding-bottom: 0 !important;
  }
  .norm-p-tablet {
    padding-top: clamp(20px, 6vh, 90px) !important;
    padding-bottom: clamp(20px, 6vh, 90px) !important;
  }
  .norm-top-small-bot-p-tablet {
    padding-top: clamp(20px, 6vh, 90px) !important;
    padding-bottom: clamp(20px, 4vh, 50px) !important;
  }
}
#header #masthead .header-nav > li {
  margin-right: 1rem;
  opacity: 0;
}
#header #masthead .header-nav > li a {
  font-size: clamp(13px, 13px + (100vw - 320px) * 0.0225, 12px) !important;
  line-height: clamp(1.0833333333, 1.0833333333 + (100vw - 320px) * 0.0225, 1) !important;
  font-weight: 500 !important;
  font-family: "gilroy", sans-serif !important;
  color: #fff !important;
}
#header #masthead .header-nav > li.html.custom {
  position: static;
}
#header #masthead .header-nav > li.html.custom #nav-menu-btn {
  position: relative;
  padding: 18px;
  margin-right: 0 !important;
  min-height: unset !important;
  line-height: 1 !important;
  cursor: pointer;
}
#header #masthead .header-nav > li.html.custom #nav-menu-btn .nav-menu-circle {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
}
#header #masthead .header-nav > li.html.custom #nav-menu-btn .nav-menu-cross {
  width: 12px;
  height: 12px;
  opacity: 0;
}
#header .header-bg-container .header-bg-color {
  background-color: rgba(9, 14, 43, 0.6);
  backdrop-filter: blur(20px);
}
#header #logo {
  opacity: 0;
}
#header .mobile-nav i.icon-menu {
  color: #fff !important;
}

.mfp-container .mfp-content {
  background-color: rgba(9, 14, 43, 0.8) !important;
  backdrop-filter: blur(20px);
}
.mfp-container .mfp-content #main-menu {
  height: 100%;
}
.mfp-container .mfp-content .sidebar-menu {
  min-height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-container .mfp-content .nav li {
  border: none;
}
.mfp-container .mfp-content .nav li a {
  color: #fff;
  font-size: clamp(30.16px, 30.16px + (100vw - 320px) * 0.0225, 52px) !important;
  line-height: clamp(0.58, 0.58 + (100vw - 320px) * 0.0225, 1) !important;
  font-weight: 600 !important;
  font-family: "gilroy", sans-serif !important;
  text-transform: none;
}

#footer .row {
  padding: 0 15px !important;
}

.footer-section {
  min-height: 250px !important;
  align-items: flex-start !important;
}
.footer-section .social-icons a.linkedin i {
  border-radius: 100px;
  border: 2px solid rgba(250, 250, 250, 0.2);
  padding: 12px;
}
.footer-section .social-icons a.linkedin i::before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("/wp-content/uploads/2024/01/Linkedin-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.absolute-footer {
  display: none;
}

#footer-divider {
  width: 100%;
  max-width: calc(100vw - 40px);
  border-top: 1px solid #FF7621;
}

@media (max-width: 549.98px) {
  .footer-section .row .col-inner {
    text-align: center;
  }
  .footer-section .row .col-inner .img {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-section .row .social-col .col-inner {
    text-align: center !important;
  }
  .footer-section .row .social-col .col-inner .social-icons {
    text-align: center !important;
    margin-top: 15px;
  }
}
#main {
  background-color: #090e2b !important;
}

#page-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1002;
}
#page-load #page-load-circle {
  width: 80%;
  max-width: 260px;
  height: 80%;
  max-height: 260px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
}
#page-load #page-load-logo {
  width: 120%;
  max-width: 480px;
  height: 120%;
  max-height: 750px;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}
#page-load #page-load-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0);
  width: 0px;
  height: 0px;
  border-radius: 100px;
  border-color: transparent;
  background: #FBE510;
  box-shadow: 0 0 20px 14px #fbe510, 0 0 45px 30px #ff9b00;
}

#mm-cont {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(9, 14, 43, 0.6);
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding-left: calc((100vw - 1260px) / 2);
  padding-right: calc((100vw - 1260px) / 2);
  padding-top: 5vh;
  padding-bottom: 5vh;
  overflow-y: scroll;
  z-index: 100;
  display: none;
  opacity: 0;
}
#mm-cont h2 {
  text-align: center;
}

.card-column .col-inner {
  position: relative;
}
.card-column .col-inner .card-column-bg {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: calc(100% - 170px);
  bottom: -30px;
  left: 0;
  background-color: rgba(227, 227, 227, 0.0941176471);
  z-index: 0;
  border-radius: 8px;
  backdrop-filter: blur(20px);
}
.card-column .col-inner .text {
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.card-column .col-inner .blue-hue {
  box-shadow: rgb(68, 95, 193) 0px 0px 80px 18px;
}
.card-column .col-inner .orange-hue {
  box-shadow: rgb(255, 155, 0) 0px 0px 70px 15px;
}

.three-ranges {
  max-width: 1600px !important;
}
.three-ranges h3 {
  position: relative;
}
.three-ranges .num-range-col:nth-of-type(1) .glow-dot-cont {
  padding-top: 52%;
}
.three-ranges .num-range-col:nth-of-type(2) {
  margin-top: 8vh;
}
.three-ranges .num-range-col:nth-of-type(2) .glow-dot-cont {
  padding-top: 65%;
}
.three-ranges .num-range-col:nth-of-type(3) {
  margin-top: 3.2vh;
}
.three-ranges .num-range-col:nth-of-type(3) .glow-dot-cont {
  padding-top: 40%;
}
.three-ranges .num-range-col .num-range-cont {
  margin: 0 auto;
  max-width: 278px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.three-ranges .num-range-col .num-range-cont .range-cont {
  background-color: rgba(13, 23, 60, 0.6);
  border: 2px solid #FF7621;
  border-radius: 10px;
  padding: 10px 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.three-ranges .num-range-col .num-range-cont .range-cont h5 {
  text-align: center;
  white-space: nowrap;
}
.three-ranges .num-range-col .num-range-cont .range-cont .range-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  outline: none;
  border-radius: 100px;
  background: linear-gradient(90deg, rgb(27, 87, 0) 0%, rgb(211, 122, 0) 50%, rgb(159, 6, 0) 100%);
  margin-top: 25px;
}
.three-ranges .num-range-col .num-range-cont .range-cont .range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border: 1px solid #FF7621;
  border-radius: 100px;
  background: #FBE510;
  background: radial-gradient(circle, #fbe510 0%, rgba(251, 229, 16, 0.3) 75%, rgba(251, 229, 16, 0.3) 100%);
  box-shadow: 0 0 20px 1px #fbe510, 0 0 50px 7px #ff9b00;
}
.three-ranges .num-range-col .num-range-cont .range-cont .range-input::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: 1px solid #FF7621;
  border-radius: 100px;
  background: #FBE510;
  background: radial-gradient(circle, #fbe510 0%, rgba(251, 229, 16, 0.3) 75%, rgba(251, 229, 16, 0.3) 100%);
  box-shadow: 0 0 20px 1px #fbe510, 0 0 50px 7px #ff9b00;
}
.three-ranges .num-range-col .num-range-cont .range-cont .range-output {
  color: #FF7621;
  position: absolute;
  left: 21px;
  transform: translateX(-50%);
  font-size: clamp(13px, 13px + (100vw - 320px) * 0.0225, 22px) !important;
  line-height: clamp(0.5909090909, 0.5909090909 + (100vw - 320px) * 0.0225, 1) !important;
  font-weight: 400 !important;
  font-family: "gilroy", sans-serif !important;
  pointer-events: none;
}
.three-ranges .num-range-col .num-range-cont .glow-dot-cont {
  width: 100%;
  position: relative;
}
.three-ranges .num-range-col .num-range-cont .glow-dot-cont .glow-dot-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #FF7621;
}
.three-ranges .num-range-col .num-range-cont .glow-dot-cont .glow-dot {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  width: 22px;
  height: 22px;
  border: 1px solid #FF7621;
  border-radius: 100px;
  background: #FBE510;
  background: radial-gradient(circle, #fbe510 0%, rgba(251, 229, 16, 0.4) 75%, rgba(251, 229, 16, 0.4) 100%);
  box-shadow: 0 0 30px 5px #fbe510, 0 0 50px 12px #ff9b00;
}

.graphic-s img, .graphic-m img, .graphic-l img {
  object-fit: contain !important;
}

.graphic-s .img-inner {
  padding-top: clamp(200px, 50%, 300px) !important;
  transform: scale(1.05);
}

.graphic-m .img-inner {
  padding-top: clamp(250px, 80%, 320px) !important;
  transform: scale(1.2);
}

.graphic-l .img-inner {
  padding-top: clamp(250px, 100%, 380px) !important;
  transform: scale(1.3);
}

.graphic-row .img {
  max-width: 600px;
}
.graphic-row.left-img .img {
  margin-left: auto;
  margin-right: 1rem;
}
.graphic-row.right-img .img {
  margin-right: auto;
  margin-left: 1rem;
}

.social-icons a.linkedin i {
  border-radius: 100px;
  border: 2px solid rgba(250, 250, 250, 0.2);
  padding: 12px;
}
.social-icons a.linkedin i::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/uploads/2024/01/Linkedin-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.button.secondary {
  min-width: 205px;
  padding: 8px 15px;
}
.button.secondary span {
  font-size: clamp(13px, 13px + (100vw - 320px) * 0.0225, 16px) !important;
  line-height: clamp(0.8125, 0.8125 + (100vw - 320px) * 0.0225, 1) !important;
  font-weight: 500 !important;
  font-family: "gilroy", sans-serif !important;
}
.button.secondary i:not(.icon-play)::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  background-image: url("/wp-content/uploads/2024/01/arrow-white.svg");
}
.button.secondary i:not(.icon-play).icon-angle-down::before {
  transform: rotate(90deg);
}
.button.secondary.header-btn {
  min-width: unset !important;
  padding: 12px max(5%, 20px) !important;
  margin-right: 0 !important;
  min-height: unset;
  max-width: fit-content;
}

#cf-cont {
  display: flex;
  flex-direction: column;
}
#cf-cont .cf-row {
  display: flex;
  justify-content: space-between;
}
#cf-cont .cf-row label {
  flex: 1;
  max-width: calc(50% - 7.5px);
}
#cf-cont input {
  border-radius: 100px;
  padding: 22px;
}
#cf-cont input[type=submit] {
  min-width: clamp(10px, 80vw, 180px);
  background-color: #FF7621;
  margin: 1rem auto;
  padding: 8px 15px;
}
#cf-cont textarea {
  border-radius: 15px;
  padding: 12px 22px;
}

#glob-cont {
  position: absolute;
  height: 100%;
  width: 100%;
}
#glob-cont .glob1 {
  height: 125vmin;
  width: 125vmin;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(40%) translateY(-60%) rotate(290deg);
  opacity: 0.6;
}
#glob-cont .glob2 {
  height: 140vmin;
  width: 150vmin;
  position: absolute;
  right: 0;
  top: 20%;
  transform: translateX(45%) translateY(-60%) rotate(230deg);
}
#glob-cont .glob3 {
  height: 110vmin;
  width: 150vmin;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateX(-60%) translateY(-60%) rotate(90deg) scale(1.5);
  opacity: 0.7;
}
#glob-cont .glob4 {
  height: 110vmin;
  width: 150vmin;
  position: absolute;
  right: 0;
  top: 70%;
  transform: translateX(50%) translateY(-60%) rotate(259deg) scale(1.5);
  opacity: 0.6;
}
#glob-cont .glob5 {
  height: 50vmin;
  width: 90vmin;
  position: absolute;
  left: 0;
  top: 85%;
  transform: translateX(-45%) translateY(-60%) rotate(76deg) scale(2);
  opacity: 0.7;
}
#glob-cont .glob6 {
  height: 50vmin;
  width: 90vmin;
  position: absolute;
  right: 0;
  top: 93%;
  transform: translateX(40%) translateY(-60%) rotate(252deg) scale(2);
  opacity: 0.7;
}

.first-sec-col {
  opacity: 0;
}
.first-sec-col h1 .line {
  overflow: hidden;
  padding-bottom: 8px;
}
.first-sec-col .button {
  opacity: 0;
  overflow: hidden;
  border: none;
}

.first-highlight-row .highlighted1 span {
  opacity: 0.15;
}
.first-highlight-row .highlighted1 span:first-of-type {
  opacity: 1;
}

.second-highlight-row .highlighted2 span {
  opacity: 0.15;
  display: block;
  padding-bottom: clamp(20px, 4vh, 50px);
}
.second-highlight-row .highlighted2 span:first-of-type {
  opacity: 1;
}

@media screen and (min-width: 850px) {
  #wave-anim {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
  }
  .three-ranges h3 .line {
    overflow: hidden;
    padding-bottom: 8px;
  }
  .three-ranges h3 .bottomBorder {
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 1px;
    background-color: #fff;
    transform-origin: center;
    max-width: 580px;
  }
  .graphic-title h3 .line {
    overflow: hidden;
    padding-bottom: 8px;
  }
  .contact-sec .text .line {
    overflow: hidden;
    padding-bottom: 8px;
  }
  .contact-sec .button {
    opacity: 0;
    overflow: hidden;
    border: none;
  }
  .contact-sec .section-bg {
    opacity: 0.4;
  }
  .master-pin {
    opacity: 0;
  }
  .master-pin .section-content {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .master-pin .section-content .first-sec-row,
  .master-pin .section-content .first-highlight-row,
  .master-pin .section-content .three-features-row,
  .master-pin .section-content .three-ranges,
  .master-pin .section-content .second-highlight-row {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .master-pin .section-content .first-sec-row {
    z-index: 100;
  }
  .master-pin .section-bg {
    opacity: 0.4;
  }
}
@media screen and (max-width: 849px) {
  #page-load {
    display: none;
  }
  .first-sec-row {
    min-height: 80vh;
    padding: 0 15px !important;
  }
  .first-sec-row .first-sec-col {
    display: flex;
    align-items: center;
  }
  .first-highlight-row {
    min-height: 75vh;
    padding: 0 15px !important;
  }
  .first-highlight-row .col {
    display: flex;
    align-items: center;
  }
  .first-highlight-row .highlighted1 {
    margin-bottom: 0;
  }
  .three-features-row .card-column {
    padding-bottom: 60px !important;
  }
  .three-features-row .card-column .col-inner .card-column-bg {
    padding-top: calc(100% - 150px);
  }
  .three-ranges {
    padding: 5vh 0;
  }
  .three-ranges .three-ranges-title,
  .three-ranges .three-ranges-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .second-highlight-row {
    padding: 5vh 15px !important;
  }
  .graphic-row {
    padding: 0 15px !important;
  }
  .graphic-row .graphic-l .img-inner,
  .graphic-row .graphic-m .img-inner,
  .graphic-row .graphic-s .img-inner {
    transform: scale(1);
  }
  .graphic-row .img {
    margin: 0 auto !important;
  }
  .graphic-row .text > * {
    text-align: center;
  }
}