body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #041e42;
}

.section-dark {
  background: #041731;
  color: #f4f9ff;
}

.section-dark h2,
.section-dark h3 {
  color: #cba052;
}

.section-dark a {
  text-decoration: underline;
  color: inherit;
}

.section-gold {
  background: #cba052;
  color: #041731;
}

.section-gold h2,
.section-gold h3 {
  color: #041731;
}

.section-gold a {
  text-decoration: underline;
  color: inherit;
}

.section-gray {
  background: #f6f6f6;
}

.section-grad {
  background: linear-gradient(180deg,#fff,#d6cfcb);
}

.section-back {
  position: relative;
  overflow: hidden;
}

.section-back:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/shaft.jpg") 50% 50% no-repeat;
  background-size: cover;
  opacity: 0.1;
}

.section-back > .container {
  position: relative;
  z-index: 1;
}

.section-pattern {
  position: relative;
}

.section-pattern:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/pattern.svg") 50% 50%;
  opacity: 0.033;
}

.section-pattern > .container {
  position: relative;
}

h2, h3, h4 {
  font-family: "Noto Serif", serif;
  font-weight: 700;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

.modal-title {
  font-weight: 800;
  font-size: 18px;
}

.modal-list {
  margin-left: 0;
  padding-left: 15px;
  list-style: square;
  font-size: 14px;
}

.figure-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
}

.intro {
  position: relative;
  background: url("img/hero.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
  color: #ffffff;
}

.intro:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000, #271f0f);
  opacity: 0.82;
}

.intro-content {
  position: relative;
  min-height: 80vh;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo > img {
  filter: invert(1);
}

.intro p {
  font-family: "Noto Serif", serif;
  font-weight: 800;
  font-size: 48px;
  margin: 40px 0 20px;
  color: #cba052;
}

.intro h1 {
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
  color: #ffffff;
}

.logo > img {
  max-width: 130px;
  margin-right: 10px;
}

.logo__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo small {
  display: block;
  margin-top: 7px;
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
}


.simple-list {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: square;
}

.simple-list > li + li {
  margin-top: 15px;
}

.figure-caption {
  color: inherit;
}

.map {
  border-radius: 5px;
  overflow: hidden;
}


.phone-call {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #041731;
  text-decoration: none !important;
}

.phone-call > svg {
  width: 24px;
  margin-right: 10px;
}

.whatsapp {
  margin-top: 10px;
  font-size: 14px;
}

.whatsapp > a {
  text-decoration: underline;
  color: inherit;
}

.stats {
  margin-top: 52px;
  display: flex;
  justify-content: center;
}

.stats > .item {
  max-width: 100px;
}

.stats > .item + .item {
  margin-left: 100px;
}

.stats .value {
  font-weight: 200;
  font-size: 64px;
  line-height: 1;
}

.stats .text {
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.33;
}


.client {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.client__img {
  margin-top: auto;
  margin-bottom: 15px;
}

.client__title {
  margin-top: auto;
  font-size: 12px;
  line-height: 1.25;
  color: #aaaaaa;
}

.subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #041e42;
}

.subtitle > svg {
  fill: #041e42;
  width: 16px;
  margin-right: 7px;
}

.more-link {
  display: inline-flex;
  font-weight: 500;
  font-size: 13px;
  color: #041e42;
  text-decoration: underline;
}

.more-link > svg {
  fill: #041e42;
  width: 12px;
  margin-right: 7px;
}

.iconed {
  display: flex;
  align-items: center;
}

.iconed a {
  color: inherit;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.iconed svg {
  width: 16px;
  margin-right: 5px;
  fill: inherit;
}

.f-thumbs {
  display: none;
}

.f-button[data-autoplay-action],
.f-button[data-panzoom-action],
.f-button[data-fullscreen-action],
.f-button[data-thumbs-action] {
  display: none;
}

div[class^="Footer__WidgetFooter"] {
  font-size: 8px;
}

.doc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.doc__link {
  margin-top: auto;
  margin-bottom: 15px;
}

.doc__name {
  margin-top: auto;
  font-size: 12px;
  line-height: 1.25;
  color: #000000;
}

.doc__link > img {
  max-height: 100px;
}

.button {
  display: inline-block;
  padding: 6px 12px;
  background: #041731;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff !important;
  text-decoration: none !important;
}

.eapps-widget {
  overflow: hidden;
}

.cta-note {
  padding: 15px 20px;
  border-radius: 15px;
  background: #ffffff;
}

.cta-note > p {
  font-weight: 600;
  margin: 0 0 15px;
}

.cta-note > a {
  display: inline-block;
  background: #041731;
  padding: 7.5px 15px;
  border-radius: 8px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}

.wa-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9000;
  width: 64px;
  height: 64px;
}

.examples img {
  height: 125px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}



@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  .logo {
    font-size: 24px;
  }

  .logo > img {
    max-width: 110px;
  }

  .logo small {
    font-size: 8px;
    letter-spacing: 2px;
  }

  .intro p {
    font-size: 32px;
  }

  .intro h1 {
    font-size: 16px;
  }

  .intro-content {
    min-height: 60vh;
    padding: 16px;
  }

  .stats {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .stats > .item {
    flex: 1 0 50%;
    max-width: none;
  }

  .stats > .item + .item {
    margin-left: 0;
  }

  .stats .value {
    font-size: 40px;
  }

  .stats .text {
    font-size: 12px;
  }

  section p {
    font-size: 14px;
  }

  .doc-hidden {
    display: none;
  }

  .rectangle-image {
    height: 300px;
  }

  .rectangle-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
