body {
  margin: 0;
  padding: 0px 200px;
  background-color: #E6EEEF;
  font-family: "Roboto", sans-serif;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto-Regular.ttf);
  font-weight: regular;
}
header .menu-icon-container {
  position: absolute;
  display: block;
  top: 26px;
  right: 30px;
  display: inline-block;
  z-index: 99999;
}
header .menu-icon-container img {
  height: 38px;
}
header .menu-icon-container .menu-icon-close {
  display: none;
}
header nav {
  padding: 16px 0px;
}
header nav .logo_link {
  display: inline-block;
}
header nav .logo_link img {
  transform: translate(28px, 20px);
  height: 51px;
}
header nav .menu {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E6EEEF;
  padding: 20px 28px;
}
header nav .menu .logo {
  height: 51px;
}
header nav .menu h3 {
  color: #2C3F49;
  font-weight: 800;
}
header nav .menu .menu_item {
  display: block;
  padding: 20px;
}
header nav .menu .menu_item a {
  text-decoration: none;
  color: #2C3F49;
  font-weight: bold;
  font-size: 1.1em;
}
header nav .nav {
  display: inline-block;
  list-style-type: none;
  margin: 0px;
  margin-right: 58px;
  float: right;
  transform: translateY(20px);
  text-align: center;
}
header nav .nav .nav_item {
  display: inline-block;
  padding: 0px 30px;
}
header nav .nav .nav_item a {
  text-decoration: none;
  color: #2C3F49;
  font-weight: bold;
  font-size: 1.2em;
}
header nav .nav a {
  text-decoration: none;
  color: inherit;
}
header nav .nav .call_button {
  position: relative;
  background-color: #C4C4C4;
  padding: 6px 35px 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  color: #2C3F49;
}
header nav .nav .call_button ::after {
  position: absolute;
  content: "01908 040508";
  bottom: -1.3em;
  left: 50%;
  margin-left: -61.4px;
  color: black;
  font-size: 1em;
  opacity: 0.5;
}
header nav .nav .call_button img {
  height: 1.4em;
  transform: translateY(6px);
  margin-right: 10px;
}
header nav .dropdown {
  position: relative;
  display: inline-block;
}
header nav .dropdown .dropdown-container {
  display: block;
  position: absolute;
  top: 20px;
  width: 100%;
  padding-top: 10px;
  background-color: #FFF;
}
header nav .dropdown .dropdown-container .nav_item {
  padding: 10px;
}

.panel_1 {
  position: absolute;
  z-index: 10;
  width: 200px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #E6EEEF;
}

.panel_2 {
  position: absolute;
  z-index: 10;
  width: 200px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #E6EEEF;
}

.headline {
  position: relative;
  padding: 10px 0px;
}
.headline .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-2deg) scale(1.2);
  margin-top: 100px;
  background: linear-gradient(182.5deg, #CE2539, #A02533 50%, #811824);
}
.headline h1 {
  position: relative;
  z-index: 5;
  text-align: center;
  margin-top: 150px;
  font-weight: 400;
  font-size: 2.2em;
  color: #FFF;
}

.secondline {
  text-align: center;
  color: #1D1D1D;
  background-color: #FFF;
}
.secondline .intro_img {
  position: relative;
  z-index: 6;
  width: calc(40vw - 200px);
  min-width: 500px;
  border-radius: 10px;
  box-shadow: -1px 3px 19px -8px rgba(0, 0, 0, 0.75);
}
.secondline h2 {
  margin-top: 70px;
  font-size: 1.8em;
  font-weight: 400;
}
.secondline p {
  font-size: 1.4em;
  max-width: calc(75% - 200px);
  margin: auto;
  opacity: 0.75;
}

.factors {
  background-color: #FFF;
  padding-top: 100px;
  color: #1D1D1D;
}
.factors .flex_container {
  display: flex;
  text-align: center;
  max-width: 1036px;
  margin: auto;
}
.factors .flex_container .flex_item {
  flex: 1;
  padding: 0px 30px;
}
.factors .flex_container .flex_item img {
  width: 40px;
}
.factors .flex_container .flex_item h3 {
  opacity: 0.75;
}
.factors .flex_container .flex_item p {
  opacity: 0.5;
  font-size: 1.2em;
}

.call_div {
  background-color: #FFF;
  text-align: center;
  padding: 100px 0px 0px 0px;
}
.call_div .line {
  display: inline-block;
  background-color: #1D1D1D;
  opacity: 0.5;
  width: 100px;
  height: 3px;
  border-radius: 3px;
  margin: 0px 40px;
}
.call_div .call {
  display: inline-block;
  font-weight: bold;
  color: #FFF;
  background-color: #CE2539;
  font-size: 1.4em;
  padding: 10px 35px 15px 20px;
}
.call_div .call img {
  height: 1.2em;
  transform: translateY(6px);
  padding-right: 20px;
}

.socials {
  padding: 100px 5vw 0px 5vw;
  background-color: #FFF;
  text-align: center;
}
.socials h2 {
  font-size: 1.6em;
  color: #1D1D1D;
  opacity: 0.75;
  margin-top: 0px;
}
.socials .item {
  position: relative;
  display: inline-block;
  padding: 20px 40px 10px 40px;
  margin: 15px;
  max-height: 120px;
}
.socials .item .item_bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F4F8F9;
  transform: skew(-10deg);
  box-shadow: 0px 0px 6px -9px rgba(0, 0, 0, 0.75);
}
.socials .item img {
  position: relative;
  z-index: 1;
}
.socials .item h3 {
  display: inline-block;
  margin: 0px 0px 0px 30px;
  transform: translateY(-30px);
  color: #1D1D1D;
  opacity: 0.75;
  font-size: 1.6em;
}
.socials .item .fb-logo {
  height: 80px;
}

footer {
  padding-top: 100px;
  background-color: #FFF;
  color: #1D1D1D;
}
footer .flex_container {
  display: flex;
  max-width: 1036px;
  margin: auto;
}
footer .flex_container .flex {
  flex: 1;
}
footer .flex_container .flex ul {
  list-style-type: none;
}
footer .flex_container .flex ul li {
  opacity: 0.5;
  padding: 0px 0px 20px 0px;
}
footer .flex_container .flex ul li:nth-child(1) {
  font-size: 1.4em;
  opacity: 0.75;
}
footer .flex_container .flex ul a {
  color: inherit;
  text-decoration: none;
}
footer .copyright {
  float: right;
}

@media screen and (max-width: 1350px) {
  body {
    padding: 0px 100px;
  }
  .factors {
    padding: 100px 10px 0px 10px;
  }
  .factors .flex_container .flex_item {
    padding: 0px 10px;
  }
  .headline {
    position: relative;
    padding: 10px 0px;
  }
  .headline .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-2deg) scale(1.2);
    margin-top: 100px;
    background: linear-gradient(182.5deg, #CE2539, #A02533 50%, #811824);
  }
  .headline h1 {
    position: relative;
    z-index: 5;
    text-align: center;
    margin-top: 150px;
    font-weight: 400;
    font-size: 3.4vw;
    color: #FFF;
  }
  .panel_1 {
    position: absolute;
    z-index: 10;
    width: 100px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #E6EEEF;
  }
  .panel_2 {
    position: absolute;
    z-index: 10;
    width: 100px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #E6EEEF;
  }
}
@media screen and (max-width: 1000px) {
  body {
    padding: 0px;
  }
  .panel_1 {
    display: none;
  }
  .panel_2 {
    display: none;
  }
  .secondline .intro_img {
    width: 50vw;
    min-width: 0px !important;
  }
  .secondline h2 {
    padding: 0px 30px;
  }
  .secondline p {
    max-width: 1000px;
    padding: 0px 30px;
  }
  .factors .flex_container {
    display: block;
  }
  .factors .flex_container .flex_item {
    padding: 0px 30px;
    max-width: 40vw;
    margin: auto;
    padding: 20px 0px;
  }
  .factors .flex_container .flex_item img {
    width: 40px;
  }
  .factors .flex_container .flex_item h3 {
    opacity: 0.75;
    font-size: 1.6em;
    margin-top: 5px;
  }
  .factors .flex_container .flex_item p {
    opacity: 0.5;
    font-size: 1.2em;
  }
  .factors .flex_container .flex_item:nth-child(1) {
    padding-top: 0px;
  }
  .factors .flex_container .flex_item:nth-child(3) {
    padding-bottom: 0px;
  }
  .factors .flex_container .flex_item:nth-child(3) p {
    margin-bottom: 0px;
  }
  footer {
    padding-left: 50px;
    padding-bottom: 10px;
  }
  footer .flex_container {
    display: block;
  }
  footer .flex_container .flex {
    flex: 1;
  }
  footer .flex_container .flex ul {
    list-style-type: none;
  }
  footer .flex_container .flex ul li {
    opacity: 0.5;
    padding: 0px 0px 20px 0px;
    font-size: 1.2em;
  }
  footer .flex_container .flex ul li:nth-child(1) {
    font-size: 1.6em;
    opacity: 0.75;
  }
  footer .copyright {
    float: right;
  }
  .nav {
    padding: 0px 50px;
  }
  .locations {
    text-align: center;
  }
}
#breadcrumbs {
  margin-top: 0px;
  background-color: inherit;
  font-size: 0.9em;
}
#breadcrumbs ul {
  padding: 10px 5px 10px 40px;
  margin: 0px;
  list-style-type: none;
  color: #1D1D1D;
  opacity: 0.5;
}
#breadcrumbs ul li {
  display: inline-block;
}
#breadcrumbs ul li a {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 650px) {
  nav {
    padding: 0px !important;
  }
  nav .logo_link {
    display: block !important;
  }
  nav .nav {
    display: block;
    float: none !important;
    transform: translateY(0px) !important;
    padding: 0px;
    padding-top: 30px;
    width: 100%;
    margin: 0px !important;
  }
  nav .nav .nav_item {
    display: block !important;
    text-align: center;
    margin: 10px 30px;
  }
  nav .nav .call_button ::after {
    display: none;
  }
  .factors {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .factors .flex_container .flex_item {
    max-width: 70vw;
  }
  .factors .flex_container .flex_item h3 {
    opacity: 1;
  }
  .headline {
    margin-top: 20px;
  }
  .headline h1 {
    font-size: 2.4em;
    padding: 60px 30px;
    margin: 0px;
  }
  .headline .gradient {
    transform: rotate(0deg) scale(1);
    margin-top: 0px;
  }
  .secondline h2 {
    margin-top: 0px;
    padding-top: 60px;
  }
  .secondline .intro_img {
    width: 100%;
    border-radius: 0px;
  }
  .socials .item {
    padding: 10px 0px 10px 0px;
    width: 80vw;
  }
  .socials img {
    height: 60px !important;
  }
  .socials h3 {
    font-size: 1.4em;
    transform: translateY(-20px) !important;
  }
  footer {
    padding-left: 0px;
    padding-top: 70px;
    margin-top: 0px;
  }
  footer .flex_container {
    padding-left: 20px;
  }
  footer ul {
    padding-left: 0px !important;
  }
  footer .copyright {
    margin-right: 20px;
  }
}
.FAQ .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.FAQ .active, .FAQ .accordion:hover {
  background-color: #ccc;
}
.FAQ .panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordion {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px 0;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-header {
  padding: 15px;
  cursor: pointer;
  background-color: #e2e2e2;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
}

.accordion-content {
  padding: 15px;
  display: none;
  overflow: hidden;
  background-color: white;
}

.related-pages {
  color: #343434;
  font-size: 1.4em;
  margin: 30px;
  line-height: 1.4em;
}

.cta {
  text-align: center;
  margin: 80px auto;
  padding: 60px 40px;
  max-width: 900px;
  border-radius: 14px;
  background: linear-gradient(180deg, #CE2539, #A02533 60%, #811824);
  color: #FFF;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.cta h2 {
  font-size: 2.2em;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.cta p {
  font-size: 1.3em;
  opacity: 0.9;
  max-width: 650px;
  margin: 0 auto 35px auto;
  line-height: 1.5em;
}
.cta .call-btn {
  display: inline-block;
  background-color: #FFF;
  color: #811824;
  font-size: 1.4em;
  font-weight: bold;
  padding: 14px 42px 18px 42px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.cta .call-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  background-color: #F4F4F4;
}
.cta .call-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 650px) {
  .cta {
    padding: 50px 25px;
    margin: 60px 20px;
  }
  .cta h2 {
    font-size: 1.9em;
  }
  .cta p {
    font-size: 1.2em;
  }
  .cta .call-btn {
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (max-width: 467px) {
  .cta {
    padding: 45px 20px;
  }
  .cta .call-btn {
    width: 90%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.hero-location-link {
  position: relative;
  z-index: 6;
  text-align: center;
  margin-top: 18px;
}
.hero-location-link a {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
}
.hero-location-link a:hover {
  background: #ffffff;
  color: #811824;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 650px) {
  .hero-location-link {
    margin-top: 12px;
  }
  .hero-location-link a {
    font-size: 1.1em;
    padding: 10px 18px;
  }
}
.mk-call-btn {
  display: inline-block;
  padding: 10px 14px;
  margin: 0px 30px;
  font-weight: 700;
  font-size: 18px;
  color: #343434;
  text-decoration: none;
  border: 2px solid #1a1a1a;
  border-radius: 8px;
  transition: all 0.25s ease;
  background: #fff;
}
.mk-call-btn:hover {
  background: #1a1a1a;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
.mk-call-btn:active {
  transform: translateY(0px);
  box-shadow: none;
}
@media (max-width: 467px) {
  .mk-call-btn {
    width: 80%;
    margin: 0;
    text-align: center;
  }
}

.mk-call-btn {
  display: inline-block;
}
@media (max-width: 467px) {
  .mk-call-btn {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}/*# sourceMappingURL=main.css.map */