@charset "UTF-8";
.footer {
  background: #08819D;
  padding: 48px 64px 69px 64px;
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 36px;
  border-bottom: 1px solid #FFFFFF;
}
.footer .footer-top .logo-container img {
  max-width: 100%;
}
.footer .footer-top .nav-links {
  display: flex;
  -moz-column-gap: 77px;
       column-gap: 77px;
}
.footer .footer-top .nav-links a {
  font-family: "Figtree";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  text-decoration: none;
}
.footer .footer-bottom {
  padding-top: 32px;
}
.footer .footer-bottom .tagline {
  font-family: "Figtree";
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.3;
}
 
/* Tablet ≤1024px */
@media (max-width: 1024px) {
  .footer {
    padding: 40px 40px 56px 40px;
  }
  .footer .footer-top {
    padding-bottom: 28px;
  }
  .footer .footer-top .nav-links {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .footer .footer-top .nav-links a {
    font-size: 15px;
  }
  .footer .footer-bottom {
    padding-top: 28px;
  }
  .footer .footer-bottom .tagline {
    font-size: 15px;
  }
}
/* Mobile ≤767px */
@media (max-width: 767px) {
  .footer {
    padding: 34px 24px;
  }
  .footer .footer-top {
    row-gap: 20px;
    padding-bottom: 48px;
    justify-content: space-between;
  }
  .footer .footer-top .logo-container img {
    width: 100%;
    height: auto;
  }
  .footer .footer-top .nav-links {
    flex-direction: column;
    gap: 8px;
  }
  .footer .footer-top .nav-links .footer-link {
    font-size: 16px;
    font-weight: 400;
  }
  .footer .footer-bottom {
    padding-top: 40px;
  }
  .footer .footer-bottom .tagline {
    font-size: 14px;
    text-align: center;
  }
}
/**guide-container**/
.sbe-guide-container {
  background-color: #F7B917;
}
.sbe-guide-container .sbe-header-section {
  position: relative;
}
.sbe-guide-container .sbe-header-section .chocolate-background-placeholder {
  height: 250px;
  background-image: url("../images/Clip-path-group.png");
  background-size: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: auto 100%;
  background-position: bottom center;
}
.sbe-guide-container .sbe-header-section .chocolate-background-placeholder .guide-title {
  color: #ffffff;
  margin-top: -60px;
  z-index: 2;
  font-family: "Figtree";
  font-weight: 600;
  font-style: "SemiBold";
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}
.sbe-guide-container .sbe-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 65px 31px 65px;
  gap: 77px;
}
.sbe-guide-container .sbe-steps-grid .sbe-card .card-title {
  font-family: "Figtree";
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  min-height: 80px;
  text-align: center;
}
.sbe-guide-container .sbe-steps-grid .sbe-card .card-title span {
  font-size: 20px;
}
.sbe-guide-container .sbe-steps-grid .sbe-card .image-placeholder {
  margin-bottom: 12px;
  border: 0.87px solid #000000;
  background: #fff;
  border-radius: 17px;
}
.sbe-guide-container .sbe-steps-grid .sbe-card .image-placeholder img {
  width: 100%;
}
.sbe-guide-container .sbe-steps-grid .sbe-card .card-title-mobile {
  display: none;
}
.sbe-guide-container .sbe-steps-grid .sbe-card .card-description {
  font-family: Figtree;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
}
 
@media (max-width: 1024px) {
  .sbe-guide-container .sbe-header-section .chocolate-background-placeholder {
    height: 220px;
  }
  .sbe-guide-container .sbe-header-section .chocolate-background-placeholder .guide-title {
    font-size: 36px;
    margin-top: -40px;
  }
  .sbe-guide-container .sbe-steps-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
    padding: 0 40px 28px 40px;
  }
  .sbe-guide-container .sbe-steps-grid .sbe-card .card-title {
    font-size: 24px;
    min-height: 100px;
  }
  .sbe-guide-container .sbe-steps-grid .sbe-card .card-title span {
    font-size: 18px;
  }
  .sbe-guide-container .sbe-steps-grid .sbe-card .card-description {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sbe-guide-container .sbe-header-section .chocolate-background-placeholder {
    height: 200px;
    padding: 0 24px;
  }
  .sbe-guide-container .sbe-header-section .chocolate-background-placeholder .guide-title {
    font-size: 28px;
    line-height: 1.2;
    margin-top: -30px;
  }
  .sbe-guide-container .sbe-steps-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 24px;
  }
  .sbe-guide-container .sbe-steps-grid .sbe-card {
    display: grid;
    grid-template-columns: 50% 45%;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: center;
    text-align: left;
  }
  .sbe-guide-container .sbe-steps-grid .sbe-card .card-title {
    display: none;
  }
  .sbe-guide-container .sbe-steps-grid .sbe-card .image-placeholder {
   
    margin-bottom: 0;
    border: 0.87px solid #000;
    border-radius: 16px;
    overflow: hidden;
  }
  .sbe-guide-container .sbe-steps-grid .sbe-card .image-placeholder img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sbe-guide-container .sbe-steps-grid .sbe-card .card-title-mobile {
    display: block;
    font-family: Figtree;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 15px;
  }
  .sbe-guide-container .sbe-steps-grid .sbe-card .card-title-mobile span {
    font-size: 16px;
    font-weight: 600;
  }
  .sbe-guide-container .sbe-steps-grid .sbe-card .card-description {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
  }
}
.notice-text {
  text-align: center;
  color: #FFF;
  padding: 20px 20px;
  background: #311611;
}
.notice-text h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.notice-text p {
  font-size: 14px;
  margin: 20px 0px 0px;
}
.notice-text p a {
  color: #FFF;
  text-decoration: none;
}/*# sourceMappingURL=footer-section.css.map */