@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@font-face {
  font-family: "Noir Pro";
  src: url("../fonts/NoirPro/NoirPro-Heavy.woff2") format("woff2"), url("../fonts/NoirPro/NoirPro-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noir Pro";
  src: url("../fonts/NoirPro/NoirPro-Bold.woff2") format("woff2"), url("../fonts/NoirPro/NoirPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noir Pro";
  src: url("../fonts/NoirPro/NoirPro-Light.woff2") format("woff2"), url("../fonts/NoirPro/NoirPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noir Pro Semi";
  src: url("../fonts/NoirPro/NoirPro-SemiBold.woff2") format("woff2"), url("../fonts/NoirPro/NoirPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noir Pro";
  src: url("../fonts/NoirPro/NoirPro-Regular.woff2") format("woff2"), url("../fonts/NoirPro/NoirPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noir Pro";
  src: url("../fonts/NoirPro/NoirPro-Medium.woff2") format("woff2"), url("../fonts/NoirPro/NoirPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flama Condensed Basic";
  src: url("../fonts/FlamaCondensed/FlamaCondensed-Basic.woff2") format("woff2"), url("../fonts/FlamaCondensed/FlamaCondensed-Basic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flama Condensed";
  src: local("FlamaCondensed-Black"), url("../fonts/FlamaCondensed/FlamaCondensed-Black.woff2") format("woff2"), url("../fonts/FlamaCondensed/FlamaCondensed-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flama Condensed";
  src: url("../fonts/FlamaCondensed/FlamaCondensed-Bold.woff2") format("woff2"), url("../fonts/FlamaCondensed/FlamaCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flama Condensed";
  src: url("../fonts/FlamaCondensed/FlamaCondensed-Extrabold.woff2") format("woff2"), url("../fonts/FlamaCondensed/FlamaCondensed-Extrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flama Condensed";
  src: url("../fonts/FlamaCondensed/FlamaCondensed-Light.woff2") format("woff2"), url("../fonts/FlamaCondensed/FlamaCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flama Condensed Book";
  src: url("../fonts/FlamaCondensed/FlamaCondensed-Book.woff2") format("woff2"), url("../fonts/FlamaCondensed/FlamaCondensed-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flama Condensed";
  src: url("../fonts/FlamaCondensed/FlamaCondensed-Medium.woff2") format("woff2"), url("../fonts/FlamaCondensed/FlamaCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flama Condensed";
  src: url("../fonts/FlamaCondensed/FlamaCondensed-Semibold.woff2") format("woff2"), url("../fonts/FlamaCondensed/FlamaCondensed-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
.hidden {
  display: none !important;
}

.container.unwrap {
  padding-left: 15%;
}
.container.unwrap.full {
  padding-left: 12px;
}
@media (max-width: 991.98px) {
  .container.unwrap {
    padding-left: 10px;
  }
}
.container.unwrap.align-right {
  position: relative;
}
.container.unwrap.align-right:after {
  content: "";
  width: 100%;
  right: calc(-100% + 12px);
  top: 50%;
  height: 2px;
  background: rgba(54, 48, 76, 0.8);
  position: absolute;
  transform: translateY(-50%);
}
.container.unwrap .heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container.unwrap .heading hr.brand {
  width: 100px;
}
.container.unwrap .heading span.brand {
  margin: 0rem 1rem;
}

.narrow-wrap {
  padding: 0px 11%;
}
@media (max-width: 991.98px) {
  .narrow-wrap {
    padding: 0px 10px;
  }
}

.header-title-row {
  margin: 3rem 0px;
}

.bg-dark1 {
  background-color: #0f0d18 !important;
}

.bg-dark2 {
  background-color: #13111e !important;
}

.brand {
  color: #d94a03;
}

.spaced {
  letter-spacing: 5px;
}

.accent {
  color: #fe9a38;
}

h1 {
  max-width: 45%;
  font-size: 2.7rem;
}
@media (max-width: 991.98px) {
  h1 {
    max-width: 100%;
    font-size: 1.8rem;
  }
}

.subheader {
  position: relative;
  padding-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 200;
}
.subheader:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 4px;
  width: 2rem;
  background-color: #d94a03;
}

hr {
  border-top: 2px solid rgba(54, 48, 76, 0.8);
  width: 100%;
  opacity: 1;
}
hr.brand {
  border-top: 2px solid #d94a03;
}

.unwrap-text {
  max-width: unset;
}

.text-justify {
  text-align: justify;
}

.btn-brand {
  padding: 0.3rem 2rem 0.4rem 2rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9rem;
  text-align: center;
}
.btn-brand:before {
  transition: 0.2s ease-in-out;
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #953714;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 2px 2px, 2px calc(100% - 10px - 0.83px), 10.83px calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 2px, 2px 2px);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 2px 2px, 2px calc(100% - 10px - 0.83px), 10.83px calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 2px, 2px 2px);
}
.btn-brand:hover:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 50px 50px, 50px calc(100% - 10px - 0.83px), 10.83px calc(100% - 50px), calc(100% - 50px) calc(100% - 50px), calc(100% - 50px) 50px, 50px 50px);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 50px 50px, 50px calc(100% - 10px - 0.83px), 10.83px calc(100% - 50px), calc(100% - 50px) calc(100% - 50px), calc(100% - 50px) 50px, 50px 50px);
}
.btn-brand.btn-arrow {
  max-width: 161px;
  text-transform: none;
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  padding: 0.6rem 3.5rem 0.7rem 2rem;
  transition: 0.2s ease-in-out;
}
.btn-brand.btn-arrow .caret {
  transition: 0.3s ease-in-out;
  display: block;
  height: calc(100% - 4px);
  position: absolute;
  width: 30px;
  right: 2px;
  top: 2px;
  background: #4b2220;
  z-index: -1;
  pointer-events: none;
}
.btn-brand.btn-arrow .caret:after {
  content: "";
  top: 50%;
  left: 2px;
  width: 0px;
  height: 0px;
  position: absolute;
  transform-origin: center center;
  transform: rotate(90deg) translate(-50%, -50%) scale(0.6);
  border-style: solid;
  border-width: 0 7.5px 13px 7.5px;
  border-color: transparent transparent #ffffff transparent;
  opacity: 1;
}
.btn-brand.btn-arrow:hover {
  text-align: center;
  padding: 0.6rem 3.5rem 0.7rem 2rem;
}
.btn-free {
  max-width: 100% !important;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3rem;
}
nav .logo {
  max-width: 200px;
}
nav .logo img, nav .logo svg {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  nav.main-nav {
    display: none;
    position: fixed;
    background: #0f0d18 !important;
    height: calc(100vh - 52px);
    top: 52px;
    left: 0px;
    z-index: 1000000;
  }
  nav.main-nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  nav.main-nav .logo {
    display: none;
  }
  nav.main-nav .links {
    height: 60%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 0px 30px;
  }
  nav.main-nav .links .menu {
    padding: 0px;
  }
  nav.main-nav .links .menu ul {
    padding-left: 0px;
  }
  nav.main-nav .links .menu li {
    width: 100%;
  }
  nav.main-nav .links .menu li a {
    font-size: 2.3rem;
  }
  nav.main-nav .links .menu li:not(:last-child):after {
    display: none;
  }
  nav.main-nav .links .btn-brand {
    width: 200px;
    padding: 1.2rem 2rem 1.3rem 2rem;
  }
  body.mobile-menu-open nav.main-nav {
    display: block;
  }
}
nav.mobile-nav {
  display: none;
  background-color: #0f0d18;
  padding: 10px;
  z-index: 10000;
}
nav.mobile-nav img {
  width: 150px;
}
@media (max-width: 991.98px) {
  nav.mobile-nav {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    top: 0px;
    z-index: 1000000;
  }
}
nav.mobile-nav .btn-brand:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 5000px 50px, 50px calc(100% - 10px - 0.83px), 10.83px calc(100% - 50px), calc(100% - 50px) calc(100% - 50px), calc(100% - 50px) 50px, 33px 50px);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 5000px 50px, 50px calc(100% - 10px - 0.83px), 10.83px calc(100% - 50px), calc(100% - 50px) calc(100% - 50px), calc(100% - 50px) 50px, 33px 50px);
}
nav .links {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 2;
  align-items: center;
  justify-content: flex-end;
}
nav .links .menu {
  padding-right: 4rem;
}
nav .links .menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  margin-bottom: 0px;
}
nav .links .menu ul li {
  position: relative;
}
nav .links .menu ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9rem;
  transition: 0.2s ease-in-out;
}
nav .links .menu ul li a:hover {
  color: #d94a03;
}
nav .links .menu ul li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d94a03;
}

.navbar {
  padding: 30px 0px;
}
.navbar .no-caret::after {
  visibility: hidden !important;
  width: 0px !important;
}
.navbar .brand-logo {
  height: 30px;
}
.navbar.navbar-dashboard {
  box-shadow: 0 2px 18px 5px rgba(9, 64, 216, 0.15) !important;
}
.navbar .nav-link {
  font-weight: 600;
  color: #000;
}
.navbar .nav-link:after {
  border: none;
  background-image: url(../img/caret.svg);
  height: 25px;
  width: 25px;
  top: 10px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.navbar .nav-link.show:after {
  transform: rotate(180deg);
}
.navbar .dropdown-menu[data-bs-popper] {
  top: 125%;
}
.navbar .navbar-right {
  top: 5px;
  position: relative;
}
.navbar-links > ul {
  padding-left: 30px;
}
.navbar-links > ul > li {
  margin-right: 5px;
}
.navbar-links > ul .dropdown-item {
  text-align: center;
}
@media (max-width: 575.98px) {
  .navbar-links > ul {
    padding-left: auto;
  }
}
.navbar .btn {
  border: none;
  padding: 5px 20px;
  border-radius: 25px;
}
.navbar .btn.no-caret::after {
  display: none;
}
.navbar .btn.btn-outline-secondary {
  color: #d94a03;
  font-weight: 600;
  box-shadow: 0 2px 18px 5px rgba(9, 64, 216, 0.15) !important;
  transition: 0.5s ease-in-out !important;
}
.navbar .btn.btn-outline-secondary:hover {
  color: #FFF;
  background-color: #d94a03;
  box-shadow: 0 2px 18px 5px rgba(9, 64, 216, 0.35) !important;
  transform: translateY(-2px);
}
.navbar .btn.btn-outline-primary {
  color: #FFF;
  margin-right: 15px;
  font-weight: 600;
  padding: 5px 35px;
  background-color: #d94a03;
  box-shadow: 0 2px 18px 5px rgba(9, 64, 216, 0.15) !important;
  transition: 0.5s ease-in-out !important;
}
.navbar .btn.btn-outline-primary:hover, .navbar .btn.btn-outline-primary:focus, .navbar .btn.btn-outline-primary:active, .navbar .btn.btn-outline-primary:focus-within, .navbar .btn.btn-outline-primary:visited {
  color: #FFF;
  background-color: #d94a03;
  transform: translateY(-2px);
  box-shadow: 0 2px 18px 5px rgba(9, 64, 216, 0.35) !important;
}

.navbar-landing {
  background: #F5F9FE;
}
.navbar-landing .brand-logo {
  height: 70px;
}
.navbar-landing .nav-item {
  padding-left: 10px;
}
.navbar-landing .navbar-nav {
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-landing .navbar-nav .dropdown-item {
  text-align: center;
}
@media (max-width: 575.98px) {
  .navbar-landing .navbar-nav {
    padding-left: auto;
  }
}

body.mobile-menu-open {
  position: relative;
}

body.mobile-menu-open .hero .container {
  z-index: 1000000;
  position: unset;
}

.form-label {
  font-weight: 500;
  margin-bottom: 0px;
}

input, textarea {
  border-color: #dfdfdf !important;
  font-family: "Open Sans", sans-serif;
}

.form-control {
  border-color: #dfdfdf !important;
}

.brand-form {
  max-width: 500px;
}
.brand-form .form-group:not(.checkbox) {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.brand-form .form-group:not(.checkbox) input {
  flex-grow: 2;
  margin-left: 10px;
  border: none;
  background: transparent;
  border-bottom: 2px solid rgba(54, 48, 76, 0.8) !important;
  color: #FFF;
  font-size: 16px;
}
.brand-form .form-group:not(.checkbox) input:focus, .brand-form .form-group:not(.checkbox) input:active {
  outline: unset;
}
.brand-form .action {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
}
.brand-form .action a {
  min-width: 181px;
  color: #FFF;
}

.accordion-item {
  color: #FFF;
  background-color: transparent;
  border: unset;
}

.accordion-button {
  color: #FFF;
  background-color: transparent;
  border-bottom: 1px solid #36304c;
  transition: 0.3s ease-in-out;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1.4rem 0px;
}
.accordion-button:not(.collapsed) {
  color: #FFF;
  background-color: transparent;
  border-bottom: 1px solid #36304c;
  box-shadow: unset;
}

.accordion-button::after {
  color: #FFF;
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") center/1em auto no-repeat;
  border: 1px solid #36304c;
  border-bottom: none;
  padding: 15px;
  bottom: 0px;
  position: absolute;
  right: 0px;
}

.accordion-button:not(.collapsed)::after {
  color: #FFF;
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>") center/1em auto no-repeat;
  background-size: 40%;
  transform: unset;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.accordion-body {
  padding: 1.4rem 0px;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #36304c;
}

footer {
  background-color: #313131;
  color: #514d66;
  font-weight: 400;
}
footer strong {
  font-weight: 500;
}
@media (max-width: 991.98px) {
  footer .footer-wrap:first-child {
    display: none;
  }
  footer .footer-wrap:nth-child(2) {
    border-top: 2px solid rgba(54, 48, 76, 0.8);
  }
}
footer .footer-wrap:not(:last-child) {
  border-bottom: 2px solid rgba(54, 48, 76, 0.8);
}
footer .footer-wrap:not(.socials-row) {
  padding: 1.5rem;
}
footer .footer-row {
  display: flex;
}
@media (max-width: 991.98px) {
  footer .footer-row {
    flex-direction: column;
  }
}
footer .footer-row > div {
  width: 25%;
}
@media (max-width: 991.98px) {
  footer .footer-row > div {
    width: 50%;
    padding-top: 2rem;
  }
}
footer .socials-row .footer-row {
  align-items: center;
}
@media (max-width: 991.98px) {
  footer .socials-row .footer-row > div:nth-child(1),
  footer .socials-row .footer-row > div:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  footer .socials-row .footer-row > div:nth-child(3) {
    display: none;
  }
}
footer .socials {
  display: flex;
  justify-content: space-between;
}
footer .socials img {
  width: 30px;
}
footer .socials a {
  width: 26.6666666667%;
  border-left: 2px solid rgba(54, 48, 76, 0.8);
  border-right: 2px solid rgba(54, 48, 76, 0.8);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 991.98px) {
  footer .socials a {
    border: none;
  }
}
footer a {
  text-decoration: none;
  color: #514d66;
}
footer a:hover {
  color: #fe9a38;
}
footer .links-list {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
footer .justify-content-end {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  footer .justify-content-end {
    justify-content: center !important;
  }
}

/***************************************************
 * Generated by SVG Artista on 5/31/2024, 1:57:35 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
.nav-logo-1 {
  animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(217, 74, 3);
  }
}
.nav-logo-2 {
  animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.nav-logo-3 {
  animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.nav-logo-4 {
  animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.nav-logo-5 {
  animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.nav-logo-6 {
  animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.nav-logo-7 {
  animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.nav-logo-8 {
  animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(217, 74, 3);
  }
}
.nav-logo-9 {
  animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(217, 74, 3);
  }
}
.nav-logo-10 {
  animation: animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(217, 74, 3);
  }
}
.nav-logo-11 {
  animation: animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

body {
  font-family: "Noir Pro";
  font-weight: 400;
  font-style: normal;
  background-color: #0f0d18;
  color: #ffffff;
}

section {
  overflow: hidden;
}

section.hero {
  min-height: 400px;
  width: 100%;
  background-image: url("../img/bg/BG01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 3rem 0;
}
section.hero.bg-position-top {
  background-size: 100%;
  background-position: center;
}
section.hero:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(19, 17, 30);
  height: 50%;
  background: linear-gradient(180deg, rgb(15, 13, 24) 18%, rgba(0, 212, 255, 0) 100%);
  z-index: 0;
  pointer-events: none;
}
section.hero:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgb(19, 17, 30);
  background: linear-gradient(0deg, rgb(15, 13, 24) 18%, rgba(0, 212, 255, 0) 100%);
  z-index: 0;
  pointer-events: none;
}
section.hero .container {
  position: relative;
  z-index: 1;
}
.internal section.hero {
  background-image: url("../img/bg/BG05.jpg");
}
@media (max-width: 991.98px) {
  section.hero {
    padding-top: 4rem;
  }
}

.grid-banner {
  width: 100%;
}
.grid-banner .wrap {
  display: block;
  padding: 1rem 0rem 0rem;
}
.grid-banner .banner-row {
  display: flex;
  flex-wrap: nowrap;
}
.grid-banner .banner-row .banner-col:not(.spacer) {
  width: 94%;
}
.grid-banner .banner-row .spacer {
  width: 6%;
  border-left: 2px solid rgba(54, 48, 76, 0.8);
  position: relative;
}
.grid-banner .banner-row .spacer.square:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: -11px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid rgba(54, 48, 76, 0.8);
}
.grid-banner .banner-row:last-child .banner-col {
  min-height: 350px;
}
@media (max-width: 991.98px) {
  .grid-banner .banner-row:last-child .banner-col {
    min-height: 250px;
  }
}
.grid-banner .banner-row:first-child {
  border-bottom: 2px solid rgba(54, 48, 76, 0.8);
}
.grid-banner .banner-row:first-child small {
  display: block;
  padding: 0.7rem 0rem;
}

.news-banner {
  position: relative;
  margin-top: 1rem;
  padding-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 200;
  min-height: 150px;
}
.news-banner:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 4px;
  width: 17%;
  z-index: 2;
  background-color: #d94a03;
  pointer-events: none;
}
.news-banner:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 1px;
  height: 2px;
  width: 100%;
  z-index: 0;
  background-color: #36304c;
  pointer-events: none;
}
.news-banner .news-read-more {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-top: 10px;
}
.news-banner .news-read-more a {
  min-width: 161px;
  text-transform: none;
}
.news-banner .tabs {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .news-banner .tabs {
    position: relative;
    top: -30px;
    margin-top: 1rem;
  }
}
.news-banner .nav-pills {
  -moz-column-gap: 10px;
       column-gap: 10px;
  --bs-nav-pills-border-radius: 0rem;
  --bs-nav-pills-link-active-color: #ffffff;
  --bs-nav-pills-link-active-bg: rgba(54, 48, 76, 0.7);
}
@media (max-width: 991.98px) {
  .news-banner .nav-pills {
    justify-content: flex-end;
  }
}
.news-banner .nav-pills li {
  background: rgba(54, 48, 76, 0.2);
}
.news-banner .nav-pills li button {
  border-top: 2px solid #ffffff;
  padding: 2rem 1.2rem;
  color: #ffffff;
  position: relative;
  font-family: "Flama Condensed";
}
@media (max-width: 991.98px) {
  .news-banner .nav-pills li button {
    padding: 1rem 1.2rem;
  }
}
.news-banner .nav-pills li button.active {
  border-top: 2px solid #d94a03;
}
.news-banner .nav-pills li button.active:after {
  transition: 0.2s ease-in-out;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7.5px 13px 7.5px;
  border-color: transparent transparent #d94a03 transparent;
  transform: rotate(0deg) translateX(-50%) scale(0.7);
  transform-origin: center center;
  bottom: 10px;
  left: 50%;
}

.triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7.5px 13px 7.5px;
  border-color: transparent transparent #d94a03 transparent;
  transform: rotate(0deg);
}

.services-page .hero-title {
  margin-top: 1rem;
}
.services-page .hero-title h1, .services-page .hero-title small {
  max-width: 100%;
  display: block;
}
.services-page .hero {
  background-image: unset;
}

section.services {
  min-height: 400px;
  width: 100%;
  position: relative;
  padding: 5rem 0 0rem;
}
section.services .container {
  position: relative;
  z-index: 1;
}
section.services:after {
  content: "";
  width: 45%;
  height: 25%;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/bg/logo-backdrop.png");
}
@media (max-width: 991.98px) {
  section.services {
    padding-top: 0px;
  }
}

.section-heading {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  margin-bottom: 2rem;
}

.services-tabs {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  width: 100%;
  margin-top: 1rem;
}
.services-tabs > div {
  border-top: 2px solid rgba(54, 48, 76, 0.8);
  width: 22.5%;
  text-align: center;
  padding: 3px 0;
  font-size: 0.8rem;
}
.services-tabs > div.active {
  border-color: #d94a03;
  color: #d94a03;
}
@media (max-width: 991.98px) {
  .services-tabs {
    justify-content: space-evenly;
  }
  .services-tabs > div:not(.active) {
    width: 20%;
  }
}

.services-grid {
  position: relative;
}
.services-grid:before {
  content: "";
  position: absolute;
  width: var(--before-width, 0%);
  background: rgba(54, 48, 76, 0.8);
  height: 2px;
  top: 0px;
  left: 0px;
}
.services-grid .grid-wrap {
  position: relative;
}
.services-grid .grid-wrap:first-child:before {
  content: "";
  position: absolute;
  width: var(--before-width, 0%);
  background: rgba(54, 48, 76, 0.8);
  height: 2px;
  bottom: 0px;
  right: 0%;
}
.services-grid .grid-wrap:last-child:before {
  content: "";
  position: absolute;
  width: var(--before-width, 0%);
  background: rgba(54, 48, 76, 0.8);
  height: 2px;
  bottom: 0px;
  right: 0%;
}
.services-grid .grid-wrap > .container {
  display: flex;
  flex-wrap: wrap;
}
.services-grid .grid-wrap .service-box {
  width: 25%;
  height: 260px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 1.4rem;
  color: rgba(54, 48, 76, 0.8);
  font-weight: 500;
  transition: 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .services-grid .grid-wrap .service-box {
    width: 50%;
    height: unset;
    min-height: 150px;
  }
}
@media (max-width: 991.98px) {
  .services-grid .grid-wrap .service-box .title {
    text-align: center;
    font-size: 1.1rem;
  }
}
.services-grid .grid-wrap .service-box:before {
  content: "";
  border: 5px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  transition: 1s ease-out;
  opacity: 0;
}
.services-grid .grid-wrap .service-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 2px solid rgba(54, 48, 76, 0.8);
  background-size: 0px 0px, calc(0% - 0px) 0px, 0px 0px, 0px calc(0% - 0px);
}
.services-grid .grid-wrap .service-box:first-child:after {
  border-left: 2px solid rgba(54, 48, 76, 0.8);
}
@media (max-width: 991.98px) {
  .services-grid .grid-wrap .service-box:first-child:after {
    border-bottom: 2px solid rgba(54, 48, 76, 0.8);
  }
}
.services-grid .grid-wrap .service-box:hover {
  cursor: pointer;
  box-shadow: 0 2px 18px 5px rgba(30, 32, 36, 0.15) !important;
  color: #fff;
  transform: scale(1);
  z-index: 1000;
}
.services-grid .grid-wrap .service-box:hover:after {
  border-right: 0px solid transparent;
  background-image: radial-gradient(circle at 100% 100%, transparent -5px, #ed8c2c -5px, #ed8c2c 1px, transparent 1px), linear-gradient(to right, #ed8c2c, #b23c01), radial-gradient(circle at 0% 100%, transparent -5px, #b23c01 -5px, #b23c01 1px, transparent 1px), linear-gradient(to bottom, #b23c01, #401e1c), radial-gradient(circle at 0% 0%, transparent -5px, #401e1c -5px, #401e1c 1px, transparent 1px), linear-gradient(to left, #401e1c, #ad3a01), radial-gradient(circle at 100% 0%, transparent -5px, #ad3a01 -5px, #ad3a01 1px, transparent 1px), linear-gradient(to top, #ad3a01, #ed8c2c);
  background-size: 1px 1px, calc(100% - 2px) 6px, 1px 1px, 6px calc(100% - 2px);
  background-position: top left, top center, top right, center right, bottom right, bottom center, bottom left, center left;
  background-repeat: no-repeat;
}
.services-grid .grid-wrap .service-box:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg/sbg-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  opacity: 1;
  z-index: -1;
}
.services-grid .grid-wrap .count {
  display: block;
  pointer-events: none;
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-family: "Flama Condensed";
  font-size: 0.9rem;
  color: #36304c;
}

.service-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 3rem;
  min-height: 420px;
  align-items: center;
}
.service-container .service-tabs {
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}
.service-container .service-tabs > .service-card {
  width: 100%;
  min-height: auto;
  position: relative;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .service-container .service-tabs > .service-card {
    flex-direction: column;
  }
}
.service-container .service-tabs > .service-card:hover {
  cursor: pointer;
}
.service-container .service-tabs > .service-card .icon {
  position: relative;
  height: auto;
  width: 100px;
  font-family: "Flama Condensed";
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2%;
}
@media (max-width: 991.98px) {
  .service-container .service-tabs > .service-card .icon {
    width: 50px;
  }
}
.service-container .service-tabs > .service-card .icon img {
  width: 100%;
}
.service-container .service-tabs > .service-card .icon:before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(32, 29, 48, 0.4);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0px 0px, 100px 50px, 0px calc(100% - 10px + 0.17px), 10.83px calc(100% - 50px), calc(100% - 50px) calc(100% - 50px), calc(100% - 50px) 50px, 50px 50px);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0px 0px, 100px 50px, 0px calc(100% - 10px + 0.17px), 10.83px calc(100% - 50px), calc(100% - 50px) calc(100% - 50px), calc(100% - 50px) 50px, 50px 50px);
}
.service-container .service-tabs > .service-card .icon:after {
  transition: 0.2s ease-in-out;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #FF4532 transparent transparent transparent;
  transform: rotate(0deg);
  top: 0px;
  left: 0px;
}
.service-container .service-tabs > .service-card:before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(18, 16, 27, 0.5);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 5000px 50px, 50px calc(100% - 10px - 0.83px), 10.83px calc(100% - 50px), calc(100% - 50px) calc(100% - 50px), calc(100% - 50px) 50px, 50px 50px);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 5000px 50px, 50px calc(100% - 10px - 0.83px), 10.83px calc(100% - 50px), calc(100% - 50px) calc(100% - 50px), calc(100% - 50px) 50px, 50px 50px);
}
.service-container .service-tabs > .service-card:after {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #36304c;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 2px 2px, 2px calc(100% - 10px - 0.83px), 10.83px calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 2px, 2px 2px);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 2px 2px, 2px calc(100% - 10px - 0.83px), 10.83px calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 2px, 2px 2px);
}
.service-container .service-tabs > .service-card .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 2rem;
  font-weight: 100;
  width: calc(100% - 200px);
}
.service-container .service-tabs > .service-card .desc strong {
  font-size: 1.1rem;
  font-weight: 500;
}
.service-container .service-tabs > .service-card .desc p {
  margin-bottom: 0px;
  font-size: 0.9rem;
}
@media (max-width: 991.98px) {
  .service-container .service-tabs > .service-card .desc {
    padding: 0px 5px;
    width: 100%;
  }
}
.service-container .service-tabs > .service-card .arrow {
  height: 100%;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
  background: rgba(32, 29, 48, 0.4);
}
.service-container .service-tabs > .service-card .arrow img {
  width: 15px;
}
@media (max-width: 991.98px) {
  .service-container .service-tabs > .service-card .arrow {
    position: relative;
    width: 100%;
    justify-content: flex-end;
    padding: 10px 20px;
    margin-top: 1rem;
  }
  .service-container .service-tabs > .service-card .arrow:before {
    content: "Learn more";
    right: 50px;
    top: 50%;
    transform: translateX(-50%);
  }
  .service-container .service-tabs > .service-card .arrow img {
    width: 6px;
  }
}

@media (max-width: 991.98px) {
  #services > div.services-grid > div:nth-child(1) > div > div:nth-child(3),
  #services > div.services-grid > div:nth-child(2) > div > div:nth-child(2) {
    border-left: 2px solid rgba(54, 48, 76, 0.8);
  }
  #services > div.services-grid > div:nth-child(1) > div > div:nth-child(2) {
    border-bottom: 2px solid rgba(54, 48, 76, 0.8);
  }
}
section.about {
  width: 100%;
  position: relative;
  background-color: #36304c;
}
section.about .container {
  position: relative;
  z-index: 1;
}
section.about:after {
  content: "";
  width: 45%;
  height: 25%;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/bg/logo-backdrop.png");
}
section.about .about-wrap {
  width: 100%;
  min-height: 700px;
  position: relative;
  padding: 11rem 0 3rem;
  background-image: url("../img/bg/BG02-v2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.about .about-wrap:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(19, 17, 30);
  height: 50%;
  background: linear-gradient(180deg, rgb(15, 13, 24) 42%, rgba(0, 212, 255, 0) 101%);
  z-index: 0;
  pointer-events: none;
}
section.about .container {
  display: flex;
  justify-content: flex-end;
}
section.about .title {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
section.about .title h2 {
  min-width: 150px;
}
section.about .title hr {
  border-color: #d94a03;
  width: 30%;
}
section.about .description {
  padding: 1rem 3rem 2rem 0;
  font-size: 1.2rem;
  font-family: "Raleway";
  position: relative;
  z-index: 10;
}
section.about .content {
  width: 45%;
}
@media (max-width: 991.98px) {
  section.about .content {
    width: 100%;
  }
}

.quote-icon {
  position: absolute;
  transform: scale(2.4);
  bottom: -20px;
  right: 15%;
  z-index: -1;
  opacity: 0.8;
  filter: brightness(1.7);
}

section.uniques {
  min-height: 650px;
  width: 100%;
  position: relative;
  background-color: #0f0d18;
  padding: 3rem 0 2rem;
}
section.uniques .container {
  position: relative;
  z-index: 1;
}
section.uniques:after {
  content: "";
  width: 45%;
  height: 25%;
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/bg/logo-backdrop.png");
}
section.uniques:after {
  bottom: -10%;
}

.phone-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-height: 420px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .phone-container {
    justify-content: center;
  }
}
.phone-container .phone-tabs {
  width: 90%;
  height: 300px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}
@media (max-width: 991.98px) {
  .phone-container .phone-tabs {
    width: 100%;
    height: auto;
  }
}
.phone-container .phone-tabs > div {
  width: 100%;
  height: 90px;
  position: relative;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
}
.phone-container .phone-tabs > div:hover {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .phone-container .phone-tabs > div {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991.98px) {
  .phone-container .phone-tabs > div {
    height: auto;
    flex-wrap: nowrap;
  }
}
.phone-container .phone-tabs > div .number {
  position: relative;
  height: 100%;
  width: 60px;
  font-family: "Flama Condensed";
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .phone-container .phone-tabs > div .number {
    height: auto;
  }
}
.phone-container .phone-tabs > div .number:before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #201d30;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0px 0px, 50px 50px, 0px calc(100% - 10px + 0.17px), 10.83px calc(100% - 50px), calc(100% - 50px) calc(100% - 50px), calc(100% - 50px) 50px, 50px 50px);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0px 0px, 50px 50px, 0px calc(100% - 10px + 0.17px), 10.83px calc(100% - 50px), calc(100% - 50px) calc(100% - 50px), calc(100% - 50px) 50px, 50px 50px);
}
.phone-container .phone-tabs > div .number:after {
  transition: 0.2s ease-in-out;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #ff4532 transparent transparent transparent;
  transform: rotate(0deg);
  top: 0px;
  left: 0px;
}
.phone-container .phone-tabs > div:before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #12101b;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 50px 50px, 50px calc(100% - 10px - 0.83px), 10.83px calc(100% - 50px), calc(100% - 50px) calc(100% - 50px), calc(100% - 50px) 50px, 50px 50px);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 50px 50px, 50px calc(100% - 10px - 0.83px), 10.83px calc(100% - 50px), calc(100% - 50px) calc(100% - 50px), calc(100% - 50px) 50px, 50px 50px);
}
.phone-container .phone-tabs > div:after {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #36304c;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 2px 2px, 2px calc(100% - 10px - 0.83px), 10.83px calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 2px, 2px 2px);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 2px 2px, 2px calc(100% - 10px - 0.83px), 10.83px calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 2px, 2px 2px);
}
.phone-container .phone-tabs > div .desc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 2rem;
  font-size: 1.4rem;
  font-weight: 100;
}
@media (max-width: 991.98px) {
  .phone-container .phone-tabs > div .desc {
    width: calc(100% - 60px);
  }
}
.phone-container .phone-wrapper {
  position: absolute;
  right: 50px;
  top: 10px;
  width: 204px;
  height: 420px;
  border-radius: 20px;
  box-shadow: -5px 0px 20px 10px rgba(0, 0, 0, 0.66) !important;
}
@media (max-width: 991.98px) {
  .phone-container .phone-wrapper {
    position: relative;
    right: unset;
  }
}
.phone-container .phone-mask {
  position: absolute;
  width: 100%;
  pointer-events: none;
  z-index: 1000;
}
.phone-container .phone-stack {
  position: absolute;
  z-index: 0;
  padding: 8px;
  z-index: 1;
}
.phone-container .phone-stack img {
  width: 100%;
}

.dash-circles {
  position: absolute;
  right: -10%;
  top: 2%;
  height: 95%;
}

.blocks {
  padding: 3rem 0;
}
.blocks > .container {
  margin-bottom: 40px;
}

.block-row {
  width: 90%;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  position: relative;
}
.block-row:before {
  content: "";
  height: 4px;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 100;
  max-width: 200px;
  width: 100%;
  background-color: #fe9a38;
  pointer-events: none;
}
.block-row > div {
  width: 200%;
  min-height: 250px;
  position: relative;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .block-row > div {
    min-height: 450px;
  }
}
.block-row > div:before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #12101b;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 5550px 50px, 50px calc(100% - 10px - 0.83px), 10.83px calc(100% - 50px), calc(100% - 50px) calc(100% - 50px), calc(100% - 50px) 50px, 50px 50px);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 5550px 50px, 50px calc(100% - 10px - 0.83px), 10.83px calc(100% - 50px), calc(100% - 50px) calc(100% - 50px), calc(100% - 50px) 50px, 50px 50px);
}
.block-row > div:after {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #36304c;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 2px 2px, 2px calc(100% - 10px - 0.83px), 10.83px calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 2px, 2px 2px);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 2px 2px, 2px calc(100% - 10px - 0.83px), 10.83px calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 2px, 2px 2px);
}
.block-row > div .desc {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1.5rem 0rem 1.5rem 4rem;
  font-size: 1rem;
  max-width: 55.8%;
  text-align: justify;
}
@media (max-width: 991.98px) {
  .block-row > div .desc {
    padding-left: 2.4rem;
  }
}
.block-row > div .desc > div {
  position: relative;
}
.block-row > div .desc > div .quote-left {
  position: absolute;
  left: -30px;
  top: 2px;
  width: 16px;
  pointer-events: none;
}
.block-row > div .desc > div .quote-icon {
  position: absolute;
  transform: scale(1.5);
  transform-origin: center top;
  bottom: -15%;
  right: -5%;
  z-index: -1;
  opacity: 0.8;
  filter: brightness(1.7);
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .block-row > div .desc > div .quote-icon {
    right: 5%;
  }
}
.block-row > div .desc-wrap {
  position: relative;
}
.block-row > div .desc-wrap .block-corner {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 8px;
}

section.process {
  width: 100%;
  position: relative;
  background-color: #13111e;
  padding: 5rem 0 1rem;
}

.process-container {
  padding: 1rem 0;
  border-top: 2px solid rgba(54, 48, 76, 0.8);
  border-bottom: 2px solid rgba(54, 48, 76, 0.8);
}
.process-container .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .process-container .container {
    flex-wrap: wrap;
  }
}
.process-container .container > div {
  width: 20%;
  height: 200px;
  background: #171523;
  border: 2px solid rgba(54, 48, 76, 0.8);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .process-container .container > div {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.process-container .container > div * {
  position: relative;
  z-index: 10;
}
.process-container .container > div .num {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "Flama Condensed";
  display: block;
  padding-bottom: 0.2rem;
  font-size: 0.8rem;
  letter-spacing: 2px;
  border-bottom: 1px solid #fe9a38;
}
.process-container .container > div > div {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
}
.process-container .container > div > div:after {
  transition: 0.2s ease-in-out;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #fe9a38 transparent transparent transparent;
  transform: rotate(180deg);
  top: -7px;
  left: -14px;
}
.process-container .container > div:not(:last-child):before {
  content: "";
  position: absolute;
  right: -20%;
  top: 50%;
  width: 17px;
  height: 18px;
  transform: translateY(-50%);
  background-image: url("../img/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .process-container .container > div:not(:last-child):before {
    right: 50%;
    bottom: -18%;
    top: unset;
    transform: translateY(-50%) rotate(90deg);
  }
}
.process-container .container > div:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-image: url("../img/bg/diagonal-lines.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}

section.talk {
  width: 100%;
  position: relative;
  background-color: #13111e;
  padding: 5rem 0 1rem;
  min-height: 570px;
}
section.talk .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
  z-index: 1;
  position: relative;
}
section.talk .brand-name-logo {
  width: 100px;
}
section.talk .backdrop {
  position: absolute;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 991.98px) {
  section.talk .backdrop {
    width: 300%;
  }
}
section.talk .btn-arrow {
  min-width: 280px;
}

section.discover-ai {
  min-height: 600px;
  width: 100%;
  position: relative;
  background-color: #36304c;
  background-image: url("../img/bg/BG03.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.discover-ai:after {
  content: unset;
}
section.discover-ai .content {
  display: flex;
  justify-content: flex-end;
}

.list {
  width: 62%;
  padding: 2rem 0px;
}
.list.expand {
  width: 80%;
}
@media (max-width: 991.98px) {
  .list {
    width: 100% !important;
  }
}

.bullet-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 1.1rem;
  margin-bottom: 3rem;
}
.bullet-container div {
  padding-left: 2rem;
  position: relative;
  text-shadow: 2px 1px 3px #181526;
}
.bullet-container div:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7.5px 13px 7.5px;
  border-color: transparent transparent #fe9a38 transparent;
  transform: rotate(90deg);
}

section.faq {
  background-color: rgb(19, 17, 30);
  padding: 5rem 0;
}
section.faq h2.title {
  margin-bottom: 2rem;
}

section.contact {
  min-height: 300px;
  width: 100%;
  position: relative;
  background-color: #13111e;
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 0;
}
section.contact.unpadded {
  padding: 0rem 0;
}
section.contact .contact-col {
  display: flex;
  width: 50%;
  flex-direction: column;
  border-top: 2px solid rgba(54, 48, 76, 0.8);
  border-bottom: 2px solid rgba(54, 48, 76, 0.8);
}
section.contact .contact-col:first-child {
  border-right: 2px solid rgba(54, 48, 76, 0.8);
}
section.contact .contact-col:last-child {
  padding: 2rem;
}
@media (max-width: 991.98px) {
  section.contact .contact-col {
    width: 100%;
  }
}
section.contact .contact-col .contact-row {
  padding: 3rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
section.contact .contact-col .contact-row:first-child {
  border-bottom: 2px solid rgba(54, 48, 76, 0.8);
  position: relative;
}
section.contact .contact-col .contact-row:first-child .chevron-right {
  position: absolute;
  right: 50px;
  top: 50px;
}
section.contact .contact-col .contact-row.single-row {
  border-bottom: none !important;
}
section.contact .contact-col .contact-row .wrap {
  min-width: 400px;
}
@media (max-width: 991.98px) {
  section.contact .contact-col .contact-row .wrap {
    min-width: 100%;
  }
}
section.contact a {
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
}

section.footer-divider {
  min-height: 350px;
  width: 100%;
  position: relative;
  background-color: #36304c;
  background-image: url("../img/bg/BG04.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.footer-divider img {
  max-width: 280px;
}

.contact-page .container.unwrap .heading span.brand {
  width: 190px;
}
@media (max-width: 991.98px) {
  .contact-page .container.unwrap .heading span.brand {
    width: 500px;
  }
}
.contact-page .contact-detail h1:first-child {
  margin-top: 1rem;
}
.contact-page .contact-detail h1:last-child a {
  color: #FFF;
  font-size: 4rem;
  text-decoration: none;
  font-family: "Flama Condensed";
  font-weight: 600;
}

.contact-sub .sub-row {
  padding: 6rem 0;
  text-align: center;
}
.contact-sub .sub-row:first-child {
  border-bottom: 2px solid rgba(54, 48, 76, 0.8);
}
.contact-sub .sub-row a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9rem;
  font-size: 1.2rem;
  text-transform: lowercase;
  font-weight: 400;
}
.contact-sub .sub-row * {
  font-size: 1.2rem;
}
.contact-sub .sub-row .light {
  font-weight: 300;
}/*# sourceMappingURL=main.css.map */