@import url("https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body, html {
  overflow-x: hidden !important;
}

#logo-products,
#logo-capital,
#logo-broker,
#footer-logo-products,
#footer-logo-capital,
#footer-logo-broker,
#copyright-capital,
#copyright-broker,
#copyright-products {
  display: none;
}

body.broker-logo #logo-broker,
body.broker-logo #footer-logo-broker {
  display: block;
}
body.broker-logo #copyright-broker {
  display: inline;
}

body.capital-logo #logo-capital,
body.capital-logo #footer-logo-capital {
  display: block;
}
body.capital-logo #copyright-capital {
  display: inline;
}

body.products-logo #logo-products,
body.products-logo #footer-logo-products {
  display: block;
}
body.products-logo #copyright-products {
  display: inline;
}

.raised {
  color: #004c93;
  font-size: 2em;
  font-weight: 700;
}

body {
  font-family: "Tinos", serif;
  font-size: 20px;
  color: #fff;
  background: #08111b;
}
@media (max-width: 1199px) {
  body {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #37b8fd;
}

.navbar a.active,
footer a.active {
  color: #37b8fd !important;
}

.altblue-bg {
  background: #004c93;
}

.darkblue-bg {
  background: #062748;
  border: 1px solid #004c93;
}

.white-block a {
  color: #08111b;
}

p {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  p {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  p {
    margin-bottom: 20px;
  }
}

.p-sm {
  font-size: 0.85em;
  margin-bottom: 20px;
}

.p-lg {
  font-size: 1.2em;
}

ul.finx-list {
  list-style: none;
  padding-left: 0;
}
ul.finx-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 5px;
}
ul.finx-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/icons/finx-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}

section.dark-grey-bg ul.finx-list li::before {
  background-image: url("/assets/img/icons/finx-icon-white.png");
}

.img-bottom-text {
  position: absolute;
  left: 0;
  bottom: 20px;
  color: #fff;
  padding: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(107, 206, 239, 0.4);
  border-bottom: 1px solid rgba(107, 206, 239, 0.4);
  z-index: 100;
  text-align: center;
}

.text-blue {
  color: #37b8fd;
}

.text-alt-blue {
  color: #004c93;
}

ol, ul {
  padding-left: 20px;
}

ol li::marker {
  color: #37b8fd;
}

h1 {
  font-size: 50px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}
h1 suptitle {
  font-size: 25px;
  color: #37b8fd;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 1199px) {
  h1 suptitle {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  h1 suptitle {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  h1 suptitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
h1 suptitle span {
  display: block;
  width: 70px;
  height: 1px;
  background: #37b8fd;
  position: relative;
}
h1:not(.no-line)::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #37b8fd;
  margin: 35px 0;
}
@media (max-width: 1199px) {
  h1:not(.no-line)::after {
    margin: 30px 0;
  }
}
@media (max-width: 991px) {
  h1:not(.no-line)::after {
    margin: 25px 0;
  }
}
@media (max-width: 575px) {
  h1:not(.no-line)::after {
    margin: 20px 0;
  }
}

h2 {
  font-size: 48px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 43px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 33px;
    margin-bottom: 20px;
  }
}
h2:not(.no-line)::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #37b8fd;
  margin: 30px 0;
}
@media (max-width: 1199px) {
  h2:not(.no-line)::after {
    margin: 25px 0;
    width: 90px;
  }
}
@media (max-width: 575px) {
  h2:not(.no-line)::after {
    margin: 20px 0;
    width: 80px;
  }
}
h2 suptitle {
  font-size: 22px;
  color: #37b8fd;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 1199px) {
  h2 suptitle {
    font-size: 19px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  h2 suptitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  h2 suptitle {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
h2 suptitle span {
  display: block;
  width: 70px;
  height: 1px;
  background: #37b8fd;
  position: relative;
}

h3 {
  font-size: 35px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

.white-bg h2 suptitle {
  color: #004c93;
}

.white-bg h2 suptitle span {
  background: #004c93;
}

.text-center h2::after {
  margin: 30px auto;
}

a:focus,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

a.btn {
  padding: 8px 25px 10px;
  background: #004c93;
  color: #fff;
  font-size: 0.9em;
}
a.btn:hover {
  background: #37b8fd;
}
@media (max-width: 991px) {
  a.btn {
    padding: 8px 20px 10px;
  }
}

/*-- HEADER --*/
.navbar {
  z-index: 10000;
  padding: 20px 0 27px;
  background: rgba(8, 17, 27, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media (max-width: 991px) {
  .navbar {
    padding: 20px 0 0;
  }
}
@media (max-width: 991px) {
  .navbar #navbarCollapse {
    width: 100%;
    float: left;
    border-top: 1px solid #333;
    background: #08111b;
  }
}
@media (max-width: 991px) {
  .navbar .container-1300 {
    width: 100%;
  }
}
.navbar .nav-link {
  font-size: 17px;
  font-weight: 400;
  margin-left: 10px;
  color: #fff;
}
.navbar .nav-link:hover {
  color: #37b8fd;
}
@media (max-width: 1299px) {
  .navbar .nav-link {
    font-size: 16px;
    margin-left: 5px;
  }
}
@media (max-width: 1199px) {
  .navbar .nav-link {
    font-size: 13px;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .navbar .nav-link {
    margin: 0;
    padding: 10px 20px 12px;
    border-bottom: 1px solid #333;
    text-align: center;
    font-size: 16px;
  }
}
.navbar .navbar-toggler {
  position: absolute;
  right: 4%;
  top: 18px;
  width: 35px;
  padding: 0;
  border: none;
}
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active,
.navbar .navbar-toggler:focus-visible {
  outline: none;
  box-shadow: none;
}
.navbar .dropdown-toggle::after {
  margin-left: 8px;
}
.navbar .animated-icon {
  width: 100%;
  height: 24px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar .animated-icon span {
  display: block;
  position: absolute;
  background: #efefef;
  height: 2px;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar .animated-icon span:nth-child(1) {
  top: 0px;
}
.navbar .animated-icon span:nth-child(2), .navbar .animated-icon span:nth-child(3) {
  top: 50%;
  margin-top: -1px;
}
.navbar .animated-icon span:nth-child(4) {
  bottom: 0px;
}
.navbar .animated-icon.open span:nth-child(1),
.navbar .animated-icon.open span:nth-child(4) {
  top: 50%;
  width: 0%;
  margin-top: -2px;
  left: 50%;
}
.navbar .animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar .animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar #logo {
  float: left;
}
.navbar #logo img {
  height: 22px;
}
@media (max-width: 1299px) {
  .navbar #logo img {
    height: 18px;
  }
}
@media (max-width: 991px) {
  .navbar #logo {
    margin: 0 0 22px 4%;
  }
}

/*-- BODY STYLES --*/
.top-banner {
  width: 100%;
  height: auto;
  background: url("/assets/img//banners/home-top.webp") right top no-repeat;
  background-size: cover;
  margin-top: 90px;
  padding: 90px 0;
  position: relative;
}
@media (max-width: 767px) {
  .top-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
    top: 0;
    left: 0;
    z-index: 0;
  }
}
.top-banner > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .top-banner {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .top-banner {
    padding: 70px 0;
    margin-top: 62px;
  }
}
@media (max-width: 767px) {
  .top-banner {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .top-banner {
    padding: 50px 0;
  }
}

.container-1300 {
  width: 92%;
  margin: 0 auto;
  max-width: 1300px;
}

.abs-img-right {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .abs-img-right {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
  }
}

section {
  padding: 50px 0;
  width: 100%;
  float: left;
  position: relative;
}
@media (max-width: 991px) {
  section {
    padding: 45px 0;
  }
}
@media (max-width: 575px) {
  section {
    padding: 40px 0;
  }
}
section.white-bg {
  color: #08111b;
  background: #fff;
}
section.white-bg a {
  color: #062748;
}
section.white-bg a:hover {
  color: #37b8fd;
}
section.ulgray-bg {
  background: #eff3f7;
  color: #08111b;
}
section.dblue-bg {
  background: #142639;
  color: #fff;
}
section.dark-grey-bg {
  background: #2e353d;
  color: #fff;
}
section.broker-cta {
  background: url(/assets/img/broker-cta-bg.webp) right center;
  background-size: cover;
  border-bottom: 1px solid #37b8fd;
  position: relative;
}
section.broker-cta > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  section.broker-cta::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    top: 0;
    left: 0;
    z-index: 0;
  }
}

.border-right {
  border-right: 1px solid #37b8fd;
}
@media (max-width: 991px) {
  .border-right {
    border-right: none;
  }
}

.border-right-alt {
  border-right: 1px solid #004c93;
}
@media (max-width: 991px) {
  .border-right-alt {
    border-right: none;
  }
}

.x-icon {
  max-width: 50px;
}

.icon {
  max-width: 60px;
}

.icon-lg {
  max-width: 80px;
}

.icon-xl {
  max-width: 120px;
}

.step-line {
  position: absolute;
  top: 50px;
  left: 21%;
  width: 7.7%;
  height: 20px;
}
.step-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 2px dashed #37b8fd;
  transform: translateY(-50%);
}
.step-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #37b8fd;
  border-right: 3px solid #37b8fd;
  transform: translateY(-50%) rotate(45deg);
}
.step-line:nth-child(2) {
  left: 46%;
}
.step-line:nth-child(3) {
  left: 71%;
}
@media (max-width: 991px) {
  .step-line {
    display: none;
  }
}

.protection-block {
  border: 1px solid #37b8fd;
  background: #eff3f7;
  height: 100%;
}

.product {
  background-color: #08111b;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 9/5;
  color: #fff;
  text-align: left;
  font-size: 15px;
}

.solution {
  background: #062748;
  border: 1px solid #004c93;
  height: 100%;
  position: relative;
  color: #fff;
}
.solution img {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
}

.blue-number {
  width: 50px;
  height: 50px;
  background: #004c93;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -75px;
  left: 35px;
  border: 5px solid #fff;
}
@media (max-width: 991px) {
  .blue-number {
    top: 0;
    left: 20px;
  }
}

.white-block {
  background: #fff;
  border: 1px solid #37b8fd;
  height: 100%;
  color: #062748;
}

.absolute-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: 15px;
}

.contact-block {
  position: relative;
}
.contact-block img {
  width: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
}
@media (max-width: 991px) {
  .contact-block img {
    width: 60px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
  }
}

#simple-structure {
  border-top: 1px dashed #004c93;
}
@media (max-width: 991px) {
  #simple-structure {
    border-top: none;
  }
}
#simple-structure .structure-process {
  position: relative;
}
#simple-structure .structure-process img {
  position: absolute;
  width: 70px;
  height: 70px;
  top: -35px;
  left: 50%;
  margin-left: -35px;
}
@media (max-width: 991px) {
  #simple-structure .structure-process img {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 20px;
  }
}

.news-block {
  border: 1px solid #37b8fd;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.news-block .meta {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.news-block a {
  text-decoration: underline;
}
.news-block .read-time img {
  width: 16px;
  display: inline;
  margin-right: 5px;
  margin-top: -4px;
}

/*-- FOOTER --*/
footer {
  width: 100%;
  display: block;
}
footer a {
  font-size: 15px;
  display: block;
  color: #fff;
}
footer .copyright {
  font-size: 12px;
}
footer #footer-logo {
  height: auto;
  width: auto;
  display: block;
  margin-bottom: 15px;
}
footer #footer-logo img {
  height: 20px;
}

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