:root {
  --white: #fff;
  --grey: #555;
  --268-c: #582c83;
  --289-c: #092640;
  --7700-c: #00567a;
  --2915-c: #62b5e5;
  --556-c: #6fa287;
  --801-c: #009ace;
  --5615-c: #6a7970;
  --50-7700-c: #91aabc;
  --50-2915-c: #b7d9f2;
  --50-556-c: #b6d0c1;
  --144-c: #ed8b00;
  --187-c: #a6192e;
  --127-c: #fbe682;
  --570-c: #6bcaba;
  --361-c: #43b02a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  height: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  letter-spacing: -3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 54px;
}

h2 {
  letter-spacing: -3px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

h5 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

h6 {
  color: #7d7d7d;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #5c5c5c;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Source Sans Pro;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.section-1 {
  background-image: linear-gradient(#092640b3, #092640b3), url('../images/iStock-1310861779.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  width: 325px;
}

.header-text {
  color: var(--white);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.header-text-2 {
  color: var(--white);
  text-align: center;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.body-text {
  color: var(--grey);
  text-align: center;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.body-text._2 {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.button {
  background-color: var(--white);
  color: var(--268-c);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  transition: color .5s, background-color .5s;
  box-shadow: 0 7px 11px -6px #00000026;
}

.button:hover {
  background-color: var(--268-c);
  color: var(--white);
}

.section-2 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
}

.title {
  color: var(--white);
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.footer {
  background-color: var(--289-c);
  color: var(--white);
  text-align: center;
  padding: 20px;
  font-family: Frutiger Light, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .5fr .5fr;
  width: 100%;
  margin-top: 75px;
  margin-bottom: 75px;
}

.grid-div {
  background-color: var(--289-c);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.bold {
  font-family: Frutiger Bold, Arial, sans-serif;
  font-weight: 700;
}

html.w-mod-js [data-ix="title-slide-in-1"], html.w-mod-js [data-ix="title-slide-in-2"], html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="services-slide-up-1"], html.w-mod-js [data-ix="services-slide-up-2"], html.w-mod-js [data-ix="services-slide-up-3"] {
  opacity: 0;
}

html.w-mod-js [data-ix="preloader-fade-out"] {
  opacity: 1;
  display: block;
}

html.w-mod-js [data-ix="page-load-fade-in"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 5px;
    font-size: 48px;
    line-height: 46px;
  }

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

  h4 {
    margin-top: 5px;
  }

  h5 {
    margin-bottom: 15px;
    font-size: 15px;
  }

  p {
    font-size: 13px;
    line-height: 21px;
  }

  .grid {
    grid-template-columns: .75fr .5fr .5fr;
  }
}

@media screen and (max-width: 767px) {
  .section-1, .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 28px;
  }

  h2 {
    font-size: 28px;
    line-height: 27px;
  }

  h4 {
    font-size: 14px;
    line-height: 15px;
  }

  h5 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
  }

  .logo {
    width: 275px;
  }

  .header-text {
    font-size: 40px;
    line-height: 48px;
  }

  .header-text-2 {
    font-size: 30px;
    line-height: 38px;
  }

  .body-text {
    font-size: 18px;
    line-height: 26px;
  }

  .body-text._2 {
    font-size: 14px;
    line-height: 22px;
  }

  .title {
    text-align: center;
  }

  .footer {
    font-size: 13px;
    line-height: 21px;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }
}


@font-face {
  font-family: 'Frutiger Bold';
  src: url('../fonts/Linotype---FrutigerLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger Roman';
  src: url('../fonts/Linotype---FrutigerLTPro-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger Light';
  src: url('../fonts/Linotype---FrutigerLTPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}