@font-face {
	font-family: 'Akzidenz';
	src: url("../font/Akzidenz%20Grotesk%20Roman.ttf");
	font-display: swap
}

@font-face {
	font-family: 'Caslon';
	src: url("../font/Caslon.ttf");
	font-display: swap
}

@font-face {
	font-family: 'Big Caslon';
	src: url("../font/BigCaslon-Medium.woff2") format("woff2"), url("../font/BigCaslon-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Helvetica Neue LT W05 65 Medium";
	src: url("../font/helvetica_neue/5664103/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2") format("woff2"), url("../font/helvetica_neue/5664103/7802e576-2ffa-4f22-a409-534355fbea79.woff") format("woff");
	font-display: swap
}

@font-face {
	font-family: "Helvetica Neue LT W05 55 Roman";
	src: url("../font/helvetica_neue/5664093/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"), url("../font/helvetica_neue/5664093/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff");
	font-display: swap
}

@font-face {
	font-family: "Helvetica Neue LT W05_75 Bold";
	src: url("../font/helvetica_neue/5664150/800da3b0-675f-465f-892d-d76cecbdd5b1.woff2") format("woff2"), url("../font/helvetica_neue/5664150/7b415a05-784a-4a4c-8c94-67e9288312f5.woff") format("woff");
	font-display: swap
}

body,
html {
	font-size: 16px;
	height: 100%
}

body {
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif
}

body.page,
body.post {
	margin: 0
}

body:not(.fontHelvetica) {
	font-family: sans-serif
}

body.about-us .intro-section {
	min-height: 1px !important;
	padding: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: sans-serif
}

.mb0 {
	margin-bottom: 0 !important
}

.wow {
	visibility: hidden
}

.normal-scroll {
	max-height: 100vh;
	overflow: auto;
	-ms-scrollbar-base-color: #121212;
	scrollbar-color: rgba(18, 18, 18, 0.5) #1a1a1a;
	scrollbar-width: thin
}

.normal-scroll::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: #1a1a1a;
	width: 0
}

.normal-scroll::-webkit-scrollbar {
	width: 0;
	background-color: #1a1a1a
}

.normal-scroll::-webkit-scrollbar-thumb {
	background-color: rgba(18, 18, 18, 0)
}

.fullpage-simple {
	-ms-scrollbar-base-color: rgba(0, 0, 0, 0);
	scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0);
	scrollbar-width: thin
}

.fullpage-simple::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
	width: 0
}

.fullpage-simple::-webkit-scrollbar {
	width: 0;
	background-color: rgba(0, 0, 0, 0)
}

.fullpage-simple::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0)
}

.fullpage-simple #fp-nav.fp-right {
	right: 60px
}

.fullpage-simple #fp-nav ul li {
	height: 14px !important;
	width: 14px !important;
	margin: 5px 0 !important
}

.fullpage-simple #fp-nav ul li:nth-child(3) {
	height: 14px !important
}

.fullpage-simple #fp-nav ul li:nth-child(3)~li {
	display: block
}

.fullpage-simple #fp-nav ul li:last-child {
	display: none !important
}

.fullpage-simple #fp-nav ul li:hover a span {
	background-color: #fff;
	width: 10px !important;
	height: 10px !important;
	margin: -5px 0px 0px -5px !important
}

.fullpage-simple #fp-nav ul li a {
	max-height: inherit;
	min-width: inherit
}

.fullpage-simple #fp-nav ul li a span {
	border-radius: 100% !important;
	width: 4px !important;
	height: 4px !important;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #fff
}

.fullpage-simple #fp-nav ul li a.active span {
	background-color: #fff;
	height: 12px !important;
	width: 12px !important;
	margin: -6px 0 0 -6px !important
}

@media screen and (min-width: 768px) {
	.fullpage-simple .main-header:not(.fixed-header) {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 9999
	}
}

.overflow-hidden {
	overflow-y: hidden !important;
	overflow-x: visible !important
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1280px
	}
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	padding-left: 17px;
	padding-right: 17px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-right: 17px;
	padding-left: 17px
}

.row {
	margin-left: -17px;
	margin-right: -17px
}

.position-absolute {
	position: relative
}

section {
	padding: 0
}

.section:not(.fp-section):not(.recent-news) {
	min-height: 100vh;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 0
}

.text-red {
	color: #eb2127 !important
}

#fullpage {
	overflow: hidden
}

.animate-text {
	visibility: hidden
}

.section1 {
	padding: 8em 0
}

.more-link {
	font-size: 18px;
	display: inline-block;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.more-link .k-ico {
	fill: currentColor;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 15px;
	-webkit-transition: .3s ease transform;
	transition: .3s ease transform
}

.more-link:hover .k-ico {
	-webkit-transform: translateX(7px);
	transform: translateX(7px)
}

.nopm {
	padding: 0;
	margin: 0
}

small {
	font-weight: 700
}

#hero {
	display: block !important
}

#hero .fp-tableCell {
	display: block !important
}

.dark-black-bg {
	background-color: #262626 !important
}

.hero-banner-nav {
	left: 17.5vw;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	opacity: 1
}

.hero-banner-nav ul {
	margin: 0;
	padding: 0
}

.hero-banner-nav ul li {
	display: block;
	margin: 8px 0;
	position: relative
}

.hero-banner-nav ul li:nth-child(3) a {
	height: 90px
}

.hero-banner-nav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	cursor: pointer;
	text-decoration: none;
	height: 30px;
	width: 4px;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.hero-banner-nav ul li a.active span {
	background: #eb2127
}

.hero-banner-nav ul li a span {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: 0;
	background: #EFEFEF;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

.Kobe-main-wrap {
	height: 100vh;
	background: #000;
	overflow: hidden;
	width: 100%;
	position: relative
}

.Kobe-main-wrap .slide1 {
	background-image: url(../images/home-img.jpg);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #1a1a1a;
	position: absolute;
	overflow: hidden;
	padding: 0;
	left: 0;
	right: 0;
	height: 100%;
	top: 0;
	z-index: 1 !important
}

.Kobe-main-wrap .caption {
	position: absolute;
	min-height: 100%;
	height: 100vh;
	width: 100%;
	top: 0;
	z-index: 10
}

.Kobe-main-wrap .caption h3 {
	font-size: 61px;
	letter-spacing: -1.53px;
	width: 80%;
	color: #fff;
	padding-top: 67px;
	line-height: 1
}

.Kobe-main-wrap .caption small {
	font-size: 0.3em
}

.Kobe-main-wrap .caption-slide-1 {
	-webkit-transform: matrix3d(1, 0.00017, 0, 0, -0.00017, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0.01, 1);
	transform: matrix3d(1, 0.00017, 0, 0, -0.00017, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0.01, 1)
}

.Kobe-main-wrap .caption-slide-2 {
	visibility: hidden
}

.Kobe-main-wrap .slide2 {
	position: absolute;
	min-height: 100%;
	width: 100%;
	top: 0;
	z-index: 2 !important;
	opacity: 0
}

.Kobe-main-wrap .slide2 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 85%;
	max-width: 90%
}

.scrollmagic-pin-spacer .Kobe-main-wrap .caption-slide-2 {
	visibility: visible
}

#bubbles {
	position: absolute;
	min-height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: 3
}

.Kobe-main-wrap .side-bar {
	font-size: 30px;
	cursor: pointer;
	color: #fff
}

.has-relative {
	z-index: 9999;
	position: relative
}

.mt-7 {
	margin-top: 20px;
	margin-bottom: 110px
}

.Kobe-main-wrap h3 {
	color: #fff;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif
}

.social-media {
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 1.2em;
	z-index: 99
}

.social-media a {
	color: #fff;
	display: block;
	padding: .2em 1em
}

svg.lines {
	-webkit-filter: drop-shadow(0px 0px 30px red);
	filter: drop-shadow(0px 0px 30px red)
}

.navbar {
	display: none;
	background-color: #1a1a1b
}

.hireUsBtn {
	background-color: #f1f1f1;
	color: #1a1a1b;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none !important
}

.hire_us {
	color: #fff;
	font-size: 13px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif
}

.setbg>img {
	display: none
}

.intro {
	background: #ff6600;
	padding: 7.87vw 0
}

.intro.fp-section {
	padding: 0
}

.intro p {
	font-size: 3.125rem;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0.015em;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Big Caslon", sans-serif
}

.intro .intro-tag {
	color: #fff;
	text-transform: uppercase;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: 17px;
	font-size: 17px
}

.intro.is-red {
	background-color: #eb2127
}

.intro.is-green {
	background-color: #46b473
}

.intro.is-blue {
	background-color: #52aadd
}

.intro.is-orange {
	background-color: #f7941f
}

.client-engagement {
	z-index: 11;
	color: #fff;
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: left center !important
}

.client-engagement h2 {
	font-size: 2em;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif
}

.client-engagement p {
	font-size: 17px;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	font-weight: 400;
	margin-top: 1.4rem !important
}

.ideas {
	background-color: #2b2c2c !important;
	color: #fff;
	font-size: 18px;
	position: relative
}

.ideas h3 {
	font-size: 3.125rem;
	font-family: "Big Caslon", sans-serif
}

.ideas h3 small {
	font-size: 1.0625rem;
	display: block;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: 2.8125rem
}

.ideas.base-font h3 {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif
}

.ideas a {
	font-size: 18px;
	margin-top: 1em;
	color: #fff;
	display: inline-block;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif
}

.ideas a .k-ico {
	fill: currentColor;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 15px
}

.ideas p {
	margin-top: 1.0625rem;
	font-size: 17px
}

.ideas *:not(.container-xl) {
	max-width: 820px
}

.video-yellow {
	background: #f79520
}

.video-yellow .right .black-arrow {
	border-color: transparent transparent transparent #000
}

.design-and-development {
	background: #46b371
}

.ideas.design-and-development h3 {
	color: #46b371
}

.design-and-development .left .arrow {
	border-color: transparent transparent transparent #46b371
}

.design-and-development .right .arrow {
	border-color: transparent #46b371 transparent transparent
}

.design-and-development .right .black-arrow {
	border-color: transparent transparent transparent #1A1A1B
}

.performance-marketing {
	background: #52aadd
}

.performance-marketing .services-description {
	background: #52aadd
}

.ideas.performance-marketing {
	background: #1A1A1B !important
}

.ideas.performance-marketing h3 {
	color: #52aadd;
	font-size: 3.125rem;
	margin-bottom: 0.9em
}

.ideas.performance-marketing p {
	font-size: 17px
}

.performance-marketing .left .arrow {
	border-color: transparent transparent transparent #52aadd;
	border-width: 30px 0 30px 30px
}

.performance-marketing .right .arrow {
	border-color: transparent #52aadd transparent transparent;
	border-width: 30px 30px 30px 0;
	left: -30px
}

.black-arrow .left .arrow {
	border-color: transparent transparent transparent #1A1A1B
}

.black-arrow .right .arrow {
	border-color: transparent transparent transparent #1A1A1B;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	left: -30px;
	z-index: 999999
}

.blue-arrow .left .arrow {
	border-color: transparent transparent transparent #51AADE
}

.blue-arrow .right .arrow {
	border-color: transparent transparent transparent #51AADE;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	left: -30px;
	z-index: 999999
}

.form-control:focus {
	color: #000000;
	background-color: #fff;
	border-color: transparent;
	border-bottom: 2px solid #fff;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}


.btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.last-footer {
	color: #979797;
	font-size: 12px
}

.chart-main-img {
	width: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	left: 50%;
	position: relative
}

.cust-text-box {
	background: transparent;
	border: 0px;
	border-bottom: 2px solid #fff
}

.kobe-media-bx .cust-text-box {
	background: transparent;
	border: 2px solid #fff;
	padding: 20px;
	color: #fff !important
}

.cust-text-box {
	background: transparent;
	border: 0px;
	border-bottom: 2px solid #fff;
	border-radius: 0
}

.subscribe {
	background: #fff;
	border: 0px;
	border-radius: 0px
}

.sendbtm {
	background: none;
	border: 1px solid #fff;
	border-radius: 0px
}

.input-group-append .btn:hover {
	color: #fff !important
}



.text-light {
	color: #f8f9fa !important;
	font-size: 1em;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif
}

.recent-news {
	overflow: hidden;
	padding: 0
}

@media screen and (min-width: 768px) {
	.recent-news .container-fluid {
		padding-left: 0;
		padding-right: 0
	}
}

.setbg {
	background-size: cover;
	background-position: center center
}

.sp {
	padding: 5.938em 0
}

.state_of_marketing {
	height: 44em;
	position: relative;
	width: 100%;
	margin: 0 0 30px
}

.article-btn {
	background: #eb2127;
	color: #fff;
	padding: 16px 46px;
	font-size: 12px;
	border-radius: 0;
	margin: 45px 0;
	border: 2px solid #eb2127
}

@media screen and (min-width: 768px) {
	.article-btn {
		margin: 45px auto
	}
}

@media screen and (max-width: 767px) {
	.article-btn {
		margin-top: 10px;
		padding: 9px 20px
	}
}

.article-btn:hover {
	border: 2px solid #eb2127;
	background-color: #fff;
	color: #eb2127
}

.recent-news-hero .recent-news-box .recent-news-details h2 {
	font-size: 3.000em;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif
}

.recent-news-hero .recent-news-image {
	height: 100%;
	width: 100%;
	border-bottom: 5px solid #E92629
}

.recent-news-hero .recent-news-box h3 {
	background: #eb2127;
	text-align: center;
	padding: 3.750em;
	color: #fff;
	font-size: 2.500em;
	margin-bottom: 0px
}

.recent-news-hero .recent-news-box .recent-news-details {
	padding: 4.500em 2.563em;
	bottom: 0;
	left: 0;
	right: 0
}

.recent-news-hero .recent-news-box .recent-news-details .title {
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	font-size: 0.750em
}

.recent-news-hero .recent-news-box .recent-news-details h4 {
	padding-top: 0.625em;
	font-size: 3.000em;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif
}

.recent-news-hero .recent-news-box .recent-news-details p {
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	font-size: 1.000em;
	font-weight: normal
}

.recent-news-testimonial {
	text-align: center;
	padding: 3em 0;
	font-size: 0.813em;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	font-weight: 400;
	color: #606060
}

.recent-news-testimonial blockquote {
	margin: 0 3em;
	font-size: 1.750em;
	font-family: "Times";
	margin-bottom: 1em
}

.recent-news-testimonial blockquote:before {
	content: "“";
	display: block;
	font-size: 2em;
	line-height: normal
}

.recent-news-tags .title {
	font-size: 0.813em;
	font-family: "HelveticaNeue-Bold", sans-serif;
	border-bottom: 1px solid #808080;
	padding-bottom: 1em
}

.recent-news-tags a {
	font-family: "HelveticaNeue-Bold", sans-serif;
	font-size: 0.813em;
	margin-right: 0.913em;
	color: #808080
}

.image-caption {
	position: relative
}

.image-caption img {
	width: 100%
}

.image-caption .caption {
	background-color: #1A1A1B;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	font-family: "HelveticaNeue-Bold", sans-serif;
	font-size: 0.813em;
	color: #fff;
	padding: 0.6em 1.2em
}

.recent-news-comments .title {
	font-size: 0.813em;
	font-family: "HelveticaNeue-Bold", sans-serif;
	border-top: 1px solid #808080;
	padding-top: 1em;
	padding-bottom: 1em
}

.recent-news-comments .comment-box {
	font-family: "HelveticaNeue-Medium", sans-serif;
	padding: 1em 1.4em;
	background: #F2F2F2;
	margin-bottom: 1em
}

.recent-news-comments .comment-box .by {
	font-size: 0.875em;
	display: inline-block;
	vertical-align: middle
}

.recent-news-comments .comment-box .time {
	font-size: 0.625em;
	display: inline-block;
	vertical-align: middle
}

.recent-news-comments .comment-box .time:before {
	content: "-";
	display: inline-block;
	margin-right: 0.5em
}

.recent-news-comments .comment-box .comment {
	font-size: 0.750em;
	color: #808080
}

.blog-silder img {
	height: 470px
}

#klogo {
	position: absolute;
	top: 5%;
	bottom: 0;
	height: 90%;
	width: 100%;
	z-index: 9
}

.r11 {
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.r11:before {
	display: block;
	content: " ";
	width: 100%;
	padding-top: 100%
}

.r169 {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.r169:before {
	display: block;
	content: " ";
	width: 100%;
	padding-top: 56.3%
}

.r169>.rcontainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	margin: 0
}

.cs-container {
	max-width: 1270px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

a {
	color: #000000;
	transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	-ms-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	text-decoration: none;
	font-weight: 500
}

a:hover,
a:focus {
	color: #e41e26;
	transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	-ms-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	text-decoration: none
}

:focus {
	outline: -webkit-focus-ring-color auto 0px
}

.animsition {
	overflow: hidden
}

.red-bg {
	background: #E92629;
	color: #FFFFFF
}

.black-bg {
	background: #1A1A1B;
	color: #FFFFFF;
	z-index: 0
}

.gray-bg {
	background: #333333 !important;
	color: #FFFFFF
}

.blue-bg {
	background: #51AADE;
	color: #FFFFFF
}

.green-bg {
	background: #47B372;
	color: #FFFFFF;
	z-index: 0
}

.yellow-bg {
	background: #f79520;
	color: #FFFFFF
}

.dark-graybg {
	background: #414141;
	color: #ffff
}

.text-green {
	color: #46b472 !important
}

.text-blue {
	color: #51aade !important;
	font-size: 12px
}

.text-orange {
	color: #f79520
}

.text-white {
	color: #FFFFFF
}

.text-yellow {
	color: #f89521 !important
}

.parallax-mirror {
	z-index: 1 !important
}

.btn-danger {
	background: #eb2127;
	padding: 14px 1em;
	font-size: 19px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif
}

.btn-danger:hover {
	color: #000 !important;
	background-color: #fff;
	border-color: transparent
}

.text-big {
	font-size: 1em !important
}

a.animation-arrow {
	margin: 0
}

a:hover.animation-arrow {
	margin-left: 0px
}

a.animation-arrow-right {
	margin: 0
}

a:hover.animation-arrow-right {
	margin-right: 10px
}

.black-bg .white-bg-caption {
	background: #1A1A1B;
	z-index: 10
}

.cta-bar {
	margin: 0
}

.cta-bar.font-caslon h2 {
	font-size: 2.750em;
	font-family: 'Big Caslon'
}

p.cta-title {
	font-size: 0.813em;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	font-weight: bold;
	margin-bottom: 2.2em
}

.cta-bar-revers h2 {
	font-size: 2.375em;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	margin-bottom: 1em;
	font-weight: 600
}

.cta-bar-revers p {
	font-size: 1em;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	font-weight: normal;
	margin-bottom: 1em
}

.border-bottom {
	border-bottom: 2px solid #dee2e6 !important
}

.box.white {
	color: #000000
}

.box.white .card {
	background: transparent;
	border-radius: 0;
	border: 2px solid #000000;
	margin-bottom: 1em
}

.card-footer span {
	min-width: 209px;
	display: inline-block
}

.border-bottom {
	border-bottom: 2px solid #dee2e6 !important
}

.box.white {
	color: #000000
}

.box.white .card {
	background: transparent;
	border-radius: 0;
	border: 2px solid #000000;
	margin-bottom: 1em
}

.arrow_box-white.red-bg {
	background: #e82629;
	color: #FFFFFF;
	border: 2px solid #e82629
}

.arrow_box-white.red-bg:before {
	content: url(../Image/arrow-red.png/index.html)
}

.arrow_box-white:hover {
	background: #e82629;
	color: #FFFFFF
}

.arrow_box-white:hover:before {
	background: #e82629;
	border: 2px solid #e82629
}

.arrow_box-white:hover:after {
	border: 2px solid #e82629
}

.arrow_box-white {
	position: relative;
	color: #000;
	height: 100%;
	overflow: hidden;
	background: #FFFFFF;
	cursor: pointer;
	transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s
}

.arrow_box-white:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 2px solid #000000;
	content: '';
	position: absolute;
	height: 50px;
	width: 50px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -25px;
	top: 50%;
	margin-top: -25px
}

.arrow_box-white:before {
	border: 2px solid #000000;
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
	width: 100%
}

.arrow_box-white .card {
	border-radius: 0;
	border: 0;
	height: 100%;
	background: transparent
}

.arrow_box-white .card .card-body {
	padding: 2.5em 4em 0 2.5em
}

.arrow_box-white .card .card-body h6 {
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 0.34px;
	margin-bottom: 2em;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif
}

.arrow_box-white .card .card-body h5.card-title {
	font-size: 2.5rem;
	letter-spacing: -0.92px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: 1em
}

.arrow_box-white .card-footer {
	padding: 0 2em 2.5em;
	background: transparent;
	border: 0;
	font-size: 22px;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif
}

.cta-bottom-image {
	background-size: cover;
	background-position: center center
}

.white-bg-caption {
	background-color: #FFFFFF;
	margin-top: -3em;
	padding: 3em 3em 0
}

.white-bg-caption h2 {
	font-size: 2.500em;
	margin-bottom: 0.7em;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif
}

.white-bg-caption p {
	font-size: 1em;
	line-height: 1.6;
	font-weight: 400;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	margin-bottom: 0
}

.white-bg-caption a {
	color: #FFFFFF;
	font-size: 20px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif
}

.white-bg-caption a:hover {
	color: #e82629
}

.parallax-career,
.parallax-about-people,
.parallax-about-career {
	min-height: 500px;
	background: transparent
}

.figure-kd {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.figure-kd .figure-img {
	margin: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s
}

.figure-kd:hover .figure-img {
	-webkit-transform: translate3d(0, -.05%, 0) scale3d(1.1, 1.1, 1) !important;
	transform: translate3d(0, -.05%, 0) scale3d(1.1, 1.1, 1) !important
}

.figure-kd .figure-caption {
	position: absolute;
	bottom: 20px;
	left: 20px
}

.figure-kd:hover .figure-caption {
	display: none
}

.figure-kd h2 {
	font-size: 1.800em;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	color: #FFFFFF
}

.figure-kd h4 {
	font-size: 0.800em;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 2.5em
}

.figure-kd p {
	font-size: 0.9em;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 2.5em
}

.figure-kd a {
	color: #FFFFFF
}

.figure-kd .base-caption {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -26em;
	background: #e82629;
	transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	-ms-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s
}

.figure-kd .base-caption:after {
	position: absolute;
	content: '';
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: -1.250em;
	border-color: transparent;
	border-bottom-color: #e82629;
	border-style: solid;
	border-width: 0 0 2.625em 2.625em;
	height: 0;
	width: 0
}

.figure-kd .left-caption {
	width: 24em;
	padding: 1.8em;
	opacity: 0
}

.figure-kd .left-caption:after {
	content: '';
	top: 50%;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg)
}

.figure-kd:hover .left-caption {
	left: 0;
	opacity: 1
}

.figure-kd .left-caption .content-cp {
	position: absolute;
	bottom: 5%;
	width: 20em
}

.figure-kd .bottom-caption {
	width: 100%;
	height: 8em;
	position: absolute;
	bottom: -10em;
	top: inherit;
	left: 0;
	right: 0;
	padding: 1em;
	opacity: 0
}

.figure-kd:hover .bottom-caption {
	bottom: 0;
	opacity: 1
}

.figure-kd .bottom-caption:after {
	content: '';
	top: -1.250em;
	-webkit-transform: rotate(226deg);
	transform: rotate(226deg);
	right: 0;
	left: 3em
}

.figure-kd .full-caption {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -100%;
	top: inherit;
	left: 0;
	right: 0;
	padding: 3em;
	opacity: 0
}

.figure-kd:hover .full-caption {
	bottom: 0;
	opacity: 1
}

.figure-kd .full-caption:after {
	content: '';
	display: none
}

.hm-navigation {
	background: #1a1a1b;
	width: 100%;
	color: #FFFFFF;
	padding: 0;
	overflow-x: hidden;
	position: fixed;
	height: 100%;
	z-index: 9999;
	top: 0;
	display: inline-block;
	right: 0;
	transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	-ms-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 700ms cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition: -webkit-transform 700ms cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition: transform 700ms cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition: transform 700ms cubic-bezier(0.86, 0.01, 0.77, 0.78), -webkit-transform 700ms cubic-bezier(0.86, 0.01, 0.77, 0.78);
	will-change: transform
}

.hm-navigation>div {
	min-height: 100%
}

.hm-navigation a {
	color: #FFFFFF
}

.hm-navigation .container-fluid>.row {
	margin-right: -30px;
	margin-left: -30px
}

.hm-navigation .leftpart {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #121212;
	width: 16em;
	height: auto !important
}

ul.nav-social-icon {
	margin: 3em 2em 0px;
	padding: 0
}

ul.nav-social-icon li {
	display: inline-block;
	list-style-type: none
}

ul.nav-social-icon li a {
	color: #ffffff;
	padding: 1em 0.5em
}

ul.nav-social-icon li a:hover {
	color: #e82629
}

ul.nav-social-icon-banner {
	margin: 0 1em 0 0
}

ul.nav-social-icon-banner li {
	display: block;
	list-style-type: none;
	padding: 5px 0
}

ul.nav-social-icon-banner li a {
	color: #ffffff;
	padding: 1em 0.5em
}

ul.nav-social-icon-banner li a:hover {
	color: #e82629
}

.hm-navigation .nav-pills {
	padding: 0 0em;
	margin: 0 25px;
	width: 100%
}

.hm-navigation .nav-pills .nav-item {
	padding: 0.4em 0
}

.hm-navigation .nav-pills .nav-item a {
	font-weight: normal;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif
}

.hm-navigation .nav-pills .nav-link {
	background: transparent;
	border: 0;
	border-radius: 0;
	font-weight: normal;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	font-size: 1.1em
}

.hm-navigation .nav-pills .nav-link span {
	width: 5em;
	display: inline-block
}

.hm-navigation .nav-pills .nav-link.active,
.hm-navigation .nav-pills .show>.nav-link {
	color: #ec2227;
	background: transparent
}

.hm-navigation .tab-content {
	padding: 0em 3em 0em
}

.hm-navigation .tab-content hr {
	background: #FFFFFF;
	margin-top: 0.5em;
	margin-bottom: 0.5em
}

.hm-navigation .tab-content h3 {
	font-size: 1.4em
}

.hm-navigation .tab-content h4 {
	font-size: 1.2em
}

.hm-navigation .tab-content p {
	font-size: 0.9em;
	margin-bottom: 0.3em
}

.hm-navigation .tab-content .insights a {
	font-size: 0.9em
}

.hm-navigation .tab-content .about-nav a {
	font-size: 0.9em
}

.hm-navigation .tab-content .about-nav h3.caslon {
	font-family: 'Big Caslon';
	font-size: 1.2em
}

#pills-services .nav-pills {
	text-align: left;
	padding: 0
}

#pills-services .nav-pills .nav-item .nav-link {
	padding-left: 0
}

#pills-services .nav-pills .nav-item .nav-link i {
	float: right;
	margin-right: 1em
}

#pills-services .tab-content {
	padding: 0
}

#pills-services .tab-content .red-button {
	border-radius: 0;
	border: 2px solid #ec2227;
	color: #FFFFFF;
	padding: 0;
	line-height: 1
}

#pills-services .tab-content .red-button b {
	padding-top: 0.8em;
	display: inline-block;
	font-weight: normal;
	font-size: 1.2em
}

#pills-services .tab-content .red-button .btn-label {
	background: #ec2227;
	height: 100%;
	color: #1a1a1b;
	right: 0;
	float: right;
	padding: 0.3em 0.4em
}

#pills-services .tab-content .red-button .btn-label i {
	-webkit-transform: rotate(320deg);
	transform: rotate(320deg);
	font-size: 2.4em
}

#pills-services .image-caption .caption {
	bottom: 30px;
	background: transparent
}

#pills-services .image-caption .caption h3 {
	color: #FFFFFF
}

.hm-navigation header {
	padding: 30px 15px !important
}

.hm-navigation header .navbar-brand {
	z-index: 999999;
	padding-left: 30px
}

.btnbase {
	position: absolute;
	left: 0;
	top: 7px;
	z-index: 9999999
}

.btnbase .btn__toggle {
	position: relative;
	right: auto
}

.nav-bar-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 100px;
	position: relative;
	width: 100%
}

@media screen and (max-width: 1024px) {
	.nav-bar-flex {
		padding-left: 70px
	}
}

@media screen and (max-width: 767px) {
	.nav-bar-flex {
		padding-left: 60px
	}
}

.nav-bar-flex .btn-hire-us {
	margin-left: auto;
	white-space: nowrap;
	margin-bottom: 5px
}

@media screen and (max-width: 767px) {
	.nav-bar-flex .btn-hire-us {
		margin-right: 0
	}
}

.btn__toggle {
	font-size: 9px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	outline: none;
	background: transparent;
	color: #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 27px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	z-index: 99;
	-webkit-transition: background 0.6s ease, color 0.6s ease;
	transition: background 0.6s ease, color 0.6s ease;
	display: block
}

@media screen and (max-width: 767px) {
	.btn__toggle.open {
		margin-top: -9px
	}
}

.btn__toggle.open span:nth-child(1),
.btn__toggle.open span:nth-child(4) {
	opacity: 0
}

.btn__toggle span:nth-child(1) {
	top: 2px
}

@media screen and (min-width: 1025px) {
	.btn__toggle:hover span {
		background-color: #eb2127
	}
}

.btn__toggle.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 18px
}

.btn__toggle.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.btn__toggle span {
	display: block;
	height: 3px;
	width: 37px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: background-color .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	transition: background-color .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	transition: background-color .3s ease, opacity .3s ease, transform .3s ease;
	transition: background-color .3s ease, opacity .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.btn__toggle span:nth-child(4) {
	top: 25px
}

.btn__toggle span:nth-child(2) {
	top: 10px
}

.btn__toggle span:nth-child(3) {
	top: 18px
}

@media screen and (max-width: 767px) {
	.btn__toggle span {
		height: 1px
	}
}

.btn__toggle.open span:nth-child(1),
.btn__toggle.open span:nth-child(4) {
	opacity: 0
}

.btn__toggle span:nth-child(4) {
	top: 25px
}

button:focus {
	outline: none;
	border-radius: 0
}

.nav-o-open {
	position: sticky;
	margin-right: 25px;
	z-index: 999999
}

.new-font-space h3 small {
	font-size: 12px;
	display: block;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: 2.500em
}

.new-font-space h4 {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-size: 3.250em;
	line-height: 1.2;
	margin-bottom: 0
}

.new-font-space h5 {
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	line-height: 1;
	font-size: 1.750em;
	font-weight: 500;
	margin-top: 1em
}

.new-font-space h3 {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-size: 2.300em;
	line-height: 1.2;
	margin-bottom: 0
}

.new-font-space p {
	margin-top: 2.5em;
	margin-bottom: 1.3em;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	font-weight: 400;
	font-size: 0.875em;
	line-height: 1.4
}

.new-font-space p+p {
	margin-top: 0
}

.new-font-space a {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-size: 20px
}

.new-font-space a:hover {
	color: #e82629
}

.full-banner header {
	background: transparent
}

.btn-white {
	background: #FFFFFF
}

.discription-wrap {
	padding: 2em
}

.discription-wrap h2 {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-size: 27px;
	letter-spacing: -0.54px
}

.allidea i {
	font-size: 0.9em
}

.desktop {
	display: block
}

.mobile {
	display: none
}

.bannertitel {
	position: relative;
	z-index: 9
}

.darkbanner:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.68);
	opacity: 0.9
}

.lefting-wrap figure {
	color: #46b472;
	font-weight: bold;
	font-size: 20px
}

.timeline-space h3 {
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	font-weight: bold;
	font-size: 34px;
	margin-bottom: 0
}

.timeline-space p {
	font-size: 12px
}

.kobe-design figure {
	color: #f89521;
	font-weight: bold;
	font-size: 20px
}

.kobe-media figure {
	color: #51AADE;
	font-weight: bold;
	font-size: 20px
}

.services .form-control {
	padding: 0px
}

.awarness {
	margin-bottom: 2em
}

.awarnessbx h4 {
	font-size: 36px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: .6rem
}

.awarnessbx hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 1px solid #fff
}

.awarnessbx .shapblue {
	border-right: 75px solid rgba(0, 0, 0, 0);
	border-top: 75px solid #41c1cc;
	display: block;
	width: 0px
}

.awarnessbx .magenta {
	border-right: 75px solid rgba(0, 0, 0, 0);
	border-top: 75px solid #4c52a0;
	display: block;
	width: 0px
}

.awarnessbx .yellow {
	border-right: 75px solid rgba(0, 0, 0, 0);
	border-top: 75px solid #f4e400;
	display: block;
	width: 0px
}

.awarnessbx .green {
	border-right: 75px solid rgba(0, 0, 0, 0);
	border-top: 75px solid #8cbb3f;
	display: block;
	width: 0px
}

.a-dark {
	background: #414141;
	color: #fff;
	padding: 1.8em;
	border-left: 1px solid #fff;
	margin-top: 2em
}

.a-dark h4 {
	font-size: 24px;
	font-weight: bold;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif
}

.a-dark ul {
	padding: 0em 1em
}

.a-dark ul li {
	line-height: 2;
	font-size: 1.094em
}

.shapblue-text {
	color: #41c1cc
}

.magenta-text {
	color: #4c52a0
}

.yellow-text {
	color: #F4E400
}

.green-text {
	color: #8cbb3f
}

.horizontalline {
	border-top: 1px solid #fff;
	position: relative
}

.horizontalline:before {
	content: "|";
	position: absolute;
	left: -2px;
	bottom: -11px
}

.stages h5 {
	font-size: 1.500em;
	font-weight: bold;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif
}


.client-section{
	background-color: #ff6600;
}

.client-section h1{
	text-align: center;
	color: #fff;
	font-weight: 500;
}

.client-section img{
	width: 17%;
}



@media only screen and (min-width: 1920px) {
	.arrow_box-white:before {
		right: 0px
	}

	.services .services-description .content {
		padding: 0em 10em
	}

	#timeline .timeline-badge {
		margin-left: -5px
	}
}

@media only screen and (max-width: 1280px) {
	.setbg {
		background-size: cover;
		background-position: center center !important
	}
}

@media only screen and (max-width: 1024px) {
	.recent-news h3 {
		padding: 0;
		font-size: 32px
	}

	.hm-navigation .leftpart {
		width: 14em
	}

	.blue-arrow .right .arrow {
		left: -25px
	}

	.services .left .arrow {
		right: -25px
	}

	.services .setbg {
		width: 100%;
		position: relative;
		min-height: auto
	}

	html,
	body {
		font-size: 14px
	}

	.inner-page-hero.setbg,
	.inner-page-image.setbg {
		background-position: center center
	}

	.white-bg-caption p {
		font-size: 1em;
		font-weight: 500
	}

	.testimonials-big p {
		font-size: 1em;
		font-weight: 500
	}

	.testimonials-big p+p {
		font-size: 1em;
		font-weight: 500
	}

	.benefits-big p,
	.benefits-big .box .card-body p {
		font-size: 1em;
		font-weight: 500
	}

	.state_of_marketing p {
		font-size: 1em;
		font-weight: 500
	}

	.recent-news .recent-news-box .recent-news-details p,
	.recent-news .recent-news-box .recent-news-details .title {
		font-size: 1em;
		font-weight: 500
	}

	.recent-news-comments .comment-box .comment p,
	.recent-news-comments .comment-box .by,
	.recent-news-comments .comment-box .time {
		font-size: 1em;
		font-weight: 500
	}

	.recent-news-comments .title {
		font-size: 1em;
		font-weight: 500
	}

	.recent-news-hero .recent-news-box .recent-news-details .title,
	.box .card-body p {
		font-size: 1em;
		font-weight: 500
	}

	.services .services-description .content {
		padding: 2em
	}

	.ideas,
	.intro {
		padding: 6em !important
	}

	.logo-box .card.card-one-bg,
	.logo-box .card.card-two-bg,
	.logo-box .card.card-three-bg {
		min-height: auto
	}

	.benefits-big .box .card-body {
		min-height: auto
	}

	.arrow_box-white {
		margin-bottom: 1.3em
	}

	.discription-wrap {
		padding: 3em
	}

	.recent-news h4 {
		font-size: 3.5em;
		font-weight: 300
	}

	.client-engagement .container-xl {
		padding: 0
	}

	.client-engagement .discription-wrap {
		padding: 10em;
		background: #000;
		color: #fff
	}

	.client-engagement h2 {
		font-size: 23px
	}

	.circlebx {
		padding: 0 0 6em
	}
}

@media only screen and (max-width: 920px) {
	.services .setbg {
		width: 100%;
		position: relative;
		min-height: auto
	}
}

@media only screen and (max-width: 991px) {
	.client-engagement {
		background: #000 !important
	}

	.client-engagement .discription-wrap {
		background: #000;
		color: #fff;
		padding: 10em
	}

	.recent-news h4 {
		font-size: 1.5em
	}

	.state_of_marketing p {
		font-size: 0.9em
	}
}

@media only screen and (max-width: 600px) {
	.client-engagement .discription-wrap {
		padding: 8em
	}
}

@media only screen and (max-width: 768px) {
	.hm-navigation .leftpart {
		width: 14em
	}

	.nav-link {
		display: block;
		padding: .5rem 0rem;
		width: 100%
	}

	body {
		font-size: 10px
	}

	.intro {
		padding: 6em !important
	}

	.arrow_box-white {
		margin-bottom: 1.3em
	}

	.recent-news h3 {
		padding: 20px 0;
		font-size: 21px
	}

	.arrow_box-white .card .card-body h5.card-title {
		font-size: 1.5em
	}

	.arrow_box-white .card .card-body {
		padding: 1em
	}

	.arrow_box-white .card-footer {
		padding: 1em
	}

	.benefits-big .box h5.card-title {
		font-size: 1.5em
	}

	.recent-news-images img {
		width: auto;
		margin-right: 0.5em;
		height: 400px
	}

	.logo-box .card .card-body {
		padding: 4.5em 3em 0
	}

	.logo-box .card-footer {
		padding: 0 3em 4.5em 3em
	}

	.logo-box .card.card-one-bg {
		min-height: auto
	}

	.logo-box .card.card-two-bg {
		min-height: auto
	}

	.logo-box .card.card-three-bg {
		min-height: auto
	}

	.benefits-big .box .card-body {
		min-height: auto
	}

	.new-font-space h3 {
		font-size: 1.3em
	}

	.services .services-description .content {
		padding: 1em 2em
	}

	.new-font-space p {
		line-height: 1.3
	}

	.ideas h3 {
		font-size: 1.5em !important
	}

	.ideas p {
		font-size: 14px;
		line-height: 19px
	}

	.ideas a {
		font-size: 0.8em
	}

	.ideas .container,
	.intro .container,
	.client-engagement .container {
		padding-bottom: 2.5em;
		padding-top: 2.5em
	}

	.services .services-description .content {
		padding: 2em
	}

	#pills-services .tab-content .red-button b {
		font-size: 0.813em
	}

	.service-tab {
		min-height: 10px
	}

	.recent-news h4 {
		font-size: 2.5em
	}

	.services .setbg {
		width: 100%;
		position: relative;
		min-height: auto
	}
}

@media only screen and (max-width: 767px) {
	.Kobe-main-wrap .caption h3 {
		font-size: 2em
	}

	.hm-navigation .nav-pills {
		margin: 0 0px 0 0;
		text-align: center
	}

	ul.nav-social-icon {
		margin: 0em 2.2em 24px;
		padding: 0;
		text-align: center
	}

	.circle_tab_content {
		display: none;
		max-width: 400px;
		margin: 0 auto;
		text-align: left
	}

	.circle_tab_content ul {
		text-align: left
	}

	.recent-news .recent-news-box,
	.state_of_marketing {
		margin: 0px 0px 15px
	}

	.circle_tab {
		text-align: center
	}

	.figure-kd .bottom-caption {
		height: auto
	}

	.card-footer span {
		min-width: 80%;
		display: inline-block
	}

	.parallax-career,
	.parallax-about-people,
	.parallax-about-career {
		min-height: 300px
	}

	.recent-news h3 {
		padding: 0 0;
		font-size: 21px
	}

	html,
	body {
		font-size: 12px
	}

	.recent-news .recent-news-box .recent-news-details {
		position: relative;
		margin-bottom: 15px
	}

	.recent-news .recent-news-box .recent-news-details h4 {
		font-size: 2em
	}

	.hm-navigation .leftpart {
		display: none
	}

	.recent-news-content .download {
		font-size: 1.2em
	}

	.recent-news-content .time {
		font-size: 1.2em
	}

	.blog-silder img {
		height: auto
	}

	header .navbar-nav {
		padding-left: 0;
		text-align: center
	}

	header .btn {
		font-size: 1em;
		width: 100%
	}

	.navbar-toggler {
		background-color: #ffffff
	}

	.nav-link {
		padding: 1.2rem 1rem
	}

	header {
		padding: 15px 0
	}

	header .navbar-expand-md .navbar-nav .nav-link {
		font-size: 1.2em
	}

	.logo-box .card.card-one-bg {
		min-height: auto
	}

	.logo-box .card.card-two-bg {
		min-height: auto
	}

	.logo-box .card.card-three-bg {
		min-height: auto
	}

	.benefits-big .box .card-body {
		min-height: auto
	}

	.recent-news-content .social li a {
		color: #000;
		display: inline-block;
		float: left;
		padding: 0em 0.938em 0em 0;
		font-size: 1.5em
	}

	.recent-news-hero .recent-news-box .recent-news-details {
		padding: 4.500em 0.563em
	}

	.white-bg-caption {
		width: 85%;
		margin: -6em auto 0
	}

	.testimonials-big h4 {
		margin-top: 1em
	}

	.testimonials blockquote {
		margin-top: 0
	}

	.white-bg-caption p,
	.testimonials-big p+p,
	.testimonials-big p,
	.benefits-big p,
	.benefits-big .box .card-body p,
	.state_of_marketing p,
	.recent-news .recent-news-box .recent-news-details p,
	.recent-news .recent-news-box .recent-news-details .title,
	.recent-news-comments .comment-box .comment p,
	.recent-news-comments .comment-box .by,
	.recent-news-comments .comment-box .time,
	.recent-news-comments .title,
	.recent-news-hero .recent-news-box .recent-news-details .title,
	.logo-box .card p {
		font-size: 1.4em
	}

	.ideas h3,
	.ideas.performance-marketing h3 {
		font-size: 2em
	}

	.ideas,
	.intro {
		padding: 2em 0.8em !important
	}

	.intro p {
		font-size: 2em
	}

	.recent-news h3 {
		padding: 40px 0
	}

	.client-engagement .container {
		padding: 0px
	}

	.recent-news .recent-news-box,
	.state_of_marketing {
		height: auto
	}

	.inner-page-hero-revers {
		min-height: 500px
	}

	.navbar-sm-kb {
		margin-left: 40px
	}

	.hm-navigation header {
		padding: 15px !important
	}

	.mobile {
		display: block
	}

	.desktop {
		display: none
	}
}

@media only screen and (max-width: 640px) {
	body {
		font-size: 12px
	}

	.Kobe-main-wrap .caption {
		top: 50px
	}

	.service-tab {
		min-height: 10px
	}

	.client-engagement .discription-wrap {
		padding: 3em 20px !important
	}
}

@media only screen and (max-width: 500px) {
	.client-engagement .discription-wrap {
		padding: 5em
	}
}

@media only screen and (max-width: 480px) {
	.mbtext {
		text-align: center
	}
}

@media only screen and (max-width: 380px) {
	.client-engagement h2 {
		font-size: 18px
	}

	.client-engagement .discription-wrap {
		padding: 3.2em
	}

	.client-engagement .fp-tableCell {
		display: block
	}
}

@media only screen and (max-width: 320px) {
	.inner-page-hero-revers h2 {
		font-size: 1.75em
	}
}

.type-page[class*='post'] {
	padding-right: 17px;
	padding-left: 17px;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px
}

.type-page[class*='post'] h1,
.type-page[class*='post'] h2,
.type-page[class*='post'] h3,
.type-page[class*='post'] h4,
.type-page[class*='post'] h5,
.type-page[class*='post'] h6 {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-top: 0;
	margin-bottom: 1.2em
}

.type-page[class*='post'] h4 {
	font-size: 2.5rem;
	margin-bottom: 1.2em
}

.type-page[class*='post'] h5 {
	font-size: 1.375rem;
	margin-bottom: 1em;
	color: #313132
}

.type-page[class*='post'] b,
.type-page[class*='post'] strong {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-weight: normal
}

.type-page[class*='post'] a {
	color: #eb2127 !important;
	text-decoration: underline
}

.type-page[class*='post'] a:hover {
	text-decoration: none
}

.type-page[class*='post'] .head-alt,
.type-page[class*='post'] blockquote,
.type-page[class*='post'] .wp-block-quote {
	font-family: "Big Caslon", sans-serif;
	font-size: 2.75rem;
	letter-spacing: -.35px;
	color: #464547;
	font-weight: 600;
	margin-bottom: .8em
}

.type-page[class*='post'] .head-alt p,
.type-page[class*='post'] blockquote p,
.type-page[class*='post'] .wp-block-quote p {
	font-size: inherit;
	color: inherit;
	line-height: inherit
}

.type-page[class*='post'] p {
	color: #313132;
	line-height: 1.3;
	font-size: 14px
}

.type-page[class*='post'] p:first-of-type {
	margin-top: 0
}

.type-page[class*='post'] p:empty {
	display: none
}

.type-page[class*='post'] p:empty+h3,
.type-page[class*='post'] p:empty+h4,
.type-page[class*='post'] p:empty+h5,
.type-page[class*='post'] p:empty+h6 {
	margin-top: 0
}

.type-page[class*='post'] p+h3,
.type-page[class*='post'] p+h4,
.type-page[class*='post'] p+h5,
.type-page[class*='post'] p+h6 {
	margin-top: 25px
}

.type-page[class*='post'] p+p>img {
	margin-top: 25px
}

.type-page[class*='post'] .has-small-font-size {
	font-size: 13px
}

@media screen and (max-width: 767px) {
	.type-page[class*='post'] .has-small-font-size {
		font-size: 11px
	}
}

.type-page[class*='post'] .has-normal-font-size {
	font-size: 16px
}

@media screen and (max-width: 767px) {
	.type-page[class*='post'] .has-normal-font-size {
		font-size: 14px
	}
}

.type-page[class*='post'] .has-medium-font-size {
	font-size: 20px
}

@media screen and (max-width: 767px) {
	.type-page[class*='post'] .has-medium-font-size {
		font-size: 18px
	}
}

.type-page[class*='post'] .has-large-font-size {
	font-size: 36px
}

@media screen and (max-width: 767px) {
	.type-page[class*='post'] .has-large-font-size {
		font-size: 28px
	}
}

.type-page[class*='post'] .has-huge-font-size {
	font-size: 42px
}

@media screen and (max-width: 767px) {
	.type-page[class*='post'] .has-huge-font-size {
		font-size: 33px
	}
}

.type-page[class*='post'] hr {
	border-top-color: #8f98a1;
	margin-top: 2rem;
	margin-bottom: 2rem
}

.type-page[class*='post'] .wp-block-separator {
	max-width: 100px;
	border: none;
	border-bottom: 2px solid #8f98a1 !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	margin-bottom: 2rem
}

.type-page[class*='post'] .wp-block-separator.is-style-wide {
	border-bottom-width: 1px !important;
	max-width: 100%
}

.type-page[class*='post'] .wp-block-separator.is-style-dots {
	border: 0 !important
}

.type-page[class*='post'] .wp-block-separator.is-style-dots:before {
	padding-left: 0;
	color: #8f98a1
}

.type-page[class*='post'] table {
	border-collapse: collapse
}

.type-page[class*='post'] table th,
.type-page[class*='post'] table td {
	padding: 7px 10px;
	border: 1px solid #1a1a1a
}

.type-page[class*='post'] ul {
	margin-left: 0
}

.type-page[class*='post'] .glance-list {
	padding: 30px 50px;
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	background-color: #f2f2f2;
	margin-top: 5rem;
	margin-bottom: 2rem
}

.type-page[class*='post'] .glance-list ul {
	list-style-position: inside;
	padding: 0;
	margin: 0
}

.type-page[class*='post'] .glance-list ul li {
	font-size: 12px;
	line-height: 1.4
}

.type-page[class*='post'] .glance-list ul li:not(:last-child) {
	margin-bottom: 1.75rem
}

.type-page[class*='post'] .social {
	padding-top: 23px
}

.type-page[class*='post'] .social ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.type-page[class*='post'] .social li {
	margin: 0;
	padding: 0;
	list-style: none
}

.type-page[class*='post'] .social li a {
	color: #000 !important;
	display: inline-block;
	padding-bottom: 8px
}

.type-page[class*='post'] .social li a:hover {
	color: #eb2127 !important
}

.page .type-page[class*='post'] {
	max-width: 1080px
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85)
	}
}

.preloader-main {
	position: fixed;
	background-color: #000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999999;
	display: none;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

@media screen and (min-width: 768px) {
	.preloader-main {
		display: none !important
	}
}

.preloader-main.is-hide {
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
	pointer-events: none;
	opacity: 0;
	visibility: hidden
}

.preloader-main .k-ico {
	position: absolute;
	width: 120px;
	height: 120px;
	left: 50%;
	top: 50%;
	margin: -60px 0 0 -60px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-animation: pulse 1.5s infinite;
	animation: pulse 1.5s infinite;
	-webkit-filter: drop-shadow(0px 0px 18px rgba(255, 0, 0, 0.7));
	filter: drop-shadow(0px 0px 18px rgba(255, 0, 0, 0.7))
}

@media screen and (max-width: 767px) {
	[data-preload="true"] {
		pointer-events: none;
		overflow: hidden !important
	}

	[data-preload="true"] body {
		pointer-events: none;
		overflow: hidden !important
	}

	[data-preload="true"] .hero-banner,
	[data-preload="true"] .main-wrap {
		display: none
	}
}

.menu-opened #fp-nav {
	display: none !important
}

body.home {
	-ms-scrollbar-base-color: rgba(0, 0, 0, 0);
	scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0);
	scrollbar-width: thin
}

body.home::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
	width: 0
}

body.home::-webkit-scrollbar {
	width: 0;
	background-color: rgba(0, 0, 0, 0)
}

body.home::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0)
}

body.home .preloader-main {
	display: block
}

body.home #fp-nav.fp-left {
	left: 4vw;
	top: auto;
	bottom: 2vw;
	-webkit-transform: none;
	transform: none;
	margin-left: 3px
}

@media screen and (max-height: 900px) {
	body.home #fp-nav.fp-left {
		bottom: 60px
	}
}

@media screen and (max-width: 767px) {
	body.home #fp-nav.fp-left {
		left: 17px !important;
		top: auto;
		bottom: 10px
	}
}

.hero-unpin body.home #fp-nav.fp-left {
	right: 60px;
	left: auto !important;
	top: 50%;
	bottom: auto;
	margin-left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media screen and (max-width: 767px) {
	.hero-unpin body.home #fp-nav.fp-left {
		right: 10px
	}
}

.hero-unpin body.home #fp-nav ul li {
	height: 14px !important;
	width: 14px !important;
	margin: 5px 0 !important
}

.hero-unpin body.home #fp-nav ul li:nth-child(3) {
	height: 14px !important
}

.hero-unpin body.home #fp-nav ul li:nth-child(3)~li {
	display: block
}

.hero-unpin body.home #fp-nav ul li:last-child {
	display: none !important
}

.hero-unpin body.home #fp-nav ul li:hover a span {
	background-color: #fff;
	width: 10px !important;
	height: 10px !important;
	margin: -5px 0px 0px -5px !important
}

.hero-unpin body.home #fp-nav ul li a {
	max-height: inherit;
	min-width: inherit
}

.hero-unpin body.home #fp-nav ul li a span {
	border-radius: 100% !important;
	width: 4px !important;
	height: 4px !important;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #fff
}

.hero-unpin body.home #fp-nav ul li a.active span {
	background-color: #fff;
	height: 12px !important;
	width: 12px !important;
	margin: -6px 0 0 -6px !important
}

body.home #fp-nav ul li {
	display: block;
	margin: 8px 0 !important;
	position: relative;
	height: 30px !important;
	width: 4px !important
}

body.home #fp-nav ul li:nth-child(3) {
	height: 90px !important
}

body.home #fp-nav ul li:nth-child(3)~li {
	display: none
}

body.home #fp-nav ul li:hover a span {
	background-color: #eb2127
}

body.home #fp-nav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	cursor: pointer;
	text-decoration: none;
	height: inherit;
	width: inherit;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

body.home #fp-nav ul li a.active span {
	background-color: #eb2127
}

body.home #fp-nav ul li a span {
	position: absolute;
	z-index: 1;
	width: 100% !important;
	height: 100% !important;
	left: 0;
	top: 0;
	border-radius: 0 !important;
	border: 0;
	background-color: #EFEFEF;
	margin: 0 !important;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

.select2-container .select-decor.select2-selection {
	background: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 0 5px !important;
	border-bottom: 2px solid #fff !important;
	height: auto;
	min-height: 35px
}

.select2-container .select-decor .select2-search--inline {
	display: none
}

.select2-container .select-decor .select2-selection__rendered {
	padding: 0 !important;
	color: #fff !important;
	background: none;
	border: 0;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.31px;
	margin: 0
}

@media screen and (max-width: 980px) {
	.select2-container .select-decor .select2-selection__rendered {
		font-size: 16px
	}
}

.select2-container .select-decor .select2-selection__arrow {
	display: none
}

.select2-container .select-decor.select2-selection--multiple {
	min-height: 41px
}

.select2-container .select-decor.select2-selection--multiple .select2-selection__choice {
	background-color: #eb2127 !important;
	letter-spacing: 0.23px;
	font-size: 9px;
	text-transform: uppercase;
	color: #fff !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 8px 12px;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 40%
}

.select2-container .select-decor.select2-selection--multiple .select2-selection__choice:first-child {
	margin-left: 0
}

.select2-container .select-decor.select2-selection--multiple .select2-selection__choice:last-child {
	margin-right: 0
}

.select2-container .select-decor.select2-selection--multiple .select2-selection__rendered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.select2-container .select-decor.select2-selection--multiple .select2-selection__choice__remove {
	border: 0 !important;
	color: #fff !important;
	position: absolute;
	font-size: 11px;
	right: 2px;
	top: -2px;
	background: none !important;
	font-weight: normal;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif
}

.select2-container .select-decor.select2-dropdown {
	border-radius: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important
}

.select2-container .select-decor .select2-search--dropdown {
	display: none
}

.select2-container .select-decor .select2-results__option {
	background-color: #eb2127 !important;
	color: #fff !important;
	padding: 7px 10px !important;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.31px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.select2-container .select-decor .select2-results__option:hover,
.select2-container .select-decor .select2-results__option--selected {
	background-color: #5c0b0e !important;
	border-color: #1a1a1a
}

.select2-container .select-decor .select2-results {
	max-width: 250px;
	min-width: 230px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 19px !important
}

.select2-container .select-decor .select2-results:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13px 15px 13px;
	border-color: transparent transparent #eb2127 transparent;
	position: absolute;
	top: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.select2-container .select-decor [aria-multiselectable='true'] .select2-results__option:before {
	content: '+ '
}

.select2-container .select-custom.select2-selection {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0;
	height: 40px
}

.select2-container .select-custom .select2-selection__rendered {
	line-height: 40px;
	padding-right: 40px
}

.select2-container .select-custom .select2-selection__arrow {
	height: 100%;
	width: 37px
}

.select2-container .select-custom .select2-selection__arrow b {
	width: 12px;
	height: 12px;
	border: 0 !important;
	border-top: 2px solid #eb2127 !important;
	border-right: 2px solid #eb2127 !important;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: 0;
	top: 11px;
	left: 11px
}

.select2-container .select-custom.select2-dropdown {
	border-color: #000;
	border-radius: 0
}

.select2-container .select-custom .select2-results__option {
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.select2-container .select-custom .select2-results__option--highlighted {
	background-color: #eb2127 !important;
	color: #fff
}

.select2-container .select-custom .select2-results__option--disabled {
	color: #999 !important;
	background-color: #fff !important
}

body>.select2-container--open {
	z-index: 999999999
}

.form-range .irs-from,
.form-range .irs-to,
.form-range .irs-min,
.form-range .irs-max {
	display: none
}

.form-range .irs-handle {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #929292;
	top: 20px
}

.form-range .irs-handle i {
	display: none;
	visibility: hidden
}

.form-range .irs-handle:before {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: #eb2127;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.form-range .irs-line {
	height: 14px;
	background-color: #fff;
	border-radius: 7px
}

.form-range .irs-bar {
	height: 14px;
	background-color: #a5a5a5;
	border-radius: 7px 0 0 7px
}

.form-range .irs-single {
	background-color: #eb2127;
	color: #fff;
	border-radius: 0;
	min-width: 101px;
	padding: 7px 15px;
	letter-spacing: 0.25px;
	font-size: 10px;
	text-transform: uppercase;
	top: -23px;
	cursor: pointer
}

.form-range .irs-single:before {
	border: 11px solid transparent;
	border-top-color: #eb2127;
	bottom: -22px;
	margin-left: -10px
}

.form-range .irs-single[data-value]:after {
	content: attr(data-value);
	width: 100%;
	height: 100%;
	background-color: #eb2127;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.kobe-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0 30px
}

.kobe-pagination .page-numbers {
	color: #000;
	margin: 0 20px
}

.kobe-pagination .next .page-numbers {
	color: #000;
	text-decoration: none
}

.kobe-pagination .pre .page-numbers {
	color: #000;
	text-decoration: none
}

.kobe-pagination a {
	text-decoration: underline
}

.kobe-pagination a:hover {
	text-decoration: none
}

.kobe-pagination .next,
.kobe-pagination .pre {
	text-decoration: none
}

.progress-bar-wrap {
	left: 0;
	top: 86px;
	z-index: 9;
	width: 100%
}

@media screen and (max-width: 1024px) {
	.progress-bar-wrap {
		top: 85px
	}
}

@media screen and (max-width: 767px) {
	.progress-bar-wrap {
		top: 73px
	}
}

.progress-bar-wrap.sticky-top {
	position: fixed;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.progress-bar-wrap.sticky-top.visible {
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.admin-bar .progress-bar-wrap {
	top: 119px
}

.progress-bar-inner {
	vertical-align: top;
	width: 100%;
	height: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	color: red
}

.progress-bar-inner.sticky {
	position: fixed
}

progress::-webkit-progress-bar {
	background-color: transparent
}

progress::-webkit-progress-value {
	background-color: #eb2127
}

progress::-moz-progress-bar {
	background-color: #eb2127
}

.progress-container {
	width: 100%;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	height: .25em;
	display: block
}

.progress-bar {
	background-color: #eb2127;
	width: 50%;
	display: block;
	height: inherit
}

.main-header {
	background-color: #1A1A1B;
	padding: 23px 0;
	color: #fff;
	z-index: 99;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

@media screen and (max-width: 767px) {
	.main-header {
		padding: 17px 0
	}
}

.main-header.fixed-header {
	position: fixed;
	background-color: #1a1a1a;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: none;
	transition: none
}

.main-header.fixed-header.full-header {
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.main-header .container {
	max-width: none
}

/*.main-header.normal-header {*/
/*	-webkit-transform: translateY(-100%) !important;*/
/*	transform: translateY(-100%) !important;*/
/*	-webkit-transition: .3s ease !important;*/
/*	transition: .3s ease !important*/
/*}*/

.main-header.normal-header:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

/*.main-header.normal-header:hover {*/
/*	-webkit-transform: translateY(0) !important;*/
/*	transform: translateY(0) !important*/
/*}*/

.fp-viewing-0 .main-header.normal-header {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important
}

.fp-viewing-0 .main-header.normal-header:after {
	display: none
}

.menu-opened .main-header.normal-header {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important
}

.menu-opened .main-header.normal-header:after {
	display: none
}

.main-header ul li a {
	color: #fff
}

.main-header .navbar-expand-md .navbar-nav .nav-item {
	position: relative
}

@media screen and (min-width: 768px) {
	.main-header .navbar-expand-md .navbar-nav .nav-item.home-mobile {
		display: none
	}
}

@media screen and (min-width: 768px) {
	.main-header .navbar-expand-md .navbar-nav .nav-item:hover .sub-menu {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		visibility: visible
	}
}

@media screen and (min-width: 768px) {
	.main-header .navbar-expand-md .navbar-nav .nav-item:hover .menu-icon {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 15px
	}
}

@media screen and (min-width: 768px) {
	.main-header .navbar-expand-md .navbar-nav .nav-item.menu-item-has-children:before {
		content: '';
		display: block;
		width: 100%;
		height: 55px;
		left: 0;
		top: calc(100% - 10px);
		position: absolute;
		z-index: 1
	}
}

.main-header .navbar-expand-md .navbar-nav .nav-item .menu-icon {
	position: absolute;
	cursor: pointer;
	right: 15px;
	top: 12px;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-top: 2px solid #eb2127;
	border-right: 2px solid #eb2127
}

@media screen and (min-width: 768px) {
	.main-header .navbar-expand-md .navbar-nav .nav-item .menu-icon {
		display: none
	}
}

@media screen and (max-width: 767px) {
	.main-header .navbar-expand-md .navbar-nav .nav-item .menu-icon {
		right: -5px;
		top: 4px;
		width: 15px;
		height: 15px
	}
}

.main-header .navbar-expand-md .navbar-nav .nav-link {
	padding-right: 2rem;
	padding-left: .5rem;
	font-size: 0.750em;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif
}

.main-header .navbar-expand-md .navbar-nav .sub-menu {
	padding: 0;
	margin: 0;
	list-style: none
}

@media screen and (min-width: 768px) {
	.main-header .navbar-expand-md .navbar-nav .sub-menu {
		position: absolute;
		padding-top: 3px;
		width: 100%;
		min-width: 230px;
		top: calc(100% + 39px);
		left: -10px;
		background-color: #1a1a1a;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
		opacity: 0;
		visibility: hidden;
		z-index: 10;
		-webkit-transition: .3s ease;
		transition: .3s ease
	}
}

@media screen and (max-width: 767px) {
	.main-header .navbar-expand-md .navbar-nav .sub-menu {
		display: none
	}
}

@media screen and (min-width: 768px) {
	.main-header .navbar-expand-md .navbar-nav .sub-menu:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 14px 14px 14px;
		border-color: transparent transparent #1a1a1a transparent;
		left: 24px;
		top: -10px;
		position: absolute
	}
}

.main-header .navbar-expand-md .navbar-nav .sub-menu li {
	display: block
}

@media screen and (min-width: 768px) {
	.main-header .navbar-expand-md .navbar-nav .sub-menu li:not(:last-child) a {
		border-bottom: 1px solid #a0a0a0
	}

	.main-header .navbar-expand-md .navbar-nav .sub-menu li a {
		padding: 10px 15px
	}
}

.main-header .navbar-nav .nav-link:hover {
	color: #eb2127
}

.main-header .navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	background: 0
}

.main-header .navbar>.row {
	width: 100%
}

.main-header .btn {
	border-radius: 0;
	background: #fff;
	color: #000;
	border: 0;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-size: 0.750em;
	padding: .55rem .95rem
}

@media screen and (min-width: 1025px) {
	.main-header .btn {
		min-width: 132px
	}
}

@media screen and (max-width: 1024px) {
	.main-header .btn {
		padding: 7px 15px;
		width: auto
	}
}

@media screen and (max-width: 767px) {
	.main-header .btn {
		background: none !important;
		color: #fff !important;
		font-size: 11px;
		text-transform: uppercase
	}

	.main-header .btn:before {
		content: '+ ';
		vertical-align: text-bottom
	}
}

.main-header .btn:active {
	background-color: #fff
}

.main-header .btn:hover {
	background-color: #eb2127;
	color: #fff
}

.main-header .navbar-brand {
	padding: 0;
	width: 120px;
	height: 34px;
	min-width: 120px;
	margin-bottom: 5px
}

@media screen and (max-width: 767px) {
	.main-header .navbar-brand {
		min-width: 110px;
		max-width: 110px
	}
}

.main-header .navbar-brand .k-ico {
	fill: #eb2127;
	width: inherit;
	height: inherit;
	display: none;
	max-width: 100%
}

.main-header .navbar-brand .logo-main {
	display: block
}

@-webkit-keyframes move_header {
	from {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}

	to {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@keyframes move_header {
	from {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}

	to {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

.home-header {
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	background-color: transparent;
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-transition: none !important;
	transition: none !important
}

.home-header.fixed-header .header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (min-width: 768px) {
	.home-header .header-menu {
		display: none
	}
}

@media screen and (min-width: 1025px) {
	.home-header:not(.fixed-header):not(.menu-opened) .container {
		max-width: 95%
	}

	.home-header:not(.fixed-header):not(.menu-opened) .btn-hire-us {
		background-color: transparent !important;
		position: absolute;
		right: 0;
		top: 145px;
		padding: 0;
		border: 0;
		color: #fff !important;
		text-transform: uppercase;
		font-size: 11px;
		font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
		-webkit-transition: .3s ease color;
		transition: .3s ease color
	}

	.home-header:not(.fixed-header):not(.menu-opened) .btn-hire-us:before {
		content: '+ ';
		vertical-align: text-bottom
	}

	.home-header:not(.fixed-header):not(.menu-opened) .nav-bar-flex>.navbar-brand {
		width: 120px;
		height: 34px;
		position: absolute;
		left: 0;
		top: 145px
	}

	.home-header:not(.fixed-header):not(.menu-opened) .nav-bar-flex>.navbar-brand svg {
		width: inherit;
		height: inherit
	}
}

.home-header-menu {
	position: relative !important;
	background-color: transparent
}

.home-header-menu .navbar {
	background-color: transparent
}

.home-header-menu .btnbase {
	z-index: 999
}

.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99
}

body.admin-bar .main-header {
	top: 32px
}

html.overflow-hidden .main-wrap,
html.overflow-hidden .hero-banner {
	pointer-events: none;
	-ms-touch-action: none;
	touch-action: none
}

.mobile-menu {
	display: none !important
}

@media screen and (max-width: 767px) {
	.mobile-menu {
		position: fixed;
		left: 0;
		top: 73px;
		width: 100%;
		height: calc(100vh - 73px);
		background-color: #000;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		/*padding: 10vh 0 50px;*/
		padding: 15px;
		overflow: auto;
		z-index: 9999999;
		-webkit-transition: .42s ease;
		transition: .42s ease
	}

	.mobile-menu:not(.opened) {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}

	.admin-bar .mobile-menu {
		top: 120px;
		height: calc(100vh - 120px)
	}
}

@media screen and (max-width: 767px) {
	.mobile-menu .navbar-nav {
		padding: 0;
		margin: 0 !important
	}

	.mobile-menu .navbar-nav .nav-item {
		width: 100%
	}

	.mobile-menu .navbar-nav .nav-item:not(:last-child) {
		margin-bottom: 2vh
	}

	.mobile-menu .navbar-nav .nav-item.active>.nav-link,
	.mobile-menu .navbar-nav .nav-item.active>span>.nav-link {
		color: #eb2127 !important
	}

	.mobile-menu .navbar-nav .nav-item.active .menu-icon {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 13px
	}

	.mobile-menu .navbar-nav .nav-item.active .sub-menu {
		-webkit-animation: .2s linear forwards move_top;
		animation: .2s linear forwards move_top;
		display: block
	}

	.mobile-menu .navbar-nav .nav-item>span {
		position: relative;
		padding: 0 40px;
		display: inline-block;
		cursor: pointer
	}

	.mobile-menu .navbar-nav .nav-link {
		width: auto;
		margin: 0 auto;
		line-height: 1.2
	}

	.main-header .mobile-menu .navbar-nav .nav-link {
		font-size: 18px;
		padding: 0;
		letter-spacing: -0.32px
	}

	.main-header .mobile-menu .navbar-nav .nav-link:hover {
		color: #eb2127 !important
	}

	.main-header .mobile-menu .navbar-nav .nav-link:focus {
		color: #eb2127
	}

	.mobile-menu .navbar-nav .sub-menu {
		padding-top: 25px !important;
		padding-bottom: 10px !important
	}

	.mobile-menu .navbar-nav .sub-menu .nav-item:not(:last-child) {
		margin-bottom: 20px
	}

	.mobile-menu .navbar-nav .sub-menu .nav-link {
		font-size: 18px;
		letter-spacing: -0.09px
	}
}

.mobile-menu>div {
	width: 100%
}

@media screen and (min-width: 768px) {
	.mobile-social {
		display: none
	}
}

@media screen and (max-width: 767px) {
	.mobile-social {
		padding-top: 30px;
		font-size: 18px;
		margin-top: auto
	}

	.mobile-social ul {
		padding: 0;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		list-style: none
	}

	.mobile-social li {
		margin: 0 10px
	}
}

.mega-menu {
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	min-width: 100%;
	height: 100%;
	color: #fff;
	padding: 0;
	background-color: #1a1a1a;
	z-index: 9999999;
	-webkit-transition: .42s ease;
	transition: .42s ease
}

@media screen and (max-width: 1024px) {
	.mega-menu {
		overflow: auto
	}
}

@media screen and (max-width: 767px) {
	.mega-menu {
		display: none !important
	}
}

.mega-menu.opened {
	height: 100%
}

.mega-menu a {
	color: #fff
}

.mega-menu a.active,
.mega-menu a:hover {
	color: #eb2127
}

.mega-menu:not(.opened) {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.8);
	transform: scale(0.8)
}

.mega-menu__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 15px;
	top: auto;
	background: none
}

@media screen and (min-width: 1025px) {
	.mega-menu__head:before {
		content: '';
		display: block;
		position: absolute;
		top: 90px;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000
	}
}

@media screen and (max-width: 1279px) {
	.mega-menu__head:before {
		width: calc(100% - 6.77vw)
	}
}

.mega-menu__head .btnbase {
	position: relative;
	left: -8px;
	top: -5px
}

@media screen and (max-width: 1024px) {
	.mega-menu__head .btnbase {
		left: -25px
	}
}

.mega-menu__head .navbar-brand {
	margin: 0 0 0 10px
}

@media screen and (max-width: 1024px) {
	.mega-menu__head .navbar-brand {
		margin-left: 0
	}
}

.mega-menu__head .navbar-brand .k-ico {
	display: block !important;
	fill: #eb2127 !important
}

.mega-menu__head .btn-hire-us {
	position: absolute;
	z-index: 1;
	top: 25px;
	background-color: #fff;
	color: #1a1a1a;
	display: inline-block !important;
	right: 6.77vw
}

@media screen and (min-width: 1280px) {
	.mega-menu__head .btn-hire-us {
		right: 11.5vw
	}
}

.mega-menu__head .btn-hire-us:hover {
	background-color: #eb2127 !important;
	color: #fff
}

.mega-menu__head .btn__toggle.open {
	-webkit-transform: scale(0.5);
	transform: scale(0.5)
}

.mega-menu__head .btn__toggle span {
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease
}

.mega-menu__row {
	height: 100%
}

@media screen and (min-width: 1025px) {
	.mega-menu__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.mega-menu__side {
	padding: 20px 30px 30px
}

@media screen and (min-width: 1025px) {
	.mega-menu__side {
		-ms-flex-preferred-size: 262px;
		flex-basis: 262px;
		max-width: 262px;
		background-color: #121212
	}
}

@media screen and (max-width: 1024px) {
	.mega-menu__side {
		padding: 25px 20px
	}
}

.mega-menu__list {
	margin: 0;
	padding: 0;
	list-style: none
}

@media screen and (min-width: 1025px) {
	.mega-menu__list {
		padding-top: 8.75rem;
		padding-left: 40px;
		padding-right: 34px
	}
}

@media screen and (max-width: 1024px) {
	.mega-menu__list {
		padding-top: 70px
	}
}

.mega-menu__list .menu-item {
	margin-bottom: 25px
}

@media screen and (max-width: 1024px) {
	.mega-menu__list .menu-item {
		margin-bottom: 0
	}
}

.mega-menu__list .menu-item .nav-link {
	position: relative;
	font-size: 19px;
	padding-right: 25px;
	-webkit-transition: .3s color;
	transition: .3s color;
	outline: none
}

@media screen and (max-width: 1024px) {
	.mega-menu__list .menu-item .nav-link {
		padding: 20px 15px;
		border-bottom: 1px solid #7b7a7a
	}
}

.mega-menu__list .menu-item .nav-link:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 20px;
	-webkit-transition: .3s right;
	transition: .3s right
}

@media screen and (max-width: 1024px) {
	.mega-menu__list .menu-item .nav-link:before {
		right: 15px;
		top: 27px
	}
}

.mega-menu__list .menu-item .nav-link:hover {
	color: #eb2127 !important
}

@media screen and (min-width: 1025px) {
	.mega-menu__list .menu-item .nav-link:hover:before {
		right: -3px
	}
}

@media screen and (max-width: 1024px) {
	.mega-menu__list .menu-item .nav-link:hover:not(.active) {
		color: #fff !important
	}
}

.mega-menu__list .menu-item .nav-link.active {
	border-color: transparent
}

@media screen and (max-width: 1024px) {
	.mega-menu__list .menu-item .nav-link.active:before {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}
}

@media screen and (min-width: 1025px) {
	.mega-menu__content {
		-ms-flex-preferred-size: calc(100% - 262px);
		flex-basis: calc(100% - 262px);
		padding: 10rem 8.125rem 3rem 5rem;
		max-height: 100vh;
		overflow: auto
	}
}

.mega-menu__sub {
	-webkit-transition: .4s ease transform, .2s opacity;
	transition: .4s ease transform, .2s opacity;
	-ms-scrollbar-base-color: #121212;
	scrollbar-color: rgba(18, 18, 18, 0.5) #1a1a1a;
	scrollbar-width: thin
}

@media screen and (min-width: 1025px) {
	.mega-menu__sub {
		position: absolute;
		left: 262px;
		top: 0;
		height: 100%;
		width: calc(100% - 262px);
		padding: 140px 6.77vw 0 4.48vw
	}
}

@media screen and (max-height: 900px) {
	.mega-menu__sub {
		padding-top: 120px
	}
}

@-webkit-keyframes move_top {
	from {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes move_top {
	from {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.mega-menu__sub::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: #1a1a1a;
	width: 10px
}

.mega-menu__sub::-webkit-scrollbar {
	width: 10px;
	background-color: #1a1a1a
}

.mega-menu__sub::-webkit-scrollbar-thumb {
	background-color: rgba(18, 18, 18, 0.3)
}

@media screen and (max-width: 1024px) {
	.mega-menu__sub {
		padding: 25px 35px;
		margin-left: -20px;
		margin-right: -20px;
		background-color: #121212;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		-webkit-transition: none;
		transition: none
	}
}

@media screen and (min-width: 1025px) {
	.mega-menu__sub:not(.opened) {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		visibility: hidden;
		opacity: 0
	}
}

@media screen and (max-width: 1024px) {
	.mega-menu__sub:not(.opened) {
		display: none
	}
}

@media screen and (max-width: 1024px) {
	.mega-menu__sub.opened {
		-webkit-animation: .2s linear forwards move_top;
		animation: .2s linear forwards move_top
	}
}

@media screen and (min-width: 1280px) {
	.mega-menu__sub--in {
		max-width: calc(100% - 5vw)
	}
}

.mega-menu__scroll {
	max-height: 700px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 2rem;
	padding-right: 15px;
	-ms-scrollbar-base-color: #121212;
	scrollbar-color: rgba(18, 18, 18, 0.5) #1a1a1a;
	scrollbar-width: thin
}

.mega-menu__scroll::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: #1a1a1a;
	width: 10px
}

.mega-menu__scroll::-webkit-scrollbar {
	width: 10px;
	background-color: #1a1a1a
}

.mega-menu__scroll::-webkit-scrollbar-thumb {
	background-color: rgba(18, 18, 18, 0.2)
}

.mega-menu__title {
	letter-spacing: -.13px;
	font-size: 24px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-height: 900px) {
	.mega-menu__title {
		font-size: 20px;
		margin-bottom: 15px;
		padding-bottom: 12px
	}
}

@media screen and (max-width: 1024px) {
	.mega-menu__title {
		font-size: 18px;
		padding-bottom: 12px;
		margin-bottom: 15px
	}
}

.mega-menu__title h1,
.mega-menu__title h2,
.mega-menu__title h3,
.mega-menu__title h4,
.mega-menu__title h5,
.mega-menu__title h6 {
	font: inherit;
	margin: 0;
	display: inline-block
}

.mega-menu__title .more-link {
	color: #fff;
	font-size: 18px;
	letter-spacing: normal;
	margin-left: auto
}

@media screen and (max-height: 900px) {
	.mega-menu__title .more-link {
		font-size: 16px
	}
}

@media screen and (max-width: 1024px) {
	.mega-menu__title .more-link {
		font-size: 14px
	}
}

.mega-menu__subtitle {
	font-size: 16px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

@media screen and (max-width: 1024px) {
	.mega-menu__subtitle {
		font-size: 14px;
		margin-bottom: 15px
	}
}

.mega-menu__subtitle h1,
.mega-menu__subtitle h2,
.mega-menu__subtitle h3,
.mega-menu__subtitle h4,
.mega-menu__subtitle h5,
.mega-menu__subtitle h6 {
	font: inherit;
	margin: 0;
	display: inline-block
}

.mega-menu__subtitle .more-link {
	color: #fff;
	font-size: 22px;
	letter-spacing: normal;
	margin-left: auto;
	display: none
}

@media screen and (max-width: 1024px) {
	.mega-menu__subtitle .more-link {
		font-size: 14px
	}
}

.mega-menu__text {
	font-family: "Big Caslon", sans-serif;
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 1.5rem;
	color: #fff
}

@media screen and (max-height: 900px) {
	.mega-menu__text {
		font-size: 20px
	}
}

@media screen and (max-width: 1024px) {
	.mega-menu__text {
		font-size: 20px
	}
}

.mega-menu__cta2 {
	margin-bottom: 3rem
}

.mega-menu__cta2 a {
	color: #fff;
	font-size: 14px
}

@media screen and (max-height: 900px) {
	.mega-menu__cta2 {
		margin-bottom: 2rem
	}
}

@media screen and (min-width: 1025px) {
	.mega-menu__grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px
	}
}

.mega-menu__grid--item {
	margin-bottom: 27px
}

@media screen and (min-width: 1025px) {
	.mega-menu__grid--item {
		-ms-flex-preferred-size: calc(50% - 30px);
		flex-basis: calc(50% - 30px);
		margin-right: 15px;
		margin-left: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 0
	}

	.mega-menu__grid--item:not(:nth-child(1)):not(:nth-child(2)) {
		margin-top: 2rem
	}
}

.mega-menu__grid--item.type-1 {
	position: relative;
	text-align: left
}

.mega-menu__grid--item.type-1 .mega-menu__grid--title {
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	font-size: 16px
}

.mega-menu__grid--item.type-1 .mega-menu__grid--img {
	margin-bottom: 0 !important;
	position: relative
}

.mega-menu__grid--item.type-1 .mega-menu__grid--img:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #00000000;
    opacity: .3;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.mega-menu__grid--item.type-1 .mega-menu__grid--group {
	padding: 15px !important;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: left
}

.mega-menu__grid--item.type-1 .mega-menu__grid--cta {
	padding-top: 1px
}

.mega-menu__grid--item.type-2 .mega-menu__grid--title {
	margin-bottom: 10px !important
}

.mega-menu__grid--item.type-2 .mega-menu__grid--content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.mega-menu__grid--item.type-2 .mega-menu__grid--img {
	-ms-flex-preferred-size: 60% !important;
	flex-basis: 60% !important;
	margin-bottom: 0 !important;
	padding-right: 10px
}

.mega-menu__grid--item.type-2 .mega-menu__grid--img a:before {
	padding-top: 53.83% !important
}

.mega-menu__grid--item.type-2 .mega-menu__grid--group {
	text-align: left;
	-ms-flex-preferred-size: 40% !important;
	flex-basis: 40% !important;
	padding-left: 10px !important
}

.mega-menu__grid--item .main-cta {
	text-align: left;
	padding-top: 15px
}

.mega-menu__grid--item .main-cta a {
	font-size: 14px
}

.mega-menu__grid--content {
	position: relative
}

@media screen and (min-width: 1025px) {
	.mega-menu__grid--img {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 267px
	}
}

@media screen and (min-width: 1280px) {
	.mega-menu__grid--img {
		min-width: 185px
	}
}

@media screen and (max-width: 1024px) {
	.mega-menu__grid--img {
		margin-bottom: 20px
	}
}

.mega-menu__grid--img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.mega-menu__grid--img a {
	background-color: #121212;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block;
	overflow: hidden;
	position: relative;
	outline: none !important
}

.mega-menu__grid--img a:before {
	content: '';
	display: block;
	padding-top: 60.42%
}

@media screen and (max-height: 900px) {
	.mega-menu__grid--img a:before {
		padding-top: 55%
	}
}

@media screen and (min-width: 981px) {
	.mega-menu__grid--img a:hover img {
		-webkit-transform: scale3d(1.05, 1.05, 1);
		transform: scale3d(1.05, 1.05, 1)
	}
}

@media screen and (min-width: 981px) {
	.mega-menu__grid--group {
		padding-left: 2.3125rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 250px
	}
}

.mega-menu__grid--title {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 15px
}

@media screen and (max-height: 900px) {
	.mega-menu__grid--title {
		font-size: 15px;
		margin-bottom: 10px
	}
}

@media screen and (max-width: 1024px) {
	.mega-menu__grid--title {
		font-size: 16px
	}
}

.mega-menu__grid--text {
	line-height: 1.6;
	font-size: 14px;
	color: #fff
}

@media screen and (min-width: 1025px) {
	.mega-menu__grid--text {
		max-width: 320px
	}
}

.mega-menu__grid--cta {
	padding-top: 9px;
	margin-top: auto;
	margin-bottom: -1px;
	line-height: normal
}

@media screen and (max-height: 900px) {
	.mega-menu__grid--cta {
		padding-top: 5px
	}
}

.mega-menu__grid--cta .more-link {
	font-size: 12px;

	color: #eb2127
}

.mega-menu__grid--cta .more-link .k-ico {
	width: 14px;
	height: 11px;
	margin-left: 9px
}

.mega-menu__grid.is-centered .mega-menu__grid--img {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 15px;
	max-width: 100%
}

@media screen and (min-width: 1280px) {
	.mega-menu__grid.is-centered .mega-menu__grid--img {
		max-width: 418px
	}
}

@media screen and (max-height: 900px) {
	.mega-menu__grid.is-centered .mega-menu__grid--img {
		max-width: 310px
	}
}

.mega-menu__grid.is-centered .mega-menu__grid--img a:before {
	padding-top: 70%
}

@media screen and (max-height: 900px) {
	.mega-menu__grid.is-centered .mega-menu__grid--img a:before {
		padding-top: 48%
	}
}

.mega-menu__grid.is-centered .mega-menu__grid--item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}

.mega-menu__grid.is-centered .mega-menu__grid--group {
	padding-left: 0;
	max-width: 100%
}

@media screen and (min-width: 1280px) {
	.mega-menu__grid.is-centered .mega-menu__grid--group {
		max-width: 418px;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media screen and (max-height: 900px) {
	.mega-menu__grid.is-centered .mega-menu__grid--group {
		max-width: 310px
	}
}

.mega-menu__grid.is-centered .mega-menu__grid--title {
	font-size: 14px;
	margin-bottom: 0
}

.mega-menu__grid.is-columns {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0
}

@media screen and (min-width: 1280px) {
	.mega-menu__grid.is-columns {
		margin-left: auto
	}
}

.mega-menu__grid.is-columns .mega-menu__grid--img {
	max-width: 100%
}

.mega-menu__grid.is-columns .mega-menu__grid--img a:before {
	padding-top: 70%
}

.mega-menu__grid.is-columns .mega-menu__grid--group {
	max-width: 100%
}

.mega-menu__grid.is-columns .mega-menu__tabs--cta {
	width: 100%
}

@media screen and (min-width: 1025px) {
	.mega-menu__grid.is-columns .mega-menu__tabs--cta {
		max-width: 462px;
		margin-left: auto
	}
}

.mega-menu__grid.is-columns .mega-menu__grid--item {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

@media screen and (min-width: 1025px) {
	.mega-menu__grid.is-columns .mega-menu__grid--item {
		max-width: 462px;
		margin-left: auto;
		margin-bottom: 0
	}

	.mega-menu__grid.is-columns .mega-menu__grid--item:not(:nth-child(1)) {
		margin-top: 30px
	}
}

@media screen and (min-width: 1025px) {
	.mega-menu__tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media screen and (min-width: 1025px) {
	.mega-menu__tabs--list {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
		padding-right: 30px
	}
}

.mega-menu__tabs--list ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.mega-menu__tabs--list li {
	margin-bottom: 30px
}

.mega-menu__tabs--list li a {
	color: #fff;
	position: relative;
	font-size: 19px;
	display: block;
	padding-right: 23px;
	max-width: 325px;
	outline: none
}

@media screen and (max-width: 1024px) {
	.mega-menu__tabs--list li a {
		font-size: 16px
	}
}

.mega-menu__tabs--list li a:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 12px;
	-webkit-transition: .3s right;
	transition: .3s right
}

@media screen and (max-width: 1024px) {
	.mega-menu__tabs--list li a:before {
		top: 8px
	}
}

@media screen and (max-width: 1024px) {
	.mega-menu__tabs--list li a:hover:not(.active) {
		color: #fff !important
	}
}

@media screen and (min-width: 1025px) {
	.mega-menu__tabs--list li a:hover:before {
		right: -3px
	}
}

@media screen and (min-width: 1025px) {
	.mega-menu__tabs--content {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%
	}
}

@-webkit-keyframes move_scale {
	from {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: .7
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes move_scale {
	from {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: .7
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.mega-menu__tabs--content [data-mega-tab-content]:not(.opened) {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	opacity: .7;
	display: none
}

.mega-menu__tabs--content [data-mega-tab-content].opened {
	-webkit-animation: .4s linear forwards move_scale;
	animation: .4s linear forwards move_scale
}

.mega-menu__tabs--cta {
	padding-bottom: 5px;
	padding-top: 10px
}

.mega-menu__tabs--cta a {
	font-size: 19px;
	color: #fff;
	display: block;
	padding: 15px 90px 15px 30px;
	position: relative;
	border: 1px solid #eb2127;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

@media screen and (max-width: 1600px) {
	.mega-menu__tabs--cta a {
		font-size: 15px;
		padding: 12px 70px 12px 20px
	}
}

.mega-menu__tabs--cta a:hover {
	background-color: #eb2127;
	color: #fff
}

.mega-menu__tabs--cta a:after {
	content: '';
	display: block;
	width: 62px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #eb2127
}

@media screen and (max-width: 1600px) {
	.mega-menu__tabs--cta a:after {
		width: 42px
	}
}

.mega-menu__tabs--cta a .k-ico {
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 27px;
	height: 27px;
	fill: #1a1a1a;
	z-index: 1
}

@media screen and (max-width: 1600px) {
	.mega-menu__tabs--cta a .k-ico {
		width: 18px;
		height: 18px;
		right: 12px;
		stroke: #1a1a1a
	}
}

.mega-menu .h-social {
	padding-top: 5.3125rem
}

.mega-menu .h-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mega-menu .h-social ul li {
	margin: 0 10px
}

.mega-menu .h-social a:hover {
	color: #eb2127
}

html.menu-opened,
body.menu-opened {
	height: 100% !important
}

.main-footer {
	background-color: #1a1a1a;
	padding: 5.05rem 0 1.7rem;
	font-size: 16px;
	width: 100%;
	border-top: 1px solid #fff
}

@media screen and (max-width: 767px) {
	.main-footer {
		padding: 40px 0 50px;
		font-size: 14px
	}
}

@media screen and (max-width: 767px) {
	.main-footer .container {
		max-width: 100%;
		padding: 0
	}
}

.main-footer__wrap {
	width: 100%;
	min-height: 1px !important;
	height: auto !important;
	padding: 0 !important
}

.main-footer__wrap .fp-tableCell {
	width: 100%
}

@media screen and (max-width: 767px) {
	.main-footer .f-brand {
		max-width: 170px
	}
}

.main-footer .f-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1280px) {
	.main-footer .f-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media screen and (max-width: 767px) {
	.main-footer .f-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.main-footer .f-col {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 20px
}

@media screen and (min-width: 768px) {
	.main-footer .f-col {
		padding-top: 3px;
		border-left: 1px solid #979797;
		padding-right: 20px;
		padding-left: 24px;
		-ms-flex-preferred-size: 19.25%;
		flex-basis: 19.25%
	}
}

@media screen and (max-width: 767px) {
	.main-footer .f-col {
		border-bottom: 1px solid #3e3e3e;
		padding-bottom: 18px;
		padding-left: 14vw;
		padding-right: 14vw;
		margin-bottom: 27px
	}

	.main-footer .f-col.active [class*='menu-footer'] {
		-webkit-animation: .2s linear forwards move_top;
		animation: .2s linear forwards move_top;
		display: block
	}

	.main-footer .f-col.active .f-title i:after {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@media screen and (min-width: 768px) {
	.main-footer .f-col:first-child {
		-ms-flex-preferred-size: 23%;
		flex-basis: 23%;
		padding-right: 30px;
		padding-left: 0;
		border: 0
	}
}

@media screen and (max-width: 1280px) {
	.main-footer .f-col:first-child {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 40px
	}
}

@media screen and (max-width: 767px) {
	.main-footer .f-col:first-child {
		display: none
	}
}

@media screen and (max-width: 767px) {
	.main-footer .f-col-in {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.main-footer .f-col-in:nth-child(2) {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
}

@media screen and (min-width: 768px) {
	.main-footer .f-col:last-child {
		padding-right: 0
	}
}

@media screen and (max-width: 767px) {
	.main-footer .f-col:last-child {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 6.8vw;
		padding-right: 6.8vw;
		padding-bottom: 32px
	}

	.main-footer .f-col:last-child .f-social,
	.main-footer .f-col:last-child .f-title {
		display: none
	}
}

@media screen and (max-width: 767px) {
	.main-footer .f-col:nth-last-child(2) {
		border: 0
	}
}

.main-footer .f-title {
	margin: 0 0 12px;
	text-transform: uppercase;
	color: #979797;
	font-size: 10px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: .15px
}

@media screen and (max-width: 1200px) {
	.main-footer .f-title {
		font-size: 12px
	}
}

@media screen and (max-width: 767px) {
	.main-footer .f-title {
		font-size: 14px;
		margin-bottom: 10px;
		cursor: pointer;
		padding-right: 30px;
		position: relative;
		color: #fff
	}

	.main-footer .f-title i {
		display: block;
		width: 16px;
		height: 16px;
		position: absolute;
		top: 0;
		right: 11vw
	}

	.main-footer .f-title i:before,
	.main-footer .f-title i:after {
		content: '';
		display: block;
		width: 14px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		right: 1px;
		top: 7px;
		-webkit-transition: .3s ease;
		transition: .3s ease
	}

	.main-footer .f-title i:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

.main-footer .f-brand {
	max-width: 190px
}

.main-footer .f-brand svg {
	width: 190px;
	height: 52px
}

.main-footer .f-brand .k-ico {
	display: none
}

.main-footer .f-brand .logo-main {
	fill: #eb2127;
	display: block
}

.main-footer .f-links {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px
}

@media screen and (max-width: 767px) {
	.main-footer .f-links {
		font-size: 13px
	}
}

.main-footer .f-links li:not(:last-child) {
	margin-bottom: 10px
}

.main-footer .f-links a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.main-footer .f-links a:hover {
	color: #eb2127
}

.main-footer .f-address {
	color: #fff;
	line-height: 2.1;
	margin-bottom: 20px;
	font-size: 14px
}

@media screen and (max-width: 767px) {
	.main-footer .f-address {
		margin-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 13px;
		line-height: 1.7
	}

	.main-footer .f-address:before {
		content: '';
		display: block;
		min-width: 31px;
		height: 41px;
		background-image: url(../images/icons/i-map.svg);
		background-repeat: no-repeat;
		margin-right: 18px;
		margin-top: 1px
	}
}

.main-footer .f-phone {
	font-size: 14px
}

@media screen and (max-width: 767px) {
	.main-footer .f-phone {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 13px;
		line-height: 1.7
	}

	.main-footer .f-phone:before {
		content: '';
		display: block;
		min-width: 33px;
		height: 34px;
		background-image: url(../images/icons/i-phone.svg);
		background-repeat: no-repeat;
		margin-right: 15px
	}
}

.main-footer .f-phone a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.main-footer .f-phone a:hover {
	color: #eb2127
}

.main-footer .f-social {
	padding-top: 37px;
	font-size: 18px
}

.main-footer .f-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-footer .f-social ul li:not(:last-child) {
	margin-right: 16px
}

.main-footer .f-social ul li a {
	color: #fff
}

.main-footer .f-social ul li a:hover {
	color: #eb2127
}

@media screen and (min-width: 768px) {
	.main-footer .f-social-mobile {
		display: none
	}
}

@media screen and (max-width: 767px) {
	.main-footer .f-social-mobile {
		padding-top: 0
	}

	.main-footer .f-social-mobile ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media screen and (max-width: 767px) {
	.main-footer [class*='menu-footer'] {
		padding-top: 7px;
		padding-bottom: 10px;
		display: none
	}
}

.f-hire-us {
	width: 100%;
	padding-top: 15px
}

@media screen and (max-width: 767px) {
	.f-hire-us {
		padding: 20px 6.8vw 0
	}
}

.f-hire-us a {
	color: #fff;
	font-size: 15px
}

.f-hire-us a:hover {
	color: #eb2127
}

.f-hire-us .k-ico {
	width: 15px;
	height: 12px;
	margin-left: 7px
}

.f-copyright {
	padding: 25px 0;
	font-size: 10px;
	letter-spacing: .15px;
	background-color: #000;
	color: #979797;
	width: 100%
}

@media screen and (max-width: 767px) {
	.f-copyright {
		padding: 20px 6.8vw
	}

	.f-copyright .container {
		max-width: 100%;
		padding: 0
	}
}

.f-copyright a {
	color: #979797
}

.f-copyright a:hover {
	color: #eb2127
}

.f-copyright .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width: 767px) {
	.f-copyright .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.f-links-alt {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width: 767px) {
	.f-links-alt {
		padding-top: 15px
	}
}

.f-links-alt span {
	margin-left: 4px;
	margin-right: 4px
}

.f-links-alt span:first-child {
	margin-left: 0
}

.f-links-alt span:last-child {
	margin-right: 0
}

.hero-banner {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none
}


@media screen and (min-width: 768px) {
	.hero-banner {
		background-color: #000000 !important;
	}
}


.hero-unpin .hero-banner {
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.hero-banner+#fullpage .section:nth-child(4) {
	position: relative;
	z-index: 2
}

.hero-banner__mark {
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.hero-banner__bg {
	background-image: url("../images/home-img.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index: 2;
	background-color: #1a1a1a;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: .5
}

.hero-banner__lines {
	position: absolute;
	pointer-events: none;
	top: 5%;
	bottom: 0;
	height: 90%;
	width: 100%;
	z-index: 3;
	-webkit-filter: drop-shadow(0px 0px 30px red);
	filter: drop-shadow(0px 0px 30px red)
}

.hero-banner__img {
	position: absolute;
	min-height: 100%;
	width: 100%;
	top: 0;
	z-index: 2;
	opacity: 0;
	pointer-events: none
}

.hero-banner__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 85%;
	max-width: 90%
}

@media screen and (min-width: 768px) {
	.hero-banner__img img {
		margin-left: 11vw;
		margin-top: 40px
	}
}

.hero-banner__caption {
	position: absolute;
	min-height: 100%;
	height: 100vh;
	width: 100%;
	top: 0;
	z-index: 10;
	-webkit-transform: matrix3d(1, 0.00017, 0, 0, -0.00017, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0.01, 1);
	transform: matrix3d(1, 0.00017, 0, 0, -0.00017, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0.01, 1)
}

@media screen and (min-width: 1025px) {
	.hero-banner__caption {
		padding-left: 200px
	}
}

.hero-banner__caption[style*='opacity: 1'] {
	z-index: 11
}

.hero-banner__caption.caption-2 {
	visibility: hidden
}

.animate-init .hero-banner__caption.caption-2 {
	visibility: visible
}

.hero-banner__caption h3 {
	font-size: 3.8125rem;
	letter-spacing: -1.53px;
	width: 80%;
	color: #fff;
	padding-top: 67px;
	line-height: 1;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif
}

@media screen and (max-width: 767px) {
	.hero-banner__caption h3 {
		font-size: 2.3rem;
		line-height: 1.3
	}
}

.hero-banner__caption small {
	font-size: 0.3em;
	margin-bottom: 10px;
	margin-top: 12px;
	display: block
}

.hero-banner__cta {
	padding-top: 25px
}

.hero-banner__cta a {
	color: #fff;
	pointer-events: all
}

.hero-unpin .hero-banner__cta a {
	pointer-events: none
}

.hero-banner .social-media {
	pointer-events: all
}

#hero-container {
	position: relative;
	z-index: 3
}

#hero-container .section {
	width: 100%;
	height: 100vh
}

.hero-simple {
	min-height: 100vh;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	padding: 0 !important
}

@media screen and (max-width: 767px) {
	.hero-simple {
		height: 100vh !important;
		min-height: 1px !important
	}
}

@media screen and (min-width: 768px) {
	.header-alt .hero-simple:not(.fp-section) {
		max-height: 100vh;
		min-height: 100vh !important
	}
}

.hero-simple .fp-tableCell {
	vertical-align: top
}

.hero-simple__video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none
}

.hero-simple__video:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .4;
	z-index: 1
}

.hero-simple__video video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.hero-simple__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.hero-simple__bg:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6
}

.hero-simple__content {
	position: relative;
	z-index: 1;
	color: #fff;
	padding-top: 7.5rem
}

.fp-tableCell .hero-simple__content {
	padding-top: 12vw
}

@media screen and (max-width: 767px) {
	.hero-simple__content {
		max-width: 80%;
		padding-top: 5.5rem
	}
}

.hero-simple__tag {
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: .34px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: 25px
}

.hero-simple__title {
	font-size: 3.125rem;
	line-height: .95;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: -0.121875rem;
	color: #fff
}

@media screen and (max-width: 767px) {
	.hero-simple__title {
		font-size: 2.3rem;
		line-height: 1.3;
		letter-spacing: -1.53px
	}
}

@media screen and (max-width: 767px) {
	.hero-simple__title br {
		display: none
	}
}

.hero-simple.alt-title .hero-simple__title {
	font-family: "Big Caslon", sans-serif;
	letter-spacing: normal;
	line-height: 1.2
}

.hero-simple .navbar-brand {
	display: none
}

.hero-simple .btn-hire-us {
	display: none
}

.hero-inner {
	position: relative;
	min-height: 100vh;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.hero-inner:not(.fp-section) {
	max-height: calc(100vh - 86px);
	min-height: calc(100vh - 86px) !important
}

@media screen and (max-width: 767px) {
	.hero-inner:not(.fp-section) {
		max-height: calc(100vh - 75px);
		min-height: calc(100vh - 75px) !important
	}
}

.header-alt .hero-inner:not(.fp-section) {
	max-height: 100vh;
	min-height: 100vh !important
}

.hero-inner__img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.hero-inner__content {
	padding: 3rem 0;
	position: relative;
	z-index: 1;
	width: 100%;
	margin-bottom: 9rem
}

.hero-inner__title {
	color: #fff;
	font-size: 3.8125rem;
	letter-spacing: -.96px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: 23px;
	max-width: 975px;
	line-height: 1
}

.hero-inner__title h1,
.hero-inner__title h2,
.hero-inner__title h3,
.hero-inner__title h4,
.hero-inner__title h5,
.hero-inner__title h6 {
	font: inherit;
	margin: 0
}

.hero-inner__cta .more-link {
	font-size: 17px;
	color: #fff
}

.hero-inner__cta .more-link:hover {
	color: #eb2127
}

.hero-type {
	position: relative;
	min-height: 100vh;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.hero-type:not(.fp-section) {
	max-height: calc(100vh - 86px);
	min-height: calc(100vh - 86px) !important
}

@media screen and (max-width: 767px) {
	.hero-type:not(.fp-section) {
		max-height: calc(100vh - 75px);
		min-height: calc(100vh - 75px) !important
	}
}

.header-alt .hero-type:not(.fp-section) {
	max-height: 100vh;
	min-height: 100vh !important
}

.hero-type__img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.hero-type__img:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: .5
}

.hero-type__content {
	color: #fff;
	padding: 3rem 0;
	position: relative;
	z-index: 1;
	width: 100%;
	margin-bottom: 9rem
}

.hero-type__title {
	font-size: 3.125rem;
	font-family: "Big Caslon", sans-serif;
	margin-bottom: 23px;
	line-height: 1.2
}

.hero-type__title h1,
.hero-type__title h2,
.hero-type__title h3,
.hero-type__title h4,
.hero-type__title h5,
.hero-type__title h6 {
	font: inherit;
	margin: 0
}

.hero-type__text {
	font-size: 17px;
	line-height: 1.5;
	max-width: 810px
}

.hero-blog {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	background-color: #1a1a1a;
	position: relative
}

.hero-blog:before {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 4px;
	background-color: #eb2127
}

@media screen and (max-width: 767px) {
	.hero-blog:before {
		width: 100%
	}
}

@media screen and (min-width: 768px) {
	.hero-blog__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		min-height: 39.0625rem
	}
}

.hero-blog__content {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 1
}

@media screen and (min-width: 768px) {
	.hero-blog__content {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		padding: 2rem 6.5vw 2rem 0
	}
}

@media screen and (max-width: 767px) {
	.hero-blog__content {
		padding: 33px 0
	}
}

.hero-blog__img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 250px
}

@media screen and (min-width: 768px) {
	.hero-blog__img {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		position: absolute;
		width: 50%;
		height: 100%;
		top: 0;
		right: 0
	}
}

.hero-blog__img:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5
}

.hero-blog__date {
	font-size: 12px;
	margin-bottom: 1.3125rem;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	display: none
}

.hero-blog__title {
	font-size: 2.5rem;
	margin-bottom: 1.4375rem;
	line-height: 1.3;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif
}

.hero-blog__title h1,
.hero-blog__title h2,
.hero-blog__title h3,
.hero-blog__title h4,
.hero-blog__title h5,
.hero-blog__title h6 {
	font: inherit;
	margin: 0
}

.hero-blog__author {
	font-size: 16px;
	margin-bottom: 3.4375rem
}

.hero-blog__text {
	font-size: 14px;
	line-height: 1.2
}

.hero-blog.is-full .hero-blog__img {
	width: 100%
}

.hero-blog.is-full .hero-blog__img:before {
	opacity: .7
}

@-webkit-keyframes arrow-down {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-10px, -10px);
		transform: translate(-10px, -10px)
	}
}

@keyframes arrow-down {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-10px, -10px);
		transform: translate(-10px, -10px)
	}
}

.arrow-down {
	position: absolute;
	left: 50%;
	width: 24px;
	height: 24px;
	bottom: 30px;
	margin: -12px 0 0 -12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-left: none;
	border-top: none;
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;
	z-index: 10;
	pointer-events: none
}

@media screen and (max-width: 767px) {
	.arrow-down {
		bottom: 20px;
		width: 20px;
		height: 20px;
		margin: -10px 0 0 -10px
	}
}

.arrow-down:before {
	position: absolute;
	left: 50%;
	content: '';
	width: 20px;
	height: 20px;
	top: 50%;
	margin: -10px 0 0 -10px;
	border-left: none;
	border-top: none;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: arrow-down;
	animation-name: arrow-down
}

@media screen and (min-width: 768px) {
	.header-alt .arrow-down {
		bottom: 30px
	}
}

.services {
	font-size: 18px;
	color: #fff;
	padding: 0 !important
}

@media screen and (max-width: 767px) {
	.services {
		min-height: 1px !important
	}
}

.services.is-black {
	background-color: #181717
}

.services.is-black .services-description {
	background-color: #1a1a1a
}

@media screen and (min-width: 768px) {
	.services.is-black .left .arrow {
		border-color: transparent #1a1a1a transparent
	}
}

@media screen and (min-width: 768px) {
	.services.is-black .right .arrow {
		border-color: transparent #1a1a1a transparent transparent
	}
}

@media screen and (max-width: 767px) {
	.services.is-black .arrow {
		border-color: transparent transparent #1a1a1a transparent
	}
}

.services.is-black .services-description a:hover {
	color: #eb2127
}

.services.is-green {
	background: #46b473
}

.services.is-green .services-description {
	background: #46b473
}

@media screen and (min-width: 768px) {
	.services.is-green .left .arrow {
		border-color: transparent transparent transparent #46b473
	}
}

@media screen and (min-width: 768px) {
	.services.is-green .right .arrow {
		border-color: transparent #46b473 transparent #46b473
	}
}

@media screen and (max-width: 767px) {
	.services.is-green .arrow {
		border-color: transparent transparent #46b473 transparent
	}
}

.services.is-orange {
	background: #f7941f
}

.services.is-orange .services-description {
	background: #f7941f
}

@media screen and (min-width: 768px) {
	.services.is-orange .left .arrow {
		border-color: transparent transparent transparent #f7941f
	}
}

@media screen and (min-width: 768px) {
	.services.is-orange .right .arrow {
		border-color: transparent #f7941f transparent transparent
	}
}

@media screen and (max-width: 767px) {
	.services.is-orange .arrow {
		border-color: transparent transparent #f7941f transparent
	}
}

.services.is-blue {
	background: #52aadd
}

.services.is-blue .services-description {
	background: #52aadd
}

@media screen and (min-width: 768px) {
	.services.is-blue .left .arrow {
		border-color: transparent transparent transparent #52aadd
	}
}

@media screen and (min-width: 768px) {
	.services.is-blue .right .arrow {
		border-color: transparent #52aadd transparent #52aadd
	}
}

@media screen and (max-width: 767px) {
	.services.is-blue .arrow {
		border-color: transparent transparent #52aadd transparent
	}
}

.services h3 {
	font-size: 2.5rem;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: 21px;
	letter-spacing: -0.96px
}

@media screen and (max-width: 767px) {
	.services h3 {
		font-size: 1.4em;
		margin-bottom: 15px
	}

	.services h3 br {
		display: none
	}
}

.services h3 small {
	font-size: 1.0625rem;
	display: block;
	margin-bottom: 40px;
	letter-spacing: .045em;
	font-weight: bold;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif
}

@media screen and (max-width: 767px) {
	.services h3 small {
		margin-bottom: 12px;
		font-size: 12px
	}
}

.services h4 {
	font-size: 1.8em;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	padding: 0 0 0.5em 0
}

.services a {
	font-size: 18px;
	margin-top: .375rem;
	color: #fff;
	display: inline-block;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif
}

@media screen and (max-width: 767px) {
	.services a {
		font-size: 16px;
		margin-top: 10px
	}
}

.services a i {
	font-size: 0;
	vertical-align: middle
}

.services a .k-ico {
	fill: currentColor;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 15px
}

.services p {
	margin-top: 1em;
	font-size: 1.0625rem;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	line-height: 24px
}

@media screen and (max-width: 767px) {
	.services p {
		font-size: 14px;
		line-height: 19px
	}
}

.services p+h3 {
	margin-top: 7.3vw
}

@media screen and (max-width: 767px) {
	.services p br {
		display: none
	}
}

.services .set-bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	min-height: 100vh;
	background-color: #fff
}

@media screen and (max-width: 767px) {
	.services .set-bg {
		width: 100%;
		position: relative;
		min-height: auto
	}
}

.services .set-bg:after {
	display: block;
	content: '';
	width: 100%;
	padding-top: 100%
}

@media screen and (max-width: 767px) {
	.services .set-bg:after {
		padding-top:150%;
	}
}

.services .services-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	background-color: #1a1a1a
}

.services .services-description .content {
	padding: 3em 5em
}

@media screen and (max-width: 767px) {
	.services .services-description .content {
		padding: 1.5em
	}
}

.services .services-description a:hover {
	color: #1a1a1a
}

.services .services-image.wow {
	position: relative;
	z-index: -1
}

.services .services-image[style*='visible'] {
	z-index: 0
}

.services .arrow {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media screen and (max-width: 767px) {
	.services .arrow {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		border-width: 0 25px 25px 25px;
		left: 50%;
		top: -25px
	}
}

.services .right .arrow {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	z-index: 9
}

@media screen and (min-width: 768px) {
	.services .right .arrow {
		border-width: 30px 30px 30px 0;
		border-color: transparent transparent transparent #fff;
		-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		top: 50%;
		left: -29px;
	}
}

.services .left .arrow {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	z-index: 9
}

@media screen and (min-width: 768px) {
	.services .left .arrow {
		top: 50%;
		right: -30px;
		border-width: 30px 0 30px 30px
	}
}

.services .down .arrow {
	content: '';
	position: absolute;
	left: 49%;
	top: -16px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 30px;
	z-index: 9;
	-webkit-transform: rotate(89deg);
	transform: rotate(89deg);
	border-color: transparent transparent transparent #fff
}

.ideas.video-production h3 {
	color: #f7941f
}

.services-marketing {
	padding: 5rem 0;
	background-color: #1a1a1a;
	text-align: center;
	position: relative
}

.services-marketing.graphics {
	padding: 0
}

.sm-img {
	max-width: 1000px;
	margin: 0 auto
}

.sm-img+.sm-text {
	padding-top: 3vw
}

@media screen and (max-width: 767px) {
	.sm-img+.sm-text {
		padding-top: 30px
	}
}

.sm-img img {
	max-height: 500px;
	-o-object-fit: contain;
	object-fit: contain
}

@media screen and (max-width: 767px) {
	.sm-img--desktop {
		display: none
	}
}

@media screen and (min-width: 768px) {
	.sm-img--mobile {
		display: none
	}
}

.sm-title {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: 50px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-width: 200px
}

.sm-title h1,
.sm-title h2,
.sm-title h3,
.sm-title h4,
.sm-title h5,
.sm-title h6 {
	font: inherit;
	margin: 0
}

.sm-title+.sm-img {
	padding-top: 0
}

.sm-text {
	font-size: 17px;
	line-height: 24px;
	color: #fff;
	text-align: left
}

@media screen and (max-width: 767px) {
	.sm-text {
		font-size: 14px;
		line-height: 19px
	}
}

.sm-text+.sm-img {
	padding-top: 1.5vw
}

@media screen and (max-width: 767px) {
	.sm-text+.sm-img {
		padding-top: 20px
	}
}

.sm-text+.sm-title {
	padding-top: 1.5vw
}

@media screen and (max-width: 767px) {
	.sm-text+.sm-title {
		padding-top: 20px
	}
}

.recent-news .recent-news-box {
	height: 44em;
	position: relative;
	width: 100%;
	margin: 0 0 30px
}

@media screen and (max-width: 767px) {
	.recent-news .recent-news-box {
		height: 37em
	}
}

.recent-news .recent-news-box.has-state {
	height: auto
}

.home .recent-news .recent-news-box {
	margin-bottom: 0
}

.recent-news .recent-news-box .recent-news-image {
	height: 29em;
	width: 100%;
	background-size: cover;
	background-position: center center
}

@media screen and (max-width: 767px) {
	.recent-news .recent-news-box .recent-news-image {
		height: 24em
	}
}

.recent-news .recent-news-box a:hover h4 {
	color: #eb2127
}

.recent-news.top-gap {
	padding-top: 2.8645833333333335vw
}

@media screen and (max-width: 767px) {
	.recent-news .container-fluid {
		padding-left: 0;
		padding-right: 0
	}
}

.home .recent-news__in {
	padding-top: 70px
}

.recent-news h3 {
	background: #eb2127;
	text-align: center;
	padding: 60px 0;
	color: #fff;
	font-size: 40px;
	margin-bottom: 0;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif
}

@media screen and (max-width: 767px) {
	.recent-news h3 {
		font-size: 27px;
		padding: 17px 0
	}
}

.recent-news h4 {
	font-size: 2.5rem;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: -.96px
}

@media screen and (max-width: 767px) {
	.recent-news h4 {
		font-size: 23px
	}
}

.recent-news .recent-news-details h4 a {
	color: #fff
}

.recent-news .recent-news-details h4 a:hover {
	color: #eb2127
}

.recent-news .recent-news-box h3 {
	background: #eb2127;
	text-align: center;
	padding: 3.750em;
	color: #fff;
	font-size: 2.500em;
	margin-bottom: 0
}

.recent-news .recent-news-box .recent-news-details {
	background: #1a1a1b;
	color: #fff;
	position: absolute;
	padding: 3.10rem 3.10rem 3.10rem 5.208333333333333vw;
	bottom: 0;
	left: 0;
	right: 0
}

@media screen and (max-width: 767px) {
	.recent-news .recent-news-box .recent-news-details {
		padding: 15px
	}
}

.recent-news .recent-news-box .recent-news-details .title {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-size: 17px;
	margin-bottom: 0;
	display: none
}

.recent-news .recent-news-box .recent-news-details h4 {
	padding-top: 0.625em;
	font-size: 2.5rem;
	letter-spacing: -.8px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

@media screen and (max-width: 767px) {
	.recent-news .recent-news-box .recent-news-details h4 {
		font-size: 16px
	}
}

.recent-news .recent-news-box.news-box-half .recent-news-details {
	padding-left: 3.125rem
}

@media screen and (max-width: 767px) {
	.recent-news .recent-news-box.news-box-half .recent-news-details {
		padding: 15px
	}
}

.recent-news .recent-news-box.news-box-half .recent-news-details .title {
	font-size: 12px
}

.recent-news .recent-news-box.news-box-half .recent-news-details h4 {
	padding-top: 0.625em;
	font-size: 1.6875rem;
	letter-spacing: -.54px
}

@media screen and (max-width: 767px) {
	.recent-news .recent-news-box.news-box-half .recent-news-details h4 {
		font-size: 16px
	}
}

.recent-news .recent-news-box .recent-news-details p {
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	font-size: 17px;
	font-weight: normal
}

@media screen and (max-width: 767px) {
	.recent-news .recent-news-box .recent-news-details p {
		font-size: 14px
	}
}

.recent-news .heading {
	font-size: 1.375rem;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	background: none;
	color: #212529
}

@media screen and (max-width: 767px) {
	.recent-news--slider .recent-news__title {
		margin-bottom: 15px
	}
}

@media screen and (max-width: 767px) {
	.recent-news--slider .recent-news__title h3 {
		background: none;
		color: #000
	}
}

@media screen and (max-width: 767px) {
	.recent-news--slider .container-fluid:not(.recent-news__title) {
		display: none !important
	}
}

@media screen and (max-width: 767px) {
	.recent-news--slider .has-state {
		height: calc(100% - 15px)
	}
}

.recent-news--slider .owl-carousel {
	padding-left: 30px;
	padding-right: 30px
}

@media screen and (max-width: 767px) {
	.recent-news--slider .owl-carousel [class*='col'] {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media screen and (min-width: 768px) {
	.recent-news--slider .owl-carousel {
		display: none
	}
}

.recent-news--slider .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.recent-news--slider .owl-dots {
	display: none
}

.recent-news--slider .owl-nav button {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #eb2127 !important
}

.recent-news--slider .owl-nav button.owl-prev {
	left: 10px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.recent-news--slider .owl-nav button.owl-next {
	right: 10px
}

.recent-news--slider .owl-nav button span {
	font-size: 0
}

.recent-news--slider .owl-nav button:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-top: 2px solid;
	border-right: 2px solid;
	border-color: currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.recent-news--slider .owl-nav button.disabled {
	opacity: 0
}

.recent-news-content h1,
.recent-news-content h2,
.recent-news-content h3,
.recent-news-content h4,
.recent-news-content h5,
.recent-news-content h6 {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-top: 0;
	margin-bottom: 1.2em
}

.recent-news-content h4 {
	font-size: 2.5rem;
	margin-bottom: 1.2em
}

.recent-news-content h5 {
	font-size: 1.375rem;
	margin-bottom: 1em;
	color: #313132
}

.recent-news-content b,
.recent-news-content strong {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-weight: normal
}

.recent-news-content a {
	color: #eb2127 !important;
	text-decoration: underline
}

.recent-news-content a:hover {
	text-decoration: none
}

.recent-news-content .head-alt,
.recent-news-content blockquote,
.recent-news-content .wp-block-quote {
	font-family: "Big Caslon", sans-serif;
	font-size: 2.75rem;
	letter-spacing: -.35px;
	color: #464547;
	font-weight: 600;
	margin-bottom: .8em
}

.recent-news-content .head-alt p,
.recent-news-content blockquote p,
.recent-news-content .wp-block-quote p {
	font-size: inherit;
	color: inherit;
	line-height: inherit
}

.recent-news-content p {
	color: #313132;
	line-height: 1.3;
	font-size: 14px
}

.recent-news-content p:first-of-type {
	margin-top: 0
}

.recent-news-content p:empty {
	display: none
}

.recent-news-content p:empty+h3,
.recent-news-content p:empty+h4,
.recent-news-content p:empty+h5,
.recent-news-content p:empty+h6 {
	margin-top: 0
}

.recent-news-content p+h3,
.recent-news-content p+h4,
.recent-news-content p+h5,
.recent-news-content p+h6 {
	margin-top: 25px
}

.recent-news-content p+p>img {
	margin-top: 25px
}

.recent-news-content .has-small-font-size {
	font-size: 13px
}

@media screen and (max-width: 767px) {
	.recent-news-content .has-small-font-size {
		font-size: 11px
	}
}

.recent-news-content .has-normal-font-size {
	font-size: 16px
}

@media screen and (max-width: 767px) {
	.recent-news-content .has-normal-font-size {
		font-size: 14px
	}
}

.recent-news-content .has-medium-font-size {
	font-size: 20px
}

@media screen and (max-width: 767px) {
	.recent-news-content .has-medium-font-size {
		font-size: 18px
	}
}

.recent-news-content .has-large-font-size {
	font-size: 36px
}

@media screen and (max-width: 767px) {
	.recent-news-content .has-large-font-size {
		font-size: 28px
	}
}

.recent-news-content .has-huge-font-size {
	font-size: 42px
}

@media screen and (max-width: 767px) {
	.recent-news-content .has-huge-font-size {
		font-size: 33px
	}
}

.recent-news-content hr {
	border-top-color: #8f98a1;
	margin-top: 2rem;
	margin-bottom: 2rem
}

.recent-news-content .wp-block-separator {
	max-width: 100px;
	border: none;
	border-bottom: 2px solid #8f98a1 !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	margin-bottom: 2rem
}

.recent-news-content .wp-block-separator.is-style-wide {
	border-bottom-width: 1px !important;
	max-width: 100%
}

.recent-news-content .wp-block-separator.is-style-dots {
	border: 0 !important
}

.recent-news-content .wp-block-separator.is-style-dots:before {
	padding-left: 0;
	color: #8f98a1
}

.recent-news-content table {
	border-collapse: collapse
}

.recent-news-content table th,
.recent-news-content table td {
	padding: 7px 10px;
	border: 1px solid #1a1a1a
}

.recent-news-content .glance-list {
	padding: 30px 50px;
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	background-color: #f2f2f2;
	margin-top: 5rem;
	margin-bottom: 2rem
}

.recent-news-content .glance-list ul {
	list-style-position: inside;
	padding: 0;
	margin: 0
}

.recent-news-content .glance-list ul li {
	font-size: 12px;
	line-height: 1.4
}

.recent-news-content .glance-list ul li:not(:last-child) {
	margin-bottom: 1.75rem
}

.recent-news-content .social {
	padding-top: 23px
}

.recent-news-content .social ul {
	margin: 0;
	padding: 0;
	list-style: none
}

@media screen and (max-width: 767px) {
	.recent-news-content .social ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.recent-news-content .social li {
	margin: 0;
	padding: 0;
	list-style: none
}

.recent-news-content .social li a {
	color: #000 !important;
	display: inline-block;
	padding-bottom: 8px
}

.recent-news-content .social li a:hover {
	color: #eb2127 !important
}

.recent-news-content .download {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-size: 12px;
	color: #1a1a1a;
	display: inline-block
}

.recent-news-content .download:hover {
	color: #eb2127
}

.recent-news-content .time {
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	font-size: 11px;
	margin-bottom: 10px
}

.recent-news-author {
	border-top: 1px solid #979797;
	padding-top: 2rem !important;
	margin: 0 auto;
	max-width: 823px
}

@media screen and (max-width: 767px) {
	.recent-news-author {
		max-width: calc(100% - 40px)
	}
}

.recent-news-author .rna-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.recent-news-author .rna-col:first-child {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	padding-right: 10px
}

.recent-news-author .rna-col:last-child {
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	padding-left: 10px
}

.recent-news-author .title {
	font-size: 1em;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif
}

.recent-news-author p {
	font-size: 14px
}

.state-of-marketing {
	background: #eb2127;
	color: #fff;
	padding: 2.500em 1.563em;
	height: 100%
}

@media screen and (max-width: 767px) {
	.state-of-marketing {
		padding-left: 0;
		padding-right: 0
	}
}

.state-of-marketing h3 {
	padding: 0;
	color: #fff;
	font-size: 3.250em;
	font-weight: 300;
	margin-bottom: 0;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif
}

.state-of-marketing p {
	font-size: 17px;
	padding: 0
}

@media screen and (max-width: 767px) {
	.state-of-marketing p {
		font-size: 15px;
		max-height: 291px;
		overflow: hidden
	}
}

.state-of-marketing .report-btn {
	color: #fff;
	border: 1px solid;
	padding: 0.500em 1.875em;
	font-size: 0.750em;
	display: inline-block;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif
}

.state-of-marketing .report-btn:hover {
	background-color: #1a1a1a;
	border-color: #1a1a1a
}

.feature-cols {
	background-color: #1a1a1a;
	padding: 50px 0 9.375rem !important
}

@media screen and (min-width: 768px) {
	.feature-cols__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: -17px;
		margin-right: -17px
	}
}

.feature-cols__col {
	border: 2px solid #fff;
	padding: 28px 34px;
	margin-bottom: 20px
}

@media screen and (min-width: 768px) {
	.feature-cols__col {
		-ms-flex-preferred-size: calc(33.333% - 37px);
		flex-basis: calc(33.333% - 37px);
		margin-left: 17px;
		margin-right: 17px;
		margin-bottom: 0
	}
}

.feature-cols__title {
	color: #fff;
	font-size: 34px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: -.68px;
	margin-bottom: 23px
}

@media screen and (min-width: 768px) {
	.feature-cols__title {
		min-height: 80px
	}
}

@media screen and (max-width: 767px) {
	.feature-cols__title {
		font-size: 27px
	}
}

.feature-cols__title h3,
.feature-cols__title h4 {
	font-size: inherit;
	font-family: inherit;
	margin: 0
}

.feature-cols__text {
	color: #fff;
	font-size: 17px
}

.feature-cols__text p {
	font-size: inherit;
	color: inherit
}

.feature-cols__text p:not(:last-child) {
	margin-bottom: 26px
}

.feature-cols__footer {
	padding: 50px 40px 0
}

.feature-cols__footer .fcf-text {
	font-size: 17px;
	color: #fff
}

.feature-cols__footer .fcf-text.is-green {
	color: #46b473
}

.feature-cols__footer .fcf-text.is-orange {
	color: #f7941f
}

.feature-cols__footer .fcf-text.is-blue {
	color: #52aadd
}

.feature-cols__footer .fcf-cta {
	padding-top: 40px
}

.feature-cols__footer .fcf-cta a {
	color: #fff
}

.feature-cols__footer .fcf-cta a:hover {
	color: #eb2127
}

.feature-cols__footer .fcf-cta.is-green a:hover {
	color: #46b473
}

.feature-cols__footer .fcf-cta.is-orange a:hover {
	color: #f7941f
}

.feature-cols__footer .fcf-cta.is-blue a:hover {
	color: #52aadd
}

.feature-types {
	padding: 0 !important
}

.feature-types__row {
	height: 100%;
	min-height: inherit;
	width: 100%
}

@media screen and (min-width: 768px) {
	.feature-types__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.feature-types__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5rem 9.8rem;
	background-color: #1a1a1a
}

@media screen and (min-width: 768px) {
	.feature-types__col {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}

@media screen and (max-width: 767px) {
	.feature-types__col {
		padding: 49px 33px
	}
}

.feature-types__col:first-child {
	background-color: #404040
}

.feature-types__col:last-child {
	background-color: #808080
}

.feature-types__col.main-logo-design .feature-types__logo .k-ico {
	fill: #46b473
}

.feature-types__col.main-logo-design .feature-types__cta a {
	color: #46b473
}

.feature-types__col.main-logo-design .feature-types__cta a:hover {
	color: #fff
}

.feature-types__col.main-logo-media .feature-types__logo .k-ico {
	fill: #52aadd
}

.feature-types__col.main-logo-media .feature-types__cta a {
	color: #52aadd
}

.feature-types__col.main-logo-media .feature-types__cta a:hover {
	color: #fff
}

.feature-types__col.main-logo-studios {
	background-color: #808080
}

.feature-types__col.main-logo-studios .feature-types__logo .k-ico {
	fill: #f7941f
}

.feature-types__col.main-logo-studios .feature-types__cta a {
	color: #f7941f
}

.feature-types__col.main-logo-studios .feature-types__cta a:hover {
	color: #fff
}

.feature-types__logo {
	margin-bottom: 2.8125rem
}

.feature-types__logo .k-ico {
	width: 187px;
	height: 51px
}

.feature-types__title {
	color: #fff;
	font-size: 34px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: 20px;
	max-width: 400px
}

@media screen and (max-width: 767px) {
	.feature-types__title {
		font-size: 27px
	}
}

.feature-types__title h3,
.feature-types__title h4 {
	font-size: inherit;
	font-family: inherit;
	margin: 0
}

.feature-types__text {
	color: #fff;
	font-size: 17px;
	max-width: 500px
}

.feature-types__text p {
	font-size: inherit;
	color: inherit
}

.feature-types__text p:not(:last-child) {
	margin-bottom: 26px
}

.feature-types__cta {
	padding-top: 20px
}

.feature-types__cta a:hover {
	color: #fff
}

.feature-steps {
	padding: 0 !important
}

@media screen and (max-width: 767px) {
	.feature-steps {
		min-height: auto !important;
		height: auto !important
	}
}

.feature-steps__wrap {
	padding: 3.25rem 0 6.25rem
}

@media screen and (max-width: 767px) {
	.feature-steps__wrap {
		padding: 3.3rem 0
	}
}

.feature-steps.kobe-design {
	background-color: #1a1a1a;
	color: #fff
}

.feature-steps.kobe-design .feature-steps__item:before {
	color: #46b473
}

.feature-steps__list {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	max-width: 900px;
	position: relative
}

@media screen and (max-width: 767px) {
	.feature-steps__list {
		min-height: 130px !important;
		padding: 0 40px
	}
}

@media screen and (min-width: 768px) {
	.feature-steps__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media screen and (min-width: 768px) {
	.feature-steps__list:before {
		content: '';
		display: block;
		width: 1px;
		min-height: inherit;
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

.feature-steps__item {
	counter-increment: item;
	position: relative
}

@media screen and (min-width: 768px) {
	.feature-steps__item {
		max-width: 50%;
		width: 50%
	}
}

@media screen and (max-width: 767px) {
	.feature-steps__item {
		padding: 1rem 0 1rem 30px;
		overflow: hidden
	}
}

@media screen and (min-width: 768px) {
	.feature-steps__item:first-child {
		padding-top: 25px
	}
}

@media screen and (min-width: 768px) {
	.feature-steps__item:nth-child(odd) {
		padding-right: 55px
	}
}

@media screen and (min-width: 768px) {
	.feature-steps__item:nth-child(odd):before {
		right: 35px;
		top: -7px
	}
}

.feature-steps__item:nth-child(odd):after {
	right: -3px;
	top: 0
}

@media screen and (min-width: 768px) {
	.feature-steps__item:nth-child(even) {
		margin-left: auto;
		padding-left: 70px
	}
}

@media screen and (min-width: 768px) {
	.feature-steps__item:nth-child(even):before {
		left: 40px;
		top: -14px
	}
}

.feature-steps__item:nth-child(even):after {
	left: -3px;
	top: -7px
}

.feature-steps__item:before {
	counter-increment: li;
	content: counter(item, decimal-leading-zero);
	font-size: 20px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	position: absolute
}

@media screen and (max-width: 767px) {
	.feature-steps__item:before {
		font-size: 15px;
		left: 0;
		right: auto;
		top: 11px;
		display: none
	}
}

@media screen and (min-width: 768px) {
	.feature-steps__item:after {
		content: '';
		display: block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		position: absolute;
		background-color: #fff
	}
}

.feature-steps__title {
	display: block;
	margin-bottom: 15px;
	font-size: 2.3rem;
	line-height: 1.2;
	letter-spacing: -.84px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif
}

@media screen and (max-width: 767px) {
	.feature-steps__title {
		font-size: 23px
	}
}

.feature-steps__title h3,
.feature-steps__title h4 {
	font-size: inherit;
	font-family: inherit
}

.feature-steps__text {
	font-size: 17px;
	line-height: 24px
}

@media screen and (max-width: 767px) {
	.feature-steps__text {
		font-size: 14px;
		line-height: 19px
	}
}

.feature-steps .owl-stage {
	counter-increment: item 1
}

.feature-steps .owl-item {
	counter-increment: item 0
}

@media screen and (max-width: 767px) {
	.feature-steps .owl-item:before {
		content: counter(item, decimal-leading-zero);
		font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
		position: absolute;
		font-size: 15px;
		left: 1px;
		right: auto;
		top: 11px
	}
}

.feature-steps .owl-dots {
	display: none
}

.feature-steps .owl-nav button {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #eb2127 !important
}

.feature-steps .owl-nav button.owl-prev {
	left: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.feature-steps .owl-nav button.owl-next {
	right: 0
}

.feature-steps .owl-nav button span {
	font-size: 0
}

.feature-steps .owl-nav button:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-top: 2px solid;
	border-right: 2px solid;
	border-color: currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.feature-steps .owl-nav button.disabled {
	opacity: 0
}

.schedule-module {
	min-height: 1px !important;
	padding: 0 !important
}

.schedule-module.kobe-design {
	background-color: #46b473
}

.schedule-module.kobe-design .schedule-btn:hover i {
	background-color: #46b473
}

.schedule-module__wrap {
	padding: 50px 0 45px;
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.schedule-module__wrap:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 12px;
	background-color: #fff
}

.schedule-module__wrap:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 22.5px 0 22.5px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	left: 50%;
	top: 12px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.schedule-module__content {
	max-width: 605px;
	margin-left: auto;
	margin-right: auto
}

.schedule-module__title {
	color: #fff;
	font-size: 2.5rem;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: 17px;
	letter-spacing: -.8px
}

.schedule-module__title h1,
.schedule-module__title h2,
.schedule-module__title h3,
.schedule-module__title h4,
.schedule-module__title h5,
.schedule-module__title h6 {
	font: inherit;
	margin: 0
}

.schedule-module__text {
	color: #fff;
	font-size: 17px;
	line-height: 24px
}

@media screen and (max-width: 767px) {
	.schedule-module__text {
		font-size: 14px;
		line-height: 19px
	}
}

.schedule-module__cta {
	text-align: center;
	padding-top: 25px
}

.schedule-module .schedule-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 37px;
	height: 37px;
	background-color: #fff;
	text-transform: uppercase;
	color: #231f20;
	letter-spacing: 0.35px;
	font-size: 14px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	white-space: nowrap;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif
}

.schedule-module .schedule-btn i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 37px;
	height: 100%;
	border: 1px solid #fff;
	text-align: center;
	margin-left: 37px;
	background-color: #1a1a1a;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.schedule-module .schedule-btn .k-ico {
	fill: #fff;
	display: inline-block;
	width: 18px;
	height: 15px
}

.schedule-widget {
	position: relative;
	color: #fff;
	padding: 0 !important
}

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

	.schedule-widget:before,
	.schedule-widget:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		width: 50%;
		height: 100%
	}
}

@media screen and (max-width: 980px) {

	.schedule-widget:before,
	.schedule-widget:after {
		width: 100%
	}
}

.schedule-widget:before {
	left: 0;
	background-color: #333
}

.schedule-widget:after {
	right: 0;
	background-color: #414141
}

@media screen and (max-width: 980px) {
	.schedule-widget .container {
		max-width: 100%;
		padding: 0
	}
}

.schedule-widget__title {
	font-size: 3rem;
	line-height: 1.2;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: 17px;
	letter-spacing: -.8px
}

.schedule-widget__title h1,
.schedule-widget__title h2,
.schedule-widget__title h3,
.schedule-widget__title h4,
.schedule-widget__title h5,
.schedule-widget__title h6 {
	font: inherit;
	margin: 0
}

.schedule-widget__title .k-ico {
	fill: #eb2127;
	display: inline-block;
	width: 20px;
	height: 17px;
	margin-left: 20px
}

.schedule-widget__title span {
	white-space: nowrap
}

.schedule-widget__text {
	font-size: 17px;
	max-height: 200px;
	overflow: hidden
}

.schedule-widget__text.open {
	max-height: inherit
}

.schedule-widget .show-all-btn {
	margin-top: 20px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.schedule-widget .show-all-btn:hover {
	color: #eb2127
}

.schedule-widget__wrap {
	position: relative;
	z-index: 1
}

@media screen and (min-width: 981px) {
	.schedule-widget__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.schedule-widget__form .swf-row {
	margin-bottom: 15px
}

.schedule-widget__form input[type='text'],
.schedule-widget__form input[type='email'],
.schedule-widget__form input[type='number'] {
	width: 100%;
	border: 1px solid #fff;
	padding: 0 10px;
	height: 40px;
	background: transparent;
	color: #fff;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.schedule-widget__form input[type='text']::-webkit-input-placeholder,
.schedule-widget__form input[type='email']::-webkit-input-placeholder,
.schedule-widget__form input[type='number']::-webkit-input-placeholder {
	color: #b7b3b3 !important;
	text-transform: uppercase
}

.schedule-widget__form input[type='text']:-moz-placeholder,
.schedule-widget__form input[type='email']:-moz-placeholder,
.schedule-widget__form input[type='number']:-moz-placeholder {
	color: #b7b3b3 !important;
	text-transform: uppercase
}

.schedule-widget__form input[type='text']::-moz-placeholder,
.schedule-widget__form input[type='email']::-moz-placeholder,
.schedule-widget__form input[type='number']::-moz-placeholder {
	color: #b7b3b3 !important;
	text-transform: uppercase
}

.schedule-widget__form input[type='text']:-ms-input-placeholder,
.schedule-widget__form input[type='email']:-ms-input-placeholder,
.schedule-widget__form input[type='number']:-ms-input-placeholder {
	color: #b7b3b3 !important;
	text-transform: uppercase
}

@-webkit-keyframes autofill {

	0%,
	100% {
		color: #fff;
		background: transparent
	}
}

.schedule-widget__form input[type='text']:-webkit-autofill,
.schedule-widget__form input[type='text']:-webkit-autofill:hover,
.schedule-widget__form input[type='text']:-webkit-autofill:focus,
.schedule-widget__form input[type='text']:-webkit-autofill:active,
.schedule-widget__form input[type='email']:-webkit-autofill,
.schedule-widget__form input[type='email']:-webkit-autofill:hover,
.schedule-widget__form input[type='email']:-webkit-autofill:focus,
.schedule-widget__form input[type='email']:-webkit-autofill:active,
.schedule-widget__form input[type='number']:-webkit-autofill,
.schedule-widget__form input[type='number']:-webkit-autofill:hover,
.schedule-widget__form input[type='number']:-webkit-autofill:focus,
.schedule-widget__form input[type='number']:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #1a1a1a inset !important
}

.schedule-widget__form input[type='text']:-webkit-autofill,
.schedule-widget__form input[type='email']:-webkit-autofill,
.schedule-widget__form input[type='number']:-webkit-autofill {
	-webkit-text-fill-color: #fff !important
}

.schedule-widget__form input[type='text']:focus,
.schedule-widget__form input[type='email']:focus,
.schedule-widget__form input[type='number']:focus {
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.4)
}

.schedule-widget__form .schedule-btn {
	position: relative;
	display: inline-block
}

@media screen and (max-width: 980px) {
	.schedule-widget__form .schedule-btn {
		width: 100%
	}
}

.schedule-widget__form .schedule-btn input,
.schedule-widget__form .schedule-btn .submit {
	background: transparent;
	border: 1px solid #fff;
	cursor: pointer;
	padding: 15px 80px 15px 30px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	color: #fff;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: .05em;
	border-radius: 0;
	width: 100%
}

.schedule-widget__form .schedule-btn:hover input,
.schedule-widget__form .schedule-btn:hover .submit {
	background: #eb2127
}

.schedule-widget__form .schedule-btn i {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 46px;
	height: 100%;
	right: 0;
	top: 0;
	pointer-events: none;
	border: 1px solid #fff;
	background-color: #eb2127;
	text-align: center
}

.schedule-widget__form .schedule-btn .k-ico {
	display: inline-block;
	width: 18px;
	height: 15px;
	fill: #fff
}

.schedule-widget__col {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	position: relative
}

@media screen and (max-width: 980px) {
	.schedule-widget__col {
		padding: 100px 40px
	}
}

@media screen and (min-width: 981px) {
	.schedule-widget__col:first-child {
		padding: 5.2vw 8vw 5.2vw 0
	}
}

@media screen and (max-width: 980px) {
	.schedule-widget__col:first-child {
		background-color: #333
	}
}

.schedule-widget__col:first-child:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 30px;
	border-color: transparent transparent transparent #333;
	position: absolute;
	top: 50%;
	right: -30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media screen and (max-width: 980px) {
	.schedule-widget__col:first-child:before {
		-webkit-transform: rotate(90deg) translateX(-50%);
		transform: rotate(90deg) translateX(-50%);
		top: auto;
		bottom: -60px;
		left: 50%;
		z-index: 2
	}
}

@media screen and (min-width: 981px) {
	.schedule-widget__col:last-child {
		padding: 5.2vw 0 5.2vw 8vw
	}
}

@media screen and (max-width: 980px) {
	.schedule-widget__col:last-child {
		background-color: #414141
	}
}

.schedule-widget.--type2 {
	background-color: #414141;
	text-align: center
}

.schedule-widget.--type2:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 12px;
	background-color: #fff
}

.schedule-widget.--type2:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 22.5px 0 22.5px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	left: 50%;
	top: 12px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.schedule-widget.--type2 .container {
	padding-left: 17px;
	padding-right: 17px
}

.schedule-widget.--type2 .schedule-widget__text {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto
}

.schedule-widget.--type2 .schedule-widget__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.schedule-widget.--type2 .schedule-widget__form {
	padding-top: 4vw;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto
}

@media screen and (min-width: 981px) {
	.schedule-widget.--type2 .schedule-widget__form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

.schedule-widget.--type2 .schedule-widget__form input[type='text'],
.schedule-widget.--type2 .schedule-widget__form input[type='email'],
.schedule-widget.--type2 .schedule-widget__form input[type='number'] {
	border: 0;
	border-bottom: 2px solid #fff;
	padding-left: 0;
	padding-right: 0
}

.schedule-widget.--type2 .schedule-widget__form .schedule-btn {
	width: 100%
}

.schedule-widget.--type2 .schedule-widget__form .schedule-btn input,
.schedule-widget.--type2 .schedule-widget__form .schedule-btn .submit {
	padding: 12px 80px 12px 30px
}

.schedule-widget.--type2 .swf-row {
	margin-bottom: 20px
}

@media screen and (min-width: 981px) {
	.schedule-widget.--type2 .swf-row {
		margin-left: 2vw;
		margin-right: 2vw;
		-ms-flex-preferred-size: calc(33.333% - 4vw);
		flex-basis: calc(33.333% - 4vw);
		margin-bottom: 2vw
	}
}

.intro-section {
	position: relative
}

.intro-section.is-green {
	background-color: #46b473
}

.intro-section.is-blue {
	background-color: #52aadd
}

.intro-section.is-orange {
	background-color: #f7941f
}

.intro-section.is-red {
	background-color: #eb2127
}

.intro-section__content {
	padding: 7.87vw 0
}

.intro-section__title {
	color: #fff;
	font-size: 2.5rem;
	letter-spacing: -.96px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: 17px
}

.intro-section__title h1,
.intro-section__title h2,
.intro-section__title h3,
.intro-section__title h4,
.intro-section__title h5,
.intro-section__title h6 {
	font: inherit;
	margin: 0
}

.intro-section__text {
	color: #fff;
	font-size: 17px;
	line-height: 24px;
	max-width: 915px
}

@media screen and (max-width: 767px) {
	.intro-section__text {
		font-size: 14px;
		line-height: 19px
	}
}

.intro-section__text p {
	font-size: inherit;
	line-height: inherit
}

.intro-section__text p:not(:last-child) {
	margin-bottom: 28px
}

.intro-section+.logo-box .logo-box__content {
	padding-top: 0
}

.testimonials.is-black {
	background-color: #1a1a1a;
	color: #fff
}

.testimonials.right-image .testimonials__left {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.testimonials.right-image .testimonials__img {
	margin: 0 0 0 -34px
}

.testimonials__left {
	position: relative
}

.testimonials__img {
	margin: 0 -34px 0 0
}

.testimonials__img img {
	width: 100%
}

.testimonials__tag {
	font-size: 17px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: 6.5rem;
	text-transform: uppercase;
	letter-spacing: .34px
}

.testimonials__content {
	padding: 3rem 0
}

.testimonials__text {
	padding-left: 6.6rem
}

.testimonials__name {
	padding-left: 10.9rem;
	position: relative;
	z-index: 1
}

.testimonials__name .t-name {
	font-size: 1.6875rem;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	letter-spacing: .54px
}

.testimonials__name .t-name:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 43px;
	height: 2px;
	background-color: #eb2127;
	margin-right: 5px
}

.testimonials__name .t-name h1,
.testimonials__name .t-name h2,
.testimonials__name .t-name h3,
.testimonials__name .t-name h4,
.testimonials__name .t-name h5,
.testimonials__name .t-name h6 {
	font: inherit;
	margin: 0;
	display: inline-block
}

.testimonials__name .t-deg {
	font-size: 12px;
	letter-spacing: .24px;
	text-transform: uppercase;
	padding-left: 50px;
	margin: 0;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif
}

.testimonials__quotes {
	max-width: 650px;
	padding-left: 18px;
	position: relative;
	padding-bottom: 3.4rem
}

.testimonials__quotes blockquote {
	font-size: 2.5rem;
	line-height: 1.25;
	font-family: "Big Caslon", sans-serif;
	position: relative;
	z-index: 1
}

.testimonials__quotes .k-ico {
	position: absolute;
	right: 10.625rem;
	top: -3.125rem;
	fill: #000;
	width: 22.625rem;
	height: 16.5rem
}

.testimonials.space-xl-bot .testimonials__content {
	padding-bottom: 33rem
}

.testimonials-big blockquote {
	font-size: 1.750em;
	font-family: "Big Caslon", sans-serif;
	margin-top: 1.4em
}

.testimonials-big h4 {
	font-size: 2em;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	margin-top: 0
}

.testimonials-big p {
	font-size: 1em;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif
}

.testimonials-big p+p {
	font-size: 1em;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	font-weight: normal
}

.benefits.is-black,
.benefits.black-bg {
	background-color: #1a1a1a;
	color: #fff
}

.benefits.is-black h2,
.benefits.black-bg h2 {
	color: #fff
}

.benefits.is-black h2+p,
.benefits.black-bg h2+p {
	color: #fff
}

.benefits__title {
	font-size: 3.125rem;
	margin-bottom: 20px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: -0.25px
}

.benefits__title h1,
.benefits__title h2,
.benefits__title h3,
.benefits__title h4,
.benefits__title h5,
.benefits__title h6 {
	font: inherit;
	margin: 0
}

.benefits .row {
	margin-left: -8px;
	margin-right: -8px
}

.benefits [class*="col"] {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 20px
}

.benefits h2 {
	font-size: 2.5rem;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: -0.12px;
	margin-bottom: 30px;
	color: #1a1a1a
}

.benefits h2+p {
	color: #1a1a1a
}

.benefits p {
	font-size: 17px;
	line-height: 1.7
}

.info-block-with-lines~.benefits.is-black {
	padding-bottom: 20px !important
}

.benefits-big {
	padding: 5rem 0 !important
}

.benefits-big [class*="col"] {
	margin-bottom: 20px
}

.box {
	height: 100%
}

.box .card {
	background: transparent;
	border-radius: 0;
	border: 2px solid #FFFFFF;
	margin-bottom: 1em;
	height: 100%
}

.box .card.no-border {
	border: 0 !important
}

.box .card-body {
	padding: 2.9em 1.3em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.box .card-body p {
	font-size: 17px;
	margin: 0
}

.box .card-title {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-size: 2rem;
	margin-bottom: 0.7em;
	letter-spacing: -0.7px
}

.box .card-img-wrap {
	max-width: 100%;
	margin: 0 0 20px;
	display: block
}

.box .card-img-wrap img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

.benefits-big .box .card-body {
	padding: 2em 1em
}

.benefits-big .box .card-footer {
	padding: 0 1.2em;
	border: 0;
	background: transparent;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0.5em
}

.benefits-big .box .card-footer a {
	margin: 0;
	font-size: 20px
}

.benefits-big .box .card-footer a:hover {
	color: #e82629 !important
}

.benefits-big .box h6 {
	font-size: 0.8em;
	margin-bottom: 1.2em;
	font-weight: 400
}

.benefits-big .box h5.card-title {
	font-size: 2.125em;
	margin-bottom: 1.2em
}

.benefits-big .box .card-body p {
	font-weight: normal;
	font-size: 17px;
	margin: 0
}

.benefits-big .box .card-body {
	padding: 2em 1em
}

.benefits-big .box .card-footer {
	padding: 0 1.2em;
	border: 0;
	background: transparent;
	font-size: 20px;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	font-weight: 500;
	margin-bottom: 0.5em
}

.benefits-big .box .card-footer a {
	margin: 0;
	font-size: 18px
}

.benefits-big .box .card-footer a:hover {
	color: #e82629 !important
}

.benefits-big .box h6 {
	font-size: 0.8em;
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	margin-bottom: 1.2em;
	font-weight: 400
}

.benefits-big .box h5.card-title {
	font-size: 32px;
	letter-spacing: -0.7px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: 30px
}

.benefits-big .box .card-body p {
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.7
}

.look-for {
	position: relative
}

.look-for:before {
	content: '';
	display: block;
	width: 100%;
	height: 17.5rem;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #1a1a1a
}

.look-for__content {
	padding-bottom: 4rem;
	position: relative;
	z-index: 1
}

@media screen and (min-width: 768px) {
	.look-for__content .arrow-down {
		bottom: 40px
	}
}

.look-for__img {
	text-align: center
}

.look-for__img img {
	max-height: 500px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.look-for__caption {
	background-color: #fff;
	margin-top: -3em;
	padding: 3.7em 3em 40px;
	color: #1a1a1a
}

@media screen and (max-width: 767px) {
	.look-for__caption {
		padding: 25px 20px
	}
}

.look-for__title {
	font-size: 2.5rem;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: -1px;
	margin-bottom: 22px
}

.look-for__title h1,
.look-for__title h2,
.look-for__title h3,
.look-for__title h4,
.look-for__title h5,
.look-for__title h6 {
	font: inherit;
	margin: 0
}

@media screen and (max-width: 767px) {
	.look-for__title {
		font-size: 23px
	}
}

.look-for__text {
	font-size: 17px;
	line-height: 24px
}

@media screen and (max-width: 767px) {
	.look-for__text {
		font-size: 14px;
		line-height: 19px
	}
}

.look-for__cta {
	padding-top: 40px
}

.look-for.is-black {
	background-color: #1a1a1a
}

.look-for.is-black .look-for__content {
	padding-top: 4rem
}

.look-for.is-black .look-for__caption {
	background-color: #1a1a1a;
	color: #fff
}

.look-for.is-black .look-for__text {
	font-size: 17px
}

@media screen and (max-width: 767px) {
	.look-for.is-black .look-for__text {
		font-size: 15px
	}
}

.look-for.is-black .look-for__cta a {
	color: #fff
}

.logo-box {
	padding: 0;
	overflow: hidden
}

.logo-box+.is-black {
	margin-top: -1px
}

.logo-box__content {
	padding-top: 5rem
}

.logo-box .row {
	margin-right: -30px;
	margin-left: -30px
}

.logo-box .card {
	border-radius: 0;
	border: 0
}

.logo-box .card .card-body {
	padding: 4.5em 4.5em 0
}

.logo-box .card p {
	color: #ffffff;
	padding: 30px 0;
	margin-bottom: 0;
	font-size: 17px;
	font-weight: 300
}

.logo-box .card p.normal {
	color: #fff;
	padding: 0 0 2em;
	font-size: 0.890em;
	font-weight: normal
}

.logo-box .card-footer {
	background: transparent;
	border: 0;
	color: #FFFFFF;
	padding: 0 0 4.5em 3.9em;
	font-size: 1.125em
}

.logo-box .card-footer .top-link {
	margin-bottom: 10px
}

.logo-box .card-footer a {
	margin: 0;
	font-size: 20px
}

.logo-box .card-footer a:hover {
	margin-left: 0;
	color: #e82629 !important
}

.logo-box .card {
	height: 100%
}

.logo-box .card.card-one-bg {
	background: #262626;
	min-height: 250px
}

.logo-box .card.card-two-bg {
	background: #333333;
	min-height: 250px
}

.logo-box .card.card-three-bg {
	background: #404040;
	min-height: 250px
}

.logo-box.big-text .card .card-body p.card-text {
	padding: 1.5em 0 0.8em;
	line-height: normal;
	font-size: 2.3em
}

.persons-section {
	padding: 5rem 0 !important;
	background-color: #1a1a1a
}

.persons-section__content {
	color: #fff;
	padding-top: 12px
}

.persons-section__content h4 {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: -0.64px;
	font-size: 32px;
	margin: 0 0 15px
}

.persons-section__content .ps-tag {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: 0.34px;
	font-size: 17px;
	text-transform: uppercase;
	margin: 0 0 15px
}

.persons-section__content .ps-text {
	font-size: 17px;
	margin: 0
}

@media screen and (max-width: 767px) {
	.persons-section [class*='col'] {
		margin-bottom: 30px
	}
}

.hire-us__modal {
	position: fixed;
	background-color: #1a1a1a;
	text-align: center;
	color: #fff;
	padding: 3.1rem 3rem 3rem;
	min-width: 370px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	max-height: 100vh;
	overflow: auto;
	z-index: 99999999;
	-webkit-transition: .42s ease;
	transition: .42s ease;
	-ms-scrollbar-base-color: #121212;
	scrollbar-color: rgba(18, 18, 18, 0.5) #1a1a1a;
	scrollbar-width: thin
}

@media screen and (max-width: 767px) {
	.hire-us__modal {
		padding: 4rem 20px 3rem;
		min-width: 1px
	}
}

.hire-us__modal::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: #1a1a1a;
	width: 10px
}

.hire-us__modal::-webkit-scrollbar {
	width: 10px;
	background-color: #1a1a1a
}

.hire-us__modal::-webkit-scrollbar-thumb {
	background-color: rgba(18, 18, 18, 0.3)
}

.hire-us__modal:not(.opened) {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.8);
	transform: scale(0.8)
}

.hire-us__modal div.wpcf7-response-output {
	border-color: #fff;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 2em
}

.hire-us__modal span.wpcf7-not-valid-tip {
	padding-top: 5px;
	font-size: 12px;
	width: 100%
}

@media screen and (min-width: 981px) {
	.hire-us__modal span.wpcf7-not-valid-tip {
		position: absolute;
		top: calc(100% + 10px);
		left: 0
	}
}

.hire-us__modal div.wpcf7 .ajax-loader {
	background: none;
	border: 2px solid #f3f3f3;
	border-top: 2px solid #eb2127;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	-webkit-filter: drop-shadow(0px 0px 5px red);
	filter: drop-shadow(0px 0px 5px red);
	margin-left: 8px
}

.hire-us__close {
	width: 30px;
	height: 30px;
	top: 37px;
	left: 37px;
	position: fixed;
	cursor: pointer;
	z-index: 5
}

@media screen and (max-width: 767px) {
	.hire-us__close {
		top: 20px;
		left: 20px
	}
}

.hire-us__close:before,
.hire-us__close:after {
	content: '';
	display: block;
	width: 38px;
	height: 1px;
	position: absolute;
	left: -4px;
	top: 14px;
	background-color: #fff;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.hire-us__close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.hire-us__close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

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

	.hire-us__close:hover:before,
	.hire-us__close:hover:after {
		background-color: #eb2127
	}
}

.hum-title {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: -2.66px;
	font-size: 3rem;
	margin-bottom: 20px
}

@media screen and (max-width: 980px) {
	.hum-title {
		font-size: 2.8rem
	}
}

.hum-form {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto
}

.hum-form input[type='text'],
.hum-form input[type='email'],
.hum-form input[type='tel'] {
	width: 100%;
	text-align: center;
	color: #fff;
	border: 0;
	background: none;
	border-bottom: 2px solid #fff;
	font-size: 18px;
	padding: 0 5px 5px
}

@media screen and (max-width: 980px) {

	.hum-form input[type='text'],
	.hum-form input[type='email'],
	.hum-form input[type='tel'] {
		font-size: 16px
	}
}

.hum-form input[type='text']::-webkit-input-placeholder,
.hum-form input[type='email']::-webkit-input-placeholder,
.hum-form input[type='tel']::-webkit-input-placeholder {
	color: #b7b3b3 !important;
	font-size: 19px
}

@media screen and (max-width: 980px) {

	.hum-form input[type='text']::-webkit-input-placeholder,
	.hum-form input[type='email']::-webkit-input-placeholder,
	.hum-form input[type='tel']::-webkit-input-placeholder {
		font-size: 16px
	}
}

.hum-form input[type='text']:-moz-placeholder,
.hum-form input[type='email']:-moz-placeholder,
.hum-form input[type='tel']:-moz-placeholder {
	color: #b7b3b3 !important;
	font-size: 19px
}

@media screen and (max-width: 980px) {

	.hum-form input[type='text']:-moz-placeholder,
	.hum-form input[type='email']:-moz-placeholder,
	.hum-form input[type='tel']:-moz-placeholder {
		font-size: 16px
	}
}

.hum-form input[type='text']::-moz-placeholder,
.hum-form input[type='email']::-moz-placeholder,
.hum-form input[type='tel']::-moz-placeholder {
	color: #b7b3b3 !important;
	font-size: 19px
}

@media screen and (max-width: 980px) {

	.hum-form input[type='text']::-moz-placeholder,
	.hum-form input[type='email']::-moz-placeholder,
	.hum-form input[type='tel']::-moz-placeholder {
		font-size: 16px
	}
}

.hum-form input[type='text']:-ms-input-placeholder,
.hum-form input[type='email']:-ms-input-placeholder,
.hum-form input[type='tel']:-ms-input-placeholder {
	color: #b7b3b3 !important;
	font-size: 19px
}

@media screen and (max-width: 980px) {

	.hum-form input[type='text']:-ms-input-placeholder,
	.hum-form input[type='email']:-ms-input-placeholder,
	.hum-form input[type='tel']:-ms-input-placeholder {
		font-size: 16px
	}
}

@-webkit-keyframes autofill {

	0%,
	100% {
		color: #b7b3b3;
		background: transparent
	}
}

.hum-form input[type='text']:-webkit-autofill,
.hum-form input[type='text']:-webkit-autofill:hover,
.hum-form input[type='text']:-webkit-autofill:focus,
.hum-form input[type='text']:-webkit-autofill:active,
.hum-form input[type='email']:-webkit-autofill,
.hum-form input[type='email']:-webkit-autofill:hover,
.hum-form input[type='email']:-webkit-autofill:focus,
.hum-form input[type='email']:-webkit-autofill:active,
.hum-form input[type='tel']:-webkit-autofill,
.hum-form input[type='tel']:-webkit-autofill:hover,
.hum-form input[type='tel']:-webkit-autofill:focus,
.hum-form input[type='tel']:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #1a1a1a inset !important
}

.hum-form input[type='text']:-webkit-autofill,
.hum-form input[type='email']:-webkit-autofill,
.hum-form input[type='tel']:-webkit-autofill {
	-webkit-text-fill-color: #fff !important
}

.hum-form select {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	background: none;
	border: 0;
	text-align: center;
	color: #fff;
	font-size: 19px
}

.hum-form select.select-decor {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0
}

.hum-row {
	margin-bottom: 26px;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.hum-row.is-hide {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(15px);
	transform: translateY(15px)
}

@media screen and (min-width: 981px) {
	.hum-fieldset {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.hum-fieldset+.hum-fieldset {
	margin-top: 30px
}

.hum-field {
	padding: 0 20px;
	position: relative;
	min-width: 200px
}

@media screen and (min-width: 981px) {
	.hum-field {
		max-width: 360px
	}
}

@media screen and (min-width: 1280px) {
	.hum-field {
		min-width: 358px
	}
}

@media screen and (max-width: 980px) {
	.hum-field {
		margin-bottom: 30px
	}
}

.hum-field.hum-multiple {
	min-width: 300px
}

@media screen and (min-width: 1280px) {
	.hum-field.hum-multiple {
		min-width: 515px
	}
}

@media screen and (max-width: 980px) {
	.hum-field.hum-multiple {
		min-width: 200px
	}
}

@media screen and (min-width: 981px) {
	.hum-field.hum-col {
		max-width: 300px
	}
}

@media screen and (min-width: 1280px) {
	.hum-field.hum-col {
		min-width: 293px
	}
}

@media screen and (min-width: 1280px) {
	.hum-field.hum-m {
		min-width: 268px
	}
}

.hum-field .select2-container {
	top: calc(100% + 10px) !important
}

.hum-range {
	width: 100%;
	max-width: 488px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto
}

.hum-label {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: -0.46px;
	font-size: 20px;
	margin-right: 5px;
	line-height: 1;
	color: #fff
}

@media screen and (max-width: 980px) {
	.hum-label {
		margin-top: 20px;
		margin-right: 0;
		margin-bottom: 20px;
		font-size: 18px
	}
}

.hum-sub-title {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: -0.46px;
	font-size: 20px;
	margin-bottom: 20px;
	padding-top: 17px;
	color: #fff
}

@media screen and (max-width: 980px) {
	.hum-sub-title {
		font-size: 18px
	}
}

.hum-cta {
	padding-top: 22px
}

@media screen and (max-width: 980px) {
	.hum-cta {
		padding-top: 40px
	}
}

@media screen and (max-width: 767px) {
	.hum-cta {
		padding-top: 10px
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.hum-submit,
.hum-submit[type='submit'] {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	background-color: #eb2127;
	border-radius: 0;
	border: 0;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	min-width: 155px;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.hum-submit:hover,
.hum-submit[type='submit']:hover {
	background-color: #fff;
	color: #1a1a1a
}

.white-paper {
	background-color: #1a1a1a;
	position: relative;
	overflow: hidden
}

@media screen and (max-width: 767px) {
	.white-paper {
		min-height: 1px !important;
		height: auto !important
	}
}

.white-paper__wrap {
	padding: 1rem 0
}

.white-paper__bg {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .3
}

.white-paper__row {
	position: relative;
	z-index: 1;
	max-width: 1000px;
	padding-top: 3vw;
	margin-left: auto;
	margin-right: auto
}

@media screen and (min-width: 768px) {
	.white-paper__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media screen and (min-width: 768px) {
	.white-paper__col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media screen and (min-width: 768px) {
	.white-paper__col:first-child {
		padding-right: 2.6041666666666665vw;
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%
	}
}

@media screen and (min-width: 768px) {
	.white-paper__col:last-child {
		padding-left: 2.6041666666666665vw;
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%
	}
}

@media screen and (max-width: 767px) {
	.white-paper__col {
		margin-bottom: 40px
	}
}

.white-paper__media {
	position: relative;
	width: 100%
}

.white-paper__video {
	overflow: hidden;
	background-image: url(../images/Ipad-pro-white.png);
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 500px;
	position: relative;
	background-color: #000;
	border-radius: 43px
}

.white-paper__video:before {
	content: '';
	display: block;
	padding-top: 138%;
	min-height: 200px;
	max-height: 900px
}

.white-paper__video+img {
	display: none
}

.white-paper__video figure {
	margin: 0
}

.white-paper__video video {
	position: absolute;
	left: 50%;
	top: 3.4%;
	width: 91%;
	height: 93%;
	-o-object-position: center;
	object-position: center;
	border-radius: 12px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.white-paper__form {
	width: 100%
}

.white-paper__form input[type='text'],
.white-paper__form input[type='email'],
.white-paper__form input[type='tel'] {
	width: 100%;
	text-align: center;
	border: 1px solid #fff;
	background: #000;
	color: #999;
	height: 40px;
	font-size: 12px;
	padding: 0 5px;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.white-paper__form input[type='text']::-webkit-input-placeholder,
.white-paper__form input[type='email']::-webkit-input-placeholder,
.white-paper__form input[type='tel']::-webkit-input-placeholder {
	color: #999 !important;
	font-size: 12px;
	text-transform: uppercase
}

.white-paper__form input[type='text']:-moz-placeholder,
.white-paper__form input[type='email']:-moz-placeholder,
.white-paper__form input[type='tel']:-moz-placeholder {
	color: #999 !important;
	font-size: 12px;
	text-transform: uppercase
}

.white-paper__form input[type='text']::-moz-placeholder,
.white-paper__form input[type='email']::-moz-placeholder,
.white-paper__form input[type='tel']::-moz-placeholder {
	color: #999 !important;
	font-size: 12px;
	text-transform: uppercase
}

.white-paper__form input[type='text']:-ms-input-placeholder,
.white-paper__form input[type='email']:-ms-input-placeholder,
.white-paper__form input[type='tel']:-ms-input-placeholder {
	color: #999 !important;
	font-size: 12px;
	text-transform: uppercase
}

.white-paper__form input[type='text']:focus,
.white-paper__form input[type='email']:focus,
.white-paper__form input[type='tel']:focus {
	-webkit-box-shadow: 0 0 20px rgba(235, 33, 39, 0.3);
	box-shadow: 0 0 20px rgba(235, 33, 39, 0.3)
}

.white-paper__form input[type='text']:-webkit-autofill,
.white-paper__form input[type='text']:-webkit-autofill:hover,
.white-paper__form input[type='text']:-webkit-autofill:focus,
.white-paper__form input[type='text']:-webkit-autofill:active,
.white-paper__form input[type='email']:-webkit-autofill,
.white-paper__form input[type='email']:-webkit-autofill:hover,
.white-paper__form input[type='email']:-webkit-autofill:focus,
.white-paper__form input[type='email']:-webkit-autofill:active,
.white-paper__form input[type='tel']:-webkit-autofill,
.white-paper__form input[type='tel']:-webkit-autofill:hover,
.white-paper__form input[type='tel']:-webkit-autofill:focus,
.white-paper__form input[type='tel']:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #000 inset !important
}

.white-paper__form input[type='text']:-webkit-autofill,
.white-paper__form input[type='email']:-webkit-autofill,
.white-paper__form input[type='tel']:-webkit-autofill {
	-webkit-text-fill-color: #999 !important
}

.wpf-title {
	letter-spacing: -0.8px;
	color: #fff;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-size: 2.5rem;
	line-height: 1.1;
	margin-bottom: 2.9375rem
}

@media screen and (max-width: 767px) {
	.wpf-title {
		margin-bottom: 1.5rem
	}
}

.wpf-title h1,
.wpf-title h2,
.wpf-title h3,
.wpf-title h4,
.wpf-title h5,
.wpf-title h6 {
	font: inherit;
	margin: 0
}

.wpf-inner {
	border: 2px solid #fff;
	background-color: #000;
	padding: 18px 50px 38px;
	text-align: center
}

.wpf-sub-title {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-size: 18px;
	color: #fff;
	margin-bottom: 32px
}

.wpf-row {
	margin-bottom: 18px
}

.wpf-action {
	margin-bottom: 18px
}

.wpf-action input,
.wpf-action a,
.wpf-action .wpf-cta {
	border: 0;
	border-radius: 0;
	background-color: #eb2127;
	color: #fff;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-size: 12px;
	padding: 14px 20px;
	min-width: 214px;
	cursor: pointer;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

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

	.wpf-action input,
	.wpf-action a,
	.wpf-action .wpf-cta {
		width: 100%;
		min-width: 1px
	}
}

.wpf-action input:hover,
.wpf-action a:hover,
.wpf-action .wpf-cta:hover {
	background-color: #fff;
	color: #1a1a1a
}

.wpf-description {
	color: #999;
	font-size: 14px
}

.wpf-description a {
	color: #999;
	text-decoration: underline
}

.wpf-description a:hover {
	text-decoration: none
}

@media screen and (min-width: 768px) {
	.post-template-template-whitepaper-post .main-header {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0
	}
}

.tax-case_study_categories #fullpage {
	overflow: visible
}

.wcs-section {
	padding: 0 0 2.9rem;
	width: 100%;
	max-width: 1218px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px
}

.wcs-filters {
	padding-top: 67px;
	padding-bottom: 22px;
	margin-bottom: 34px;
	position: sticky;
	top: 87px;
	z-index: 1;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.wcs-filters:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	top: 45px;
	left: 0;
	position: absolute
}

@media screen and (max-width: 1024px) {
	.wcs-filters {
		top: 85px
	}
}

@media screen and (max-width: 767px) {
	.wcs-filters {
		margin-bottom: 10px;
		top: 74px
	}
}

.admin-bar .wcs-filters {
	top: 119px
}

@media screen and (max-width: 1024px) {
	.admin-bar .wcs-filters {
		top: 117px
	}
}

@media screen and (max-width: 767px) {
	.admin-bar .wcs-filters {
		top: 106px
	}
}

.wcs-filters__refine {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.wcs-filters__refine .refine-label {
	font-size: 17px;
	color: #1a1a1a;
	margin-right: 25px
}

@media screen and (max-width: 1024px) {
	.wcs-filters__refine .refine-label {
		display: none
	}
}

.wcs-filters__refine .refine-btn {
	text-decoration: none;
	border: 1px solid #000;
	padding: 10px 20px;
	font-size: 12px;
	background: transparent;
	color: #1a1a1a;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	min-width: 125px;
	text-align: center
}

@media screen and (max-width: 1024px) {
	.wcs-filters__refine .refine-btn {
		min-width: 1px;
		padding: 10px 15px
	}
}

.wcs-filters__refine .refine-btn:hover {
	background-color: #1a1a1a;
	color: #fff
}

.wcs-filters__modal {
	background-color: #fff;
	padding: 4.4vw 5.3vw;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999999;
	max-width: 1180px;
	width: 100%;
	height: 100%;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	max-height: 100vh;
	overflow: auto
}

.wcs-filters__modal:not(.opened) {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	opacity: 0;
	visibility: hidden
}

.wcs-filters>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none
}

.wcs-filters>ul>li {
	padding-right: 35px
}

@media screen and (max-width: 767px) {
	.wcs-filters>ul>li {
		padding-right: 15px
	}
}

.wcs-filters>ul>li a {
	letter-spacing: -0.44px;
	color: #000;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-size: 22px
}

@media screen and (max-width: 767px) {
	.wcs-filters>ul>li a {
		font-size: 15px
	}
}

.wcs-filters>ul>li a.active {
	color: #eb2127
}

.wcsfm-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 3.8vw
}

.wcsfm-head .reset-btn {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	color: #eb2127;
	text-transform: uppercase;
	letter-spacing: 0.34px;
	font-size: 17px;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.wcsfm-head .reset-btn:hover {
	color: #1a1a1a
}

.wcsfm-head .close-btn {
	width: 40px;
	height: 40px;
	position: relative;
	font-size: 0
}

.wcsfm-head .close-btn:before,
.wcsfm-head .close-btn:after {
	content: '';
	display: block;
	width: 54px;
	height: 1px;
	position: absolute;
	left: -8px;
	top: 19px;
	background-color: #1a1a1a;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.wcsfm-head .close-btn:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.wcsfm-head .close-btn:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.wcsfm-head .close-btn:hover:before,
.wcsfm-head .close-btn:hover:after {
	background-color: #eb2127
}

.wcsfm-title {
	font-family: "Big Caslon", sans-serif;
	color: #1a1a1a;
	font-size: 40px;
	border-bottom: 1px solid #1a1a1a;
	padding-bottom: 11px;
	margin-bottom: 42px
}

.wcsfm-content {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2
}

@media screen and (max-width: 1024px) {
	.wcsfm-content {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		padding: 0 10px
	}
}

.wcsfm-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2
}

.wcsfm-content ul.one-col {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1
}

.wcsfm-content ul li {
	padding-left: 20px;
	margin-bottom: 5px;
	position: relative
}

.wcsfm-content ul li label {
	cursor: pointer;
	color: #1a1a1a;
	font-size: 17px;
	letter-spacing: -0.34px;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.wcsfm-content ul li label:hover {
	color: #eb2127
}

@-webkit-keyframes checkbox-check {
	0% {
		width: 0;
		height: 0;
		border-color: #eb2127;
		-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
		transform: translate3d(0, 0, 0) rotate(45deg)
	}

	33% {
		width: .25em;
		height: 0;
		-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
		transform: translate3d(0, 0, 0) rotate(45deg)
	}

	100% {
		width: .25em;
		height: .5em;
		border-color: #eb2127;
		-webkit-transform: translate3d(0, -0.5em, 0) rotate(45deg);
		transform: translate3d(0, -0.5em, 0) rotate(45deg)
	}
}

@keyframes checkbox-check {
	0% {
		width: 0;
		height: 0;
		border-color: #eb2127;
		-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
		transform: translate3d(0, 0, 0) rotate(45deg)
	}

	33% {
		width: .25em;
		height: 0;
		-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
		transform: translate3d(0, 0, 0) rotate(45deg)
	}

	100% {
		width: .25em;
		height: .5em;
		border-color: #eb2127;
		-webkit-transform: translate3d(0, -0.5em, 0) rotate(45deg);
		transform: translate3d(0, -0.5em, 0) rotate(45deg)
	}
}

.wcsfm-content ul li input[type='checkbox'] {
	display: none
}

.wcsfm-content ul li input[type='checkbox']:checked+span {
	color: #eb2127
}

.wcsfm-content ul li input[type='checkbox']:checked+span:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 4px;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
	animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.wcsfm-content ul li a {
	color: #1a1a1a;
	font-size: 17px;
	letter-spacing: -0.34px
}

.wcsfm-content ul li a:hover {
	color: #eb2127
}

.wcsfm-content ul li a.active:before {
	content: '\f00c';
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #eb2127;
	position: absolute;
	left: 8px;
	top: 0
}

.wcsfm-col {
	display: inline-block;
	width: 100%;
	margin-bottom: 3vw
}

.wcsfm-heading {
	margin-bottom: 7px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: -0.54px;
	font-size: 27px
}

.wcsfm-cta {
	text-align: center;
	padding-top: 28px;
	padding-bottom: 24px
}

.wcsfm-cta .apply-btn {
	text-decoration: none;
	border: 1px solid #000;
	padding: 10px 20px;
	font-size: 12px;
	background: transparent;
	color: #1a1a1a;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	min-width: 125px;
	text-align: center;
	display: inline-block
}

.wcsfm-cta .apply-btn:hover {
	background-color: #1a1a1a;
	color: #fff
}

.loading .wcs-section:after {
	content: '';
	background: none;
	border: 5px solid #d0caca;
	border-top: 5px solid #eb2127;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: 0 auto;
	display: block
}

.wcs-grid {
	position: relative;
	min-height: 500px;
	overflow: hidden
}

@media screen and (min-width: 768px) {
	.wcs-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.wcs-grid .loader {
	background: none;
	border: 5px solid #f3f3f3;
	border-top: 5px solid #eb2127;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: -30px
}

@-webkit-keyframes move_height_up {
	from {
		height: 0
	}

	to {
		height: 100%
	}
}

@keyframes move_height_up {
	from {
		height: 0
	}

	to {
		height: 100%
	}
}

@-webkit-keyframes move_height_down {
	from {
		height: 100%
	}

	to {
		height: 0
	}
}

@keyframes move_height_down {
	from {
		height: 100%
	}

	to {
		height: 0
	}
}

@-webkit-keyframes scale_down {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	to {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0
	}
}

@keyframes scale_down {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	to {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0
	}
}

@-webkit-keyframes scale_up {
	from {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes scale_up {
	from {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.wcs-grid--item {
	position: relative;
	overflow: hidden;
	margin-bottom: 6.6vw;
	background-color: #1a1a1a
}

@media screen and (min-width: 768px) {
	.wcs-grid--item {
		-ms-flex-preferred-size: calc(50% - 6.8vw);
		flex-basis: calc(50% - 6.8vw)
	}
}

.wcs-grid--item:hover .wcs-grid--content>.wcs-grid--title {
	display: none
}

.wcs-grid--item:hover .wcs-grid--img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.wcs-grid--item:hover .wcs-grid--group {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.wcs-grid--item:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 126.3%
}

.wcs-grid--item.is-full {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%
}

@media screen and (min-width: 768px) {
	.wcs-grid--item.is-full:before {
		padding-top: 56.8%
	}
}

@media screen and (min-width: 768px) {
	.wcs-grid--item.is-full .wcs-grid--content {
		max-width: 33.6%
	}
}

.wcs-grid--item.is-full .wcs-grid--content:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 24px 23px 24px;
	border-color: transparent transparent #eb2127 transparent;
	position: absolute;
	right: -35px;
	top: 50%;
	margin-top: 10px;
	pointer-events: none;
	-webkit-transform: rotate(90deg) translate(-50%, 30px);
	transform: rotate(90deg) translate(-50%, 30px);
	opacity: 0
}

.wcs-grid--item.is-full .wcs-grid--group {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

@media screen and (min-width: 768px) {
	.wcs-grid--item.is-full .wcs-grid--group {
		padding-bottom: 6vw
	}
}

@media screen and (min-width: 768px) {
	.wcs-grid--item.is-full .wcs-grid--cta {
		padding-top: 50px
	}
}

.wcs-grid--item.is-full:hover .wcs-grid--group {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.wcs-grid--item.is-full:hover .wcs-grid--content:before {
	-webkit-transform: rotate(90deg) translate(-50%, 0);
	transform: rotate(90deg) translate(-50%, 0);
	opacity: 1;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

@media screen and (min-width: 768px) {
	.wcs-grid--item.is-half-big {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}

.wcs-grid--item.is-half-big:before {
	padding-top: 139.8%
}

.wcs-grid--item.is-half-big:hover .wcs-grid--group {
	position: static
}

.wcs-grid--item.is-half-big .wcs-grid--content:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 24px 23px 24px;
	border-color: transparent transparent #eb2127 transparent;
	position: absolute;
	left: 50%;
	top: -23px;
	pointer-events: none;
	-webkit-transform: translate(-50%, 30px);
	transform: translate(-50%, 30px);
	opacity: 0
}

@media screen and (min-width: 768px) {
	.wcs-grid--item.is-half-big .wcs-grid--cta {
		padding-top: 0
	}
}

@media screen and (min-width: 768px) {
	.wcs-grid--item.is-half-big .wcs-grid--col {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		padding-left: 20px
	}
}

@media screen and (min-width: 768px) {
	.wcs-grid--item.is-half-big .wcs-grid--left {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}

@media screen and (min-width: 768px) {
	.wcs-grid--item.is-half-big .wcs-grid--content {
		height: auto
	}
}

@media screen and (max-width: 767px) {
	.wcs-grid--item.is-half-big .wcs-grid--content {
		max-height: 60%
	}
}

@media screen and (min-width: 768px) {
	.wcs-grid--item.is-half-big .wcs-grid--group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 3.6vw 37px 30px;
		min-height: 200px
	}
}

@media screen and (max-width: 767px) {
	.wcs-grid--item.is-half-big .wcs-grid--group {
		padding-bottom: 30px
	}
}

.wcs-grid--item.is-half-big:hover .wcs-grid--content:before {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 1;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.wcs-grid--img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: .4s ease;
	transition: .4s ease
}

.wcs-grid--img a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.wcs-grid--img:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000 100%);
	opacity: .3
}

.wcs-grid--group {
	padding: 30px 37px 7.5vw;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	background-color: #eb2127;
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transform: translateY(101%);
	transform: translateY(101%);
	overflow: hidden
}

@media screen and (max-width: 767px) {
	.wcs-grid--group {
		padding: 30px 20px
	}
}

.wcs-grid--group .wcs-grid--title {
	padding: 0;
	margin-bottom: 27px
}

@media screen and (max-width: 767px) {
	.wcs-grid--group .wcs-grid--title {
		margin-bottom: 10px
	}
}

.wcs-grid--content {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%
}

.wcs-grid--title {
	font-size: 30px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: -.6px;
	padding: 25px 25px 17px;
	line-height: 1.2
}

@media screen and (max-width: 767px) {
	.wcs-grid--title {
		font-size: 23px
	}
}

.wcs-grid--title h1,
.wcs-grid--title h2,
.wcs-grid--title h3,
.wcs-grid--title h4,
.wcs-grid--title h5,
.wcs-grid--title h6 {
	font: inherit;
	margin: 0
}

.wcs-grid--title a {
	color: #fff
}

.wcs-grid--title a:hover {
	color: #000 !important
}

.wcs-grid--title .subtitle-tagline {
	padding-top: 10px;
	margin: 0;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: normal
}

.wcs-grid--text {
	font-size: 17px;
	line-height: 1.3;
	max-height: 242px;
	overflow: hidden
}

@media screen and (min-width: 768px) {
	.wcs-grid--text {
		max-width: 320px
	}
}

@media screen and (max-width: 767px) {
	.wcs-grid--text {
		font-size: 15px;
		max-height: 245px
	}
}

.wcs-grid--cta {
	padding-top: 20px
}

.wcs-grid--cta .more-link {
	color: #fff
}

@media screen and (max-width: 767px) {
	.wcs-grid--cta .more-link {
		font-size: 14px
	}
}

.wcs-grid--cta .more-link:hover {
	color: #1a1a1a
}

@media screen and (min-width: 768px) {
	.wcs-grid--cta.--mobile {
		display: none
	}
}

@media screen and (max-width: 767px) {
	.wcs-grid--cta.--desktop {
		display: none
	}
}

.filters-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: .7;
	z-index: 9999999
}

.filters-opened {
	pointer-events: none
}

.filters-opened .wcs-filters__modal,
.filters-opened .filters-overlay {
	pointer-events: all
}

.circle-add-box+.circle-add-box+.section {
	z-index: 11
}

@media screen and (max-width: 767px) {
	.circlebx {
		padding-bottom: 20px
	}
}

@media screen and (max-width: 600px) {
	.circlebx {
		text-align: center
	}
}

.circle-section {
	position: relative
}

.circle-section.stopped #circleContainer {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
	top: 0
}

.circle-section.animated .circlebox,
.circle-section.animated .circle-title,
.circle-section.animated .circle_tab {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1
}

.circle-section .scrollmagic-pin-spacer {
	width: 100%
}

@-webkit-keyframes move_down_2 {
	from {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		opacity: .1
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes move_down_2 {
	from {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		opacity: .1
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

.circle-section.pm-active .circlebox svg {
	-webkit-transform: rotate(0) !important;
	transform: rotate(0) !important
}

.circle-section.pm-active .pm-title {
	display: block !important;
	-webkit-animation: .5s linear forwards move_down_2;
	animation: .5s linear forwards move_down_2
}

.circle-section.pm-active .dd-title {
	display: none !important
}

.circle-section.pm-active .vp-title {
	display: none !important
}

.circle-section.pm-active .circle_tab_content[data-id="pm"] {
	display: block !important;
	-webkit-animation: .5s linear forwards move_down_2;
	animation: .5s linear forwards move_down_2
}

.circle-section.pm-active .circle_tab_content[data-id="vp"] {
	display: none !important
}

.circle-section.pm-active .circle_tab_content[data-id="dd"] {
	display: none !important
}

.circle-section.pm-active path.vp {
	stroke-width: 7px !important
}

.circle-section.pm-active path.pm {
	stroke-width: 40px !important
}

.circle-section.pm-active path.dd {
	stroke-width: 7px !important
}

.circle-section.pm-active .circle_tab_content a:hover {
	color: #52aadd
}

.circle-section.dd-active .circlebox svg {
	-webkit-transform: rotate(124deg) !important;
	transform: rotate(124deg) !important
}

.circle-section.dd-active .dd-title {
	display: block !important;
	-webkit-animation: .5s linear forwards move_down_2;
	animation: .5s linear forwards move_down_2
}

.circle-section.dd-active .pm-title {
	display: none !important
}

.circle-section.dd-active .vp-title {
	display: none !important
}

.circle-section.dd-active .circle_tab_content[data-id="vp"] {
	display: none !important
}

.circle-section.dd-active .circle_tab_content[data-id="pm"] {
	display: none !important
}

.circle-section.dd-active .circle_tab_content[data-id="dd"] {
	display: block !important;
	-webkit-animation: .5s linear forwards move_down_2;
	animation: .5s linear forwards move_down_2
}

.circle-section.dd-active path.vp {
	stroke-width: 7px !important
}

.circle-section.dd-active path.pm {
	stroke-width: 7px !important
}

.circle-section.dd-active path.dd {
	stroke-width: 40px !important
}

.circle-section.dd-active .circle_tab_content a:hover {
	color: #46b473
}

.circle-section.vp-active .circlebox svg {
	-webkit-transform: rotate(239deg) !important;
	transform: rotate(239deg) !important
}

.circle-section.vp-active .vp-title {
	display: block !important;
	-webkit-animation: .5s linear forwards move_down_2;
	animation: .5s linear forwards move_down_2
}

.circle-section.vp-active .dd-title {
	display: none !important
}

.circle-section.vp-active .pm-title {
	display: none !important
}

.circle-section.vp-active .circle_tab_content[data-id="dd"] {
	display: none !important
}

.circle-section.vp-active .circle_tab_content[data-id="pm"] {
	display: none !important
}

.circle-section.vp-active .circle_tab_content[data-id="vp"] {
	display: block !important;
	-webkit-animation: .5s linear forwards move_down_2;
	animation: .5s linear forwards move_down_2
}

.circle-section.vp-active path.pm {
	stroke-width: 7px !important
}

.circle-section.vp-active path.dd {
	stroke-width: 7px !important
}

.circle-section.vp-active path.vp {
	stroke-width: 40px !important
}

.circle-section.vp-active .circle_tab_content a:hover {
	color: #f7941f
}

.circle-section.start-animated .circlebox svg {
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.circle-section.start-animated .circlebox svg path {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

#circleContainer {
	padding-top: 60px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width: 767px) {
	#circleContainer {
		padding-top: 100px
	}
}

.circlebox {
	position: relative;
	z-index: 1;
	-webkit-transition: .8s ease;
	transition: .8s ease;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transform: translateY(90%);
	transform: translateY(90%);
	opacity: 0
}

@media screen and (max-width: 600px) {
	.circlebox {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto
	}
}

.circlebox svg {
	-webkit-transform: rotate(239deg) !important;
	transform: rotate(239deg) !important;
	-webkit-transition: .6s ease;
	transition: .6s ease;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	pointer-events: none
}

.circlebox svg path {
	-webkit-transition: .6s ease;
	transition: .6s ease;
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

.circlebox .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 238px;
	margin-top: -15px;
	width: 100%;
	text-align: center
}

@media screen and (max-width: 767px) {
	.circlebox .logo {
		max-width: 133px;
		margin-top: 0
	}
}

@media screen and (max-width: 600px) {
	.circlebox .logo {
		max-width: 100px
	}
}

.circle-title {
	padding-top: 75px;
	font-size: 1.6875rem;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	color: #000;
	letter-spacing: -.54px;
	-webkit-transition: .8s ease;
	transition: .8s ease;
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
	-webkit-transform: translateY(-90%);
	transform: translateY(-90%);
	opacity: 0
}

@media screen and (min-width: 1201px) {
	.circle-title {
		white-space: nowrap
	}
}

@media screen and (max-width: 767px) {
	.circle-title {
		text-align: center;
		margin-bottom: 15px;
		padding-top: 0;
		font-size: 16px
	}
}

.circle-title h4 {
	font-size: inherit;
	font-family: inherit;
	margin: 0
}

.circle_tab {
	padding-top: 75px;
	padding-left: 3px;
	-webkit-transition: .8s ease;
	transition: .8s ease;
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
	-webkit-transform: translateY(90%);
	transform: translateY(90%);
	opacity: 0
}

@media screen and (max-width: 767px) {
	.circle_tab {
		padding-top: 0;
		padding-left: 0
	}
}

@media screen and (max-width: 600px) {
	.circle_tab {
		display: inline-block;
		text-align: left
	}
}

.circle_tab_content {
	display: none
}

.circle_tab_content h4 {
	font-size: 1.6875rem;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin: 0 0 25px
}

@media screen and (max-width: 767px) {
	.circle_tab_content h4 {
		font-size: 16px;
		margin-bottom: 10px
	}
}

.circle_tab_content ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.circle_tab_content ul li {
	font-size: 17px;
	margin-bottom: 11px;
	position: relative;
	padding-left: 25px
}

@media screen and (max-width: 767px) {
	.circle_tab_content ul li {
		font-size: 14px;
		margin-bottom: 5px
	}
}

.circle_tab_content ul li:before {
	content: '';
	font-weight: bold;
	display: inline-block;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 11px
}

@media screen and (max-width: 767px) {
	.circle_tab_content ul li:before {
		top: 9px
	}
}

.circle_tab_content a {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-size: 18px;
	display: inline-block;
	margin-top: 25px;
	color: #000
}

.circle_tab_content a:hover {
	color: #eb2127
}

.circle_tab_content a .k-ico {
	fill: currentColor;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-left: 15px
}

.circle_tab_content[data-id="vp"] ul li::before {
	background-color: #f7941f
}

.circle_tab_content[data-id="dd"] ul li::before {
	background-color: #46b371
}

.circle_tab_content[data-id="pm"] ul li::before {
	background-color: #52aadd
}

.service-tab {
	min-height: 225px;
	list-style: none;
	margin: 0;
	padding: 0
}

.service-tab li {
	list-style: none;
	margin: 0;
	padding: 0.5em 0
}

a[data-link='vp'] {
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	line-height: normal
}

a[data-link='dd'] {
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	line-height: normal
}

a[data-link='pm'] {
	font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
	line-height: normal
}

a[data-link='vp'].active {
	font-size: 1.5em;
	color: #f7941f
}

a[data-link='dd'].active {
	font-size: 1.5em;
	color: #46b371
}

a[data-link='pm'].active {
	font-size: 1.5em;
	color: #52aadd
}

.linecolor-shadow.anim {
	stroke-width: 7;
	opacity: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal
}

.linecolor-shadow {
	stroke-width: 7
}

@-webkit-keyframes draw {
	0% {
		stroke-width: 12
	}

	40% {
		stroke-width: 30
	}

	100% {
		stroke-width: 40
	}
}

@keyframes draw {
	0% {
		stroke-width: 12
	}

	40% {
		stroke-width: 30
	}

	100% {
		stroke-width: 40
	}
}

.our-values h2 {
	font-size: 2.5rem;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: -0.12px;
	margin-bottom: 30px
}

.our-values p {
	font-size: 17px;
	line-height: 1.7
}

.our-values .row {
	margin-left: -12px;
	margin-right: -12px
}

.our-values [class*="col"] {
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 40px
}

.our-values .box .card-body {
	padding: 25px 35px
}

.our-values .box h5.card-title {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: -0.7px;
	font-size: 32px;
	margin-bottom: 30px
}

.our-values .box p.card-text {
	font-size: 17px;
	line-height: 1.7
}

.lever-module {
	padding: 0 0 5vw;
	overflow: hidden
}

.lever-module__filters {
	padding-bottom: 40px;
	margin-bottom: 42px;
	background: #f1f1f1;
	padding-top: 40px;
	position: relative
}

.lever-module__filters:before {
	content: '';
	display: block;
	width: 101vw;
	height: 100%;
	background-color: inherit;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.lever-module__filters .search {
	width: 100%;
	border: 1px solid #1a1a1a;
	height: 50px;
	font-size: 18px;
	padding: 1px 12px;
	color: #444;
	min-width: 263px;
	letter-spacing: .1px;
	position: relative;
	z-index: 1
}

.lever-module__filters .search::-webkit-input-placeholder {
	color: #444 !important;
	font-size: 18px
}

.lever-module__filters .search:-moz-placeholder {
	color: #444 !important;
	font-size: 18px
}

.lever-module__filters .search::-moz-placeholder {
	color: #444 !important;
	font-size: 18px
}

.lever-module__filters .search:-ms-input-placeholder {
	color: #444 !important;
	font-size: 18px
}

.lever-module__filters .clear-btn {
	text-decoration: none !important;
	border: 1px solid #eb2127;
	padding: 10px 20px;
	font-size: 12px;
	background: transparent;
	color: #eb2127;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	min-width: 125px;
	text-align: center;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
	display: block
}

@media screen and (max-width: 767px) {
	.lever-module__filters .clear-btn {
		margin: 0
	}
}

.lever-module__filters .clear-btn:hover {
	color: #fff;
	background-color: #eb2127
}

.lever-module__title {
	letter-spacing: -0.8px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-size: 2.5rem;
	line-height: 1.1;
	margin-bottom: 2.9375rem
}

@media screen and (max-width: 767px) {
	.lever-module__title {
		margin-bottom: 1.5rem
	}
}

.lever-module__title h1,
.lever-module__title h2,
.lever-module__title h3,
.lever-module__title h4,
.lever-module__title h5,
.lever-module__title h6 {
	font: inherit;
	margin: 0
}

.lever-module ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 17px
}

.lever-module ul li {
	margin-bottom: 20px
}

.lever-module .lever-team {
	margin: 0
}

.lever-module .lever-team ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.lever-module .lever-team a {
	letter-spacing: -0.34px
}

.lever-module a {
	color: #eb2127
}

.lever-module a:hover {
	text-decoration: underline
}

.lever-module .lever-team-title {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: -0.54px;
	font-size: 27px;
	margin: 0 0 15px;
	display: none
}

.lever-module .lever-jobs-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.8rem;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: 25px
}

@media screen and (max-width: 767px) {
	.lever-module .lever-jobs-head {
		font-size: 16px
	}
}

.lever-module .ljh-title {
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	padding-right: 15px
}

.lever-module .lever-job {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc
}

@media screen and (max-width: 767px) {
	.lever-module .lever-job {
		font-size: 14px
	}
}

.lever-module .lever-job:before {
	content: attr(data-team);
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	padding-right: 15px
}

.lever-module .lever-job-title {
	padding-right: 15px;
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.lever-module .lever-job-tag {
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	color: #808080
}

.lever-module .no-results {
	font-size: 28px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	color: #eb2127
}

.lever-module__detail {
	padding: 5vw 0
}

.lever-module__detail .social {
	margin-bottom: 20px
}

.lever-module__detail .social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0
}

.lever-module__detail .social li {
	margin-right: 10px
}

.lever-module__detail .social a:visited {
	color: #000
}

.lmd-name {
	font-size: 40px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: 10px
}

@media screen and (max-width: 767px) {
	.lmd-name {
		font-size: 28px
	}
}

.lmd-head {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-transform: uppercase;
	font-size: 16px;
	color: #808080;
	letter-spacing: 1.2px
}

.lmd-head>div {
	padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.lmd-head>div:after {
	content: '';
	display: block;
	height: 15px;
	width: 1px;
	background-color: #ccc;
	margin-left: 15px
}

.lmd-head>div:last-child {
	padding-right: 0
}

.lmd-head>div:last-child:after {
	display: none
}

.lmd-desc {
	font-size: 16px
}

.lmd-desc b {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif
}

.lmd-apply {
	padding-top: 40px;
	text-align: center
}

.lmd-apply a {
	font-size: 16px
}

.lmd-apply a:not(:hover) {
	color: #fff
}

.lmd-back {
	margin-bottom: 40px
}

.lmd-back .k-ico {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	margin-left: 0;
	margin-right: 10px
}

.lmd-back a {
	color: #eb2127
}

.lmd-back a:hover .k-ico {
	-webkit-transform: translateX(-10px) scaleX(-1);
	transform: translateX(-10px) scaleX(-1)
}

.lmf-drops {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
	padding-top: 30px;
	margin-left: -10px;
	margin-right: -10px
}

@media screen and (max-width: 767px) {
	.lmf-drops {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0
	}
}

.lmf-drop {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 10px;
	margin-right: 10px
}

@media screen and (max-width: 767px) {
	.lmf-drop {
		margin: 0 0 10px
	}
}

.lmf-drop select {
	width: 100%;
	height: 40px;
	border: 1px solid #000;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	padding-left: 8px;
	color: #444;
	font-size: 16px
}

.brands-block .brands {
	list-style: none;
	padding: 0
}

.brands-block {
	min-height: auto !important
}

.brands-block .brands li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.info-block-with-lines {
	padding: 50px 0
}

.info-block-with-lines h2 {
	font-size: 1.5rem;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: -0.12px;
	margin-bottom: 30px;
	color: #1a1a1a
}

.info-block-with-lines.black-bg h2 {
	color: #fff
}

.info-block-with-lines--wrap {
	margin: 0 auto;
	padding: 20px 15%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.info-block-with-lines--wrap::before,
.info-block-with-lines--wrap::after {
	content: "";
	position: absolute;
	top: 0;
	width: 10%;
	height: 5px;
	background: #1a1a1a
}

.info-block-with-lines--wrap::before {
	left: 0
}

.info-block-with-lines--wrap::after {
	right: 0
}

.info-block-with-lines.black-bg .look-for__text {
	color: #fff
}

.black-bg .info-block-with-lines--wrap::before,
.black-bg .info-block-with-lines--wrap::after {
	background: #fff
}

.single-case_study {
	-ms-scrollbar-base-color: rgba(0, 0, 0, 0);
	scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0);
	scrollbar-width: thin
}

.single-case_study::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
	width: 0
}

.single-case_study::-webkit-scrollbar {
	width: 0;
	background-color: rgba(0, 0, 0, 0)
}

.single-case_study::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0)
}

.single-case_study .main-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%
}

.single-case_study #fp-nav.fp-right {
	right: 60px
}

@media screen and (max-width: 767px) {
	.single-case_study #fp-nav.fp-right {
		right: 10px
	}
}

.single-case_study #fp-nav ul li {
	height: 14px !important;
	width: 14px !important;
	margin: 5px 0 !important
}

.single-case_study #fp-nav ul li:nth-child(3) {
	height: 14px !important
}

.single-case_study #fp-nav ul li:nth-child(3)~li {
	display: block
}

.single-case_study #fp-nav ul li:last-child {
	display: none !important
}

.single-case_study #fp-nav ul li:hover a span {
	background-color: #eb2127;
	width: 10px !important;
	height: 10px !important;
	margin: -5px 0px 0px -5px !important
}

.single-case_study #fp-nav ul li a {
	max-height: inherit;
	min-width: inherit
}

.single-case_study #fp-nav ul li a span {
	border-radius: 100% !important;
	width: 4px !important;
	height: 4px !important;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #eb2127
}

.single-case_study #fp-nav ul li a.active span {
	background-color: #eb2127;
	height: 12px !important;
	width: 12px !important;
	margin: -6px 0 0 -6px !important
}

.cs-section {
	min-height: 100vh;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	overflow: hidden
}

@media screen and (max-width: 767px) {
	.cs-section {
		min-height: auto !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media screen and (max-width: 767px) {
	.cs-section.has-controls .cs-section__video {
		position: absolute;
		padding-top: 0;
		max-height: 100%;
		margin: 0
	}

	.cs-section.has-controls .cs-section__video .cs-video {
		height: 100%
	}
}

.cs-section.has-controls .cs-section__content {
	-webkit-transform: translateY(160px);
	transform: translateY(160px);
	padding: 0 !important
}

@media screen and (max-width: 767px) {
	.cs-section.has-controls .cs-section__content {
		position: absolute;
		top: 90px;
		left: 0;
		width: 100%
	}

	.cs-section.has-controls .cs-section__content .cs-section__title {
		color: #fff
	}
}

.cs-section.has-controls .cs-section__title:after {
	display: none
}

.cs-section.has-controls:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	-webkit-transition: .33s ease;
	transition: .33s ease;
	background-color: #000;
	opacity: .7
}

.cs-section .video-placeholder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.cs-section .video-control {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 5px solid #fff;
	background-color: rgba(0, 0, 0, 0.05);
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

@media screen and (max-width: 767px) {
	.cs-section .video-control {
		width: 70px;
		height: 70px;
		border-width: 3px
	}
}

.cs-section .video-control:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 25px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 4px
}

.cs-section .video-control .k-ico {
	fill: #fff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 50px;
	height: 50px;
	position: absolute;
	right: 23px;
	top: 29px;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

@media screen and (max-width: 767px) {
	.cs-section .video-control .k-ico {
		width: 30px;
		height: 30px;
		top: 18px;
		left: 20px
	}
}

.cs-section .video-control:hover {
	border-color: #eb2127
}

.cs-section .video-control:hover .k-ico {
	fill: #eb2127
}

.cs-section .video-control.is-pause {
	opacity: 0;
	pointer-events: none
}

.cs-section__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.cs-section__bg:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .1
}

.cs-section__video {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 50%
}

@media screen and (max-width: 767px) {
	.cs-section__video {
		position: static;
		max-width: 100%;
		max-height: calc(50vh - 30px);
		margin-bottom: 30px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

.cs-section__video .cs-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-position: right;
	object-position: right
}

@media screen and (max-width: 767px) {
	.cs-section__video .cs-video {
		position: static;
		-o-object-position: center;
		object-position: center;
		height: auto;
		max-height: inherit
	}
}

@media screen and (min-height: 1200px) {
	.cs-section__video .cs-video {
		-o-object-fit: cover;
		object-fit: cover
	}
}

.cs-section__video figure {
	margin: 0;
	width: 100%
}

.cs-section__content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 50%;
	padding-right: 20px
}

@media screen and (max-width: 767px) {
	.cs-section__content {
		max-width: 100%;
		padding-right: 0
	}
}

.cs-section__tag {
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
	line-height: normal;
	margin-bottom: 20px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: -0.31px
}

@media screen and (max-width: 767px) {
	.cs-section__tag {
		font-size: 12px;
		margin-bottom: 10px
	}
}

.cs-section__title {
	font-size: 3.7rem;
	line-height: .95;
	margin-bottom: 20px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	color: #000;
	letter-spacing: -0.121875rem
}

@media screen and (max-width: 767px) {
	.cs-section__title {
		font-size: 23px;
		letter-spacing: -.2px;
		margin-bottom: 10px
	}

	.cs-section__title br {
		display: none
	}
}

.cs-section__title h1,
.cs-section__title h2 {
	margin: 0;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	font-family: inherit
}

.cs-section__text {
	font-size: 1.6rem;
	line-height: 1.3;
	max-width: 670px
}

@media screen and (max-width: 767px) {
	.cs-section__text {
		font-size: 14px
	}

	.cs-section__text br {
		display: none
	}
}

.cs-section__form {
	padding-top: 4.375rem
}

.cs-section__form .form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.cs-section__form input[type='text'],
.cs-section__form input[type='email'] {
	border: 1px solid #1a1a1a;
	height: 40px;
	font-size: 14px;
	padding: 1px 12px;
	color: #8b8b8b;
	min-width: 263px;
	letter-spacing: .1px;
	font-weight: 600
}

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

	.cs-section__form input[type='text'],
	.cs-section__form input[type='email'] {
		min-width: 1px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}

.cs-section__form input[type='text']::-webkit-input-placeholder,
.cs-section__form input[type='email']::-webkit-input-placeholder {
	color: #8b8b8b !important;
	opacity: 1
}

.cs-section__form input[type='text']::-moz-placeholder,
.cs-section__form input[type='email']::-moz-placeholder {
	color: #8b8b8b !important;
	opacity: 1
}

.cs-section__form input[type='text']:-ms-input-placeholder,
.cs-section__form input[type='email']:-ms-input-placeholder {
	color: #8b8b8b !important;
	opacity: 1
}

.cs-section__form input[type='text']::-ms-input-placeholder,
.cs-section__form input[type='email']::-ms-input-placeholder {
	color: #8b8b8b !important;
	opacity: 1
}

.cs-section__form input[type='text']::placeholder,
.cs-section__form input[type='email']::placeholder {
	color: #8b8b8b !important;
	opacity: 1
}

.cs-section__form input[type='text']:focus,
.cs-section__form input[type='email']:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 10px rgba(235, 33, 39, 0.5);
	box-shadow: 0 0 10px rgba(235, 33, 39, 0.5)
}

.cs-section__form .form-action {
	margin-left: -1px;
	border: 1px solid #1a1a1a;
	position: relative;
	border-left: 0;
	cursor: pointer
}

.cs-section__form .form-action .k-ico {
	width: 51px;
	height: 22px;
	fill: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.cs-section__form .form-action:hover .form-cta {
	background-color: #1a1a1a
}

.cs-section__form input[type='submit'],
.cs-section__form .form-cta {
	background-color: #eb2127;
	padding: 10px 15px;
	font-size: 0;
	border-radius: 0;
	width: 74px;
	position: relative;
	display: block;
	height: 100%;
	border: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

@media screen and (min-width: 1025px) {
	.cs-section__cta {
		position: absolute;
		bottom: 6.3vw;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media screen and (max-width: 1024px) {
	.cs-section__cta {
		padding-top: 30px
	}
}

.cs-section__cta a {
	color: #eb2127
}

.cs-section .container {
	max-width: 1243px !important
}

.cs-section__row {
	margin-top: 25px
}

@media screen and (min-width: 768px) {
	.cs-section__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 40px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto
	}
}

@media screen and (max-width: 767px) {
	.cs-section__row:not(.owl-builded) .cs-section__col:first-child~.cs-section__col {
		display: none
	}
}

@media screen and (min-width: 1601px) {
	.cs-section__row {
		margin: 40px -9vw 0
	}
}

@media (min-width: 1200px) and (max-width: 1600px) {
	.cs-section__row {
		margin: 40px -3vw 0
	}
}

@media screen and (min-width: 768px) {
	.cs-section__row.-cols-3 .cs-section__col {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%
	}
}

.cs-section__row .-bg-block {
	position: relative;
	padding: 0 12px;
	margin: 0;
	visibility: hidden;
	height: 62vh
}

@media screen and (max-width: 767px) {
	.cs-section__row .-bg-block {
		padding: 0
	}
}

.cs-section__row .-bg-block:before {
	content: '';
	display: block;
	background-image: inherit;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%;
	visibility: visible;
	max-width: 360px;
	margin: 0 auto
}

.cs-section__row .owl-dots {
	display: none
}

@media screen and (min-width: 768px) {
	.cs-section__row .owl-nav {
		display: none
	}
}

.cs-section__row .owl-nav button {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #eb2127 !important
}

.cs-section__row .owl-nav button.owl-prev {
	left: 15px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.cs-section__row .owl-nav button.owl-next {
	right: 15px
}

.cs-section__row .owl-nav button span {
	font-size: 0
}

.cs-section__row .owl-nav button:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-top: 2px solid;
	border-right: 2px solid;
	border-color: currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.cs-section__row .owl-nav button.disabled {
	opacity: 0
}

.cs-section.corner-decor .cs-section__content {
	padding-left: 42px;
	padding-top: 34px;
	margin-left: 25px
}

@media screen and (max-width: 767px) {
	.cs-section.corner-decor .cs-section__content {
		margin-left: 0;
		padding-left: 20px;
		padding-top: 20px
	}
}

.cs-section.corner-decor .cs-section__content:before {
	content: '';
	width: 55px;
	height: 68px;
	position: absolute;
	left: 0;
	top: 0;
	border-left: 7px solid #eb2127;
	border-top: 7px solid #eb2127
}

@media screen and (max-width: 767px) {
	.cs-section.corner-decor .cs-section__content:before {
		border-width: 3px;
		padding-left: 32px;
		padding-top: 24px;
		width: 45px;
		height: 45px
	}
}

.cs-section.straight-decor .cs-section__content {
	padding-left: 42px
}

@media screen and (max-width: 767px) {
	.cs-section.straight-decor .cs-section__content {
		padding-left: 20px
	}
}

.cs-section.straight-decor .cs-section__title {
	position: relative
}

.cs-section.straight-decor .cs-section__title:before {
	content: '';
	width: 7px;
	height: calc(100% - 12px);
	position: absolute;
	left: -42px;
	top: 8px;
	background-color: #eb2127
}

@media screen and (max-width: 767px) {
	.cs-section.straight-decor .cs-section__title:before {
		width: 3px;
		left: -17px;
		height: 100%;
		top: 0
	}
}

.cs-section.oblique-decor .cs-section__content {
	padding-left: 42px
}

@media screen and (max-width: 767px) {
	.cs-section.oblique-decor .cs-section__content {
		padding-left: 32px
	}
}

.cs-section.oblique-decor .cs-section__title {
	position: relative
}

.cs-section.oblique-decor .cs-section__title:before {
	content: '';
	width: 7px;
	height: 7.3125rem;
	position: absolute;
	left: -2.5rem;
	top: -3.1875rem;
	background-color: #eb2127;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

@media screen and (max-width: 767px) {
	.cs-section.oblique-decor .cs-section__title:before {
		width: 3px;
		height: 40px;
		left: -17px;
		top: -18px
	}
}

.video-play:before {
	opacity: 0 !important
}

.video-play .cs-section__content {
	opacity: 0;
	pointer-events: none
}

.video-play .video-placeholder {
	opacity: 0;
	pointer-events: none
}

.cs-section--full {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.cs-section--full .cs-section__content {
	max-width: 100%;
	padding-right: 0
}

.cs-section--full .cs-section__text {
	margin-left: auto;
	margin-right: auto
}

.cs-section--full.full-bottom-width .cs-section__video {
	max-height: 90%
}

.cs-section--full.full-bottom-width .cs-video {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center
}

.cs-section--full.start-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.cs-section--full.start-top .fp-tableCell {
	vertical-align: top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media screen and (max-width: 767px) {
	.cs-section--full.start-top .fp-tableCell {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.cs-section--full.start-top .cs-section__content {
	padding-top: 5vw
}

@media screen and (max-width: 767px) {
	.cs-section--full.start-top .cs-section__content {
		padding-top: 0
	}
}

.cs-section--full.start-top .cs-section__title:after {
	content: '';
	display: block;
	width: 120px;
	height: 6px;
	background-color: #eb2127;
	margin: 20px auto
}

@media screen and (max-width: 767px) {
	.cs-section--full.start-top .cs-section__title:after {
		height: 3px
	}
}

.cs-section--full .cs-section__content {
	padding-bottom: 50px
}

@media screen and (min-height: 1200px) {
	.cs-section--full .cs-section__content {
		padding-bottom: 81px
	}
}

@media screen and (max-width: 767px) {
	.cs-section--full .cs-section__content {
		padding-bottom: 10px
	}
}

.cs-section--full .cs-section__video {
	position: static;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin: auto auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	max-height: 530px
}

@media screen and (min-height: 1200px) {
	.cs-section--full .cs-section__video {
		max-width: 90%;
		max-height: 100%
	}
}

.cs-section--full .cs-section__video figure {
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width: 767px) {
	.cs-section--full .cs-section__video {
		max-height: calc(50vh - 30px);
		margin-bottom: 30px;
		margin-top: 0;
		display: block;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
}

.cs-section--full .cs-video {
	-o-object-position: bottom center;
	object-position: bottom center;
	position: static;
	-o-object-fit: contain;
	object-fit: contain
}

@media screen and (min-height: 1200px) {
	.cs-section--full .cs-video {
		-o-object-position: bottom center;
		object-position: bottom center
	}
}

@media screen and (max-width: 767px) {
	.cs-section--full .cs-video {
		-o-object-position: center;
		object-position: center
	}
}

.cs-section--fit .cs-section__video {
	max-width: 100%
}

.cs-section--fit .cs-video {
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover
}

.white-text .cs-section__content,
.white-text .cs-section__tag,
.white-text .cs-section__title {
	color: #fff;
	position: relative;
	z-index: 2
}

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

	.white-text .cs-section__content,
	.white-text .cs-section__tag,
	.white-text .cs-section__title {
		color: #1a1a1a
	}
}

.white-text:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #1a1a1a;
	opacity: .3;
	z-index: 1
}

@media screen and (max-width: 767px) {
	.white-text:before {
		display: none
	}
}

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

	.white-text.cs-section__head .cs-section__content,
	.white-text.cs-section__head .cs-section__tag,
	.white-text.cs-section__head .cs-section__title {
		color: #fff
	}
}

@media screen and (max-width: 767px) {
	.white-text.cs-section__head:before {
		display: block
	}
}

.right-text .cs-section__video {
	right: auto;
	left: 0
}

.right-text .cs-section__content {
	max-width: 40%;
	margin-left: auto;
	padding-right: 0
}

@media screen and (max-width: 767px) {
	.right-text .cs-section__content {
		padding-right: 0;
		max-width: 100%
	}
}

.center-text {
	text-align: center
}

.center-text .cs-section__title:before {
	display: none
}

.center-text .cs-section__title:after {
	content: '';
	display: block;
	width: 120px;
	height: 6px;
	background-color: #eb2127;
	margin: 20px auto
}

.center-text .cs-section__content {
	max-width: 100%;
	padding-right: 0
}

.center-text .cs-section__text {
	margin-left: auto;
	margin-right: auto
}

.center-top-text {
	text-align: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.center-top-text .fp-tableCell {
	vertical-align: top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.center-top-text .cs-section__content {
	padding-top: 8vw !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	max-width: 100%
}

@media screen and (max-width: 767px) {
	.center-top-text .cs-section__content {
		padding-top: 70px !important
	}
}

.center-top-text .cs-section__content:before {
	display: none
}

.center-top-text .cs-section__title:before {
	display: none
}

.center-top-text .cs-section__title:after {
	content: '';
	display: block;
	width: 120px;
	height: 6px;
	background-color: #eb2127;
	margin: 20px auto
}

.center-top-text .cs-section__text {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%
}

.with-cols .fp-tableCell {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.with-cols .cs-section__content {
	padding-top: 0 !important
}

.error404 .not-found {
	min-height: 44.2vh;
	height: 100%;
	padding: 5rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.error404 .not-found a {
	color: #eb2127
}

.error404 .page-title {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-size: 3rem
}

.error404 .page-content {
	color: #1a1a1a;
	font-size: 17px
}

.blog-sidebar {
	-webkit-transition: .3s ease;
	transition: .3s ease;
	left: 20px
}

.blog-sidebar.sticky {
	position: fixed;
	top: 40%
}

.blog-sidebar.stopped {
	position: static !important;
	top: auto !important;
	-ms-flex-item-align: end;
	align-self: flex-end
}

@media screen and (max-width: 767px) {
	.blog-sidebar {
		position: static !important
	}
}

.recent-news-content .col-md-2 {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.single-post .main-wrap {
	position: relative
}

.press-box {
	padding: 4.5vw 0
}

.press-box .wcs-filters {
	padding-top: 5px
}

@media screen and (min-width: 768px) {
	.press-box .wcs-filters {
		margin-bottom: 52px
	}
}

@media screen and (min-width: 768px) {
	.press-box .wcs-filters>ul>li {
		font-size: 27px
	}
}

.press-box__grid {
	padding-top: 30px
}

@media screen and (min-width: 768px) {
	.press-box__grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -27px;
		margin-right: -27px
	}
}

.press-box__item {
	margin-bottom: 25px
}

@media screen and (min-width: 768px) {
	.press-box__item {
		-ms-flex-preferred-size: calc(50% - 54px);
		flex-basis: calc(50% - 54px);
		margin-left: 27px;
		margin-right: 27px;
		margin-bottom: 54px
	}
}

@media screen and (min-width: 768px) {
	.press-box__item:hover .press-box__img:before {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
}

.press-box__img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden
}

.press-box__img:before {
	content: '';
	display: block;
	padding-top: 35%;
	background: inherit;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.press-box__img a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.press-box__content {
	background-color: #1a1a1a;
	color: #fff;
	padding: 15px 24px
}

.press-box__date {
	font-size: 17px;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-bottom: 5px;
	letter-spacing: 0.34px
}

@media screen and (max-width: 767px) {
	.press-box__date {
		font-size: 14px
	}
}

.press-box__title {
	font-size: 34px;
	max-width: 85%;
	color: #fff;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	letter-spacing: -0.68px;
	line-height: 1.3
}

@media screen and (max-width: 767px) {
	.press-box__title {
		font-size: 25px
	}
}

.press-box__title a {
	max-height: 95px;
	color: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

@media screen and (max-width: 767px) {
	.press-box__title a {
		max-height: 66px
	}
}

.press-box__title a:hover {
	color: #eb2127
}

.press-box__title h1,
.press-box__title h2,
.press-box__title h3,
.press-box__title h4,
.press-box__title h5,
.press-box__title h6 {
	font: inherit;
	margin: 0
}

.location-page {
	background: #1a1a1a;
	color: #f3f4f4;
	padding: 100px 0 40px
}

.location-page .location-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width: 980px) {
	.location-page .location-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.location-page .location-banner .content {
	padding: 0 30px 0 0
}

.location-page .location-banner .main-title {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px
}

@media screen and (max-width: 1200px) {
	.location-page .location-banner .main-title {
		font-size: 40px
	}
}

@media screen and (max-width: 600px) {
	.location-page .location-banner .main-title {
		font-size: 32px
	}
}

.location-page .location-banner .map {
	width: 100%;
	max-width: 60%;
	position: relative
}

@media screen and (max-width: 980px) {
	.location-page .location-banner .map {
		display: none
	}
}

.location-page .location-banner .map svg path.st3 {
	cursor: pointer
}

.location-page .item-location-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: currentColor;
	margin-bottom: 25px
}

.location-page .item-location-address {
	padding: 0 0 0 40px;
	max-width: 60%
}

@media screen and (max-width: 1366px) {
	.location-page .item-location-address {
		max-width: 70%
	}
}

@media screen and (max-width: 1201px) {
	.location-page .item-location-address {
		max-width: 80%
	}
}

@media screen and (max-width: 980px) {
	.location-page .item-location-address {
		max-width: 100%
	}
}

.location-page .item-location-address a {
	color: #fff !important;
	text-decoration: none !important
}

.location-page .item-location-address a:hover {
	color: #fff !important
}

.location-page .item-location-address p {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 18px
}

@media screen and (max-width: 980px) {
	.location-page .item-location-address p {
		font-size: 16px
	}
}

.location-page .item-location-address p:last-child {
	margin-top: 15px
}

.location-page .item-location_title {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0
}

@media screen and (max-width: 980px) {
	.location-page .item-location_title {
		font-size: 24px
	}
}

.location-page .item-location_title a {
	font-weight: inherit;
	color: #fff
}

.location-page .item-location_title a:hover {
	color: #eb2127
}

.location-page .clock {
	border-radius: 100%;
	background: #fff;
	border: 1px solid #fff;
	display: table;
	margin: 0 10px 0 0
}

.location-page .clock .wrap {
	overflow: hidden;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 100%
}

.location-page .clock .minute {
	margin: auto;
	left: 0;
	bottom: 0;
	right: 0;
	top: -12px;
	background: #1a1a1a;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	z-index: 1;
	position: absolute;
	height: 12px;
	width: 1px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.location-page .clock .hour {
	position: absolute;
	height: 10px;
	width: 2px;
	margin: auto;
	top: -39%;
	left: 0;
	bottom: 0;
	right: 0;
	background: #1a1a1a;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	z-index: 1
}

.location-page .clock .second {
	position: absolute;
	height: 28px;
	width: 2px;
	margin: auto;
	top: -46%;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 4px;
	background: #ff4b3e;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 1;
	display: none
}

.location-page .clock .dot {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 1px;
	border-radius: 100px;
	background: #1a1a1a;
	border: 2px solid #1a1a1a;
	margin: auto;
	z-index: 1
}

.location-page .list-countries {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 120px
}

@media screen and (max-width: 980px) {
	.location-page .list-countries {
		margin-top: 60px
	}
}

.location-page .list-countries .countries-name {
	width: 100%;
	max-width: calc(100% / 4);
	font-size: 80px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 20px 0 0
}

@media screen and (max-width: 980px) {
	.location-page .list-countries .countries-name {
		max-width: 100%;
		margin-bottom: 30px;
		font-size: 60px
	}
}

@media screen and (max-width: 600px) {
	.location-page .list-countries .countries-name {
		font-size: 50px
	}
}

.location-page .list-countries .list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.location-page .list-countries .list .item-location {
	width: 100%;
	max-width: calc(100% / 3);
	margin-bottom: 60px
}

@media screen and (max-width: 1024px) {
	.location-page .list-countries .list .item-location {
		max-width: calc(100% / 2)
	}
}

@media screen and (max-width: 600px) {
	.location-page .list-countries .list .item-location {
		max-width: 100%
	}
}

.popup-wrap {
	position: absolute;
	bottom: 18px;
	display: none
}

.popup-wrap:before {
	content: '';
	position: absolute;
	top: -21px;
	right: -73px;
	width: 90px;
	height: 22px;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: skew(-50deg, 0deg);
	transform: skew(-50deg, 0deg)
}

.popup-wrap .popup-content {
	color: #fff;
	overflow-y: auto;
	width: 230px;
	max-height: 300px;
	border: 1px solid #fff;
	background: #1a1a1a;
	-ms-scrollbar-base-color: #fff;
	scrollbar-color: rgba(255, 255, 255, 0.5) #1a1a1a;
	scrollbar-width: thin
}

.popup-wrap .popup-content::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: #1a1a1a;
	width: 17px
}

.popup-wrap .popup-content::-webkit-scrollbar {
	width: 17px;
	background-color: #1a1a1a
}

.popup-wrap .popup-content::-webkit-scrollbar-thumb {
	background-color: #fff
}

.popup-wrap .list {
	padding: 20px;
	margin: 0;
	list-style: none
}

.popup-wrap .list-item {
	margin-bottom: 30px
}

.popup-wrap .list-item:after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #fff;
	margin: 30px 0 0 0
}

.popup-wrap .list-item_header {
	font-size: 21px;
	text-transform: uppercase;
	color: currentColor;
	font-weight: 600;
	margin-bottom: 15px
}

.popup-wrap .list-item-content p {
	padding: 0;
	margin: 0;
	color: currentColor
}

.popup-wrap .list-item-content p:last-child {
	margin-top: 10px
}

.splw-main-wrapper {
	max-width: 100% !important
}

.splw-main-wrapper .splw-lite-wrapper {
	background: transparent !important
}

.splw-main-wrapper .splw-lite-wrapper .splw-cur-temp {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.splw-main-wrapper .splw-lite-wrapper .weather-icon {
	width: 50px;
	height: 50px;
	position: relative;
	display: none
}

.splw-main-wrapper .splw-lite-wrapper .weather-icon.active {
	display: inline
}

.splw-main-wrapper .splw-lite-wrapper .cur-temp {
	font-size: 65px !important;
	line-height: 92px !important;
	margin-left: 20px !important
}

@media screen and (max-width: 600px) {
	.splw-main-wrapper .splw-lite-wrapper .cur-temp {
		font-size: 50px !important
	}
}

.splw-main-wrapper .splw-lite-header {
	display: none !important
}

@media screen and (min-width: 1025px) {
	body.header-alt .hero-simple .container {
		max-width: 100%;
		padding-left: 34px;
		padding-right: 34px
	}
}

@media screen and (min-width: 768px) {
	body.header-alt .main-header:not(.fixed-header) {
		position: absolute;
		width: 100%;
		top: 0;
		right: 0;
		left: 0;
		z-index: 9999;
		background-color: transparent
	}
}

body.header-alt .main-header .container {
	max-width: 100%
}

@media screen and (min-width: 768px) {
	body.header-alt .main-header .header-menu {
		display: none
	}
}

@media screen and (min-width: 1025px) {
	body.header-alt .main-header .navbar-brand {
		display: none
	}
}

@media screen and (min-width: 1025px) {
	body.header-alt .main-header .btn-hire-us {
		display: none
	}
}

body.header-alt .main-header.fixed-header .header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (min-width: 1025px) {
	body.header-alt .main-header.fixed-header .navbar-brand {
		display: block
	}
}

@media screen and (min-width: 1025px) {
	body.header-alt .main-header.fixed-header .btn-hire-us {
		display: block
	}
}

body.header-alt .mega-menu__head .navbar-brand {
	display: block
}

@media screen and (min-width: 1025px) {
	body.header-alt .header-alt-elements {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 10.5rem
	}
}

@media screen and (min-width: 1025px) {
	body.header-alt .header-alt-elements .hero-simple__content {
		padding-top: 0;
		padding-left: 9.375rem
	}
}

body.header-alt .header-alt-elements .navbar-brand {
	display: inline-block;
	padding: 0;
	width: 120px;
	min-width: 120px;
	height: 34px;
	position: relative;
	margin-top: 7px
}

@media screen and (max-width: 1024px) {
	body.header-alt .header-alt-elements .navbar-brand {
		display: none
	}
}

body.header-alt .header-alt-elements .navbar-brand svg {
	width: inherit;
	height: inherit
}

body.header-alt .header-alt-elements .navbar-brand .k-ico {
	display: none
}

body.header-alt .header-alt-elements .navbar-brand .logo-main {
	fill: #eb2127;
	display: block
}

body.header-alt .header-alt-elements .btn-hire-us {
	display: inline-block;
	margin-top: 7px;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	border: 0;
	font-size: 11px;
	position: relative;
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	margin-left: auto
}

@media screen and (max-width: 1024px) {
	body.header-alt .header-alt-elements .btn-hire-us {
		display: none
	}
}

body.is-red a:hover {
	color: #eb2127
}

body.is-red .nav-bar-flex>.btnbase .btn__toggle:hover span {
	background-color: #eb2127
}

body.is-red .services.is-black .services-description a:hover {
	color: #eb2127
}

body.is-red .main-header .nav-item .menu-icon {
	border-top-color: #eb2127;
	border-right-color: #eb2127
}

@media screen and (min-width: 768px) {
	body.is-red .main-header .nav-item:hover>.nav-link {
		color: #eb2127
	}
}

@media screen and (min-width: 768px) {
	body.is-red .main-header .nav-item:hover>span .nav-link {
		color: #eb2127
	}
}

body.is-red .main-header .nav-link:hover {
	color: #eb2127
}

body.is-red .main-header .navbar-nav .nav-link:hover {
	color: #eb2127
}

body.is-red .main-header .navbar-brand .k-ico {
	display: none
}

body.is-red .main-header .navbar-brand .logo-main {
	fill: #eb2127;
	display: block
}

body.is-red .main-header .btn {
	background-color: #fff;
	color: #000
}

body.is-red .main-header .btn:hover {
	background-color: #eb2127;
	color: #fff
}

body.is-red .social-media a:hover {
	color: #eb2127
}

body.is-red .mega-menu a.active,
body.is-red .mega-menu a:hover {
	color: #eb2127
}

body.is-red .mega-menu__head .btn-hire-us:hover {
	background-color: #eb2127;
	color: #fff
}

body.is-red .mega-menu__grid--cta .more-link {
	color: #eb2127
}

body.is-red .mega-menu__tabs--cta a {
	border-color: #eb2127;
	color: #fff
}

body.is-red .mega-menu__tabs--cta a:after {
	background-color: #eb2127
}

body.is-red .mega-menu__tabs--cta a:hover {
	background-color: #eb2127;
	color: #fff
}

body.is-red .header-alt-elements .navbar-brand .k-ico {
	display: none
}

body.is-red .header-alt-elements .navbar-brand .logo-main {
	fill: #eb2127;
	display: block
}

body.is-red .header-alt-elements .btn-hire-us:hover {
	color: #eb2127
}

body.is-green .hero-inner__cta .more-link:hover {
	color: #46b473
}

body.is-green .services.is-black .services-description a:hover {
	color: #46b473
}

body.is-green .nav-bar-flex>.btnbase .btn__toggle:hover span {
	background-color: #46b473
}

body.is-green .main-header .navbar-nav .nav-item .menu-icon {
	border-top-color: #46b473;
	border-right-color: #46b473
}

@media screen and (min-width: 768px) {
	body.is-green .main-header .navbar-nav .nav-item:hover>.nav-link {
		color: #46b473
	}
}

@media screen and (min-width: 768px) {
	body.is-green .main-header .navbar-nav .nav-item:hover>span .nav-link {
		color: #46b473
	}
}

body.is-green .main-header .navbar-nav .nav-link:hover {
	color: #46b473
}

body.is-green .main-header .navbar-brand .k-ico {
	display: none
}

body.is-green .main-header .navbar-brand .logo-design {
	fill: #46b473;
	display: block
}

body.is-green .main-header .btn {
	background-color: #fff;
	color: #000
}

body.is-green .main-header .btn:hover {
	background-color: #46b473;
	color: #fff
}

body.is-green .hero-simple .social-media a:hover {
	color: #46b473
}

body.is-green .header-alt-elements .navbar-brand .k-ico {
	display: none
}

body.is-green .header-alt-elements .navbar-brand .logo-design {
	fill: #46b473;
	display: block
}

body.is-green .header-alt-elements .btn-hire-us:hover {
	color: #46b473
}

body.is-green .feature-steps.kobe-design .feature-steps__item:before {
	color: #46b473
}

body.is-green .schedule-module.kobe-design {
	background-color: #46b473
}

body.is-green .schedule-module.kobe-design .schedule-btn:hover i {
	background-color: #46b473
}

body.is-green .feature-steps .owl-nav button {
	color: #46b473 !important
}

body.is-green .feature-steps .owl-item:before {
	color: #46b473
}

body.is-orange .hero-inner__cta .more-link:hover {
	color: #f7941f
}

body.is-orange .services.is-black .services-description a:hover {
	color: #f7941f
}

body.is-orange .nav-bar-flex>.btnbase .btn__toggle:hover span {
	background-color: #f7941f
}

body.is-orange .main-header .nav-item .menu-icon {
	border-top-color: #f7941f;
	border-right-color: #f7941f
}

@media screen and (min-width: 768px) {
	body.is-orange .main-header .nav-item:hover>.nav-link {
		color: #f7941f
	}
}

@media screen and (min-width: 768px) {
	body.is-orange .main-header .nav-item:hover>span .nav-link {
		color: #f7941f
	}
}

body.is-orange .main-header .nav-link:hover {
	color: #f7941f
}

body.is-orange .main-header .navbar-nav .nav-link:hover {
	color: #f7941f
}

body.is-orange .main-header .navbar-brand .k-ico {
	display: none
}

body.is-orange .main-header .navbar-brand .logo-studios {
	fill: #f7941f;
	display: block
}

body.is-orange .main-header .btn {
	background-color: #fff;
	color: #000
}

body.is-orange .main-header .btn:hover {
	background-color: #f7941f;
	color: #fff
}

body.is-orange .hero-simple .social-media a:hover {
	color: #f7941f
}

body.is-orange .header-alt-elements .navbar-brand .k-ico {
	display: none
}

body.is-orange .header-alt-elements .navbar-brand .logo-studios {
	fill: #f7941f;
	display: block
}

body.is-orange .header-alt-elements .btn-hire-us:hover {
	color: #f7941f
}

body.is-orange .feature-steps.kobe-design .feature-steps__item:before {
	color: #f7941f
}

body.is-orange .schedule-module.kobe-design {
	background-color: #f7941f
}

body.is-orange .schedule-module.kobe-design .schedule-btn:hover i {
	background-color: #f7941f
}

body.is-orange .feature-steps .owl-nav button {
	color: #f7941f !important
}

body.is-orange .feature-steps .owl-item:before {
	color: #f7941f
}

body.is-blue .hero-inner__cta .more-link:hover {
	color: #52aadd
}

body.is-blue .services.is-black .services-description a:hover {
	color: #52aadd
}

body.is-blue .nav-bar-flex>.btnbase .btn__toggle:hover span {
	background-color: #52aadd
}

body.is-blue .main-header .nav-item .menu-icon {
	border-top-color: #52aadd;
	border-right-color: #52aadd
}

@media screen and (min-width: 768px) {
	body.is-blue .main-header .nav-item:hover>.nav-link {
		color: #52aadd
	}
}

@media screen and (min-width: 768px) {
	body.is-blue .main-header .nav-item:hover>span .nav-link {
		color: #52aadd
	}
}

body.is-blue .main-header .nav-link:hover {
	color: #52aadd
}

body.is-blue .main-header .navbar-nav .nav-link:hover {
	color: #52aadd
}

body.is-blue .main-header .navbar-brand .k-ico {
	display: none
}

body.is-blue .main-header .navbar-brand .logo-media {
	fill: #52aadd;
	display: block
}

body.is-blue .main-header .btn {
	background-color: #fff;
	color: #000
}

body.is-blue .main-header .btn:hover {
	background-color: #52aadd;
	color: #fff
}

body.is-blue .hero-simple .social-media a:hover {
	color: #52aadd
}

body.is-blue .header-alt-elements .navbar-brand .k-ico {
	display: none
}

body.is-blue .header-alt-elements .navbar-brand .logo-media {
	fill: #52aadd;
	display: block
}

body.is-blue .header-alt-elements .btn-hire-us:hover {
	color: #52aadd
}

body.is-blue .feature-steps.kobe-design .feature-steps__item:before {
	color: #52aadd
}

body.is-blue .schedule-module.kobe-design {
	background-color: #52aadd
}

body.is-blue .schedule-module.kobe-design .schedule-btn:hover i {
	background-color: #52aadd
}

body.is-blue .feature-steps .owl-nav button {
	color: #52aadd !important
}

body.is-blue .feature-steps .owl-item:before {
	color: #52aadd
}






.contactform1{
	display: flex;
	justify-content: center;

}
.contactform1 form{
	
}




.contactform1 form {
	text-align: center;
}
.contactform1 label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.contactform1 .select2-container--default .select2-selection--multiple .select2-selection__choice {
color: #000;
}




.contactform1 input, select {
	border: none;
	border-bottom: 2px solid white;
	background-color: transparent;
	color: white;
	padding: 5px;
	width: 250px;
	margin-bottom: 15px;
	outline: none;
}
.contactform1 .range-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.contactform1 .range-value {
	background: red;
	padding: 5px 10px;
	color: white;
	font-weight: bold;
	border-radius: 5px;
	margin-left: 10px;
}
.contactform1 input[type="range"] {
	width: 100%;
}
.contactform1 button {
	background-color: red;
	color: white;
	padding: 10px;
	border: none;
	cursor: pointer;
	font-weight: bold;
	display: none;
	margin: 0px auto;
}
.contactform1 button:hover {
	background-color: darkred;
}
.contactform1 .hidden {
	display: none;
}
.contactform1 select#helpSelect {
	background-color: black;
	color: white;
	width: 300px;
}



::placeholder{
	color: #444444 !important;
	font-size: 16px;
}