
body {
	font-family: 'Roboto', sans-serif;
	color: #424242;
	background-color: #f7f7f7;	
}

h2 {
	color:#424242;
	font-size: 44px;
	font-weight: 700;
}

h3 {
	color:#424242;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 2em;
}

h5 {
	color:#424242;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 24px;	
}

p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 20px;
	margin-bottom: 24px;
}

a {
	color: #CCBD00;
}

a:hover {
	color: #E6DA00;
	text-decoration: none;
}

ul, ol {
  padding-left:2em;
}
ol {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
}

ol li {
  padding-top:0.25em;
  padding-bottom:0.25em;
}

ul {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	list-style-type: disc;
}

ul li {
  padding-top:0.25em;
  padding-bottom:0.25em;
}


b {
	font-weight: 800;
}

section {
	padding: 70px 0px 0px;				
}

.title-block {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}

.title-block p {
	font-size: 20px;
	font-weight: 300;
	color: #66655C;
	margin-bottom: 0px;
}

.divider {
	padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid #3c3f45;
}

.divider-light {
	padding: 2rem 0 0;
    margin: 2rem 0 0;
	border-top: 1px solid #edf1f2;
}

.divider-lighter {
	padding: 2rem 0 0;
    margin: 2rem 0 0;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.mb1 {
  margin-bottom: 10px;
}

.mb2 {
  margin-bottom: 20px;
}

.mb4 {
  margin-bottom: 40px;
}

/* ==============================================
CONTENTS
===============================================*/

.terms-content-strong{
	font-weight: 600;
}

.terms-content-list {
	counter-reset: list;	
}

ul.terms-content-list {
	list-style: none;	
}

.terms-content-list > li { 
	counter-increment: list;
}

.terms-content-items {
	list-style: none;
	counter-reset: item;	
}

.terms-content-items > li {
	counter-increment: item;
}

.terms-content-items > li::before {
	content: counter(list) "." counter(item) " ";
}

.box_contact{
	background-color: #ffffff;
	padding:20px 20px 20px 0px;
	margin-top: 40px;
	font-size:14px;
	color:#616161;
	line-height: 20px;
	border-radius: 10px;
}

.box_contact ul{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 20px;
	color: #666666;
	list-style-type: disc;
	margin-bottom: 8px;
	margin-left:1em;
}

.mailaddress{
	font-size: 1.5em;
	font-weight: 600;
}
/* accordion */
.actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 12px auto;	
}
.actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;		
/* 	margin-top: -80px;
	padding-top: 80px;	 */
}
.actab label {
	font-size: 14px;
	font-weight:600;
	color: #666666;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 8px 0;
	padding-right: 2em;

}
.actab .actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #ffffff;
	border-radius: 10px;
	margin-left: 15px;
	margin-bottom:15px;
}
.actab .actab-content p {
	margin: 1em;
}
/* :checked */
.actab input:checked ~ .actab-content {
	max-height: none;
}

/* Icon */
.actab label::after {
	position: absolute;	
	top: 0;
	right: 0;
	line-height: 1.5;
	display: block;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;		
}
.actab input[type=checkbox] + label::after {
	content: '';
	transform-origin: 50% 35%;	
	background-image: url(../images/img_arrow_dn.svg);
	background-size: contain;
	background-repeat: no-repeat;	
	margin-top: 4px;
	width: 24px;	
	height: 24px;
	
}
.actab input[type=checkbox]:checked + label::after {
	transform: rotate(180deg);
}

/* ==============================================
   2. Navbar
===============================================*/

.custom-navbar {
	background-color: #ffffff!important;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
	height: 70px;
	max-height: 70px;
	display: flex;
	justify-content: center;	
	padding: 16px;
}

.navbar-toggler {
	font-size: 38px;
	background-color: transparent;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: none;
}

.navbar-toggler-icon {
	color: #ffffff;
}

.navbar-collapse {
	background-color: #ffffff;
}

.nav-custom-link {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .05em;
	margin-top: 5px;
}

.navbar a {
	color: #53627C !important;
	height: 100%;
}

.nav-right {
	float: right;
}

.nav-logo {
	transform: translate(0, 0);	
	height: 100%;
}

/* ==============================================
   3. Buttons
===============================================*/

.btn_dl{
	height:40px;
}

.btn {
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px!important;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.08);
}

.btn:hover {
	text-decoration: none;
}

.btn-regular {
	background-color: #0095f7;
	color: #ffffff;
	padding: 10px 25px;
	letter-spacing: .1em;
	margin-top: 25px;
	display: inline-block;
}

.btn-regular:hover {
	background-color: #0191f0;
	color: #ffffff;
}

.btn-demo {
	color: #ffffff;
	background-color: #6772e5;
	letter-spacing: .1em;
	padding: 15px 48px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.btn-demo:hover {
	color: #ffffff;
	background-color: #636ee1;
}

.btn-demo-small {
	font-size: 12px;
	background-color: #6772e5;
	padding: 1px 4px;
}

.btn-demo-small:hover {
	background-color: #636ee1;
}

.btn-demo-small a {
	color: #ffffff!important;
}

.btn-buy {
	color: #ffffff;
	background-color: #0095f7;
	letter-spacing: .1em;
	padding: 15px 48px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.btn-buy:hover {
	background-color: #0191f0;
	color: #ffffff;
}

.box-logo{
	text-align: center;
	padding-top: 40px;
}
.buttons_dl{
	margin-top: 40px;
}
.buttons_dl li{
display: inline-block;
margin-right: 10px;
}


/* ==============================================
   4. Footer
===============================================*/

.footer {
  background-color: #33332E;   
  padding: 20px 16px;	
}

.footer-container {
	max-width: 960px;
	margin: 0 auto;
}

.footer p {
  color: rgba(255, 255, 255, 0.5); 
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.footer a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
}

#disclaimers {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
}

.ferci-links {  
	margin-top: 20px;
  padding-bottom: 4px; 
	border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
 }
 
 .ferci-links ul {  
	 list-style: none;
	 text-align: center;
 }
 
 .ferci-links li {	 
	 margin-bottom:  16px;
 }
 
 .ferci-links a {
	 text-decoration: none; 
	 font-size: 1.4rem;   
 }

 @media screen and (min-width: 992px) {
	.ferci-links {  
		padding: 20px 0;
		border: none;		
	 }
	 .ferci-links ul {  
		display: grid;
		padding: 0;
		grid-template-columns: repeat(5, 1fr);		
		gap: 16px
	}
 }