@import url("https://use.typekit.net/nwq5lmw.css");

#motive {
  min-height: 377px;
}

body.frontpage #motive + .container {
  width: 100%;
  padding: 0;
}

body.frontpage #motive {
  display: none;
}

body.frontpage article,
body.frontpage main {
  margin: 0;
}

.custom-theme {
  font-family: "source-sans-pro", sans-serif;
  margin: 0 -15px;
  text-align: left;
}

.custom-theme .container {
  width: 100%;
  max-width: 938px;
}

.heading {
  font-size: 38px;
  font-weight: bold;
  color: #184093;
  font-family: "source-sans-pro", sans-serif;
  margin: 0;
  margin-bottom: 25px;
}

.heading--sm {
  font-size: 32px;
}

h1.heading {
  text-transform: none;
}

.button {
  display: inline-flex;
  background-color: #36A9E1;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 13px 40px;
}

.button:hover,
.button:focus {
  background-color: #184093;
  text-decoration: none;
  color: #fff;
}

.button--outline {
  background-color: transparent;
  border: 1px solid;
  color: #fff;
}

.button--outline:hover,
.button--outline:focus {
  background-color: #36A9E1;
  border-color: #36A9E1;
}

.about-us {
  padding-top: 55px;
  padding-bottom: 60px;
}

.services {
  background-color: #F8F8F8;
  padding-top: 50px;
  padding-bottom: 50px;
}

.services .heading {
  text-align: center;
  margin-bottom: 48px;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 75px;
    margin-bottom: 75px;
  }
}

.service {
  display: flex;
  align-items: center;
  gap: 25px;
}

.service img {
  width: 98px;
  height: 98px;
}

.service h3 {
  font-size: 16px;
  color: #000;
  font-family: "source-sans-pro", sans-serif;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .service h3 br {
    display: none;
  }
}

.services-button {
  text-align: center;
}

.map-section {
  padding-top: 60px;
}

.map-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}

@media (max-width: 575.98px) {
  .map-section__header {
    flex-direction: column;
  }
}

.map-section__header a {
  color: #36A9E1;
  text-transform: uppercase;
  border-bottom: 1px solid;
}

.map-section__header a:hover {
  text-decoration: none;
  color: #184093;
}

.map-section__header .heading {
  margin: 0;
}

.cookies-settings-btn,
footer.col-lg-12 > .container {
  display: none !important;
}

.footer-content {
  float: right;
  font-family: "source-sans-pro", sans-serif;
}

.footer-content img {
  margin-top: 30px;
  margin-bottom: 35px;
}

.hero {
  min-height: 377px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay{
  background-color: rgba(24, 64, 147, .93);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero .container{
  position: relative;
  z-index: 10;
}

.hero__grid {
  display: grid;
  align-items: center;
  gap: 20px;
}

@media (min-width: 768px) {
  .hero__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.hero__content {
  max-width: 380px;
  color: #36A9E1;
}

.hero__content,
.hero__content * {
  font-family: "source-sans-pro", sans-serif;
}

.hero__content h1 {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  margin: 0 0 12px;
  color: #36A9E1;
}

.hero__content p {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 14px;
}

.hero__content h2 {
  font-size: 12px;
  line-height: 1.83;
  margin: 0 0 40px;
  color: #36A9E1;
}

.hero__img {
  margin-right: -40px;
}

.hero__buttons {
  display: flex;
  gap: 16px;
}


@media (min-width: 768px) {  
  .hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero__img {
    margin-right: -104px;
  }
}

.service-detail {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dce6fd;
  padding-bottom: 40px;
}

@media (max-width: 575.98px) {
  .service-detail {
    flex-direction: column;
  }
}

.service-detail img {
  width: 98px;
  height: 98px;
}

.service-detail ul {
  padding-left: 8px;
}

.service-detail h3 {
  font-size: 16px;
  color: #000;
  font-family: "source-sans-pro", sans-serif;
  font-weight: bold;
  margin: 0 0 10px;
}

.services-heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}