/*
Theme Name: Emlid
Theme URI: https://emlid.com
Author: Emlid Design Team
Author URI: https://emlid.com
Description: Emlid Theme
Version: 3.0
Text Domain: emlid
*/
/* @import 'css/coustom.css';
@import 'css/typography.css';
@import 'css/land-surv-eng.css';
@import 'css/footer.css'; */


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Quantico:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&family=Quantico:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
		font-family: "GothamProRegular";
		src: url("https://emlid.com/wp-content/themes/emlid/fonts/GothamPro/GothamProRegular/GothamProRegular.eot");
		src: url("https://emlid.com/wp-content/themes/emlid/fonts/GothamPro/GothamProRegular/GothamProRegular.eot?#iefix") format("embedded-opentype"),
		url("https://emlid.com/wp-content/themes/emlid/fonts/GothamPro/GothamProRegular/GothamProRegular.woff") format("woff"),
		url("https://emlid.com/wp-content/themes/emlid/fonts/GothamPro/GothamProRegular/GothamProRegular.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "GothamProBold";
		src: url("https://emlid.com/wp-content/themes/emlid/fonts/GothamPro/GothamProBold/GothamProBold.eot");
		src: url("https://emlid.com/wp-content/themes/emlid/fonts/GothamPro/GothamProBold/GothamProBold.eot?#iefix") format("embedded-opentype"),
		url("https://emlid.com/wp-content/themes/emlid/fonts/GothamPro/GothamProBold/GothamProBold.woff") format("woff"),
		url("https://emlid.com/wp-content/themes/emlid/fonts/GothamPro/GothamProBold/GothamProBold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
    font-family: "GothamProMedium";
    src: url("/wp-content/themes/emlid/fonts/GothamPro/GothamProMedium/GothamPro-Medium.woff2") format("woff2"),
         url("/wp-content/themes/emlid/fonts/GothamPro/GothamProMedium/GothamPro-Medium.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}

@font-face {
		font-family: "GothamProLight";
		src: url("https://emlid.com/wp-content/themes/emlid/fonts/GothamPro/GothamProLight/GothamProLight.eot");
		src: url("https://emlid.com/wp-content/themes/emlid/fonts/GothamPro/GothamProLight/GothamProLight.eot?#iefix") format("embedded-opentype"),
		url("https://emlid.com/wp-content/themes/emlid/fonts/GothamPro/GothamProLight/GothamProLight.woff") format("woff"),
		url("https://emlid.com/wp-content/themes/emlid/fonts/GothamPro/GothamProLight/GothamProLight.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}
@font-face
{
		font-family: "Poppins-SemiBold";
		src: url("/wp-content/themes/emlid/fonts/PoppinsSemiBold/Poppins-SemiBold.eot");
		src: url("/wp-content/themes/emlid/fonts/PoppinsSemiBold/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
		url("/wp-content/themes/emlid/fonts/PoppinsSemiBold/Poppins-SemiBold.woff") format("woff"),
		url("/wp-content/themes/emlid/fonts/PoppinsSemiBold/Poppins-SemiBold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;

}
@font-face {
		font-family: "FiraCode-Regular";
		src: url("/wp-content/themes/emlid/fonts/FiraCode/FiraCode-Regular.eot");
		src: url("/wp-content/themes/emlid/fonts/FiraCode/FiraCode-Regular.eot?#iefix") format("embedded-opentype"),
		url("/wp-content/themes/emlid/fonts/FiraCode/FiraCode-Regular.woff") format("woff"),
		url("/wp-content/themes/emlid/fonts/FiraCode/FiraCode-Regular.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

/* Hiding ReCaptcha ribbon */
.grecaptcha-badge{
    display: none;
}


html {
  scroll-behavior: smooth;
}

footer br {
    display: none;
}

html.light{
  background: #0f1115; /* Old browsers */
  background: -moz-linear-gradient(top, #0f1115 0%, #0f1115 90%, #ffffff 91%, #0f1115 91%, #ffffff 91%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0f1115 0%,#0f1115 90%,#ffffff 91%,#0f1115 91%,#ffffff 91%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0f1115 0%,#0f1115 90%,#ffffff 91%,#0f1115 91%,#ffffff 91%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1115', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
html.dark{
    background-color: #0F1115;
}

body{
	font-family: "Open sans", sans-serif !important;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
    color: #000000 !important;
}

/* applies to GIF and PNG images; avoids blurry edges */
img[src$=".gif"], img[src$=".png"], img[src$=".webp"] {
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.hs-form input, .hs-form select {
    height: 19px !important;
    padding-right: 12px !important;
    padding-bottom: 20px !important;
}

/* Uber container between header and footer */
.em-super-wrapper{
	overflow: hidden;
	min-height: 40rem;
}



/* Disabling clicks and selection for images */
.em-promo-page img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}

a {
    text-decoration: none !important;
}

/* Opacity from 0 to 0.9 */
.op-00{opacity:0}
.op-01{opacity:0.1}
.op-02{opacity:0.2}
.op-03{opacity:0.3}
.op-04{opacity:0.4}
.op-05{opacity:0.5}
.op-06{opacity:0.6}
.op-07{opacity:0.7}
.op-08{opacity:0.8}
.op-09{opacity:0.9}

/* Mute all paragraphs */
.em-all-p-muted p{
	opacity: 0.8;
}

.display-5 {
	font-family: "GothamProLight", "Open Sans", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

br.mobile-only,
br.tablet-only{
	display: none;
}


/* Global typography */
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "GothamProMedium", "Open Sans", sans-serif;
	font-weight: 500;
	letter-spacing: -0.04em;
}

h1,
h2{
    margin-top: 3rem;
}

h3,
h4,
h5,
h6{
    margin-top: 1.5rem;
} 

h1{
	font-size: 2rem;
	margin-top: 0.4em;
}
	/* Specific H1 style for blog posts */
	h1.em-blog-title{
		font-size: 2.5rem;
	}

h2{
	font-size: 1.875rem;
	line-height: 1.4em;
}
.em-PostCardWrap h2
{
    font-size:1.5rem;
}

h3{
	font-size: 1.375rem;
	line-height: 1.3em;
}
h4
{
    font-size: 1.125rem;
	line-height: 1.4em;
}
.small{
	line-height: 1.4em;
	margin-top: 0.25em;
	font-size:0.875rem;
}

.em-tiny-page-title{
	font-size: 1.2rem;
	font-family: "Gotham Pro", "Open Sans", sans-serif;
	font-weight: 500;
	letter-spacing: -0.04em;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
	font-family: "GothamProMedium", "Open Sans", sans-serif;
	font-weight: 500;
	letter-spacing: -0.04em;
}
.h1{
    font-size: 2rem;
    margin-top: 0.6rem;
}
.h2{
	font-size: 1.875rem;
}
	.em-promo-page .h2{
		font-size: 3rem;
	}
.h3{
	font-size: 1.375rem;
    line-height: 1.3em;
}
.h4{
	font-size: 1.125rem;
}

.display-1,
.display-2,
.display-3,
.display-4{
	font-family: "GothamProLight", "Open Sans", sans-serif !important;
	font-weight: 300 !important;
	letter-spacing: -0.04em !important;
	line-height: 1.2em !important;
}
.display-4{
	font-size: 2rem !important;
}

.lead{
	font-size: 1.2rem;
    font-weight: 400;
	line-height: 1.6em;	
}

a:hover{
	text-decoration: none;
}
.em-link-arrow-left{
	margin-right: 0.4rem;
	padding-bottom: 0.1rem;
}
	
.em-tooltip{
    cursor: default;
    position: relative;
    display: inline-block;
    z-index: 1;
}
    .em-tooltip::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 0.1rem;
        left: 0px;
        bottom: 1px;
        background-color: #00b5eb;
        z-index: -1;
        transition: 0.1s;
    }
        .em-tooltip:hover:after{
            height: 1.3rem;
        }


ul li::marker
{
    font-size:75%!important;
    }
	
p>a{
	padding-bottom: 0.125em;
}
	p>a:hover{
		text-decoration: none;
	}

.text-white p>a{
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
	.text-white p>a:hover{
		border-bottom: 1px solid rgba(255,255,255,1);
		text-decoration: none;
	}

@media (max-width: 767px) {
	/* Mobile style goes here */

}

#menu-item-26959, #menu-item-25566 {
    margin-left: -9px;
    margin-top: 1px !important;
    padding-bottom: 1px !important;
}

.em-ParentOfLink{
    position: relative;
}
.em-ParentOfLink a.em-LinkThatCoversCard::after{
    content:'';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 10;
}

.em-LinkThatIsBlock{
    color: #000;
    display: block;
}
    .em-LinkThatIsBlock:hover{
        color: #000;
    }
.text-white .em-LinkThatIsBlock{
    color: #fff;
}
    .text-white .em-LinkThatIsBlock:hover{
        color: #fff;
    }


/* END of Global typography */



/* Typography for promo pages */
.em-promo-page h1,
.em-promo-page .h1{
	font-size: 3.5rem;
    letter-spacing: -0.04em;
    line-height: 120%;
}
/*Typographu for industries*/

.em-promo-page h2,
.em-promo-page .h2{
	font-size: 3rem;
	line-height: 1.2em;
	margin-bottom: 1rem;
}
    h2.em-huge{
        font-size: 5rem;
        line-height: 1.1em;
    }
.em-promo-page h3,
.em-promo-page .h3{
	font-size: 2rem;
	line-height: 1.2em;
}
.em-promo-page h4,
.em-promo-page .h4{
	font-size: 1.4rem;
	line-height: 1.2em
}
@media (max-width: 767px)
{
    .em-promo-page h1,.em-promo-page .h1
    {
        font-size:3rem;
        line-height:1.2;
        letter-spacing:-0.04em;
        }
    .em-promo-page h2,
	.em-promo-page .h2{
		font-size: 2rem;
	}
    }
@media (min-width: 768px)
{
    .em-promo-cover.industries h1
{
    font-size:3.625rem!important;
    line-height:1.2;
    letter-spacing:-0.04em;
    }
}
.main-navio h1
{
    font-family: "Poppins-SemiBold";
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.01em;
    }
.main-navio p, .main-navio a
{
    font-family: "FiraCode-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    }
.main-navio p
{
    color:#fafafa;
    }
.main-navio a
{
    color:#1f1f1f;
    }

/* END of Typography for promo pages */

/*Grid rows*/
.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}
@media(min-width:992px)
{
    .row-cols-lg-2>*
    {
        flex: 0 0 auto;
        width: 50%;
        }
    }
/*End grid rows*/




/* Borders */
.em-b-e2{border: 1px solid rgba(196,196,196,0.2)}
.em-b-e6{border: 1px solid #e6e6e6}
.em-br-8{border-radius: 5px; overflow: hidden;}

/* For dark backgrounds */
.em-bt-e2{border-top: 1px solid rgba(196,196,196,0.2)}
.em-bb-e2{border-bottom: 1px solid rgba(196,196,196,0.2)}
.em-bl-e2{border-left: 1px solid rgba(196,196,196,0.2)}
.em-br-e2{border-right: 1px solid rgba(196,196,196,0.2)}
/* For light backgrounds */
.em-bt-e6{border-top: 1px solid #e6e6e6}
.em-bb-e6{border-bottom: 1px solid #e6e6e6}
.em-bl-e6{border-left: 1px solid #e6e6e6}
.em-br-e6{border-right: 1px solid #e6e6e6}
/* END of Borders */



/* Dividers */
.em-blue-divider{
	height: 4px;
	background-color: #008BEE;
	margin-bottom: 15px;
}
/* END of Dividers */



/* Additional margins and paddings */
/* Margin-top */
.mt-20px{margin-top: 1.25rem}
.mt-30px{margin-top: 1.85rem}
.mt-37px{margin-top: 37px}
.mt-50px{margin-top: 3.1rem}
.mt-80px{margin-top: 5rem}
.mt-82px{margin-top: 82px}
.mt-90px{margin-top: 90px}

/* Margin-bottom */
.mb-20px{margin-bottom: 1.25rem}
.mb-30px{margin-bottom: 1.85rem}
.mb-50px{margin-bottom: 3.1rem}
.mb-80px{margin-bottom: 5rem}

/* Padding */
.p-20px{padding: 1.25rem!important}
.p-30px{padding: 1.85rem!important}
.p-50px{padding: 3.1rem!important}
.p-80px{padding: 5rem!important}

/* Padding-top */
.pt-20px{padding-top: 1.25rem!important}
.pt-30px{padding-top: 1.85rem!important}
.pt-50px{padding-top: 3.1rem!important}
.pt-80px{padding-top: 5rem!important}

/* Padding-bottom */
.pb-20px{padding-bottom: 1.25rem!important}
.pb-30px{padding-bottom: 1.85rem!important}
.pb-50px{padding-bottom: 3.1rem!important}
.pb-80px{padding-bottom: 5rem!important}

/* Padding-top */
.pl-20px{padding-left: 1.25rem!important}
.pl-30px{padding-left: 1.85rem!important}
.pt-40px{padding-top: 2.5rem!important}
.pl-50px{padding-left: 3.1rem!important}
.pl-80px{padding-left: 5rem!important}

/* Padding-bottom */
.pr-20px{padding-right: 1.25rem!important}
.pr-30px{padding-right: 1.85rem!important}
.pr-50px{padding-right: 3.1rem!important}
.pr-80px{padding-right: 5rem!important}
/* END of Additional margins and paddings */


/* Container customization */
.container{
	padding-top: 5.5rem;
	padding-bottom: 5.5rem;
	max-width: 70rem !important;
}

    @media (max-width: 575px){
        .container{
        	padding-top: 5rem;
        	padding-bottom: 6rem;
        	max-width: 70rem;
        }
    }
.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}
    .container-fluid.em-max-width-1300{
        box-sizing: border-box;
    }


/* END of Container customization */


/* Custom max widths */
.em-max-width-350{max-width:21.875rem;}
.em-max-width-445{max-width: 27.8rem;}
.em-max-width-540{max-width:33.75rem;}
.em-max-width-588{max-width:588px;}
.em-max-width-1110{max-width:69.375rem;}
.em-max-width-1300{width: auto; max-width: 81rem;}
    @media (max-width: 1300px){
        .em-max-width-1300{
            margin-right: 3px;
            margin-left: 3px;
        }
    }
.em-max-width-1440{max-width:90rem}
.em-max-width-1600{max-width: 100rem}
.em-max-width-1660{width: auto; max-width: 103rem;}

#menu-item-25707 {
    padding-left: 0px;
}

/* Footer */
.em-footer{
	padding-top: 3.75rem;
	padding-bottom: 0.8em;
}
	.text-white .em-footer a{
		border-bottom: 0px;
		color: #fff;
		text-decoration: none;
		opacity: 0.5;
	}
		.text-white .em-footer a:hover{
			border-bottom: 0px;
			opacity: 1;
		}
	.em-footer .nav-link{
		padding-bottom: 0;
		font-size: 0.9em;
	}
	.em-footer .em-social-links a{
		padding-left: 0.5em;
		padding-right: 1.313rem;
	}

@media screen and (max-width: 991px) {
    .footer__main-logo {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .em-footer{
        padding-top: 40px !important;
        padding-bottom: 0.8em;
    }
    .footer__main-logo {
        padding-bottom: 30px;
    }
}
@media  screen and (max-width: 575px) {
    .em-footer .em-social-links a {
        padding-right: 1.913rem;
    }
}
/* END of Footer */


/* Community and support */
.em-box-shadow{
	-webkit-box-shadow: 8px 0px 25px 0px rgba(0,0,0,0.08);
	box-shadow: 8px 0px 25px 0px rgba(0,0,0,0.08);
}
/* END of Community and support */


/* Additional backgrounds */
.bg-black{background-color: #000}
/* .bg-dark{background-color: #161a1d !important} */
.bg-dark{background-color: #15191F !important}
.bg-darker{background-color: #0F1115}
.bg-darkest{background-color: #0B0D0F}
.bg-light{background-color: #F8F8F8!important}
.bg-light-grey{background-color: #EFEFF4}

/* Gradients */
.bg-grey-to-white{background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, #FFFFFF 100%)}
.bg-white-to-grey{background: linear-gradient(180deg, #FFFFFF 0%, rgba(245, 245, 245, 1) 100%)}
.bg-darker-to-dark{background: linear-gradient(180deg, #0F1115 0%, #131417 100%)}
.bg-dark-to-darker{background: linear-gradient(180deg, #161a1d 0%, #0F1115 100%)}

/* Background with waves */
.em-wave-bg{
	background-image: url(img/wave-pattern.png);
	background-position: center 0px;
	background-size: cover;
}
/* END of Additional backgrounds */



.em-promo-cover{
	min-height: 50rem;
	padding-top: 9.3rem;
}
@media (max-width: 767px){
    .em-promo-cover{
        padding-top: 4rem;
    }
}

.nav-pills .nav-link {
    border-radius: .25rem;
    padding: 10px 15px;
    line-height: 1em;
}
#get-started .nav-pills
{
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    }
#get-started .nav-pills .nav-item {
    bottom: -2px;
    position: relative;
}
#get-started .nav-pills .nav-link
{
    padding-bottom:5px;
    border-radius: 0;
    height: auto;
    }
#get-started .nav-pills .nav-item:first-child a
{
    padding-right:12px;
    margin-right:4px;
    }
#get-started .nav-pills .nav-item:last-child a
{
    margin-left:9px;
    padding-left: 7px;
    padding-right:7px;
    }
#get-started .btn_outline_white
{
    font-size:48px;
    font-weight:400;
    line-height:120%;
    font-family:"GothamProMedium";
    padding:0;
    background-color:transparent!important;
    color: rgba(255, 255, 255, 0.3);
    }
#get-started .btn_outline_white.active
{
    border-bottom:2px solid #FFFFFF;
    color:#fff;
    }



/*Styles for promo accurate-mapping*/
.acc__header {
    /* background-image: url('/wp-content/themes/emlid/img/accuracy/header-bg.jpg'); */
    background: linear-gradient(136.64deg, rgba(255, 255, 255, 0.5) 9.14%, rgba(255, 255, 255, 0) 57.3%), url('/wp-content/themes/emlid/img/accuracy/header-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 39rem;
    background-position: center;
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    transition: all .6s ease;
} 
.acc__items {
    padding-bottom: 32px;
}

.acc-element__text {
    position: absolute;
    color: #000;
    padding: 22px 21px 12px 20px;
    z-index: 10;
}

.acc__imgBlock {
    overflow: hidden;
}


.acc-element__image {
    transition: all .6s ease;
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden;
}

.acc__element:hover .acc-element__image  {
    transform: scale(1.1);
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden;
}

section.acc-element__text, .acc-element__explore:hover {
    text-decoration: none;
}

svg {
    vertical-align: unset !important;
    margin-left: 5px;
}

.acc_card_title_mobile {
    display: none;
}

.acc__subtile br {
    display: none;
}

/*Caster styles*/
.caster__subtitle br {
    display: none;
}

/*iframe with video form youtube on page Caster */
#ytplayer {
    border: none;
    width: 100% !important;
    text-align: end;
}

.ytp-caption-window-container {
    background-color: #ffffff !important;
}

#ytp-caption-window-container {
    background-color: #ffffff !important;
}

.date-20210706 {
    display: none;
}

/*TRK MultiBand Styles*/

.rtk-img-phone {
    max-width: 250px;
}

.rtk-title-connect br {
    display: none;
}

.tab-multiband {
    position: relative;
    margin-top: 0 !important;
}

.tab-multiband > img {
    max-width: 216px !important;

}



@media screen and (max-width: 991px) {
    .caster_lead {
        padding-top: 2rem;
    }
    .multi-band-tabs-img {
        margin-bottom: 3.6rem!important;
    }
    .acc-element__text {
        padding: 22px 21px 12px 24px;
    }
    .caster__subtitle br {
        display: initial;
    }
    .rtk-img-phone {
        max-width: 100%;
    }
    .video__webinar .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .video__webinar .h2-industry {
        margin-top: 92px !important;
        margin-bottom: 56px;
    }
    
}

@media (min-width: 320px) and (max-width: 575px){
/* .em-promo-cover {
    min-height: 67.5625rem !important;
    background-image: url(/wp-content/themes/emlid/img/multi-band-rtk/main-phone.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 70%;
    } */
    .acc__subtile br {
        display: initial;
    }
}

@media screen and (max-width: 768px) {
    .acc__header {
        height: 34rem;
    }
    .acc__element {
        padding-bottom: 60px;
    } 
    .acc__items {
        padding-bottom: 0px;
    }

}

@media screen and (max-width: 768px){
    .caster__subtitle br {
        display: none;
    }
    .rtk-title-connect br {
        display: initial;
    }
}

@media screen and (max-width: 767px) {
    .acc__header {
        /* background-image: url('/wp-content/themes/emlid/img/accuracy/main-mobile.jpg');  */
        height: 28rem;
        width: 100%;
        background-position: bottom;
    }
    
    .acc_card_title {
        display: none;
    }

    .acc_card_title_mobile {
        display: block;
    }
}

@media (min-width: 767px) and (max-width:575) {
    .acc-element__explore {
        line-height: 120% !important;
        letter-spacing: -0.04em !important;
    }
    svg {
        vertical-align: unset !important;
        margin-left: 2px;
        width: 53px;
        height: 25px;
    }
}

@media screen and (max-width: 575px) {
    .acc__header {
        background-image: url('/wp-content/themes/emlid/img/accuracy/main-mobile.jpg'); 
        min-height: 95vh;
        width: 100%;
        background-position: bottom;
    }
    .acc__element {
        padding-bottom: 40px;
    }

    .acc__title {
        padding-top: 4rem;
    }
   .video__webinar .container {
        padding-top: 0;
        padding-bottom: 0 !important;
    }
    
    .video__webinar .h2-industry {
        margin-top: 92px !important;
        margin-bottom: 32px !important;
    }

}

@media screen and (max-width: 420px) {
    .acc_header {
        min-height: 67vh;
    }
    .acc_card_title_mobile {
       font-size: 1.5rem !important;
       margin-top: -3px;
    }
    .acc-element__explore {
        line-height: 120% !important;
        letter-spacing: -0.04em !important;
    }
    svg {
        vertical-align: unset !important;
        margin-left: -8px;
        width: 53px;
        height: 12px;
    }
}


/* SUB FOOTER */

/* STYLES FOR SUB LG FOOTER */
.sub__fotter-lg {
    background-color: #0F1115;
    color: white;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-lg__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-lg-links {
    padding: 32px 0;
}

.footer-lg-ltd > p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.01em;
}

.sub__fotter-lg > .container {
    padding: 0 15px !important;
}


.footer-lg-ltd > p {
    margin: 0px;
}

.footer-lg-links > a:nth-child(1) {
    padding-right: 11px;
}

.footer-lg-links > a:nth-child(2) {
    padding-left: 11px;
    padding-right: 11px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-lg-links > a:nth-child(3) {
    padding-left: 11px;
    padding-right: 11px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-lg-links > a:nth-child(4) {
    padding-left: 11px;
    padding-right: 11px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-lg-links > a:nth-child(5) {
    padding-left: 11px;
    padding-right: 11px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-lg-links > a:nth-child(6) {
    padding-left: 11px;
    padding-right: 11px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-lg-links > a:nth-child(7) {
    padding-left: 11px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-lg-links > a {
    color: rgb(255, 255, 255) !important;
    opacity: .5;
    transition: all .4s ease;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
}

.footer-lg-links > a:hover  {
    color: rgb(255, 255, 255) !important;
    opacity: 1;
}

.pr-21px {
    padding-right: 21px;
}

.pr-24px {
    padding-right: 24px;
}

.pr-34px {
    padding-right: 34px;
}

.pl-30px {
    padding-left: 30px;
}

.footer-lg-social > .icon-link { 
    color: white;
    opacity: .3;
    transition: all .4s ease;
}

.footer-lg-social > .icon-link:hover { 
    color: white;
    opacity: 1;
}


/* STYLES FOR SUB MD FOOTER */
.sub__footer-md {
    background-color: #0F1115;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sub__footer-md > .container {
    padding: 0 15px;
}

@media screen and (max-width: 991px) {
    .sub__footer-md > .container {
        padding: 0 30px;
    }
}

.footer-md-links {
    padding-top: 32px;
}

.footer-md-links > a {
    color: white;
    opacity: .5;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    transition: all .4s ease;
}

.footer-md-links > a:hover{
    opacity: 1;
}

.footer-md-links > a:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 11px;
}

.footer-md-links > a:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 11px;
}

.footer-md-links > a:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 11px;
}

.footer-md-links > a:nth-child(4) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 11px;
}

.footer-md-links > a:nth-child(5) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 11px;
}

.footer-md-links > a:nth-child(6) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 11px;
}
.footer-md-links > a:nth-child(7) {
    padding-left: 11px;
}

.footer-md__sub-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-md-social {
    padding: 34px 0;
}

.footer-md__sub-links > p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.footer-md-social > .icon-link {
    color: white;
    opacity:  .3;
    transition: all .4s ease;
}

.footer-md-social > .icon-link:hover {
    opacity:  1;
}

/* STYLES FOR SUB SM FOOTER */
.sub__footer-sm > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.sub__footer-sm {
    background-color: #0F1115;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-sm-ltd {
    color: white;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.01em;
    display: flex;
    justify-content: center;
}

.footer-sm-ltd > a {
    color: white;
    opacity: .5;
    margin-left: 24px;
    margin-left: 24px;
}

.footer-sm-ltd > a:hover {
    opacity: 1;
}

.footer-sm-links  {
    padding-top: 28px;
}

.footer-sm-links > a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    color: #FFFFFF;
    opacity: 0.5;
    /* padding: 0 11px; */
    transition: all .4s ease;
}

.pr-25 {
    padding-right: 25px;
}

.footer-sm__bottom-links {
    position: relative;
    top: 13px;
}

.footer-sm-links > a:hover {
    opacity: 1;
}

.footer-sm-links > a:nth-child(1)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background: #FFFFFF;
    opacity: 0.3;
    margin-left: 14px;
    margin-top: 4px;
}

.footer-sm-links > a:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background: #FFFFFF;
    opacity: 0.3;
    margin-left: 14px;
    margin-top: 4px;
}

.footer-sm-links > a:nth-child(3)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background: #FFFFFF;
    opacity: 0.3;
    margin-left: 14px;
    margin-top: 4px;
    display: none;
}

.footer-sm-links > a:nth-child(4)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background: #FFFFFF;
    opacity: 0.3;
    margin-left: 14px;
    margin-top: 4px;
}

.footer-sm-links > a:nth-child(5)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background: #FFFFFF;
    opacity: 0.3;
    margin-left: 14px;
    margin-top: 4px;
}

.footer-sm-links > a:nth-child(6)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background: #FFFFFF;
    opacity: 0.3;
    margin-left: 14px;
    margin-top: 4px;
}

.footer-sm-social {
    margin: 32px 0 48px 0;
}

.footer-sm-social > .icon-link {
    color: white;
    opacity: .3;
    transition: all .4s ease;
}

.footer-sm-social > .icon-link:hover {
    opacity: 1;
}

.video__webinar .container {
    padding-top: 24px;
    padding-bottom: 124px;
}

.video__webinar .h2-industry {
    margin-top: 0;
    margin-bottom: 42px;
}


.footer__sub-button {
    display: inline-block;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #FFF !important;
    padding: 6px 15px;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans" sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    opacity: 1 !important;
    transition: all .4s ease;
}

.footer__sub-button:hover {
    background-color: #F8F8F8;
    color: black !important;
}

.footer__sub-button:active {
    background-color: #D8D8D8;
    color: black !important;
}

.footer-lg__social-links {
    display: flex;
    justify-content: flex-end;
}

.footer-lg__social-links a {
    opacity: .5;
}

.footer-lg__social-links a:hover {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .hubspot-sub-btn__inner {
        margin-top: 24px;
    }
}

@media screen and (max-width: 575px) {
    .footer__sub-button {
        display: block;
    }
}

.hs-form-booleancheckbox-display p {
    line-height: 160% !important;
    letter-spacing: 0 !important;
    font-family: "Open Sans" !important;
    font-weight: normal !important;
    color: black !important;
    opacity: 1 !important;
    font-size: 16px !important;
}

.hs-form-booleancheckbox-display {
    opacity: 1 !important;
}

.hs-fieldtype-textarea {
    color: rgb(0, 0, 0) !important;
}

.hs-form-private select {
    line-height: 20.2px !important;
    color: rgba(0, 0, 0, 1) !important;
}

.hs-form input, .hs-form select {
    height: 19px !important;
    padding-right: 12px !important;
    padding-bottom: 11px !important;
    padding-top: 10px !important;
}

.hs-form-booleancheckbox-display p {
    line-height: 160% !important;
    letter-spacing: 0 !important;
    font-family: "Open Sans" !important;
    font-weight: normal !important;
    color: black !important;
    opacity: 1 !important;
    font-size: 16px !important;
}

.hs-form-booleancheckbox-display {
    opacity: 1 !important;
}

.hs-fieldtype-textarea {
    color: rgb(0, 0, 0) !important;
}

.hs-form-private select {
    line-height: 20.2px !important;
    color: rgba(0, 0, 0, 1) !important;
}

.hs-form input, .hs-form select {
    height: 19px !important;
    padding-right: 12px !important;
    padding-bottom: 11px !important;
    padding-top: 10px !important;
}

input[type=file] {
    width: 100%;
    padding: 5px 12px;
    border: none !important;
    border-radius: 4px;
    font-size: 14px;
    line-height: initial;
    height: 38px;
    max-width: 540px;
}


.wpml-ls-native {
    width: 1.9ch;
    overflow: hidden;
    white-space: nowrap;
}

.header__link_store {
    order: 1;
}

@media screen and (min-width: 1200px) {
    #menu-header-right-french {
        align-items: center;
    }    
}
