@import url(../fonts/fonts.css);
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
body {
  font-family: "Saans TRIAL";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  position: relative;
}
body.scrollLock {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.container {
  max-width: 1314px;
  margin: 0 auto;
}

.blue-btn {
  color: #FFF;
  font-family: "Saans TRIAL";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 28px 13px 28px;
  border-radius: 30px;
  background: #102445;
  display: table;
}
.blue-btn:hover {
  color: #FFF;
}

.white-btn {
  color: #102445;
  font-family: "Saans TRIAL";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 7px 27px 12px 27px;
  border-radius: 30px;
  border: 1px solid #102445;
  background: #ffffff;
  display: table;
}
.white-btn:hover {
  color: #102445;
}

.gradient-btn {
  color: #fff;
  font-family: "Saans TRIAL";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 9px 28px 14px 28px;
  border-radius: 30px;
  background: linear-gradient(135deg, #0AADBF 0%, #0ABFBF 100%);
  display: table;
}
.gradient-btn:hover {
  color: #fff;
}

h2 {
  color: #102445;
  font-family: "Saans TRIAL";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  /* 130% */
  margin: 0;
}

p {
  color: #636363;
  font-family: "Saans TRIAL";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  margin: 0;
}

.cerulean-color-text {
  color: #0578A6;
  font-family: "Varela Round";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

header {
  padding: 17px 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}
header ul.header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
header ul.header-menu li {
  color: #292929;
  font-family: "Varela Round";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
header ul.header-menu li.for-mobile {
  display: none;
}
header ul.header-menu li.submenu-open ul.dropdown {
  display: block;
}
header ul.header-menu li a {
  padding: 23px 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
header ul.header-menu li a img {
  width: 14px;
  height: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
header ul.header-menu li ul.dropdown {
  border-bottom: 1px solid #CCC;
  background: #FFF;
  width: 240px;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  top: auto;
  left: 0;
  box-shadow: 0px 0px 6px 0px #dddddd;
  display: none;
  z-index: 9;
}
header ul.header-menu li ul.dropdown li {
  border-bottom: 1px solid #CCC;
  background: #FFF;
}
header ul.header-menu li ul.dropdown li:last-child {
  border: none;
}
header ul.header-menu li ul.dropdown li a {
  color: #292929;
  font-family: "Varela Round";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px;
}
header .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

footer {
  padding-top: 80px;
  background: #102445;
  position: relative;
  z-index: 0;
}
footer img.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: -1;
}
footer p {
  color: var(--Secondary-Colours-White, #FFF);
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
  margin: 44px 0;
}
footer p.m-0 {
  margin: 0;
  line-height: 26px;
  /* 144.444% */
}
footer h5 {
  color: #fff;
  font-family: "Saans TRIAL";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 100% */
  margin-bottom: 24px;
}
footer h6 {
  color: var(--White, #FFF);
  font-family: "Varela Round";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 22px 0 30px;
  border-top: 1px solid #F2E7DC;
  margin-top: 110px;
  margin-bottom: 0;
  text-align: center;
}
footer ul.social-icon {
  display: flex;
  align-items: center;
  gap: 28px;
}
footer ul.social-icon li a img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer ul.footer-menu li {
  color: #D7D7D7;
  font-family: "Saans TRIAL";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  margin-bottom: 16px;
}
footer ul.footer-menu li:last-child {
  margin: 0;
}
footer ul.footer-menu li a {
  color: #D7D7D7;
}
footer ul.footer-menu li a:hover {
  color: #D7D7D7;
}
footer .form-wraper {
  position: relative;
  margin: 20px 0;
}
footer .form-wraper input:not([type=submit]) {
  width: 100%;
  height: 60px;
  padding: 5px 5px 5px 24px;
  border-radius: 60px;
  background: #fff;
  outline: none;
  border: none;
  color: #000;
}
footer .form-wraper input:not([type=submit])::-moz-placeholder {
  color: #636363;
  font-family: "Varela Round";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
footer .form-wraper input:not([type=submit])::placeholder {
  color: #636363;
  font-family: "Varela Round";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
footer .form-wraper input[type=submit] {
  width: 50px;
  height: 50px;
  border-radius: 60px;
  background-color: #102445;
  outline: none;
  padding: 0;
  font-size: 0;
  background-image: url(../images/send.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
}

section.inner-banner {
  padding: 160px 0 60px;
  border-bottom: 1px solid #E3E3E3;
  background: #FFF;
}
section.inner-banner.plcy h1 {
  margin-bottom: 0;
}
section.inner-banner h1 {
  color: #102445;
  text-align: center;
  font-family: "Saans TRIAL";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
section.inner-banner p {
  color: #292929;
  text-align: center;
  font-family: "Saans TRIAL";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
}

section.home-banner {
  padding: 218px 0 20px;
  position: relative;
  z-index: 0;
}
section.home-banner img.bg-img {
  position: absolute;
  top: 73px;
  bottom: 44px;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
}
section.home-banner h1 {
  color: #102445;
  text-align: center;
  font-family: "Saans TRIAL";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
section.home-banner p {
  color: #292929;
  text-align: center;
  margin-bottom: 40px;
}
section.home-banner a.gradient-btn {
  margin: 0 auto;
}
section.home-banner ul {
  padding: 0 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 87px;
  margin-top: 39px;
}
section.home-banner ul li {
  position: relative;
}
section.home-banner ul li:last-child::after {
  display: none;
}
section.home-banner ul li::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #CCC;
  position: absolute;
  top: 5.5px;
  bottom: 5.5px;
  right: -44px;
}
section.home-banner ul li h6 {
  color: #000;
  font-family: "Saans TRIAL";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
  text-align: center;
}
section.home-banner ul li p {
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
  margin: 0;
}

section.home-sec1 {
  padding: 80px 0 68px;
  position: relative;
  z-index: 0;
}
section.home-sec1 .bg-img-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  z-index: -1;
}
section.home-sec1 .bg-img-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  z-index: -1;
}
section.home-sec1 p {
  margin-top: 46px;
  margin-bottom: 40px;
}

section.home-sec2 {
  background: #F9F9F9;
  padding: 80px 0 48px;
}
section.home-sec2 .blue-card {
  border-radius: 12px;
  background: #102445;
  padding: 24px 20px;
  margin-bottom: 32px;
}
section.home-sec2 .blue-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #FFF;
  width: 60px;
  height: 60px;
}
section.home-sec2 .blue-card span img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec2 .blue-card h5 {
  color: #FFF;
  font-family: "Saans TRIAL";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 33px 0 24px;
}
section.home-sec2 .blue-card p {
  color: var(--White, #FFF);
  font-family: "Saans TRIAL";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
}

section.home-sec3 {
  padding: 80px 0 50px;
}
section.home-sec3 h2 {
  text-align: center;
  margin-bottom: 14px;
}
section.home-sec3 .marquee {
  overflow-x: clip;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 34px 0 35px;
  overflow: hidden;
}
section.home-sec3 .marquee::after {
  content: "";
  width: 232px;
  height: 232px;
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -41px;
  left: -110px;
  border-radius: 50%;
  z-index: 1;
}
section.home-sec3 .marquee::before {
  content: "";
  width: 232px;
  height: 232px;
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -41px;
  right: -110px;
  border-radius: 50%;
  z-index: 1;
}
section.home-sec3 .marquee .marquee-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
section.home-sec3 .marquee .marquee-inner img {
  width: 194px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.home-sec4 {
  padding: 0 0 80px;
}
section.home-sec4 .box {
  border-radius: 24px;
  background: #0AADBF;
  padding: 32px 58px 57px 80px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}
section.home-sec4 .box img.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  z-index: -1;
}
section.home-sec4 .box .text-wrap {
  width: calc(100% - 620px);
}
section.home-sec4 .box .text-wrap h2 {
  color: #fff;
  margin-bottom: 20px;
}
section.home-sec4 .box .text-wrap p {
  color: #fff;
  margin-bottom: 40px;
}
section.home-sec4 .box figure {
  display: table;
  margin: 0;
}
section.home-sec4 .box figure img {
  width: 611px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec4 .box2 {
  padding: 80px 60px;
  justify-content: center;
  gap: 40px;
}
section.home-sec4 .box2 figure img {
  width: 534px;
}
section.home-sec4 .box2 .text-wrap {
  width: calc(100% - 574px);
}
section.home-sec4 .box2 .text-wrap p {
  margin: 0;
  font-size: 19.5px;
}

section.platform-overview-sec1 {
  padding: 80px 0;
}
section.platform-overview-sec1 .row {
  align-items: center;
}
section.platform-overview-sec1 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.platform-overview-sec1 p {
  margin: 24px 0 0;
  color: #292929;
}
section.platform-overview-sec1 a.blue-btn {
  margin-top: 24px;
}

section.platform-overview-sec2 {
  padding-bottom: 80px;
}
section.platform-overview-sec2 h2 {
  text-align: center;
  margin-bottom: 40px;
}
section.platform-overview-sec2 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
section.platform-overview-sec2 ul li {
  border-right: 1px solid #CCC;
  padding-right: 15px;
}
section.platform-overview-sec2 ul li:last-child {
  border: none;
  padding: 0;
}
section.platform-overview-sec2 ul li h5 {
  color: #000;
  font-family: "Saans TRIAL";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
section.platform-overview-sec2 ul li p {
  font-size: 19.6px;
}

section.platform-overview-sec3 {
  padding-bottom: 80px;
}
section.platform-overview-sec3 .row {
  align-items: center;
}
section.platform-overview-sec3 .pb-60 {
  padding-bottom: 60px;
}
section.platform-overview-sec3 .pb-60:last-child {
  padding: 0;
}
section.platform-overview-sec3 .col-lg-6 img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.platform-overview-sec3 h2 {
  margin-bottom: 24px;
}
section.platform-overview-sec3 p {
  color: #292929;
  margin-bottom: 32px;
}
section.platform-overview-sec3 p:last-child {
  margin: 0;
}

section.platform-overview-sec4 {
  padding-bottom: 80px;
}
section.platform-overview-sec4 h2 {
  text-align: center;
  margin-bottom: 40px;
}
section.platform-overview-sec4 ul li {
  margin-bottom: 24px;
  border-bottom: 1px solid #DFDFDF;
  background: #FFF;
}
section.platform-overview-sec4 ul li.active h5 {
  background-image: url(../images/minus.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 27px 27px;
}
section.platform-overview-sec4 ul li:last-child {
  margin: 0;
}
section.platform-overview-sec4 ul li h5 {
  color: #102445;
  font-family: "Saans TRIAL";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 24px 0;
  padding-right: 40px;
  margin: 0;
  cursor: pointer;
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 27px 27px;
}
section.platform-overview-sec4 ul li .content {
  display: none;
  padding: 8px 0 24px;
}
section.platform-overview-sec4 ul li .content p {
  color: #292929;
}

section.platform-investment-product-sec1 {
  padding-bottom: 20px;
}
section.platform-investment-product-sec1 h2 {
  text-align: center;
  margin-bottom: 32px;
}
section.platform-investment-product-sec1 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: #0ABFBF;
}
section.platform-investment-product-sec1 span img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.platform-investment-product-sec1 h5 {
  color: #000;
  font-family: "Saans TRIAL";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 24px 0 16px;
}

section.platform-reisk-compliance-sec1 {
  background: #F9F9F9;
  padding: 80px 0;
}
section.platform-reisk-compliance-sec1 h2 {
  max-width: 702px;
  margin: 0 auto 12px;
  text-align: center;
}
section.platform-reisk-compliance-sec1 p {
  max-width: 702px;
  margin: 0 auto 60px;
  text-align: center;
}
section.platform-reisk-compliance-sec1 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}
section.platform-reisk-compliance-sec1 ul li {
  padding-right: 16px;
  border-right: 1px solid #CCC;
}
section.platform-reisk-compliance-sec1 ul li:last-child {
  border: none;
}
section.platform-reisk-compliance-sec1 ul li h5 {
  color: #000;
  font-family: "Saans TRIAL";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
section.platform-reisk-compliance-sec1 ul li p {
  max-width: unset;
  margin: 0;
  text-align: left;
  font-size: 19.5px;
}

section.platform-reisk-compliance-sec2 {
  padding: 80px 0 36px;
}
section.platform-reisk-compliance-sec2 .container {
  position: relative;
}
section.platform-reisk-compliance-sec2 img.img-abs {
  position: absolute;
  right: 0;
  bottom: 80px;
}
section.platform-reisk-compliance-sec2 p {
  color: #292929;
  margin: 12px 0 32px;
  font-size: 19.7px;
}
section.platform-reisk-compliance-sec2 ul {
  max-width: 418px;
  width: 100%;
}
section.platform-reisk-compliance-sec2 ul li {
  border-bottom: 1px solid #CCC;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
section.platform-reisk-compliance-sec2 ul li:last-child {
  margin: 0;
  border: none;
}
section.platform-reisk-compliance-sec2 ul li h5 {
  color: #102445;
  font-family: "Saans TRIAL";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
section.platform-reisk-compliance-sec2 ul li p {
  margin: 0;
  font-size: 20px;
}

section.platform-reisk-compliance-sec3 {
  padding-bottom: 80px;
}
section.platform-reisk-compliance-sec3 h2 {
  max-width: 642px;
  text-align: center;
  margin: 0 auto 12px;
}
section.platform-reisk-compliance-sec3 p {
  max-width: 642px;
  color: #292929;
  margin: 0 auto 60px;
  text-align: center;
  line-height: 24px;
  /* 120% */
}
section.platform-reisk-compliance-sec3 .col-md-4 p {
  text-align: left;
}
section.platform-reisk-compliance-sec3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: #0ABFBF;
}
section.platform-reisk-compliance-sec3 span img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.platform-reisk-compliance-sec3 h5 {
  color: #000;
  font-family: "Saans TRIAL";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 24px 0 16px;
}
section.platform-reisk-compliance-sec3 .col-lg-4 p {
  color: var(--Secondary-Colours-Dm-Gray, #636363);
  line-height: 28px;
  /* 140% */
  margin: 0;
  text-align: left;
}

section.platform-reisk-compliance-sec4 {
  padding-bottom: 80px;
}
section.platform-reisk-compliance-sec4 h2 {
  text-align: center;
  margin-bottom: 60px;
}
section.platform-reisk-compliance-sec4 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
section.platform-reisk-compliance-sec4 ul li {
  display: table;
}
section.platform-reisk-compliance-sec4 ul li img {
  width: 306px;
  height: 81px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.platform-reporting-sec1 {
  padding: 80px 0;
}
section.platform-reporting-sec1 .row {
  align-items: center;
}
section.platform-reporting-sec1 img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
section.platform-reporting-sec1 p {
  margin-top: 24px;
  color: #292929;
}

section.platform-reporting-sec2 {
  padding: 80px 0;
}
section.platform-reporting-sec2 img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
section.platform-reporting-sec2 p {
  margin: 12px 0 40px;
  color: #292929;
}
section.platform-reporting-sec2 ul li {
  margin-bottom: 24px;
}
section.platform-reporting-sec2 ul li:last-child {
  margin: 0;
}
section.platform-reporting-sec2 ul li h5 {
  color: #000;
  font-family: "Saans TRIAL";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
section.platform-reporting-sec2 ul li p {
  color: #636363;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

section.about-our-story-sec1 {
  padding: 80px 0;
}
section.about-our-story-sec1 img {
  width: 100%;
  height: 576px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about-our-story-sec1 h2 {
  margin-bottom: 24px;
}
section.about-our-story-sec1 p {
  color: #292929;
  margin-bottom: 16px;
}
section.about-our-story-sec1 p:last-child {
  margin: 0;
}

section.terms-conditions-sec1 {
  padding: 80px 0;
}
section.terms-conditions-sec1 h2 {
  margin-bottom: 24px;
}
section.terms-conditions-sec1 p {
  color: #292929;
  line-height: 32px;
  /* 160% */
  margin-bottom: 16px;
}
section.terms-conditions-sec1 p:last-child {
  margin: 0;
}

section.about-careers-sec1 {
  padding: 80px 0;
}
section.about-careers-sec1 h2 {
  margin-bottom: 24px;
}
section.about-careers-sec1 p {
  color: #292929;
  margin-bottom: 16px;
}
section.about-careers-sec1 p:last-child {
  margin: 0;
}
section.about-careers-sec1 p a {
  color: #0578A6;
}
section.about-careers-sec1 p a:hover {
  color: #0578A6;
}

section.about-careers-sec2 {
  background: #F9F9F9;
  padding: 80px 0;
}
section.about-careers-sec2 h2 {
  margin-bottom: 60px;
  text-align: center;
}
section.about-careers-sec2 .white-box {
  padding: 32px 20px;
  border-radius: 20px;
  background: #fff;
  height: 100%;
}
section.about-careers-sec2 .white-box span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: #0ABFBF;
}
section.about-careers-sec2 .white-box span img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about-careers-sec2 .white-box h5 {
  color: #000;
  font-family: "Saans TRIAL";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 42px;
  margin-bottom: 20px;
}
section.about-careers-sec2 .white-box p {
  min-height: 196px;
}

section.about-careers-sec3 {
  padding: 80px 0;
}
section.about-careers-sec3 h2 {
  margin-bottom: 40px;
}
section.about-careers-sec3 ul li {
  color: #102445;
  font-family: "Saans TRIAL";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #102445;
  margin-bottom: 40px;
}
section.about-careers-sec3 ul li:last-child {
  margin: 0;
}
section.about-careers-sec3 ul li span {
  display: table;
  max-width: 35px;
  width: 100%;
}
section.about-careers-sec3 p {
  margin-bottom: 30px;
}

section.about-contactUs-sec1 {
  padding: 80px 0;
}
section.about-contactUs-sec1 .light-blue-box {
  border-radius: 16px;
  border: 1px solid #0AADBF;
  background: rgba(10, 173, 191, 0.1);
  padding: 28px 20px;
}
section.about-contactUs-sec1 .light-blue-box ul li {
  margin-bottom: 24px;
}
section.about-contactUs-sec1 .light-blue-box ul li:last-child {
  margin: 0;
}
section.about-contactUs-sec1 .light-blue-box ul li img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
}
section.about-contactUs-sec1 .light-blue-box ul li h5 {
  color: #171717;
  font-family: "Saans TRIAL";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 12px 0;
}
section.about-contactUs-sec1 .light-blue-box ul li a {
  color: #292929;
  font-family: "Varela Round";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.about-contactUs-sec1 h2 {
  margin-bottom: 38px;
}
section.about-contactUs-sec1 label {
  color: var(--Secondary-Colours-Black, #171717);
  font-family: "Saans TRIAL";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
  display: block;
}
section.about-contactUs-sec1 input:not([type=submit]),
section.about-contactUs-sec1 textarea {
  width: 100%;
  height: 43px;
  padding: 0 12px 4px 12px;
  margin-bottom: 16px;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #FFF;
  outline: none;
  color: #000;
}
section.about-contactUs-sec1 input:not([type=submit])::-moz-placeholder, section.about-contactUs-sec1 textarea::-moz-placeholder {
  color: #636363;
  font-family: "Varela Round";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.about-contactUs-sec1 input:not([type=submit])::placeholder,
section.about-contactUs-sec1 textarea::placeholder {
  color: #636363;
  font-family: "Varela Round";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.about-contactUs-sec1 textarea {
  height: 130px;
  resize: none;
  margin-bottom: 38px;
  padding: 17px 12px;
}
section.about-contactUs-sec1 input[type=submit] {
  width: 100%;
  border: none;
}

section.privacy-policy-sec1 {
  padding: 80px 0 64px;
}
section.privacy-policy-sec1 h2 {
  margin-bottom: 24px;
}
section.privacy-policy-sec1 p {
  color: #292929;
  margin-bottom: 16px;
}
section.privacy-policy-sec1 p a {
  color: #0AADBF;
}
section.privacy-policy-sec1 p a:hover {
  color: #0AADBF;
}
section.privacy-policy-sec1 p span {
  display: block;
  margin-bottom: 8px;
}
section.privacy-policy-sec1 h5 {
  color: #102445;
  font-family: "Saans TRIAL";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  margin: 40px 0 24px;
}
section.privacy-policy-sec1 ul li {
  padding-left: 19px;
  color: #292929;
  font-family: "Saans TRIAL";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  margin-bottom: 16px;
  position: relative;
}
section.privacy-policy-sec1 ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #102445;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  margin: auto;
}

section.resources-sec1 {
  padding: 80px 0;
}
section.resources-sec1 .item-content h2 {
  font-weight: 600;
}
section.resources-sec1 .item-content figure {
  margin: 20px 0;
  border-radius: 12px;
  overflow: hidden;
}
section.resources-sec1 .item-content figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.resources-sec1 .item-content p {
  color: #292929;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  margin-bottom: 16px;
}
section.resources-sec1 .item-content h4 {
  color: #102445;
  font-family: "Saans TRIAL";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 40px 0 20px;
}
section.resources-sec1 .item-content ul li {
  color: #292929;
  font-family: "Saans TRIAL";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  padding-left: 19px;
  margin-bottom: 16px;
  position: relative;
}
section.resources-sec1 .item-content ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #102445;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
}
section.resources-sec1 .item-content ul li:last-child {
  margin: 0;
}
section.resources-sec1 .item-content a.blue-btn {
  margin-top: 48px;
}

.tabbed-content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.tabbed-content .tabs {
  display: none;
  border-radius: 16px;
  border: 1px solid #0AADBF;
  background: rgba(10, 173, 191, 0.1);
  padding: 20px;
}
.tabbed-content .tabs ul li {
  border-radius: 8px;
  background: #0ABFBF;
  overflow: hidden;
  margin-bottom: 16px;
}
.tabbed-content .tabs ul li:last-child {
  margin: 0;
}
.tabbed-content .tabs ul li a {
  color: #FFF !important;
  font-family: "Varela Round";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 12px;
  color: #292929;
  font-family: "Varela Round";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tabbed-content .tabs ul li a img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tabbed-content .tabs ul li a.active {
  background-color: #fff;
  color: #292929 !important;
}
.tabbed-content .tabs ul li a.active img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(33%) saturate(12%) hue-rotate(328deg) brightness(100%) contrast(97%);
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
}
.tabs ul li {
  background: #eee;
}
.tabs ul li a {
  padding: 0.5em 1em;
}

@media all and (min-width: 991px) {
  .item.active .item-content {
    padding-top: 0;
  }
  .tabs-side .tabs li {
    margin-bottom: 2px;
  }
}
@media all and (min-width: 991px) {
  .tabbed-content .tabs {
    display: block;
  }
  .tabbed-content .tabs li {
    display: inline-block;
  }
  .tabbed-content .tabs li a {
    display: block;
  }
  .tabbed-content .item {
    min-height: 0;
  }
  .tabbed-content .item::before {
    display: none;
  }
  .tabbed-content.tabs-side .tabs {
    max-width: 418px;
    float: left;
    width: 100%;
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */