/*global block styles*/

.f {
  display: flex;
  flex-direction: row;
}
.f-sb {
  justify-content: space-between;
}
/*3 styles */

.block-cover-1 {
  position: relative;
  --background-image: url(/uploads/media/v-637979796438229353/p1-b3-photo.jpg);
  background-size: cover;
  background-position: center;
  line-height: 1.1;
  background-image: var(--background-image);
  font-size: .9rem;
}
.block-cover-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: black;
  opacity: .5;
}
.block-cover-1 h1,
.block-cover-1 h2,
.block-cover-1 h3,
.block-cover-1 h4,
.block-cover-1 h5,
.block-cover-1 h6 {
  margin: 0;
}
.block-cover-1 .tt h1 {
  font-size: 500%;
  font-weight: bold;
  font-weight: 900;
  line-height: 1;
}
.block-cover-1 .tc,
.block-cover-1 .tb {
  font-size: 200%;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.45);
}
.block-cover-1 .tc p,
.block-cover-1 .tb p {
  margin: 0;
}
.block-cover-1 .tc p + p,
.block-cover-1 .tb p + p {
  margin-top: 1rem;
}
.block-cover-1 .tb {
  display: flex;
  gap: 1rem;
}
.block-cover-1 .block-inner {
  text-align: center;
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 100vh;
  height: calc(100vh - 115px);
  justify-content: center;
  gap: 1rem;
  z-index: 2;
}
.block-cover-1 ui-button {
  --background-color: transparent;
  --height: 50px;
}
.block-cover-1 ui-button::part(base) {
  border: 2px solid white;
  color: white;
  padding: 0 3em;
}
.block-cover-1 ui-button::part(label) {
  font-size: 1.5rem;
}
.block-cover-1 .custom-shape-divider-bottom-1661745971 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 3;
}
.block-cover-1 .custom-shape-divider-bottom-1661745971 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 72px;
}
.block-cover-1 .custom-shape-divider-bottom-1661745971 .shape-fill {
  fill: white;
}
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.video-background iframe {
  width: 100%;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:767px) {
  .block-cover-1 .tt h1 {
    font-size: 350%;
  }
  .block-cover-1 .tc,
  .block-cover-1 .tb {
    font-size: 150%;
  }
}
/*checking for variables*/

/* PATTERN= \/\*(?<var>[a-zA-Z0-9\\_]+)\=(?<styles>.*)\*\/ */

/* MATCHES FOUND=4*/

/*4 styles */

.block-stats-01 {
  --accent-color: #ca483d;
  background-size: cover;
  font-size: 1rem;
  position: relative;
  background-color: white;
}
.block-stats-01 a {
  text-decoration: none;
}
.block-stats-01 .block-inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  position: relative;
  z-index: 1;
  gap: 2rem;
  padding: 3rem 2rem 5rem 2rem;
}
.block-stats-01 h1 {
  text-align: center;
}
.block-stats-01 h1 small {
  display: block;
  font-weight: 300;
  font-size: 60%;
  color: var(--accent-color-alt-2);
}
.block-stats-01 h2 {
  margin: 0;
  font-size: 500%;
  letter-spacing: -0.2rem;
  font-weight: 700;
}
.block-stats-01 .fact-boxes {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-bottom: 0;
  font-size: 100%;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.block-stats-01 .box {
  position: relative;
  padding: 1rem;
  width: calc(100vw/7);
  max-width: 350px;
  min-width: 250px;
  line-height: 1.2;
  border: 8px solid transparent;
  text-align: center;
}
.block-stats-01 .box + .box {
  margin-left: 2rem;
}
.block-stats-01 .box .stat,
.block-stats-01 .box .title,
.block-stats-01 .box .divider,
.block-stats-01 .box .summary {
  display: block;
}
.block-stats-01 .box .title {
  font-weight: 500;
  font-size: 125%;
  margin-top: 1rem;
}
.block-stats-01 .box .icon ui-icon {
  font-size: 450%;
  color: var(--accent-color);
  opacity: .95;
}
.block-stats-01 .box .stat {
  font-size: 325%;
  font-weight: 700;
  margin: 0;
  color: var(--primary-color);
  white-space: nowrap;
}
.block-stats-01 .box ui-svg {
  display: block;
  margin: 0 auto;
  color: var(--primary-color);
}
.block-stats-01 .box .summary {
  font-size: 80%;
}
@media screen and (max-width:767px) {
  .block-stats-01 h2 {
    font-size: 350%;
    text-align: center;
  }
  .block-stats-01 .fact-boxes {
    flex-wrap: wrap;
  }
  .block-stats-01 .box {
    width: 50%;
    min-width: auto;
  }
  .block-stats-01 .box + .box {
    margin-left: 0;
  }
  .block-stats-01 .box + .box:before {
    display: none;
  }
}
/*checking for variables*/

/* PATTERN= \/\*(?<var>[a-zA-Z0-9\\_]+)\=(?<styles>.*)\*\/ */

/* MATCHES FOUND=1*/

/*47 styles */

.mission {
  padding: calc(var(--gap)*2) var(--gap);
  background-image: url(/content/themes/loveinc/assets/img/logos/mark-white.svg), linear-gradient(to right, var(--accent-color) 20%, var(--accent-color-alt-2) 50%);
  background-repeat: no-repeat, no-repeat;
  background-position: center left, bottom left;
  color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 360px;
  background-blend-mode: overlay;
  justify-content: center;
  background-size: 35%, 100%;
}
.mission .block-inner {
  display: flex;
  flex-direction: row;
  gap: var(--gap);
  align-items: center;
  justify-content: center;
}
.mission .block-inner h1 {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.mission .block-inner > div {
  width: calc(100%/3);
}
@media screen and (min-width:768px) and (max-width:1024px) {
  
}
@media screen and (max-width:767px) {
  .mission {
    padding: 0;
    background-image: url(/content/themes/loveinc/assets/img/logos/mark-white.svg), linear-gradient(to bottom, var(--accent-color) 20%, var(--accent-color-alt-2) 50%);
    background-size: 85%, 100%;
    background-position: -160% -10%;
    min-height: auto;
  }
  .mission .block-inner {
    flex-direction: column;
    padding: 2rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent);
    background-position: 0;
  }
  .mission .block-inner > div {
    width: 100%;
    text-align: center;
  }
  .mission .block-inner > div h1,
  .mission .block-inner > div h2 {
    margin: 0;
  }
}
/*checking for variables*/

/* PATTERN= \/\*(?<var>[a-zA-Z0-9\\_]+)\=(?<styles>.*)\*\/ */

/* MATCHES FOUND=1*/

