.szfc-section {
	--szfc-ink: #17343b;
	--szfc-accent: #c76f52;
	--szfc-paper: #fbfaf6;
	background: var(--szfc-paper);
	color: var(--szfc-ink);
	padding: clamp(72px, 9vw, 132px) 0 clamp(88px, 11vw, 156px);
}

.szfc-shell {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.szfc-header {
	display: block;
	text-align: center;
	margin-bottom: clamp(44px, 6vw, 76px);
}

.szfc-eyebrow {
	display: none;
}

.szfc-title {
	max-width: none;
	margin: 0;
	font-family: "Roboto Slab", "Times New Roman", serif;
	font-size: 37px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	color: #3c4858;
}

.szfc-intro {
	display: none;
}

.szfc-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2.5vw, 32px);
	align-items: start;
}

.szfc-card {
	position: relative;
	display: block;
	min-height: clamp(460px, 46vw, 570px);
	overflow: hidden;
	border-radius: 1px;
	background:
		radial-gradient(circle at 75% 20%, rgba(199, 111, 82, 0.5), transparent 36%),
		linear-gradient(155deg, #294e54 0%, #17343b 48%, #0e2328 100%);
	box-shadow: 0 24px 64px rgba(17, 38, 43, 0.12);
	color: #fff;
	text-decoration: none;
	isolation: isolate;
	transition: transform 260ms ease, box-shadow 260ms ease;
}

.szfc-card--2 {
	margin-top: 58px;
}

.szfc-card__image {
	position: absolute;
	z-index: -2;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 500ms ease;
}

.szfc-card__shade {
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(8, 21, 25, 0.02) 28%, rgba(8, 21, 25, 0.4) 62%, rgba(8, 21, 25, 0.92) 100%),
		linear-gradient(90deg, rgba(8, 21, 25, 0.2), transparent 62%);
}

.szfc-card--placeholder .szfc-card__shade {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(4, 13, 16, 0.68)),
		repeating-linear-gradient(135deg, transparent 0 36px, rgba(255, 255, 255, 0.025) 36px 37px);
}

.szfc-card__content {
	position: absolute;
	inset: auto 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(24px, 3vw, 38px);
}

.szfc-card__number {
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.24em;
	line-height: 1;
}

.szfc-card__title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 3vw, 43px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.03;
}

.szfc-card__text {
	max-width: 31ch;
	margin-top: 13px;
	font-size: 13px;
	line-height: 1.55;
	opacity: 0.92;
}

.szfc-card:hover,
.szfc-card:focus-visible {
	box-shadow: 0 30px 76px rgba(17, 38, 43, 0.2);
	color: #fff;
	text-decoration: none;
	transform: translateY(-6px);
}

.szfc-card:hover .szfc-card__image,
.szfc-card:focus-visible .szfc-card__image {
	transform: scale(1.035);
}

.szfc-card:focus-visible {
	outline: 3px solid var(--szfc-accent);
	outline-offset: 5px;
}

@media (max-width: 900px) {
	.szfc-card {
		min-height: 480px;
	}

	.szfc-card--2 {
		margin-top: 36px;
	}
}

@media (max-width: 720px) {
	.szfc-section {
		padding: 70px 0 88px;
	}

	.szfc-shell {
		width: min(100% - 28px, 540px);
	}

	.szfc-title {
		font-size: 30px;
	}

	.szfc-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.szfc-card {
		min-height: min(132vw, 620px);
		margin-top: 0;
	}

	.szfc-grid .szfc-card.szfc-card--2 {
		margin-top: 0;
	}

	.szfc-card__content {
		padding: 28px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.szfc-card,
	.szfc-card__image {
		transition: none;
	}
}
/* ================================================================== */
/* This file has a mobile-to-tablet, .lgc-and tablet-to-desktop breakpoint */
/* ================================================================== */
@-ms-viewport {
    width: auto;
}
.lgc-clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.lgc-grid-container:before, .lgc-grid-5:before, .lgc-mobile-grid-5:before, .lgc-tablet-grid-5:before, .lgc-grid-10:before, .lgc-mobile-grid-10:before, .lgc-tablet-grid-10:before, .lgc-grid-15:before, .lgc-mobile-grid-15:before, .lgc-tablet-grid-15:before, .lgc-grid-20:before, .lgc-mobile-grid-20:before, .lgc-tablet-grid-20:before, .lgc-grid-25:before, .lgc-mobile-grid-25:before, .lgc-tablet-grid-25:before, .lgc-grid-30:before, .lgc-mobile-grid-30:before, .lgc-tablet-grid-30:before, .lgc-grid-35:before, .lgc-mobile-grid-35:before, .lgc-tablet-grid-35:before, .lgc-grid-40:before, .lgc-mobile-grid-40:before, .lgc-tablet-grid-40:before, .lgc-grid-45:before, .lgc-mobile-grid-45:before, .lgc-tablet-grid-45:before, .lgc-grid-50:before, .lgc-mobile-grid-50:before, .lgc-tablet-grid-50:before, .lgc-grid-55:before, .lgc-mobile-grid-55:before, .lgc-tablet-grid-55:before, .lgc-grid-60:before, .lgc-mobile-grid-60:before, .lgc-tablet-grid-60:before, .lgc-grid-65:before, .lgc-mobile-grid-65:before, .lgc-tablet-grid-65:before, .lgc-grid-70:before, .lgc-mobile-grid-70:before, .lgc-tablet-grid-70:before, .lgc-grid-75:before, .lgc-mobile-grid-75:before, .lgc-tablet-grid-75:before, .lgc-grid-80:before, .lgc-mobile-grid-80:before, .lgc-tablet-grid-80:before, .lgc-grid-85:before, .lgc-mobile-grid-85:before, .lgc-tablet-grid-85:before, .lgc-grid-90:before, .lgc-mobile-grid-90:before, .lgc-tablet-grid-90:before, .lgc-grid-95:before, .lgc-mobile-grid-95:before, .lgc-tablet-grid-95:before, .lgc-grid-100:before, .lgc-mobile-grid-100:before, .lgc-tablet-grid-100:before, .lgc-grid-33:before, .lgc-mobile-grid-33:before, .lgc-tablet-grid-33:before, .lgc-grid-66:before, .lgc-mobile-grid-66:before, .lgc-tablet-grid-66:before, .lgc-clearfix:before,
.lgc-grid-container:after,
.lgc-grid-5:after,
.lgc-mobile-grid-5:after,
.lgc-tablet-grid-5:after,
.lgc-grid-10:after,
.lgc-mobile-grid-10:after,
.lgc-tablet-grid-10:after,
.lgc-grid-15:after,
.lgc-mobile-grid-15:after,
.lgc-tablet-grid-15:after,
.lgc-grid-20:after,
.lgc-mobile-grid-20:after,
.lgc-tablet-grid-20:after,
.lgc-grid-25:after,
.lgc-mobile-grid-25:after,
.lgc-tablet-grid-25:after,
.lgc-grid-30:after,
.lgc-mobile-grid-30:after,
.lgc-tablet-grid-30:after,
.lgc-grid-35:after,
.lgc-mobile-grid-35:after,
.lgc-tablet-grid-35:after,
.lgc-grid-40:after,
.lgc-mobile-grid-40:after,
.lgc-tablet-grid-40:after,
.lgc-grid-45:after,
.lgc-mobile-grid-45:after,
.lgc-tablet-grid-45:after,
.lgc-grid-50:after,
.lgc-mobile-grid-50:after,
.lgc-tablet-grid-50:after,
.lgc-grid-55:after,
.lgc-mobile-grid-55:after,
.lgc-tablet-grid-55:after,
.lgc-grid-60:after,
.lgc-mobile-grid-60:after,
.lgc-tablet-grid-60:after,
.lgc-grid-65:after,
.lgc-mobile-grid-65:after,
.lgc-tablet-grid-65:after,
.lgc-grid-70:after,
.lgc-mobile-grid-70:after,
.lgc-tablet-grid-70:after,
.lgc-grid-75:after,
.lgc-mobile-grid-75:after,
.lgc-tablet-grid-75:after,
.lgc-grid-80:after,
.lgc-mobile-grid-80:after,
.lgc-tablet-grid-80:after,
.lgc-grid-85:after,
.lgc-mobile-grid-85:after,
.lgc-tablet-grid-85:after,
.lgc-grid-90:after,
.lgc-mobile-grid-90:after,
.lgc-tablet-grid-90:after,
.lgc-grid-95:after,
.lgc-mobile-grid-95:after,
.lgc-tablet-grid-95:after,
.lgc-grid-100:after,
.lgc-mobile-grid-100:after,
.lgc-tablet-grid-100:after,
.lgc-grid-33:after,
.lgc-mobile-grid-33:after,
.lgc-tablet-grid-33:after,
.lgc-grid-66:after,
.lgc-mobile-grid-66:after,
.lgc-tablet-grid-66:after,
.lgc-clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.lgc-grid-container:after, .lgc-grid-5:after, .lgc-mobile-grid-5:after, .lgc-tablet-grid-5:after, .lgc-grid-10:after, .lgc-mobile-grid-10:after, .lgc-tablet-grid-10:after, .lgc-grid-15:after, .lgc-mobile-grid-15:after, .lgc-tablet-grid-15:after, .lgc-grid-20:after, .lgc-mobile-grid-20:after, .lgc-tablet-grid-20:after, .lgc-grid-25:after, .lgc-mobile-grid-25:after, .lgc-tablet-grid-25:after, .lgc-grid-30:after, .lgc-mobile-grid-30:after, .lgc-tablet-grid-30:after, .lgc-grid-35:after, .lgc-mobile-grid-35:after, .lgc-tablet-grid-35:after, .lgc-grid-40:after, .lgc-mobile-grid-40:after, .lgc-tablet-grid-40:after, .lgc-grid-45:after, .lgc-mobile-grid-45:after, .lgc-tablet-grid-45:after, .lgc-grid-50:after, .lgc-mobile-grid-50:after, .lgc-tablet-grid-50:after, .lgc-grid-55:after, .lgc-mobile-grid-55:after, .lgc-tablet-grid-55:after, .lgc-grid-60:after, .lgc-mobile-grid-60:after, .lgc-tablet-grid-60:after, .lgc-grid-65:after, .lgc-mobile-grid-65:after, .lgc-tablet-grid-65:after, .lgc-grid-70:after, .lgc-mobile-grid-70:after, .lgc-tablet-grid-70:after, .lgc-grid-75:after, .lgc-mobile-grid-75:after, .lgc-tablet-grid-75:after, .lgc-grid-80:after, .lgc-mobile-grid-80:after, .lgc-tablet-grid-80:after, .lgc-grid-85:after, .lgc-mobile-grid-85:after, .lgc-tablet-grid-85:after, .lgc-grid-90:after, .lgc-mobile-grid-90:after, .lgc-tablet-grid-90:after, .lgc-grid-95:after, .lgc-mobile-grid-95:after, .lgc-tablet-grid-95:after, .lgc-grid-100:after, .lgc-mobile-grid-100:after, .lgc-tablet-grid-100:after, .lgc-grid-33:after, .lgc-mobile-grid-33:after, .lgc-tablet-grid-33:after, .lgc-grid-66:after, .lgc-mobile-grid-66:after, .lgc-tablet-grid-66:after, .lgc-clearfix:after {
  clear: both;
}

.lgc-grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}

.lgc-grid-5, .lgc-mobile-grid-5, .lgc-tablet-grid-5, .lgc-grid-10, .lgc-mobile-grid-10, .lgc-tablet-grid-10, .lgc-grid-15, .lgc-mobile-grid-15, .lgc-tablet-grid-15, .lgc-grid-20, .lgc-mobile-grid-20, .lgc-tablet-grid-20, .lgc-grid-25, .lgc-mobile-grid-25, .lgc-tablet-grid-25, .lgc-grid-30, .lgc-mobile-grid-30, .lgc-tablet-grid-30, .lgc-grid-35, .lgc-mobile-grid-35, .lgc-tablet-grid-35, .lgc-grid-40, .lgc-mobile-grid-40, .lgc-tablet-grid-40, .lgc-grid-45, .lgc-mobile-grid-45, .lgc-tablet-grid-45, .lgc-grid-50, .lgc-mobile-grid-50, .lgc-tablet-grid-50, .lgc-grid-55, .lgc-mobile-grid-55, .lgc-tablet-grid-55, .lgc-grid-60, .lgc-mobile-grid-60, .lgc-tablet-grid-60, .lgc-grid-65, .lgc-mobile-grid-65, .lgc-tablet-grid-65, .lgc-grid-70, .lgc-mobile-grid-70, .lgc-tablet-grid-70, .lgc-grid-75, .lgc-mobile-grid-75, .lgc-tablet-grid-75, .lgc-grid-80, .lgc-mobile-grid-80, .lgc-tablet-grid-80, .lgc-grid-85, .lgc-mobile-grid-85, .lgc-tablet-grid-85, .lgc-grid-90, .lgc-mobile-grid-90, .lgc-tablet-grid-90, .lgc-grid-95, .lgc-mobile-grid-95, .lgc-tablet-grid-95, .lgc-grid-100, .lgc-mobile-grid-100, .lgc-tablet-grid-100, .lgc-grid-33, .lgc-mobile-grid-33, .lgc-tablet-grid-33, .lgc-grid-66, .lgc-mobile-grid-66, .lgc-tablet-grid-66 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.lgc-grid-parent {
  padding-left: 0;
  padding-right: 0;
}

.lgc-grid-offset {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .mobile-push-5, .lgc-mobile-pull-5, .lgc-mobile-push-10, .lgc-mobile-pull-10, .lgc-mobile-push-15, .lgc-mobile-pull-15, .lgc-mobile-push-20, .lgc-mobile-pull-20, .lgc-mobile-push-25, .lgc-mobile-pull-25, .lgc-mobile-push-30, .lgc-mobile-pull-30, .lgc-mobile-push-35, .lgc-mobile-pull-35, .lgc-mobile-push-40, .lgc-mobile-pull-40, .lgc-mobile-push-45, .lgc-mobile-pull-45, .lgc-mobile-push-50, .lgc-mobile-pull-50, .lgc-mobile-push-55, .lgc-mobile-pull-55, .lgc-mobile-push-60, .lgc-mobile-pull-60, .lgc-mobile-push-65, .lgc-mobile-pull-65, .lgc-mobile-push-70, .lgc-mobile-pull-70, .lgc-mobile-push-75, .lgc-mobile-pull-75, .lgc-mobile-push-80, .lgc-mobile-pull-80, .lgc-mobile-push-85, .lgc-mobile-pull-85, .lgc-mobile-push-90, .lgc-mobile-pull-90, .lgc-mobile-push-95, .lgc-mobile-pull-95, .lgc-mobile-push-33, .lgc-mobile-pull-33, .lgc-mobile-push-66, .lgc-mobile-pull-66 {
    position: relative;
  }

  .lgc-hide-on-mobile {
    display: none !important;
  }

  .lgc-mobile-grid-5 {
    float: left;
    width: 5%;
  }

  .lgc-mobile-prefix-5 {
    margin-left: 5%;
  }

  .lgc-mobile-suffix-5 {
    margin-right: 5%;
  }

  .lgc-mobile-push-5 {
    left: 5%;
  }

  .lgc-mobile-pull-5 {
    left: -5%;
  }

  .lgc-mobile-grid-10 {
    float: left;
    width: 10%;
  }

  .lgc-mobile-prefix-10 {
    margin-left: 10%;
  }

  .lgc-mobile-suffix-10 {
    margin-right: 10%;
  }

  .lgc-mobile-push-10 {
    left: 10%;
  }

  .lgc-mobile-pull-10 {
    left: -10%;
  }

  .lgc-mobile-grid-15 {
    float: left;
    width: 15%;
  }

  .lgc-mobile-prefix-15 {
    margin-left: 15%;
  }

  .lgc-mobile-suffix-15 {
    margin-right: 15%;
  }

  .lgc-mobile-push-15 {
    left: 15%;
  }

  .lgc-mobile-pull-15 {
    left: -15%;
  }

  .lgc-mobile-grid-20 {
    float: left;
    width: 20%;
  }

  .lgc-mobile-prefix-20 {
    margin-left: 20%;
  }

  .lgc-mobile-suffix-20 {
    margin-right: 20%;
  }

  .lgc-mobile-push-20 {
    left: 20%;
  }

  .lgc-mobile-pull-20 {
    left: -20%;
  }

  .lgc-mobile-grid-25 {
    float: left;
    width: 25%;
  }

  .lgc-mobile-prefix-25 {
    margin-left: 25%;
  }

  .lgc-mobile-suffix-25 {
    margin-right: 25%;
  }

  .lgc-mobile-push-25 {
    left: 25%;
  }

  .lgc-mobile-pull-25 {
    left: -25%;
  }

  .lgc-mobile-grid-30 {
    float: left;
    width: 30%;
  }

  .lgc-mobile-prefix-30 {
    margin-left: 30%;
  }

  .lgc-mobile-suffix-30 {
    margin-right: 30%;
  }

  .lgc-mobile-push-30 {
    left: 30%;
  }

  .lgc-mobile-pull-30 {
    left: -30%;
  }

  .lgc-mobile-grid-35 {
    float: left;
    width: 35%;
  }

  .lgc-mobile-prefix-35 {
    margin-left: 35%;
  }

  .lgc-mobile-suffix-35 {
    margin-right: 35%;
  }

  .lgc-mobile-push-35 {
    left: 35%;
  }

  .lgc-mobile-pull-35 {
    left: -35%;
  }

  .lgc-mobile-grid-40 {
    float: left;
    width: 40%;
  }

  .lgc-mobile-prefix-40 {
    margin-left: 40%;
  }

  .lgc-mobile-suffix-40 {
    margin-right: 40%;
  }

  .lgc-mobile-push-40 {
    left: 40%;
  }

  .lgc-mobile-pull-40 {
    left: -40%;
  }

  .lgc-mobile-grid-45 {
    float: left;
    width: 45%;
  }

  .lgc-mobile-prefix-45 {
    margin-left: 45%;
  }

  .lgc-mobile-suffix-45 {
    margin-right: 45%;
  }

  .lgc-mobile-push-45 {
    left: 45%;
  }

  .lgc-mobile-pull-45 {
    left: -45%;
  }

  .lgc-mobile-grid-50 {
    float: left;
    width: 50%;
  }

  .lgc-mobile-prefix-50 {
    margin-left: 50%;
  }

  .lgc-mobile-suffix-50 {
    margin-right: 50%;
  }

  .lgc-mobile-push-50 {
    left: 50%;
  }

  .lgc-mobile-pull-50 {
    left: -50%;
  }

  .lgc-mobile-grid-55 {
    float: left;
    width: 55%;
  }

  .lgc-mobile-prefix-55 {
    margin-left: 55%;
  }

  .lgc-mobile-suffix-55 {
    margin-right: 55%;
  }

  .lgc-mobile-push-55 {
    left: 55%;
  }

  .lgc-mobile-pull-55 {
    left: -55%;
  }

  .lgc-mobile-grid-60 {
    float: left;
    width: 60%;
  }

  .lgc-mobile-prefix-60 {
    margin-left: 60%;
  }

  .lgc-mobile-suffix-60 {
    margin-right: 60%;
  }

  .lgc-mobile-push-60 {
    left: 60%;
  }

  .lgc-mobile-pull-60 {
    left: -60%;
  }

  .lgc-mobile-grid-65 {
    float: left;
    width: 65%;
  }

  .lgc-mobile-prefix-65 {
    margin-left: 65%;
  }

  .lgc-mobile-suffix-65 {
    margin-right: 65%;
  }

  .lgc-mobile-push-65 {
    left: 65%;
  }

  .lgc-mobile-pull-65 {
    left: -65%;
  }

  .lgc-mobile-grid-70 {
    float: left;
    width: 70%;
  }

  .lgc-mobile-prefix-70 {
    margin-left: 70%;
  }

  .lgc-mobile-suffix-70 {
    margin-right: 70%;
  }

  .lgc-mobile-push-70 {
    left: 70%;
  }

  .lgc-mobile-pull-70 {
    left: -70%;
  }

  .lgc-mobile-grid-75 {
    float: left;
    width: 75%;
  }

  .lgc-mobile-prefix-75 {
    margin-left: 75%;
  }

  .lgc-mobile-suffix-75 {
    margin-right: 75%;
  }

  .lgc-mobile-push-75 {
    left: 75%;
  }

  .lgc-mobile-pull-75 {
    left: -75%;
  }

  .lgc-mobile-grid-80 {
    float: left;
    width: 80%;
  }

  .lgc-mobile-prefix-80 {
    margin-left: 80%;
  }

  .lgc-mobile-suffix-80 {
    margin-right: 80%;
  }

  .lgc-mobile-push-80 {
    left: 80%;
  }

  .lgc-mobile-pull-80 {
    left: -80%;
  }

  .lgc-mobile-grid-85 {
    float: left;
    width: 85%;
  }

  .lgc-mobile-prefix-85 {
    margin-left: 85%;
  }

  .lgc-mobile-suffix-85 {
    margin-right: 85%;
  }

  .lgc-mobile-push-85 {
    left: 85%;
  }

  .lgc-mobile-pull-85 {
    left: -85%;
  }

  .lgc-mobile-grid-90 {
    float: left;
    width: 90%;
  }

  .lgc-mobile-prefix-90 {
    margin-left: 90%;
  }

  .lgc-mobile-suffix-90 {
    margin-right: 90%;
  }

  .lgc-mobile-push-90 {
    left: 90%;
  }

  .lgc-mobile-pull-90 {
    left: -90%;
  }

  .lgc-mobile-grid-95 {
    float: left;
    width: 95%;
  }

  .lgc-mobile-prefix-95 {
    margin-left: 95%;
  }

  .lgc-mobile-suffix-95 {
    margin-right: 95%;
  }

  .lgc-mobile-push-95 {
    left: 95%;
  }

  .lgc-mobile-pull-95 {
    left: -95%;
  }

  .lgc-mobile-grid-33 {
    float: left;
    width: 33.33333%;
  }

  .lgc-mobile-prefix-33 {
    margin-left: 33.33333%;
  }

  .lgc-mobile-suffix-33 {
    margin-right: 33.33333%;
  }

  .lgc-mobile-push-33 {
    left: 33.33333%;
  }

  .lgc-mobile-pull-33 {
    left: -33.33333%;
  }

  .lgc-mobile-grid-66 {
    float: left;
    width: 66.66667%;
  }

  .lgc-mobile-prefix-66 {
    margin-left: 66.66667%;
  }

  .lgc-mobile-suffix-66 {
    margin-right: 66.66667%;
  }

  .lgc-mobile-push-66 {
    left: 66.66667%;
  }

  .lgc-mobile-pull-66 {
    left: -66.66667%;
  }

  .lgc-mobile-grid-100 {
    clear: both;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .tablet-push-5, .lgc-tablet-pull-5, .lgc-tablet-push-10, .lgc-tablet-pull-10, .lgc-tablet-push-15, .lgc-tablet-pull-15, .lgc-tablet-push-20, .lgc-tablet-pull-20, .lgc-tablet-push-25, .lgc-tablet-pull-25, .lgc-tablet-push-30, .lgc-tablet-pull-30, .lgc-tablet-push-35, .lgc-tablet-pull-35, .lgc-tablet-push-40, .lgc-tablet-pull-40, .lgc-tablet-push-45, .lgc-tablet-pull-45, .lgc-tablet-push-50, .lgc-tablet-pull-50, .lgc-tablet-push-55, .lgc-tablet-pull-55, .lgc-tablet-push-60, .lgc-tablet-pull-60, .lgc-tablet-push-65, .lgc-tablet-pull-65, .lgc-tablet-push-70, .lgc-tablet-pull-70, .lgc-tablet-push-75, .lgc-tablet-pull-75, .lgc-tablet-push-80, .lgc-tablet-pull-80, .lgc-tablet-push-85, .lgc-tablet-pull-85, .lgc-tablet-push-90, .lgc-tablet-pull-90, .lgc-tablet-push-95, .lgc-tablet-pull-95, .lgc-tablet-push-33, .lgc-tablet-pull-33, .lgc-tablet-push-66, .lgc-tablet-pull-66 {
    position: relative;
  }

  .lgc-hide-on-tablet {
    display: none !important;
  }

  .lgc-tablet-grid-5 {
    float: left;
    width: 5%;
  }

  .lgc-tablet-prefix-5 {
    margin-left: 5%;
  }

  .lgc-tablet-suffix-5 {
    margin-right: 5%;
  }

  .lgc-tablet-push-5 {
    left: 5%;
  }

  .lgc-tablet-pull-5 {
    left: -5%;
  }

  .lgc-tablet-grid-10 {
    float: left;
    width: 10%;
  }

  .lgc-tablet-prefix-10 {
    margin-left: 10%;
  }

  .lgc-tablet-suffix-10 {
    margin-right: 10%;
  }

  .lgc-tablet-push-10 {
    left: 10%;
  }

  .lgc-tablet-pull-10 {
    left: -10%;
  }

  .lgc-tablet-grid-15 {
    float: left;
    width: 15%;
  }

  .lgc-tablet-prefix-15 {
    margin-left: 15%;
  }

  .lgc-tablet-suffix-15 {
    margin-right: 15%;
  }

  .lgc-tablet-push-15 {
    left: 15%;
  }

  .lgc-tablet-pull-15 {
    left: -15%;
  }

  .lgc-tablet-grid-20 {
    float: left;
    width: 20%;
  }

  .lgc-tablet-prefix-20 {
    margin-left: 20%;
  }

  .lgc-tablet-suffix-20 {
    margin-right: 20%;
  }

  .lgc-tablet-push-20 {
    left: 20%;
  }

  .lgc-tablet-pull-20 {
    left: -20%;
  }

  .lgc-tablet-grid-25 {
    float: left;
    width: 25%;
  }

  .lgc-tablet-prefix-25 {
    margin-left: 25%;
  }

  .lgc-tablet-suffix-25 {
    margin-right: 25%;
  }

  .lgc-tablet-push-25 {
    left: 25%;
  }

  .lgc-tablet-pull-25 {
    left: -25%;
  }

  .lgc-tablet-grid-30 {
    float: left;
    width: 30%;
  }

  .lgc-tablet-prefix-30 {
    margin-left: 30%;
  }

  .lgc-tablet-suffix-30 {
    margin-right: 30%;
  }

  .lgc-tablet-push-30 {
    left: 30%;
  }

  .lgc-tablet-pull-30 {
    left: -30%;
  }

  .lgc-tablet-grid-35 {
    float: left;
    width: 35%;
  }

  .lgc-tablet-prefix-35 {
    margin-left: 35%;
  }

  .lgc-tablet-suffix-35 {
    margin-right: 35%;
  }

  .lgc-tablet-push-35 {
    left: 35%;
  }

  .lgc-tablet-pull-35 {
    left: -35%;
  }

  .lgc-tablet-grid-40 {
    float: left;
    width: 40%;
  }

  .lgc-tablet-prefix-40 {
    margin-left: 40%;
  }

  .lgc-tablet-suffix-40 {
    margin-right: 40%;
  }

  .lgc-tablet-push-40 {
    left: 40%;
  }

  .lgc-tablet-pull-40 {
    left: -40%;
  }

  .lgc-tablet-grid-45 {
    float: left;
    width: 45%;
  }

  .lgc-tablet-prefix-45 {
    margin-left: 45%;
  }

  .lgc-tablet-suffix-45 {
    margin-right: 45%;
  }

  .lgc-tablet-push-45 {
    left: 45%;
  }

  .lgc-tablet-pull-45 {
    left: -45%;
  }

  .lgc-tablet-grid-50 {
    float: left;
    width: 50%;
  }

  .lgc-tablet-prefix-50 {
    margin-left: 50%;
  }

  .lgc-tablet-suffix-50 {
    margin-right: 50%;
  }

  .lgc-tablet-push-50 {
    left: 50%;
  }

  .lgc-tablet-pull-50 {
    left: -50%;
  }

  .lgc-tablet-grid-55 {
    float: left;
    width: 55%;
  }

  .lgc-tablet-prefix-55 {
    margin-left: 55%;
  }

  .lgc-tablet-suffix-55 {
    margin-right: 55%;
  }

  .lgc-tablet-push-55 {
    left: 55%;
  }

  .lgc-tablet-pull-55 {
    left: -55%;
  }

  .lgc-tablet-grid-60 {
    float: left;
    width: 60%;
  }

  .lgc-tablet-prefix-60 {
    margin-left: 60%;
  }

  .lgc-tablet-suffix-60 {
    margin-right: 60%;
  }

  .lgc-tablet-push-60 {
    left: 60%;
  }

  .lgc-tablet-pull-60 {
    left: -60%;
  }

  .lgc-tablet-grid-65 {
    float: left;
    width: 65%;
  }

  .lgc-tablet-prefix-65 {
    margin-left: 65%;
  }

  .lgc-tablet-suffix-65 {
    margin-right: 65%;
  }

  .lgc-tablet-push-65 {
    left: 65%;
  }

  .lgc-tablet-pull-65 {
    left: -65%;
  }

  .lgc-tablet-grid-70 {
    float: left;
    width: 70%;
  }

  .lgc-tablet-prefix-70 {
    margin-left: 70%;
  }

  .lgc-tablet-suffix-70 {
    margin-right: 70%;
  }

  .lgc-tablet-push-70 {
    left: 70%;
  }

  .lgc-tablet-pull-70 {
    left: -70%;
  }

  .lgc-tablet-grid-75 {
    float: left;
    width: 75%;
  }

  .lgc-tablet-prefix-75 {
    margin-left: 75%;
  }

  .lgc-tablet-suffix-75 {
    margin-right: 75%;
  }

  .lgc-tablet-push-75 {
    left: 75%;
  }

  .lgc-tablet-pull-75 {
    left: -75%;
  }

  .lgc-tablet-grid-80 {
    float: left;
    width: 80%;
  }

  .lgc-tablet-prefix-80 {
    margin-left: 80%;
  }

  .lgc-tablet-suffix-80 {
    margin-right: 80%;
  }

  .lgc-tablet-push-80 {
    left: 80%;
  }

  .lgc-tablet-pull-80 {
    left: -80%;
  }

  .lgc-tablet-grid-85 {
    float: left;
    width: 85%;
  }

  .lgc-tablet-prefix-85 {
    margin-left: 85%;
  }

  .lgc-tablet-suffix-85 {
    margin-right: 85%;
  }

  .lgc-tablet-push-85 {
    left: 85%;
  }

  .lgc-tablet-pull-85 {
    left: -85%;
  }

  .lgc-tablet-grid-90 {
    float: left;
    width: 90%;
  }

  .lgc-tablet-prefix-90 {
    margin-left: 90%;
  }

  .lgc-tablet-suffix-90 {
    margin-right: 90%;
  }

  .lgc-tablet-push-90 {
    left: 90%;
  }

  .lgc-tablet-pull-90 {
    left: -90%;
  }

  .lgc-tablet-grid-95 {
    float: left;
    width: 95%;
  }

  .lgc-tablet-prefix-95 {
    margin-left: 95%;
  }

  .lgc-tablet-suffix-95 {
    margin-right: 95%;
  }

  .lgc-tablet-push-95 {
    left: 95%;
  }

  .lgc-tablet-pull-95 {
    left: -95%;
  }

  .lgc-tablet-grid-33 {
    float: left;
    width: 33.33333%;
  }

  .lgc-tablet-prefix-33 {
    margin-left: 33.33333%;
  }

  .lgc-tablet-suffix-33 {
    margin-right: 33.33333%;
  }

  .lgc-tablet-push-33 {
    left: 33.33333%;
  }

  .lgc-tablet-pull-33 {
    left: -33.33333%;
  }

  .lgc-tablet-grid-66 {
    float: left;
    width: 66.66667%;
  }

  .lgc-tablet-prefix-66 {
    margin-left: 66.66667%;
  }

  .lgc-tablet-suffix-66 {
    margin-right: 66.66667%;
  }

  .lgc-tablet-push-66 {
    left: 66.66667%;
  }

  .lgc-tablet-pull-66 {
    left: -66.66667%;
  }

  .lgc-tablet-grid-100 {
    clear: both;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .push-5, .lgc-pull-5, .lgc-push-10, .lgc-pull-10, .lgc-push-15, .lgc-pull-15, .lgc-push-20, .lgc-pull-20, .lgc-push-25, .lgc-pull-25, .lgc-push-30, .lgc-pull-30, .lgc-push-35, .lgc-pull-35, .lgc-push-40, .lgc-pull-40, .lgc-push-45, .lgc-pull-45, .lgc-push-50, .lgc-pull-50, .lgc-push-55, .lgc-pull-55, .lgc-push-60, .lgc-pull-60, .lgc-push-65, .lgc-pull-65, .lgc-push-70, .lgc-pull-70, .lgc-push-75, .lgc-pull-75, .lgc-push-80, .lgc-pull-80, .lgc-push-85, .lgc-pull-85, .lgc-push-90, .lgc-pull-90, .lgc-push-95, .lgc-pull-95, .lgc-push-33, .lgc-pull-33, .lgc-push-66, .lgc-pull-66 {
    position: relative;
  }

  .lgc-hide-on-desktop {
    display: none !important;
  }

  .lgc-grid-5 {
    float: left;
    width: 5%;
  }

  .lgc-prefix-5 {
    margin-left: 5%;
  }

  .lgc-suffix-5 {
    margin-right: 5%;
  }

  .lgc-push-5 {
    left: 5%;
  }

  .lgc-pull-5 {
    left: -5%;
  }

  .lgc-grid-10 {
    float: left;
    width: 10%;
  }

  .lgc-prefix-10 {
    margin-left: 10%;
  }

  .lgc-suffix-10 {
    margin-right: 10%;
  }

  .lgc-push-10 {
    left: 10%;
  }

  .lgc-pull-10 {
    left: -10%;
  }

  .lgc-grid-15 {
    float: left;
    width: 15%;
  }

  .lgc-prefix-15 {
    margin-left: 15%;
  }

  .lgc-suffix-15 {
    margin-right: 15%;
  }

  .lgc-push-15 {
    left: 15%;
  }

  .lgc-pull-15 {
    left: -15%;
  }

  .lgc-grid-20 {
    float: left;
    width: 20%;
  }

  .lgc-prefix-20 {
    margin-left: 20%;
  }

  .lgc-suffix-20 {
    margin-right: 20%;
  }

  .lgc-push-20 {
    left: 20%;
  }

  .lgc-pull-20 {
    left: -20%;
  }

  .lgc-grid-25 {
    float: left;
    width: 25%;
  }

  .lgc-prefix-25 {
    margin-left: 25%;
  }

  .lgc-suffix-25 {
    margin-right: 25%;
  }

  .lgc-push-25 {
    left: 25%;
  }

  .lgc-pull-25 {
    left: -25%;
  }

  .lgc-grid-30 {
    float: left;
    width: 30%;
  }

  .lgc-prefix-30 {
    margin-left: 30%;
  }

  .lgc-suffix-30 {
    margin-right: 30%;
  }

  .lgc-push-30 {
    left: 30%;
  }

  .lgc-pull-30 {
    left: -30%;
  }

  .lgc-grid-35 {
    float: left;
    width: 35%;
  }

  .lgc-prefix-35 {
    margin-left: 35%;
  }

  .lgc-suffix-35 {
    margin-right: 35%;
  }

  .lgc-push-35 {
    left: 35%;
  }

  .lgc-pull-35 {
    left: -35%;
  }

  .lgc-grid-40 {
    float: left;
    width: 40%;
  }

  .lgc-prefix-40 {
    margin-left: 40%;
  }

  .lgc-suffix-40 {
    margin-right: 40%;
  }

  .lgc-push-40 {
    left: 40%;
  }

  .lgc-pull-40 {
    left: -40%;
  }

  .lgc-grid-45 {
    float: left;
    width: 45%;
  }

  .lgc-prefix-45 {
    margin-left: 45%;
  }

  .lgc-suffix-45 {
    margin-right: 45%;
  }

  .lgc-push-45 {
    left: 45%;
  }

  .lgc-pull-45 {
    left: -45%;
  }

  .lgc-grid-50 {
    float: left;
    width: 50%;
  }

  .lgc-prefix-50 {
    margin-left: 50%;
  }

  .lgc-suffix-50 {
    margin-right: 50%;
  }

  .lgc-push-50 {
    left: 50%;
  }

  .lgc-pull-50 {
    left: -50%;
  }

  .lgc-grid-55 {
    float: left;
    width: 55%;
  }

  .lgc-prefix-55 {
    margin-left: 55%;
  }

  .lgc-suffix-55 {
    margin-right: 55%;
  }

  .lgc-push-55 {
    left: 55%;
  }

  .lgc-pull-55 {
    left: -55%;
  }

  .lgc-grid-60 {
    float: left;
    width: 60%;
  }

  .lgc-prefix-60 {
    margin-left: 60%;
  }

  .lgc-suffix-60 {
    margin-right: 60%;
  }

  .lgc-push-60 {
    left: 60%;
  }

  .lgc-pull-60 {
    left: -60%;
  }

  .lgc-grid-65 {
    float: left;
    width: 65%;
  }

  .lgc-prefix-65 {
    margin-left: 65%;
  }

  .lgc-suffix-65 {
    margin-right: 65%;
  }

  .lgc-push-65 {
    left: 65%;
  }

  .lgc-pull-65 {
    left: -65%;
  }

  .lgc-grid-70 {
    float: left;
    width: 70%;
  }

  .lgc-prefix-70 {
    margin-left: 70%;
  }

  .lgc-suffix-70 {
    margin-right: 70%;
  }

  .lgc-push-70 {
    left: 70%;
  }

  .lgc-pull-70 {
    left: -70%;
  }

  .lgc-grid-75 {
    float: left;
    width: 75%;
  }

  .lgc-prefix-75 {
    margin-left: 75%;
  }

  .lgc-suffix-75 {
    margin-right: 75%;
  }

  .lgc-push-75 {
    left: 75%;
  }

  .lgc-pull-75 {
    left: -75%;
  }

  .lgc-grid-80 {
    float: left;
    width: 80%;
  }

  .lgc-prefix-80 {
    margin-left: 80%;
  }

  .lgc-suffix-80 {
    margin-right: 80%;
  }

  .lgc-push-80 {
    left: 80%;
  }

  .lgc-pull-80 {
    left: -80%;
  }

  .lgc-grid-85 {
    float: left;
    width: 85%;
  }

  .lgc-prefix-85 {
    margin-left: 85%;
  }

  .lgc-suffix-85 {
    margin-right: 85%;
  }

  .lgc-push-85 {
    left: 85%;
  }

  .lgc-pull-85 {
    left: -85%;
  }

  .lgc-grid-90 {
    float: left;
    width: 90%;
  }

  .lgc-prefix-90 {
    margin-left: 90%;
  }

  .lgc-suffix-90 {
    margin-right: 90%;
  }

  .lgc-push-90 {
    left: 90%;
  }

  .lgc-pull-90 {
    left: -90%;
  }

  .lgc-grid-95 {
    float: left;
    width: 95%;
  }

  .lgc-prefix-95 {
    margin-left: 95%;
  }

  .lgc-suffix-95 {
    margin-right: 95%;
  }

  .lgc-push-95 {
    left: 95%;
  }

  .lgc-pull-95 {
    left: -95%;
  }

  .lgc-grid-33 {
    float: left;
    width: 33.33333%;
  }

  .lgc-prefix-33 {
    margin-left: 33.33333%;
  }

  .lgc-suffix-33 {
    margin-right: 33.33333%;
  }

  .lgc-push-33 {
    left: 33.33333%;
  }

  .lgc-pull-33 {
    left: -33.33333%;
  }

  .lgc-grid-66 {
    float: left;
    width: 66.66667%;
  }

  .lgc-prefix-66 {
    margin-left: 66.66667%;
  }

  .lgc-suffix-66 {
    margin-right: 66.66667%;
  }

  .lgc-push-66 {
    left: 66.66667%;
  }

  .lgc-pull-66 {
    left: -66.66667%;
  }

  .lgc-grid-100 {
    clear: both;
    width: 100%;
  }
}

/* GP Column Custom CSS */
.lgc-column p {
	margin-bottom: 1.5em;
}

.inside-grid-column {
	padding: 0 10px 0 10px;
	margin-bottom: 1.5em;
}

.inside-grid-column > p:last-child {
	margin-bottom: 0;
}

@media (max-width:767px) {
	.lgc-mobile-grid-100 .inside-grid-column {
		padding: 0;
	}
}

@media (max-width: 1024px) {
	.lgc-clear {
		display: none;
	}
}