﻿
.home-reveal_component {
  color:#fff
}

.home-reveal_component img {
	transform-origin: 50% 0;
	object-fit: cover;
	width: 100%;
	max-width: 100%;
	height: auto;
	display: inline-block
}

.home-reveal_component .h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: montserrat;
  color: #2b665c;
}

.number-loader {
	z-index: 9999;
	background-color: #000;
	background-color: #7fe8b8;
	height: 100vh;
	max-height: 100dvh;
	display: none;
	position: fixed;
	inset: 0% 0% auto
}

.number-loader_bg {
	background-color: #fff;
	width: 0%;
	position: absolute;
	inset: 0% auto 0% 0%
}

.number-loader_num {
	/* mix-blend-mode: difference; */
	align-items: center;
	height: 100%;
	display: flex
}

.logomark {
	justify-content: flex-start;
	align-items: center;
	height: 5rem;
	max-height: 100%;
	display: flex
}

.number-loader_logo .icon {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	display: flex
}


.transition-logo {
	flex-direction: column;
	display: flex
}

.transition-logo.is-icon {
	width: 300px
}

.transition-triggers {
	display: none
}

.number-loader_logo {
	/* mix-blend-mode: difference; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}


