/* Less Document */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
/* List */
ul {
  list-style: none;
}
/* Form */
button,
input,
select,
textarea {
  margin: 0;
}
/* Box sizing */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* Media */
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%;
}
audio {
  max-width: 100%;
}
/* Iframe */
iframe {
  border: 0;
}
/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
.cabin-bold {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.cabin-semi-bold {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.cabin-regular {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.cabin-light {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.hidden {
  display: none;
}
#content-page {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #000000;
  background-color: #ffffff;
}
img.mainlogo {
  filter: brightness(0) invert(1);
  max-width: 250px;
  height: auto;
}
.section-home-hero {
  background: linear-gradient(-90deg, rgba(0, 46, 123, 0) 40%, #002e7b 100%);
}
.section-home-header {
  background: #002e7b;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.section-home-header.nav-black {
  background: #000000;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.section-home-header.nav-black #nav-container {
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 67%);
}
.section-home-header #nav-container {
  background: #001f50;
  background: linear-gradient(0deg, rgba(0, 31, 80, 0) 0%, #001f50 67%);
}
.section-home-header #nav-container #content-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  column-gap: 24px;
}
.section-home-header #nav-container #content-nav #navbar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  column-gap: 24px;
}
.section-home-header #nav-container #content-nav #navbar li a {
  display: inline-block;
  cursor: pointer;
  font-size: 0.9em;
  width: 100%;
  padding: 6px 0;
  color: #ffffff;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.section-home-header #nav-container #content-nav #navbar li a.current,
.section-home-header #nav-container #content-nav #navbar li a:hover {
  border-bottom: 1px solid #ffffff;
}
.section-home-header #content-hero {
  padding-right: 40%;
}
.section-home-header #content-hero h1,
.section-home-header #content-hero h2 {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #ffffff;
}
.section-home-header #content-hero h1 {
  font-size: 2.4em;
  margin-bottom: 24px;
  margin-top: 12px;
}
.section-home-header #content-hero h2 {
  font-size: 1.4em;
  margin-bottom: 48px;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.section-home-header #content-hero p {
  font-size: 1.1em;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #ffffff;
}
.section-alt {
  background: #f0f0f0;
}
.section-normal {
  background: white;
}
.section {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 24px;
  font-size: 1.2em;
}
.section .section-content {
  padding-bottom: 24px;
}
.section h2 {
  font-size: 1.6em;
  margin-bottom: 24px;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #848484;
  margin-top: 24px;
}
.section h2.special {
  margin-bottom: 48px;
  font-size: 2em;
  color: #1A83D9;
  background-image: linear-gradient(45deg, #1A83D9, #1FCCA4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section h3 {
  color: #196de8;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.4em;
  padding: 24px 0;
}
.section h4 {
  font-size: 1.2em;
  padding-bottom: 12px;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  padding-top: 12px;
}
.section a {
  color: #196de8;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  text-decoration: none;
}
.section a:hover {
  color: #1fcca4;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  text-decoration: none;
}
.section a.round-button {
  background-color: #196de8;
  color: #ffffff;
  font-size: 1.1em;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  border-radius: 24px;
  padding: 12px 36px;
  display: inline-block;
  cursor: pointer;
  margin: 12px 0;
}
.section p {
  padding-bottom: 12px;
  line-height: 150%;
}
.section ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 36px;
  margin-bottom: 24px;
}
.section ul li {
  margin-bottom: 6px;
  line-height: 150%;
}
.section .clients-logos {
  display: flex;
  grid-gap: 48px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section .clients-logos img {
  max-width: 100px;
  width: 100%;
  height: auto;
}
#service-list {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 48px;
}
#service-list .service-icon {
  flex-basis: 0;
  flex-grow: 1;
  cursor: pointer;
  text-align: center;
  background-image: linear-gradient(45deg, #b7b7b7, #b7b7b7 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 1px;
}
#service-list .service-icon:hover h3 {
  color: #196de8;
}
#service-list .service-icon h3 {
  color: #000000;
  font-size: 1.2em;
  padding: 24px 24px 16px 24px;
}
#service-list .service-icon h3 i {
  padding-bottom: 12px;
  color: #196de8;
}
#service-list .service-icon.current h3 {
  color: #196de8;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background-image: linear-gradient(45deg, #1A83D9, #1FCCA4 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 4px;
}
.content-table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 24px;
  font-size: 0.9em;
  margin-top: 48px;
}
.content-table.large-cells {
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}
.content-table h3 {
  padding-top: 0;
  font-size: 1.1em;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #000000;
}
.content-table h3 i {
  font-size: 2em;
  color: #76a8f1;
  padding-bottom: 12px;
}
.content-table img {
  max-width: 100%;
  padding-right: 24px;
  height: auto;
}
.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 24px;
  margin-top: 24px;
}
.testimonials .quote {
  background-color: #1fcca4;
  border-radius: 24px;
  padding: 24px;
  color: #ffffff;
  line-height: 160%;
  margin-bottom: 0;
}
.testimonials .quote em {
  opacity: 0.5;
  display: block;
  color: #002e7b;
  font-size: 7em;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  margin: 24px 0 -12px -6px;
  padding: 0;
}
.testimonials .downward-arrow {
  margin-left: 36px;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 24px solid #1fcca4;
  margin-bottom: 12px;
}
.testimonials p {
  padding-left: 24px;
  font-size: 0.9em;
}
.testimonials p i {
  font-style: normal;
  font-size: 0.9em;
  color: #848484;
}
.section-footer {
  background: black;
}
.section-footer .section-footer-content {
  padding-top: 24px;
  color: #ffffff;
}
.section-footer .section-footer-content .footer-columns {
  font-size: 0.8em;
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  grid-gap: 24px 48px;
  margin-bottom: 48px;
}
.section-footer .section-footer-content .footer-columns > p,
.section-footer .section-footer-content .footer-columns > div {
  max-width: 350px;
}
.section-footer .section-footer-content .footer-columns .social-icons {
  font-size: 1.6em;
}
.section-footer .section-footer-content .footer-columns .social-icons a {
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  color: #ffffff;
}
.section-footer .section-footer-content .footer-columns p {
  padding-bottom: 12px;
  line-height: 150%;
}
.section-footer .section-footer-content .footer-columns p b,
.section-footer .section-footer-content .footer-columns p strong {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.section-footer .section-footer-content .footer-columns p a {
  cursor: pointer;
  color: #76a8f1;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  text-decoration: none;
}
.section-footer .section-footer-content .footer-columns p.alt {
  color: #848484;
}
#scroll-to-top {
  opacity: 0.75;
  padding: 8px;
  background-color: #515151;
  color: #ffffff;
  position: fixed;
  z-index: 1000;
  bottom: 24px;
  left: 48%;
  cursor: pointer;
  text-align: center;
  border-radius: 12px;
}
#scroll-to-top i {
  font-size: 1.6em;
}
