.apple-provider h1 {
	color: #0069aa !important;
}

.apple-provider h1,
.apple-provider h2 {
	font-family: PT Sans, helvetica, arial, sans-serif !important;
}

.wrapper {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.wrapper {
		max-width: 750px;
		padding-left: 0;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 992px) {
	.wrapper {
		max-width: 970px;
	}
}
@media (min-width: 1200px) {
	.wrapper {
		max-width: 1170px;
	}
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-tb-grey-100 {
	--tw-gradient-from: #fafafa;
	--tw-gradient-stops: var(--tw-gradient-from),
		var(--tw-gradient-to, hsla(0, 0%, 98%, 0));
}
.to-white {
	--tw-gradient-to: #fff;
}
.border-ww-grey-400 {
	--tw-border-opacity: 1;
	border-color: rgba(51, 51, 51, var(--tw-border-opacity));
}
.rounded-lg {
	border-radius: 8px;
}
.border-solid {
	border-style: solid;
}
.border {
	border-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.flex {
	display: flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.flex-col {
	flex-direction: column;
}
.place-items-center {
	place-items: center;
}
.place-self-center {
	place-self: center;
}
.items-center {
	align-items: center;
}
.self-center {
	align-self: center;
}
.justify-items-center {
	justify-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-evenly {
	justify-content: space-evenly;
}
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}

.font-bold {
	font-weight: 700;
}
.h-120 {
	height: 440px;
}
.text-base {
	font-size: 16px;
	line-height: 24px;
}
.text-lg {
	font-size: 24px;
	line-height: 32px;
}
.list-decimal {
	list-style-type: decimal;
}
.m-0 {
	margin: 0;
}
.my-5 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mr-1 {
	margin-right: 4px;
}
.mr-3 {
	margin-right: 12px;
}
.mb-5 {
	margin-bottom: 20px;
}
.ml-5 {
	margin-left: 20px;
}
.py-3 {
	padding-top: 12px;
	padding-bottom: 12px;
}
.py-5 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.py-8 {
	padding-top: 32px;
	padding-bottom: 32px;
}
.pt-5 {
	padding-top: 20px;
}
.pt-8 {
	padding-top: 32px;
}
.pb-8 {
	padding-bottom: 32px;
}
.pl-10 {
	padding-left: 40px;
}
.static {
	position: static;
}
* {
	--tw-shadow: 0 0 transparent;
	--tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 transparent;
	--tw-ring-shadow: 0 0 transparent;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-blue-50 {
	--tw-text-opacity: 1;
	color: rgba(50, 165, 219, var(--tw-text-opacity));
}
.text-ww-grey-400 {
	--tw-text-opacity: 1;
	color: rgba(51, 51, 51, var(--tw-text-opacity));
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.no-underline {
	text-decoration: none;
}
.w-28 {
	width: 112px;
}
.w-4\/5 {
	width: 80%;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.row-start-1 {
	grid-row-start: 1;
}
.row-start-3 {
	grid-row-start: 3;
}
@-webkit-keyframes spin {
	to {
		transform: rotate(1turn);
	}
}
@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}
@-webkit-keyframes ping {
	75%,
	to {
		transform: scale(2);
		opacity: 0;
	}
}
@keyframes ping {
	75%,
	to {
		transform: scale(2);
		opacity: 0;
	}
}
@-webkit-keyframes pulse {
	50% {
		opacity: 0.5;
	}
}
@keyframes pulse {
	50% {
		opacity: 0.5;
	}
}
@-webkit-keyframes bounce {
	0%,
	to {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
		animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
	}
	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}
}
@keyframes bounce {
	0%,
	to {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
		animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
	}
	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}
}
body {
	margin: 0;
}
.apple-provider {
	font-family: PT Sans, helvetica, arial, sans-serif;
}
h3.info-line {
	font-weight: 700 !important;
}
.gln-hidden {
	display: none;
}
.layers {
	background-image: url(https://ams.iqmetrix.net/images/165ddfce-d279-4745-8b8d-bcd1c3057242);
}
.services {
	background-image: url(https://ams.iqmetrix.net/images/3edc8527-e8af-40a0-9f92-1f95874cf805);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
@media only screen and (min-width: 1200px) {
	.services {
		background-image: url(https://ams.iqmetrix.net/images/e3d49232-d9ff-4765-a275-156d87ace910);
	}
}
@media (min-width: 412px) {
	.xs\:h-150 {
		height: 540px;
	}
}
@media (min-width: 768px) {
	.md\:border-b-0 {
		border-bottom-width: 0;
	}
	.md\:border-r {
		border-right-width: 1px;
	}
	.md\:block {
		display: block;
	}
	.md\:flex {
		display: flex;
	}
	.md\:flex-row {
		flex-direction: row;
	}
	.md\:flex-col {
		flex-direction: column;
	}
	.md\:justify-start {
		justify-content: flex-start;
	}
	.md\:justify-self-end {
		justify-self: end;
	}
	.md\:justify-self-center {
		justify-self: center;
	}
	.md\:order-1 {
		order: 1;
	}
	.md\:order-2 {
		order: 2;
	}
	.md\:h-52 {
		height: 208px;
	}
	.md\:h-64 {
		height: 256px;
	}
	.md\:h-74 {
		height: 300px;
	}
	.md\:text-lg {
		font-size: 24px;
		line-height: 32px;
	}
	.md\:m-0 {
		margin: 0;
	}
	.md\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.md\:mb-0 {
		margin-bottom: 0;
	}
	.md\:py-10 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.md\:py-14 {
		padding-top: 56px;
		padding-bottom: 56px;
	}
	.md\:pb-8 {
		padding-bottom: 32px;
	}
	.md\:pt-10 {
		padding-top: 40px;
	}
	.md\:pr-10 {
		padding-right: 40px;
	}
	.md\:pb-10 {
		padding-bottom: 40px;
	}
	.md\:pl-10 {
		padding-left: 40px;
	}
	.md\:text-left {
		text-align: left;
	}
	.md\:w-1\/2 {
		width: 50%;
	}
	.md\:w-5\/6 {
		width: 83.333333%;
	}
	.md\:w-7\/12 {
		width: 58.333333%;
	}
	.md\:w-8\/12 {
		width: 66.666667%;
	}
	.md\:w-10\/12 {
		width: 83.333333%;
	}
	.md\:w-11\/12 {
		width: 91.666667%;
	}
	.md\:w-full {
		width: 100%;
	}
	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.md\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	.md\:grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
	.md\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.md\:col-span-4 {
		grid-column: span 4 / span 4;
	}
	.md\:col-span-5 {
		grid-column: span 5 / span 5;
	}
	.md\:col-start-1 {
		grid-column-start: 1;
	}
	.md\:col-start-2 {
		grid-column-start: 2;
	}
	.md\:col-start-3 {
		grid-column-start: 3;
	}
	.md\:col-start-5 {
		grid-column-start: 5;
	}
	.md\:col-start-7 {
		grid-column-start: 7;
	}
}
@media (min-width: 992px) {
	.lg\:justify-self-end {
		justify-self: end;
	}
	.lg\:justify-self-center {
		justify-self: center;
	}
	.lg\:h-80 {
		height: 320px;
	}
	.lg\:h-100 {
		height: 400px;
	}
	.lg\:text-xxl {
		font-size: 38px;
		line-height: 40px;
	}
	.lg\:max-w-min {
		max-width: -webkit-min-content;
		max-width: -moz-min-content;
		max-width: min-content;
	}
	.lg\:w-10\/12 {
		width: 83.333333%;
	}
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg\:col-span-1 {
		grid-column: span 1 / span 1;
	}
}
@media (min-width: 1200px) {
	.xl\:h-full {
		height: 100%;
	}
	.xl\:text-xl {
		font-size: 30px;
		line-height: 40px;
	}
	.xl\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.xl\:mt-5 {
		margin-top: 20px;
	}
	.xl\:py-20 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.xl\:w-52 {
		width: 208px;
	}
	.xl\:w-8\/12 {
		width: 66.666667%;
	}
}
@media (min-width: 1900px) {
	.xxl\:py-32 {
		padding-top: 128px;
		padding-bottom: 128px;
	}
}
