body {
  background-color: #edf2f4;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1.2em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0.25em;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 800;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0.25em;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 800;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0.25em;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0.25em;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

p {
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0.125em;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2em;
  margin-bottom: 2em;
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  background-color: #202231;
  box-shadow: 0 0 18px 0 #bbb;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #202231;
  text-align: center;
  text-decoration: none;
}

.card:hover {
  box-shadow: none;
  opacity: 0.75;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1156px;
  margin-bottom: 2em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-bottom: 0em;
}

.container.short {
  max-width: 900px;
}

.container.no-margin {
  margin-bottom: 0em;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c2c2c2;
  background-color: #fff;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 88px;
  max-width: 88px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-menu {
  overflow: auto;
  width: 33.33vw;
  height: 100vh;
  margin-left: auto;
  padding: 1em 2em;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-left: 1px solid #edf2f4;
  background-color: #334174;
  color: #edf2f4;
}

.menu-button {
  margin-left: auto;
  padding: 0.5em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-link {
  margin-bottom: 1em;
  padding: 1em;
  color: #edf2f4;
  font-size: 1.5em;
  font-weight: 800;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

.nav-link.w--current {
  opacity: 0.5;
  color: #edf2f4;
}

.nav-link {
  display: block;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.nav-link:hover {
  opacity: 0.75;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25vh;
  padding: 4em 2em 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c2c2c2;
}

.section.hero {
  min-height: 75vh;
}

.section.white {
  background-color: #fff;
}

.section.blue_bg {
  background-color: #334174;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-wrapper {
  width: 100%;
}

.content-wrapper.white {
  color: #fff;
}

.content-wrapper.center {
  max-width: 100%;
  text-align: center;
}

.content-wrapper.right {
  text-align: right;
}

.text-block {
  margin-bottom: 1em;
}

.btn {
  padding: 1em;
  background-color: #c80425;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

.btn:hover {
  opacity: 0.9;
}

.btn.white {
  background-color: #edf2f4;
  color: #202231;
}

.bg-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.bg-img {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bg-img_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(32, 34, 49, 0.75);
}

.card-img {
  height: 256px;
  max-height: 256px;
  min-width: 100%;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25vh;
  padding: 4em 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202231;
}

.footer-col {
  padding-right: 2em;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #edf2f4;
  text-align: center;
}

.footer-heading {
  margin-bottom: 0.5em;
  font-size: 1.5em;
}

.footer-link {
  display: block;
  margin-bottom: 1em;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #edf2f4;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.5;
}

.footer-bottom_bar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4em;
  padding-right: 2em;
  padding-left: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #161822;
  color: #8f9294;
  font-size: 0.8em;
}

.paragraph {
  margin-bottom: 0em;
}

.footerlink {
  text-decoration: none;
}

.footer-bottom-lin {
  color: #8e9192;
  font-weight: 800;
  text-decoration: none;
}

.img-wrapper {
  padding-left: 2em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.img-wrapper.max-256 {
  max-height: 256px;
}

.img {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img.contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.card-heading {
  margin-bottom: 0.5em;
  padding-right: 2em;
  padding-left: 2em;
  color: #edf2f4;
  font-size: 1.5em;
  font-weight: 600;
}

.logo-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.logo-card:hover {
  opacity: 0.75;
}

.list-item_icon {
  width: 2.5em;
  height: 2.5em;
  min-height: 2.5em;
  min-width: 2.5em;
  margin-right: 1em;
  margin-bottom: 0em;
}

.service-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-bottom: 1em;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

.serive-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 33%;
  min-width: 33%;
  margin-bottom: 2em;
  padding-right: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #334174;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.list-item-txt {
  margin-bottom: 0em;
  font-weight: 900;
}

.image {
  color: #c80425;
}

.form-block {
  margin-right: auto;
  margin-left: auto;
  padding: 3em 2em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  background-color: #fff;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.form-label-wrapper {
  width: 48%;
  margin-bottom: 6px;
}

.form-label-wrapper.big {
  width: 100%;
}

.text-feild {
  min-height: 2em;
  margin-bottom: 1em;
  padding: 1em;
  letter-spacing: 0.25em;
}

.text-feild::-webkit-input-placeholder {
  color: #757575;
}

.text-feild:-ms-input-placeholder {
  color: #757575;
}

.text-feild::-ms-input-placeholder {
  color: #757575;
}

.text-feild::placeholder {
  color: #757575;
}

.text-area {
  min-height: 8em;
  margin-bottom: 1em;
}

.form-submit-button {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #c80425;
  background-color: #c80425;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.form-submit-button:hover {
  border-color: #202231;
  background-color: rgba(200, 4, 37, 0);
  color: #222;
}

@media screen and (max-width: 991px) {
  .card {
    width: 46%;
    margin-bottom: 32px;
  }

  .nav-menu {
    width: 66.66vw;
  }

  .logo-card {
    padding: 1em;
  }

  .service-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .serive-list-item {
    max-width: 50%;
    min-width: 50%;
  }

  .form-block {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.8em;
  }

  .card {
    width: 100%;
    max-width: none;
    min-width: 100%;
  }

  .nav-menu {
    width: 80vw;
  }

  .wrapper {
    min-width: 100%;
  }

  .content-wrapper.right {
    text-align: left;
  }

  .footer-col {
    min-width: 100%;
    margin-bottom: 2em;
    padding-right: 0em;
  }

  .footer-col.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer-link {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .footer-bottom_bar {
    height: 6em;
  }

  .img-wrapper {
    min-width: 100%;
    padding-left: 0em;
  }

  .logo-card {
    min-width: 50%;
    padding-right: 2em;
    padding-left: 2em;
  }

  .serive-list-item {
    min-width: 50%;
  }

  .form-block {
    width: 100%;
  }

  .contact-form {
    display: block;
    text-align: center;
  }

  .form-label-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }

  .form-submit-button {
    margin-top: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2em;
  }

  .card {
    width: 100%;
    min-width: 100%;
    margin-right: 0px;
  }

  .navbar {
    padding-right: 1em;
    padding-left: 1em;
  }

  .section {
    padding-right: 1em;
    padding-left: 1em;
  }

  .footer {
    padding-right: 1em;
    padding-left: 1em;
  }

  .footer-col {
    min-width: 100%;
    padding-right: 0em;
  }

  .footer-link {
    font-size: 1.2em;
  }

  .footer-bottom_bar {
    height: auto;
    padding-top: 1em;
  }

  .paragraph {
    margin-bottom: 1em;
  }

  .logo-card {
    padding-right: 1em;
    padding-left: 1em;
  }

  .serive-list-item {
    max-width: 100%;
    min-width: 100%;
    text-align: left;
  }

  .form-block {
    width: 100%;
    padding: 2em 1em;
  }

  .form-submit-button {
    max-width: 100%;
    margin-top: 0px;
    white-space: normal;
  }
}

