@font-face {
	font-family: 'ProtoGrotesk';
	src: url("../fonts/ProtoGrotesk-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap; }

@font-face {
	font-family: 'ProtoGrotesk';
	src: url("../fonts/ProtoGrotesk-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap; }

@font-face {
	font-family: 'RightGrotesk';
	src: url("../fonts/RightGrotesk-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap; }

@font-face {
	font-family: 'HelveticaNeue';
	src: url("../fonts/HelveticaNeue-ThinCond.woff2") format("woff2");
	font-weight: 100;
	font-style: normal;
	font-display: swap; }

* {
	-webkit-box-sizing: border-box;
					box-sizing: border-box; }

body {
	background-color: #fff;
	font-family: 'ProtoGrotesk', sans-serif;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
					font-feature-settings: 'pnum' on, 'lnum' on;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
	margin: 0; }

a {
	display: inline-block;
	text-decoration: none;
	color: #fff; }
	a:hover, a:focus, a:active {
		text-decoration: none;
		outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	line-height: normal; }

ul {
	margin: 0;
	padding: 0; }

input,
button,
textarea,
select {
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	outline: none; }

img {
	max-width: 100%;
	height: auto;
	vertical-align: top; }

.c-container {
	width: 1330px;
	margin: auto;
	position: relative; }

.c-btn {
	background-color: #000;
	border-radius: 40px;
	padding: 15px 35px;
	font-size: 18px;
	font-family: "RightGrotesk", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: .5s;
	transition: .5s; }
	.c-btn:hover {
		background-color: #EB5D39; }

.s-title {
	padding-left: 100px;
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 60px; }
	.s-title-wrap {
		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;
		padding-right: 100px;
		margin-bottom: 60px; }
		.s-title-wrap .s-title {
			margin-bottom: 0; }

/* Header */
.header {
	padding: 45px 0; }
	.header-wrapper {
		background-color: #F3F3F3;
		padding: 20px 30px 20px 45px;
		border-radius: 20px;
		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; }
	.header-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center; }
	.header-logo {
		font-size: 30px;
		line-height: 1;
		color: #000;
		-webkit-transition: .5s;
		transition: .5s; }
		.header-logo:hover {
			color: #243AFF; }
	.header-social {
		margin-right: 45px; }
		.header-social li {
			display: inline-block;
			margin-right: 20px; }
			.header-social li:last-child {
				margin-right: 0; }
		.header-social a {
			font-size: 18px;
			font-family: "RightGrotesk", sans-serif;
			font-weight: 500;
			color: #000;
			-webkit-transition: .5s;
			transition: .5s; }
			.header-social a:hover {
				color: #243AFF; }
	.header-btn {
		padding: 15px 50px; }

/* Portfolio-main section */
.p-main {
	text-align: center; }
	.p-main-wrapper {
		position: relative;
		padding: 55px 0 100px; }
	.p-main-title {
		font-size: 120px;
		font-weight: 300;
		line-height: 0.75;
		margin-bottom: 50px; }
	.p-main-subtitle {
		font-size: 24px;
		margin-bottom: 40px; }
	.p-main-img-1 {
		position: absolute;
		top: 80px;
		left: 50px;
		width: 190px;
    	height: 192px;
    	object-fit: cover;
    	border-radius: 20px;}
	.p-main-img-2 {
		position: absolute;
		bottom: 60px;
		left: 320px;
		width: 94px;
    	height: 94px;
    	object-fit: cover;
    	border-radius: 20px;}
	.p-main-img-3 {
		position: absolute;
		right: 80px;
		top: 40px;
		width: 190px;
    	height: 232px;
    	object-fit: cover;
    	border-radius: 20px;}
	.p-main-img-4 {
		position: absolute;
		bottom: 40px;
		right: 320px;
		width: 94px;
    	height: 94px;
    	object-fit: cover;
    	border-radius: 20px;}
	.p-main-img-mob {
		text-align: center;
		margin-bottom: 40px;
		display: none; }

/* Fire section */
.fire {
	padding: 60px 0 80px; }
	.fire-item-img {
		margin-bottom: 25px; }
		.fire-item-img img {
			width: 100%;
			border-radius: 20px; }
	.fire-item-title {
		font-size: 26px;
		text-transform: uppercase;
		margin-bottom: 15px; }
	.fire-item-desc {
		font-size: 18px;
		font-family: "HelveticaNeue", sans-serif;
		line-height: 1.5;
		padding-right: 30px; }
		.fire-item-desc span {
			font-weight: bold; }
		.fire-item-desc a {
			color: #000;
			text-decoration: underline; }

.arrows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }

.arrow {
	width: 53px;
	height: 53px;
	background-color: #F3F3F3;
	border-radius: 50%;
	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;
	cursor: pointer;
	margin-right: 10px;
	-webkit-transition: .5s;
	transition: .5s; }
	.arrow:hover {
		background-color: #243AFF; }
	.arrow:last-of-type {
		margin-right: 0; }

/* About section */
.about {
	padding: 65px 0 100px; }
	.about-item {
		background-color: #FBF7FD;
		border-radius: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
				-ms-flex-align: start;
						align-items: flex-start;
		padding: 35px 70px;
		margin-bottom: 15px; }
		.about-item:last-of-type {
			margin-bottom: 0; }
		.about-item:nth-of-type(2) {
			background-color: #FEF8F7; }
		.about-item:nth-of-type(3) {
			background-color: #F7F8FD; }
		.about-item-title {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: start;
					-ms-flex-align: start;
							align-items: flex-start;
			width: 500px;
			-ms-flex-negative: 0;
					flex-shrink: 0;
			margin-right: 60px;
			font-size: 30px;
			font-weight: normal;
			text-transform: uppercase; }
			.about-item-title span {
				display: inline-block;
				font-size: 18px;
				margin-right: 15px;
				margin-top: 5px; }
		.about-item-text {
			line-height: 1.5;
			font-family: "HelveticaNeue", sans-serif;
			margin-bottom: 20px; }
			.about-item-text:last-of-type {
				margin-bottom: 0; }
			.about-item-text-wrap {
				width: 390px; }

.text-move {
	background-color: #000;
	padding: 10px 0;
	overflow: hidden;
	height: 50px;
	position: relative; }
	.text-move-inner {
		width: 3200px;
		height: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
						transform: translateY(-50%);
		-webkit-animation: marquee 20s linear infinite;
						animation: marquee 20s linear infinite; }
	.text-move p {
		display: inline-block;
		color: #fff;
		font-size: 30px;
		text-transform: uppercase;
		line-height: 1;
		margin-right: 30px; }
		.text-move p span {
			color: #EB5D39; }

@-webkit-keyframes marquee {
	0% {
		right: 50%; }
	100% {
		right: -3200px; } }

@keyframes marquee {
	0% {
		right: 50%; }
	100% {
		right: -3200px; } }

/* Media section */
.media {
	padding: 70px 0 90px;
	text-align: center; }
	.media-wrapper {
		background-color: #F3F3F3;
		border-radius: 20px;
		padding: 100px; }
	.media-title {
		font-size: 110px;
		font-weight: 300;
		margin-bottom: 20px; }
	.media-desc {
		display: inline-block;
		width: 400px;
		font-family: "HelveticaNeue", sans-serif;
		line-height: 1.5;
		margin-bottom: 40px; }
	.media-img-1 {
		position: absolute;
		bottom: 90px;
		left: 90px;
		border-radius: 20px;}
	.media-img-2 {
		position: absolute;
		top: 180px;
		right: 90px;
		border-radius: 20px;}
	.media-img-3 {
		position: absolute;
		right: 240px;
		bottom: 75px;
		border-radius: 20px;}
	.media-img-mob {
		text-align: center;
		margin-bottom: 15px;
		display: none; }

/* Journals section */
.journals {
	padding: 60px 0 70px; }
	.journals-item-img {
		margin-bottom: 20px; }
		.journals-item-img img {
			width: 100%; }
	.journals-item-title {
		font-size: 26px;
		text-transform: uppercase;
		margin-bottom: 15px; }
	.journals-item-desc {
		font-size: 18px;
		font-family: "HelveticaNeue", sans-serif;
		line-height: 1.5;
		padding-right: 30px; }
	.journals-text {
		margin-top: 130px;
		text-align: center;
		font-size: 90px;
		font-weight: 300;
		line-height: 1; }
		.journals-text span {
			color: #EB5D39; }

/* Whatelse section */
.whatelse {
	padding: 65px 0 120px; }
	.whatelse-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		margin: 0 -10px -40px; }
	.whatelse-item {
		width: 400px;
		border-radius: 20px;
		margin: 0 10px 40px; }
		.whatelse-item-black {
			background-color: #000;
			padding: 30px 15px 50px; }
			.whatelse-item-black .whatelse-item-title {
				color: #fff; }
			.whatelse-item-black .whatelse-item-desc {
				color: #fff; }
		.whatelse-item-orange {
			background-color: #EB5D39;
			padding: 30px 15px 50px; }
		.whatelse-item-img-absolute .whatelse-item-img {
			background-color: #FCF0ED;
			border-radius: 20px;
			height: 170px; }
			.whatelse-item-img-absolute .whatelse-item-img img {
				position: absolute;
				bottom: 0;
				right: 25px; }
		.whatelse-item-img {
			position: relative;
			margin-bottom: 20px; }
		.whatelse-item-title {
			font-size: 26px;
			text-transform: uppercase;
			margin-bottom: 15px; }
		.whatelse-item-desc {
			font-size: 17px;
			font-family: "HelveticaNeue", sans-serif;
			padding-right: 30px;
			line-height: 1.5; }
			.whatelse-item-desc span {
				font-weight: bold; }
			.whatelse-item-desc a {
				text-decoration: underline;
				color: #000; }

/* Yt section */
.yt {
	padding: 60px 0;
	text-align: center;
	position: relative;
	overflow: hidden; }
	.yt-suptitle {
		font-size: 26px;
		text-transform: uppercase;
		margin-bottom: 30px; }
	.yt-title {
		font-size: 90px;
		line-height: 0.8;
		font-weight: 300;
		margin-bottom: 60px; }
		.yt-title span {
			display: block;
			color: #EB5D39; }
	.yt-subtitle {
		font-size: 26px;
		text-transform: uppercase;
		color: #EB5D39;
		margin-bottom: 130px; }
	.yt-video {
		height: 750px;
		background-color: #F3F3F3;
		border-radius: 20px; }
		.yt-video iframe {
			border-radius: 20px; }
	.yt-text {
		width: 105%;
		left: -20px;
		background-color: #000;
		padding: 10px 0;
		position: absolute;
		overflow: hidden;
		height: 50px;
		position: relative; }
		.yt-text-inner {
			width: 3200px;
			height: 50px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
					-ms-flex-align: center;
							align-items: center;
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
							transform: translateY(-50%);
			-webkit-animation: marqueeYT 20s linear infinite;
							animation: marqueeYT 20s linear infinite; }
		.yt-text p {
			display: inline-block;
			margin-right: 60px;
			color: #EB5D39;
			text-transform: uppercase;
			font-size: 30px;
			line-height: 0.75; }
		.yt-text-1 {
			bottom: 300px;
			-webkit-transform: rotate(10deg);
					-ms-transform: rotate(10deg);
							transform: rotate(10deg); }
		.yt-text-2 {
			bottom: 200px;
			-webkit-transform: rotate(-10deg);
					-ms-transform: rotate(-10deg);
							transform: rotate(-10deg); }
@-webkit-keyframes marqueeYT {
	0% {
		right: 50%; }
	100% {
		right: -3200px; } }

@keyframes marqueeYT {
	0% {
		right: 50%; }
	100% {
		right: -3200px; } }

/* Strategies section */
.strategies {
	padding: 60px 0 100px; }
	.strategies-title {
		margin-bottom: 40px; }
	.strategies-img {
		text-align: center;
		margin-bottom: 50px; }
		.strategies-img-mob {
			display: none; }
	.strategies-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		margin-bottom: -10px; }
	.strategies-item {
		width: 33%;
		padding: 25px;
		margin-bottom: 10px; }
		.strategies-item-title {
			font-size: 26px;
			text-transform: uppercase;
			margin-bottom: 15px; }
		.strategies-item-desc {
			line-height: 1.5;
			color: #323232;
			font-family: "HelveticaNeue", sans-serif; }
			.strategies-item-desc span {
				font-weight: bold; }
.strategies-item-title a {
	color: #323232;
}
.strategies-item-title a:hover {
	color: rgb(235, 93, 57);
}
/* Podcast section */
.podcast {
	padding: 60px 0 100px; }
	.podcast-item {
		border-radius: 20px; }
		.podcast-item:hover .podcast-item-img img {
			/*-webkit-transform: scale(1.1);
					-ms-transform: scale(1.1);
							transform: scale(1.1);*/ }
		.podcast-item-orange {
			background-color: #EB5D39;
			padding: 30px 15px 50px; }
		.podcast-item-img {
			display: block;
			overflow: hidden;
			border-radius: 20px;
			margin-bottom: 20px; }
			.podcast-item-img img {
				border-radius: 20px;
				width: 100%;
				-webkit-transition: .5s;
				transition: .5s; }
		.podcast-item-title {
			font-size: 26px;
			text-transform: uppercase;
			line-height: 1.3;
			color: #000;
			margin-bottom: 15px; }
			.podcast-item-title span {
				color: #EB5D39; }
		.podcast-item-desc {
			font-size: 17px;
			font-family: "HelveticaNeue", sans-serif;
			line-height: 1.5;
			padding-right: 30px; }

/* Footer */
.footer {
	background-color: #F3F3F3;
	padding: 90px 0 60px; }
	.footer-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
				-ms-flex-align: start;
						align-items: flex-start;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between; }
	.footer-title {
		font-size: 80px;
		font-weight: 300;
		line-height: 0.75;
		margin-bottom: 40px; }
	.footer-social li {
		display: inline-block;
		margin-right: 20px; }
		.footer-social li:last-child {
			margin-right: 0; }
	.footer-social a {
		background-color: #fff;
		padding: 10px 25px;
		border-radius: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/*-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;*/
		font-size: 22px;
		color: #000;
		-webkit-transition: .5s;
		transition: .5s;
		line-height: 1.7;}
		.footer-social a:hover {
			background-color: #EB5D39; }
		.footer-social a img {
			-ms-flex-negative: 0;
					flex-shrink: 0;
			margin-right: 10px; }
	.footer-bottom {
		margin-top: 100px;
		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;
		font-family: "RightGrotesk", sans-serif;
		font-weight: 500;
		font-size: 22px; }

/* Adaptive */
@media only screen and (max-width: 1350px) {
	.c-container {
		width: 100%;
		padding: 0 16px; }
	.header {
		padding: 20px 0; }
		.header-logo {
			font-size: 26px; }
	.p-main-title {
		font-size: 90px; }
	.p-main-img-1 {
		left: 0; }
	.p-main-img-2 {
		left: 150px; }
	.p-main-img-3 {
		right: 0; }
	.p-main-img-4 {
		right: 150px; }
	.s-title {
		padding-left: 0; }
		.s-title-wrap {
			padding-right: 0; }
	.about-item {
		padding: 20px 20px 35px; }
	.media-wrapper {
		padding: 35px 15px 40px; }
	.media-title {
		font-size: 90px; }
	.media-img-1 {
		left: 50px; }
	.media-img-2 {
		right: 50px; }
	.media-img-3 {
		right: 150px; }
	.journals-text {
		font-size: 60px;
		margin-top: 100px; }
	.whatelse {
		padding: 40px 0 100px; }
		.whatelse-items {
			-webkit-box-pack: justify;
					-ms-flex-pack: justify;
							justify-content: space-between;
			margin: 0;
			margin-bottom: -30px; }
		.whatelse-item {
			width: 48%;
			margin: 0;
			margin-bottom: 30px; }
			.whatelse-item-img img {
				width: 100%; }
			.whatelse-item-img-absolute .whatelse-item-img img {
				position: static;
				height: 100%;
				-o-object-fit: cover;
					 object-fit: cover;
				/*-webkit-transform: rotate(180deg);
						-ms-transform: rotate(180deg);
								transform: rotate(180deg); */}
	.yt-subtitle {
		margin-bottom: 80px; }
	.yt-title {
		font-size: 80px; }
	.podcast {
		padding: 40px 0; }
		.podcast-item-title {
			font-size: 22px; }
	.footer {
		padding: 70px 0 30px; }
		.footer-title {
			font-size: 60px; }
		.footer-bottom {
			margin-top: 80px; } }

@media only screen and (max-width: 1023px) {
	.header-wrapper {
		padding: 15px; }
	.header-logo {
		font-size: 20px; }
	.c-btn {
		padding: 12px 30px;
		font-size: 16px; }
	.p-main-img-1 {
		width: 80px; }
	.p-main-img-2 {
		left: 50px; }
	.p-main-img-3 {
		width: 80px; }
	.p-main-img-4 {
		right: 50px; }
	.s-title {
		font-size: 48px;
		margin-bottom: 40px; }
	.fire-item-title {
		font-size: 22px; }
	.about {
		padding: 40px 0; }
		.about-item {
			display: block; }
			.about-item-title {
				width: 100%;
				margin-right: 0; }
			.about-item-text-wrap {
				width: 100%;
				margin-top: 10px; }
	.text-move p {
		font-size: 24px; }
	.media {
		padding: 40px 0; }
		.media-title {
			font-size: 70px; }
		.media-img-1, .media-img-2, .media-img-3 {
			display: none; }
		.media-img-mob {
			display: block; }
	.journals {
		padding: 40px 0; }
		.journals-text {
			font-size: 50px; }
	.yt {
		padding: 40px 0; }
		.yt-title {
			font-size: 65px; }
		.yt-text p {
			font-size: 22px;
			margin-right: 20px; }
	.strategies-items {
		margin-bottom: -30px; }
	.strategies-item {
		width: 48%;
		padding: 0;
		padding-right: 20px;
		margin-bottom: 30px; }
	.footer-wrapper {
		display: block;
		text-align: center; }
	.footer-img {
		margin-top: 40px; } }

@media only screen and (max-width: 767px) {
	.header-wrapper {
		padding: 12px;
		border-radius: 10px; }
	.header-social {
		display: none; }
	.header-logo {
		font-size: 18px; }
	.c-btn {
		text-transform: none; }
	.p-main-wrapper {
		padding: 20px 0 40px; }
	.p-main-title {
		font-size: 56px;
		margin-bottom: 20px; }
	.p-main-subtitle {
		font-size: 18px;
		margin-bottom: 25px; }
	.p-main-img-1, .p-main-img-2, .p-main-img-3, .p-main-img-4 {
		display: none; }
	.p-main-img-mob {
		display: block; }
	.s-title {
		font-size: 42px; }
		.s-title-wrap {
			margin-bottom: 40px; }
	.fire {
		padding: 40px 0; }
		.fire-item {
			margin-bottom: 50px; }
			.fire-item:last-of-type {
				margin-bottom: 0; }
			.fire-item-desc {
				padding: 0; }
		.fire .swiper-wrapper {
			-ms-flex-wrap: wrap;
					flex-wrap: wrap; }
		.fire .arrows {
			display: none; }
	.about-item-title {
		font-size: 24px; }
		.about-item-title span {
			margin-top: 2px; }
	.text-move {
		padding: 6px 0; }
		.text-move p {
			font-size: 20px; }
	.media-wrapper {
		border-radius: 10px; }
	.media-title {
		font-size: 50px; }
	.media-desc {
		width: 100%; }
	.journals .swiper-wrapper {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
	.journals-item {
		margin-bottom: 30px; }
		.journals-item:last-of-type {
			margin-bottom: 0; }
		.journals-item-desc {
			padding: 0; }
	.journals .arrows {
		display: none; }
	.journals-text {
		font-size: 35px;
		line-height: 1.2; }
	.whatelse-item {
		width: 100%; }
		.whatelse-item-desc {
			padding: 0; }
	.yt-suptitle {
		font-size: 22px;
		margin-bottom: 25px; }
	.yt-subtitle {
		font-size: 22px;
		margin-bottom: 40px; }
	.yt-title {
		font-size: 50px;
		margin-bottom: 25px; }
	.yt-video {
		height: 250px; }
	.yt-text {
		padding: 6px 0; }
		.yt-text-1 {
			bottom: 150px; }
		.yt-text-2 {
			bottom: 100px; }
	.strategies {
		padding: 40px 0; }
		.strategies-item {
			width: 100%;
			padding-right: 0; }
	.podcast {
		padding: 40px 0 0; }
		.podcast .arrows {
			position: absolute;
			bottom: 40px;
			width: 100%;
			-webkit-box-pack: center;
					-ms-flex-pack: center;
							justify-content: center;
			left: 0; }
		.podcast-wrapper {
			padding: 0 0 135px; }
		.podcast-item-desc {
			padding: 0; }
	.footer-title {
		font-size: 50px; }
	.footer-social li {
		margin-right: 15px; }
	.footer-social a {
		border-radius: 15px;
		padding: 7px 15px; } 
.text-move-inner {
		width: 2500px; }
	@-webkit-keyframes marquee {
		0% {
			right: 50%; }
		100% {
			right: -2500px; } }
	@keyframes marquee {
		0% {
			right: 50%; }
		100% {
			right: -2500px; } }
	.yt-text-inner {
		width: 2500px; }
	@-webkit-keyframes marqueeYt {
		0% {
			right: 50%; }
		100% {
			right: -2500px; } }
	@keyframes marqueeYt {
		0% {
			right: 50%; }
		100% {
			right: -2500px; } }}

@media only screen and (max-width: 479px) {
	.header {
		padding: 10px 0; }
		.header .c-container {
			padding: 0 7px; }
		.header-logo {
			font-size: 15px; }
		.header-wrapper {
			padding: 12px 7px 12px 12px; }
	.c-btn {
		text-transform: none;
		padding: 10px 17px; }
	.p-main-wrapper {
		padding-top: 30px; }
	.p-main-title {
		font-size: 48px; }
	.s-title {
		font-size: 30px; }
	.fire-item-img {
		margin-bottom: 15px; }
	.fire-item-title {
		font-size: 20px; }
	.fire-item-desc {
		font-size: 16px; }
	.about-item-title {
		display: block;
		font-size: 20px; }
		.about-item-title span {
			font-size: 16px;
			display: block;
			margin-bottom: 10px;
			margin-right: 0; }
	.media-title {
		font-size: 40px; }
	.media-desc {
		margin-bottom: 25px; }
	.journals-item-title {
		font-size: 20px; }
	.journals-item-desc {
		font-size: 16px; }
	.journals-text {
		font-size: 24px; }
	.whatelse-item-black, .whatelse-item-orange {
		padding: 20px 15px; }
	.whatelse-item-title {
		font-size: 20px; }
	.whatelse-item-desc {
		font-size: 16px; }
	.yt-title {
		font-size: 40px; }
	.yt-subtitle {
		font-size: 18px; }
	.yt-suptitle {
		font-size: 18px; }
	.yt-video {
		height: 250px; }
	.yt-text {
		padding: 0;
		width: 120%; }
		.yt-text-1 {
			bottom: 100px; }
		.yt-text-2 {
			bottom: 70px; }
		.yt-text p {
			font-size: 11px; }
	.strategies-img-mob {
		display: block; }
	.strategies-img-desctop {
		display: none; }
	.strategies-item-title {
		font-size: 20px; }
	.podcast-item-img {
		border-radius: 10px; }
		.podcast-item-img img {
			border-radius: 10px; }
	.podcast-item-title {
		font-size: 20px; }
	.footer-title {
		font-size: 40px;
		margin-bottom: 25px; }
	.footer-social li {
		margin-right: 12px; }
	.footer-social a {
		font-size: 16px; }
		.footer-social a img {
			width: 25px;
			margin-right: 7px; }
	.footer-text {
		font-size: 18px; } 
.text-move {
		height: 30px; }
	.yt-text {
		height: 22px; }
		.yt-text-inner {
			width: 1500px;
			height: 22px;
			-webkit-animation: marqueeYT 30s linear infinite;
							animation: marqueeYT 30s linear infinite; }
	@keyframes marqueeYT {
		0% {
			right: 50%; }
		100% {
			right: -1500px; } }}

.fire-item-img img:hover,
.journals-item-img img:hover,
.whatelse-item-img img:hover,
.podcast-item-img img:hover
{
	filter: brightness(0.8);
    transition: .5s;
}
.fire-item-desc a:hover,
.whatelse-item-desc a:hover{
    color: #eb5d39;
    transition: 0.3s;
}
.journals-item-img img, .whatelse-item-img img, .podcast-item-img img, .footer-img img, .fire-item-img img {
	border-radius: 20px;
}
.journals-item-img img, .fire-item-img img {
	border-radius: 20px;
	width: 400px;
	height: 200px;
	object-fit: cover;
}
.whatelse-item-img a {
	display: contents;
}
.media-img-mob img {
	border-radius: 20px;
}