@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: 'Roundo', 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: #151412;
  text-decoration: none;
  transition: all ease-in 0.2s
}
p {
  color: #151412
}
header {
  margin: 0;
  display: block;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.brand_container {
  max-width: 1024px;
  margin: 1em auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  gap: 1em;
}
header .kit_logo a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2em;
  align-content: center;
  align-items: center;
}
header .highlight-line {
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: 600;
  color: #151412;
  display: flex;
  height: auto;
  width: auto;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
  max-width: 100%;
}
header .highlight-line strong {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: max-content;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  color: #ce9540;
}
header .highlight-line em {
  font-style: normal;
  text-align: center;
  max-width: max-content;
  margin: 0;
  display: block;
  text-transform: uppercase;
  color: #151412;
}
header .kit_logo img {
  width: auto;
  max-height: 40px;
  background: #ce9540;
  border-radius: 5px;
}
header .btn_phone-call a {
  display: flex;
  background: #ce9540;
  color: white;
  padding: 0 10px;
  font-size: 16px;
  align-items: center;
  width: 140px;
  height: 40px;
  justify-content: center;
  border-radius: 10px;
  font-weight: 600;
  box-sizing: border-box;
  border: 0;
}
header .btn_mail-post a {
  display: flex;
  background: #151412;
  color: white;
  padding: 0 10px;
  font-size: 16px;
  align-items: center;
  width: 100%;
  height: 40px;
  justify-content: center;
  border-radius: 10px;
  font-weight: 600;
  box-sizing: border-box;
  border-bottom: 0;
}
header .btn_mail-post a:hover, header .btn_phone-call a:hover {
  background: #ce9540;
  color: #fff;
  border-bottom-color: #151412;
}
header .head_container_infos {
  width: 100%;
  max-width: max-content;
  gap: 10px;
  display: flex;
}
nav {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
nav .head_menu_links {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
}
nav .head_menu_links li.head_nav-item {
  opacity: 1;
  visibility: visible;
  border-right: solid 1px #ffffff;
  width: auto;
  max-width: 100%;
}
nav .head_menu_links li.head_nav-item a {
  margin-bottom: 0;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  text-transform: uppercase;
  height: 40px;
  display: flex;
  align-items: center;
  background: #151412;
  box-sizing: border-box;
}
nav .head_menu_links li.head_nav-item a:hover {
  color: #fff;
  background: #ce9540;
}
nav .head_menu_links li.head_nav-item a.menu_activate {
  border-bottom: 0;
  border-radius: 0;
  color: #151412;
  background: #15141233;
}
nav .head_menu_links li.head_nav-item a.menu_activate:hover {
  background: #151412;
  color: #fff;
}
nav .kit_logo {
  display: block;
  width: 100%;
  flex-basis: 100%;
  max-width: max-content;
}
.header-contact {
  display: flex;
  gap: 1em;
}
.prime_container {
  width: 100%;
  display: block;
}
.full-img-xd {
  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: solid 32px #ce9540;
}
.full-img-xd p {
  color: #151412;
  font-size: 16px;
  padding: 10px 10px 10px 20px;
  max-width: 75%;
  line-height: 1.2;
  display: grid;
  background: #ffffff;
  justify-content: start;
  justify-items: start;
  border-radius: 10px;
}
.full-img-xd img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  border-radius: 0 100px 0;
}
.full-img-xd div {
  display: block;
  background-color: #151412DD;
  position: relative;
  z-index: 10;
  max-width: 1024px;
  padding: 2em;
  border-radius: 20px;
  margin: 0 auto;
  border: 0;
  width: 100%;
  box-sizing: border-box;
}
.highlight_box_container h1 {
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  margin: 0 0 15px !important;
  line-height: 1.2;
  font-size: 3em;
  padding: 0 0 0 10px;
  border-left: solid 10px #ce9540;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.highlight_box_container h1 strong {
  background: #ce9540;
  color: #ffffff;
  font-weight: 600;
  padding: 0;
}
.highlight_box_container h2 {
  color: #ffffff;
  font-weight: 900;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-size: 2em;
  background: #ce9540;
  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;
}
.full-img-xd h2 {
  padding-left: 20px;
}
.container_boxes {
  width: 100%;
  align-items: normal !important;
  box-sizing: border-box;
  max-width: 1024px;
  margin: 5em auto;
  gap: 5em;
  display: flex;
}
.container_boxes p {
  font-size: 15px;
  margin: 1em 0;
  line-height: 1.5;
}
.main_classic_page {
  width: 100%;
  box-sizing: border-box;
  margin: 3em auto;
  max-width: 1024px;
}
.main_classic_page .boxed-google-content {
  width: 100%;
  box-sizing: border-box;
  margin: 0
}
.main_classic_page .wrapper_contact_section {
  width: 100%;
  box-sizing: border-box;
  margin: 0
}
.box-md-2-content {
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  box-sizing: border-box;
}
.box-md-2-content img {
  width: 100%;
  height: auto;
  margin-bottom: 2em;
  border-radius: 20px;
}
.box-md-1-content {
  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;
}
.box-md-1-content h2 {
  color: #ce9540;
  font-weight: 900;
  text-align: left;
  margin: 0;
  line-height: 1;
  font-size: 22px;
  max-width: 100%;
  padding: 0;
  display: flex;
  gap: 10px;
  padding-right: 0;
  flex-basis: 0;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  white-space: normal;
}
.box-md-1-content h2 strong {
  display: flex;
  background: transparent;
  font-weight: 900;
  text-transform: uppercase;
  color: #151412;
  padding: 0 0 0 10px;
  line-height: 1;
  border-left: solid 1px #ce9540;
}
.box-md-1-content h2 span {
  width: 100%;
  white-space: normal;
  word-wrap: normal;
  text-transform: none;
}
.box-md-1-content .prime_content_important {
  background: #ce9540;
  padding: 2em;
  color: white;
  border-radius: 20px;
}
.box-md-1-content h3 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 600;
  color: #ce9540;
  background: transparent;
  max-width: max-content;
}
.inner_boxed_content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 2em;
  border-radius: 20px;
}
.box-md-1_section {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  gap: 2em;
}
.box-md-1_section div {
  padding: 0;
  margin-bottom: 12px;
}
.box-md-1_section div h2 {
  font-size: 20px;
  box-sizing: border-box;
}
.box-md-1_section div ul, .inner_boxed_content ul {
  padding: 0;
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 10px;
}
.main_classic_page .wrapper_contact_section ul {
  padding: 0;
  display: flex;
  list-style: none;
  gap: 2em;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
.box-md-1_section div ul li, .main_classic_page .wrapper_contact_section ul li {
  flex-basis: 100%;
  box-sizing: border-box;
  display: flex;
  font-size: 14px;
  line-height: 1.5;
  max-width: max-content;
  padding: 10px;
  border-bottom: 0;
  flex-direction: column;
  font-weight: 500;
  border: solid 0.05rem #ce9540;
  border-radius: 20px;
}
.box-md-1_section div ul li {
  background: transparent;
}
.main_classic_page .wrapper_contact_section ul li {
  background: #15141211;
  text-align: center;
  align-items: center;
}
.inner_boxed_content ul li {
  flex-basis: 100%;
  box-sizing: border-box;
  display: flex;
  font-size: 14px;
  line-height: 1.5;
  background: transparent;
  max-width: 100%;
  flex-direction: column;
  font-weight: 500;
  border-bottom: solid 0.05rem;
  padding: 0 0 10px;
}
.inner_boxed_content ul li strong {
  color: #ce9540;
  font-weight: 900
}
.box-md-1_section div ul li strong, .main_classic_page .wrapper_contact_section ul li strong {
  background: #151412;
  max-width: max-content;
  display: block;
  box-sizing: border-box;
  color: #ffffff;
  border: 0;
  padding: 0 5px;
  border-radius: 20px;
}
.boxed-google-content {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.boxed-google-content div {
  max-width: 1150px;
  margin: 0 auto;
  display: block;
  padding: 0;
}
.boxed-google-content iframe {
  border: 0;
  width: 100%;
  height: auto;
  margin: 2em auto;
  padding: 0;
  min-height: 400px;
  display: block;
  position: sticky;
  top: 50px;
  box-sizing: border-box;
  border-radius: 20px;
}
.bottom_geo, .mail_notification {
  display: flex;
  gap: 5px;
  font-size: 15px;
  align-items: center;
}
.incoming_call {
  display: flex;
  gap: 5px;
  font-size: 18px;
  align-items: center;
}
.mail_notification, .incoming_call {
  color: #fff;
  font-weight: 600;
  max-width: max-content;
  width: 100%;
  display: flex;
  background: #ce9540;
  padding: 0px 10px;
  border-radius: 20px;
  height: 30px;
  align-items: center;
}
.mail_notification:hover, .incoming_call:hover {
  background: #ce9540;
}
.bottom-inner_contact_section {
  position: sticky;
  top: 50px;
}
.bottom_geo, .bottom_geo_call-number, .bottom_geo_mailing {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  gap: 10px;
}
.bottom_geo strong {
  color: #fff;
  font-weight: 600;
  max-width: max-content;
  width: 100%;
  display: flex;
  background: #151412;
  padding: 0px 10px;
  border-radius: 20px;
  height: 30px;
  align-items: center;
}
.wrapper_contact_section div {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  gap: 3em;
}
.wrapper_contact_section div p {
  flex-basis: 33.3333%;
  background: #ce9540;
  display: flex;
  align-items: center;
  padding: 1em;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  border-radius: 20px;
}
.wrapper_contact_section div p a {
  color: #ffffff;
  background: #151412;
}
.wrapper_contact_section div p a:hover {
  color: #ce9540;
  background: #ffffff;
}
footer .incoming_call {
  margin: 0 auto;
  color: white;
}
footer {
  max-width: 100%;
  width: 100%;
  background: #151412;
  margin: 0;
  padding: 0;
  display: block;
}
footer p {
  color: white;
  max-width: max-content;
  margin: 0 auto;
  font-size: 13px;
}
footer .boxed_footer_row-desc .footer_section_A {
  width: 100%;
  max-width: max-content;
  height: auto;
}
footer .boxed_footer_row-desc .footer_section_A a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #ce9540;
  height: auto;
  border-radius: 0 0 10px 10px;
}
footer .boxed_footer_row-desc .footer_section_A img {
  max-width: max-content;
  max-height: 60px;
  width: 100%
}
footer .boxed_footer_row-desc .col-md-2 {
  background: #2196f3;
  padding: 20px;
}
footer .boxed_footer_row-desc .inner_cols-sd {
  background: transparent;
  padding: 0 20px;
  flex-basis: 40%;
}
footer .boxed_footer_row-desc .inner_end_col {
  width: 100%;
  flex-basis: 25%;
  background: #ce9540;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  border-radius: 0 0 20px 20px;
}
footer .boxed_footer_row-desc h3 {
  color: #151412;
  font-size: 14px;
  background: #ce9540;
  padding: 0 10px;
  max-width: max-content;
  border-radius: 5px;
}
footer .boxed_footer_row-desc .inner_end_col h3 {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
footer .boxed_footer_row-desc .inner_end_col a {
  background: #151412;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  opacity: 1;
  display: block;
  padding: 5px;
  visibility: visible;
  border-radius: 5px;
}
footer .boxed_footer_row-desc {
  display: flex;
  max-width: 1024px;
  margin: 0 auto 3em;
}
footer .bottom_copy_author {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #ce9540;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer .bottom_copy_author div {
  max-width: max-content;
}
.bottom_copy_author p {
  color: #151412;
  font-weight: 600;
}
.wrapper_contact_section p {
  font-size: 15px;
}
@media (max-width:767px) {
  header .btn_mail-post a {
    font-size: 18px;
    height: 35px;
    width: 100%;
  }
  header .btn_phone-call a {
    font-size: 18px;
    height: 35px;
    width: 100%;
    background: #ce9540
  }
  header .kit_logo img {
    max-height: 50px;
  }
  .brand_container {
    align-items: center;
    gap: 1em;
    max-width: 100%;
    overflow: hidden;
  }
  .full-img-xd h1 {
    font-size: 2em;
    padding: 0 40px 0 0;
  }
  .full-img-xd {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
    overflow: auto;
  }
  .full-img-xd h2 {
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
  }
  .full-img-xd p {
    font-size: 14px;
    padding: 1em;
    max-width: 100%;
  }
  .container_boxes {
    margin: 3em auto 0;
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .bottom_geo, .bottom_geo_call-number, .bottom_geo_mailing {
    padding-left: 2em;
  }
  .container_boxes p {
    padding: 0 2em;
  }
  .box-md-1-content .prime_content_important {
    margin: 0;
  }
  .box-md-1-content h3 {
    border-left: 0;
    padding: 0 30px;
    margin-bottom: 0;
  }
  .boxed-google-content h2 {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    font-size: 18px;
  }
  .mail_notification {
    font-size: 15px;
    margin: 0;
  }
  header .highlight-line strong {
    font-size: 22px;
  }
  .full-img-xd img {
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
  .full-img-xd div {
    max-width: 100%;
    padding: 2em 3em 0 3em;
    border-radius: 0;
  }
  .box-md-1-content h2 {
    padding: 0 0 0 15px;
    border-left: solid 10px #151412;
  }
  footer .boxed_footer_row-desc {
    flex-direction: column;
    gap: 1em;
    margin: 0;
  }
  footer .boxed_footer_row-desc .footer_section_A a {
    display: none;
  }
  nav .head_menu_links {
    flex-direction: row;
    overflow-x: scroll;
    flex-wrap: nowrap;
    gap: 1em;
    padding: 0 10px;
  }
  .boxed-google-content div {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0
  }
  header .kit_logo a {
    justify-content: center;
    gap: 0;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }
  header .head_container_infos {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  header .highlight-line {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
    align-content: center;
  }
  .brand_container .kit_logo {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .bottom_copy_author p {
    text-align: center
  }
  .box-md-1_section div {
    padding: 0 2em
  }
  .bottom-inner_contact_section p {
    padding: 0 1em;
    margin: 5px 0;
  }
  .box-md-1-content h2 strong {
    font-size: 18px
  }
  .box-md-1_section p {
    padding: 0
  }
  .wrapper_contact_section div p {
    margin: 0 0 10px
  }
  .wrapper_contact_section p {
    font-size: 15px;
    padding: 1em 2em;
  }
  .boxed-google-content iframe {
    border: 0 !important;
    border-radius: 0;
    margin: 2em 0 0;
  }
}