* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::after, *::before {
  margin: 0;
  padding: 0;
}

body {
  color: #586470;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.btn-cta {
  padding: 16px 40px;
  border-radius: 8px;
  background: #000;
  color: #fff;
  display: inline-block;
  transition: 0.4s;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  cursor: pointer;
}
.btn-cta:hover {
  opacity: 0.8;
}
.btn-cta.outlined {
  border: 1px solid #000;
  color: #000;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
strong {
  color: #252E36;
}

a {
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  opacity: 0.8;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

img {
  display: block;
}

h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}

h4 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 12px;
}

section {
  padding: 80px 0;
}
section .sticky-to-top {
  padding-top: 100px;
}
section.bg-alt {
  background: rgba(255, 249, 249, 0.6);
  padding: 60px 0;
}
section.bg-alt + .bg-alt {
  padding-top: 0;
}
section:not(.bg-alt) + :not(.bg-alt) {
  padding-top: 0;
}
section:last-child:not(.bg-alt) {
  padding-bottom: 0px;
}

.pce-slider-mobile .pces-slide:not(:first-child),
.pce-slider .pces-slide:not(:first-child) {
  display: none;
}

.pce-slider-mobile.slick-initialized .pces-slide:not(:first-child),
.pce-slider.slick-initialized .pces-slide:not(:first-child) {
  display: block;
}

.pce-slider-custom-dots-mobile .custom-dot-icons:not(:first-child),
.pce-slider-custom-dots .custom-dot-icons:not(:first-child) {
  display: none;
}

.pce-slider-custom-dots-mobile.slick-initialized .custom-dot-icons:not(:first-child),
.pce-slider-custom-dots.slick-initialized .custom-dot-icons:not(:first-child) {
  display: block;
}

.section-title {
  max-width: 848px;
  margin: 0 auto 60px auto;
}
.section-title h2 {
  font-size: 32px;
  line-height: 38.72px;
  margin-bottom: 20px;
}
.section-title p {
  font-weight: 500;
}

.sgl-over-text {
  font-size: 18px;
  color: #f64e6e;
  line-height: 23.44px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
  letter-spacing: 2.34px;
  font-weight: 700;
}

.sgl-logo {
  max-width: 118px;
}

header.header {
  padding: 24px 0;
  transition: 0.4s ease;
  width: 100%;
}
header.header .h-logo a {
  position: relative;
  overflow: hidden;
}
header.header .h-logo a:hover {
  opacity: 1;
}
header.header .h-logo a img {
  transition: 0.4s;
}
header.header .h-logo a img.sticky-logo {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  inset: 0;
}
header.header.p-absolute {
  position: absolute;
  top: 0;
}
header.header:not(.h-inner).sticky {
  position: fixed;
  top: 0;
}
header.header.sticky {
  border-bottom: 1px solid #EFDEDE;
  background: #fff;
  z-index: 9;
  padding: 12px 0;
}
header.header.sticky .h-logo a img {
  opacity: 0;
  visibility: hidden;
}
header.header.sticky .h-logo a img.sticky-logo {
  visibility: visible;
  opacity: 1;
}
header.header.h-inner {
  border-bottom: 1px solid #EFDEDE;
  background: #fff;
  position: sticky;
  top: 0;
}
header.header nav ul {
  padding: 0;
  list-style: none;
}
header.header nav .btn-cta {
  font-size: 12px;
  line-height: 15px;
  padding: 12px 28px;
}

.hero-banner .hb-bg-gradient {
  background: linear-gradient(98.55deg, #FCD8F2 -9.75%, #FFDEC1 100.72%);
  padding-bottom: 60px;
}
.hero-banner .hb-content {
  padding-top: 56px;
}
.hero-banner .hb-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 50.82px;
  margin-bottom: 20px;
}
.hero-banner .hb-content p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 36px;
  font-weight: 500;
}
.hero-banner .hb-content .hb-cta-wrapper {
  margin-bottom: 8px;
}
.hero-banner .hb-content .hb-cta-wrapper .btn-cta {
  min-width: 220px;
}
.hero-banner .hb-content .hb-cta-wrapper + p {
  color: #252E36;
  font-size: 16px;
  line-height: 20px;
}
.hero-banner .hb-image {
  margin-top: -244px;
}

.image-left-right {
  margin-bottom: 60px;
}
.image-left-right .ilr-content {
  margin-bottom: 60px;
}
.image-left-right .ilr-content .ilr-icon-text {
  margin-bottom: 8px;
}
.image-left-right .ilr-content .ilr-icon-text span {
  display: inline-block;
}
.image-left-right .ilr-content .ilr-icon-text span img {
  vertical-align: middle;
}
.image-left-right .ilr-content .ilr-icon-text span:last-child {
  margin-left: 8px;
  font-size: 16px;
  color: #252E36;
}
.image-left-right .ilr-content h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.72px;
  margin-bottom: 20px;
}
.image-left-right .ilr-content p + ul {
  margin-top: 20px;
}

ul.custom-marker {
  padding-left: 8px;
  list-style: none;
}
ul.custom-marker.danger li::before {
  content: url("../images/icons/danger-symbol.svg");
}
ul.custom-marker li {
  position: relative;
  font-weight: 400;
  padding-left: 40px;
}
ul.custom-marker li:not(:last-child) {
  margin-bottom: 20px;
}
ul.custom-marker li::before {
  position: absolute;
  content: url("../images/icons/tick.svg");
  vertical-align: middle;
  top: 16px;
  width: 22px;
  height: 22px;
  left: 0;
  transform: translateY(-50%);
}

.cta-section .cs-wrapper {
  border-radius: 30px;
  background: linear-gradient(101.55deg, #F64E6E 0.47%, #FF795E 103.14%);
  position: relative;
  overflow: hidden;
}
.cta-section .cs-wrapper .cw-wrapper {
  padding: 60px 14px;
  background: url("../images/icons/cta-bg-pattern.svg");
  background-position: center center;
}
.cta-section .cs-wrapper .csw-text {
  max-width: 614px;
  margin: auto;
  z-index: 1;
  position: relative;
}
.cta-section .cs-wrapper .csw-text h2 {
  font-size: 30px;
  line-height: 40px;
}
.cta-section .cs-wrapper .csw-text .bold-it {
  font-weight: 700;
}
.cta-section .cs-wrapper .csw-text h2,
.cta-section .cs-wrapper .csw-text p {
  color: #fff;
}
.cta-section .cs-wrapper .csw-text p {
  font-size: 20px;
}
.cta-section .cs-wrapper .csw-text .btn-cta {
  padding: 16px 20px;
}
.cta-section .cs-wrapper .csw-text .btn-cta + p {
  font-size: 16px;
  line-height: 20px;
}

footer {
  padding-top: 80px;
}

.footer-menu-part .sgl-logo-wrapper {
  display: inline-block;
}
.footer-menu-part .sgl-logo-wrapper:hover {
  opacity: 1;
}
.footer-menu-part ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  padding-left: 16px;
  list-style: none;
}
.footer-menu-part ul li {
  font-size: 16px;
  line-height: 20.83px;
}
.footer-menu-part ul li a {
  color: #586470;
}
.footer-menu-part ul li:last-child {
  margin-bottom: 60px;
}

.footer-base-part {
  border-top: 1px solid #D7D7D7;
  margin-bottom: 90px;
  padding-top: 20px;
}
.footer-base-part ul {
  display: flex;
  gap: 26px;
  justify-content: center;
  margin-bottom: 16px;
}
.footer-base-part ul li {
  list-style: none;
}
.footer-base-part p {
  font-size: 16px;
  line-height: 20.83px;
  text-align: center;
}

@media (min-width: 992px) {
  .footer-base-part {
    padding-top: 20px;
    margin-bottom: 72px;
  }
}