
* {
	margin: 			0;
	padding: 			0;
	border: 			0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;

 /*   -webkit-appearance: none;*/
}

h1,h2,h3,h4,h5{
    font-weight: normal;
}

@font-face {
    font-family: 'century_gothicregular';
    src: url('../fonts/centurygothic-webfont.woff2') format('woff2'),
         url('../fonts/centurygothic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'century_gothicbold';
    src: url('../fonts/gothicb-webfont.woff2') format('woff2'),
         url('../fonts/gothicb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'century_gothicitalic';
    src: url('../fonts/gothici-webfont.woff2') format('woff2'),
         url('../fonts/gothici-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

textarea:focus, input:focus{
    outline: solid;
  	outline-width: 2px;
  	outline-color: #4d6879;
	color: #4d6879 !important;
}


a{
	color:				#333333;
}

a:hover{
	text-decoration: none;
}

/*
*:not(html) {
    -webkit-transform: 	translate3d(0, 0, 0);
}
*/

::selection {
	background: 		#484848;
	color: #e0e0e0;
	}

::-moz-selection {
	background: 		#484848;
	color: #e0e0e0;
}

html {
	width:				100%;
	height: 			100%;
	overflow-y: 		scroll;
	font-family: 		'century_gothicregular',Arial,Georgia,Courier;
	font-weight:		normal;
	background: 		#eeeeee;
}

body {
	width:				100%;
	height: 			100%;
	font-size:			14px;
	line-height:		18px;
	font-weight: 		normal;
	text-align:			left;
	color:				#333333;
}



#main{
	position:			relative;

	min-height: 		100%;
	height: 			auto !important;

	margin: 			0 auto -0px auto;

	width:				100%;
	/*min-width: 		990px;*/
	/*max-width: 	 	800px;*/
    }



#main-in{
	position: 			relative;
	overflow:			visible;
	padding-bottom: 	0px;
}



#header{
	position: 			fixed;
	left:				0px;
	top:				0px;
	width: 				100%;
	height: 			100px;
	font-size: 			18px;
	line-height:		22px;
	color: 				#222222;
	text-align: 		right;
	padding:			0px 0px;
}

#header > .background{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	border-bottom: 1px solid #cacaca;
}

#header > .centerer{
	height: 100%;
	padding: 20px 20px;
}

#header > .centerer > div{
	position: absolute;
	bottom: 50%;
	right: 10px;
	transform: translate(0%,50%);
}

#header .logo{
	float: left;
	position: relative;
	height: 100%;
	width: auto;
}

#header .logo > img{
	position: relative;
	height: 100%;
}

#header .menuup{
	position: 			relative;
	display: 			inline-block;
	vertical-align: 	middle;
	margin:				0px 24px;
	font-size: 			18px;
	line-height:		22px;
}

#header .menuup a{
	color: inherit;
	text-decoration: none;
}

#header .menuup p[data-type]{
	position: 			relative;
	padding:			0px 20px 0px 0px;
	cursor: 			pointer;	
}

#header .menuup p[data-type] > i{
	position: absolute;
	right: 0px;
	top: 50%;
	transform-origin: center center;
}

#header .menuup p[data-type="0"] > i{
	transform: translate(0px,-50%) rotate(0deg);
}

#header .menuup p[data-type="1"] > i{
	transform: translate(0px,-50%) rotate(90deg);
	transition: transform 0.5s ease;
}

#header .menuup p[data-type="1"].open > i{
	transform: translate(0px,-50%) rotate(-90deg);
}

#header .menuup > .menuupsub{
	position: absolute;
	right: -20px;
	top: 0px;
	width: auto;
	height: auto;
	background: #ffffffD0;
	color: #202020;
	padding: 6px 10px;
	white-space: nowrap;
	text-align: left;
	display: none;
	font-size: 	14px;
	line-height: 20px;
}

#header .menuup > .menuupsub > p{
	position: relative;
	cursor: pointer;
}

#header .menuup > .menuupsub > p:hover{
	background: #00000020;
}

#header .menuup > .menuupsub > p > a{
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 6px 10px;
}

#header .menuup > .menuupsub > hr{
	border-bottom: 1px solid #5e5e5e;
	margin: 4px 0px;
}

#footer{
	position: 			relative;
	font-size: 			14px;
	line-height:		22px;
	color: 				#ffffff;
	background: 		#202020;
	height: 			auto;
	padding:			10px 0px;
	text-align:			center;
}

#footer .up{
	position: relative;
	border-bottom: 1px solid #ffffff16;
	padding: 40px 0px 0px 0px;
}

#footer .down{
	position: relative;
	text-align: left;
	padding: 40px 0px 40px 0px;
}

#footer .up > .column{
	position: relative;
	float: right;
	width: 20%;
	text-align: left;
	margin-bottom: 40px;
}

#footer .up > .column span{
	cursor: pointer;
}

#footer .up > .column span:hover{
	text-decoration: underline;
}


#footer .up > .column a{
	text-decoration: none;
	color: inherit;
}

#footer .up > .column a:hover{
	text-decoration: underline;
}

#footer .up > .column > h1{
	position: relative;
	font-family: 'century_gothicbold',Arial;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}

#footer .up > .column > h1:has(img){
	padding-left: 50px;
}

#footer .up > .column > h1 > img{
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0,-50%);
	height: 48px;
}


#footer .up > .column > .langs{
	position: relative;
	background: transparent;
	display: inline-block;
	vertical-align: top;
}

#footer .up > .column > .langs a{
	text-decoration: none;
}

#footer .up > .column button{
	position: relative;
	display: block;
	width: 100%;
	background: #4a4a4a;
	color: #ffffff;
	padding: 8px 30px 8px 10px;
	font-family: 'century_gothicbold',Arial;
	font-size: 14px;
	text-align: left;
	cursor: pointer;
}

#footer .up > .column button > i{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0px,-50%) rotate(90deg);
	transition: transform 0.5s ease;
}

#footer .up > .column button[data-mode="current"].open > i{
	transform: translate(0px,-50%) rotate(-90deg);
}

#footer .up > .column button[data-mode="option"]{
	display: none;
	background: transparent;
	padding: 8px 10px 8px 10px;
	font-family: 'century_gothicregular',Arial;
}

#footer .up > .column button[data-mode="option"]:hover{
	background: #4a4a4a;
}

#footer .social-networks{
	position: relative;
	margin-top: 10px;
}

#footer .social-networks > p{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 10px 10px 0px;
	opacity: 0.7;
	transition: opacity 0.5s ease;
}

#footer .social-networks > p:hover{
	opacity: 1.0;
}

#footer .social-networks > p img{
	height: 20px;
}

#footer .goup{
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0,-50%);
	border-radius: 50%;
	background: #757575;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 30px;
	color: #202020;
	cursor: pointer;
	transition: background 0.3s ease;
}


#footer .goup:hover{
	background: #a5a5a5;
}

.centerer{
	position: 			relative;
	width:				100%;
	max-width: 			1600px;
	margin: 			0px auto;
	padding:			0px 20px;
}

.banner{
	padding: 20px;
}

.banner[data-colors="0"]{
	background: #ffffff;
	color: #1a1a1a;
}

.banner[data-colors="1"]{
	background: #f6f1f0;
	color: #1a1a1a;
}

.banner[data-colors="2"]{
	background: #a3b0b5;
	color: #ffffff;
}

.banner a{
	position: relative;
	color: inherit;
	display: block;
	height: 100%;
}

.banner-half{
	position: relative;
	width: 50%;
}

.banner[data-halign="0"] .banner-half{
	position: relative;
	float: left;
}

.banner[data-halign="1"] .banner-half{
	position: relative;
	float: right;
}

.banner .banner-text{
	font-family: 'century_gothicregular',Arial;
	font-size: 18px;
	text-align: left;
	line-height: 28px;
	height: 100%;
	margin-bottom: 20px;
}

.banner[data-halign="0"] .banner-text{
	padding: 20px 20px 20px 10px;
}

.banner[data-halign="1"] .banner-text{
	padding: 20px 20px 20px 50px;
}

.banner .banner-text .button{
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
	margin: 30px 0px 10px 0px;
	border-radius: 5px;
	transition: opacity 0.3s ease;
}

.banner .banner-text .button:hover{
	opacity: 0.7;
}

.banner .banner-text .button > a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 60px 10px 30px;
	text-decoration: none;
}

.banner .banner-text .button > a > i{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0%,-50%);
}

.banner[data-colors="0"] .banner-text .button{
	background: #efa557;
	color: #333333;
}

.banner[data-colors="1"] .banner-text .button{
	background: #c54d0c;
	color: #ffffff;
}

.banner[data-colors="2"] .banner-text .button{
	background: #031a28;
	color: #ffffff;
}

.banner .banner-text h1{
	font-family: 'century_gothicregular',Arial;
	font-size: 28px;
	text-align: left;
	line-height: 40px;
	margin-bottom: 32px;
}

.banner .banner-image{
	position: relative;
	text-align: center;
}

.banner .banner-image[data-type="bitmap"] > img{
	width: 100%;
}

.banner .banner-image[data-type="svg"] > img{
	width: 33.333%;
}

.banner[data-halign="0"] .banner-image[data-type="bitmap"] > img{
	border-radius: 16px 16px 25% 16px;
}

.banner[data-halign="1"] .banner-image[data-type="bitmap"] > img{
	border-radius: 16px 16px 16px 25%;	
}

.banner[data-halign="0"] .banner-image[data-type="svg"]{
	padding: 100px 0px 100px 50px;
}


.joinus{
	position: relative;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.joinus .round{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 200%;
	aspect-ratio: 2/1;
	background:#202020;
	transform: translate(-50%,0);
	border-radius: 50% 50% 0% 0%;
}

.joinus .up{
	position: relative;
	padding: 80px 20px 100px 20px;
}

.joinus .up a{
	display: block;
	color: inherit;
	text-decoration: none;
}

.joinus .up h1{
	font-family: 'century_gothicregular',Arial;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px;
}

.joinus img{
	height: 60px;
	margin-bottom: 20px;
}

.joinus .dw{
	position: relative;
}

.joinus .dw .centerer > div{
	border-bottom: 1px solid #ffffff16;
}



.isosshowcase{
	position: relative;
	text-align: center;
	padding: 60px 20px;
}

.isosshowcase h1{
	font-family: 'century_gothicregular',Arial;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 32px;
}

.isosshowcase > div{
	position: relative;
}

.isosshowcase > div > div{
	position: relative;
	display: inline-block; 
	vertical-align: middle;
	padding: 0px 0px 40px 0px;
	margin: 0px 40px 20px 40px;
}

.isosshowcase > div > div img{
	height: 120px;
}

.isopage{

}

.isopage .embeded_img > div{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 40px 20px 40px;
}


.successcaseslogos{
	position: relative;
	text-align: center;
	padding: 60px 20px;
}

.successcaseslogos h1{
	font-family: 'century_gothicregular',Arial;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 32px;
}

.successcaseslogos > div{
	position: relative;
}

.successcaseslogos > div > div{
	position: relative;
	display: inline-block; 
	vertical-align: middle;
	width: 16.666%;
	padding: 0px 0px 40px 0px;
}

.successcaseslogos > div > div > img{
	width: 50%;
	max-height: 60px;
}

.page-in{
	position: relative;
	padding: 40px 0px;
}


.legal{
	position: relative;
	font-size: 16px;
	line-height: 24px;
}

.legal h1{
	font-family: 'century_gothicregular',Arial;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 32px;
}

.generic{
	position: relative;
	font-size: 16px;
	line-height: 24px;
}

.generic h1{
	position: relative;
	font-family: 'century_gothicregular',Arial;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 32px;
}


.home-claim{
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	max-width: 50%;
	height: auto;
	padding: 0px 30px;
	background: #ffffff90;
	color: #214359;
	border-radius: 10px;
}

.home-claim[data-n="0"]{
	left: 10%;
	top: 25%;
	right: auto;
	bottom: auto;
	font-size: 36px;
	line-height: 46px;
}

.home-claim[data-n="1"]{
	right: 2%;
	bottom: 25%;
	top: auto;
	left: auto;
	font-size: 28px;
	line-height: 36px;
	background: #ffffffD0;
}

.godown{
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.table-container{
	position: relative;
	width: 100%;
	overflow: auto;
	padding: 20px 0px;
}

.inserted_table{
	position: relative;
	width: 100%;
	border-radius: 6px;
	border-spacing: 10px 5px;
}

.inserted_table th{
	background: #758184;
	color: #ffffff;
	text-align: center;
	padding: 20px 10px;
	border: 1px solid #4d6879;
	min-width: 200px;
}

.inserted_table td{
	text-align: center;
	background: #ffffff;
	border: 1px solid e0e0e0;	
	padding: 20px 10px;
	border: 1px solid #4d6879;
	min-width: 200px;
}

.inserted_table td[data-z="1"]{
	background: #f6f1f0;
}

.form{
	position: relative;
	background: #dfdfd9;
	border-radius: 6px;
	padding: 10px 10px;	
	color: #333333;
	font-size: 16px;
	line-height: 24px;
}

.form-row{
	position: realtive;
}

.form-row .form-col{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 10px;
}

.form-row .form-col:has(input[type="checkbox"]) {
	padding: 10px 10px 0px 10px;
}

.form-row input[type="text"]{
	width: 100%;
	background: #ffffff;
	border: 1px solid #9eadb0;
	color: #585a5c;
	font-size: 16px;
	line-height: 40px;
	padding: 0px 8px;
	border-radius: 6px;
	font-family: 'century_gothicregular';
	font-weight: normal;
}

  
.form-row .check-custom {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	transition: all .5s ease;
	cursor: pointer;
	background: #ccc;
	margin: -4px 6px 0px 0px;
	border: 1px solid #9eadb0;
	background: #ffffff;
}

.form-row .check-custom > i{  
	position: absolute;
	left: 0px;
	top: 0px;
	color: #ffffff;
	display: none;
}
  
.form-row .check-custom:has(input[type=checkbox]:checked) {
	background: #031a28;
}

.form-row .check-custom:has(input[type=checkbox]:checked) > i{
	display: block;
}

.form-row input[type="checkbox"]{
	/*
	background: #ffffff;
	border: 1px solid #9eadb0;
	color: #222222;
	font-size: 16px;
	line-height: 40px;
	padding: 0px 0px;
	border-radius: 6px;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	cursor: pointer;
	*/
	visibility: hidden;
}

.form-row textarea{
	width: 100%;
	background: #ffffff;
	border: 1px solid #9eadb0;
	color: #585a5c;
	font-size: 16px;
	line-height: 20px;
	resize: none;
	height: 240px;
	border-radius: 6px;
	padding: 8px 8px;
	font-family: 'century_gothicregular';
	font-weight: normal;
}

.form-row button{
	width: auto;
	background: #c54d0c;
	border: 1px solid #c54d0c;
	color: #ffffff;
	font-size: 18px;
	line-height: 40px;
	padding: 0px 16px;
	border-radius: 6px;
	cursor: pointer;
	font-family: 'century_gothicregular';
	font-weight: normal;
}

.form-row button:hover{
	background: #efa557;
	border: 1px solid #efa557;
}

.form-row .form-col p{
	display: inline-block;
	vertical-align: middle;
	padding: 3px 6px 3px 6px;
}

.form-row .form-col p span {
	position: absolute;
	left: -14px;
	top: 6px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	display: none;
	background: #ff0000;
	color: #ffffff;
	border-radius: 50%;
	font-weight: bold;
	font-size: 16px;
}

.form-row .form-col p.errored span {
	display: block;
}

.form-answer{
	display: none;
	text-align: center;
	padding: 80px 20px;
}

.form-row input[type="file"] {
	display: none;
}

.form-row .custom-file-upload {
	border: 1px solid #a0a0a0;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
	width: 100%;
	background: #ffffff;
	color: #222222;
	text-align: center;
	padding: 50px 10px;
	border-radius: 6px;
}

.form .form-wait{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #ffffff80;
	display: none;
}


.lds-dual-ring,
.lds-dual-ring:after {
  box-sizing: border-box;
}
.lds-dual-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  height: 80%;
  max-width: 200px;
  max-height: 200px;
  aspect-ratio: 1/1;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 80%;
  height: 80%;
  max-width: 200px;
  max-height: 200px;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




#cookiesalert{
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: auto;
	width: 100%;
	padding: 0px 0px 10px 0px;
	line-height: 19px;
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-family: arial;
	width: 100%;
	margin: 0px auto;
	background: #ffffff;
	color: #222222;
	transition: transform 1s;
	z-index: 4;
	border-top: 1px solid #444444;
}

#cookiesalert a{
	color: #222222;
}

#cookiessettings{
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: auto;
	width: 100%;
	padding: 10px 0px 10px 0px;
	line-height: 19px;
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-family: arial;
	width: 100%;
	margin: 0px auto;
	background: #ffffff;
	color: #222222;
	display: none;
	transition: transform 0s;
	transform: translate(0,100%);
	z-index: 4;
	border-top: 1px solid #444444;
}

#cookiessettings a{
	color: #222222;
}


.cookiessettings_block{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 8px 10px 8px 5px;
}

.cookiessettings_block h1{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

.cookiessettings_block div{
	padding: 6px 0px;
}

.cookiessettings_block p span{
	position: relative;
	display: inline-block;
	background: #ffffff;
	border-radius: 11px;
	line-height: 16px;
	width: 45px;
	height: 22px;
	cursor: pointer;
	border: 1px solid #444444;
}

.cookiessettings_block p span b{
	position: absolute;
	display: block;
	width: 17px;
	height: 17px;
	left: auto;
	right: auto;
	top: 2px;
	border-radius: 50%;
	background: #eeeeee;
	border: 1px solid #444444;
}

.cookiessettings_block p span[data-v="0"]{
	background: #dd6060;
}
.cookiessettings_block p span[data-v="0"] b{
	left: 2px;
	right: auto;
	background: #eeeeee;
}

.cookiessettings_block p span[data-v="1"]{
	background: #40ff40;
}
.cookiessettings_block p span[data-v="1"] b{
	left: auto;
	right: 2px;
	background: #888888;
}

.cookiessettings_block p span[data-v="2"]{
	background: #bfffbf;
	pointer-events: none;
	opacity: 0.5;
}
.cookiessettings_block p span[data-v="2"] b{
	left: auto;
	right: 2px;
	background: #444444;
}


.cookies_alert_option{
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
	color: #222222;
	padding: 0px 8px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	min-width: 150px;
	margin: 0px 5px 10px 5px;
	border: 1px solid #222222;
	border-radius: 6px;
}


.cookies_alert_accept{
	/*background: #008800;*/
	background: #dedede;
}
.cookies_alert_reject{
	/*background: #884444;*/
	background: #dedede;
}
.cookies_alert_settings{
	background: #dedede;
}
.cookies_alert_custom{
	background: #dedede;
}

.cookies_alert_option:hover{
	opacity: 0.7;
}

.cookieslist_table{
	position: relative;
}


.cookieslist_table h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	margin: 20px 0px 10px 0px;
}

.cookieslist_table table{
	width: 100%;
}

.cookieslist_table table th.title{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	background: #888888;
	color: #ffffff;
	padding: 4px 10px 4px 10px;
}

.cookieslist_table table td{
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	padding: 4px 10px 4px 10px;
}

.embeded_img{
	position: relative;
}

.embeded_img img{
	display: block;
	max-width: 100%;
}

.footer-digital-kit{
	position: relative;		
	padding: 24px 0px;
}

.footer-digital-kit img{
	max-width: 160px;
}

.gm{
	border: 1px solid #aaaaaa;
	border-radius: 8px;
	overflow: hidden;
}

.gm iframe{
	display: block;
}

ul {
	list-style-position: outside;
	padding-left: 16px;
}

ol {
	list-style-position: outside;
	padding-left: 16px;
}


.popupmsg{
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #000000b0;
	display: none;
	flex-direction: column;
	justify-content: center;  
	align-items: center; 
	text-align: center;
	z-index: 5;
}

.popupmsg > div{
	position: relative;
	padding: 10px 10px 20px 20px;
	border-radius: 8px;
	background: #dfdfd9;
	color: #333333;
	width: 90%;
	max-width: 800px;
	max-height: 60%;
	flex: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;  
	align-items: center; 
}

.popupmsg > div > h1{
	flex: 0;
	font-size: 28px;
	line-height: 36px;
	font-family: 'century_gothicbold',Arial;
	font-weight: normal;
	text-align: left;
}

.popupmsg > div > div{
	flex: 1;
	font-size: 18px;
	line-height: 24px;
	overflow: auto;
	text-align: left;
	padding: 10px 20px 10px 0px;
	margin: 10px 0px 10px 0px;
}

.popupmsg > div > p{
	flex: 0;
}

.popupmsg button{
	width: auto;
	background: #c54d0c;
	border: 1px solid #c54d0c;
	color: #ffffff;
	font-size: 18px;
	line-height: 40px;
	padding: 0px 16px;
	border-radius: 6px;
	cursor: pointer;
	font-family: 'century_gothicregular';
	font-weight: normal;
}

.popupmsg button:hover{
	background: #efa557;
	border: 1px solid #efa557;
}

.popupmsg > div > i{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 32px;
	line-height: 32px;
	cursor: pointer;
}

.popupmsg table{
	position: relative;
}

.popupmsg table tr{
	border-bottom: 1px solid #444444;
}

.popupmsg table tr th{
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}

.popupmsg table tr td{
	vertical-align: top;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #444444;
}

u[data-popup] {
	cursor: pointer;
}


@media screen and (min-width: 0px) {

	#footer .up > .column{ width: 100%; }

	#header .logo{ height: 40%; }

	#header .menuup{ font-size:	12px; line-height: 20px; margin: 0px 7px 0px 0px; }
	#header .menuup > .menuupsub{ font-size: 13px; line-height: 20px; }

	.banner-half{ width: 100%; }
	.banner .banner-image[data-type="svg"] > img{ width: 80%; }	
	.banner[data-halign="0"] .banner-text{ padding: 0px 0px 0px 0px; }
	.banner[data-halign="1"] .banner-text{ padding: 0px 0px 0px 0px; }
	.banner[data-halign="0"] .banner-image[data-type="svg"]{ padding: 40px 0px 40px 0px;	}


	.home-claim{ max-width: 90%; }
	.home-claim[data-n="0"]{ left: 5%;	top: 50%; font-size: 20px; line-height: 30px; }
	.home-claim[data-n="1"]{ display: none; right: 5%; bottom: 15%; font-size: 14px; line-height: 22px; }
}

@media screen and (min-width: 320px) {

}

@media screen and (min-width: 480px) {

	#header .logo{ height: 40%; }

	#footer .up > .column{ width: 50%; }


}

@media screen and (min-width: 640px) {

	#header .logo{ height: 50%; }

	#header .menuup{ font-size:	14px; line-height: 22px; margin: 0px 16px; }
	#header .menuup > .menuupsub{ font-size: 14px; line-height: 20px; }

	.banner-half{ width: 50%; }
	.banner .banner-image[data-type="svg"] > img{ width: 60%; }	
	.banner[data-halign="0"] .banner-text{ padding: 20px 20px 20px 10px; }
	.banner[data-halign="1"] .banner-text{ padding: 20px 20px 20px 50px; }
	.banner[data-halign="0"] .banner-image[data-type="svg"]{ padding: 100px 0px 100px 50px;	}

	.home-claim{ max-width: 70%; }
	.home-claim[data-n="0"]{ left: 10%;	top: 35%; font-size: 24px; line-height: 34px; }
	.home-claim[data-n="1"]{ display: block; right: 2%; bottom: 15%; font-size: 16px; line-height: 24px; }

}

@media screen and (min-width: 768px) {

	#header .logo{ height: 70%; }

	.banner .banner-image[data-type="svg"] > img{ width: 50%; }

	.home-claim{ max-width: 50%; }
	.home-claim[data-n="0"]{ left: 10%;	top: 35%; font-size: 26px; line-height: 36px; }
	.home-claim[data-n="1"]{ right: 2%; bottom: 15%; font-size: 18px; line-height: 26px; }
}

@media screen and (min-width: 1024px) {

	#header .logo{ height: 100%; }

	#header .menuup{ font-size:	18px; line-height: 22px; margin: 0px 24px; }
	#header .menuup > .menuupsub{ font-size: 14px; line-height: 20px; }

	.banner .banner-image[data-type="svg"] > img{ width: 50%; }

	.home-claim{ max-width: 50%; }
	.home-claim[data-n="0"]{ left: 10%;	top: 35%; font-size: 30px; line-height: 40px; }
	.home-claim[data-n="1"]{ right: 2%; bottom: 15%; font-size: 22px; line-height: 30px; }
}

@media screen and (min-width: 1200px) {
	.banner .banner-image[data-type="svg"] > img{ width: 33.333%; }
}

@media screen and (min-width: 1500px) {
	#footer .up > .column{ width: 20%; }

	.home-claim{ max-width: 50%; }
	.home-claim[data-n="0"]{ left: 10%;	top: 25%; font-size: 30px; line-height: 40px; }
	.home-claim[data-n="1"]{ right: 2%; bottom: 25%; font-size: 22px; line-height: 30px; }
}

@media screen and (min-width: 1800px) {

	.home-claim{ max-width: 50%; }
	.home-claim[data-n="0"]{ left: 10%;	top: 25%; font-size: 36px; line-height: 46px; }
	.home-claim[data-n="1"]{ right: 2%; bottom: 25%; font-size: 28px; line-height: 36px; }

}

@media screen and (min-width: 1920px) {

}


