@import 'sac-fonts.css';

/* VARIABLES */ 

:root {
	/* --var: #hex; /* var(--var); */
	--black-one: #000000; /* var(--black-one); */
	--grey-one: #CDCDCD; /* var(--grey-one); */
	--grey-two: #C1C1C1; /* var(--grey-two); */
	--grey-three: #666666; /* var(--grey-three); */
	--grey-four: #606060; /* var(--grey-four); */
	--grey-five: #E0E0E0; /* var(--grey-five); */
	--white-one: #FFFFFF; /* var(--white-one); */
	--orange-one: #F67A2F; /* var(--orange-one); */
	--orange-two: #F8AC80; /* var(--orange-two); */
	--purple-one: #8732EC; /* var(--purple-one); */
	--purple-two: #9894FF; /* var(--purple-two); */
	--purple-three: #5851FF; /* var(--purple-three); */
	--green-one: #2FEAC4; /* var(--green-one); */
	--blue-one: #448EFF; /* var(--blue-one); */
	--blue-two: #444EFF; /* var(--blue-two); */
	
}

/* PRELOADER */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--grey-one);
	z-index: 100000000000000;
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 5px solid transparent;
	border-top-color: var(--orange-one);
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 5px solid transparent;
	border-top-color: var(--purple-one);
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}
#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 5px solid transparent;
	border-top-color: var(--green-one);
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Custom CSS */
.no-display {
	display: none!important;
}
.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

/* MENU */
#menu li {
	display:inline-block;
	color: #000;
	/*
	margin: 0 11px;
	padding: 0 45px;
	*/
	margin: 0 7px;
	padding: 0 35px;
	width: fit-content;
    box-sizing: border-box;
}
#sac-menu-container-aux {
	width: fit-content;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 40%;
    transform: translate(-45%, 0);
}
#sac-menu-container-aux li.active:nth-of-type(1) {
	border-bottom: 8px solid var(--purple-one);
}
#sac-menu-container-aux li.active:nth-of-type(2) {
	border-bottom: 8px solid var(--orange-one);
}
#sac-menu-container-aux li.active:nth-of-type(3) {
	border-bottom: 8px solid var(--green-one);
}
#sac-menu-container-aux li.active:nth-of-type(4) {
	border-bottom: 8px solid var(--blue-two);
}
.li-active-aux {
	border-bottom: 8px solid var(--orange-one);
}

#menu li.active {
	color: var(--black-one);
}
#menu li a {
	text-decoration:none;
	font-size: 20px;
	line-height: calc(11vh - 8px);
	color: var(--black-one);
	font-family: 'faktpro-normal';
	text-align: center;
}
#menu li.active a:hover {
	color: var(--black-one);
}
#menu li:hover {

}
#menu li a,
#menu li.active a {
	display: block;
}
#menu li.active a {
	color: var(--black-one);
}
#menu {
	position:fixed;
	top:0;
	left:0;
	height: 11vh;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
	background-color: var(--white-one);
	border-bottom: 1px solid var(--grey-one);
	display: none;
}
#menu .sac-logo {
	height: 8.79vh;
	margin: calc((11vh - 8.79vh) / 2) 2.60%;
}

.container {

}


/* MENUONE */
#menuOne li {
	display:inline-block;
	color: #000;
	margin: 0 11px;
	padding: 0 45px;
}
#menuOne li:nth-of-type(1) {
	margin: 0 50px;
	padding: 0;
}
#menuOne li:nth-of-type(2) a {
	color: transparent;
}
#menuOne li:nth-of-type(3) a {
	color: transparent;	
}
#menuOne li:nth-of-type(4) a {
	color: transparent;	
}
#menuOne li:nth-of-type(5) a {
	color: transparent;	
}
#menuOne li:nth-of-type(6) a {
	color: transparent;	
}
#menuOne li:nth-of-type(7) a {
	color: transparent;	
}
#menuOne li.active:nth-of-type(2) {
	color: transparent!important;
	border-bottom: 8px solid var(--purple-one);
}
#menuOne li.active:nth-of-type(3) {
	border-bottom: 8px solid var(--orange-one);
}
#menuOne li.active:nth-of-type(4) {
	border-bottom: 8px solid var(--green-one);
}
#menuOne li.active:nth-of-type(5) {
	border-bottom: 8px solid var(--blue-two);
}
#menuOne li:nth-of-type(5) {
	margin-right: 5.2%;
}
#menuOne li.active {
	color: var(--black-one);
}
#menuOne li a {
	text-decoration:none;
	font-size: 20px;
	line-height: calc(11vh - 8px);
	color: var(--black-one);
	font-family: 'faktpro-normal';
	text-align: center;
}
#menuOne li.active a:hover {
	color: var(--black-one);
}
#menuOne li:hover {

}
#menuOne li a,
#menuOne li.active a {
	display: block;
}
#menuOne li.active a {
	color: var(--black-one);
}
#menuOne {
	position:fixed;
	top: 0;
	left:0;
	height: 11vh;
	z-index: 70000;
	width: auto;
	padding: 0;
	margin:0;
	background: transparent;
	border-bottom: 1px solid transparent;
}
#menuOne .sac-logo {
	height: 9.25vh;
}

/* SECTIONS */

/* class="sac-section-pt11vh sac-section-scale09" */
#sac-form.sac-section-pt5vh {
	padding-top: 5vh;
}
#sac-form.sac-section-pt8vh {
	padding-top: 8vh;
}
#sac-form.sac-section-pt11vh {
	padding-top: 11vh;
}
#sac-form .sac-section-scale09 {
	transform: scale(0.9);
}
.sac-section-pt7vh .fp-tableCell {
	padding-top: 7vh;
}
.sac-section-pt8vh .fp-tableCell {
	padding-top: 8vh;
}
.sac-section-pt10vh .fp-tableCell {
	padding-top: 10vh;
}
.sac-section-pt11vh .fp-tableCell {
	padding-top: 11vh;
}
.sac-section-scale09 .fp-tableCell {
	transform: scale(0.9);
}

h1 {
	font-size: 73px;
	line-height: 80px;
	color: var(--black-one);
	font-family: 'faktpro-medium';
	text-align: left;
}
h2 {
	font-size: 31px;
	line-height: 31px;
	color: var(--grey-three);
	font-family: 'faktpro-normal';
	text-align: left;
}
h3 {
	font-size: 37px;
	line-height: 37px;
	color: var(--black-one);
	font-family: 'faktpro-medium';
	text-align: center;
}
.sac-btn {
	color: var(--white-one);
	font-family: 'faktpro-medium';
	text-align: center;
	border-radius: 33px;
	border: 0;
    width: fit-content;
	display: block;
	background: var(--purple-one);
}
.sac-btn:hover {
	color: var(--white-one);
	background: var(--purple-two);
	text-decoration: none!important;	
}
.sac-btn-1 {
	padding: 0 50px;
    font-size: 20px;
    line-height: 56px;
    height: 56px;
}
.sac-btn-2 {
	padding: 0 50px!important;	
	font-size: 21px!important;
	line-height: 54px!important;
	height: 54px!important;
	color: var(--white-one)!important;
}
.sac-btn-3 {
	padding: 0 40px;
	border: 1px solid var(--white-one)!important;
	font-family: 'faktpro-normal';
	font-size: 18px;
	line-height: 38px;
	height: 38px;
	margin: 0 auto;
}
.sac-btn-4 {
	padding: 0 40px;
	border: 1px solid var(--white-one)!important;
	font-family: 'faktpro-medium';
	font-size: 25px;
	line-height: 66px;
	height: 66px;
	margin: 0 auto;
	background-color: var(--grey-five)!important;
	color: var(--purple-one)!important;
}
.sac-btn-4:hover {
	background-color: var(--white-one)!important;
}
.sac-btn-5 {
	padding: 0 60px;
	font-size: 25px;
	line-height: 66px;
	height: 66px;
}
.sac-btn-5.sac-btn-send {
	display: inline-flex;
	margin-left: 65px!important;
}
.sac-btn-6 {
	padding: 0;
	font-size: 25px;
	line-height: 66px;
	height: 66px;
	color: var(--purple-one);
	background-color: transparent!important;
	border: 0;
	border-radius: 0;
	display: inline-flex;
}
.sac-btn-6 span {
	font-size: 50px;
    display: inline-block;
	line-height: 60px;
	margin-right: 14px;
}
.sac-btn-6.sac-btn-send:hover {
	color: var(--black-one)!important;
	text-decoration: none!important;
}
.sac-btn-img img {
	height: 38px;
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
}


/* SECTION#1 */
#sac-form {
	background-color: var(--grey-one);
	background-image: url('../assets/img/screen-form@2x.png');
    background-position: bottom right;
    background-size: auto 92.59vh;
	background-repeat: no-repeat;
	padding: 0 13.02%;
	width: 100%;
	height: 100vh;
	z-index: 10000000;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#sac-form .row {
	height: 90vh;
}
#sac-form h3 {
    font-size: 35px;
    line-height: 35px;
	text-align: left;
	margin-bottom: 30px;
}
#sac-form .sac-btn {
	clear: both;
    margin: 25px auto 0;
}
#sac-form input {
	width: 100%;
	margin: 4px 0 3.24vh;
	border: 0;
	border-bottom: 2px solid var(--white-one);
	background-color: transparent;
	padding: 15px;
	font-family: 'faktpro-medium';
	font-size: 1.2em;
	line-height: 22px;
	color: var(--black-one);
	text-align: left;	
	float: left;
}
#sac-form textarea {
	width: 100%;
	margin: 0 0 3.24vh;
	border: 0;
	border-bottom: 1px solid var(--white-one);
	background-color: transparent;
	padding: 15px;
	font-family: 'faktpro-medium';
	font-size: 1.2em;
	line-height: 22px;
	color: var(--black-one);
	text-align: left;	
	float: left;
}
#sac-form textarea.sac-input-last,
#sac-form input.sac-input-last {
	/*margin-bottom: 60px;*/
}
#sac-form input::-webkit-input-placeholder {
	color: var(--black-one);
}
#sac-form input:-ms-input-placeholder {
	color: var(--black-one);
}
#sac-form input::placeholder {
	color: var(--black-one);
}
#sac-form textarea::-webkit-input-placeholder {
	color: var(--black-one);
}
#sac-form textarea:-ms-input-placeholder {
	color: var(--black-one);
}
#sac-form textarea::placeholder {
	color: var(--black-one);
}
#sac-form input.sac-input-right {
	float: right;
}
#sac-form input.sac-input-left {
    float: left;
}


#sac-form .sac-btn-6 {
	padding: 0;
	font-size: 20px;
	line-height: 61px;
	height: 61px;
	color: var(--purple-one);
	background-color: transparent!important;
	border: 0;
	border-radius: 0;
	display: inline-flex;
}
#sac-form .sac-btn-6 span {
	font-size: 45px;
    display: inline-block;
	line-height: 55px;
	margin-right: 14px;
}
#sac-form .sac-btn-5 {
	padding: 0 55px;
    font-size: 20px;
    line-height: 61px;
    height: 61px;
}

#sac-title-form h1 {
	margin-bottom: 50px;
}
#section1 {
	background-color: var(--grey-one);
	background-image: url('../assets/img/screen-01@2x.png');
    background-position: bottom right;
    background-size: auto 83.33vh;
	background-repeat: no-repeat;
	padding: 0 10.41%;
	height: 100vh!important;
}
#section1 h1 {
	margin-bottom: 30px;
}
#section1 h2 {
	margin-bottom: 45px;
}
.sac-img-down {
	position: absolute;
	left: 50%;
	bottom: 0%;
	transform: translate(-50%, -50px);
	display: none;
	background-color: #9894FF;	
	border-radius: 50%;
}
.sac-img-down img {
	width: 75px;
}
.sac-img-down:hover img {
	mix-blend-mode: lighten;
	padding: 1px;
}

#sac-img-up {
	position: fixed;
	right: 0%;
	bottom: 0%;
    transform: translate(-165px, -120px);
	z-index: 10000;
	display: none;
	background-color: #9894FF;
    border-radius: 50%;
}
#sac-img-up img {
	width: 75px;
}
#sac-img-up:hover img {
	mix-blend-mode: lighten;
	padding: 1px;
}
#sac-smart-now {
	position: fixed;
    top: 5.5vh;
    right: 2.5%;
    z-index: 100;
    transform: translate(0, -50%);
	-webkit-transition: all 0.5s ease 0.5s;
	-moz-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	-ms-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
}
#sac-smart-now.sac-screen-one {
	position: fixed;
    top: 5.5vh;
    right: 2.5%;
    z-index: 100;
    transform: translate(0, -50%);
	-webkit-transition: all 0.5s ease 0.5s;
	-moz-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	-ms-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
}

.flex_btn{
	width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    min-width: 290px;
    max-width: 290px;
}



/* SECTION#2 */
#section2 {
	background-color: var(--white-one);
	background-image: url('../assets/img/screen-02.svg');
    background-position: 90% center;
    background-size: auto 80.83vh;
	background-repeat: no-repeat;
	padding: 0 10.41%;
	height: 100vh!important;
}
#section2 h2 {
	padding-right: 30px;
	margin-bottom: 30px;
}
p.section-2 {
	font-size: 17px;
	line-height: 27px;
	color: var(--grey-three);
	font-family: 'faktpro-normal';
	text-align: left;
	padding: 0 18% 0 6%;
	margin-bottom: 35px;
}
div.sac-title {
	margin-bottom: 25px;
	display: flex;
}
div.sac-title img {
	height: auto;
	width: 45px;
}
div.sac-title span {
	font-family: 'faktpro-medium';
	font-size: 19px;
	line-height: 45px;
	display: inline-block;
	margin-left: 15px;
	color: var(--grey-four);
}

/* SECTION#3 */
#section3-a {
	background-color:  var(--purple-one);
}
#section3-b {
	background-color:  var(--orange-one);
}
#section3-c {
	background-color:  var(--green-one);
}
img.screen-03-steps  {
	height: 100vh;
	width: auto;
	margin: 0 auto;
	display: block;
}
p.section-3 {
	font-family: 'faktpro-medium';
	font-size: 24px;
    line-height: 24px;
	color: var(--white-one);
	text-align: center;
	margin-bottom: 35px;
}
#sac-steps {
	position: absolute;
	left: 0;
	top: 0;
	padding: 17vh 6% 0;
	display: none;
	z-index: 50;
	width: 100%;
}
#sac-steps .sac-btn.sac-btn-3 {
	margin-bottom: 15px;
	background-color: transparent!important;
}
/* SECTION#4 */
#section4 {
	background-color:  var(--white-one);
	padding: 0 10%;	
}
#section4 h1 {
	text-align: center;
	margin-bottom: 35px;
} 
#section4 h2 {
	text-align: center;
	margin-bottom: 35px;
}
#section4 p {
	text-align: center;
}
img.section-4 {
	width: 100%;
	max-width: 180px;
    display: block;
	margin: 0 auto;
	margin-bottom: 35px;	
}
span.section-4 {
	font-family: 'faktpro-medium';
	font-size: 24px;
	line-height: 24px;
	color: var(--black-one);
	text-align: center;	
}
p.section-4 {
	font-family: 'faktpro-normal';
    font-size: 19px;
    line-height: 19px;
	color: var(--grey-four);
	text-align: center;
	margin-top: 30px;
}

/* SECTION#5 */
#section5 {
	background-color:  var(--white-one);
	padding: 0 10.41%;
}
img.section-5 {
	height: 80.83vh;
	width: auto;
}
span.section-5 {
	font-family: 'faktpro-medium';
	font-size: 31px;
	line-height: 31px;
	color: var(--grey-three);
	text-align: left;	
	margin-bottom: 30px;
    display: block;
}
p.section-5 {
	font-family: 'faktpro-normal';
	font-size: 36px;
	line-height: 36px;
	color: var(--grey-four);
	text-align: left;		
}

/* SECTION#6 */
#section6 {
	background-color: var(--white-one);
}
#section6 .fp-tableCell {
    display: table-cell;
	vertical-align: bottom;
}
#section6 h1 {
	margin-bottom: 22px;
}
#section6 h2 {
	margin-bottom: 22px;
}
img.section-6 {
	height: 47.22vh;
	width: auto;
}
#section6-area1 {
	padding: 0 10%;
}
#section6 .sac-btn-4 {
	font-size: 19px;
    line-height: 61px;
	height: 61px;
}
.section-area1-div1 {
	padding: 0 4.6875%;
}
#section6-area2 {
	padding: 4.16vh 0;
	background-color: var(--grey-one);
	transform: translate(-6%, 0px);
    width: 115%;
}
#section6-area2 input {
	width: 50%;
	max-width: 512px;
	margin: 0 30px 4.16vh;
	border: 0;
	border-bottom: 1px solid var(--white-one);
	background-color: transparent;
	padding: 15px;
	font-family: 'faktpro-medium';
	font-size: 22px;
	line-height: 22px;
	color: var(--black-one);
	text-align: left;	
}
#section6-area2 input::-webkit-input-placeholder {
	color: var(--black-one);
}
#section6-area2 input:-ms-input-placeholder {
	color: var(--black-one);
}
#section6-area2 input::placeholder {
	color: var(--black-one);
}
#section6-area2 textarea::-webkit-input-placeholder {
	color: var(--black-one);
}
#section6-area2 textarea:-ms-input-placeholder {
	color: var(--black-one);
}
#section6-area2 textarea::placeholder {
	color: var(--black-one);
}
#section6-area2 input.sac-input-right {
	float: right;
}
#section6-area2 input.sac-input-left {
    float: left;
}
#menu-outer {
	height: 84px;
}
#table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}
 ul#horizontal-list {
	text-align: center;
	min-width: 696px;
	list-style: none;
	padding: 0;
}
ul#horizontal-list li {
	display: inline;
	list-style-type: none;
	font-family: 'faktpro-normal';
	font-size: 18px;
	line-height: 95px;
	color: var(--black-one)!important;
	text-align: center;
	margin: 0 50px;
}
ul#horizontal-list li a {
	color: var(--black-one)!important;
	text-decoration: none!important;
}

/* FULLPAGE CUSTOM CSS */
.fp-slidesNav {
	transform: translate(0px, -100%);
	text-align: center;
	position: fixed;
	bottom: 0;
}
/*
.fp-slides {
	left: 40.2%;
	overflow: visible!important;
}
.fp-slidesContainer {
	width: 100%!important;
}
.slide.fp-slide.fp-table {
	width: 20%!important;
}
*/
.fp-controlArrow.fp-prev, 
.fp-controlArrow.fp-next {
	display: none!important;
} 

.fp-slidesNav ul li a span {
	background-color: transparent;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border: 1px solid white;
}
.fp-slidesNav ul li a.active span {
	background-color: var(--white-one);
}


.utag-logo {
	height: 18px;
	margin-left: 5px;
    display: inline-block;
}

#powered-by,
#powered-by:hover, 
#powered-by:focus {
	text-decoration: none!important;
}

#sac-form .sac-btn {
	clear: both;
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
    font-size: 1.2em;
    line-height: 61px;
    height: 61px;
    clear: both;
	margin: 0 auto;
	line-height: 61px;
	height: 45px;

	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}
.sac-btn-4 {
	padding: 0 40px;
	border: 1px solid var(--white-one)!important;
	font-family: 'faktpro-medium';
	font-size: 25px;
	line-height: 66px;
	height: 66px;
	margin: 0 auto;
	background-color: var(--grey-five)!important;
	color: var(--purple-one)!important;
}
	
.sac-btn-4:hover {
	background-color: var(--white-one)!important;
}

.sac-slidesNav{
    z-index: 4;
    opacity: 1;
    left: 0 !important;
    right: 0;
	margin: 0 auto !important;
}
.sac-slidesNav.sac-bottom {
    bottom: 17px;
}
.sac-slidesNav.sac-top {
    top: 17px;
}
#sac-nav ul,
.sac-slidesNav ul {
	width: auto;
	margin: 0;
  padding: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -100%);
  text-align: center;
  position: fixed;
}
#sac-nav ul li,
.sac-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.sac-slidesNav ul li {
    display: inline-block;
}
#sac-nav ul li a,
.sac-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#sac-nav ul li a.active span,
.sac-slidesNav ul li a.active span,
#sac-nav ul li:hover a.active span,
.sac-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#sac-nav ul li a span,
.sac-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#sac-nav ul li:hover a span,
.sac-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}

.sac-slidesNav ul li a span {
    background-color: transparent;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border: 1px solid white;
}

.sac-slidesNav ul li a.active span {
    background-color: var(--white-one);
}

.sac-btn-img,
.sac-btn-img:hover {
	cursor: default;
}