@charset "utf-8";

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

}

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

}

/*
==========================================
font-family:'aeonikbold', Arial, sans-serif;
==========================================
*/
/* CSS Document */
/*html{scroll-behavior:smooth;}*/
body{color:#131313; background:#fff; font-size:62.5%; line-height:1.3; -webkit-text-size-adjust:none; font-family:'aeonikbold', Arial, sans-serif; font-weight:400; -webkit-box-sizing:border-box; box-sizing:border-box;}

/*html{overflow-y:scroll; _overflow-y:auto;}*/
a{color:#131313; text-decoration:underline; outline:none;}
a:hover{text-decoration:none;}
address,
p{color:#131313; font-size:1.8em; padding:12px 0; font-weight:400; line-height:1.25;}
ul{color:#131313; font-size:1.8em; font-weight:400;}
ol{color:#131313; font-size:1.8em; font-weight:400;}
input, textarea, select{color:#131313; outline:none; font-size:1.8em; vertical-align:middle; font-family:'aeonikbold', Arial, sans-serif;}
strong{font-weight:700;}

input::-webkit-input-placeholder{opacity:1; color:#131313;}
input::-moz-placeholder{opacity:1; color:#131313;}
input:-ms-input-placeholder{opacity:1; color:#131313;}
input:-moz-placeholder{opacity:1; color:#131313;}

textarea::-webkit-input-placeholder{opacity:1; color:#131313;}
textarea::-moz-placeholder{opacity:1; color:#131313;}
textarea:-ms-input-placeholder{opacity:1; color:#131313;}
textarea:-moz-placeholder{opacity:1; color:#131313;}

.wrapper{margin:0 auto; padding:0 100px; max-width:1440px;}
/*===================================================================================*/
/*HOMEPAGE START=====================================================================*/
/*===================================================================================*/
.frow{display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex;}
.frow_space_between{-webkit-box-pack:justify; -moz-box-pack:justify; -ms-flex-pack:justify; -webkit-justify-content:space-between; justify-content:space-between;}
.frow_center_align{-webkit-box-pack:center; -moz-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center;}
.frow_reverse{-webkit-box-direction:reverse; -moz-box-direction:reverse; -webkit-flex-direction:row-reverse; -ms-flex-direction:row-reverse; flex-direction:row-reverse;}
.frow_vcenter{-webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}
.frow_vbottom{-webkit-box-align:end; -moz-box-align:end; -ms-flex-align:end; -webkit-align-items:flex-end; align-items:flex-end;}
.frow_vtop{-webkit-box-align:start; -moz-box-align:start; -ms-flex-align:start; -webkit-align-items:flex-start; align-items:flex-start;}
.frow_bottom_align{-webkit-box-align:end; -moz-box-align:end; -ms-flex-align:end; -webkit-align-items:flex-end; align-items:flex-end;}
.frow_wrap{-webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.frow_column{-webkit-box-direction:normal; -webkit-box-orient:vertical; -moz-box-direction:normal; -moz-box-orient:vertical; -webkit-flex-direction:column; -ms-flex-direction:column; flex-direction:column;}
.frow_wrap_mob{}
.frow_wrap_tab{}
.frow > figure{-webkit-box:1; -moz-box:1; -webkit-flex:1; -ms-flex:1; flex:1;}
.frow > nav{-webkit-box:1; -moz-box:1; -webkit-flex:1; -ms-flex:1; flex:1;}
.frow > div{-webkit-box:1; -moz-box:1; -webkit-flex:1; -ms-flex:1; flex:1;}
.frow > a{-webkit-box:1; -moz-box:1; -webkit-flex:1; -ms-flex:1; flex:1;}
/*.frow > li{-webkit-box:1; -moz-box:1; -webkit-flex:1; -ms-flex:1; flex:1;}*/
.tb{display:table; width:100%; height:100%;}
.tb .td{display:table-cell; width:100%; height:100%; vertical-align:middle;}
.rounded{-webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px; overflow:hidden;}
.menu_button.rounded{-webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%;}
.rounded img{display:block; width:100%; height:auto;}
.gen_radius{-webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; overflow:hidden;}
.moveup-hover{-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; display:inline-block;}
.moveup-hover:hover{transform:translate(0, -5px);}
@media only screen and (max-width: 1024px) {
	.frow_wrap_tab{-webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;}
}
@media only screen and (max-width: 767px) {
	.frow_wrap_mob{-webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;}
	.frow_wrap_mob > nav,
	.frow_wrap_mob > div,
	.frow_wrap_mob > a,
	.frow_wrap_mob > li{-webkit-box:0 0 100%; -moz-box:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%;}
}

[data-aos="fade-up-unstuck"]{
	-webkit-transition:1.2s; -moz-transition:1.2s; -o-transition:1.2s; transition:1.2s;	
	/*transition-timing-function: cubic-bezier(0.080, 0.845, 0.460, 0.990);*/
	transition-timing-function: cubic-bezier(.19,.81,.6,1);
	
	transition-property: transform, opacity;
	-webkit-transform:translate3d(0,35px,0);transform:translate3d(0,35px,0);
}
[data-aos="fade-up-unstuck"].aos-animate {
	-webkit-transform:translate3d(0,0,1);transform:translate3d(0,0,1);
}

[data-aos="fade-in-menu"]{
	-webkit-transition:1.2s; -moz-transition:1.2s; -o-transition:1.2s; transition:1.2s;	
	transition-timing-function: cubic-bezier(.19,.81,.6,1);
	
	transition-property: transform, opacity;
	-webkit-transform:translate3d(-45px,0,0);transform:translate3d(-45px,0,0);
}
[data-aos="fade-in-menu"].aos-animate {
	-webkit-transform:translate3d(0,0,1);transform:translate3d(0,0,1);
}


.gen_btn{display:inline-block; margin:15px 0; background:#de0115; -webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px; text-decoration:none; padding:6px 35px; color:#fff; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; /*font-size:2em;*/ font-size:2em; font-family:'aeonikbold', Arial, Helvetica, sans-serif; border:none; outline:none; cursor:pointer;}
.gen_btn:hover{/*background:#fff; color:#de0115;*/ /*padding:6px 45px;*/ transform:scale(1.06);}

.btn_zoom{-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; display:inline-block;}
.btn_zoom:hover{transform:scale(1.06);}

.cms_centered .gen_btn{margin-left:5px; margin-right:5px;}

.gen_btn_white{background:#fff; color:#de0115;}
.gen_btn_white_black_txts{background:#fff; color:#131313;}

.gen_btn_white_hollow{color:#131313; background:#fff; border:2px solid #131313;}
/*.gen_btn_white:hover{background:#de0115;}*/


h1, .h1{font-size:2em; padding:10px 0; font-weight:700; font-family:"aeonikbold", Arial, sans-serif; color:#131313; line-height:1;}
/*
h2, .h2{font-size:4em; padding:10px 0; font-weight:700; font-family:"aeonikbold", Arial, sans-serif; color:#131313; line-height:1;}
h3, .h3{font-size:3.6em; padding:10px 0; font-weight:700; font-family:"aeonikbold", Arial, sans-serif; color:#131313; line-height:1;}
h4, .h4{font-size:2em; padding:10px 0; font-weight:500; font-family:"aeonikbold", Arial, sans-serif; color:#131313; line-height:1;}
h5, .h5{font-size:2em; padding:10px 0; font-weight:500; font-family:"Mulish", Arial, sans-serif; color:#223467; line-height:1.2;}
h6, .h6{font-size:1.9em; padding:10px 0; font-weight:800; font-family:"Mulish", Arial, sans-serif; color:#223467; line-height:1.2;}
*/

.title_divider{border-bottom:1px solid #fff; padding-bottom:17px;}

.nowrap{white-space:nowrap}

sup{font-size:0.85em; vertical-align:top;}

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a{text-decoration:none; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; color:#131313}
h1 a:hover, .h1 a:hover,
h2 a:hover, .h2 a:hover,
h3 a:hover, .h3 a:hover,
h4 a:hover, .h4 a:hover,
h5 a:hover, .h5 a:hover,
h6 a:hover, .h6 a:hover{color:#de0115;}


.cms p{line-height:1.3;}
.cms p strong{font-weight:700;}
.cms ul{font-size:1.8em; padding:5px 0; font-weight:400;}
.cms ul li{padding:0px 0 0px 23px; position:relative;}
.cms ul li:before{content:""; display:block; position:absolute; left:0; top:8px; width:6px; height:6px; background:#803C17; border:1px solid #fff; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%;}

.cms_white ul li:before{background:#fff;}

.cms ol{counter-reset:item; padding:10px 0 10px 10px; font-weight:400;}
.cms ol li{padding:7px 0 15px 22px; position:relative;}
.cms ol li:before{content:counter(item)".";  counter-increment:item; display:block; position:absolute; left:0; top:7px;}

/*
.burger_menu{width:80px; height:80px; z-index:100; -webkit-user-select:none; user-select:none; cursor:pointer; -webkit-box-sizing:border-box; box-sizing:border-box; display:none;
	-webkit-transition:0.4s; -moz-transition:0.4s; -o-transition:0.4s; transition:0.4s;
	position:absolute; right:40px; top:25px; background:#fff; z-index:1;
	-webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;
}
.menu_open{overflow:hidden;}
.menu_open .burger_menu{background:none;;}
.menu_open .burger_menu:after{opacity:0; left:-50px; top:-50px; right:-50px; bottom:-50px; z-index:999999;}
.burger_menu span{display:block; width:30px; height:3px; background:#0A436A; position:absolute; left:25px; top:calc(50% - 1px);
	-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;
	
	-webkit-transition:0.4s; -moz-transition:0.4s; -o-transition:0.4s; transition:0.4s;
	transition-timing-function: cubic-bezier(.19,.81,.6,1);
}
.burger_menu span:first-child{background:#0A436A; margin-top:-10px;}
.burger_menu span:nth-last-child(2){background:#0A436A; margin-top:10px; z-index:20;}


.burger_menu.active span:nth-last-child(1 ){opacity:0; transform:rotate(0deg);}
.burger_menu.active span:nth-last-child(3){opacity:1; transform:rotate(45deg); margin:0;}
.burger_menu.active span:nth-last-child(2){transform:rotate(135deg); margin-top:0px;}

.burger_menu.active span:nth-last-child(1),
.burger_menu.active span:nth-last-child(3),
.burger_menu.active span:nth-last-child(2){background:#EFB5C0;}


@media only screen and (max-width: 1024px) {
	.burger_menu{display:block;}
}

@media only screen and (max-width: 767px) {
	.burger_menu{right:20px;}
}
*/


@-webkit-keyframes dropdown {  0% { top: 120%; opacity:0; }  100% { top: 100%; opacity:1; }}
@-moz-keyframes dropdown {  0% { top: 120%; opacity:0; }  100% { top: 100%; opacity:1; }}
@-o-keyframes dropdown {  0% { top: 120%; opacity:0; }  100% { top: 100%; opacity:1; }}
@keyframes dropdown {  0% { top: 120%; opacity:0; }  100% { top: 100%; opacity:1; }}


.header{padding:25px 0; position:relative; z-index:10; height:515px; -webkit-box-sizing:border-box; box-sizing:border-box;}
.header img{width:55px; height:auto; margin:0 auto; display:block;}
.header .welcome_txt{position:absolute; left:0; bottom:55px; right:0;}

.upload_files{padding:135px 0 200px;}
.has_top{position:relative;}
.has_top:after{content:""; display:block; position:absolute; left:calc(50% - 40px); top:0; width:80px; height:78px; background:url(../images/curves.png) center top no-repeat; background-size:100% auto;}

.dropzone_wrap{width:488px; max-width:90%; margin:0 auto;}
.dropzone_wrap .dropzone{background:none; border:2px dashed #fff; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; min-height:50px !important;}
.dropzone_wrap .dz-message{color:#fff; font-size:4em; font-weight:700; margin:25px 0 !important;}

.dropzone_wrap_1 .dropzone{background:rgba(19,19,19,0.2); border:2px solid #fff;}
.dropzone_wrap_1 .download_btn{background:rgba(19,19,19,0.2); border:2px solid #fff; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; color:#fff; font-size:4em; font-weight:700; padding:45px 25px; display:inline-block; text-decoration:none; display:block; text-align:center;}

.copy_link{text-align:center; margin:65px 0 0;}
.copy_link a{display:inline-block; font-size:2em; text-decoration:none; font-weight:700; padding:5px 40px; background:url(../images/copy_icon.svg) 0 0 no-repeat; color:#fff;}

.footer{}
.footer .ft{padding:300px 0 50px;}
.footer .footer_logo{}
.footer .footer_logo img{display:block; width:100%; height:auto;}


.upload_files img.bg{width:100%; height:100%; display:block; min-height:450px; object-fit:cover;}
.has_bg{padding:0; position:relative;}
.has_bg .form_field{position:absolute; left:0; top:135px; right:0;}

/*===================================================================================*/
/*HOMEPAGE END=======================================================================*/
/*===================================================================================*/


@media only screen and (max-width: 1400px) {
	.wrapper{padding:0 65px;}
}

@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1180px) {
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1024px) {
	input[type=text], input[type=email], textarea, select, input[type=submit]{-webkit-appearance:none; /*-webkit-border-radius:0; -moz-border-radius:0; border-radius:0;*/}
	.wrapper{padding:0 30px;}
	
	h1, .h1{font-size:2em;}
	
	/*===================================================================================*/
	/*HOMEPAGE START=====================================================================*/
	/*===================================================================================*/
	.header{height:480px;}
	.header .welcome_txt{bottom:90px;}
	
	.upload_files{padding:75px 0 150px;}
	.has_top{position:relative;}
	
	.has_top .top_div{top:-40px; height:40px;}
	.has_top .top_div .td_left{-webkit-border-top-right-radius:40px; -moz-border-radius-topright:40px; border-top-right-radius:40px;}
	.has_top .top_div .td_right{-webkit-border-top-left-radius:40px; -moz-border-radius-topleft:40px; border-top-left-radius:40px;}
	
	.dropzone_wrap{width:400px;}
	.dropzone_wrap .dz-message{font-size:3em; margin:20px 0 !important;}
	.dropzone_wrap_1 .download_btn{font-size:3em; padding:35px 20px;}
	
	.copy_link{margin:40px 0 0;}
	.copy_link a{font-size:1.8em; padding:3px 35px; background:url(../images/copy_icon.svg) 0 0 no-repeat; background-size:25px 25px;}
	
	.footer{}
	.footer .ft{padding:200px 0 40px;}
	
	.has_bg{padding:0; position:relative;}
	.has_bg .form_field{position:absolute; left:0; top:115px; right:0;}
	/*===================================================================================*/
	/*HOMEPAGE END=======================================================================*/
	/*===================================================================================*/

	
}

@media only screen and (max-width: 920px) {
	
}
@media only screen and (max-width: 850px) {
	
}

@media only screen and (max-width: 650px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.wrapper{padding:0 15px;}	
	
	h1, .h1{font-size:1.8em;}
	/*===================================================================================*/
	/*HOMEPAGE START=====================================================================*/
	/*===================================================================================*/
	
	.header{height:320px;}
	.header .welcome_txt{bottom:60px;}
	
	.upload_files{padding:75px 0 150px;}
	.has_top{position:relative;}
	
	.has_top .top_div{top:-30px; height:30px;}
	.has_top .top_div .td_left{-webkit-border-top-right-radius:30px; -moz-border-radius-topright:30px; border-top-right-radius:30px;}
	.has_top .top_div .td_right{-webkit-border-top-left-radius:30px; -moz-border-radius-topleft:30px; border-top-left-radius:30px;}
	
	.dropzone_wrap .dz-message{font-size:2em;}
	.dropzone_wrap_1 .download_btn{font-size:2em; padding:30px 20px;}
	
	.copy_link{margin:30px 0 0;}
	.copy_link a{font-size:1.6em; padding:3px 25px; background:url(../images/copy_icon.svg) 0 0 no-repeat; background-size:20px 20px;}
	
	.footer .ft{padding:100px 0 25px;}

	.has_bg{padding:0; position:relative;}
	.has_bg .form_field{position:absolute; left:0; top:105px; right:0;}
	/*===================================================================================*/
	/*HOMEPAGE END=======================================================================*/
	/*===================================================================================*/
	


}



@media only screen and (max-width: 685px) {}




/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 540px) {}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}
	
@media only screen and (max-width: 500px) {}

@media only screen and (max-width: 350px) {}

@media only screen and (max-width: 767px) {
}

.red_bg{background:#de0115;}
.red{color:#de0115 !important;}
.black_bg{background:#131313;}
.black{color:#131313 !important;}
.gray_bg{background:#faf8f7;}
.gray{color:#faf8f7 !important;}


.cms_centered{text-align:center;}
.cms_centered *{text-align:center;}
.cms_right{text-align:right;}
.cms_right *{text-align:right;}

.white_bg{background:#fff;}

.gray,
.gray a,
.gray a:hover,
.cms_gray{color:#faf8f7;}
.cms_gray *{color:#faf8f7;}
.cms_gray h1{color:#faf8f7;}
.cms_gray h2{color:#faf8f7;}
.cms_gray h3{color:#faf8f7;}
.cms_gray h4{color:#faf8f7;}
.cms_gray h5{color:#faf8f7;}
.cms_gray h6{color:#faf8f7;}
.cms_gray a{color:#faf8f7;}
.cms_gray p{color:#86868b;}
.cms_gray ul{color:#86868b;}
.cms_gray ol{color:#86868b;}
.cms_gray li{color:#86868b;}

.white,
.white a,
.white a:hover,
.cms_white{color:#fff;}
.cms_white *{color:#fff;}
.cms_white h1{color:#fff;}
.cms_white h2{color:#fff;}
.cms_white h3{color:#fff;}
.cms_white h4{color:#fff;}
.cms_white h5{color:#fff;}
.cms_white h6{color:#fff;}
.cms_white a{color:#fff;}
.cms_white p{color:#fff;}
.cms_white ul{color:#fff;}
.cms_white ol{color:#fff;}
.cms_white li{color:#fff;}

.cms_white h1 a:hover, .cms_white .h1 a:hover,
.cms_white h1 a:hover, .cms_white .h1 a:hover,
.cms_white h2 a:hover, .cms_white .h2 a:hover,
.cms_white h3 a:hover, .cms_white .h3 a:hover,
.cms_white h4 a:hover, .cms_white .h4 a:hover,
.cms_white h5 a:hover, .cms_white .h5 a:hover,
.cms_white h6 a:hover, .cms_white .h6 a:hover{color:#fff;}


/*
.cms_pink_title h1{color:#EFB5C0;}
.cms_pink_title h2{color:#EFB5C0;}
.cms_pink_title h3{color:#EFB5C0;}
.cms_pink_title h4{color:#EFB5C0;}
.cms_pink_title h5{color:#EFB5C0;}
.cms_pink_title h6{color:#EFB5C0;}

.cms_pink_title h1 a, .cms_pink_title .h1 a,
.cms_pink_title h1 a, .cms_pink_title .h1 a,
.cms_pink_title h2 a, .cms_pink_title .h2 a,
.cms_pink_title h3 a, .cms_pink_title .h3 a,
.cms_pink_title h4 a, .cms_pink_title .h4 a,
.cms_pink_title h5 a, .cms_pink_title .h5 a,
.cms_pink_title h6 a, .cms_pink_title .h6 a{color:#EFB5C0;}
*/

.img_hover{overflow:hidden;}
.img_hover img{-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s; transition-timing-function: cubic-bezier(.19,.81,.6,1);}
.img_hover:hover img{transform:scale(1.1);}


.mt-0{margin-top:0 !important;}
.mt-5{margin-top:5px !important;}
.mt-10{margin-top:10px !important;}
.mt-15{margin-top:15px !important;}
.mt-20{margin-top:20px !important;}
.mt-25{margin-top:25px !important;}
.mt-30{margin-top:30px !important;}
.mt-35{margin-top:35px !important;}
.mt-40{margin-top:40px !important;}
.mt-45{margin-top:45px !important;}
.mt-50{margin-top:50px !important;}
.mt-55{margin-top:55px !important;}
.mt-60{margin-top:60px !important;}
.mt-65{margin-top:65px !important;}
.mt-70{margin-top:70px !important;}
.mt-75{margin-top:75px !important;}
.mt-80{margin-top:80px !important;}
.mt-85{margin-top:85px !important;}
.mt-90{margin-top:90px !important;}
.mt-95{margin-top:95px !important;}
.mt-100{margin-top:100px !important;}

.mb-0{margin-bottom:0 !important;}
.mb-5{margin-bottom:5px !important;}
.mb-10{margin-bottom:10px !important;}
.mb-15{margin-bottom:15px !important;}
.mb-20{margin-bottom:20px !important;}
.mb-25{margin-bottom:25px !important;}
.mb-30{margin-bottom:30px !important;}
.mb-35{margin-bottom:35px !important;}
.mb-40{margin-bottom:40px !important;}
.mb-45{margin-bottom:45px !important;}
.mb-50{margin-bottom:50px !important;}
.mb-55{margin-bottom:55px !important;}
.mb-60{margin-bottom:60px !important;}
.mb-65{margin-bottom:65px !important;}
.mb-70{margin-bottom:70px !important;}
.mb-75{margin-bottom:75px !important;}
.mb-80{margin-bottom:80px !important;}
.mb-85{margin-bottom:85px !important;}
.mb-90{margin-bottom:90px !important;}
.mb-95{margin-bottom:95px !important;}
.mb-100{margin-bottom:100px !important;}


.pt-0{padding-top:0 !important;}
.pt-5{padding-top:5px !important;}
.pt-10{padding-top:10px !important;}
.pt-15{padding-top:15px !important;}
.pt-20{padding-top:20px !important;}
.pt-25{padding-top:25px !important;}
.pt-30{padding-top:30px !important;}
.pt-35{padding-top:35px !important;}
.pt-40{padding-top:40px !important;}
.pt-45{padding-top:45px !important;}
.pt-50{padding-top:50px !important;}
.pt-55{padding-top:55px !important;}
.pt-60{padding-top:60px !important;}
.pt-65{padding-top:65px !important;}
.pt-70{padding-top:70px !important;}
.pt-75{padding-top:75px !important;}
.pt-80{padding-top:80px !important;}
.pt-85{padding-top:85px !important;}
.pt-90{padding-top:90px !important;}
.pt-95{padding-top:95px !important;}
.pt-100{padding-top:100px !important;}

.pb-0{padding-bottom:0 !important;}
.pb-5{padding-bottom:5px !important;}
.pb-10{padding-bottom:10px !important;}
.pb-15{padding-bottom:15px !important;}
.pb-20{padding-bottom:20px !important;}
.pb-25{padding-bottom:25px !important;}
.pb-30{padding-bottom:30px !important;}
.pb-35{padding-bottom:35px !important;}
.pb-40{padding-bottom:40px !important;}
.pb-45{padding-bottom:45px !important;}
.pb-50{padding-bottom:50px !important;}
.pb-55{padding-bottom:55px !important;}
.pb-60{padding-bottom:60px !important;}
.pb-65{padding-bottom:65px !important;}
.pb-70{padding-bottom:70px !important;}
.pb-75{padding-bottom:75px !important;}
.pb-80{padding-bottom:80px !important;}
.pb-85{padding-bottom:85px !important;}
.pb-90{padding-bottom:90px !important;}
.pb-95{padding-bottom:95px !important;}
.pb-100{padding-bottom:100px !important;}



@media only screen and (max-width: 1225px) {
	.mt-0{margin-top:0 !important;}
	.mt-5{margin-top:0px !important;}
	.mt-10{margin-top:6px !important;}
	.mt-15{margin-top:12px !important;}
	.mt-20{margin-top:12px !important;}
	.mt-25{margin-top:17px !important;}
	.mt-30{margin-top:22px !important;}
	.mt-35{margin-top:27px !important;}
	.mt-40{margin-top:32px !important;}
	.mt-45{margin-top:37px !important;}
	.mt-50{margin-top:42px !important;}
	.mt-55{margin-top:42px !important;}
	.mt-60{margin-top:47px !important;}
	.mt-65{margin-top:52px !important;}
	.mt-70{margin-top:52px !important;}
	.mt-75{margin-top:52px !important;}
	.mt-80{margin-top:62px !important;}
	.mt-85{margin-top:67px !important;}
	.mt-90{margin-top:67px !important;}
	.mt-95{margin-top:72px !important;}
	.mt-100{margin-top:72px !important;}
	
	.mb-0{margin-bottom:0 !important;}
	.mb-5{margin-bottom:0px !important;}
	.mb-10{margin-bottom:6px !important;}
	.mb-15{margin-bottom:12px !important;}
	.mb-20{margin-bottom:12px !important;}
	.mb-25{margin-bottom:17px !important;}
	.mb-30{margin-bottom:22px !important;}
	.mb-35{margin-bottom:27px !important;}
	.mb-40{margin-bottom:32px !important;}
	.mb-45{margin-bottom:37px !important;}
	.mb-50{margin-bottom:42px !important;}
	.mb-55{margin-bottom:42px !important;}
	.mb-60{margin-bottom:47px !important;}
	.mb-65{margin-bottom:52px !important;}
	.mb-70{margin-bottom:52px !important;}
	.mb-75{margin-bottom:52px !important;}
	.mb-80{margin-bottom:62px !important;}
	.mb-85{margin-bottom:67px !important;}
	.mb-90{margin-bottom:67px !important;}
	.mb-95{margin-bottom:72px !important;}
	.mb-100{margin-bottom:72px !important;}
	

	.pt-0{padding-top:0 !important;}
	.pt-5{padding-top:0px !important;}
	.pt-10{padding-top:6px !important;}
	.pt-15{padding-top:12px !important;}
	.pt-20{padding-top:12px !important;}
	.pt-25{padding-top:17px !important;}
	.pt-30{padding-top:22px !important;}
	.pt-35{padding-top:27px !important;}
	.pt-40{padding-top:32px !important;}
	.pt-45{padding-top:37px !important;}
	.pt-50{padding-top:42px !important;}
	.pt-55{padding-top:42px !important;}
	.pt-60{padding-top:47px !important;}
	.pt-65{padding-top:52px !important;}
	.pt-70{padding-top:52px !important;}
	.pt-75{padding-top:52px !important;}
	.pt-80{padding-top:62px !important;}
	.pt-85{padding-top:67px !important;}
	.pt-90{padding-top:67px !important;}
	.pt-95{padding-top:72px !important;}
	.pt-100{padding-top:72px !important;}
	
	.pb-0{padding-bottom:0 !important;}
	.pb-5{padding-bottom:0px !important;}
	.pb-10{padding-bottom:6px !important;}
	.pb-15{padding-bottom:12px !important;}
	.pb-20{padding-bottom:12px !important;}
	.pb-25{padding-bottom:17px !important;}
	.pb-30{padding-bottom:22px !important;}
	.pb-35{padding-bottom:27px !important;}
	.pb-40{padding-bottom:32px !important;}
	.pb-45{padding-bottom:37px !important;}
	.pb-50{padding-bottom:42px !important;}
	.pb-55{padding-bottom:42px !important;}
	.pb-60{padding-bottom:47px !important;}
	.pb-65{padding-bottom:52px !important;}
	.pb-70{padding-bottom:52px !important;}
	.pb-75{padding-bottom:52px !important;}
	.pb-80{padding-bottom:62px !important;}
	.pb-85{padding-bottom:67px !important;}
	.pb-90{padding-bottom:67px !important;}
	.pb-95{padding-bottom:72px !important;}
	.pb-100{padding-bottom:72px !important;}
	

}



@media only screen and (max-width: 1024px) {
	.mt-0{margin-top:0 !important;}
	.mt-5{margin-top:0px !important;}
	.mt-10{margin-top:5px !important;}
	.mt-15{margin-top:10px !important;}
	.mt-20{margin-top:10px !important;}
	.mt-25{margin-top:15px !important;}
	.mt-30{margin-top:20px !important;}
	.mt-35{margin-top:25px !important;}
	.mt-40{margin-top:30px !important;}
	.mt-45{margin-top:35px !important;}
	.mt-50{margin-top:40px !important;}
	.mt-55{margin-top:40px !important;}
	.mt-60{margin-top:45px !important;}
	.mt-65{margin-top:50px !important;}
	.mt-70{margin-top:50px !important;}
	.mt-75{margin-top:55px !important;}
	.mt-80{margin-top:60px !important;}
	.mt-85{margin-top:65px !important;}
	.mt-90{margin-top:65px !important;}
	.mt-95{margin-top:70px !important;}
	.mt-100{margin-top:70px !important;}
	
	.mb-0{margin-bottom:0 !important;}
	.mb-5{margin-bottom:0px !important;}
	.mb-10{margin-bottom:5px !important;}
	.mb-15{margin-bottom:10px !important;}
	.mb-20{margin-bottom:10px !important;}
	.mb-25{margin-bottom:15px !important;}
	.mb-30{margin-bottom:20px !important;}
	.mb-35{margin-bottom:25px !important;}
	.mb-40{margin-bottom:30px !important;}
	.mb-45{margin-bottom:35px !important;}
	.mb-50{margin-bottom:40px !important;}
	.mb-55{margin-bottom:40px !important;}
	.mb-60{margin-bottom:45px !important;}
	.mb-65{margin-bottom:50px !important;}
	.mb-70{margin-bottom:50px !important;}
	.mb-75{margin-bottom:55px !important;}
	.mb-80{margin-bottom:60px !important;}
	.mb-85{margin-bottom:65px !important;}
	.mb-90{margin-bottom:65px !important;}
	.mb-95{margin-bottom:70px !important;}
	.mb-100{margin-bottom:70px !important;}





	.pt-0{padding-top:0 !important;}
	.pt-5{padding-top:0px !important;}
	.pt-10{padding-top:5px !important;}
	.pt-15{padding-top:10px !important;}
	.pt-20{padding-top:10px !important;}
	.pt-25{padding-top:15px !important;}
	.pt-30{padding-top:20px !important;}
	.pt-35{padding-top:25px !important;}
	.pt-40{padding-top:30px !important;}
	.pt-45{padding-top:35px !important;}
	.pt-50{padding-top:40px !important;}
	.pt-55{padding-top:40px !important;}
	.pt-60{padding-top:45px !important;}
	.pt-65{padding-top:50px !important;}
	.pt-70{padding-top:50px !important;}
	.pt-75{padding-top:55px !important;}
	.pt-80{padding-top:60px !important;}
	.pt-85{padding-top:65px !important;}
	.pt-90{padding-top:65px !important;}
	.pt-95{padding-top:70px !important;}
	.pt-100{padding-top:70px !important;}
	
	.pb-0{padding-bottom:0 !important;}
	.pb-5{padding-bottom:0px !important;}
	.pb-10{padding-bottom:5px !important;}
	.pb-15{padding-bottom:10px !important;}
	.pb-20{padding-bottom:10px !important;}
	.pb-25{padding-bottom:15px !important;}
	.pb-30{padding-bottom:20px !important;}
	.pb-35{padding-bottom:25px !important;}
	.pb-40{padding-bottom:30px !important;}
	.pb-45{padding-bottom:35px !important;}
	.pb-50{padding-bottom:40px !important;}
	.pb-55{padding-bottom:40px !important;}
	.pb-60{padding-bottom:45px !important;}
	.pb-65{padding-bottom:50px !important;}
	.pb-70{padding-bottom:50px !important;}
	.pb-75{padding-bottom:55px !important;}
	.pb-80{padding-bottom:60px !important;}
	.pb-85{padding-bottom:65px !important;}
	.pb-90{padding-bottom:65px !important;}
	.pb-95{padding-bottom:70px !important;}
	.pb-100{padding-bottom:70px !important;}
}

@media only screen and (max-width: 767px) {
	.mt-0{margin-top:0 !important;}
	.mt-5{margin-top:0px !important;}
	.mt-10{margin-top:2px !important;}
	.mt-15{margin-top:5px !important;}
	.mt-20{margin-top:10px !important;}
	.mt-25{margin-top:12px !important;}
	.mt-30{margin-top:15px !important;}
	.mt-35{margin-top:16px !important;}
	.mt-40{margin-top:20px !important;}
	.mt-45{margin-top:24px !important;}
	.mt-50{margin-top:28px !important;}
	.mt-55{margin-top:32px !important;}
	.mt-60{margin-top:35px !important;}
	.mt-65{margin-top:35px !important;}
	.mt-70{margin-top:35px !important;}
	.mt-75{margin-top:38px !important;}
	.mt-80{margin-top:45px !important;}
	.mt-85{margin-top:48px !important;}
	.mt-90{margin-top:50px !important;}
	.mt-95{margin-top:50px !important;}
	.mt-100{margin-top:52px !important;}
	
	.mb-0{margin-bottom:0 !important;}
	.mb-5{margin-bottom:0px !important;}
	.mb-10{margin-bottom:2px !important;}
	.mb-15{margin-bottom:5px !important;}
	.mb-20{margin-bottom:10px !important;}
	.mb-25{margin-bottom:12px !important;}
	.mb-30{margin-bottom:15px !important;}
	.mb-35{margin-bottom:16px !important;}
	.mb-40{margin-bottom:20px !important;}
	.mb-45{margin-bottom:20px !important;}
	.mb-50{margin-bottom:20px !important;}
	.mb-55{margin-bottom:27px !important;}
	.mb-60{margin-bottom:35px !important;}
	.mb-65{margin-bottom:35px !important;}
	.mb-70{margin-bottom:35px !important;}
	.mb-75{margin-bottom:38px !important;}
	.mb-80{margin-bottom:45px !important;}
	.mb-85{margin-bottom:48px !important;}
	.mb-90{margin-bottom:50px !important;}
	.mb-95{margin-bottom:50px !important;}
	.mb-100{margin-bottom:52px !important;}
	



	.pt-0{padding-top:0 !important;}
	.pt-5{padding-top:0px !important;}
	.pt-10{padding-top:2px !important;}
	.pt-15{padding-top:5px !important;}
	.pt-20{padding-top:10px !important;}
	.pt-25{padding-top:12px !important;}
	.pt-30{padding-top:15px !important;}
	.pt-35{padding-top:16px !important;}
	.pt-40{padding-top:20px !important;}
	.pt-45{padding-top:24px !important;}
	.pt-50{padding-top:28px !important;}
	.pt-55{padding-top:32px !important;}
	.pt-60{padding-top:35px !important;}
	.pt-65{padding-top:35px !important;}
	.pt-70{padding-top:35px !important;}
	.pt-75{padding-top:38px !important;}
	.pt-80{padding-top:45px !important;}
	.pt-85{padding-top:48px !important;}
	.pt-90{padding-top:50px !important;}
	.pt-95{padding-top:50px !important;}
	.pt-100{padding-top:52px !important;}
	
	.pb-0{padding-bottom:0 !important;}
	.pb-5{padding-bottom:0px !important;}
	.pb-10{padding-bottom:2px !important;}
	.pb-15{padding-bottom:5px !important;}
	.pb-20{padding-bottom:10px !important;}
	.pb-25{padding-bottom:12px !important;}
	.pb-30{padding-bottom:15px !important;}
	.pb-35{padding-bottom:16px !important;}
	.pb-40{padding-bottom:20px !important;}
	.pb-45{padding-bottom:24px !important;}
	.pb-50{padding-bottom:28px !important;}
	.pb-55{padding-bottom:32px !important;}
	.pb-60{padding-bottom:35px !important;}
	.pb-65{padding-bottom:35px !important;}
	.pb-70{padding-bottom:35px !important;}
	.pb-75{padding-bottom:38px !important;}
	.pb-80{padding-bottom:45px !important;}
	.pb-85{padding-bottom:48px !important;}
	.pb-90{padding-bottom:50px !important;}
	.pb-95{padding-bottom:50px !important;}
	.pb-100{padding-bottom:52px !important;}
	
}

@media only screen and (min-width: 1025px) {
	.hide_in_desktop{display:none !important;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.hide_in_tablet{display:none !important;}
}
@media only screen and (max-width: 767px) {
	.hide_in_mob{display:none !important;}
}

.aeonikbold{font-family:'aeonikbold', Arial, sans-serif !important;}
.aeonikblack{font-family:'aeonikblack', Arial, sans-serif !important;}

.flush_margins{margin:0 !important;}
.flush_top_padding{padding-top:0;}
.flush_bottom_padding{padding-bottom:0;}
.flush_padding{padding:0 !important;}