@charset "UTF-8";
.darkGray {
  color: #50545a !important;
}

@font-face {}
@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Maven_Pro/static/MavenPro-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/Maven_Pro/static/MavenPro-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/Maven_Pro/static/MavenPro-Black.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/Roboto/static/Roboto-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Roboto/static/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url(/fonts/Roboto/static/Roboto-Light.ttf) format("truetype");
}
h1, .h1 {
  font-size: 50px;
  color: #e50071;
  font-family: "Maven Pro", sans-serif;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.h2 {
  font-size: 35px;
  color: #50545a;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  margin-bottom: 0;
}

.grayBG {
  background-color: #f0efed;
}

.greenBG {
  background-color: #a5af71;
}

.darkBlueBG {
  background-color: #0d6ca6;
}

.blueBG {
  background-color: #5c9abf;
}
.blueBG h1, .blueBG .h1, .blueBG h2, .blueBG .h2, .blueBG p {
  color: white;
}

.priColor {
  color: #e50071 !important;
}

.secColor {
  color: #e50071 !important;
}

.terColor {
  color: #7e848e !important;
}

.blue {
  color: #0d6ca6 !important;
}

.textBlue h1, .textBlue .h1, .textBlue h2, .textBlue .h2, .textBlue h3, .textBlue .h3, .textBlue h4, .textBlue .h4, .textBlue p {
  color: #0d6ca6 !important;
}

.stars {
  list-style: none;
  color: #e50071;
}
.stars li {
  position: relative;
}
.stars li:before {
  content: "*";
  position: absolute;
  right: 100%;
  margin-right: 6px;
}

.maxWidth100 {
  max-width: 100% !important;
}

.horizontalCenter {
  margin-left: auto;
  margin-right: auto;
}

.verticalCenter {
  display: flex;
  align-items: center;
}

.noMargin {
  margin: 0 !important;
}

.noSidePadding {
  padding-left: 0;
  padding-right: 0;
}
.noSidePadding .row {
  margin-left: 0;
  margin-right: 0;
}

@media all and (min-width: 993px) {
  .pl-md-6 {
    padding-left: 100px;
  }
}

.noSidePaddingMargin {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.noPadding {
  padding: 0 !important;
}

@media all and (max-width: 768px) {
  .noPaddingBotMobile {
    padding-bottom: 0 !important;
  }
}

.bgImage {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .bgImage {
    height: 300px;
  }
}

.smallSmallSeparator {
  height: 16px;
}

.smallSeparator {
  height: 32px;
}

.separator {
  height: 48px;
}

.bigSeparator {
  height: 90px;
}

.paddingContainer {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media all and (min-width: 992px) {
  .sidePadding {
    padding-right: 55px;
    padding-left: 55px;
  }
}

.paddingContainerBig {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media all and (max-width: 992px) {
  .paddingContainerBig {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.scrollUpBtn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 50px;
  padding: 8px;
  line-height: 1;
  font-size: 28px;
  cursor: pointer;
  color: white;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #e50071;
  z-index: 999999999;
}

.scrollUpBtn:hover {
  background-color: #ac0053;
}

.showOnMobile {
  display: none;
}

.showOnSm {
  display: none;
}

@media all and (max-width: 1200px) {
  .hideOnLg {
    display: none !important;
  }
}
@media all and (max-width: 992px) {
  .noPaddingSmallerMd {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hideOnMd {
    display: none !important;
  }

  .FullWidthOnMd {
    width: 100% !important;
  }
}
@media all and (max-width: 768px) {
  .hideOnSm {
    display: none !important;
  }

  .showOnSm {
    display: block;
  }
}
@media all and (max-width: 600px) {
  .hideOnMobile {
    display: none !important;
  }

  .showOnMobile {
    display: block;
  }
}
@media all and (min-width: 600px) {
  .showOnMobile {
    display: none;
  }
}
.fadeintop {
  opacity: 0;
  transform: translateY(-100px);
}

.fadeinbot {
  opacity: 0;
  transform: translateY(100px);
}

.fadeinleft {
  opacity: 0;
  transform: translateX(-100px);
}

.fadeinright {
  opacity: 0;
  transform: translateX(100px);
}

.fadedin {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.imgScaleAnimated {
  transition: transform 4.6s ease, 0.6s clip-path ease;
  -webkit-transition: -webkit-transform 4.6s ease, 0.6s -webkit-clip-path ease;
  transform: scale(1);
  -webkit-transform: scale(1);
}

@media all and (min-width: 993px) {
  .showOnMd {
    display: none !important;
  }
}

.navSelected {
  background-color: #e50071 !important;
}
.navSelected a {
  color: white !important;
}

header {
  position: relative;
  z-index: 2;
  background-color: #f0efed;
  height: 770px;
}
@media all and (max-width: 992px) {
  header {
    left: 0;
    z-index: 3;
    background-color: #f0efed;
    width: 100%;
    height: 500px;
  }
}

#navSlider {
  height: 770px;
}
@media all and (max-width: 992px) {
  #navSlider {
    height: 500px;
  }
}

#Bauen {
  height: 1px;
  position: absolute;
  margin-top: -100px;
}
@media all and (max-width: 992px) {
  #Bauen {
    margin-top: 0;
  }
}

.contact {
  margin-top: 40px;
  list-style: none;
  display: flex;
  padding: 6px 50px 6px 30px;
  background-color: #e50071;
}
@media all and (max-width: 992px) {
  .contact {
    margin: 0;
    justify-content: space-between;
  }
}
.contact li, .contact li a {
  font-size: 25px;
  color: white;
  line-height: 1.3;
  transition: 0.3s;
  text-underline-offset: 3px;
  font-family: "Maven Pro", sans-serif;
}
.contact li a:hover {
  text-decoration: underline;
}
@media all and (max-width: 992px) {
  .contact {
    padding: 20px;
  }
}

nav {
  z-index: 999999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 700px;
  padding: 15px 0 0;
  text-align: center;
}
@media all and (max-width: 992px) {
  nav {
    height: auto;
    background-color: white;
    padding: 0;
  }
}
@media all and (min-width: 992px) {
  nav .navContainer {
    max-width: 100% !important;
    padding: 0 12%;
  }
}
nav .logo {
  display: block;
}
nav .logo img {
  max-width: 100%;
  width: 320px;
}
@media all and (max-width: 992px) {
  nav .logo img {
    width: 120px;
  }
}
nav #botNav {
  display: flex;
  flex-direction: row;
  column-gap: 50px;
}
@media all and (max-width: 992px) {
  nav #botNav {
    width: 100%;
  }
}
nav #botNav #rightNav {
  margin-top: 25px;
  padding: 50px 70px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: left;
}
@media all and (max-width: 992px) {
  nav #botNav #leftNav {
    width: 100%;
    text-align: right;
  }
}
nav #botNav #navToggle {
  list-style: none;
  text-align: left;
  padding-left: 14px;
  margin-bottom: 0;
  padding-top: 10px;
}
@media all and (max-width: 992px) {
  nav #botNav #navToggle {
    padding-left: 0px;
    display: none;
  }
}
nav #botNav #navToggle li {
  margin-top: 29.8px;
  line-height: 1;
}
@media all and (max-width: 992px) {
  nav #botNav #navToggle li {
    margin-top: 0;
    padding: 20px 20px;
    background-color: white;
  }
}
nav #botNav #navToggle li a {
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Maven Pro", sans-serif;
  color: white;
  font-size: 35px;
  transition: 0.3s;
}
@media all and (max-width: 992px) {
  nav #botNav #navToggle li a {
    color: #e50071;
    transition: 0s;
    width: 100%;
    display: block;
  }
}
nav #botNav #navToggle li a:hover {
  text-decoration: none;
  color: #e50071;
}
@media all and (max-width: 992px) {
  nav #botNav #navToggle li:hover a {
    color: white;
  }
  nav #botNav #navToggle li:hover {
    background-color: #e50071;
  }
}
nav #topNav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
}
@media all and (max-width: 992px) {
  nav #topNav {
    padding: 20px;
  }
}
nav .mobileNav {
  display: none;
}
@media all and (max-width: 992px) {
  nav .mobileNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
  }
}
nav .mobileNav #menuBtn {
  display: none;
  font-family: "Maven Pro", sans-serif;
  width: 38px;
  text-align: center;
  right: 0;
  top: 20px;
  line-height: 0.7;
  cursor: pointer;
  flex-direction: column;
  color: #e50071;
  font-size: 18px;
  font-weight: bold;
}
@media all and (max-width: 992px) {
  nav .mobileNav #menuBtn {
    display: flex;
  }
}
nav .mobileNav #menuBtn img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  width: 48px;
}
nav .mobileNav #menuBtn:hover, nav .mobileNav #menuBtn:focus {
  color: #ac0053 !important;
}

footer {
  position: relative;
}
footer #footerLine {
  width: calc(100% - 480px);
  margin-left: 0;
  border-bottom: 1px solid #50545a;
  padding-top: 60px;
  height: 1px;
}
@media all and (max-width: 768px) {
  footer #footerLine {
    display: none;
  }
}
footer #footerTriangle1 {
  position: absolute;
  left: 0;
  top: 100px;
  height: 180px;
}
@media all and (max-width: 1500px) {
  footer #footerTriangle1 {
    display: none;
  }
}
footer #footerTriangle2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 540px;
}
footer #footerTriangle2 img {
  height: 540px;
}
footer #footerTriangle2 a {
  font-size: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
  color: white;
}
@media all and (max-width: 768px) {
  footer #footerTriangle2 {
    display: none;
  }
}
footer p {
  color: #616161;
}
footer ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: left;
}
footer ul li {
  margin: 4px 0;
  line-height: 1.2;
  font-size: 25px;
}
@media all and (max-width: 768px) {
  footer ul li {
    border-left: none;
    display: block;
  }
}
footer ul li:first-child {
  border-left: none;
}
footer ul li, footer ul a {
  color: #616161;
}
footer ul a:hover {
  color: #313131;
  text-decoration: none;
}
footer .botFoot li {
  display: inline-block;
  padding: 1px 20px 1px 0;
}
footer .botFoot a {
  color: #0d6ca6;
}
footer .botFoot a:hover {
  color: #50545a;
  text-decoration: none;
}

.slider-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.pink {
  color: #e50071 !important;
}

.arrow {
  font-size: 50px;
  font-weight: 200;
  line-height: 0;
}

#prevInner, #nextInner {
  z-index: 999999;
  color: #e50071;
  position: absolute;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 50px;
  height: 100%;
  border: 0;
  outline: none;
}
@media all and (max-width: 992px) {
  #prevInner, #nextInner {
    font-size: 30px;
  }
}

#prevInner:hover, #nextInner:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

#nextInner {
  position: absolute;
  right: 0;
}

#prev, #next {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 0;
  outline: none;
}

#prev:focus, #next:focus, #prev::-moz-focus-inner, #next::-moz-focus-inner, #prevInner::-moz-focus-inner, #nextInner::-moz-focus-inner {
  border: 0;
  outline: none;
}

#next {
  margin-left: auto;
}

.nav {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  color: #e50071;
  font-size: 14px;
  margin: 0 8%;
}
.nav button {
  background: none;
  border: none;
  color: #50545a;
  cursor: pointer;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.nav button:hover {
  text-decoration: none;
  color: #e50071;
}
.nav .line1 {
  height: 1px;
  width: 100px;
  border-bottom: 1px solid #50545a;
}

.slides {
  position: relative;
  width: 100%;
  aspect-ratio: 2.183;
  height: auto;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  opacity: 0;
  transition: opacity 0.5s ease;
  /* For fade if needed, but we'll use animate for slide */
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

#sliderInfo {
  background-color: rgba(229, 0, 113, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 999;
  margin-left: 8%;
  width: 400px;
  padding: 30px 40px;
}
#sliderInfo p, #sliderInfo .h1 {
  color: white;
}
#sliderInfo h1 {
  font-size: 24px;
  margin-bottom: 10px;
}
#sliderInfo p {
  font-size: 20px;
  margin: 5px 0;
}
@media all and (max-width: 992px) {
  #sliderInfo {
    background-color: #e50071;
    position: static;
    margin: 0;
    width: 100%;
  }
}

hr {
  width: 100%;
}

.right-panel {
  width: 100%;
  position: relative;
  background-color: #f5f5f5;
  /* Light background */
}

.right-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (max-width: 768px) {
  .icon1 {
    margin-top: 0 !important;
  }
}

.img4 {
  position: absolute;
  right: 100px;
  bottom: 20px;
  width: 300px;
}
@media all and (max-width: 992px) {
  .img4 {
    right: 10px;
    bottom: 20px;
  }
}

.sliderBox {
  width: 330px;
  max-width: 100%;
  text-align: left;
  padding: 25px 15px;
  position: absolute;
  top: 0;
  right: 100px;
  background-color: rgba(13, 108, 166, 0.7);
}
@media all and (max-width: 992px) {
  .sliderBox {
    position: static;
    width: 100%;
    opacity: 1;
  }
}

.blueLine {
  height: 1px;
  width: 100%;
  background-color: #e50071;
}

.iconGrayBG {
  background-color: #f0efed;
  padding: 10px;
  margin-top: -40px;
  transform: translateY(-60%);
  margin-bottom: -30px;
}

.blueBorderOuter {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.blueBorderOuter .blueBorder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.blueBorder {
  border: 1px solid #e50071;
  padding: 40px;
  margin: 45px;
  text-align: center;
}
@media all and (max-width: 600px) {
  .blueBorder {
    padding: 15px;
    margin: 25px 0;
  }
}

.whiteBtn {
  border: 1px solid white;
  font-weight: bold;
  color: white;
  padding: 16px 32px;
  display: inline-block;
  font-size: 20px;
  text-align: center;
}

.whiteBtn:hover {
  color: white;
}

.overlay1 {
  position: absolute;
  top: 30px;
  left: -30px;
}
@media all and (max-width: 1200px) {
  .overlay1 {
    left: 0;
  }
}
@media all and (max-width: 600px) {
  .overlay1 {
    top: -20px;
    width: 60%;
  }
}

.overlay2 {
  position: absolute;
  bottom: -50px;
  right: 0;
}
@media all and (max-width: 600px) {
  .overlay2 {
    width: 60%;
  }
}

.divider1 {
  height: 250px;
}
@media all and (max-width: 992px) {
  .divider1 {
    height: 20px;
  }
}

.divider2 {
  height: 90px;
}
@media all and (max-width: 992px) {
  .divider2 {
    height: 20px;
  }
}

.imgWrap {
  display: inline-block;
  overflow: hidden;
}

.imgClipAnim {
  clip-path: inset(100% 0 0% 0);
  -webkit-clip-path: inset(100% 0 0% 0);
}

.imgClipLeftAnim {
  clip-path: inset(100% 0 0% 0);
  -webkit-clip-path: inset(0% 100% 0% 0);
}

.imgClipRightAnim {
  clip-path: inset(100% 0 0% 0);
  -webkit-clip-path: inset(0% 0 0% 100%);
}

.imgClipAnimated {
  clip-path: inset(0% 0 0% 0);
  -webkit-clip-path: inset(0% 0 0% 0);
  transition: 0.6s;
}

.imgScaleAnim {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

@media all and (max-width: 992px) {
  .spacer {
    height: 73px;
  }
}

.expandBox {
  cursor: pointer;
}
.expandBox .redBox:hover {
  background-color: #50545a;
}
.arrowDown {
  position: absolute;
  left: 10px;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.leftBox {
  padding-left: 12%;
  padding-right: 5%;
}
@media all and (max-width: 992px) {
  .leftBox {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.button, #expose {
  font-family: "Maven Pro", sans-serif;
  font-weight: bold;
  color: white;
  background-color: #e50071;
  font-size: 25px;
  text-transform: uppercase;
  padding: 10px 22px;
  display: inline-block;
}

.button:hover, #expose:hover {
  background-color: #ac0053;
  transition: 0.2s;
  color: white;
  text-decoration: none;
}

#expose {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  z-index: 9;
  border: none;
}
@media all and (max-width: 992px) {
  #expose {
    position: static;
    width: 100%;
  }
}

.lineH {
  display: flex;
  padding-right: 5%;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media all and (max-width: 992px) {
  .lineH {
    padding-bottom: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.lineH .line {
  flex-grow: 1;
  text-align: right;
  border-bottom: 1px solid #50545a;
  transform: translateY(-12px);
  margin-right: 20px;
  margin-left: -15px;
  padding-right: 20px;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 400;
}
@media all and (max-width: 992px) {
  .lineH .line {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.lineH .h1 {
  font-size: 50px;
}

.pinkBox {
  background-color: #e50071;
  padding: 50px 60px;
  padding-bottom: 0;
  margin-top: -200px;
  z-index: 9;
}
@media all and (max-width: 992px) {
  .pinkBox {
    margin-top: 0px;
    padding: 30px 15px;
    padding-bottom: 0;
  }
}
.pinkBox p {
  font-size: 20px;
}
.pinkBox a, .pinkBox a:hover, .pinkBox p, .pinkBox .h1, .pinkBox .h2, .pinkBox li {
  color: white;
}
.pinkBox .icon {
  margin-left: 50%;
  transform: translateX(-50%);
  width: 120px;
  margin-top: 20px;
}

.extraPaddingBox {
  padding-top: 60px;
  padding-bottom: 60px;
}

.blueBox {
  background-color: #0d6ca6;
}

.redBox {
  background-color: #7e848e;
}

.contactBox {
  background-color: #7e848e;
  position: relative;
  z-index: 1;
  width: 535px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
}
@media all and (min-width: 993px) {
  .contactBox {
    height: 692px;
  }
}

.moreBtn {
  background-color: #e50071;
  color: white;
  padding: 5px 32px;
  margin-top: 20px;
}

.moreBtn:hover {
  background-color: #ac0053;
  color: white;
  text-decoration: none;
}

@media all and (min-width: 993px) {
  .p1 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

.offsetImg1 {
  margin-bottom: 80px;
}
@media all and (max-width: 992px) {
  .offsetImg1 {
    margin-bottom: 0;
  }
}

.offstImg2 {
  margin-bottom: 250px;
}
@media all and (max-width: 992px) {
  .offstImg2 {
    margin-bottom: 0;
  }
}

.imgGroup .images {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media all and (max-width: 992px) {
  .imgGroup .images {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
}
.imgGroup .images img {
  max-width: 100%;
  padding: 9px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.imgGroup .blueBox, .imgGroup .redBox {
  padding-top: 340px;
  transform: translateY(-320px);
  margin-bottom: -320px;
}

#wrapper {
  /*@media all and (min-width: $break-md + 1) {
    margin-left: 40px;
    margin-right: 40px;
  }*/
}
#wrapper .container {
  max-width: 1400px;
}
@media all and (min-width: 992px) {
  #wrapper .container2 {
    max-width: 100% !important;
    padding-left: 12%;
    padding-right: 12%;
  }
}

#mapid {
  height: 500px;
}

.imgBox {
  padding: 0;
}
@media all and (min-width: 993px) {
  .imgBox {
    height: 0;
  }
}
.imgBox > div {
  position: relative;
  z-index: 2;
  background-color: white;
  padding: 20px 40px 30px 40px;
  margin-left: -40px;
  display: inline-block;
}
@media all and (max-width: 992px) {
  .imgBox > div {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 20px;
  }
}

table {
  margin-bottom: 26px;
  color: #e50071;
}

p, li {
  line-height: 2;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #50545a;
  font-weight: 200;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: #e50071;
}

h4 {
  font-weight: 400;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}

/*
h2:before, .h2:before {
  content: "●";
  color: $primary-color;
  position: absolute;
  transform: translate(-70px, -30px);
  font-size: 100px;
  @media all and (max-width: $break-xs) {
    display: none;
  }
}
*/
a {
  color: #e50071;
}

a:hover, a:focus {
  color: #ac0053;
}

.list {
  list-style: none;
  margin-left: 10px;
}
.list li {
  margin-top: 8px;
}
.list li:before {
  content: " ";
  width: 23px;
  border-bottom: 1px solid #50545a;
  position: absolute;
  transform: translate(-40px, 19px);
  font-size: 20px;
}
.listWhite li:before {
  border-bottom: 1px solid white;
}

.box {
  display: flex;
  justify-content: center;
}
.box .h1 {
  font-weight: normal;
  text-align: center;
  padding: 24px 0 20px;
}

.buttonBoxBlue:hover {
  background-color: #0d6ca6;
  text-decoration: none;
}

/*
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 25px;
  padding-right: 25px;
}*/

/*# sourceMappingURL=style.css.map */
