@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
.html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

.cookie-notice-container, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme { background: var(--t-blue) !important; background: linear-gradient(90deg, #17a7c5 0%, #4bae75 35%, #77b52f 100%) !important; border: 0; z-index: 1000000; }
.cookie-notice-container #cn-more-info, .change-settings-button { color: var(--t-white) !important; font-weight: bold; }
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton { border-radius: 4px !important; background-color: var(--t-blue) !important; }
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover { background-color: var(--t-dark-blue) !important; color: var(--t-white) !important; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton { background-color: var(--t-blue) !important; padding: 12px 30px !important; border-radius: 3px !important; color: var(--t-white) !important; }
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover { background-color: var(--t-dark-blue) !important; }
#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn { opacity: 1 !important; background-color: var(--t-medium-blue) !important; box-shadow: none !important; color: var(--t-white) !important; }
#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover { background-color: var(--t-dark-blue) !important; }
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button:hover { background-color: var(--t-white); }
#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i { color: var(--t-gray-500); }
i.moovegdpr-arrow-close.moovegdpr-arrow-close:before { width: 2px; }
.cookie-notice-container a#cn-accept-cookie { background-color: var(--t-blue) !important; padding: 12px 30px !important; margin-left: 30px !important; }
.cookie-notice-container span#cn-close-notice { color: var(--t-white) !important; background-color: var(--t-white) !important; opacity: 1; padding: 16px; border-radius: 15px; }
.cookie-notice-container .cn-close-icon:before, .cookie-notice-container .cn-close-icon:after { position: absolute; content: ' '; height: 15px; width: 2px; top: 8px; background-color: gray; left: 15px; }
#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:after, #moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:after, #moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:after, #moove_gdpr_cookie_modal .switch input:checked+.slider:after { color: var(--t-blue); }
#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider, #moove_gdpr_cookie_modal .cookie-switch input:checked+.slider, #moove_gdpr_cookie_modal .switch input:checked+.cookie-slider, #moove_gdpr_cookie_modal .switch input:checked+.slider { background-color: var(--t-blue); }
.pref-cookies { cursor: pointer; }
.wpcf7-spinner { left: 0 !important; width: 100% !important; height: 43px !important; border-radius: 0 !important; margin: 0 !important; background-color: var(--t-blue) !important; }
.wpcf7-spinner::before { top: 30% !important; left: 50% !important; }

.page a.btn.btn-blue {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 11px 32px;
	width: 280px;
	height: 54px;
	background: #054375;
	box-sizing: border-box;
	border-radius: 4px;
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF;
	margin-top: 32px;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #054375;
	box-shadow: 5px 5px 11px -7px rgba(0, 0, 0, 0.79);
}

.page a.btn.btn-blue:hover {
	background-color: #FFF;
	border: 2px solid #054375;
	color: #054375;
}

.page .btn.btn-white {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 11px 32px;
	width: 280px;
	height: 56px;
	background: #FFFFFF;
	border: 1px solid #B0BEC5;
	box-sizing: border-box;
	border-radius: 4px;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #455A64;
	font-family: 'Red Hat Display', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 5px 5px 11px -7px rgba(0, 0, 0, 0.79);
}

.page .btn.btn-white:hover {
	background-color: #054375;
	border: 2px solid #054375;
	color: #FFFFFF;
}

.page .top-header a {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #054375;
	text-decoration: none;
	padding: 9px 16px;
}

.page .top-header .active {
	font-weight: 700;
	background-color: #E0E1E1;
}

.page .header-mobile {
	display: none;
}

.page .header {
	background: #8cd133;
	background: linear-gradient(90deg, #8cd133 16%, #05bdfb 93%, #05bdfb 94%);
	-webkit-box-shadow: 0px 5px 11px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 11px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 5px 11px -4px rgba(0, 0, 0, 0.75);
	z-index: 999;
	position: relative;
}

.page .header .navbar .navbar-nav .nav-link {
	color: #FFF !important;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	margin-top: 37px;
	margin-bottom: 37px;
	margin-left: 56px;
}

.page .header .navbar .ml-auto {
	margin-left: 0 !important;
	margin-right: auto;
}

.page .header .navbar .dropdown-toggle::after {
	display: none;
}

.page .header .navbar .help {
	color: #FFF !important;
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	text-decoration: none;
	margin-right: 10px;
}

.page .header .navbar label {
	margin-bottom: 0;
	color: #FFF !important;
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
}

.page .section-1 {
	background-image: url(../images/background_user_01.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 40px 0 0 0;
	height: 500px;
}

.page .section-1 .container {
	padding: 0;
}

.page .section-1 .position {
	margin-top: 15px;
}

.page .section-1 h2 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	background: -webkit-linear-gradient(180deg, #8cd133 0%, #05bdfb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0;
}

.page .section-1 .sub-title {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	width: 125%;
	line-height: 100%;
	background: -webkit-linear-gradient(180deg, #8cd133 0%, #05bdfb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page .section-1 .content {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
	display: flex;
	align-items: center;
	color: #4D5256 !important;
	line-height: 110%;
	margin-top: 60px;
	margin-bottom: 50px;
}

.page .section-1 a.btn {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #FFF;
	padding: 6px 70px;
	background: #054375;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	text-transform: uppercase;
}

.page .section-2 {
	z-index: 999;
	background: #05BDFB;
	height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-size: 20px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
}

.page .section-2.fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
}

.page .section-2 h3 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 0;
}

.page .section-2 h3 b {
	font-weight: 700;
}

.page .section-3 {
	padding: 80px 0;
}

.page .section-3.fixed {
	margin-top: 62px;
}

.page .section-3 img {
	width: 100%;
	height: auto;
}

.page .section-3 h3 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 120%;
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(360deg, #054375 16%, #05bdfb 92%, #05bdfb 94%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page .section-3 p {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	color: #4D5256;
	margin-bottom: 0;
	margin-top: 15px;
}

.page .section-4 {
	padding: 80px 0;
	background: #FFF;
	max-height: 456px;
}

.page .section-4 h3 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 120%;
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(360deg, #054375 16%, #05bdfb 92%, #05bdfb 94%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page .section-4 .card-info {
	position: static;
	width: 176px;
	height: 213px;
	left: 0px;
	top: 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: -webkit-linear-gradient(360deg, #8cd133 0%, #05bdfb 100%);
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
	margin-top: 36px;
	background-color: #fff;
	padding: 3px;
	cursor: default;
}

.page .section-4 .card-info .gradient {
	background: #fff;
	border-radius: 8px;
	padding: 14px;
	width: 170px;
	height: 208px;
}

.page .section-4 .card-info img {
	width: auto;
	height: 100%;
}

.page .section-4 .card-info h4 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	background: -webkit-linear-gradient(360deg, #8cd133 0%, #05bdfb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: static;
	left: 0px;
	margin-top: 5px;
}

.page .section-4 .card-info p {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 104%;
	color: #2D3439;
}

.page .section-4 .card-info:hover .gradient {
	background: linear-gradient(90deg, #8CD133 4.17%, #05BDFB 95.33%);
}

.page .section-4 .card-info:hover h4 {
	background: none;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: white;
	color: #FFF;
}

.page .section-4 .card-info:hover p {
	color: #FFF;
}

.page .section-4 .card-info:hover img {
	filter: brightness(0) invert(1);
}

.page .section-5 {
	padding: 80px 0;
}

.page .section-5 img {
	width: 100%;
	height: auto;
}

.page .section-5 h3 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 120%;
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(360deg, #8cd133 0%, #05bdfb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page .section-5 p {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	color: #054375;
	margin-bottom: 0;
	margin-top: 15px;
}

.page .section-6 {
	padding: 40px 0;
	background: #FFF;
	max-height: 456px;
}

.page .section-6 h3 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 120%;
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(360deg, #054375 16%, #05bdfb 92%, #05bdfb 94%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page .section-6 .card-info {
	position: static;
	width: 176px;
	height: 210px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: -webkit-linear-gradient(360deg, #8cd133 0%, #05bdfb 100%);
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
	margin-top: 36px;
	background-color: #fff;
	padding: 3px;
	cursor: default;
}

.page .section-6 .card-info .gradient {
	background: #fff;
	border-radius: 8px;
	padding: 14px;
	width: 170px;
	height: 208px;
}

.page .section-6 .card-info img {
	width: auto;
	height: 100%;
}

.page .section-6 .card-info h4 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	background: -webkit-linear-gradient(360deg, #8cd133 0%, #05bdfb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: static;
	left: 0px;
	margin-top: 5px;
}

.page .section-6 .card-info p {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 104%;
	color: #2D3439;
}

.page .section-6 .card-info:hover .gradient {
	background: linear-gradient(90deg, #8CD133 4.17%, #05BDFB 95.33%);
}

.page .section-6 .card-info:hover h4 {
	background: none;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: white;
	color: #FFF;
}

.page .section-6 .card-info:hover p {
	color: #FFF;
}

.page .section-6 .card-info:hover img {
	filter: brightness(0) invert(1);
}

.page .section-7 {
	padding: 80px 0;
}

.page .section-7 h3 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 120%;
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(360deg, #8cd133 0%, #05bdfb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 20px;
}

.page .section-7 p {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	color: #054375;
	margin-bottom: 0;
	margin-top: 15px;
	margin-bottom: 30px;
}

.page .section-7 ul {
	list-style: none;
}

.page .section-7 ul li {
	background-image: url(../images/user/vector.svg);
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(360deg, #8cd133 0%, #05bdfb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 0 8px 0;
}

.page .section-7 ul img {
	margin-right: 16px;
}

.page .section-7 h4 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	display: flex;
	align-items: center;
	background: -webkit-linear-gradient(360deg, #054375 0%, #05bdfb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}

.page .section-7 .download {
	margin-top: 25px;
}

.page .section-8 {
	background: #054375;
	background: linear-gradient(90deg, #054375 0%, #05bdfb 100%);
	height: 124px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page .section-8 h3 {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 150%;
	color: #FFFFFF;
}

.page .section-9 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.page .section-9 h3 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 120%;
	display: flex;
	align-items: center;
	color: #054375;
	margin-bottom: 24px;
}

.page .section-9 p {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	color: #002542;
	margin-bottom: 32px;
}

.page .section-9 img {
	width: 100%;
	height: auto;
}

.page .section-9 .position {
	margin-left: -20%;
}

.page .section-10 {
	background: #8cd133;
	background: linear-gradient(90deg, #8cd133 0%, #61cb73 0%, #05bdfb 100%);
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.page .section-10 h3 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 120%;
	display: flex;
	align-items: center;
	color: #054375;
	margin-bottom: 24px;
}

.page .section-10 p {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	color: #FFF;
	margin-bottom: 55px;
}

.page .section-10 img {
	width: 100%;
	height: auto;
}

.page .section-11 {
	background: #FFF;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.page .section-11 h3 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 120%;
	display: flex;
	align-items: center;
	color: #054375;
	margin-bottom: 24px;
}

.page .section-11 p {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	color: #002542;
	margin-bottom: 55px;
}

.page .section-11 img {
	width: 100%;
	height: auto;
}

.page .section-space {
	background: #8cd133;
	background: linear-gradient(90deg, #8cd133 0%, #05bdfb 100%);
	height: 8px;
}

.page .section-13 {
	padding: 80px 0;
}

.page .section-13 h3 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 120%;
	display: flex;
	align-items: center;
	color: #054375;
	margin-bottom: 39px;
}

.page .section-13 a {
	text-decoration: none;
}

.page .section-13 img {
	width: 100%;
	height: auto;
}

.page .section-13 h4 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 120%;
	display: flex;
	align-items: center;
	color: #054375;
	margin-top: 16px;
}

.page .section-13 p {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #2E3438;
	margin-top: 16px;
}

.page .section-14 {
	background-color: #05BDFB;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999999999;
	position: relative;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
}

.page .section-14 h3 {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 0;
}

.page .section-14 h3 b {
	font-weight: bold;
}

.page .footer {
	background-color: #054375;
	z-index: 999;
	position: relative;
	padding-top: 30px;
}

.page .footer .logo {
	margin-bottom: 32px;
	margin-top: 32px;
}

.page .footer .social {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.page .footer .social li {
	padding: 5px;
}

.page .footer .line .line-info-one {
	list-style: none;
	margin: 28px 0px 12px;
	padding: 0px;
}

.page .footer .line .line-info-one li {
	margin-top: 8px;
	height: 30px;
}

.page .footer .line .line-info-one li a {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}

.page .footer .line .line-info-two {
	list-style: none;
	margin: 12px 0px;
	padding: 0px;
}

.page .footer .line .line-info-two a, .page .footer .line .line-info-two a:visited, .page .footer .line .line-info-two a:hover, 
.page .footer .line .line-info-two a:focus, .page .footer .line .line-info-two a:active {
	color: #ffffff;
}

.page .footer .line .line-info-two .title {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
	text-transform: uppercase;
}

.page .footer .line .line-info-two li {
	margin-top: 13px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}

.page .footer .line .line-info-three {
	margin-top: 12px;
	color: #ffffff;
}

.page .footer .line .line-info-three .col-md-4 {
	margin-top: 5px;
}

.page .footer .line .download {
	margin-top: 15px;
}

.page .footer .line .line-info-four {
	list-style: none;
	margin: 12px 0px;
	padding: 0px;
}

.page .footer .line .line-info-four li {
	margin-top: 2px;
	height: 30px;
}

.page .footer .line .line-info-four li a {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
}

.page .footer h4 {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
	margin-top: 32px;
	margin-bottom: 30px;
}

#tribancoModal .modal-content {
	background-color: #05BDFB;
	color: #054375;
	padding: 25px 100px;
}

#tribancoModal .modal-content .modal-title {
	text-align: center;
	margin-left: 30%;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #054375;
}

#tribancoModal .modal-content .modal-title span {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #054375;
}

#tribancoModal .modal-content .modal-header {
	border-bottom: none;
}

#tribancoModal .modal-content .modal-footer {
	border-top: none;
}

#tribancoModal .modal-content input {
	border-radius: 0;
	border: 1px solid #054375;
	background: #FFF;
	height: 56px;
	margin-bottom: 25px;
	font-size: 14px;
	color: #054375;
}

#tribancoModal .modal-content select {
	border-radius: 0;
	border: 1px solid #054375;
	background: #FFF;
	height: 56px;
	color: #054375;
	font-size: 14px;
}

#tribancoModal .modal-content .select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../images/icones/down.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-repeat: no-repeat;
}

#tribancoModal .modal-content .form-control option {
	color: #000;
}

#tribancoModal .modal-content input::placeholder {
	color: #054375;
	font-size: 14px;
	font-family: 'Red Hat Display', sans-serif;
}

#tribancoModal .modal-content .height {
	height: 18px;
	margin-bottom: 0;
}

#tribancoModal .modal-content .modal-footer {
	display: block;
	margin-top: -20px;
}

#tribancoModal .modal-content .modal-footer .btn-access {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 11px 32px;
	width: 363px;
	height: 47px;
	background: #FFFFFF;
	border: 1px solid #B0BEC5;
	box-sizing: border-box;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #054375;
	text-decoration: none;
}

#tribancoModal .modal-content .information-label {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #054375;
	line-height: 150%;
}

#tribancoModal .modal-content .information-label a {
	color: #054375;
	text-decoration: underline;
}

@media screen and (max-width: 1376px) {
	.page .section-6 .img-section {
		width: 100%;
		height: auto;
		-o-object-fit: none;
		object-fit: contain;
		-o-object-position: none;
		object-position: none;
		max-height: none;
	}
}

@media screen and (max-width: 1280px) {
	.page .section-9 .position {
		margin-left: -24%;
	}
}

@media screen and (max-width: 1100px) {
	.page .section-1 .position {
		margin-left: 2%;
	}
	.page .section-1 h2 {
		font-size: 25px;
	}
	.page .section-1 p {
		font-size: 30px;
		line-height: 1.2em;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 1246px !important;
	}
}

@media screen and (max-width: 768px) {
	.page .top-header .container {
		width: 100%;
		padding-right: 15px !important;
		padding-left: 15px !important;
		margin-right: auto;
		margin-left: auto;
	}
	.page .header {
		display: none;
	}
	.page .header-mobile {
		display: block;
		background: #8cd133;
		background: linear-gradient(90deg, #8cd133 16%, #05bdfb 93%, #05bdfb 94%);
		-webkit-box-shadow: 0px 5px 11px -4px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 5px 11px -4px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 5px 11px -4px rgba(0, 0, 0, 0.75);
		z-index: 999;
		position: relative;
	}
	.page .header-mobile .col-md-12 {
		padding: 0;
	}

	.page .header-mobile .navbar-toggler { border-color: transparent; }
	.page .header-mobile .navbar-toggler:focus { border-color: transparent; outline: none; }
	.page .header-mobile .navbar-toggler .navbar-toggler-icon { background-image: url("../images/icon_menu_mobile.png"); background-position: center; background-repeat: no-repeat; }

	.page .header-mobile .navbar {
		background: #8cd133;
		background: linear-gradient(90deg, #8cd133 16%, #05bdfb 93%, #05bdfb 94%);
		-webkit-box-shadow: 0px 5px 11px -4px rgba(0, 0, 0, 0.75);
	}
	.page .header-mobile .navbar .mr-auto {
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.page .header-mobile .navbar .navbar-nav .nav-link {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		color: #FFF !important;
		font-family: 'Red Hat Display', sans-serif;
		font-weight: 700;
		font-size: 20px;
		line-height: 150%;
	}
	.page .header-mobile .navbar .list-unstyled {
		background-color: rgba(0, 0, 0, 0.1);
	}
	.page .header-mobile .navbar .list-unstyled .nav-link {
		padding: 0.9em;
		font-style: normal; font-weight: 400; font-size: 18px; line-height: 150%; display: flex; align-items: center; color: var(--t-white); padding: 6px 20px;
	}
	.page .header-mobile .navbar .icon-user {
		background-color: #FFFFFF;
		height: 35px;
		padding: 6px 0 6px 10px;
		border: none;
		box-shadow: none !important;
	}
	.page .header-mobile .navbar .edit-input {
		border-radius: 0 !important;
		height: 35px !important;
		border: none !important;
		box-shadow: none !important;
		width: 75%;
	}
	.page .header-mobile .navbar input::placeholder {
		color: #C4C4C4;
		font-size: 14px;
		font-family: 'Red Hat Display', sans-serif;
	}
	.page .header-mobile .navbar .btn-access {
		border-radius: 0 !important;
		height: 37px !important;
		box-shadow: none !important;
		border: none;
	}
	.page .header-mobile .navbar .btn-access:focus, .page .header-mobile .navbar .btn-access:hover {
		box-shadow: none;
	}
	.page .header-mobile .navbar label {
		margin-bottom: 0;
		color: #FFF !important;
		font-family: 'Red Hat Display', sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
	}
	.page .section-1 {
		background-image: url(../images/background_user_01_mobile.png);
		background-position: center;
	}
	.page .section-1 .container {
		width: 100%;
		padding-right: 15px !important;
		padding-left: 15px !important;
		margin-right: auto;
		margin-left: auto;
	}
	.page .section-1 .position {
		margin-left: 0;
	}
	.page .section-1 .sub-title {
		width: 100%;
	}
	.page .section-1 .content {
		margin-top: 20px;
	}
	.page .section-2 {
		padding: 45px 15px 45px 15px;
	}
	.page .section-2 h3 {
		text-align: center;
		padding: 0 15px;
	}
	.page .section-3 {
		padding: 40px 15px;
		text-align: center;
	}
	.page .section-3 h3 {
		display: block;
	}
	.page .section-3 a {
		width: 100%;
	}
	.page .section-4 {
		padding: 40px 15px;
		max-height: none;
	}
	.page .section-4 .col {
		padding: 0;
		margin-bottom: 25px;
	}
	.page .section-4 h3 {
		display: block;
		text-align: center;
	}
	.page .section-4 .card-info {
		width: 155px;
		height: 213px;
		margin: auto;
	}
	.page .section-4 .card-info .gradient {
		width: 149px;
		height: 208px;
	}
	.page .section-5 {
		padding: 40px 0;
		text-align: center;
	}
	.page .section-5 h3 {
		display: block;
		text-align: center;
	}
	.page .section-5 a {
		width: 100%;
	}
	.page .section-6 {
		padding: 40px 15px;
		background: #FFF;
		max-height: none;
	}
	.page .section-6 h3 {
		display: block;
		text-align: center;
	}
	.page .section-6 .col {
		padding: 0;
		margin-bottom: 25px;
	}
	.page .section-6 .card-info {
		width: 155px;
		height: 220px;
		margin: auto;
	}
	.page .section-6 .card-info .gradient {
		background: #fff;
		border-radius: 8px;
		padding: 14px;
		width: 150px;
		height: 215px;
	}
	.page .section-7 {
		padding: 40px 15px;
		text-align: center;
	}
	.page .section-7 h3, .page .section-7 h4 {
		display: block;
	}
	.page .section-7 .btn-access {
		width: 100%;
	}
	.page .section-8 h3 {
		font-size: 28px;
		text-align: center;
	}
	.page .section-9 {
		text-align: center;
		padding: 0 15px 40px 15px;
	}
	.page .section-9 .position {
		margin-left: 0;
	}
	.page .section-9 h3 {
		margin-top: 25px;
		text-align: center;
		display: block;
	}
	.page .section-9 .btn-access a {
		width: 100%;
	}
	.page .section-10 {
		text-align: center;
		padding: 0 15px 40px 15px;
	}
	.page .section-10 h3 {
		margin-top: 25px;
		text-align: center;
		display: block;
	}
	.page .section-10 .row {
		flex-direction: column-reverse;
	}
	.page .section-10 .btn-access a {
		width: 100%;
	}
	.page .section-11 {
		text-align: center;
		padding: 0 15px 40px 15px;
	}
	.page .section-11 .position {
		margin-left: 0;
	}
	.page .section-11 h3 {
		margin-top: 25px;
		text-align: center;
		display: block;
	}
	.page .section-11 .btn-access a {
		width: 100%;
	}
	.page .section-13 {
		padding: 40px 0;
	}
	.page .section-13 h3 {
		text-align: center;
	}
	.page .section-13 img {
		max-width: 140px;
		max-height: 100px;
	}
	.page .section-13 h4 {
		font-size: 18px;
	}
	.page .section-14 {
		padding: 40px 15px 40px 15px;
	}
	.page .section-14 h3 {
		text-align: center;
	}
	.page .footer h4 {
		font-size: 16px;
		text-align: center;
	}
	.page .footer .logo {
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.page .footer .logo .logo-tribanco {
		width: 100%;
		height: auto;
	}
	.page .footer .line .line-info-two .title {
		line-height: 100%;
	}
	.page .footer .line .line-info-four {
		text-align: left;
	}
	.page .footer .line .download-mobile {
		display: flex;
		justify-content: center;
	}
	.page .footer .line .line-info-two li {
		font-size: 14px;
		line-height: 100%;
	}
	#tribancoModal .modal-content {
		padding: 0;
	}
	#tribancoModal .modal-content .modal-title {
		margin-left: 0;
	}
	#tribancoModal .modal-content .modal-title .close {
		padding: 2px 2px;
	}
}

/*
* MENU
*/
.tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
	border: none;
	-webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	border-radius: 0;
	background: #05BDFB;
	padding: 0 !important;
	width: 100%;
	margin-top: -1px;
}

.tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	display: flex;
	align-items: center;
	color: #FFF;
	padding: 8px 20px;
}

.tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	display: flex;
	align-items: center;
	background: #fff;
	color: #054375;
	transition: background 1s;
}

.tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu .active {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	display: flex;
	align-items: center;
	background: #fff;
	color: #054375;
}

.tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu h4 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	color: #FFF;
	display: block;
	padding: 20px 0 0 0;
}

.tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item-company {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	display: flex;
	align-items: center;
	color: #FFF;
	padding: 8px 20px 8px 0;
	border-bottom: 1px solid #FFF;
}

.tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item-company:hover, .tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item-company:focus {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	display: flex;
	align-items: center;
	background: transparent;
	color: #fff;
}

.tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu .img {
	width: 100%;
	height: 90%;
	display: block;
	margin-bottom: 0;
}

.tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu .text a {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	display: flex;
	align-items: center;
	color: #FFF;
	text-decoration: none;
	margin-top: 3px;
	background: #04A2D7;
	padding: 18px;
	margin-top: -18px;
	margin-bottom: 0;
	background-image: url(../images/icones/icon-next.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-position-x: 95%;
}

.tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu .text span {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.2);
}

.tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu .tribanco-access h4 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	display: flex;
	align-items: center;
	color: #05BDFB;
	background: #FFF;
	padding: 16px;
	margin-bottom: -15px;
}

.tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu .social {
	list-style: none;
	padding: 0 0 20px 0;
}

.tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu .social-title {
	margin-top: 30px;
	margin-bottom: 16px;
}

.tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu .social li {
	margin-right: 10px;
}

.tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu .btn-access-header {
	text-decoration: none;
	color: #05BDFB;
	margin-left: 6px;
}

.tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu .sub-menu-info {
	padding-right: 0;
}

.tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu .sub-menu-info-center {
	padding-left: 0;
}

.tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu #two-div, .tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu #three-div, .tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu #four-div, .tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu #five-div, .tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu #six-div, .tribanco-navbar-light .navbar-nav > .nav-item .dropdown-menu #seveen-div {
	display: none;
}
