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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.navbar-5 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-bottom: 2px;
  text-decoration: none;
}

.navbar-sec {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.top-info-sec {
  padding: 2px;
  background-color: #9c9c9c;
}

.header-info-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.nav-link-6 {
  padding: 13px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #58585a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link-6:hover {
  background-color: rgba(204, 0, 0, 0.09);
}

.nav-link-6.w--current {
  background-color: #c00;
  color: #fff;
}

.header-info-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #c00;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #9c9c9c;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.text-block-3 {
  font-weight: 300;
}

.brand-6 {
  width: 170px;
}

.slider {
  height: 87vh;
  background-color: #fff;
}

.banner-right-img {
  padding-top: 130px;
  padding-right: 40px;
}

.slide {
  height: 75vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/banner--bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner--bg.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.banner-left-text {
  max-width: 600px;
  margin-left: auto;
  padding-left: 20px;
}

.h {
  font-family: 'Droid Sans', sans-serif;
}

.h.banner-h {
  margin-bottom: 20px;
  color: #fff;
  font-size: 44px;
}

.h.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.h.inner-page-title {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p {
  font-family: Montserrat, sans-serif;
}

.p.banner-p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.p.para {
  color: #737373;
  font-size: 16px;
  line-height: 24px;
}

.p.para.cta-p {
  color: #cecece;
}

.p.footer-contat-info {
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
}

.p.para {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 30px;
}

.button {
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 8px;
  background-color: #c00;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
}

.h2 {
  margin-bottom: 14px;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 40px;
}

.service-section {
  padding-top: 80px;
  padding-bottom: 40px;
}

.profile-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-title {
  display: inline-block;
  margin-bottom: 8px;
  font-family: 'Droid Sans', sans-serif;
  color: #1b2d45;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.grid-icon {
  margin-right: 20px;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1.4px;
  border-color: rgba(204, 0, 0, 0.15);
  border-radius: 10px;
  background-color: #fff6f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.feature:hover {
  border-color: #c00;
}

.section-heading {
  margin-bottom: 40px;
}

.section-heading.center {
  text-align: center;
}

.feature-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-row.p-tb {
  padding-top: 20px;
  padding-bottom: 20px;
}

.feature-grid {
  width: 33.333%;
  padding: 10px;
}

.footer-row.center {
  text-align: center;
}

.after-line {
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #c00;
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  min-height: 250px;
  margin: 80px auto 60px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #000;
  background-image: url('../images/5f86cde8519d0f3c656240ba_CTA-Shapes2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 32px 64px 0 rgba(0, 0, 0, 0.24);
}

.banner-text-wrapper {
  position: relative;
  z-index: 20;
}

.cta-header {
  display: inline-block;
  margin-bottom: 8px;
  font-family: 'Droid Sans', sans-serif;
  color: #c00;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}

.banner-button {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  background-color: #c00;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.referenzen-sec {
  padding-top: 100px;
  padding-bottom: 60px;
}

.row-ref {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ref-grid {
  width: 50%;
  padding: 40px 20px;
}

.ref {
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
  box-shadow: 1px 10px 32px 0 rgba(0, 0, 0, 0.28);
}

.ref.ref-1 {
  background-color: rgba(68, 172, 51, 0.12);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/ref-1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/ref-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 300%;
}

.ref.ref-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/ref-2.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/ref-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 300%;
  background-repeat: repeat, no-repeat;
}

.ref.ref-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/ref-3.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/ref-3.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 300%;
}

.ref.ref-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/ref-4.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/ref-4.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 300%;
}

.ref.ref-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/ref-5.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/ref-5.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 300%;
}

.ref.ref-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/ref-6.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/ref-6.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 300%;
}

.feature-text-block-2 {
  padding: 25px 0px 25px 60px;
}

.feature-text-block {
  padding-top: 25px;
  padding-right: 60px;
  padding-bottom: 25px;
}

.features-grid-wrapper {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 60px;
  grid-row-gap: 30px;
}

.feature-image-1 {
  display: block;
  width: 100%;
  max-width: 540px;
}

.content-section {
  padding: 100px 3% 10px;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.footer-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}

.feature-grid-block {
  padding: 24px;
  border-radius: 8px;
  background-color: #f0f0f0;
  text-align: center;
}

.icon-image {
  width: 60px;
  margin-bottom: 20px;
}

.feature-header {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 34px;
  font-weight: 700;
}

.standard-paragraph {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.footer-icon {
  font-family: 'Fontawesome webfont', sans-serif;
  color: #c00;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}

.fa-icon {
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 20px;
}

.copy-links {
  padding-top: 60px;
  text-align: center;
}

.footer-links {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #414141;
  text-decoration: none;
}

.footer-links.br {
  border-right: 1px solid #9c9c9c;
}

.contact-form-sec {
  padding-top: 100px;
  padding-bottom: 50px;
}

.sec-heading.center {
  text-align: center;
}

.checkbox-field {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 400;
}

.contact-form-container {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 0, 0, 0.15);
  border-radius: 18px;
  background-color: #fff6f6;
}

.radio-btn {
  width: 33.333%;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
}

.contact--form-container {
  padding-top: 40px;
}

.form-btn {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 40px;
  border-radius: 8px;
  background-color: #c00;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}

.form-field {
  height: 44px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(204, 0, 0, 0.15);
  border-radius: 6px;
  background-color: #fff;
}

.radio-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-top: 10px;
}

.h-2.form-label {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.h-2.sec-h {
  margin-bottom: 20px;
  color: #000;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
}

.h-2.sec-h.con-form-h {
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.inner-content-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.inner-slider {
  height: 500px;
  background-color: #fff;
}

.iner-slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/banner--bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner--bg.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.inner-page-title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.d-none {
  display: none;
}

@media screen and (max-width: 991px) {
  .icon-7 {
    color: #000;
  }

  .nav-menu-5 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #c80f14;
  }

  .navbar-5 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .header-info-info {
    padding-right: 0px;
    padding-left: 5px;
    font-size: 14px;
  }

  .logo-sm {
    width: 200px;
    max-width: none;
  }

  .container.header-info-sm {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link-6 {
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 100%, 0.2);
    background-color: #58585a;
    color: hsla(0, 0%, 100%, 0.8);
  }

  .nav-link-6.w--current {
    border-right: 1px none #fff;
    border-bottom: 1px solid #fff;
    border-top-width: 1px;
    border-top-color: #fff;
    color: #58585a;
  }

  .header-info-icon {
    width: 36px;
    height: 36px;
    padding: 6px;
  }

  .text-block-3 {
    line-height: 16px;
  }

  .p.para {
    text-align: center;
  }

  .h2 {
    font-size: 42px;
  }

  .feature {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banner {
    padding-right: 42px;
    padding-left: 42px;
    background-position: 0% 0%;
    background-size: cover;
  }

  .banner-button {
    white-space: nowrap;
  }

  .feature-text-block-2 {
    padding-left: 0px;
  }

  .features-grid-wrapper {
    grid-column-gap: 40px;
  }

  .content-section {
    padding-bottom: 140px;
  }

  .feature-image-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .feature-grid-block {
    padding: 12px;
  }

  .sec-heading {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .top-info-sec {
    display: none;
  }

  .p.para {
    font-size: 14px;
    line-height: 24px;
  }

  .banner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-text-block-2 {
    padding-left: 0px;
  }

  .features-grid-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-image-block {
    margin-bottom: 55px;
  }

  .contact-form-container {
    width: 90%;
    max-width: none;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .radio-btn {
    width: 100%;
  }

  .radio-row {
    display: block;
  }

  .h-2.sec-h.con-form-h {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link-6 {
    background-color: #58585a;
    color: #fff;
  }

  .nav-link-6.w--current {
    color: #58585a;
  }

  .brand-6 {
    width: 200px;
    padding-left: 0px;
  }

  .grid-icon {
    margin-bottom: 15px;
  }

  .feature {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banner {
    padding: 55px 28px;
  }

  .banner-button {
    margin-top: 35px;
  }

  .contact-form-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

#w-node-14f747d8ae3d-5e144575 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-14f747d8ae34-5e144575 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}