@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap');
.header-container-wrapper .row-fluid [class*="span"] {
	min-height: inherit!important
}

.header-container-wrapper {
	top: 0;
	position: fixed;
	float: left;
	width: 100%;
	z-index: 999;
	background: #2e2e2e
}

.header-container-wrapper.fixed {
	background: #2e2e2e;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}

.mobile-header-section {
	display: none;
	float: left;
	width: 100%;
	justify-content: center;
	background: #fff;
	padding: 0;
	flex-wrap: wrap;
	border-bottom: 1px solid #bebebe;
	position: relative;
	z-index: 999
}

.sub-menu-section .sub-menu-wrapper {
	display: flex;
	height: 0;
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	-webkit-transform: translateY(10px)
}

.sub-menu-section .sub-menu-wrapper.active {
	display: flex;
	height: auto;
	visibility: visible;
	opacity: 1;
	border-bottom: 1px solid #c3c3c3;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in
}

.header-section {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 10px 0 0;
	flex-wrap: wrap
}

.header-wrapper {
	float: left;
	width: 100%;
	max-width: 1590px;
	padding: 0 15px
}

.header-main-row {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px
}

.header-main-left-wrap {
	float: left;
	width: 100%;
	max-width: calc(100% - 390px);
	display: flex;
	align-items: center
}

.header-main-right-wrap {
	float: left;
	width: 100%;
	max-width: 390px;
  display:flex;
  justify-content: flex-end;
  column-gap: 30px;
}
.header-container-wrapper.fixed .header-main-right-wrap {
    display: flex !important;
}
.start-free-trial-sec {
    float: left;
    width: 100%;
  max-width:218px;
}

.logo-sec {
	float: left;
	width: 100%;
	max-width: 78px
}

.logo-sec img {
	float: left;
	max-width: 100%
}

.main-menu {
	float: left;
	width: 100%;
	max-width: calc(100% - 78px);
	padding-left: 42px;
  display: none;
}

.main-menu ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center
}

.main-menu ul li {
	float: left;
	width: auto; 
}

.main-menu ul li a {
	float: left;
	width: auto;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #fff;
	padding: 4px 25px;
	position: relative;
	cursor: pointer
}

.main-menu ul li:last-child {
	margin-right: 0
}
.header-container-wrapper .main-menu ul li.sign-in-wrap{
    position:relative;
    margin-left: 15px;
}
.header-container-wrapper .main-menu ul li.sign-in-wrap:before {
    content: "";
    width: 1px;
    position: absolute;
    height: 30px;
    background: #2e2e2e;
    top: 4px;
}
.header-container-wrapper.fixed .main-menu ul li.sign-in-wrap:before {
    content: "";
    width: 1px;
    position: absolute;
    height: 30px;
    background: #fff;
    top: 4px;
}
.main-menu ul li.sign-in-wrap a:after{
  display:none !important;
}
.main-menu ul li.sign-in-wrap a {
    padding: 4px 20px;
    text-decoration: underline;
}
.main-menu ul li.sign-in-wrap a:hover,
.header-container-wrapper.fixed .main-menu ul li.sign-in-wrap a:hover{
  color:#1483f3;
}

.request-a-demo-sec {
	float: left;
	width: 100%;
  max-width:218px;
}

.request-a-demo-sec>a {
	float: right;
	width: 100%;
	background: transparent;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 36px;
	border-radius: 55px;
	max-width: 180px;
  border:1px solid #fff;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}
.request-a-demo-sec>a:hover {
	background-color:#f0832b;
  border:1px solid #f0832b;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.start-free-trial-sec>a {
    float: right;
    width: 100%;
    background:#1483f3;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 38px;
    border-radius: 55px;
    max-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.start-free-trial-sec>a:hover {
	background-color: #076DD5;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.start-free-trial-sec>a img {
    transform: translateX(7px); 
  -webkit-transform: translateX(7px); 
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out  
}
.start-free-trial-sec>a:hover img {
    transform: translateX(12px);
  -webkit-transform: translateX(12px);
      -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.main-menu ul li a:after {
	content: "";
	background: #f0832b;
	width: 0;
	bottom: -2px;
	left: 50%;
	height: 2px;
	position: absolute;
	transform: translateX(-50%);
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	max-width: 100%
}

.main-menu ul li a:hover:after,
.main-menu ul li a.active:after {
	width: 100%;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in
}

.sub-menu-section {
	float: left;
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

.solutions-submenu .platform-data-menu span.hs_cos_wrapper:first-child {
	border: 0;
	padding-left: 0
}

.platform-submenu {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center
}

.solutions-submenu {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center
}

.platform-dfp-wrap {
	float: left;
	width: 23%;
	padding: 59px 2.5% 161px 5%
}

.platform-data-menu {
	float: left;
	width: 31%;
	display: flex;
	padding: 115px 0 0 0;
	align-items: self-start
}

.solutions-submenu .platform-data-menu {
	float: left;
	width: 29%;
	display: flex;
	padding: 59px 2% 0 3.5%;
	align-items: self-start
}

.platform-submenu .platform-data-menu {
	display: block;
	padding: 60px 0 0 0
}

.platform-data-menu-inner {
	float: left;
	width: 100%;
	padding-left: 10%;
	display: flex
}

.solutions-submenu .platform-data-menu .platform-data-menu-inner-wrap:last-child {
	padding-top: 55px
}

.platform-data-menu-inner-wrap {
	float: left;
	width: 100%
}

.platform-data-menu-inner-wrap>h2 {
	float: left;
	width: 100%;
	font-size: 25px;
	color: #f0832b;
	margin-bottom: 25px;
	font-family: 'Nunito', sans-serif;
	font-weight: bold
}

.platform-data-menu-inner-wrap>h2>a {
	font-size: 25px;
	color: #f0832b;
	margin-bottom: 25px;
	font-family: 'Nunito', sans-serif;
	font-weight: bold
}

.platform-data-menu-text {
	float: left;
	width: 100%;
	max-width: 80%;
	margin-bottom: 25px
}

.platform-data-menu-text p {
	float: left;
	width: 100%;
	margin: 0 0 20px!important;
	color: #2e2e2e;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	padding: 0!important
}

.platform-data-menu>h2 {
	float: left;
	width: 100%;
	font-size: 25px;
	color: #f0832b;
	margin-bottom: 25px;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	padding-left: 10%
}

.platform-dfp-wrap h2 {
	float: left;
	width: 100%;
	font-size: 25px;
	color: #f0832b;
	margin-bottom: 25px;
	font-family: 'Nunito', sans-serif;
	font-weight: bold
}

.platform-dfp-wrap h2>a {
	color: #f0832b
}

.platform-dfp-wrap p {
	float: left;
	width: 100%;
	margin: 0 0 20px!important;
	color: #2e2e2e;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	padding: 0!important
}

.platform-dfp-wrap p a {
	color: #2e2e2e!important;
	display: inline-block
}

a.sub-menu-btn-arrow {
	float: left;
	width: auto;
	color: #1483f3;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
	background: url(https://www.k2view.com/hubfs/arrow-orange.svg) no-repeat right center;
	padding: 0 20px 0 0;
	-webkit-transition: padding-right .3s ease-in;
	-moz-transition: padding-right .3s ease-in;
	-ms-transition: padding-right .3s ease-in;
	-o-transition: padding-right .3s ease-in;
	transition: padding-right .3s ease-in
}

a.sub-menu-btn-arrow:hover {
	padding-right: 25px;
	color: #f0832b;
	-webkit-transition: padding-right .3s ease-in;
	-moz-transition: padding-right .3s ease-in;
	-ms-transition: padding-right .3s ease-in;
	-o-transition: padding-right .3s ease-in;
	transition: padding-right .3s ease-in
}

.solutions-submenu .platform-dfp-wrap h2 {
	color: #2e2e2e
}

.solutions-submenu .platform-dfp-wrap {
	width: 25%
}

.platform-data-menu span.hs_cos_wrapper {
	float: left;
	width: 100%
}

.platform-data-menu span.hs_cos_wrapper .hs-menu-wrapper {
	display: block;
	width: 100%
}

.platform-data-menu span.hs_cos_wrapper .hs-menu-wrapper ul,
.platform-products-menu span.hs_cos_wrapper .hs-menu-wrapper ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative
}

.platform-data-menu span.hs_cos_wrapper .hs-menu-wrapper>ul>li,
.platform-products-menu span.hs_cos_wrapper .hs-menu-wrapper>ul>li {
	float: left;
	width: 100%;
	margin-bottom: 20px
}

.platform-data-menu span.hs_cos_wrapper .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper li {
	float: left;
	width: 100%;
	margin-bottom: 5px
}

.platform-data-menu span.hs_cos_wrapper .hs-menu-wrapper>ul>li:last-child {
	margin-bottom: 0
}

.platform-data-menu span.hs_cos_wrapper .hs-menu-wrapper ul li a,
.platform-products-menu span.hs_cos_wrapper .hs-menu-wrapper ul li a {
	float: left;
	width: 100%;
	color: #2e2e2e;
	font-size: 18px;
	line-height: 24px
}

.platform-data-menu span.hs_cos_wrapper .hs-menu-wrapper ul li a:hover,
.platform-products-menu span.hs_cos_wrapper .hs-menu-wrapper ul li a:hover {
	color: #f0832b;
	-webkit-transition: all 0s ease-in;
	-moz-transition: all 0s ease-in;
	-ms-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in
}

.platform-data-menu span.hs_cos_wrapper .hs-menu-wrapper ul li a[target="_blank"]:after {
	background: url(https://www.k2view.com/hubfs/link-external.svg);
	content: "";
	width: 13px;
	background-size: 13px;
	height: 13px;
	display: inline-block;
	margin-left: 7px;
	opacity: .3
}

.platform-products-menu {
	float: left;
	width: 20%;
	padding: 60px 0 0 3%;
	border-left: 2px solid #e1e1e1
}

.platform-products-menu h2 {
	float: left;
	width: 100%;
	font-size: 25px;
	color: #f0832b;
	margin-bottom: 25px;
	font-family: 'Nunito', sans-serif;
	font-weight: bold
}

.platform-read-more-menu {
	float: left;
	width: 26%;
	padding: 60px 4%
}

.platform-read-more-menu h2 {
	float: left;
	width: 100%;
	font-size: 25px;
	color: #2e2e2e;
	margin-bottom: 25px;
	font-family: 'Nunito', sans-serif;
	font-weight: bold
}

.platform-read-more-menu ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 20px;
	list-style: none
}

.platform-read-more-menu ul li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative
}

.platform-read-more-menu ul li.new:before {
	content: "NEW";
	font-size: 10px;
	background: #f0832b;
	color: #fff;
	padding: 1px 6px;
	letter-spacing: 1px
}

.platform-read-more-menu ul li a {
	float: left;
	width: 100%;
	color: #1483f3;
	font-size: 16px;
	line-height: 21px
}

.platform-read-more-menu ul li a:hover {
	color: #f0832b;
	-webkit-transition: all 0s ease-in;
	-moz-transition: all 0s ease-in;
	-ms-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in
}

.customer-story-section {
	position: relative;
	width: 25%;
	padding: 51px 2% 0 6%
}

.customer-story-section-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
	left: 0
}

.customer-story-section-inner {
	position: relative;
	z-index: 1;
	float: left;
	width: 100%
}

.customer-story-section-inner h2 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 33px;
	line-height: 35px;
	margin-bottom: 15px
}

.customer-story-section-inner p {
	float: left;
	width: 100%;
	color: #fff;
	margin: 0;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 28px
}

.customer-story-section-inner a {
	float: left;
	width: auto;
	font-size: 20px;
	color: #fff;
	background: url(https://www.k2view.com/hubfs/Group%207839.svg) no-repeat;
	background-position: 100% 50%;
	padding-right: 32px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.customer-story-section-inner a:hover {
	padding-right: 38px;
	color: #f0832b;
	-webkit-transition: padding-right .3s ease-in;
	-moz-transition: padding-right .3s ease-in;
	-ms-transition: padding-right .3s ease-in;
	-o-transition: padding-right .3s ease-in;
	transition: padding-right .3s ease-in
}

.customer-info-section {
	float: left;
	width: 75%;
	padding: 88px 0
}

.customer-info-wrapper {
	float: left;
	width: 100%;
	display: flex
}

.customer-info-box {
	float: left;
	width: 33.33%;
	padding: 0 6%;
	border-right: 1px solid #ccc
}

.customer-info-box>a {
	float: left;
	width: 100%;
	display: block
}

.customer-info-logo {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	min-height: 70px;
	display: flex;
	align-content: center;
	flex-wrap: wrap
}

.customer-info-content {
	float: left;
	width: 100%;
	background: url(https://www.k2view.com/hubfs/Group%207839.svg) no-repeat;
	background-position: 0 bottom;
	padding-bottom: 30px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.customer-info-box>a:hover>.customer-info-content {
	background-position: 10% bottom;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.customer-info-content h3 {
	float: left;
	width: 100%;
	font-size: 25px;
	color: #2e2e2e;
	margin: 0 0 15px;
	font-weight: bold
}

.customer-info-box>a:hover .customer-info-content h3 {
	color: #f0832b
}

.customer-info-box:last-child {
	border: 0
}

.customer-info-content p {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	margin: 0;
	color: #2e2e2e
}

.company-submenu.sub-menu-wrapper {
	justify-content: center;
	overflow: hidden
}

.company-submenu .platform-dfp-wrap {
	border-right: 1px solid #e3e3e3;
	box-shadow: -5px 0 10px 1px #cccccc75
}

.company-submenu .platform-data-menu {
	width: 34%;
	padding: 59px 0 0 4%
}

.company-submenu .platform-data-menu ul.hs-menu-children-wrapper {
	padding: 15px 0 0!important;
	display: block;
	float: left
}

.company-submenu .platform-data-menu span.hs_cos_wrapper .hs-menu-wrapper ul li .hs-menu-children-wrapper li a {
	font-size: 15px;
	color: #2e2e2e;
	position: relative;
	padding-left: 12px
}

.company-submenu .platform-data-menu span.hs_cos_wrapper .hs-menu-wrapper ul li .hs-menu-children-wrapper li a:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #f0832b;
	position: absolute;
	left: 0;
	top: 7px
}

.company-submenu .platform-data-menu span.hs_cos_wrapper .hs-menu-wrapper ul li .hs-menu-children-wrapper li a:hover {
	color: #f0832b
}

.company-submenu .platform-read-more-menu {
	box-shadow: 5px 0 10px 1px #cccccc75
}

.learn-submenu .platform-dfp-wrap {
	border-right: 1px solid #eee
}

.learn-submenu .platform-dfp-wrap h2 {
	float: left;
	width: 100%;
	font-size: 34px;
	color: #2e2e2e;
	margin-bottom: 20px;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	line-height: 35px
}

.view-blog-dfp-wrap {
	float: left;
	width: 20%;
	border-left: 1px solid #eee;
	padding: 60px 4%
}

.view-blog-dfp-wrap a h2 {
	float: left;
	width: 100%;
	font-size: 25px;
	color: #f0832b;
	margin-bottom: 25px;
	font-family: 'Nunito', sans-serif;
	font-weight: bold
}

.view-blog-dfp-wrap a p {
	float: left;
	width: 100%;
	margin: 0 0 20px!important;
	color: #2e2e2e;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	padding: 0!important
}

.learn-submenu .platform-data-menu {
	width: 31%;
	padding: 60px 0 0 4%
}

#resources .platform-data-menu span.hs_cos_wrapper {
	margin-bottom: 5px
}

#customers .platform-read-more-menu {
	display: none
}

@media(max-width:1600px) {
	.platform-data-menu {
		width: 33%;
		padding: 115px 1% 0 0
	}
	.platform-dfp-wrap {
		width: 24%;
		padding: 59px 1.5% 161px 1.5%
	}
	.platform-products-menu {
		width: 19%;
		padding: 60px 0 0 1.5%
	}
	.platform-read-more-menu {
		width: 24%;
		padding: 60px 3%
	}
	.solutions-submenu .platform-data-menu {
		width: 33%
	}
	.customer-story-section {
		padding: 51px 2% 0 2%
	}
	.customer-info-box {
		padding: 0 4%
	}
	.learn-submenu .platform-data-menu {
		width: 32%;
		padding: 60px 0 0 3%
	}
	.view-blog-dfp-wrap {
		width: 20%;
		padding: 60px 2%
	}
}

@media(max-width:1340px) {
	.platform-data-menu {
		width: 32%;
		flex-wrap: wrap
	}
	.platform-data-menu {
		width: 24%;
		flex-wrap: wrap;
		border-left: 1px solid #ccc;
		padding: 0;
		align-items: unset;
		align-content: center
	}
	.platform-data-menu span.hs_cos_wrapper,
	.platform-data-menu span.hs_cos_wrapper:first-child {
		padding-left: 0;
		border-left: none
	}
	.solutions-submenu .platform-data-menu span.hs_cos_wrapper {
		padding-left: 0
	}
	.platform-products-menu {
		width: 24%;
		padding: 60px 2.5% 0 2.5%
	}
	.platform-read-more-menu {
		width: 26%;
		padding: 60px 3%
	}
	.platform-dfp-wrap {
		width: 26%;
		padding: 59px 1.5% 161px 1.5%
	}
	.solutions-submenu .platform-data-menu .platform-data-menu-inner-wrap:last-child {
		padding-top: 0
	}
	.solutions-submenu .platform-data-menu {
		width: 26%;
		padding: 60px 3%;
		align-content: flex-start
	}
	.customer-story-section-inner h2 {
		font-size: 28px;
		line-height: 32px
	}
	.customer-story-section-inner p {
		margin-bottom: 25px;
		font-size: 16px;
		line-height: 26px
	}
	.customer-story-section-inner a {
		font-size: 18px
	}
	.customer-info-content h3 {
		font-size: 20px
	}
	.learn-submenu .platform-data-menu span.hs_cos_wrapper,
	.learn-submenu .platform-data-menu span.hs_cos_wrapper:first-child {
		padding-left: 0
	}
	.learn-submenu .platform-data-menu-inner-wrap {
		margin-bottom: 30px
	}
	.learn-submenu .platform-data-menu {
		width: 24%;
		padding: 60px 0 0 2%
	}
	.view-blog-dfp-wrap {
		width: 24%;
		padding: 60px 3%
	}
	.platform-data-menu-inner {
		border-left: none;
		flex-wrap: wrap
	}
	.company-submenu .platform-data-menu-inner-wrap {
		margin-bottom: 35px
	}
	.company-submenu .platform-data-menu-inner-wrap>h2 {
		margin-bottom: 15px
	}
  .main-menu ul li a {
      padding: 4px 20px;
  }
  .main-menu {
      padding-left: 20px;
  }
  .header-main-right-wrap {
      max-width: 355px;
      column-gap: 15px;
  }
  .header-main-left-wrap {
      max-width: calc(100% - 355px);
  }
  .request-a-demo-sec,
  .start-free-trial-sec{
      max-width: 170px;
  }
}

/*@media(max-width:1170px) {
	.platform-data-menu span.hs_cos_wrapper .hs-menu-wrapper ul li a,
	.platform-products-menu span.hs_cos_wrapper .hs-menu-wrapper ul li a {
		font-size: 16px;
		line-height: 22px
	}
	.platform-dfp-wrap p {
		font-size: 16px;
		line-height: 26px
	}
	a.sub-menu-btn-arrow {
		font-size: 16px;
		line-height: 20px
	}
	.platform-dfp-wrap h2,
	.platform-products-menu h2,
	.platform-read-more-menu h2,
	.platform-data-menu h2 {
		font-size: 20px
	}
	.platform-read-more-menu ul li a {
		font-size: 15px;
		line-height: 20px
	}
	.customer-info-content h3 {
		font-size: 18px
	}
	.customer-info-content p {
		font-size: 16px
	}
	.main-menu ul li {
		float: left;
		width: auto;
		margin-right: 20px
	}
	.main-menu {
		padding-left: 20px
	}
}*/

@media(max-width:1199px) {
	.header-section {
		display: none;
	}
	.mobile-header-section {
		display: flex;
	}
  .m-parent-item.m-news-menu a.sub-menu-btn-arrow {
      background: none;
    color: #f0832b;
  }
}

.mobile-menu-collapse {
	float: left;
	width: 100vw;
	position: absolute;
	top: calc(100%+1px);
	left: 0;
	height: calc(100vh - 98px);
	background: #fff;
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
  top: 94px;
}

.mobile-menu-collapse-inner {
	float: left;
	width: 200vw;
	display: flex;
	height: 100%
}

.m-header-wrapper {
	float: left;
	width: 100%;
	padding: 15px 15px;
	position: relative
}

.m-header-main-row {
	float: left;
	width: 100%;
	display: flex
}

.m-logo-sec {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	max-width: calc(100% - 50px);
	padding-left: 46px
}

.m-logo-sec img {
	max-width: 63px;
	max-height: 63px;
	float: left
}

.mobile-menu-toggle {
	float: left;
	width: 100%;
	max-width: 50px;
	display: flex;
	align-items: center
}

.mobile-menu-toggle span {
	position: relative;
	width: 40px;
	border-bottom: 2px solid #2e2e2e;
	height: 23px;
	display: inline-block;
	cursor: pointer
}

.mobile-menu-toggle span:after {
	content: "";
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	background: #2e2e2e;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.mobile-menu-toggle span:before {
	content: "";
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	height: 2px;
	background: #2e2e2e;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.mobile-menu-toggle span.active {
	border: 0
}

.mobile-menu-toggle span.active:before {
	content: "";
	width: 100%;
	position: absolute;
	top: 50%;
	left: 5px;
	height: 2px;
	background: #2e2e2e;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.mobile-menu-toggle span.active:after {
	content: "";
	width: 100%;
	position: absolute;
	top: 12px;
	left: 10%;
	height: 2px;
	background: #2e2e2e;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.m-main-menu {
	float: left;
	width: 100vw;
	padding: 0;
	margin: 0;
	max-width: inherit
}

.m-main-menu ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.m-main-menu ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #bebebe
}

.m-main-menu ul li a {
	float: left;
	width: 100%;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #1483f3;
	padding: 12px 40px;
	position: relative;
	cursor: pointer;
	line-height: 30px;
	background: url(https://www.k2view.com/hubfs/arrow-orange.svg) no-repeat center center
}

.m-main-menu ul li a:hover {
	color: #f0832b
}

.m-submenu {
	float: left;
	width: 100vw
}

.m-submenu-wrap {
	float: left;
	width: 100%;
	padding: 12px 0 0;
	display: none
}

.m-submenu-wrap span.back-to-main {
	float: left;
	width: auto;
	padding: 10px 30px;
	font-size: 20px;
	line-height: 30px;
	color: #1483f3;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	cursor: pointer;
	background: url(https://www.k2view.com/hubfs/arrow-2.svg) no-repeat left center;
	margin-bottom: 10px
}

.m-submenu-wrap>a.orange-link {
	float: left;
	width: 100%;
	color: #2e2e2e;
	font-size: 17px;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	border-bottom: 1px solid #bebebe;
	padding: 0 40px 10px;
	display: inline-block
}

.m-submenu-wrap>a.orange-link>* {
	display: none
}

.m-submenu-wrap>a.orange-link>h2 {
	float: left;
	color: #2e2e2e;
	font-size: 17px;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	display: block;
	margin-bottom: 0;
	width: 100%
}

.m-submenu-level-3 {
	float: left;
	width: 100%
}

.back-to-main-outer {
	float: left;
	width: 100%;
	padding: 0 40px
}

.m-parent-item {
	float: left;
	width: 100%
}

.submain-toggle {
	float: left;
	width: 100%;
	padding: 12px 40px;
	border-bottom: 1px solid #bebebe;
	font-size: 17px;
	color: #2e2e2e;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	cursor: pointer;
	position: relative
}

.m-submain-collapse {
	float: left;
	width: 100%;
	display: none
}

.m-submain-collapse>span.hs_cos_wrapper,
.m-submain-collapse>span.hs_cos_wrapper>div {
	float: left;
	width: 100%
}

.m-submain-collapse>span.hs_cos_wrapper>div>ul {
	list-style: none;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0
}

.m-submain-collapse>span.hs_cos_wrapper>div>ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #bebebe;
	background-color: #efefef
}

.m-submain-collapse>span.hs_cos_wrapper>div>ul li a {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	padding: 12px 40px;
	line-height: 30px;
	color: #2e2e2e
}

.m-submain-collapse>span.hs_cos_wrapper>div>ul li a:hover {
	color: #f0832b
}

.submain-toggle:after {
	content: "";
	width: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 4px;
	background: #f0832b;
	border-radius: 18px;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%)
}

.submain-toggle:before {
	content: "";
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 4px;
	background: #f0832b;
	border-radius: 50px;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%)
}

.submain-toggle.active:before {
	display: none
}

.m-parent-item>ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none
}

.m-parent-item>ul li {
	float: left;
	width: 100%
}

.m-parent-item>ul a {
	float: left;
	width: 100%;
	padding: 12px 40px;
	border-bottom: 1px solid #bebebe;
	font-size: 17px;
	color: #2e2e2e;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	cursor: pointer;
	position: relative
}

.m-parent-item>ul a>* {
	display: none
}

.m-parent-item>ul a>h2 {
	display: block;
	font-size: 17px;
	color: #2e2e2e;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	margin: 0
}

.active-menu {
	overflow: hidden
}

@media(max-width:480px) {
	.m-main-menu ul li a {
		background: url(https://www.k2view.com/hubfs/arrow-orange.svg) no-repeat 90% center;
		padding: 12px 20px
	}
	.m-parent-item>ul a,
	.submain-toggle {
		padding: 12px 20px
	}
	.m-submenu-wrap>a.orange-link {
		padding: 0 20px 10px
	}
	.back-to-main-outer {
		padding: 0 20px
	}
	.submain-toggle:after,
	.submain-toggle:before {
		left: 90%
	}
	.m-submain-collapse>span.hs_cos_wrapper>div>ul li a {
		padding: 12px 20px
	}
}