BODY {
  FONT-SIZE: 16px;
  COLOR: #000;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  margin: 0px !important;
}

table.dkouterblock {
  table-layout: auto;
  background-color: #FFFFFF;
  height: 100%;
  vertical-align: top;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

tr.dkouterblock,
td.dkouterblock,
td.dkcenterblock,
td.dkleftblock,
td.dkrightblock {
  vertical-align: top;
}

table.dkcenterblock,
table.dkleftblock,
table.dkrightblock {
  table-layout: auto;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  margin: 0px;
}

td.dkleftblock,
td.dkrightblock {
  width: 0px;
}

tr.dkheaderblock {
  vertical-align: top;
  margin: 0px;
  height: 50px;
}

.header a {
  text-decoration: none;
}

.header a:hover {
  color: #ed156f !important;
}

.orgmenu {
  float: right;
  padding-right: 50px;
  padding-top: 50px;
}

.mobile-orgmenu {
  text-align: center;
}

#dk-main-menu > li {
  list-style: none !important;
  padding-left: 10px;
}

.sm-dk a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif !important;
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #3e3e3e;
}

.sm-dk a:hover {
  color: #ed156f !important;
}

.sm-dk li {
  border-left: none !important;
}

#menu-button-mobile {
  float: right;
}

.pattern {
  display: block;
  content: "";
  height: 50px;
  width: 100%;
  background-image: url('/orgheaders/4976/footer-pattern.svg');
}

/* === PRE-FOOTER === */
.preFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: end;
  gap: 28px;
  background-color: #4ac1ec;
  padding: 40px 20px;
  font-family: "Montserrat", sans-serif;
}

.preFooter .preFooterText {
  margin-bottom: 30px;
}

.preFooter h4 {
  font-size: 28px;
  font-weight: 900;
  color: #000;
  margin: 0;
  line-height: 1.3;
  border-right: 5px solid black;
  padding-right: 60px;
}

.preFooter .preFooterLogos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
}

.preFooter .preFooterLogos a img {
  height: 60px;
  width: auto;
}

/* === MAIN FOOTER === */
.footerWrap {
  background-color: #fff;
  padding: 60px 100px 20px;
  font-family: "Montserrat", sans-serif;
}

.footerWrap > * {
  position: relative;
  z-index: 2;
}

.footerTop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.footerLogo {
  flex: 1 1 200px;
  text-align: left;
}

.footerLogo img {
  max-width: 250px;
}

.footerLogo .copyright {
    margin-top: 15px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    display: flex;
    gap: 10px;
}

#dk_bottomallnav_standard > footer > div.footerTop > div.footerLogo > div > p {
  align-self: flex-end;
  font-weight: 500;
}

.footerLogo .copyright img {
  height: 55px;
  margin-top: 15px;
}

/* === NAVIGATION COLUMNS === */
.footerLinks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 100px;
}

.footerLinks .column h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footerLinks .column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerLinks .column ul li {
  margin-bottom: 8px;
}

.footerLinks .column ul li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
}

.footerLinks .column ul li a:hover {
  color: #ed156f;
}

/* === CONTACT STRIP === */
.footerBottom {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}

.footerBottom .footerContent {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
}

.footerBottom a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.footerBottom .dot {
  color: #e64896;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.socialIcons a {
  margin: 0 5px;
  display: inline-block;
  color: #000;
}

.socialIcons svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

/* === MEDIA QUERIES === */
@media screen and (max-width: 1024px) {
  .footerWrap {
    padding: 40px 20px;
  }
  .footerTop {
    flex-direction: column;
    align-items: center;
  }
  .footerLogo {
    text-align: center;
    margin-bottom: 20px;
  }
  .footerLinks {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .footerLinks .column ul li a {
    font-size: 15px;
  }

  .preFooter {
    display: block;
    padding: 80px;
    padding-bottom: 35px;
  }
  .preFooter .preFooterLogos {
    padding-top: 25px;
  }


  .preFooter h4 {
    border-bottom: none;
    border-right: none;
    padding-right: 0;
   }
   .preFooter h4::after {
        display:block;
        clear:both;
        content: "";
        position: relative;
        left: 0;
        bottom: 0;
        max-width:250px;
        height: 1px;
        width: 50%;
        border-bottom: 5px solid black;
        margin:0 auto;
        padding:15px 20px;
    }

}

@media screen and (max-width: 768px) {
  ul.sm li {
    float: none !important;
  }
}

#menu-button-mobile > img {
  visibility: hidden !important;
}


header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
  background-color: white;
}

.logo img {
  height: 150px;
  padding-left: 35px;
}

@media screen and (max-width: 768px) {
    ul.sm li {
      float: none!important;
    }
}

#menu-button-mobile > img {
  visibility: hidden!important;
}

.heart {
  width: 20px;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
.footerContent {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px; /* spacing between items */
}

.footerContent > span,
.footerContent > a,
.footerContent > img,
.footerContent .socialIcons {
  display: block;
}

.footerContent .heart {
  width: 24px;
  height: auto;
}

.footerContent .socialIcons {
  display: flex;
  gap: 12px;
}
}

