/* CSS Reset */
* {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

/* CSS Variables */
:root {
  --default: 'Mulish', sans-serif;
  --black: black;
  --color: #fafafa;
  --white: white;
}

/* Grid Layout */
.w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

/* Navigation */
.efi-nav-05 {
  background-color: #fff;
  padding: 20px 3% 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.efi-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}

.image-3 {
  width: 25%;
}

/* Hero Section */
.efi-hr-02 {
  padding: 0% 5%;
}

.efi-hr-02-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-hr-02-title-wrapper {
  width: 100%;
  margin: 60px 0 100px;
}

.efi-hr-02-jumbo-inner {
  text-align: right;
  margin-bottom: 25px;
}

.efi-jumbo {
  font-family: var(--default);
  text-align: left;
  width: 100%;
  font-size: 8vh;
  font-weight: 400;
  line-height: 1em;
}

.efi-hr-02-paragraph-inner {
  text-align: right;
  margin-bottom: 25px;
}

.efi-big-paragraph {
  font-family: var(--default);
  text-align: left;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

/* Services Section */
.efi-ft-08 {
  background-color: var(--color);
  padding: 20px 5%;
}

.efi-ft-08-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  margin-bottom: 16px;
}

.heading {
  font-family: var(--default);
  border: 1px #000;
  border-bottom: 3px solid #000;
  width: 15%;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 200;
}

.heading.services {
  width: 20%;
}

.paragraph {
  font-family: var(--default);
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 200;
}

.efi-ft-08-cell {
  display: grid;
  grid-column-gap: 50px;
  grid-row-gap: 75px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.efi-ft-08-feature {
  display: flex;
  flex-direction: column;
}

.efi-ft-08-icon {
  background-color: var(--color);
  border-radius: 0;
  width: 75px;
  height: 75px;
  margin-bottom: 30px;
  padding: 10px;
}

.image {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.efi-ft-08-text {
  display: flex;
  flex-direction: column;
}

.efi-h4 {
  font-family: var(--default);
  font-weight: 400;
}

.efi-paragraph {
  font-family: var(--default);
  font-weight: 200;
}

/* CTA Section */
.efi-cta-02 {
  padding: 100px 5%;
}

.efi-cta-02-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-cta-02-grid {
  display: block;
  background-color: var(--white);
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding: 20px 60px;
}

.efi-cta-02-grid-inner {
  text-align: left;
}

.efi-cta-02-text-inner {
  margin-bottom: 30px;
}

.efi-h2-2 {
  font-family: var(--default);
  text-align: left;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 400;
}

.efi-paragraph-3 {
  font-family: var(--default);
  text-align: left;
  font-weight: 200;
}

.efi-paragraph-3.unique {
  margin-bottom: 40px;
  font-size: 18px;
}

/* Team Section */
.efi-ft-04 {
  background-color: var(--color);
  padding: 20px 5%;
}

.efi-ft-04-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-04-grid-wrapper {
  display: flex;
  flex-flow: column;
  grid-row-gap: 100px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: space-between;
  width: auto;
  padding-top: 20px;
}

.efi-ft-04-grid-cell {
  display: flex;
  grid-column-gap: 250px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: center end;
}

.efi-ft-04-left-cell {
  width: 75%;
  height: auto;
}

.efi-ft-04-right-cell {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.heading-2 {
  font-family: var(--default);
  border-bottom: 3px solid #000;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.heading-2.esterling {
  width: auto;
}

.text-block {
  font-family: var(--default);
  margin-top: 20px;
  font-weight: 600;
  line-height: 44px;
}

.efi-paragraph-4 {
  font-family: var(--default);
  font-weight: 200;
  display: block;
}

.image-2 {
  box-sizing: border-box;
  vertical-align: middle;
  object-fit: fill;
  width: auto;
  max-width: 300px;
  height: auto;
  padding: 0;
  display: inline-block;
}

/* Footer */
.efi-ftr-02 {
  background-color: var(--color);
  padding: 20px 5% 60px;
}

.efi-ftr-02-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ftr-02-footer-centre {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.efi-ftr-02-link-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.efi-footer-link-white {
  font-family: var(--default);
  color: var(--black);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.efi-footer-link-white:hover {
  opacity: .5;
}

.efi-paragraph-light {
  font-family: var(--default);
  color: #707070;
  text-align: center;
  font-size: 13px;
  font-weight: 200;
}

/* Grid nodes positioning */
#w-node-b24b8479-70d1-cb35-2a93-3b26ad0a9e89-f632cebd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_41804666-6b07-d894-975e-3575295d249e-f632cebd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41804666-6b07-d894-975e-3575295d24a6-f632cebd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_58ede7a2-5379-f76f-c49f-d6495adb58fa-f632cebd,
#w-node-_58ede7a2-5379-f76f-c49f-d6495adb58fb-f632cebd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58ede7a2-5379-f76f-c49f-d6495adb5906-f632cebd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f436507c-290a-1796-e5c3-b72568f06d83-f632cebd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f436507c-290a-1796-e5c3-b72568f06d94-f632cebd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_70fe7a48-ff2d-b344-3de3-28ce528622fd-f632cebd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70fe7a48-ff2d-b344-3de3-28ce52862313-f632cebd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

/* Responsive Design */
@media screen and (min-width: 1280px) {
  .efi-brand {
    max-width: 1440px;
  }

  .image-2 {
    width: 80%;
  }

  .div-block {
    max-width: 1440px;
  }

  .efi-ft-04-right-cell {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .efi-ft-04-grid-cell {
    grid-column-gap: 100px;
    place-items: stretch stretch;
    width: 100%;
  }

  .efi-ft-04-grid-wrapper {
    width: 100%;
  }

  .efi-ft-04-container {
    margin-left: 0;
    margin-right: 0;
  }

  #w-node-_41804666-6b07-d894-975e-3575295d24a6-f632cebd,
  #w-node-_58ede7a2-5379-f76f-c49f-d6495adb5906-f632cebd,
  #w-node-f436507c-290a-1796-e5c3-b72568f06d94-f632cebd,
  #w-node-_70fe7a48-ff2d-b344-3de3-28ce52862313-f632cebd {
    justify-self: end;
  }
}

@media screen and (min-width: 1920px) {
  .efi-nav-05 {
    width: 100%;
  }

  .efi-ft-08 {
    margin-left: auto;
  }

  .efi-hr-02-title-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
    margin-right: 40px;
  }

  .efi-hr-02 {
    width: 100%;
  }

  .div-block,
  .paragraph {
    width: 100%;
    max-width: 1440px;
  }

  .efi-paragraph-4 {
    font-size: 18px;
  }

  .efi-ft-04-grid-wrapper {
    padding-left: 0%;
  }

  .efi-ft-04-container {
    margin-left: auto;
    margin-right: auto;
  }

  .efi-ft-04 {
    width: 100%;
  }

  .body {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .efi-nav-05-inner {
    justify-content: center;
  }

  .efi-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .efi-ft-08-cell {
    grid-template-columns: 1fr 1fr;
  }

  .efi-ft-08 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .image-2 {
    width: 50%;
    max-width: none;
  }

  .efi-big-paragraph {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .efi-jumbo {
    text-align: center;
    font-size: 40px;
  }

  .efi-hr-02-container {
    height: auto;
    min-height: auto;
  }

  .efi-hr-02 {
    height: auto;
  }

  .heading {
    width: 20%;
    font-size: 24px;
  }

  .heading.services {
    width: 25%;
    font-size: 24px;
  }

  .paragraph {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
  }

  .efi-paragraph-3 {
    font-weight: 200;
  }

  .efi-paragraph-3.unique {
    text-align: center;
  }

  .efi-h2-2 {
    text-align: center;
    font-size: 24px;
  }

  .efi-cta-02-text-inner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .efi-cta-02-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .efi-cta-02 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .efi-ft-04-right-cell {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    height: auto;
    display: flex;
  }

  .efi-ft-04-left-cell {
    width: 100%;
  }

  .efi-ft-04-grid-cell {
    grid-column-gap: 20px;
    flex-flow: column-reverse wrap;
    grid-template-rows: auto;
    grid-auto-flow: row;
    width: auto;
    height: auto;
    display: flex;
  }

  .efi-ft-04-grid-wrapper {
    grid-row-gap: 50px;
  }

  .efi-ft-04 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .image-3 {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .efi-big-paragraph {
    text-align: center;
  }

  .efi-jumbo {
    text-align: center;
    font-size: 36px;
  }

  .heading {
    width: 25%;
  }

  .heading.services {
    width: 30%;
  }

  .efi-paragraph-3 {
    font-weight: 200;
  }

  .efi-paragraph-3.unique,
  .efi-h2-2 {
    text-align: center;
  }

  .efi-cta-02-text-inner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .efi-ft-04-right-cell {
    justify-content: center;
    align-items: center;
    min-width: auto;
    min-height: auto;
  }

  .efi-ft-04-grid-cell {
    grid-template-columns: 1fr;
  }

  .efi-ft-04-grid-wrapper {
    grid-row-gap: 40px;
  }

  .image-3 {
    width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .efi-nav-05-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .efi-ftr-02-footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .efi-h4 {
    font-size: 16px;
  }

  .efi-ft-08-icon {
    margin-bottom: 10px;
  }

  .efi-ft-08-cell {
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

  .image-2 {
    width: 100%;
  }

  .efi-jumbo {
    font-size: 24px;
    line-height: 1.1em;
  }

  .efi-hr-02-title-wrapper {
    width: 100%;
  }

  .heading {
    width: 40%;
    font-size: 20px;
    line-height: 30px;
  }

  .heading.services {
    width: 40%;
    font-size: 20px;
  }

  .efi-h2-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .efi-cta-02-text-inner {
    padding-right: 0;
  }

  .efi-cta-02-grid {
    padding: 40px 0;
  }

  .efi-ft-04 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .heading-2 {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .heading-2.esterling {
    width: 50%;
  }

  .text-block {
    text-align: right;
    font-weight: 600;
    line-height: 18px;
  }

  .image-3 {
    width: 50%;
  }
}

/* Contact Section Integration */
.contact-section {
  padding: 80px 5% 100px;
  background-color: #fafafa;
}

@media screen and (max-width: 767px) {
  .contact-section {
    padding: 60px 5% 80px;
  }
}
