@keyframes fadeIconOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(180deg);
  }
}
@keyframes fadeIconIn {
  0% {
    opacity: 0;
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: rotate(180deg);
  }
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-BlackItalic.woff2") format("woff2"), url("fonts/montserrat/Montserrat-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("fonts/montserrat/Montserrat-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("fonts/montserrat/Montserrat-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("fonts/montserrat/Montserrat-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-Medium.woff2") format("woff2"), url("fonts/montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-Black.woff2") format("woff2"), url("fonts/montserrat/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-MediumItalic.woff2") format("woff2"), url("fonts/montserrat/Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-BoldItalic.woff2") format("woff2"), url("fonts/montserrat/Montserrat-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-Italic.woff2") format("woff2"), url("fonts/montserrat/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("fonts/montserrat/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-Bold.woff2") format("woff2"), url("fonts/montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-Regular.woff2") format("woff2"), url("fonts/montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-ThinItalic.woff2") format("woff2"), url("fonts/montserrat/Montserrat-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-Light.woff2") format("woff2"), url("fonts/montserrat/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-LightItalic.woff2") format("woff2"), url("fonts/montserrat/Montserrat-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-Thin.woff2") format("woff2"), url("fonts/montserrat/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-ExtraLight.woff2") format("woff2"), url("fonts/montserrat/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.btn-cg-primary {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-items: center;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  border-radius: 20px;
  padding: 10px 24px;
  background-color: #0C3A5E;
  border: 1px solid #0C3A5E;
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.btn-cg-primary svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.btn-cg-primary svg path {
  fill: #fff;
}
.btn-cg-primary:hover {
  background-color: transparent;
  border: 1px solid #0074CF;
  color: #0074CF;
}
.btn-cg-primary:hover svg path {
  fill: #0074CF;
}
.btn-cg-primary.active {
  background-color: transparent;
  border: 1px solid #0074CF;
  color: #0074CF;
}
.btn-cg-primary.active svg path {
  fill: #0074CF;
}

.btn-cg-secondary {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-items: center;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  border-radius: 20px;
  padding: 10px 24px;
  background-color: transparent;
  border: 1px solid #0074CF;
  color: #0074CF;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.btn-cg-secondary svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.btn-cg-secondary svg path {
  fill: #0074CF;
}
.btn-cg-secondary:hover {
  background-color: #0C3A5E;
  border: 1px solid #0C3A5E;
  color: #fff;
}
.btn-cg-secondary:hover svg path {
  fill: #fff;
}
.btn-cg-secondary.active {
  background-color: #0C3A5E;
  border: 1px solid #0C3A5E;
  color: #fff;
}
.btn-cg-secondary.active svg path {
  fill: #fff;
}

.btn-cg-tertiary {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-items: center;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  border-radius: 20px;
  padding: 10px 24px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.btn-cg-tertiary svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.btn-cg-tertiary svg path {
  fill: #fff;
}
.btn-cg-tertiary:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #0C3A5E;
}
.btn-cg-tertiary:hover svg path {
  fill: #0C3A5E;
}
.btn-cg-tertiary.active {
  background-color: #fff;
  border: 1px solid #fff;
  color: #0C3A5E;
}
.btn-cg-tertiary.active svg path {
  fill: #0C3A5E;
}

.cg-title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .cg-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .cg-title {
    flex-wrap: wrap;
  }
}
.cg-title h2 {
  margin: 0;
  color: #1D1B20;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 30.8px;
}
@media (max-width: 767.98px) {
  .cg-title h2 {
    font-size: 20px;
    line-height: 22px;
  }
}

.cg-title-with-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .cg-title-with-btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .cg-title-with-btn {
    flex-wrap: wrap;
  }
}
.cg-title-with-btn h2 {
  margin: 0;
  color: #1D1B20;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 30.8px;
}
@media (max-width: 767.98px) {
  .cg-title-with-btn h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.cg-title-with-btn a {
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 575.98px) {
  .cg-title-with-btn a.full-width-mobile {
    width: 100%;
    justify-content: center;
  }
}

.category-item {
  margin-bottom: 24px;
}

.box-category {
  border-radius: 20px;
  border: 1px solid rgba(12, 58, 94, 0.2);
  padding: 40px 37px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .box-category {
    padding: 20px 37px;
  }
}
.box-category-image {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.box-category-image img {
  width: 95px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .box-category-image img {
    width: 79px;
    height: 79px;
  }
}
.box-category-title {
  display: flex;
  margin: 25px 0;
  color: #000;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20.403px;
  line-height: 27.901px;
}
.box-category-excerpt {
  margin-bottom: 15px;
  color: #546078;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14.648px;
  line-height: 20px;
}
.box-category-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 52.078px;
  height: 52.078px;
  border: 0.698px solid #D4E2DF;
}
.box-category-btn svg {
  width: 24px;
  height: 24px;
}

.box-team-col {
  margin-bottom: 34px;
}
@media (max-width: 767.98px) {
  .box-team-col {
    margin-bottom: 50px;
  }
}
.box-team img {
  width: 100%;
  height: 292px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  margin-bottom: 16px;
}
.box-team h2 {
  margin-bottom: 0;
  color: #1D1B20;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.box-team-job-position {
  margin-bottom: 18px;
  color: #1D1B20;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.box-team-excerpt {
  margin-bottom: 0;
  color: rgba(29, 27, 32, 0.5);
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.box-post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 45px 0;
  border-bottom: 1px solid rgba(12, 58, 94, 0.1);
}
.box-post:first-child {
  padding-top: 0;
}
.box-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .box-post {
    padding-top: 0;
    padding-bottom: 30px;
    border-bottom: none;
  }
}
.box-post-content {
  width: 100%;
  max-width: 466px;
  align-content: center;
}
@media (max-width: 991.98px) {
  .box-post-content {
    max-width: 100%;
  }
}
.box-post-content h2 {
  margin-bottom: 14px;
  color: #0C3A5E;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15.4px;
}
.box-post-content h1 {
  margin-bottom: 24px;
  color: #1D1B20;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 28.6px;
}
@media (max-width: 767.98px) {
  .box-post-content h1 {
    font-size: 20px;
    line-height: 22px;
  }
}
.box-post-content p {
  margin-bottom: 24px;
  color: #0C3A5E;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .box-post-content p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 575.98px) {
  .box-post-content .btn-cg-secondary {
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
}
.box-post-img {
  width: 100%;
  max-width: 372px;
}
@media (max-width: 991.98px) {
  .box-post-img {
    max-width: 100%;
    margin-top: 12px;
  }
}
.box-post-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.box-software {
  height: 100%;
  border-radius: 20px;
  background-color: #0C3A5E;
  padding: 69px 21px 0 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .box-software {
    padding: 32px 19px 0 19px;
    border-radius: 23px;
  }
}
.box-software-col {
  margin-bottom: 45px;
}
.box-software h3 a {
  display: flex;
  margin-bottom: 30px;
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 767.98px) {
  .box-software h3 a {
    margin-bottom: 26px;
    font-size: 25px;
    line-height: 57px;
  }
}
.box-software .btn-cg-tertiary {
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  .box-software .btn-cg-tertiary {
    margin-bottom: 24px;
  }
}
.box-software img {
  width: 100%;
  max-width: 394px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
  margin: 0 0 0 auto;
  display: flex;
}
@media (max-width: 575.98px) {
  .box-software img {
    max-width: 100%;
  }
}

.footer .footer-main {
  padding: 71px 0 0 0;
}
@media (max-width: 991.98px) {
  .footer .footer-main {
    padding: 50px 0 45px 0;
  }
}
.footer .footer-main .row > * {
  margin-bottom: 62px;
}
.footer .footer-main .menu-footer-title {
  margin-bottom: 25px;
  color: #1D1B20;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
}
.footer .footer-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-main ul li {
  margin-bottom: 10px;
}
.footer .footer-main ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-main ul a {
  display: flex;
  color: #1D1B20;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.footer .footer-main .footer-logo {
  display: flex;
}
.footer .footer-main .footer-logo img {
  width: 100%;
  height: 30.747px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.footer .footer-main .footer-logo-content {
  margin-top: 19px;
  margin-bottom: 25px;
  color: #1D1B20;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.footer .footer-main .social-media-footer {
  display: flex;
  align-items: center;
  gap: 25px;
}
.footer .footer-main .social-media-footer-title {
  margin: 0;
  color: #0C3A5E;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 32px;
}
.footer .footer-main .social-media-footer-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.footer .footer-main .social-media-footer-items a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #0C3A5E;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
}
.footer .footer-main .social-media-footer-items a svg {
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
}
.footer .footer-bottom .footer-bottom-row {
  border-top: 1px solid #D4E2DF;
  padding-top: 21px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-bottom .copyright-text {
  margin-bottom: 0;
  color: #1D1B20;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .footer .footer-bottom .copyright-text {
    width: 100%;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-bottom .menu-footer-privacy-policy {
    width: 100%;
  }
}
.footer .footer-bottom .menu-footer-privacy-policy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 35px;
}
@media (max-width: 767.98px) {
  .footer .footer-bottom .menu-footer-privacy-policy ul {
    gap: 15px;
  }
  .footer .footer-bottom .menu-footer-privacy-policy ul li {
    width: 100%;
  }
}
.footer .footer-bottom .menu-footer-privacy-policy ul a {
  display: flex;
  color: #1D1B20;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .footer .footer-bottom .menu-footer-privacy-policy ul a {
    line-height: 30px;
    font-size: 12px;
    line-height: 20px;
  }
}

@media (min-width: 1700px) {
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
}
.top-header {
  padding: 35px 0 7px 0;
}
@media (max-width: 991.98px) {
  .top-header {
    display: none;
  }
}
.top-header .contact-info-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.top-header .contact-info-header-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-header .contact-info-header-item svg {
  border-radius: 50%;
  border: 0.374px solid #D4E2DF;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  padding: 6px;
}
.top-header .contact-info-header-item svg path {
  fill: #1D1B20;
}
.top-header .contact-info-header-item a {
  color: #546078;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12.239px;
  line-height: 28px;
}
.top-header .contact-info-header-item a:not([href]) {
  cursor: default;
}
.top-header .contact-info-header-item a:hover {
  color: #0C3A5E;
}

.header {
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  z-index: 1200;
}
@media (max-width: 991.98px) {
  .header {
    padding: 50px 0 19px 0;
  }
}
.header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .site-branding {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 991.98px) {
  .header .site-branding {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header .site-branding .custom-logo-link {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.header .site-branding .custom-logo {
  width: 205px;
  height: 98px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 991.98px) {
  .header .site-branding .custom-logo {
    width: 122px;
    height: 50px;
  }
}
.header .menu-toggle {
  display: flex;
  padding: 0;
  border: unset;
  background-color: transparent;
}
.header .menu-toggle-wrapper {
  gap: 13px;
}
.header .primary-menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  list-style: none;
}
.header .primary-menu li a {
  color: #1D1B20;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.header .primary-menu li a:hover {
  color: #0C3A5E;
}
.header .primary-menu li.current-menu-item a {
  color: #0C3A5E;
  font-weight: 700;
}
.header .primary-menu-mobile {
  margin: 0;
  padding: 0 29px 0 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 29px;
  list-style: none;
}
.header .primary-menu-mobile li {
  width: 100%;
  text-align: right;
}
.header .primary-menu-mobile li a {
  color: #1D1B20;
  text-align: right;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 21.642px;
  line-height: 42.963px;
}
.header .primary-menu-mobile li a:hover {
  color: #0C3A5E;
}
.header .primary-menu-mobile li.current-menu-item a {
  color: #0C3A5E;
  font-weight: 700;
}
.header .header-links {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  list-style: none;
}
.header .main-navigation {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  list-style: none;
}
@media (max-width: 991.98px) {
  .header .main-navigation {
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 1201;
    flex-wrap: unset;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
  }
  .header .main-navigation > * {
    width: 100%;
  }
  .header .main-navigation.active {
    left: 0;
  }
}
.header .main-navigation-logo {
  padding: 60px 43px 25px 25px;
}
.header .main-navigation-logo .custom-logo-link {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.header .main-navigation-logo .custom-logo {
  width: 155px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.header .main-navigation-logo .menu-toggle {
  margin-top: 5px;
}
.header .main-navigation-bottom {
  background-color: #F6FBFF;
  padding: 25px 29px 33px 25px;
}
.header .main-navigation-bottom .contact-info-header-item {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
  max-width: 220px;
  text-align: end;
  margin-left: auto;
  margin-bottom: 20px;
}
.header .main-navigation-bottom .contact-info-header-item svg {
  margin-top: 2px;
  width: 19.392px;
  height: 19.392px;
  min-width: 19.392px;
  min-height: 19.392px;
  padding: 3px;
  border-radius: 50%;
  border: 0.374px solid #D4E2DF;
  background-color: #fff;
}
.header .main-navigation-bottom .contact-info-header-item a {
  color: #546078;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14.239px;
  line-height: 28px;
}
.header .main-navigation-bottom .contact-info-header-item a:not([href]) {
  cursor: default;
}
.header .main-navigation-bottom .contact-info-header-item a:hover {
  color: #0C3A5E;
}
.header .main-navigation-bottom .social-media-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.header .main-navigation-bottom .social-media-footer-title {
  margin-bottom: 0;
  color: #0C3A5E;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16.046px;
  line-height: 27.498px;
}
.header .main-navigation-bottom .social-media-footer-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0C3A5E;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14.515px;
  line-height: 35.232px;
}
.header .main-navigation-bottom .social-media-footer-item svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.header .sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: unset;
  margin-top: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .header .sub-menu {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: calc(100% + 8px);
    z-index: 1000;
    left: 0;
    right: 0;
    margin-top: 0;
  }
}
.header .sub-menu.active {
  max-height: 1000px;
  opacity: 1;
  pointer-events: auto;
}
.header .sub-menu li {
  width: 100%;
  text-align: right;
  margin-bottom: 8px;
}
.header .sub-menu li:last-child {
  margin-bottom: 0;
}
.header .sub-menu li a {
  color: #1D1B20;
  text-align: right;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.header .sub-menu li a:hover {
  color: #0C3A5E;
}
.header .sub-menu li.current-menu-item a {
  color: #0C3A5E;
  font-weight: 700;
}
.header .btn-open-modal-software {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: #1D1B20;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.header .btn-open-modal-software svg {
  transition: opacity 0.3s ease-in-out;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.header .btn-open-modal-software svg path {
  fill: #1D1B20;
}
.header .btn-open-modal-software:hover {
  color: #0C3A5E;
}
.header .btn-open-modal-software:hover svg path {
  fill: #0C3A5E;
}
.header .btn-open-modal-software.active {
  color: #0C3A5E;
  font-weight: 700;
}
.header .btn-open-modal-software.active svg {
  animation: fadeIconOut 0.15s ease-in-out forwards;
  animation: fadeIconIn 0.3s ease-in-out 0.15s forwards;
}
.header .btn-open-modal-software.active svg path {
  fill: #0C3A5E;
}
.header .modal-software {
  border-radius: 12px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.2), 0px 2px 2px -1px rgba(0, 0, 0, 0.1);
}
.header .modal-software .nav-tabs {
  border: unset;
  box-shadow: unset;
  padding: 52px 48px 30px 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 2px solid #E6E6E6;
}
.header .modal-software .nav-tabs button {
  padding: 0;
  margin: 0;
  border: unset;
  box-shadow: unset;
  color: #0C3A5E;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 21.574px;
  line-height: 21.574px;
}
.header .modal-software .nav-tabs button.active {
  font-weight: 600;
}
@media (min-width: 992px) {
  .header .modal-software {
    position: absolute;
    top: calc(100% + 8px);
    z-index: 1000;
    left: 0;
    right: 0;
    right: 0;
  }
}
.header .modal-software .tab-content {
  margin-top: 0 !important;
}
.header .modal-software-item {
  display: flex;
}
.header .modal-software-item > * {
  width: 50%;
}
.header .modal-software-item-content {
  padding: 28px 20px 90px 74px;
}
.header .modal-software-item-content h3 {
  width: 100%;
  max-width: 330px;
  margin-bottom: 20px;
  color: #333;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.header .modal-software-item-content p {
  width: 100%;
  max-width: 330px;
  margin-bottom: 48px;
  color: #333;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.header .modal-software-item-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.header .modal-software-item-image {
  background: #F5F5F5;
  padding: 17px 78px 38px 49px;
}
.header .modal-software-item-image img {
  width: 100%;
  max-width: 432px;
  height: 271px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: flex;
  margin: 0 auto;
}
.header .modal-software.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nbm-languages {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .nbm-languages {
    margin-bottom: 20px;
  }
}
.nbm-languages .trp-language-switcher {
  width: unset !important;
  height: unset !important;
}
.nbm-languages .trp-language-switcher .trp-ls-shortcode-language {
  width: unset !important;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  left: unset !important;
  right: 0 !important;
}
.nbm-languages .trp-language-switcher a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #546078;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12.239px;
  line-height: 28px;
}
@media (max-width: 991.98px) {
  .nbm-languages .trp-language-switcher a {
    font-size: 14.239px;
    margin-left: 16px;
  }
}
.nbm-languages .trp-ls-shortcode-current-language {
  width: unset !important;
}
.nbm-languages .trp-ls-shortcode-current-language {
  padding: 0 !important;
  border: unset !important;
  background-image: none !important;
  background: none !important;
}
.nbm-languages .trp-ls-shortcode-current-language a.trp-ls-shortcode-disabled-language {
  padding: 0 !important;
  border: unset !important;
  background-image: none !important;
  background: none !important;
}
.nbm-languages .trp-ls-shortcode-current-language a.trp-ls-shortcode-disabled-language::marker, .nbm-languages .trp-ls-shortcode-current-language a.trp-ls-shortcode-disabled-language::before, .nbm-languages .trp-ls-shortcode-current-language a.trp-ls-shortcode-disabled-language::after {
  display: none !important;
}

.hero-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.hero-banner-content {
  padding-top: 96px;
}
@media (min-width: 992px) {
  .hero-banner-content {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-content {
    padding-top: 30px;
  }
}
.hero-banner-content h1 {
  margin-bottom: 15px;
  color: #0C3A5E;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
}
@media (max-width: 991.98px) {
  .hero-banner-content h1 {
    margin-bottom: 14px;
    font-size: 32.942px;
    line-height: 36.236px;
  }
}
.hero-banner-content p {
  margin: 0 auto 25px auto;
  width: 100%;
  max-width: 695px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 991.98px) {
  .hero-banner-content p {
    margin-bottom: 14px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
}
.hero-banner-content-btns {
  gap: 10px;
  padding-bottom: 67px;
}
@media (max-width: 767.98px) {
  .hero-banner-content-btns {
    padding-bottom: 54px;
  }
}
.hero-banner-content-btns a {
  justify-content: center;
}
@media (max-width: 767.98px) {
  .hero-banner-content-btns a {
    width: calc(50% - 5px);
    padding: 10px;
  }
}
.hero-banner-content img {
  border-radius: 23px 23px 0px 0px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .hero-banner-content img {
    margin-bottom: 55px;
    border-radius: 10px;
    width: 100%;
    height: 333px;
  }
}

.partners {
  padding: 45px 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .partners {
    padding: 22px 0;
  }
}
@media (max-width: 575.98px) {
  .partners .partners-slider {
    margin: 0 calc(-0.5 * var(--bs-gutter-x));
  }
}
.partners .partner-logo a {
  display: flex;
}
.partners .partner-logo img {
  border-radius: 20px;
  width: 100%;
  height: 83px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 575.98px) {
  .partners .partner-logo img {
    height: 64.949px;
  }
}

.services-section {
  padding: 82px 0 34px 0;
}
@media (max-width: 767.98px) {
  .services-section {
    padding: 50px 0 0 0;
  }
}

.about-us-hp {
  padding: 50px 0 70px 0;
}
@media (max-width: 767.98px) {
  .about-us-hp {
    padding: 32px 0 87px 0;
  }
}
.about-us-hp-banner {
  border-radius: 20px;
  background: var(--Main-Blue-Brand-Color, #0c3a5e);
  padding: 95px 95px 0 45px;
}
@media (max-width: 991.98px) {
  .about-us-hp-banner {
    margin-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .about-us-hp-banner {
    padding: 56px 17px 0 33px;
  }
}
.about-us-hp-banner h2 {
  margin-bottom: 50px;
  color: #fff;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
}
@media (max-width: 767.98px) {
  .about-us-hp-banner h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .about-us-hp-banner a {
    width: 100%;
    justify-content: center;
  }
}
.about-us-hp-banner img {
  width: 367px;
  height: 353px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
  display: flex;
  margin: -56px -95px 0 auto;
  mix-blend-mode: exclusion;
}
@media (max-width: 767.98px) {
  .about-us-hp-banner img {
    margin: 77px 19px 0 auto;
    width: 269px;
    height: 259px;
  }
}
.about-us-hp-content img {
  margin-bottom: 40px;
  border-radius: 23px;
  background: #F6F6F6;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .about-us-hp-content img {
    border-radius: 5px;
    -o-object-position: -180px;
       object-position: -180px;
  }
}
.about-us-hp-content h2 {
  margin-bottom: 11px;
  color: #0C3A5E;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}
.about-us-hp-content p {
  width: 100%;
  max-width: 517px;
  margin-bottom: 11px;
  color: #0C3A5E;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.about-us-hp-content-worker {
  display: block;
  color: #000;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-size: 14.648px;
  line-height: 25.809px;
}
.about-us-hp-content-worker span {
  display: flex;
  width: 100%;
  color: #000;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14.648px;
  line-height: 25.809px;
}

.software-section {
  padding: 70px 0 45px 0;
}
@media (max-width: 767.98px) {
  .software-section {
    padding: 87px 0 45px 0;
  }
}
@media (max-width: 767.98px) {
  .software-section .cg-title-with-btn {
    margin-bottom: 13px;
  }
}

.hp-modal-software-tabs .nav-tabs {
  border: unset;
  box-shadow: unset;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  gap: 24px;
  border-bottom: 1px solid #CAC4D0;
}
@media screen and (max-width: 767.98px) {
  .hp-modal-software-tabs .nav-tabs {
    overflow-x: auto;
    padding-bottom: 13px;
  }
}
.hp-modal-software-tabs .nav-tabs button {
  min-width: -moz-max-content;
  min-width: max-content;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  padding: 14px 0;
  margin: 0;
  border: unset;
  box-shadow: unset;
  color: #1D1B20;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.hp-modal-software-tabs .nav-tabs button span {
  background-color: #0074CF;
  transition: all 0.3s ease-in-out;
  display: flex;
  position: absolute;
  width: calc(100% - 6px);
  height: 3px;
  left: 3px;
  right: 3px;
  bottom: -4px;
  border-radius: 3px 3px 0 0;
}
.hp-modal-software-tabs .nav-tabs button:hover, .hp-modal-software-tabs .nav-tabs button.active {
  color: #0074CF;
}
.hp-modal-software-tabs .nav-tabs button:hover span, .hp-modal-software-tabs .nav-tabs button.active span {
  bottom: 0;
}
.hp-modal-software-tabs .modal-software-item {
  padding-top: 20px;
  display: flex;
  gap: 70px;
}
@media (max-width: 991.98px) {
  .hp-modal-software-tabs .modal-software-item {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .hp-modal-software-tabs .modal-software-item {
    gap: 58px;
    flex-wrap: wrap;
  }
}
.hp-modal-software-tabs .modal-software-item > *:first-child {
  width: 366px;
}
@media (max-width: 991.98px) {
  .hp-modal-software-tabs .modal-software-item > *:first-child {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .hp-modal-software-tabs .modal-software-item > *:first-child {
    width: 100%;
  }
}
.hp-modal-software-tabs .modal-software-item > *:last-child {
  width: calc(100% - 436px);
}
@media (max-width: 991.98px) {
  .hp-modal-software-tabs .modal-software-item > *:last-child {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767.98px) {
  .hp-modal-software-tabs .modal-software-item > *:last-child {
    width: 100%;
  }
}
.hp-modal-software-tabs .modal-software-item-content {
  padding: 31px 48px 16px 16px;
}
@media (max-width: 767.98px) {
  .hp-modal-software-tabs .modal-software-item-content {
    padding: 31px 15px 0 15px;
  }
}
.hp-modal-software-tabs .modal-software-item-content h3 {
  margin-bottom: 16px;
  color: #0074CF;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}
.hp-modal-software-tabs .modal-software-item-content p {
  margin-bottom: 20px;
  color: #333;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.hp-modal-software-tabs .modal-software-item-image {
  padding: 19px 85px 18px 74px;
}
@media (max-width: 991.98px) {
  .hp-modal-software-tabs .modal-software-item-image {
    padding: 0;
  }
}
.hp-modal-software-tabs .modal-software-item-image img {
  width: 100%;
  height: 345px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .hp-modal-software-tabs .modal-software-item-image img {
    height: auto;
  }
}

.our-customers-impressions-hp {
  background: linear-gradient(0deg, rgba(0, 157, 255, 0.08) 0%, rgba(245, 245, 245, 0) 100%);
  padding: 45px 0 96px 0;
  overflow: hidden;
}
.our-customers-impressions-hp .swiper {
  overflow: unset;
}
@media (max-width: 575.98px) {
  .our-customers-impressions-hp .swiper {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .our-customers-impressions-hp .cg-title {
    width: 100%;
    max-width: 252px;
  }
}
.our-customers-impressions-hp .impression-slide {
  border: 2px solid rgba(12, 58, 94, 0);
  padding: 25px 25px 29px 25px;
  border-radius: 32px;
  background: #fff;
}
.our-customers-impressions-hp .impression-logo img {
  margin-bottom: 31px;
  width: 100%;
  height: 69px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.our-customers-impressions-hp .impression-text p {
  margin-bottom: 0;
  color: #333;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.have-question-banner {
  margin-top: 137px;
  margin-bottom: 167px;
}
@media (max-width: 991.98px) {
  .have-question-banner {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .have-question-banner {
    margin-top: 33px;
    margin-bottom: 50px;
  }
}
.have-question-banner-container {
  overflow: hidden;
  border-radius: 23px;
  background: #0C3A5E;
  padding: 14px 65px 0 65px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .have-question-banner-container {
    padding: 71px 30px 0 30px;
  }
}
.have-question-banner-content {
  width: 100%;
  max-width: 560px;
}
@media (max-width: 1199.98px) {
  .have-question-banner-content {
    max-width: 390px;
  }
}
@media (max-width: 991.98px) {
  .have-question-banner-content {
    max-width: 310px;
  }
}
@media (max-width: 767.98px) {
  .have-question-banner-content {
    max-width: 100%;
  }
}
.have-question-banner h2 {
  margin-bottom: 25px;
  color: #fff;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 30.8px;
}
@media (max-width: 991.98px) {
  .have-question-banner h2 {
    font-size: 22px;
    line-height: 24.2px;
  }
}
@media (max-width: 767.98px) {
  .have-question-banner-image {
    display: flex;
    margin: 55px auto 0 auto;
  }
}
.have-question-banner img {
  width: 252px;
  height: 252px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: flex;
}
@media (max-width: 767.98px) {
  .have-question-banner img {
    margin-bottom: -80px;
  }
}

.hero-banner-ap {
  position: relative;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-ap-container {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 83px;
  padding-bottom: 184px;
}
@media (max-width: 767.98px) {
  .hero-banner-ap-container {
    padding-top: 46px;
    padding-bottom: 138px;
  }
}
.hero-banner-ap-container h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  max-width: 786px;
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 38.5px;
}
@media (max-width: 767.98px) {
  .hero-banner-ap-container h1 {
    font-size: 32px;
    line-height: 35.2px;
  }
}
.hero-banner-ap-container img {
  width: 367px;
  height: 353px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 1;
  mix-blend-mode: exclusion;
}
@media (max-width: 991.98px) {
  .hero-banner-ap-container img {
    width: 210px;
    height: 210px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    bottom: -20px;
    right: 80px;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-ap-container img {
    width: 215px;
    height: 207px;
    right: unset;
    left: 50%;
    transform: translateX(-60%);
  }
}
.hero-banner-ap svg {
  width: 93.41px;
  height: 93.41px;
  position: absolute;
  bottom: 73px;
  right: 57px;
}
@media (max-width: 767.98px) {
  .hero-banner-ap svg {
    bottom: 11.5px;
    right: 0;
  }
}

.about-content {
  padding-bottom: 13px;
}
@media (max-width: 767.98px) {
  .about-content {
    z-index: 2;
    position: relative;
    padding-bottom: 0;
    margin-top: -30px;
    border-radius: 20px;
    background: #fff;
  }
}
.about-content-container {
  padding: 50px 30px 0 60px;
  border-radius: 20px;
  background: #fff;
  z-index: 2;
  position: relative;
  margin-top: -100px;
}
@media (max-width: 991.98px) {
  .about-content-container {
    margin-top: -50px;
    padding: 40px 30px 0 30px;
  }
}
@media (max-width: 767.98px) {
  .about-content-container {
    margin-top: 0;
    padding: 37px 0 0 0;
  }
}
.about-content-text {
  padding-right: 53px;
}
@media (max-width: 991.98px) {
  .about-content-text {
    padding-right: 0;
  }
}
.about-content-text h2 {
  margin-bottom: 25px;
  color: #1D1B20;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 28px;
}
@media (max-width: 767.98px) {
  .about-content-text h2 {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 28px;
  }
}
.about-content-text p {
  margin-bottom: 60px;
  color: #1D1B20;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .about-content-text p {
    margin-bottom: 68px;
    font-size: 14px;
    line-height: 24px;
  }
}
.about-content-company-overview-item {
  padding-bottom: 65px;
}
.about-content-company-overview-item img {
  width: auto;
  height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 50px;
}
.about-content-company-overview-item h3 {
  margin-bottom: 25px;
  color: #1D1B20;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
}
.about-content-company-overview-item p {
  margin-bottom: 0;
  color: #1D1B20;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .about-content-company-overview-item p {
    font-size: 14px;
  }
}

.company-highlights {
  background-color: #EFF9FF;
  padding-top: 41px;
  padding-bottom: 37px;
}
@media (max-width: 767.98px) {
  .company-highlights {
    padding-top: 34px;
    padding-bottom: 25px;
  }
}
.company-highlights-item {
  border-radius: 20px;
  background-color: #fff;
  align-content: center;
  height: 100%;
  min-height: 310px;
}
@media (max-width: 767.98px) {
  .company-highlights-item {
    min-height: 263px;
  }
}
.company-highlights-item-col {
  margin-bottom: 28px;
}
.company-highlights-item-number {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0C3A5E;
  font-family: "Montserrat";
  font-size: 49px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}
.company-highlights-item p {
  margin-bottom: 0;
  text-align: center;
  color: #1D1B20;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 33px;
}

.team {
  padding-top: 77px;
  padding-bottom: 57px;
}
@media (max-width: 767.98px) {
  .team {
    padding-top: 65px;
    padding-bottom: 44px;
  }
}
.team-title h2 {
  margin-bottom: 18px;
  color: #0C3A5E;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 38.5px;
}
.team-title p {
  margin-bottom: 64px;
  color: #0C3A5E;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.companies-part-of-us {
  padding-top: 57px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .companies-part-of-us {
    padding-top: 44px;
    margin-bottom: 140px;
  }
}
.companies-part-of-us h2 {
  text-align: center;
  margin-bottom: 44px;
  color: #0C3A5E;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 38.5px;
}
@media (max-width: 767.98px) {
  .companies-part-of-us h2 {
    margin: 0 auto 44px auto;
    width: 100%;
    max-width: 231px;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
  }
}
.companies-part-of-us-logos {
  margin: 0 auto;
  width: 100%;
  max-width: 697px;
}
.companies-part-of-us-logos img {
  width: 100%;
  height: 83px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767.98px) {
  .companies-part-of-us-logos img {
    height: 51px;
  }
}

.contact-form {
  position: relative;
  background-color: #0C3A5E;
  padding-top: 83px;
  padding-bottom: 12px;
}
@media (max-width: 767.98px) {
  .contact-form {
    padding-top: 24px;
  }
}
.contact-form .icon-multipoint {
  position: absolute;
  top: 168px;
  right: 56px;
  width: 93.41px;
  height: 93.408px;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 767.98px) {
  .contact-form .icon-multipoint {
    display: none;
  }
}
.contact-form h1 {
  padding-left: 60px;
  margin-bottom: 60px;
  color: #fff;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 38.5px;
}
@media (max-width: 1199.98px) {
  .contact-form h1 {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .contact-form h1 {
    margin-bottom: 98px;
  }
}
.contact-form-container {
  display: flex;
  flex-wrap: wrap;
  gap: 113px;
  padding-left: 60px;
}
@media (max-width: 1199.98px) {
  .contact-form-container {
    padding-left: 0;
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .contact-form-container {
    gap: 0;
  }
}
.contact-form-container > *:first-child {
  width: 471px;
}
@media (max-width: 991.98px) {
  .contact-form-container > *:first-child {
    width: 100%;
  }
}
.contact-form-container > *:last-child {
  width: calc(100% - 471px - 113px);
}
@media (max-width: 1199.98px) {
  .contact-form-container > *:last-child {
    width: calc(100% - 471px - 30px);
  }
}
@media (max-width: 991.98px) {
  .contact-form-container > *:last-child {
    width: 100%;
  }
}
.contact-form-content h2 {
  margin-bottom: 7px;
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.contact-form-content p {
  margin-bottom: 30px;
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
.contact-form-contentright {
  padding-top: 45px;
}
.contact-form-contentright h2 {
  margin-bottom: 14px;
}
.contact-form-contentright p {
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  .contact-form-contentright p {
    margin-bottom: 70px;
  }
}
.contact-form-contentright img {
  width: 100%;
  height: 336px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .contact-form-contentright img {
    height: 262px;
  }
}
.contact-form .fluentform {
  padding-bottom: 70px;
}
.contact-form .fluentform .ff-el-group {
  margin-bottom: 17px;
}
.contact-form .fluentform .ff-el-group:last-child {
  margin-bottom: 0;
}
.contact-form .fluentform .ff-t-cell .ff-el-group {
  margin-bottom: 17px;
}
.contact-form .fluentform .ff-t-cell .ff-el-group:last-child {
  margin-bottom: 0;
}
.contact-form .fluentform .ff-t-cell .ff-el-group:first-child {
  margin-bottom: 17px;
}
.contact-form .fluentform .ff-el-form-control {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border-radius: 4px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.contact-form .fluentform .ff-el-form-control::-moz-placeholder {
  color: #fff;
}
.contact-form .fluentform .ff-el-form-control::placeholder {
  color: #fff;
}
.contact-form .fluentform .ff-el-form-control:focus, .contact-form .fluentform .ff-el-form-control:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.contact-form .fluentform textarea {
  height: 128px !important;
  padding: 16px !important;
  resize: none !important;
}
.contact-form .fluentform .ff-btn-submit {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex !important;
  align-items: center !important;
  justify-items: center !important;
  width: -moz-max-content !important;
  width: max-content !important;
  height: 40px !important;
  border-radius: 20px !important;
  padding: 10px 24px !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  text-align: center !important;
  font-family: "Montserrat" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0.1px !important;
}
.contact-form .fluentform .ff-btn-submit svg {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
}
.contact-form .fluentform .ff-btn-submit svg path {
  fill: #fff !important;
}
.contact-form .fluentform .ff-btn-submit:hover {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #0C3A5E !important;
}
.contact-form .fluentform .ff-btn-submit:hover svg path {
  fill: #0C3A5E !important;
}
.contact-form .fluentform .ff-btn-submit.active {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #0C3A5E !important;
}
.contact-form .fluentform .ff-btn-submit.active svg path {
  fill: #0C3A5E !important;
}

.our-offices {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .our-offices {
    background-color: #EFF9FF;
  }
}
.our-offices-contacts-content {
  margin-left: auto;
}
.our-offices-img-col {
  background-color: #fff;
}
@media (min-width: 992px) {
  .our-offices-img-col {
    position: absolute;
    right: calc(-0.5 * var(--bs-gutter-x));
    bottom: 0;
    z-index: -1;
  }
}
.our-offices-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.our-offices-contacts {
  width: 100%;
  position: relative;
}
.our-offices-contacts-container {
  position: relative;
}
.our-offices-contacts-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% + -0.5 * var(--bs-gutter-x));
  width: 100%;
  height: 100%;
  background-color: #EFF9FF;
  z-index: -1;
}
.our-offices-contacts-content {
  padding-top: 68px;
  padding-bottom: 84px;
  background: #EFF9FF;
}
@media (max-width: 767.98px) {
  .our-offices-contacts-content {
    padding-top: 68px;
    padding-bottom: 35px;
  }
}
.our-offices-contacts-content h2 {
  margin-bottom: 40px;
  color: #0C3A5E;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 38.5px;
}
.our-offices-contacts-info > * {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .our-offices-contacts-info > * {
    margin-bottom: 27px;
  }
}
.our-offices-contacts-info-list {
  display: flex;
  flex-direction: column;
}
.our-offices-contacts-info-title {
  margin-bottom: 3px;
  color: #0C3A5E;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
}
.our-offices-contacts-info-content {
  margin-bottom: 0;
  color: #0C3A5E;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
.our-offices-contacts-info a:hover {
  color: #0074CF;
}
.our-offices-contacts-info .btn-cg-primary {
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .our-offices-contacts-info .btn-cg-primary {
    width: 100%;
    justify-content: center;
  }
}
.our-offices-contacts-info .btn-cg-primary svg {
  margin-right: 10px;
}
.our-offices-contacts-info .btn-cg-primary svg path {
  fill: transparent;
  stroke: #fff;
}
.our-offices-contacts-info .btn-cg-primary:hover {
  color: #0074CF;
}
.our-offices-contacts-info .btn-cg-primary:hover svg path {
  stroke: #0074CF;
}

.custom-404 {
  padding-top: 153.5px;
  padding-bottom: 100px;
  min-height: 60vh;
  font-family: "Montserrat";
  color: black;
}
@media (max-width: 991.98px) {
  .custom-404 {
    padding-top: 110px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .custom-404 {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}

.custom-404-content svg {
  max-width: 60%;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.custom-404-title {
  font-family: "Montserrat";
  font-size: 3rem;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .custom-404-title {
    font-size: 2rem;
  }
}

.custom-404-message {
  font-family: "Montserrat";
  font-size: 1.25rem;
  color: black;
}
@media (max-width: 767.98px) {
  .custom-404-message {
    font-size: 1.05rem;
  }
}

.custom-404-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .custom-404-buttons {
    flex-wrap: wrap;
    gap: 15px;
  }
  .custom-404-buttons a {
    width: 100%;
  }
}

.archive-head {
  position: relative;
  background-color: #EFF9FF;
  padding-top: 93px;
  padding-bottom: 470px;
}
@media (max-width: 767.98px) {
  .archive-head {
    padding-top: 34px;
    padding-bottom: 483px;
  }
}
.archive-head h1 {
  width: 100%;
  max-width: 689px;
  margin: 0 auto;
  color: #1D1B20;
  text-align: center;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 38.5px;
}
@media (max-width: 767.98px) {
  .archive-head h1 {
    text-align: start;
    font-size: 32px;
    line-height: 35.2px;
  }
}
.archive-head svg {
  z-index: 1;
  position: absolute;
  bottom: -45px;
  right: 57px;
  width: 93px;
  height: 93px;
}
@media (max-width: 991.98px) {
  .archive-head svg {
    display: none;
  }
}

.archive-list-container {
  position: relative;
  z-index: 3;
  border-radius: 20px;
  background: #fff;
  padding: 20px 67px;
  margin-top: -397px;
}
@media (max-width: 767.98px) {
  .archive-list-container {
    margin-top: -437px;
    padding: 31px 25px 31px 22px;
  }
}

.single-post-page {
  position: relative;
  z-index: 0;
  background-color: #EFF9FF;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .single-post-page {
    padding-top: 22px;
  }
}
.single-post-page-icon-one {
  position: sticky;
  z-index: 1;
  width: 147px;
  height: 129px;
  left: 24px;
  bottom: 32px;
  top: calc(100% - 179px);
}
@media (max-width: 1199.98px) {
  .single-post-page-icon-one {
    position: absolute;
    left: 8px;
    top: 313px;
  }
}
@media (max-width: 767.98px) {
  .single-post-page-icon-one {
    width: 73.765px;
    height: 68.084px;
  }
}
.single-post-page-icon-two {
  position: sticky;
  z-index: 1;
  width: 93px;
  height: 93px;
  left: calc(100% - 150px);
  top: calc(100% - 49px);
}
@media (max-width: 1199.98px) {
  .single-post-page-icon-two {
    position: absolute;
    left: calc(100% - 147px);
    top: 70px;
  }
}
@media (max-width: 767.98px) {
  .single-post-page-icon-two {
    top: 70px;
    width: 68px;
    height: 68px;
    left: calc(100% - 68px);
  }
}
.single-post-page-container {
  margin-top: -129px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .single-post-page-container {
    margin-top: 0;
  }
}
.single-post-page-sidebar {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .single-post-page-sidebar {
    position: sticky;
    top: 40px;
    width: 240px;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (max-width: 1199.98px) {
  .single-post-page-sidebar {
    width: 100%;
  }
}
.single-post-page-sidebar-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1199.98px) {
  .single-post-page-sidebar-links ul {
    display: flex;
    gap: 11px;
    overflow-x: auto;
    margin-bottom: 58px;
  }
}
.single-post-page-sidebar-links ul li {
  margin-bottom: 11px;
  display: flex;
}
@media (max-width: 1199.98px) {
  .single-post-page-sidebar-links ul li {
    margin-bottom: 0;
  }
}
.single-post-page-sidebar-links ul li a {
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 10px;
  border-radius: 9px;
  background: #fff;
  color: #0C3A5E;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 17.6px;
}
.single-post-page-sidebar-links ul li a svg {
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
}
.single-post-page-sidebar-links ul li a svg path {
  transition: all 0.3s ease-in-out;
  fill: transparent;
  stroke: #0C3A5E;
}
.single-post-page-sidebar-links ul li a:hover, .single-post-page-sidebar-links ul li a.active {
  background: #0C3A5E;
  color: #fff;
}
.single-post-page-sidebar-links ul li a:hover svg path, .single-post-page-sidebar-links ul li a.active svg path {
  stroke: #fff;
}
.single-post-page-sidebar-contact {
  border-radius: 10px;
  background: #fff;
  padding: 21px;
}
@media (max-width: 1199.98px) {
  .single-post-page-sidebar-contact {
    display: none;
    margin: 40px auto 0 auto;
    width: 100%;
    max-width: 240px;
  }
}
@media (max-width: 575.98px) {
  .single-post-page-sidebar-contact {
    max-width: 100%;
    padding: 10px 20px 20px 20px;
  }
}
.single-post-page-sidebar-contact-title {
  margin-bottom: 12px;
  color: #0C3A5E;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 767.98px) {
  .single-post-page-sidebar-contact-title {
    color: #0074CF;
    margin-bottom: 20px;
  }
}
.single-post-page-sidebar-contact-button {
  display: flex;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .single-post-page-sidebar-contact-button {
    gap: 15px;
  }
}
.single-post-page-sidebar-contact-button svg {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
}
.single-post-page-sidebar-contact-button span {
  display: flex;
  flex-direction: column;
  color: #0C3A5E;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767.98px) {
  .single-post-page-sidebar-contact-button span {
    color: #1D1B20;
  }
}
.single-post-page-sidebar-contact-button span span {
  font-weight: 700;
  font-size: 15px;
}
.single-post-page-content {
  width: calc(100% - 270px);
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .single-post-page-content {
    width: 100%;
  }
}
.single-post-page-banner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background: #0C3A5E;
  margin-bottom: 13px;
  padding: 23px 31px 0 44px;
}
@media (max-width: 991.98px) {
  .single-post-page-banner {
    padding: 28px 20px 0 20px;
  }
}
@media (max-width: 767.98px) {
  .single-post-page-banner {
    margin-bottom: -56px;
  }
}
.single-post-page-banner-content {
  width: 100%;
  max-width: 476px;
}
.single-post-page-banner h1 {
  margin-bottom: 20px;
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
}
@media (max-width: 767.98px) {
  .single-post-page-banner h1 {
    font-size: 22px;
    line-height: 24.2px;
  }
}
.single-post-page-banner p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.96px;
}
@media (max-width: 767.98px) {
  .single-post-page-banner p {
    font-size: 14px;
    line-height: 18px;
  }
}
.single-post-page-banner img {
  width: 289px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .single-post-page-banner img {
    -o-object-position: center bottom;
       object-position: center bottom;
    width: 100%;
    height: 200px;
  }
}
.single-post-page-editor {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  background: #fff;
  padding: 40px 25px 40px 35px;
}
@media (max-width: 767.98px) {
  .single-post-page-editor {
    padding: 90px calc(0.5 * var(--bs-gutter-x)) 20px calc(0.5 * var(--bs-gutter-x));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    border-radius: 0;
  }
}
.single-post-page-editor > * {
  margin-bottom: 35px;
}
.single-post-page-editor > *:last-child {
  margin-bottom: 0;
}
.single-post-page-editor-description {
  font-family: "Montserrat";
  color: #1D1B20;
}
.single-post-page-editor-description > *:last-child {
  margin-bottom: 0;
}
.single-post-page-editor-description h1,
.single-post-page-editor-description h2,
.single-post-page-editor-description h3,
.single-post-page-editor-description h4,
.single-post-page-editor-description h5,
.single-post-page-editor-description h6 {
  font-family: "Montserrat";
  color: #1D1B20;
}
.single-post-page-editor-description p {
  color: #1D1B20;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.single-post-page-editor-check-list {
  padding: 44px;
  border-radius: 20px;
  background: #EFF9FF;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.single-post-page-editor-check-list-item {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  gap: 9px;
  background: #0C3A5E;
  border-radius: 26.904px;
  min-height: 48px;
  padding: 7px 16px 7px 12px;
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.single-post-page-editor-check-list-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 595.171px;
  border: 0.447px solid #D4E2DF;
  background: #ffc706;
}
.single-post-page-editor-check-list-item-icon svg {
  width: 22px;
  height: 22px;
}

.ss-hero-banner {
  overflow: hidden;
  position: relative;
  background-color: #EFF9FF;
  padding: 97px 0;
}
@media (max-width: 991.98px) {
  .ss-hero-banner {
    padding: 50px 0 70px 0;
  }
}
@media (max-width: 767.98px) {
  .ss-hero-banner {
    padding: 38px 0 40px 0;
  }
}
.ss-hero-banner-icon-one {
  position: absolute;
  z-index: -1;
  left: -27px;
  bottom: 112px;
  width: 146.59px;
  height: 129px;
}
@media (max-width: 767.98px) {
  .ss-hero-banner-icon-one {
    left: 0px;
    bottom: 52px;
    width: 69.023px;
    height: 60.742px;
  }
}
.ss-hero-banner-icon-two {
  position: absolute;
  z-index: -1;
  top: 18px;
  right: -99px;
  width: 146.59px;
  height: 146.591px;
}
@media (max-width: 991.98px) {
  .ss-hero-banner-icon-two {
    right: -19px;
  }
}
@media (max-width: 767.98px) {
  .ss-hero-banner-icon-two {
    top: 28px;
    right: 11px;
    width: 69.025px;
    height: 69.025px;
  }
}
.ss-hero-banner h1 {
  margin-top: 12px;
  margin-bottom: 20px;
  color: #141414;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 38.5px;
}
@media (max-width: 767.98px) {
  .ss-hero-banner h1 {
    font-size: 32px;
    line-height: 35.2px;
    color: #0C3A5E;
  }
}
.ss-hero-banner p {
  width: 100%;
  max-width: 411px;
  margin-bottom: 54px;
  color: #141414;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .ss-hero-banner p {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 21px;
  }
}
.ss-hero-banner .single-post-software-page-contact {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 262px;
}
@media (max-width: 991.98px) {
  .ss-hero-banner .single-post-software-page-contact {
    margin: 50px auto 0 auto;
  }
}
@media (max-width: 575.98px) {
  .ss-hero-banner .single-post-software-page-contact {
    max-width: 100%;
  }
}
.ss-hero-banner .single-post-software-page-contact .single-post-page-sidebar-contact-title {
  color: #0074CF;
}
.ss-hero-banner .single-post-software-page-contact .single-post-page-sidebar-contact-button span {
  color: #141414;
}
.ss-hero-banner-img {
  position: relative;
  z-index: 2;
}
.ss-hero-banner-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.ss-content-row-two-col {
  padding-top: 85px;
  padding-bottom: 110px;
}
@media (max-width: 991.98px) {
  .ss-content-row-two-col {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767.98px) {
  .ss-content-row-two-col {
    padding-top: 39px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .ss-content-row-two-col > *:first-child {
    margin-bottom: 20px;
  }
}
.ss-content-row-two-col > * > *:last-child {
  margin-bottom: 0;
}
.ss-content-row-two-col h2 {
  color: #1D1B20;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 43.5px;
}
@media (max-width: 991.98px) {
  .ss-content-row-two-col h2 {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .ss-content-row-two-col h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
  }
}
.ss-content-row-two-col p {
  margin-bottom: 25px;
  color: #1D1B20;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .ss-content-row-two-col p {
    font-size: 14px;
  }
}

.ss-content-module {
  border-radius: 20px;
  background: #ecf7ff;
  padding: 44px;
}
@media (max-width: 767.98px) {
  .ss-content-module {
    padding: 44px 27px;
  }
}
@media (max-width: 575.98px) {
  .ss-content-module {
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    padding: 44px 27px 27px 27px;
  }
}
.ss-content-module-title {
  margin-bottom: 40px;
  color: #1D1B20;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}
.ss-content-module-title-service {
  margin-bottom: 20px;
  color: #1D1B20;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}
.ss-content-module-content-service {
  border-radius: 18px;
  border: 1px solid rgba(10, 60, 97, 0.17);
  background: #fff;
  padding: 29px 39px;
  color: #1D1B20;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .ss-content-module-content-service {
    padding: 29px;
    font-size: 14px;
    line-height: 25px;
  }
}
.ss-content-module-check-list {
  margin-bottom: 95px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
@media (max-width: 767.98px) {
  .ss-content-module-check-list {
    gap: 11px;
    margin-bottom: 70px;
  }
}
.ss-content-module-check-list-item {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  gap: 11px;
  background: #0074CF;
  border-radius: 100px;
  min-height: 48px;
  padding: 10px 20px 10px 15px;
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 767.98px) {
  .ss-content-module-check-list-item {
    gap: 6px;
    font-size: 12px;
    line-height: 12px;
    min-height: 30px;
    padding: 5px 10.5px 5px 8.25px;
  }
}
.ss-content-module-check-list-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 0.447px solid #D4E2DF;
  background: #fff;
}
@media (max-width: 767.98px) {
  .ss-content-module-check-list-item-icon {
    width: 21.489px;
    height: 21.489px;
  }
}
.ss-content-module-check-list-item-icon svg {
  width: 27px;
  height: 27px;
}
@media (max-width: 767.98px) {
  .ss-content-module-check-list-item-icon svg {
    width: 14.161px;
    height: 14.161px;
  }
}

.ss-content-module-related-software {
  padding-top: 89px;
  padding-bottom: 10px;
}
@media (max-width: 991.98px) {
  .ss-content-module-related-software {
    padding-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .ss-content-module-related-software {
    padding-top: 46px;
    padding-bottom: 0;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: "Montserrat";
}

h1 {
  font-family: "Montserrat";
}

h2 {
  font-family: "Montserrat";
}

h3 {
  font-family: "Montserrat";
}

h4 {
  font-family: "Montserrat";
}

h5 {
  font-family: "Montserrat";
}

h6 {
  font-family: "Montserrat";
}

p {
  font-family: "Montserrat";
}

a {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #1D1B20;
}
a:hover {
  color: #0C3A5E;
}

input,
textarea,
select,
button {
  outline: none;
}/*# sourceMappingURL=style.css.map */