@charset "UTF-8";
box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  direction: ltr;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Satoshi', sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 0;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #08172a;
  text-decoration: none;
  transition: all ease-in 0.2s
}
p {
  color: #08172a;
}
header {
  margin: 0;
  display: block;
  background: #08172a;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.flex_grow_part {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  gap: 1em;
  padding: 1em 0;
}
header .logo a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2em;
  align-content: center;
  align-items: center;
}
header .slogan_clip {
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: 600;
  color: #08172a;
  display: flex;
  height: auto;
  width: auto;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
  max-width: 100%;
}
header .slogan_clip strong {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: max-content;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  border-bottom: solid 10px #DD0028;
  color: #ffffff
}
header .slogan_clip em {
  font-style: normal;
  text-align: center;
  max-width: max-content;
  margin: 0;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
}
header .logo img {
  width: auto;
  max-height: 90px;
  border: solid 0.05rem #dd0024;
  border-radius: 10px;
}
header .phone-btn a {
  display: flex;
  background: #dd0024;
  color: white;
  padding: 0 10px;
  font-size: 16px;
  align-items: center;
  width: 140px;
  height: 30px;
  justify-content: center;
  border-radius: 10px;
  font-weight: 600;
  box-sizing: border-box;
}
header .quote-btn a {
  display: flex;
  background: #dd0024;
  color: white;
  padding: 0 10px;
  font-size: 16px;
  align-items: center;
  width: 100%;
  height: 30px;
  justify-content: center;
  border-radius: 10px;
  font-weight: 600;
  box-sizing: border-box;
}
header .quote-btn a:hover, header .phone-btn a:hover {
  background: #ffffff;
  color: #dd0024;
}
header .flex_infos_calling {
  width: 100%;
  max-width: max-content;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.flex-col-links {
  display: flex;
  justify-content: flex-end;
  gap: 1em;
}
nav {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
nav .flex_nav {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  width: 100%;
  max-width: 1150px;
  flex-direction: row;
}
nav .flex_nav li.nav-item {
  opacity: 1;
  visibility: visible;
  box-sizing: border-box;
  width: 100%;
  max-width: max-content;
  display: flex;
}
nav .flex_nav li.nav-item a {
  margin-bottom: 0;
  color: #dd0024;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
  flex: 1 1 auto;
  white-space: nowrap;
  text-transform: uppercase;
  height: 40px;
  display: flex;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
nav .flex_nav li.nav-item a:hover {
  color: #ffffff;
  background: #dd0024;
}
nav .flex_nav li.nav-item a.active {
  border-bottom: solid 15px #f36533;
  border-radius: 0;
  color: #08172a;
}
nav .flex_nav li.nav-item a.active:hover {
  background: #08172a;
  color: #fff;
}
nav .logo {
  display: block;
  width: 100%;
  flex-basis: 100%;
  max-width: max-content;
}
.header-contact {
  display: flex;
  gap: 1em;
}
.headline_txt {
  width: 100%;
  display: block;
}
.bg_img {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  align-content: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border-top: 0;
}
.bg_img p {
  color: white;
  font-size: 20px;
  padding: 2em;
  max-width: 75%;
  line-height: 1.2;
  display: grid;
  background: #08172a;
  justify-content: start;
  justify-items: start;
  border-radius: 10px;
}
.bg_img img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  border-radius: 0 100px 0;
}
.bg_img div {
  display: block;
  background-color: transparent;
  position: relative;
  z-index: 10;
  max-width: 1150px;
  padding: 0;
  border-radius: 0;
  margin: 0 auto;
  border: 0;
  width: 100%;
  box-sizing: border-box;
}
.bg_img div:before {
  height: 100%;
  content: '';
  background: #08172a
}
.flex_big_section h1 {
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  margin: 0 0 15px !important;
  line-height: 1.2;
  font-size: 3em;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.flex_big_section h1 span {
  background: #08172a;
  color: #ffffff;
  font-weight: 600;
  padding: 0 10px;
  border-radius: 10px;
  display: block;
  max-width: max-content;
  margin: 0;
  line-height: 1.5;
}
.flex_big_section h1 strong {
  background: #dd0024;
  color: #ffffff;
  font-weight: 900;
  padding: 0 10px;
  border-radius: 10px;
  display: block;
  max-width: max-content;
  margin: 0;
  line-height: 1.5;
}
.flex_big_section h2 {
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-size: 20px;
  background: #dd0024;
  max-width: max-content;
  padding: 10px;
  display: flex;
  height: auto;
  gap: 10px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  text-transform: uppercase;
  box-sizing: border-box;
  border-radius: 10px;
}
.classic_contact h3 {
  font-size:20px
}
.bg_img h2 {
  padding: 10px;
}
.flex_col_layers-xd {
  width: 100%;
  align-items: normal !important;
  box-sizing: border-box;
  max-width: 1150px;
  margin: 5em auto 0;
  gap: 5em;
  display: flex;
}
.action_potential {
  background: #dd0024;
  padding: 2em;
  text-align: center;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 900;
}
.flex_col_layers-xd p {
  font-size: 15px;
  margin: 1em 0;
  /* gap: 1em; */
}
.flex-col-right {
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  box-sizing: border-box;
}
.flex-col-right img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.flex-col-left {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.flex-col-left h2 {
  font-weight: 600;
  text-align: left;
  margin: 0;
  line-height: 1.4;
  font-size: 22px;
  max-width: 100%;
  padding: 0;
  display: inline;
  gap: 10px;
  padding-right: 0;
  flex-basis: 0;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  color: #08172a;
}
.flex-col-left h2 strong {
  display: block;
  background: #dd0024;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px;
  max-width: max-content;
  border-radius: 10px;
}
.flex-col-left h2 span {
  width: 100%;
  white-space: normal;
  word-wrap: normal;
  text-transform: none;
}
.flex-col-left .flex_contain {
  background: #dd0024;
  padding: 2em;
  color: white;
  border-radius: 10px;
}
.flex-col-left h3 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 900;
  color: #dd0024;
}
.flex_wrap_element img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.flex_wrap_element_feat {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  gap: 2em;
}
.flex_wrap_element_feat img {
  max-width: 100%;
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.flex_wrap_element_feat div {
  /* background: #08172a11; */
  padding: 0;
  margin-bottom: 12px;
}
.flex_wrap_element_feat div h2 {
  font-size: 20px;
  box-sizing: border-box;
  background: #dd0024;
  color: #ffffff;
  display: block;
  padding: 10px;
}
.flex_wrap_element_feat div ul {
  padding: 0;
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 10px;
}
.flex_wrap_element_feat div ul li {
  flex-basis: 100%;
  box-sizing: border-box;
  display: flex;
  font-size: 14px;
  line-height: 1.5;
  background: #f36533;
  max-width: 100%;
  padding: 10px;
  border-bottom: 0;
  flex-direction: column;
  font-weight: 500;
  border: solid 5px #f36533;
  color: #ffffff;
}
.flex_wrap_element_feat div ul li strong {
  background: #f36533;
  max-width: max-content;
  display: block;
  box-sizing: border-box;
  color: #ffffff;
  border-bottom: solid 1px;
}
.layer_position {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.layer_position div {
  max-width: 1150px;
  margin: 0 auto;
  display: block;
  padding: 0;
        box-sizing: border-box;
}
.layer_position iframe {
  width: 100%;
  height: auto;
  margin: 10px 0 0 0;
  padding: 0;
  min-height: 400px;
  display: block;
  position: sticky;
  top: 50px;
  box-sizing: border-box;
}
.position, .link-mail {
  display: flex;
  gap: 5px;
  font-size: 15px;
  align-items: center;
}
.link-call {
  display: flex;
  gap: 5px;
  font-size: 18px;
  align-items: center;
}
.link-mail, .link-call {
  color: #ffffff;
  font-weight: 600;
  max-width: max-content;
  width: 100%;
  display: block;
  background: #dd0024;
  padding: 0 5px;
  border-radius: 100px;
}
.link-call:before {
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #f36533;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
}
.link-mail:before {
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #f36533;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
}
.position_contact {
  position: sticky;
  top: 50px;
}
.position, .position_phone-btn, .position_mail-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 600;
}
.position strong {
    display: block;
    background: #08172a;
    color: #fff;
    border-radius: 10px;
    padding: 5px;
}
.position {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.position_phone-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.position_mail-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.classic_contact div {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  gap: 3em;
}
.classic_contact div p {
  flex-basis: 33.3333%;
  background: #dd0024;
  display: flex;
  align-items: center;
  padding: 1em;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
}
.classic_contact div p a {
  color: #fff;
}
footer .link-call {
  margin: 0 auto;
  color: white;
}
footer {
  max-width: 100%;
  width: 100%;
  background: #08172a;
  margin: 0;
  padding: 0;
  display: block;
}
footer p {
  color: white;
  max-width: max-content;
  margin: 0 auto;
  font-size: 13px;
}
footer .row .footer_flex-one {
  width: 100%;
  max-width: max-content;
  height: auto;
}
footer .row .footer_flex-one a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #ffffff;
  height: auto;
}
footer .row .footer_flex-one img {
  max-width: max-content;
  max-height: 60px;
}
footer .row .col-md-2 {
  background: #2196f3;
  padding: 20px;
}
footer .row .footer_flex-two, footer .row .footer_flex-three {
  background: transparent;
  padding: 0 20px;
  flex-basis: 40%;
}
footer .row .footer_flex-four {
  width: 100%;
  flex-basis: 25%;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 10px;
  padding-top: 15px;
}
footer .row h3 {
  color: #ffffff;
  font-size: 17px;
  background: #dd0024;
  padding: 0 10px;
  max-width: max-content;
  border-radius: 10px;
}
footer .row .footer_flex-four h3 {
  margin: 0;
  padding: 0;
}
footer .row .footer_flex-four a {
  background: #ffffff;
  font-size: 20px;
  font-weight: 900;
  color: #dd0024;
  opacity: 1;
  display: block;
  padding: 0 5px;
  visibility: visible;
  border-radius: 10px;
}
footer .row {
  display: flex;
  max-width: 1150px;
  margin: 0 auto 3em;
}
footer .copyright_text {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #dd0024;
  padding: 10px;
}
.copyright_text p {
  color: #ffffff;
  font-weight: 600;
}
.classic_contact p {
  font-size: 15px;
}
.share-btns {
  margin: 2em auto !important;
}
@media (max-width:767px) {
  header .quote-btn a {
    font-size: 18px;
    height: 35px;
    width: 100%;
  }
  header .phone-btn a {
    font-size: 18px;
    height: 35px;
    width: 100%;
    background: #f36533
  }
  header .logo img {
    max-height: 50px;
  }
  header .phone-btn a:before {
    font-size: 16px;
    width: 30px;
  }
  .flex_grow_part {
    align-items: center;
    gap: 1em;
    max-width: 100%;
    overflow: hidden;
  }
  .bg_img h1 {
    font-size: 2em;
    padding: 0 40px 0 0;
  }
  .bg_img {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
    overflow: auto;
  }
  .bg_img h2 {
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px;
  }
  .bg_img p {
    font-size: 14px;
    padding: 1em;
    max-width: 100%;
  }
  .flex_col_layers-xd {
    margin: 3em auto 0;
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .position, .position_phone-btn, .position_mail-btn {
    padding-left: 2em;
  }
  .flex_col_layers-xd p {
    padding: 0 2em;
  }
  .flex-col-left .flex_contain {
    margin: 0;
  }
  .flex-col-left h3 {
    border-left: 0;
    padding: 0 30px;
    margin-bottom: 0;
  }
  .layer_position h2 {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
  }
  .link-mail {
    font-size: 15px;
    margin: 0;
  }
  .link-mail:before, .link-call:before {
    font-size: 13px
  }
  header .slogan_clip strong {
    font-size: 22px;
  }
  .bg_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
  .bg_img div {
    max-width: 100%;
    padding: 2em 3em 0 3em;
    border-radius: 0;
  }
  .flex-col-left h2 {
    padding: 0 0 0 15px;
    border-left: solid 10px #08172a;
  }
  footer .row {
    flex-direction: column;
    gap: 1em;
    margin: 0;
  }
  footer .row .footer_flex-one a {
    display: none;
  }
  nav .flex_nav {
    flex-direction: row;
    overflow-x: scroll;
    flex-wrap: nowrap;
    gap: 1em;
    padding: 0;
  }
  .layer_position div {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  header .logo a {
    justify-content: center;
    gap: 0;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }
  header .flex_infos_calling {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  header .slogan_clip {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
    align-content: center;
  }
  .flex_grow_part .logo {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .action_potential {}
  .copyright_text p {
    text-align: center
  }
  .flex_wrap_element_feat div {
    padding: 0 2em
  }
  .position_contact p {
    padding: 0 2em;
  }
  .flex-col-left h2 strong {
    font-size: 18px
  }
  .flex_wrap_element_feat p {
    padding: 0
  }
  nav .flex_nav li.nav-item {
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-sizing: border-box;
    display: flex;
  }
    .position strong {
            width: 100%;
    max-width: max-content;
    }
    .flex-col-left {
        padding: 0 10px
    }
    footer .row .footer_flex-four,
    .position_contact {
        padding: 1em 0 !important
    }
    .flex-col-links {
            justify-content: center;
    }
}