.hp_spacing {
  letter-spacing: normal !important;
  margin-bottom: 15px;
}

.skinny-link {
  color: #333;
  text-decoration: underline;
}

/* Content container*/
.content-container-header {
  font-weight: bold;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
}

/* Content container*/
.content-container-sub {
  font-weight: bold;
  font-size: 12px;
  font-family: "proxima-nova", sans-serif;
  margin: 0;
}

/* Content container*/
.content-container-copy {
  font-size: 11px;
  font-family: "proxima-nova", sans-serif;
  margin: 0;
}

.heromod-EU-font {
  font-size: 38px !important;
}

.nocolor_button a {
  color: #fff !important;
  background-color: #333333 !important;
}

.btn--black-on-white--lg:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
}

/* Center the container horizontally */
.ugc-cpro-center-container {
  display: flex;
  justify-content: center;
  background-color: #0A2339; /* Set background color */
}

.ugc-cpro-image-module {
  background-color: #0A2339;
  padding: 40px 0px; /* Increase top padding to create space */
  width: 1280px;
  box-sizing: border-box;
}

.ugc-cpro-logo-container {
  display: flex;
  align-items: center;
  justify-content: center; /* Center horizontally */
  margin-top: 80px;
  margin-bottom: 40px;
}

.ugc-cpro-logo-container img {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}

.ugc-cpro-heading {
  font-family: "futura-pt", sans-serif;
  font-size: 35px;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  margin: 0; /* Reset margin for h2 */
}

.ugc-cpro-image-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden; /* Ensure all images are contained within the container */
}

.ugc-cpro-image-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Align text to the left */
  text-align: center;
  width: 25%; /* Distribute the width evenly among the images */
  padding: 0 10px; /* Add spacing between images */
}

.ugc-cpro-image-item-last {
  justify-content: flex-end; /* Align Image 4 to the right */
}

.ugc-cpro-image-item img {
  width: 100%;
  height: 100%; /* Adjust the height to maintain the aspect ratio */
  object-fit: cover;
}

.ugc-cpro-image-text {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  margin-top: auto;
  margin-left: 0; /* Remove the left margin */
  padding: 0 0px; /* Add padding to the text */
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .ugc-cpro-image-module {
    padding: 20px 0; /* Adjust padding for mobile */
  }

  .ugc-cpro-logo-container {
    flex-direction: column; /* Stack logo and header */
    text-align: center; /* Center the logo and header */
    margin-top: 50px;
    margin-bottom: 30px; /* Add space between logo and header */
  }

  .ugc-cpro-logo-container img {
    margin-right: 0; /* Remove the margin for mobile */
  }

  .ugc-cpro-heading {
    margin-top: 20px; /* Add space between logo and header */
    font-size: 26px;
    text-align: center;
    padding: 0 20px; /* Add padding to the text */
  }

  .ugc-cpro-image-container {
    flex-direction: column; /* Stack images vertically on mobile */
    align-items: center;
  }

  .ugc-cpro-image-item {
    width: 70%; /* Take full width on mobile */
    padding: 0; /* Reset padding for mobile */
    margin-bottom: 20px; /* Add spacing between stacked images */
  }

  .ugc-cpro-image-text {
    font-size: 14px;
    padding: 0 0px; /* Add padding to the text */
  }
}

@media screen and (min-width: 600px) {
  .heromod-desktop-hide {
    display: none; /* Hide elements when screen size is 600 pixels or more */
  }
  .heromod-mobile-hide {
    display: block; /* show elements when screen size is 600 pixels or more */
  }
  .marg20hp {
    margin-right:20%;
  }
  .margleft10hp {
    margin-left:10%;
  }
  .heromod-desktop-font {
    font-weight: 400!important;
  }
  .hero-mod-mt-12{
    margin-top: 12px!important;
  }
}

@media screen and (max-width: 600px) {
  .heromod-mobile-bf-font {
    font-size: 28px !important;
    font-weight: 400!important;
  }
  .heromod-EU-font {
    font-size: 28px !important;
  }
  .heromod-mobile-font {
    font-size: 32px !important;
  }
  .heromod-mobile-hide {
    display: none; /* Hide elements when screen size is 600 pixels or less */
  }
  .heromod-desktop-hide {
    display: block; /* show elements when screen size is 600 pixels or less */
  }
  .box-mobile-only-row {
    height: 680px!important;
  }
  .box-mobile-only {
    height: 600px!important;
  }
  .dynamic-content__box_overide_hero {
    overflow: visible;
    height: auto;
    min-height: 700px;
    padding: 40px 19px 0;
    display: block;
    text-align: center;
  }
}

.bug-container {
    position: relative;
    width: 1440px;
    height: 300px;
    background-color: #f0f0f0;
    margin: 20px;
    border: 1px solid #ccc;
}

.bug-cta-link {
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 10;
}


.bug-cta-button {
    width: 140px;
    height: 70px;
    background-color: black;
    color: white;
    text-align: center;
    line-height: 70px;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.bug-cta-button:hover {
    background-color: white;
    color: black;
}
