	@charset "UTF-8";

		@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

		*,
		*::before,
		*::after {
			box-sizing: border-box;
			-webkit-appearance: none;
			-moz-appearance: none;
			-webkit-text-size-adjust: 100%;
		}

		body,
		div,
		h2,
		html,
		p {
			margin: 0;
			padding: 0;
			outline: none;
			text-decoration: none;
			font-size: 1em;
			font-style: normal;
			font-weight: inherit;
			font-family: inherit;
			text-align: inherit;
			color: inherit;
		}

		html {
			height: 100%;
			font-family: 'Manrope', sans-serif;
			-webkit-tap-highlight-color: transparent;
			scroll-behavior: smooth;
		}

		body {
			text-rendering: optimizeLegibility;
			-webkit-font-smoothing: antialiased;
		}

		p {
			margin: 1em 0;
		}

		/*p:first-child {*/
		/*	margin-top: 0 !important;*/
		/*}*/

		/*p:last-child {*/
		/*	margin-bottom: 0 !important;*/
		/*}*/

		*::-moz-selection {
			background-color: rgba(243, 84, 34, .99);
			color: #fff;
		}

		*::selection {
			background-color: rgba(243, 84, 34, .99);
			color: #fff;
		}

		.wrapper {
			max-width: 1920px;
			width: 100%;
			margin: 0 auto;
			padding: 0 90px;
		}

		.appear {
			opacity: 0;
			transform: translateX(-40px);
			transition: all .5s;
			clip-path: inset(0 100% 0 0);
		}

		.appear.aos-animate {
			opacity: 1;
			transform: translateX(0);
			clip-path: inset(0 0 0 0);
		}

		.section:last-child {
			padding-bottom: 250px;
		}

		.section {
			margin-top: 200px;
		}

		.section:first-child {
			margin-top: 0px;
		}

		.inner-wrapper {
			padding: 0 100px;
		}

		.section-caption {
			display: inline-flex;
			position: relative;
			display: inline-flex;
			align-items: center;
			margin-bottom: 100px;
		}

		.section-caption::before {
			content: "";
			width: 76px;
			margin-right: 24px;
			margin-left: -100px;
			height: 1px;
			background-color: currentColor;
		}

		.section-caption_text {
			overflow: hidden;
			white-space: nowrap;
			line-height: 2;
			font-family: 'Geist';

		}
		
		.section-caption_text h2{
    	    color: #000000 !important;
		}

		.section-caption.aos-init::before {
			transform: scaleX(0);
			transition: all .5s;
			transform-origin: left;
		}

		.section-caption.aos-init .section-caption_text {
			transform: translateX(-40px);
			transition: all .5s;
			clip-path: inset(0 100% 0 0);
		}

		.section-caption.aos-animate::before {
			transform: scaleX(1);
		}

		.section-caption.aos-animate .section-caption_text {
			transform: translateX(0);
			clip-path: inset(0 0 0 0);
		}

		/*
.citebox-content > span:first-of-type::before,
.citebox-content > span:last-of-type::after{color: #F35422;font-size: 150%;position: absolute;z-index: 2;}
.citebox-content > span:first-of-type::before{content: "\201c";top: 0;left: 0;transform: translateY(-50%);}
.citebox-content > span:last-of-type::after{content: "\201e";bottom: 0;right: 0;transform: translateY(40%);}
*/

		/* x = 0.65 */

		.nlist {
			counter-reset: index;
			margin-left: 80px;
		}

		.nlist-item {
			position: relative;
			margin-top: 80px;
			padding-left: 100px
		}

		.nlist-item:first-child {
			margin-top: 0;
		}

		.nlist-item::before {
			content: counter(index, decimal-leading-zero);
			counter-increment: index;
			width: 70px;
			height: 70px;
			border-radius: 50%;
			background-color: #eee;
			display: inline-flex;
			font-size: 28px;
			line-height: 1;
			font-weight: 600;
			letter-spacing: -0.025em;
			align-items: center;
			justify-content: center;
			transform: translateX(-90px);
			margin-bottom: -25px;
			    font-family: 'Geist';

		}

		.nlist-caption {
			font-size: 46px;
			line-height: 1.2;
			letter-spacing: -0.035em;
			font-weight: 700;
			margin-bottom: 60px;
		}

		.nlist-tabs {
			display: flex;
			position: relative;
		}

		.nlist-tab {
			letter-spacing: -0.03em;
			color: #CBCBCB;
			font-weight: 700;
			margin-right: 40px;
			position: relative;
			padding-top: 20px;
			cursor: pointer;
			transition: all .25s;
		}

		.nlist-tab.active {
			color: #000 !important;
			pointer-events: none;
		}

		.nlist-content {
			max-width: 820px;
			margin-top: 20px;
		}

		.nlist-pane {
			overflow: hidden;
			margin-top: 0;
			font-size: 26px;
			line-height: 1.25;
			letter-spacing: -0.03em;
			transition: all .25s;
		}

		.nlist-sensor {
			position: absolute;
			top: 0;
			left: 0;
			width: 0;
			height: 1px;
			background-color: #000;
			transition: all .25s ease-in-out;
		}

		.nlist-content.active .nlist-pane {
			opacity: 1;
			clip-path: inset(0 0 0 0);
		}

		@media screen and (max-width: 1599.98px) {

			.wrapper {
				padding: 0 70px;
			}

			.inner-wrapper {
				padding: 0 50px;
			}

			.section-caption {
				font-size: 16px;
			}

		}

		@media screen and (max-width:1199.98px) {

			.nlist {
				margin-left: 0;
			}

		}

		@media screen and (max-width:1023.98px) {

			.wrapper {
				padding: 0 40px;
			}

			.inner-wrapper {
				padding: 0 32px;
			}

			.section:last-child {
				padding-bottom: 150px;
			}

			.section-caption {
				margin-bottom: 40px;
				margin-left: -48px;
			}

			.section-caption::before {
				margin-left: 0;
				margin-right: 16px;
				width: 32px;
			}

			.nlist-pane {
				font-size: 24px;
			}

		}

		@media screen and (max-width:767.98px) {

			.wrapper {
				max-width: 640px;
				padding: 0 16px;
			}

			.nlist {
				margin-left: 0;
			}

			.nlist-item {
				margin-top: 40px;
				padding-left: 0;
			}

			.nlist-item::before {
				margin-bottom: 20px;
				margin-left: 0;
				transform: none;
				width: 32px;
				height: 32px;
				font-size: 18px;
				font-weight: 400;
			}

			.nlist-caption {
				font-size: 36px;
				margin-bottom: 20px;
			}

			.nlist-content {
				display: none;
			}

			.nlist-sensor {
				display: none;
			}

			.nlist-tabs {
				flex-direction: column;
				align-items: flex-start;
				margin-top: 40px;
			}

			.nlist-tab {
				margin-right: 0;
			}

			.nlist-pane {
				font-size: 16px;
				max-height: 0;
				opacity: 0;
			}

			.nlist-tab.active+.nlist-pane {
				max-height: none;
				padding: 10px 0 20px;
				opacity: 1;
			}

		}

		@media screen and (max-width:399.98px) {

			.inner-wrapper {
				padding: 0;
			}

			.section-caption {
				margin-left: 0;
			}

		}

		@media screen and (max-width:374.98px) {

			.inner-wrapper {
				padding: 0;
			}

		}

		@media screen and (min-width:768px) {

			/* 55x - ((100-55) * x) */

			.nlist-tabs .nlist-pane {
				display: none;
			}

		}

		/*Landing Hero*/

		.popup-landing__field input:-internal-autofill-selected {
			background-color: #fff !important;
		}
		
		.tab-content {
  font-size: var(--font-size, 18px);
}
@media (max-width: 1024px) {
  .tab-content {
    font-size: var(--font-size-tablet, 16px);
  }
}
@media (max-width: 768px) {
  .tab-content {
    font-size: var(--font-size-mobile, 14px);
  }
}

@media screen and (max-width: 767.98px) {
  .nlist-tab {
    display: block !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 767.98px) {
  .nlist-pane {
    max-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
  }

  .nlist-tab.active + .nlist-pane {
    max-height: none !important;
    opacity: 1 !important;
    padding: 10px 0 20px !important;
  }
}

