﻿@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-ExtraLight.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-ExtraBold.woff2") format("woff2");
  font-weight: 800;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Black.woff2") format("woff2");
  font-weight: 800;
}
/*  BRAND  */
/*  SECTION BACKGROUND COLORS  */
/*   OTHERS   */
body {
  font-family: Inter, "Times New Roman";
  font-weight: 300;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

h3 {
  font-size: 34px;
}

p {
  font-size: 18px;
}

li {
  font-size: 18px;
}

strong {
  font-weight: 600;
}

header {
  box-sizing: border-box;
  padding: 16px 0;
}
header img {
  height: 66px;
}

section {
  box-sizing: border-box;
}

.hero {
  padding: 200px 0;
  background: url("/Images/HeroBG.jpg") no-repeat top center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.hero .hero-wrapper h1 {
  font-size: 62px;
  margin-bottom: 50px;
}
.hero .hero-wrapper p {
  font-size: 28px;
}
.hero .hero-wrapper .button-block {
  text-align: center;
}
.hero .hero-wrapper .button-block .hero-button {
  background: #26B0CD;
  border-radius: 10px;
}

.solutions .solutions-wrapper .solution-item {
  box-sizing: border-box;
  padding: 80px 0;
}
.solutions .solutions-wrapper .solution-item .solution-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.solutions .solutions-wrapper .solution-item .solution-content-wrapper .image {
  flex: 0 0 40%;
}
.solutions .solutions-wrapper .solution-item .solution-content-wrapper .image img {
  width: 100%;
  border-radius: 16px;
}
.solutions .solutions-wrapper .solution-item .solution-content-wrapper .content {
  box-sizing: border-box;
  padding-right: 100px;
}
.solutions .solutions-wrapper .solution-item .solution-content-wrapper .content h3 {
  margin-bottom: 20px;
}
.solutions .solutions-wrapper .solution-item .solution-content-wrapper .content ul li {
  margin-bottom: 14px;
}
.solutions .solutions-wrapper .solution-item .solution-content-wrapper .content ul li:last-of-type {
  margin-bottom: 0;
}
.solutions .solutions-wrapper .solution-item.text-left h3 {
  color: #26B0CD;
}
.solutions .solutions-wrapper .solution-item.text-left ul li::marker {
  color: #26B0CD;
}
.solutions .solutions-wrapper .solution-item.text-right {
  color: #fff;
  background: #0D2747;
  background: linear-gradient(135deg, rgb(13, 39, 71) 0%, rgb(74, 139, 201) 50%, rgb(13, 39, 71) 100%);
}
.solutions .solutions-wrapper .solution-item.text-right .solution-content-wrapper {
  flex-direction: row-reverse;
}
.solutions .solutions-wrapper .solution-item.text-right .solution-content-wrapper .content {
  padding-left: 100px;
}

.social-proof {
  background: #0D2747;
  background: linear-gradient(135deg, rgb(13, 39, 71) 0%, rgb(74, 139, 201) 50%, rgb(13, 39, 71) 100%);
  padding: 80px 0;
}
.social-proof .social-proof-wrapper h3 {
  margin: 0 0 40px 0;
  font-size: 34px;
  text-align: center;
  color: #fff;
}
.social-proof .social-proof-items {
  display: flex;
  justify-content: space-between;
}
.social-proof .social-proof-items .social-proof-item {
  flex: 0 0 30%;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px 30px;
  box-shadow: 3px 1px 11px 2px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border: 1px #000 solid;
}

.faqs {
  background-color: #fff;
  padding: 80px 0;
}
.faqs .faqs-section-wrapper h3 {
  margin-bottom: 40px;
}
.faqs .faqs-section-wrapper .accordion accordion-item {
  background-color: #fff;
}
.faqs .faqs-section-wrapper .accordion .accordion-header .accordion-button {
  background-color: #fff;
  font-weight: 600;
  font-size: 20px;
  color: #26B0CD;
}
.faqs .faqs-section-wrapper .accordion .accordion-header .accordion-button:not(.collapsed) {
  background-color: #fff;
}
.faqs .faqs-section-wrapper .accordion .accordion-header .accordion-button:focus {
  border-color: #2C3E50;
  box-shadow: 2px 2px 10px 5px rgba(44, 62, 80, 0.3);
}

footer {
  background-image: linear-gradient(in oklab, rgb(10, 35, 66) 0px, rgb(10, 36, 64) 50%, rgb(5, 15, 26) 100%);
  box-sizing: border-box;
  padding: 80px 0;
  color: #fff;
}
footer .footer-container {
  display: flex;
  justify-content: space-between;
}
footer .footer-container .footer-item img {
  height: 30px;
  margin-bottom: 20px;
}
footer .footer-container .footer-item:nth-of-type(1) {
  box-sizing: border-box;
  padding-right: 300px;
}
footer .footer-container .footer-item:nth-of-type(2) {
  flex: 0 0 40%;
}
footer .footer-container .footer-item .contact-container {
  display: flex;
  column-gap: 40px;
}
footer .footer-container .footer-item .contact-container .contact-item h5 {
  font-size: 20px;
  border-bottom: 1px #e0e0e0 solid;
  padding-bottom: 5px;
}
footer .footer-container .footer-item .contact-container .contact-item p {
  font-size: 14px;
}
footer .footer-container .footer-item .contact-container .contact-item p strong {
  font-weight: 700;
}
footer .copyright {
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.button-block {
  box-sizing: border-box;
  padding: 30px 0;
}

.site-button {
  background-color: #26b0cd;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 15px 15px 15px;
  border: 0;
}
.site-button.wide {
  padding: 15px 70px;
}
.site-button.thin {
  padding: 5px 20px;
}
.site-button:hover {
  background-color: #4a8bc9;
  color: #fff;
}

.form-container .form-item {
  margin-bottom: 16px;
}
.form-container .form-item .form-label {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.form-container .form-item .form-error {
  display: none;
  margin-bottom: 0;
  color: #f00;
  font-weight: 700;
  font-size: 12px;
}

.modal .modal-dialog {
  max-width: 750px;
}
.modal .modal-dialog .modal-header {
  background-color: #2C3E50;
  color: #fff;
}

#ajaxLoading {
  color: #fff;
  font-weight: normal;
  position: fixed;
  display: none;
  bottom: 0px;
  left: 0px;
  border: 2px #fff solid;
  background-color: #2C3E50;
  padding: 20px 20px 10px 20px;
  border-top-right-radius: 20px;
  font-size: 24px;
}
#ajaxLoading #ajaxMessage {
  padding-left: 20px;
}

.spinner {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 9px solid #fff;
  animation: spinner-bulqg1 0.8s infinite linear alternate, spinner-oaa3wk 1.6s infinite linear;
}

@keyframes spinner-bulqg1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes spinner-oaa3wk {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
