/*!
Theme Name: Norkon
Theme URI: https://www.brightscout.com/
Author: Brightscout
Author URI: https://www.brightscout.com/
Description: 
Version: 1.0.0

*/


:root {
	--effra : "Effra";
	--bressay : "Bressay";
	--black: #030303;
	--white: #FFFFFF;
	--teal: #28AEA6;
	--pale_teal: #47CBC3;
	--purple: #6B65EB;
	--pale_purple: #D3D1F9;
	--red: #F97A58;
	--pale_red: #FED8CD;
	--green: #00C377;
	--pale_green: #B3EDD7;
	--yellow: #F3D053;
	--pale_yellow: #FCF1CC;
	--dark_gray: #3F4548;
	--mid_gray: #B4B6B7;
	--light_gray: #E0E0E0;
	--gradient: radial-gradient(80.76% 78.8% at 30.49% 74.48%, #47CBC3 3%, #6B65EB 100%);
}


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

a{
	text-decoration: none;
}

html {
	margin:0;
	padding:0;
	font-family: 'Albert Sans', sans-serif;
}


body {
	margin: 0;
}
/*
*:focus {
outline: none;
}
*/
video{
	width:100%;
}

ul{
	margin:0;
	padding:0;
}

.spacing{
	float:left;
	width: 100%;
}

.spacing.sp_5{ padding-bottom: 5px;}
.spacing.sp_10{ padding-bottom: 10px;}
.spacing.sp_15{ padding-bottom: 15px;}
.spacing.sp_20{ padding-bottom: 20px;}
.spacing.sp_50{ padding-bottom: 50px;}
.spacing.sp_100 { padding-bottom: 100px;}
.spacing.sp_150 { padding-bottom: 150px;}
.spacing.sp_200 { padding-bottom: 200px;}
.spacing.sp_300 { padding-bottom: 300px;}

.full_text  ul li,
.inner_text ul li,
.left_right ul li {
	margin: 0;
	padding: 0;
	position: relative;
	padding-left: 20px;
	margin-left: 0;
	margin-right: 0;
	width: calc(100% - 30px);
	font-weight: 700;
	font-size: 15px;
	line-height: 140%;
	color: var(--dark_gray);
	margin-bottom: 10px;
	list-style-type:none;
}

.full_text  ul li:before,
.inner_text  ul li:before,
.left_right  ul li:before{
	position: absolute;
	left: 0;
	top: -2px;
	content: "\004C";
	font-family: sans-serif;
	font-weight: 600;
	-ms-transform: scaleX(-1) rotate(-35deg);
	-webkit-transform: scaleX(-1) rotate(-35deg);
	transform: scaleX(-1) rotate(-35deg);
}
.full_text ul li {
	font-size: 18px;
	line-height: 170%;
	font-weight: 400;
}

.home .full_text .container{
	position: relative;
	z-index: 1;
}
.full_text h2 {
	margin-top: 40px;
	margin-bottom:10px
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: var(--mid_gray);
	font-family: 'Albert Sans', sans-serif;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: var(--mid_gray);
	font-family: 'Albert Sans', sans-serif;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: var(--mid_gray);
	font-family: 'Albert Sans', sans-serif;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: var(--mid_gray);
	font-family: 'Albert Sans', sans-serif;
}
::-ms-input-placeholder { /* Microsoft Edge */
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: var(--mid_gray);
	font-family: 'Albert Sans', sans-serif;
}

::placeholder { /* Most modern browsers support this now. */
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: var(--mid_gray);
	font-family: 'Albert Sans', sans-serif;
}


textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

h1 {
	font-weight: 600;
	font-size: 64px;
	line-height: 110%;
	letter-spacing: -2px;
	color: var(--black);
	margin-top: 0;
	display: block;
	margin-bottom: 30px;
}

h2{
	font-weight: 600;
	font-size: 36px;
	line-height: 110%;
	letter-spacing: -.5px;
	color: var(--black);
	margin-top: 0;
	display: block;
	margin-bottom: 20px;
}


h3{
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -0.5px;
	color: var(--black);
	margin-top: 0;
	display: block;
}

h4{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 110%;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--purple);
	margin-top: 0;
	display: block;
}

p{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 170%;
	color: var(--dark_gray);

}

.rows_3 .text.full_text h2,
.txt_grad{
	background: var(--gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.gray_bg{
	background: #F3F4F6;
}


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

#mobile_menu{
	display:none;
}


ul#mobile_menu {
	position: relative;
	top: 20px;
	left: 0;
	transform: translate(-50%,-50%);
	width: 0px;
	height: 40px;
	cursor: pointer;
	right: 0;
	margin: 0;
	float: right;
	margin-left: 40px;
}
ul#mobile_menu li {
	list-style: none;
	position: absolute;
	right: 0;
	transform: translateY(-50%);
	width: 90%;
	height: 3px;
	background: var(--black);
	border-radius: 20px;
	transition: .5s;
	opacity: 1;
	width: 40px;
}
ul#mobile_menu li:nth-of-type(1){
	top: 20%;
}
ul#mobile_menu li:nth-of-type(2),ul#mobile_menu li:nth-of-type(3){
	top: 50%;
}
ul#mobile_menu li:nth-of-type(4){
	top: 80%;
}

ul#mobile_menu.active li:nth-of-type(1){
	top: -20%;
	opacity: 0;
}
ul#mobile_menu.active li:nth-of-type(2){
	transform: translateY(-50%) rotate(45deg);
}
ul#mobile_menu.active li:nth-of-type(3){
	transform: translateY(-50%) rotate(-45deg);
}
ul#mobile_menu.active li:nth-of-type(4){
	top: 120%;
	opacity: 0;
}


/* Slider */
.slick-slider
{
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}


/* ==== GRID SYSTEM ==== */

.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.row {
	position: relative;
	width: 100%;
}

.row [class^="col"] {
	float: left;
	margin: 0.5rem 2%;
	min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	width: 96%;
}

.col-1-sm {
	width: 4.33%;
}

.col-2-sm {
	width: 12.66%;
}

.col-3-sm {
	width: 21%;
}

.col-4-sm {
	width: 29.33%;
}

.col-5-sm {
	width: 37.66%;
}

.col-6-sm {
	width: 46%;
}

.col-7-sm {
	width: 54.33%;
}

.col-8-sm {
	width: 62.66%;
}

.col-9-sm {
	width: 71%;
}

.col-10-sm {
	width: 79.33%;
}

.col-11-sm {
	width: 87.66%;
}

.col-12-sm {
	width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
	display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
	.container {
		width: 1240px;
	}
}

@media only screen and (min-width: 45em) {  /* 720px */
	.col-1 {
		width: 4.33%;
	}

	.col-2 {
		width: 12.66%;
	}

	.col-3 {
		width: 21%;
	}

	.col-4 {
		width: 29.33%;
	}

	.col-5 {
		width: 37.66%;
	}

	.col-6 {
		width: 46%;
	}

	.col-7 {
		width: 54.33%;
	}

	.col-8 {
		width: 62.66%;
	}

	.col-9 {
		width: 71%;
	}

	.col-10 {
		width: 79.33%;
	}

	.col-11 {
		width: 87.66%;
	}

	.col-12 {
		width: 96%;
	}

	.hidden-sm {
		display: block;
	}
}


.flex_it{
	display: flex;
}

.center_it{
	align-items: center;
}

.wrap_it{
	flex-wrap: wrap;
}

.flex_center{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}



#masthead{
	float: left;
	width: 100%;
	border-bottom: 1px solid var(--white);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 0.3s ease;
	background: var(--white);
}

#masthead.white_header {
	background: transparent;
}

#masthead.scrolled{
	border-bottom: 1px solid var(--dark_gray);
	transition: all 0.3s ease;
	background: var(--white);
}

#masthead.scrolled #primary-menu li{
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all 0.3s ease;
}

#masthead.scrolled #primary-menu .sub-menu-wrap {
	transition: all 0.3s ease;
	top:49px
}

#masthead .flex_it {
	/*justify-content: space-between;*/
	margin-top: 0px;
	margin-bottom: 0px;
	align-items: center;

}

#masthead #logo img{
	height:30px;
	transition: all 0.3s ease;
}

#masthead.scrolled #logo img{;
	transition: all 0.3s ease;
}

#masthead.white_header #logo img{
	filter: brightness(0) invert(1);
	transition: all 0.3s ease;
}

#masthead.white_header #primary-menu li a{
	color: var(--white);
	transition: all 0.3s ease;
}

@media all and (min-width: 1024px) {
	#masthead.scrolled #logo img{
		height:20px;
	}

	.menu_container {
		margin-left: auto;
	}
}

#primary-menu li.menu-item-has-children{
	position: relative;
	padding-right:15px;
	transition: all 0.3s ease;
}

#primary-menu li.menu-item-has-children:before{
	background: url("images/gray_arrow.svg") no-repeat;
	background: url("images/black_arrow.svg") no-repeat;
	background-position: center right;
	position: absolute;
	right:0;
	top:0;
	width:14px;
	height: 100%;
	content:"";
	transition: all 0.3s ease;
}

#primary-menu li.menu-item-has-children:hover:before{
	/*transform: rotate(90deg);*/
	transition: all 0.3s ease;
}

#primary-menu li a:hover{
	color: var(--dark_gray);
}

#masthead.white_header.scrolled #logo img{
	filter: none;
	transition: all 0.3s ease;

}

#masthead.white_header.scrolled #primary-menu li a{
	color: var(--black);
	transition: all 0.3s ease;
}
#masthead.white_header.scrolled ul#mobile_menu li {
	background:var(--black);
}

#primary-menu,
#primary-menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#primary-menu {
	display: flex;
}

#primary-menu .container {
	width: auto;
}

#primary-menu li{
	margin-left: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	transition: all 0.3s ease;
}

#primary-menu .menu-item-has-children:hover > .sub-menu-wrap{
	transition: all 0.5s ease;
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

#primary-menu .sub-menu-wrap .sub-menu{
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

#primary-menu .sub-menu-wrap .sub-menu li{
	transition: all 0.3s ease;
}

/*#primary-menu .sub-menu-wrap .sub-menu li:before{
position: absolute;
top: -40px;
left: -30px;
width: calc(100% + 10px);
height: calc(100% + 80px);
background: var(--black);
border-radius: 20px;
content: "";
z-index: -1;
transition: all 0.3s ease;
}*/

#primary-menu .sub-menu-wrap .sub-menu li:hover:before{
	position: absolute;
	top: -40px;
	left: -30px;
	width: calc(100% + 10px);
	height: calc(100% + 80px);
	/*background: rgba(255,255,255,.15);*/
	border-radius: 10px;
	content: "";
	z-index: -1;
	transition: all 0.3s ease;
}

#primary-menu .sub-menu-wrap .sub-menu li:last-child:before,
#primary-menu .sub-menu-wrap .sub-menu li:last-child:hover:before{
	width: calc(100% + 50px);
}

#primary-menu .sub-menu-wrap .sub-menu li .left_img {
	min-width: 32px;
	padding-right: 16px;
}

#primary-menu .sub-menu-wrap .sub-menu li{
	margin-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#primary-menu .sub-menu-wrap .sub-menu li:not(:last-child) {
	border-bottom: 1px solid #F3F4F6;
	padding-bottom: 24px;
	margin-bottom: 24px;
}

#primary-menu .sub-menu-wrap .sub-menu li:last-child{
	margin: 0;
	padding: 0;
	border: 0;
}

#primary-menu>li:not(:first-child) .right_text h3 {
	font-weight: 400 !important;
}

#primary-menu>li:not(:first-child) .sub-menu-wrap .sub-menu li:not(:last-child) {
	padding-bottom: 16px;
	margin-bottom: 16px;
}

#primary-menu .sub-menu-wrap .sub-menu li a {
	display: flex;
}

#primary-menu .sub-menu-wrap .sub-menu li h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 170%;
	color: var(--black);
	margin-top: 1px;
	margin-bottom: 8px;
	letter-spacing: 0;
}

#primary-menu .sub-menu-wrap .sub-menu li p {
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	color: var(--dark_gray);
	float: left;
	margin: 0;
	text-transform: none;
}

#primary-menu li a{
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: var(--black);
	transition: all 0.3s ease;
}

@media all and (min-width:1024px) {
	#primary-menu .sub-menu-wrap {
		position: fixed;
		background: var(--white);
		top: 79px;
		margin: auto;
		transform: translateX(-60%);
		padding: 32px;
		transition: all 0.5s ease;
		opacity: 0;
		visibility: hidden;
		max-width: 400px;
		box-sizing: border-box;
		border-radius: 8px;
		display: inline-block;
		border: 1px solid #F3F4F6;
		background: #FFF;
		box-shadow: 0px 12px 56px 0px rgba(50, 96, 139, 0.20), 0px 4px 12px 0px rgba(41, 54, 87, 0.06);
	}
}

input[type="submit"],
.button{
	border-radius: 300px;
	background: var(--black);
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	color: #F3F3F3;
	padding: 15px 30px;
	display: inline-block;
	border:2px solid var(--black);
	cursor:pointer;
	transition: all 0.3s ease;
}

input[type="submit"]:hover,
.button:hover{
	border:2px solid var(--dark_gray);
	background: var(--dark_gray);
	transition: all 0.3s ease;
}

input[type="submit"]:disabled{
	background: var(--mid_gray);
	border-color: var(--mid_gray);

}

.button_empty,
.button+.button{
	border-radius: 300px;
	background: var(--white);
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	color: var(--black);
	padding: 15px 30px;
	display: inline-block;
	border: 2px solid var(--dark_gray);
	margin-left: 25px;
	/*padding-right: 50px;
	background-image: url("images/button_arrow.svg");*/
	background-repeat: no-repeat;
	background-size: 9px;
	background-position: 85% center;
	transition: all 0.3s ease;
}

.button_empty:hover,
.button+.button:hover{
	border: 2px solid var(--black);
	transition: all 0.3s ease;
	background-size: 12px;
	background-position: 88% center;
}

.button+.button:hover {
	background: var(--black);
	color: #F3F3F3;
}

.button_container{
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}


.absolute_image{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
	object-position: bottom;
	z-index: -1;
}

.home .full_text{
	height: 100vh;
	padding: 0;
}

.full_text .absolute_image{
	z-index: 0;
}

.full_image{
	float:left;
	width:100%;
	position: relative;
}

.full_image:before{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	content:"";
	background: linear-gradient(180deg, #030303 0.46%, rgba(0, 0, 0, 0) 61.69%);
}


.full_image img{
	float:left;
	width: 100%;
}

.full_text{
	float: left;
	width: 100%;
	padding-top:100px;
	padding-bottom: 100px;
	display: flex;
	align-items: center;
	position: relative;
}

.full_text.black_bg{
	padding-top:200px;
	background-color: var(--black);
	overflow: hidden;
}

.black_bg .button{
	background: var(--teal);
	transition: all 0.3s ease;
}

.black_bg .button:hover{
	background: var(--pale_teal);
	transition: all 0.3s ease;
}

.full_text.black_bg  .container{
	z-index: 1;
	position: relative;
}

.full_text.black_bg .absolute_image {
	z-index: 0;
	top: 0;
	object-fit: contain;
	object-position: center 100px;
}

.full_text.black_bg h1,
.full_text.black_bg h2,
.full_text.black_bg p{
	color: var(--white);
}

.full_text .img_container{
	text-align: center;
}

.full_text p{
	width: 100%;

}


.rows_3{
	float: left;
	width: 100%;
}

.rows_3 .col-4{
	position: relative;
	padding-bottom: 60px;
}

.rows_3 .col-4 .button_container{
	position: absolute;
	width:100%;
	bottom:0;
	text-align: center;
}

.rows_3.separate_boxes .col-4 .button_container{
	margin-bottom: 30px;
}


.rows_3 p{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 170%;
	color: var(--dark_gray);
}

.rows_3 .inner_text{
	margin-top:10px;
}

.rows_3 .img_container{
	margin-bottom: 0px;
}

.rows_3.separate_boxes .separate_boxes{
	min-height: 100px;
	text-align: center;
	width: calc(100% - 60px);
	justify-content: center;
	align-items: center;
	display:flex;
	flex-wrap: wrap;
}

.rows_3.black_bg{
	background: var(--black);
	padding-top:100px;
	padding-bottom: 100px;
}

.rows_3.black_bg h2{
	font-weight: 900;
	font-size: 120px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -2px;
	background: radial-gradient(78.8% 80.76% at 30.49% 74.48%, #47CBC3 3%, #6B65EB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.rows_3.black_bg p{
	font-weight: 500;
	font-size: 17px;
	line-height: 130%;
	text-align: center;
	color: #DDDFE2;
	max-width: 300px;
	margin: auto;
}

.rows_3 .inline_img{
	display: flex;
	align-items: center;
}

.rows_3 .inline_img .img_container{
	margin:0;
	margin-right: 20px;
}

.rows_3 .inline_img .img_container img{
	min-width: 55px;
	max-width: 55px;
}

.rows_3.img_inline p{
	text-align: left;
	font-weight: 400;
	font-size: 18px;
	line-height: 170%;
	color: #EEEEEE;

}

.rows_3.img_inline.black_bg  h2,
.rows_3 .inline_img h2{
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	color: #FFFFFF;
	background: none;
	background-clip: unset;
	-webkit-text-fill-color: unset;
	text-align: left;
	margin:0;
	letter-spacing: -0.5px;
}
.rows_3.black_bg h3 {
	color:#fff;
}
.rows_3.black_bg h4 {
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
	margin-top: revert;
}

.rows_3 .inline_img h2{
	letter-spacing: 0;
}

.rows_3 .full_text{
	padding-top:0;
}

.rows_3.black_bg .button{
	background: transparent;
	border: 2px solid var(--white);
}

.rows_3.img_inline.black_bg  .full_text h2,
.rows_3 .full_text h2{
	text-align: left;
	font-weight: 600;
	font-size: 36px;
	line-height: 110%;
	letter-spacing: -1px;
	background: var(--gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.rows_3 .text{
	padding-bottom: 50px;
}

.rows_3{
	padding-top:100px;
	padding-bottom: 100px;
}

.rows_3 .text h2 strong{  
	background: radial-gradient(106.61% 104.02% at 5.34% 14.69%, #47CBC3 3%, #6B65EB 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.rows_3.separate_boxes .row {
	display: flex;
	flex-wrap: wrap;
}

.rows_3.separate_boxes .col-4{
	border-radius: 20px;
	overflow: hidden;
	background: #F3F4F6;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.rows_3.separate_boxes .col-4.black_bg_fx{
	background: var(--black);
	padding-bottom: 0;
}

.rows_3.separate_boxes .separate_boxes,
.rows_3.separate_boxes .inner_text {
	background: #EEEEEE;
	padding: 30px;
}

.rows_3.white_boxes .inner_text{
	background: none;
}

.rows_3.white_boxes .col-4{
	background: var(--white);
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

.rows_3.separate_boxes .separate_boxes{
	background: var(--black);
	text-align: center;
}

.rows_3.separate_boxes .separate_boxes h2{
	color: var(--white);
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
}

.rows_3.separate_boxes ul,
.rows_3.separate_boxes p{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 170%;
}

.rows_3 .white_text p{
	color: #fff;
}


.globe{
	float:left;
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
	background: var(--black);
	position: relative;
	overflow: hidden;
}

.globe>.container {
	z-index: 11;
	position: relative;
}

.globe h2{
	font-weight: 900;
	font-size: 128px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -2px;
	background: radial-gradient(106.61% 104.02% at 5.34% 14.69%, #47CBC3 3%, #6B65EB 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	width: fit-content;
}

.globe p {
	color: var(--white);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.globe .peak_final {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	text-transform: lowercase;
	letter-spacing: 0;
}

.globe .absolute_image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	z-index: 2;
	left: auto;
	top: auto;
}


#masthead+.left_right{
	padding-top:150px
}

.left_right{
	float:left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.left_right img{
	width:100%;
}

.left_right.pattern_bg{
	background-image: linear-gradient( rgba(249,122,88, 0.5) 1px, transparent 1px),linear-gradient(to right, rgba(249,122,88, 0.5) 1px, transparent 1px);
	background-size: 10px 10px;
}

.left_right.background_flower:before{
	background-image: url("images/bg_flower.svg");
	background-repeat: no-repeat;
	background-position: -5% 70%;
	background-size: 45% 90%;
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
}

.left_right.background_flower.black_bg:before,
.left_right.background_flower.gray_bg:before{
	filter: brightness(0) invert(1);
	background-position: -45% 60%;
}

.left_right.background_flower.switch:before{
	background-position: 135% 60%;
}


.left_right.black_bg{
	background: var(--black);
}

.left_right .container .row{
	display: flex;
	align-items: center;
}

.left_right.switch .container .row{
	flex-direction: row-reverse;
}


.left_right ul li{
	font-style: normal;
	color: var(--dark_gray);
}

.left_right p{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 170%;
}

.left_right .col-6 p{
	width:90%
}

.left_right.black_bg h2,
.left_right.black_bg h3,
.left_right.black_bg p{
	color: var(--white);
}

.left_right .button_container{
	text-align: left;
}

.left_right.button_as_text h4{
	font-weight: 400;
	font-size: 20px;
	line-height: 170%;
	text-transform: none;
	letter-spacing: normal;
}

.left_right.button_as_text .button_container{
	margin-top:10px;
}

.left_right.button_as_text .button{
	background: url("images/button_bg.svg") no-repeat;
	background-position: center right;
	color: var(--black);
	border: none;
	padding: 0;
	padding-right: 25px;
	font-size: 17px;
}


.testimonials{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom: 100px;
	background: rgba(180, 182, 183, 0.5);
	overflow: hidden;
}

.testimonials h2{
	font-weight: 600;
	font-size: 48px;
	line-height: 110%;
}

.testimonial_slider{
	float:left;
	width: 100%;
	position: relative;
	/*width: calc(100% - (100% - 1240px)/2 - 1px);*/
}

.testimonial_slider .slick-list{
	padding-left: calc((100% - 1240px)/2 - 1px);
	padding-right: 10vw;

}


.testimonial_slider .stars{
	background-image: url(images/star-old.svg);
	background-repeat: repeat;
	height: 25px; 
}

.testimonial_slider .item{
	background: #FFFFFF;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	padding: 40px;
	margin-left: 35px;
	margin-top:50px;
	margin-bottom: 50px;
}

/*.slick-list{padding:0 20% 0 0 !important;}*/

.slick-dots{
	list-style-type: none;
	margin: 0;
	width: 100%;
	text-align: center;
	display: flex;
	padding: 0;
	justify-content: center;
}

.slick-dots li button{
	display: none;
}

.slick-dots li{
	background: var(--mid_gray);
	width: 12px;
	height: 12px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 100%;
}

.slick-dots li.slick-active{
	background: var(--dark_gray);
}

.testimonial_slider p{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: var(--dark_gray);
}


.cta{
	padding-top:200px;
	padding-bottom: 200px;
	background: url("images/cta_lines.svg") no-repeat bottom;
	background-size: 100%;
	float: left;
	width: 100%;
}

.cta h2{
	font-weight: 600;
	font-size: 48px;
	line-height: 110%;
	text-align: center;
	letter-spacing: -1px;
}


.site-footer{
	background: var(--black);
	padding-top:100px;
	padding-bottom: 50px;
	float:left;
	width: 100%;
}

.site-footer p{
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	color: #9A9D9F;
}

#footer_logo img{
	filter: brightness(0) invert(1);
	transition: all 0.3s ease;
}

#footer-menu{
	margin:0;
	padding:0;
	display: flex;
	justify-content: space-between;
}

#footer-menu li{
	margin-left: 20px; 
	padding: 0;
}

#footer-menu ul li:before{
	display: none;
}

#footer-menu li .left_img{
	width: 24px;
	margin-right: 8px;
}

#footer-menu li .left_img img{
	display: table;
}


#footer-menu li a{
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	display: flex;
	align-items: center;
	color: var(--white);
	margin-bottom: 15px;
	padding-bottom: 20px;
	position: relative;
}

#footer-menu li a:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content:"";
	background: var(--dark_gray);
}

#footer-menu li .right_text h3,
#footer-menu li .sub-menu a{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	color: var(--white);
	margin:0;
	color: #b8b8b8;
	transition: all 0.3s ease;

}

#footer-menu li .right_text h3:hover, #footer-menu li .sub-menu li a:hover {
	color: #fff;
	transition: all 0.3s ease;
}

.social img {
	opacity: 1;
	transition: all 0.3s ease;
	width: 30px;
}

.social img:hover {
	opacity: .7;
}



#footer-menu li .right_text h3{
	margin:0;
	pading:0;
}

#footer-menu li .sub-menu a:before{
	display: none;
}

#footer-menu li .sub-menu{
	margin:0;
	padding:0;
}

#footer-menu li .sub-menu li{
	margin:0;
	padding:0;
	margin-bottom: 15px;
	width:100%;
}

#footer-menu li .sub-menu li a{
	margin:0;
	padding:0;
	height: 25px;
}

.site-footer hr{
	height:0;
	border:0;
	border-bottom:1px solid var(--dark_gray);
	margin-bottom: 30px;
	margin-top: 30px;
}

#copy-menu{
	margin:0;
	padding:0;
	display: flex;
	list-style-type: none;
	padding-top:10px;
}

.site-footer .col-6{
	display: flex;
	align-items: center;
}

.site-footer p.copy,
#copy-menu li a{
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(255, 255, 255, 0.5);		
	margin:0;
	margin-right: 30px;
	height: 10px;
}

#copy-menu li a:hover {
	color: rgba(255, 255, 255, 0.85);
	transition: all 0.3s ease;
}


.social {
	float:right;
	margin-left: auto;
	display: flex;
	gap: 16px;
}

.social a {
	height: 18px;
	width: 18px;
	display: flex;
}

.black_bg_with_pattern{
	float: left;
	width: 100%;
	background: var(--black);
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.black_bg_with_pattern .absolute_image {
	top: 0;
	right: 0;
	width: auto;
	height: auto;
	z-index: 0;
	left: auto;
}

.black_bg_with_pattern h3,
.black_bg_with_pattern h2{
	font-weight: 600;
	font-size: 48px;
	line-height: 110%;
	letter-spacing: -1px;
	background: radial-gradient(80.76% 78.8% at 30.49% 74.48%, #47CBC3 3%, #6B65EB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.black_bg_with_pattern h3{
	margin-bottom: 30px;
}

.black_bg_with_pattern h2 {
	margin-bottom: 0;
	font-weight: 900;
	font-size: 120px;
	margin-top: 50px;
	line-height: 100%;
}

.black_bg_with_pattern p{
	font-weight: 400;
	font-size: 18px;
	line-height: 170%;
	color: #FFFFFF;
	margin: 0;
	margin-bottom: 30px;
}

.black_bg_with_pattern .full_text_white h2{ 
	color:var(--white);
	background: none;
	background-clip: unset;
	-webkit-text-fill-color: unset;
	font-weight: 600;
	font-size: 48px;
	line-height: 110%;
	text-align: center;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

.black_bg_with_pattern.has_line .mid_text{
	padding-bottom: 200px;
}

.black_bg_with_pattern.has_line{
	background-image: url("images/pulse_bg.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0vh 70vh;
}

.repeater_text{
	float:left;
	width: 100%;
	padding-top:100px;
	padding-bottom: 100px;
	background: var(--black);
}

.repeater_text .row{
	margin-bottom: 40px;
}

.repeater_text p{
	font-weight: 400;
	font-size: 22px;
	line-height: 170%;
	color: #FFFFFF;
	margin-top:0;
}

.repeater_text h2{
	font-weight: 600;
	font-size: 48px;
	line-height: 110%;
	letter-spacing: -1px;
	background: radial-gradient(80.76% 78.8% at 30.49% 74.48%, #47CBC3 3%, #6B65EB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}


.left_right_text{
	float:left;
	width: 100%;
	padding-top:100px;
	padding-bottom: 100px;
	position: relative;
}

.left_right_text .fix_left_bg{
	position: absolute;
	width: 50%;
	left:0;
	top:0;
	height: 100%;
	background: #EEEEEE;
	z-index: 0;
}

.left_right_text .fix_right_bg{
	position: absolute;
	width: 50%;
	right:0;
	top:0;
	height: 100%;
	z-index: 0;
	background: #E0E0E0;
}

.left_right_text h2{
	margin-top: 30px;
	margin-bottom: 30px;
}


.features{
	background: var(--dark_gray);
	width: 100%;
	float:left;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.features h2{
	color: var(--white);
}

.features .container{
	position: relative;
	z-index: 1;
}

.features .absolute_image{
	position: absolute;
	left: 0;
	width: auto;
	height: auto;
	top:auto;
	bottom: 0;
	object-fit: cover;
	object-position: bottom;
	z-index: 0;
	max-height: 60%;
}

.features .item{
	float:left;
	width: calc(50% - 25px);
	margin-right: 25px;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	color: #FFFFFF;
}

.features .item .left_img{
	min-width: 56px;
	min-height: 56px;
	max-width: 56px;
	max-height: 56px;
	margin-right: 20px;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0px 14.1158px 19.0564px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.features .item .left_img img{
	max-width: 30px;
	max-height: 30px;
}


.contact_form{
	padding-top:150px;
	background: url("images/contact_lines.svg") no-repeat;
	background-size: 100%;
	padding-bottom: 200px;
}

.contact_form.hide_lines{
	background: none;
	float:left;
	width: 100%;
}

.contact_form .wpcf7{
	background: #FFFFFF;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	padding:80px 60px;
	margin-top:100px;
}

.contact_form .wpcf7 p{
	margin: 0;
}

.contact_form .wpcf7 label{
	float:left;
	width: 100%;
	font-weight: 700;
	font-size: 18px;
	line-height: 170%;
	color: var(--black);
}

.contact_form .wpcf7 .wpcf7-form{
	display: table;
	width: 100%;
}
.contact_form .wpcf7 .wpcf7-form-control-wrap{
	float:left;
	width: 100%;
	margin-bottom: 20px;
}

.contact_form .wpcf7 .wpcf7-form-control-wrap select,
.contact_form .wpcf7 .wpcf7-form-control-wrap textarea,
.contact_form .wpcf7 .wpcf7-form-control-wrap input{
	border: 1px solid #B4B6B7;
	border-radius: 10px;
	height: 50px;
	padding-left:15px;
	padding-right: 15px;
	margin-top:10px;
	width: calc(100% - 30px);
}

.contact_form .wpcf7 .wpcf7-form-control-wrap select{
	width:100%;
}

.contact_form .wpcf7 .wpcf7-form-control-wrap textarea{
	padding:15px;

}

.contact_form .wpcf7 .req{
	color: var(--red);
}

.contact_form .wpcf7 .wpcf7-not-valid-tip{
	display: none!important;
}

.contact_form .wpcf7 .wpcf7-form-control-wrap textarea.wpcf7-not-valid, .contact_form .wpcf7 .wpcf7-form-control-wrap input.wpcf7-not-valid{
	border:2px solid var(--red);
}

.contact_form .wpcf7 .wpcf7-list-item{
	margin-left: 0;
	width: 100%;
	display: flex;
	margin-bottom: 5px;
	margin-top: 5px;
}

.contact_form .wpcf7 .wpcf7-list-item label{
	display: flex;
}

.contact_form .wpcf7 .wpcf7-list-item .wpcf7-list-item-label{
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: var(--dark_gray);
}

.contact_form .wpcf7 .wpcf7-list-item input[type="checkbox"]{
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	margin-right: 20px;
	margin-top:2px;
}

.contact_form .wpcf7 form .wpcf7-response-output{
	float: left;
	width: calc(100% - 40px);
	margin: 0;
	padding: 0;
	padding: 10px 20px;
	margin-top: 20px;
	font-weight: 500;
}

.text_w_icons{
	float:left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 60px;
}

.text_w_icons .button_empty{
	background-color: transparent;
}

.text_w_icons .items{
	display: flex;
	align-items: center;
	padding: 25px 35px;
	border-radius: 20px;
	margin-top:10px;
}

.text_w_icons .items .item{
	margin-right: 40px;
}

.text_w_icons .items .item:last-child{
	margin-right: 0;
}



.text_with_icons_black{
	float:left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 30px;
	background: var(--black);
}


.text_with_icons_black h2{
	background: var(--gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.text_with_icons_black .items{
	display: flex;
	align-items: center;
	padding: 25px 35px;
	border-radius: 20px;
	margin-top:50px;
	flex-wrap: wrap;
	text-align: center;
}

.text_with_icons_black .items .item{
	margin-bottom: 80px;
}

.text_with_icons_black .items .item .left_img{
	height: 50px;
	margin-bottom: 20px;
}

.text_with_icons_black .items .item .left_img img{
	height: 50px;
}

.text_with_icons_black .items .right_text{
	color: #fff;
}

.text_with_icons_black .items .item{
	width:20%;
}

.faq{
	float:left;
	width: 100%;
	background: var(--dark_gray);
	padding-top:100px;
	padding-bottom: 100px;
	color: var(--white);
}

.faq.white_faq{
	background: var(--white);
}

.faq_tabs{
	float:left;
	width:100%;
}

.faq_tabs .faq_tab{
	float:left;
	width: calc(100% - 40px);
	padding:20px;
	border: 2px solid #B4B6B7;
	border-radius: 16px;
	margin-bottom: 20px;
	position: relative;
}

.faq_tabs .faq_tab h3:before{
	position: absolute;
	right:0;
	background: url("images/arrow_white.svg") no-repeat;
	background-position: center;
	width: 9px;
	height: 100%;
	content:"";
	transition: all 0.3s ease;
}

.faq_tabs .faq_tab h3{
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	color: #FFFFFF;
	float:left;
	width: 100%;
	position: relative;
	margin:0;
	cursor: pointer;
}

.faq_tabs .faq_tab.active .sub_items{
	display: block;
}

.faq_tabs .faq_tab p.act{
	color: #EEEEEE;
}

.faq .has_text_title{
	float:left;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.faq_tabs .faq_tab p{
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: var(--mid_gray);
	float: left;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	cursor: pointer;
}

.faq_tabs_dt .item{
	display: none;
}

.faq_tabs_dt .item.act{
	display: block;
}

.faq_tabs .faq_tab .sub_items{
	display:none;
	float:left;
	margin-top:15px;
}

.faq_tabs .faq_tab.active h3:before{
	transform: rotate(90deg);
	transition: all 0.3s ease;
}

.faq.white_faq .item,
.faq.white_faq h3,
.faq.white_faq .text p,
.faq.white_faq h2{
	color: var(--black);
}

.faq.white_faq .item:before{
	background: url("images/arrow_down_black.svg") no-repeat;
	transform: rotate(180deg);
	background-size: 100%;
	height: 7px;
}

.faq.white_faq .item.active:before{
	transform: rotate(0deg);
}

.faq h2{
	color: var(--white);
	font-weight: 600;
	font-size: 34px;
	line-height: 110%;
	letter-spacing: -1px;
}

.faq .item:first-child{
	border-top:1px solid #9fa2a3;
}

.faq .item{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom:1px solid #9fa2a3;
	padding-right: 50px;
	position: relative;
	cursor: pointer;
}

.faq .title{
	font-weight: 600;
	font-size: 18px;
	line-height: 170%;
}

.faq .item:before{
	position: absolute;
	right: 20px;
	top: 30px;
	content: "";
	background: url("images/arrow_down.svg") no-repeat;
	background-position: center center;
	height: 17px;
	width: 10px;
	opacity: 0.5;
	transition: all 0.3s ease;
}

.faq .item.active:before{
	opacity: 1;
	transform: rotate(180deg);
	transition: all 0.3s ease;
}

.faq .text {
	display: none;
}

.faq .text p{
	font-weight: 400;
	font-size: 18px;
	line-height: 170%;
	color: var(--light_gray);
	margin-bottom: 0;
}


.pricing{
	float:left;
	width: 100%;
	background-color: var(--black);
	padding-top: 200px;
	padding-bottom: 100px;
	background-image: url("images/contact_lines.svg") ;
	background-repeat:no-repeat;
	background-size: 100%;
	background-position: center top;
}

.pricing h1 {
	color: var(--white);
	margin-bottom: 80px;
}

.pricing .top_section{
	text-align: center;
	padding-bottom: 60px;
}

.pricing .top_section h2{
	text-align: center;
	letter-spacing: -2px;
	color: var(--white);
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}

.pricing .top_section h2.title_3,
.pricing .top_section h2.title_2{
	display: none;
	transition: all 0.3s ease;
}


.pricing .tabs {
	display: flex;
	justify-content: space-evenly;
	float: left;
	width: 100%;
	margin-bottom: 80px;
	border: 1px solid var(--Gray--dark, #3F4548);
	border-radius: 50px;
	padding: 8px;
	display: flex;
	gap: 8px;
}


.pricing .tabs .tab{
	color: var(--white);
	padding: 16px 20px;
	border-radius: 50px;
	min-width: 180px;
	transition: all 0.3s ease;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 18px;
}

.pricing .tabs .tab.active{
	color: var(--white);
	background: #3f4548;
	transition: all 0.3s ease;
}

.pricing .pricing_section .row{
	display: flex;
}

.pricing .pricing_section .col-4{
	background: var(--white);
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding-top:30px;
	padding-bottom:30px;
	position: relative;
	padding-bottom: 100px;
}

@media all and (min-width: 800px) {
	.pricing .pricing_section .row {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}

	.pricing .pricing_section .col-4 {
		margin-left: 15px;
		margin-right: 15px;
		width: 33.33%;
	}
}

.pricing .tab_show.pricing_section{
	display: block;
}

.pricing .tab_show{
	display:none;
}

.pricing .pricing_section .col-4 h5,
.pricing .pricing_section .col-4 h2,
.pricing .pricing_section .col-4 p,
.pricing .pricing_section .col-4 ul{
	padding-left:30px;
	padding-right: 30px;
	width: calc(100% - 60px);
}

.pricing .pricing_section .col-4 h5{
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 110%;
	text-align: center;
	letter-spacing: -1px;
	margin:0;		
}

.pricing .pricing_section .col-4:nth-child(1) li:before,
.pricing .pricing_section .col-4:nth-child(1) h5{
	color: var(--yellow);
}

.pricing .pricing_section .col-4:nth-child(2) li:before,
.pricing .pricing_section .col-4:nth-child(2) h5{
	color: var(--teal);
}

.pricing .pricing_section .col-4:nth-child(3) li:before,
.pricing .pricing_section .col-4:nth-child(3) h5{
	color: var(--purple);
}

.pricing .pricing_section hr{
	float:left;
	width: 100%;
	height: 2px;
	border: 0;
	margin:0;
}

.pricing .pricing_section .col-4:nth-child(1) hr{
	background: var(--yellow);
}

.pricing .pricing_section .col-4:nth-child(2) hr{
	background: var(--teal);
}

.pricing .pricing_section .col-4:nth-child(3) hr{
	background: var(--purple);
}


.pricing .pricing_section .col-4 h2{
	font-weight: 600;
	font-size: 64px;
	line-height: 110%;
	text-align: center;
	letter-spacing: -2px;
	text-align: center;
	margin-top:15px;
}

.pricing .pricing_section .col-4 a,
.pricing .pricing_section .col-4 p{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: var(--dark_gray);
}

.pricing .pricing_section .col-4 .top_sct{
	min-height: 210px;
}

.pricing .pricing_section .col-4:nth-child(3) .top_sct p a {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin-top: 30px;
	display: block;
}

.pricing .pricing_section ul{
	list-style-type: none;
	margin:0;
	padding:0;
	margin-top:30px;
}

.pricing .pricing_section .col-4 > ul {
	padding-bottom: 20px;
}

.pricing .pricing_section ul li {
	margin: 0;
	padding: 0;
	position: relative;
	padding-left: 30px;
	margin-left: 0;
	margin-right: 0;
	width: calc(100% - 40px);
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: var(--dark_gray);
	margin-bottom: 10px;
}

.pricing .pricing_section ul li:before{
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
}

.pricing .pricing_section .button_container{
	position: absolute;
	bottom:30px;
	left: 0;
	width: 100%;
}

.pricing .pricing_section a.button{
	color: var(--white);
	display: block;
	max-width: 224px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	line-height: 100%;
}

.pricing .inner_tab{
	background: #FFFFFF;
	box-shadow: 0px 20px 40px rgb(0 0 0 / 15%);
	border-radius: 10px;
	padding:80px 40px;
	width: calc(100% - 80px);
	float: left;
}

.pricing .inner_tab h2{
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	color: var(--black);
}

.pricing .inner_tab h5{
	font-weight: 400;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	color: var(--black);
	margin-top: 0;
	margin-bottom: 10px;
}

.pricing .inner_tab h5 strong{
	font-weight: bold;
}


.pricing .inner_tab p{
	font-weight: 400;
	font-size: 18px;
	line-height: 170%;
	text-align: center;
	margin:0 auto;
	width: 80%;
}

.pricing .inner_tab hr{
	margin:0 auto;
	width: 50%;
	height: 1px;
	background: var(--black);
	display: table;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media all and (max-width:768px) {
	.pricing .inner_tab {
		padding: 60px 0px;
		width: calc(100% - 0px);
	}
}


.blog_section{
	float:left;
	width: 100%;
	padding-top:200px;
	background-image: url("images/blog_lines.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0px 100px;
	background-color: #EEEEEE;
}

.blog_section .featured_post {
	float: left;
	padding: 32px;
	margin-bottom: 80px;
	background: #fff;
	box-shadow: 0px 12px 56px 0px rgba(50, 96, 139, 0.20), 0px 4px 12px 0px rgba(41, 54, 87, 0.06);
	border-radius: 8px;
	box-sizing: border-box;
}

.blog_section .featured_post .left_img{
	float:left;
	width: 53%;
}

.blog_section .featured_post .left_img img {
	border-radius: 8px;
}

.blog_section .featured_post .post_data{
	float:right;
	width: calc(47% - 24px);
	display: flex;
	flex-direction: column;
}

.blog_section .featured_post .post_data .top_sect{
	color: var(--purple);
	font-weight: 400;
	font-size: 18px;
	line-height: 170%;
}

.blog_section .featured_post .post_details{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.blog_section .featured_post .post_details .author{
	display: flex;
	align-items: center;	
}

.blog_section .featured_post .post_details .author img{
	border-radius: 100%;
	margin-right: 11px;
	width: 32px;
}

.author img {
	max-width:48px;
}

.blog_section .blog_posts{
	float:left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
}

.categories {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 20px;
	width: 100%;
	position: relative;
	z-index: 2;
}

.overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	background-color: rgb(255 255 255 / 50%);
	display: none;
	background-repeat: no-repeat;
	background-position: center;
}

.overlay .inner_over{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.overlay .lottie-player{
	max-width: 100px;
}


.events .categories{
	flex-wrap: wrap;
	margin-top: 100px;
}

.single-events #single_blog_post .data_content {
	margin-bottom: 50px;
}

.blog_section .categories .dropdown{
	max-width: 300px;
}
.blog_section .categories h2,
.events .categories h2{
	margin:0;
	padding: 0;
}

.categories .cat{
	background: var(--light_gray);
	border-radius: 50px;
	padding: 12px 30px;
	margin-left: 30px;
	cursor: pointer;	
	transition: all 0.3s ease;
}

.categories .cat.active{
	background: var(--dark_gray);
	color: var(--white);
	transition: all 0.3s ease;
}

.blog_posts .single_pst{
	float:left;
	width: calc(33.3% - 90px);
	margin-right: 30px;
	position: relative;
	padding:35px;
	background: var(--white);
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	margin-bottom: 25px;
	padding-bottom: 80px;
}

.blog_posts .single_pst img{
	min-height: 200px;
}

.blog_posts .single_pst .button_empty{
	margin-left: 0;
	position: absolute;
	bottom:30px;
}

.blog_posts .single_pst .date {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
	color: #6B65EB;
	margin-top: 4px;
}

.blog_posts .single_pst .date span{
	font-weight: 600;
	font-size: 48px;
	line-height: 80%;
	padding-bottom: 6px;
	letter-spacing: -1px;
	width: 100%;
	margin-right: -10px;
}

.blog_posts .single_pst h3{
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0;
	margin-top: 8px;
	margin-bottom: 8px;
}

.inner_text h4{
	font-weight: 400;
	font-size: 18px;
	line-height: 170%;
	text-transform: none;
	letter-spacing: 0;

}

.blog_posts .single_pst:nth-child(3n){
	margin-right: 0;
}


#single_blog_post{
	float:left;
	width: 100%;
	padding-top:150px;
	position: relative;
}

#single_blog_post:before{
	position: absolute;
	width: 100%;
	height: 550px;
	background: #eee;
	content:"";
	top:0;
	left:0;
}

#single_blog_post h1{
	margin-top:50px;
	text-align: center;
	font-size: 52px;
}

#single_blog_post .cont_img{
	float:left;
	width: 100%;
}

#single_blog_post .cont_img img{
	height: 400px;
	object-fit: cover;
	width:100%;
	border-radius: 20px;
}

#single_blog_post .data_content{
	float:left;
	width: 100%;
	margin-top:50px;
}

#single_blog_post .data_items{
	padding:30px;
	background: var(--white);
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	margin-top: -70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#single_blog_post .data_items .author{
	display: flex;
	align-items: center;
}

#single_blog_post .data_items .author img{
	border-radius: 100%;
	margin-right: 15px;
	-webkit-box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.5); 
	box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.5);
}

#single_blog_post .single_categories{
	text-align: center;
}

#single_blog_post .single_categories .single_ct{
	background: var(--white);
	border-radius: 50px;
	padding: 12px 30px;
	margin-left: 15px;
	margin-right: 15px;
	cursor: pointer;	
	transition: all 0.3s ease;
	box-shadow: 0px 14.1158px 19.0564px rgba(0, 0, 0, 0.05);
}

.related_posts{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom: 100px;
	background: #EEEEEE;
	margin-top: 50px;
}

.related_posts h2{
	text-align: center;
	margin-bottom: 80px;
}


.events{
	float:left;
	width: 100%;
	background-image: url("images/blog_lines.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0px 100px;
	padding-top:200px;
}


.events_cont{
	float: left;
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.events_cont .event .data_txt{
	display: flex;
	margin-top: 30px;
}

.events_cont .event .data_txt .left_date{
	margin-right: 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 170%;
	color: var(--black);
}

.events_cont .event .data_txt .left_date span{
	font-weight: 600;
	font-size: 48px;
	line-height: 110%;
	letter-spacing: -1px;
	color: var(--black);
}

.events_cont .event p{
	float:left;
	width: 100%;
	margin:0;
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
}

.events_cont .event h3{
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
}

.events_cont .event{
	float:left;
	width: calc(33.3% - 90px);
	margin-right: 0px;
	position: relative;
	padding:35px;
	background: var(--white);
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	margin-bottom: 25px;
}



.about{
	float:left;
	width: 100%;
	padding-top: 200px;
	background-image: url("images/about_lines.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0px 100px;
	background-color: var(--black);
}

.about h1,
.about h2,
.about h3,
.about p{
	color: var(--white);
}

.about p{
	font-weight: 400;
	font-size: 18px;
	line-height: 170%;
	color: #EEEEEE;
}

.about .row{
	padding-bottom:100px;
}

.about .item{
	display:flex;
	align-items: center;
	padding-bottom: 30px;
}

.about .item .right_text{
	color: var(--white);
	margin-left: 10px;
}



.board_members{
	float:left;
	width:100%;
	display: flex;
	padding-top:150px;
}

.board_members .row{
	display: flex;
	flex-wrap: wrap;
}

.board_members .text{
	margin-bottom: 80px;
}

.board_members .member{
	margin-right: 30px;
	background: #EEEEEE;
	border-radius: 20px;
	margin-bottom: 30px;
	width: calc(25% - 85px);
	padding: 30px;
	text-align: center;
}

.board_members .member .img{
	width: 160px;
	height: 160px;
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
}

.board_members .member h3{
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	margin-bottom: 0;
}

.board_members .member .social_items{
	float:left;
	width: 100%;
	text-align:center;
	display: flex;
	justify-content: center;
}

.board_members .member .social_items a.linkedin{
	width: 24px;
	height: 24px;
	background: url("images/linkedin.svg") no-repeat;
	background-size:100%;
	display: table;
}

.board_members .member p{
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	text-align: center;
	color: var(--dark_gray);
	margin-top: 0;
}

.board_members .member .img {
	filter: drop-shadow(0px 12px 10px rgba(0, 0, 0, 0.15));
}		  

.board_members .member .img img{
	border-radius: 100%;
	width: 160px;
	height: 160px;
	object-fit: cover;
	margin:0 auto;
	display: table;
}

.board_members .member:nth-child(4n){
	margin-right: 0;
}


.careers{ 
	float:left;
	width: 100%;
	padding-top:100px;
	padding-bottom: 100px;
}

.careers .single_items{
	padding-top:100px;
	padding-bottom: 100px;
}

.careers .single_items .col-6{
	background: #EEEEEE;
	border-radius: 12px;
	padding: 50px 70px;
	width: calc(46% - 140px);
}

.careers .single_items .col-6 .button_empty{
	margin-left: 0;
	background-color: transparent;
}

.careers .single_title{
	padding-top:100px;
}
.careers h4 {
	font-size: 26px;
	line-height: 120%;
	letter-spacing: 0;
	text-transform: none;
	color: var(--dark);
	margin-bottom: 0;
}

.contact_page{
	float:left;
	width:100%;
	padding-top:200px;
	padding-bottom: 100px;
	background-image: url("images/contact_lines.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0px 100px;
	background-color: var(--black);
}

.contact_page h1,
.contact_page h2,
.contact_page h3,
.contact_page p{
	color:#fff;
}

.contact_page .text{
	margin-bottom: 100px;
}

.contact_page .contact_form{
	background: none;
	padding:0;
}

.contact_page .contact_form .wpcf7{
	margin-top:0;
}

.contact_page .inner{
	background: var(--black);
	border-radius: 20px;
	padding:30px;
	float:left;
	width:calc(100% - 60px);
}

.contact_page .inner .top{
	display: flex;
	align-items: center;
}

.contact_page .inner .top h3{
	margin:0;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	margin-left:10px;
}

.contact_page .inner .item{
	float:left;
	width:100%;
	padding-bottom: 50px;
}

.contact_page .inner p{
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	color: #EEEEEE;
}

.contact_page .inner a{
	color: var(--teal);
}

.contact_page .inner .button{
	background: var(--teal);
	color: var(--white);
}

.contact_page .inner .button:hover{
	background: var(--pale_teal);
	transition: all 0.3s ease;
}


div.frame {
	display: none;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 10;
	width: 980px;
	height: 980px;
	background-size: contain!important;
	background-position: bottom!important;
}

#move_images{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
}

#move_images img{
	max-height: 100%;
}

.frame {
	will-change: transform;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

div.frame#frame_0{
	display: table;
}

.scroll_animation{
	float:left;
	width:100%;
	padding-bottom: 200px;

}

.scroll_animation .button_container {
	text-align: left;
	margin-top: 20px;
}


.scroll_animation .col-5 {
	height: 300vh;
	position: sticky;
	display: table;
	height: 92vh;
	top: 0;
	right: 0;
}

.scroll_animation .single_item{
	height: 100vh;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	display: none;
	position: absolute;
	top:0;
	width:100%;
}

.scroll_animation .single_item .flex_fix{
	position: absolute;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.scroll_animation .single_item.item_1{
	display:block;
}

#multiscroll{
	position: sticky;
	top:0vh;
	height: 100vh!important;
}

.error-404{
	padding-top:300px;
	padding-bottom: 300px;
	text-align: center;
	background: url("images/404_lines.svg") no-repeat;
	background-size: 100%;
	background-position: center bottom;
	background-color: var(--black);
}

.thank_you.error-404{
	background: url("images/thank_you.svg") no-repeat;
	background-size: 100%;
	background-color: var(--black);
}

.error-404 h1,
.error-404 p{
	color: var(--white);
}


.single-post h2 {
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -0.5px;
	margin-top: 40px;
}

.single-post h3 {
	font-size: 28px;
	line-height: 120%;
	letter-spacing: -0.5px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.single-post h4 {
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0;
	margin-top: 30px;
	margin-bottom: 10px;
}


ul#mobile_menu {
	position: relative;
	top: 14px;
	left: 0;
	transform: translate(-50%,-50%);
	width: 24px;
	height: 24px;
	cursor: pointer;
	right: 0;
	margin: 0;
	float: right;
	margin-left: 40px;
}
ul#mobile_menu li {
	list-style: none;
	position: absolute;
	right: 0;
	transform: translateY(-50%);
	width: 90%;
	height: 2px;
	background: var(--black);
	border-radius: 20px;
	transition: .5s;
	opacity: 1;
	width: 24px;
}
ul#mobile_menu li:nth-of-type(1){
	top: 20%;
}
ul#mobile_menu li:nth-of-type(2),ul#mobile_menu li:nth-of-type(3){
	top: 50%;
}
ul#mobile_menu li:nth-of-type(4){
	top: 80%;
}

ul#mobile_menu.active li:nth-of-type(1){
	top: -20%;
	opacity: 0;
}
ul#mobile_menu.active li:nth-of-type(2){
	transform: translateY(-50%) rotate(45deg);
}
ul#mobile_menu.active li:nth-of-type(3){
	transform: translateY(-50%) rotate(-45deg);
}
ul#mobile_menu.active li:nth-of-type(4){
	top: 120%;
	opacity: 0;
}




.dropdown {
	width: calc(100% - 40px);
	margin: 0px;
	padding: 20px 0px;
}

.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
	transform: scaleY(1);
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
	transform: rotate(-135deg);
}
.dropdown__options-filter {
	width: 100%;
	cursor: pointer;
}
.dropdown__filter {
	position: relative;
	display: flex;
	padding: 16px 24px;
	color: var(--black);
	background-color: transparent;
	border: 2px solid var(--dark_gray);
	border-radius: 30px;
	transition: 0.3s;
	list-style-type: none;
	font-weight:500;
}
.dropdown__filter:focus {
	border: 2px solid var(--black);
	outline: none;
	box-shadow: 0px 20px 40px rgb(0 0 0 / 15%);
}
.dropdown__filter::after {
	position: absolute;
	top: 45%;
	right: 20px;
	content: "";
	width: 10px;
	height: 10px;
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	transform: rotate(45deg) translateX(-45%);
	transition: 0.2s ease-in-out;
}
.dropdown__select {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: 5px;
	overflow: hidden;
	box-shadow: 0 5px 10px 0 rgba(152, 152, 152, 0.6);
	transform: scaleY(0);
	transform-origin: top;
	transition: 0.2s ease-in-out;
}
.dropdown__select-option {
	padding: 20px;
	background-color: #fff;
	border-bottom: 1px solid #d6d6d6;
	transition: 0.3s;
}
.dropdown__select-option:last-of-type {
	border-bottom: 0;
}
.dropdown__select-option:hover {
	background-color: #f9f9f9;
}


.cuustom_filters{
	z-index: 10;
	position: relative;
	width: calc(80% - 120px);
	padding: 30px 60px;
	margin: 0 auto;
	margin-top: -100px;
	background: #FFFFFF;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
}

.cuustom_filters ul,
.cuustom_filters li{
	list-style-type: none;
}


.cuustom_filters p{
	margin: 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: #030303;
}

.load_cont{
	margin: 0 auto;
	display: table;
	margin-bottom: 50px; 
}


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


	.container {
		width: 1000px;
	}

	.black_bg_with_pattern.has_line{
		background-position: 0vh 100vh;
	}
	.left_right .button_empty, .left_right .button+.button {
		margin-left: 0;
		margin-top: 30px;
	}

	.full_buttons .button{
		width: calc(100% - 60px);
	}

	.full_buttons .button+.button{
		width: calc(100% - 80px);
	}
}


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

	h1 {
		font-size: 56px;
	}

	h2{
		font-size: 32px;
		letter-spacing:-0.5px;
	}	

	h3{
		font-size: 28px;
		letter-spacing:0px;
	}

	p{
		font-size: 18px;	
	}



	.container {
		width: 768px;
	}

	#mobile_menu{
		display:block;
	}

	#masthead{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.menu_container{
		display:none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: var(--black);
		background-image: url("images/menu_bg.svg");
		background-repeat: no-repeat;
		background-position: 50px -40px;
		height: 100vh;
	}

	#primary-menu .sub-menu-wrap {
		position: relative;
		opacity: 1;
		visibility: visible;
		top:0;
		padding-top:20px;
		padding-bottom: 20px;
		background: none;
		display: none;
		transition: none;
		max-width: 400px;
	}

	#primary-menu .sub-menu-wrap .sub-menu li h3{
		font-weight: 500;
		font-size: 16px;
		line-height: 140%;
		display: flex;
		align-items: center;
		color: #FFFFFF;
		background: none;
		background-clip: unset;
		-webkit-text-fill-color: unset;
	}
	#primary-menu .sub-menu-wrap .sub-menu li p{
		display:none;
	}

	#main_menu{
		padding-top:200px;
	}

	#primary-menu li.menu-item-has-children:before{
		background-position: top right;
		position: absolute;
		right: 40px;
		width: 7px;
		height: 11px;
	}

	#primary-menu {
		display: block;
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}

	#primary-menu li{
		float:left;
		width: calc(33.3% - 40px);
		margin:0;
		padding:0;
	}

	#primary-menu li.menu-item-has-children,
	#primary-menu > li{
		padding-right: 40px;		
	}

	#primary-menu .sub-menu-wrap .sub-menu{
		flex-wrap: wrap;
	}

	#primary-menu > li{
		margin-top:50px;
	}

	#masthead.menu_open #logo img{
		filter: brightness(0) invert(1);
		transition: all 0.3s ease;
		z-index: 1;
		position: relative;
	}

	#mobile_menu.active{
		background: var(--black);	
		border-radius: 4px;
	}

	#mobile_menu.active li{
		background: var(--white);
		right: 2px;
		width: 20px;
		transition: all 0.3s ease;
	}

	#primary-menu > li > a{
		font-weight: 600;
		font-size: 16px;
		line-height: 100%;
		display: flex;
		align-items: center;
		letter-spacing: 3px;
		text-transform: uppercase;
		background: radial-gradient(80.76% 78.8% at 30.49% 74.48%, #47CBC3 3%, #6B65EB 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		padding-bottom: 20px;
		border-bottom: 1px solid #3F4548;
	}

	#primary-menu .sub-menu-wrap .sub-menu li {
		margin-right: 0;
		padding-right: 0;
		border: 0;
		width: 100%;
		float: left;
		min-width: 100%;
		max-width: 100%;
		min-height: auto; 
		margin-bottom: 24px;
	}

	#primary-menu .sub-menu-wrap .sub-menu li img{
		height: 24px;
	}


	#primary-menu .sub-menu-wrap .sub-menu li:before{
		display: none!important;
		content:"";
	}

	#primary-menu .sub-menu-wrap .sub-menu li .left_img {
		min-width: 24px;
		padding-right: 10px;
	}

	#primary-menu li.menu-item-has-children:hover:before{
		transform: rotate(0deg);
		transition: all 0.3s ease;
	}

	#primary-menu li.menu-item-has-children.active:before{
		transform: rotate(90deg);
		transition: all 0.3s ease;
	}

	#primary-menu .menu-item-has-children:hover > .sub-menu-wrap {
		transition: none;
	}

	.sub-menu-wrap .container{
		width:100%;
	}

	.site-footer .col-3{
		width:40%;
	}


	.site-footer .col-9{
		width:100%;
		margin-left:0;
	}

	div.frame{
		background-position: center!important;
	}

	.globe h2{
		font-size: 80px!important;
		text-align: left;
	}
	.globe p {
		text-align: left;
	}
	.rows_3.black_bg h2 {
		font-size: 72px!important;
	}

	.features .col-4, .features .col-8 {
		width:100%;
	}
	.features {
		padding-bottom: 300px;
	}
	.features h2 {
		padding-bottom: 30px;
	}
	.features .absolute_image {
		max-height: 30%;
	}
	.cta {
		padding-top: 125px;
		padding-bottom: 125px;
	}
	.rows_3.img_inline.black_bg h2, .rows_3 .inline_img h2 {
		font-size: 24px!important;
		letter-spacing: 0!important;
	}
	.rows_3 .inline_img {
		display: block;
	}
	.rows_3.img_inline p {
		font-size: 16px;
	}
	.rows_3.separate_boxes .separate_boxes {
		width: calc(100% - 60px);
	}
	.rows_3.separate_boxes .separate_boxes, .rows_3.separate_boxes .inner_text {
		padding: 30px;
	}
	.faq .title, .faq .text p, .faq_tabs .faq_tab h3, .faq_tabs .faq_tab p {
		font-size: 16px;
	}
	.faq_tabs .faq_tab p {
		line-height: 140%;
		padding-bottom: 10px;
	}
	.left_right.button_as_text .button {
		font-size: 16px;
		text-align: left;
		line-height: 140%;
	}

	.left_right.button_as_text h4 {
		font-size: 20px;
	}

	.pricing .pricing_section .col-4 h5, .pricing .pricing_section .col-4 h2, .pricing .pricing_section .col-4 p, .pricing .pricing_section .col-4 ul {
		padding-left: 20px;
		padding-right: 20px;
		width: calc(100% - 40px);
	}

	.blog_section .featured_post .left_img {
		width: 100%;
	}



	.blog_section .featured_post .post_data {
		width: 100%;
		padding-top: 20px;
	}

	.featured_post p {
		font-size: 16px;
	}

	.blog_posts .single_pst .date {
		font-size: 16px;
	}

	.blog_posts .single_pst .date span {
		font-size: 36px;
		padding-bottom: 0;
		margin-right: -20px;
	}
	.blog_posts .single_pst {
		width: calc(33.3% - 55px);
		margin-right: 20px;
		padding: 20px;
		padding-bottom:80px;
	}

	.single_pst p {
		display: none!important;
	}
	.blog_posts .single_pst .date {
		top: 0;
		left: 12px;
	}

	.blog_posts .single_pst h3 {
		font-size: 20px;
	}

	.blog_posts .single_pst img {
		height: 100%!important;
	}

	.blog_posts .single_pst img {
		min-height: unset;
	}

	.globe .col-6 {
		width: 100%;
	}


	.black_bg_with_pattern .absolute_image{
		width: 50vw;
	}

	.black_bg_with_pattern h2{
		font-weight: 900;
		font-size: 60px;
		line-height: 100%;
	}

	.text_with_icons_black .items .item{
		width: 33.3%;
	}

	.rows_3.img_inline.black_bg h2, .rows_3 .inline_img h2{
		margin-top: 20px;
	}

	.pricing .pricing_section .col-4 h2{
		font-size: 55px;
	}

	.events_cont .event{
		width: calc(50% - 90px);
	}



	.about .col-1,
	.about .col-5,
	.about .col-4,
	.about .col-6{
		width: 96%;
	}

	.about .row{
		flex-wrap: wrap;
	}

	.board_members .member{
		width:calc(33.3% - 85px);
	} 

	.board_members .member:nth-child(4n){
		margin-right: 30px;
	}
	.board_members .member:nth-child(3n){
		margin-right: 0;
	}

	.menu-main-menu-container{
		max-height: calc(100vh - 200px);
		overflow: auto;
	}

	#masthead.scrolled #primary-menu li{
		padding-top: 0;
		padding-bottom: 0;
	}

	#primary-menu{
		padding-bottom: 100px;
	}

	#masthead.scrolled #primary-menu .sub-menu-wrap{
		top:0;
	}

	.hide_flow{
		overflow: hidden;
	}

	.menu-main-menu-container::-webkit-scrollbar {
		width: 3px;
	}

	.menu-main-menu-container::-webkit-scrollbar-track {
		background: #f1f1f1; 
	}

	/* Handle */
	.menu-main-menu-container::-webkit-scrollbar-thumb {
		background: #888; 
	}

	/* Handle on hover */
	.menu-main-menu-container::-webkit-scrollbar-thumb:hover {
		background: #555; 
	}

	#single_blog_post .col-2,
	#single_blog_post .col-8{
		width:96%;
	}  

	.events .categories{
		justify-content: center;
	}

	.events .categories h2{
		margin-bottom: 20px;
	}
}


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

	.spacing.sp_200{
		padding-bottom: 50px;
	}

	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		width: 96%;
	}

	h1 {
		font-size: 38px;
		letter-spacing: -1px;
	}


	h2{
		font-size: 28px;
		letter-spacing: -.5px;
	}


	h3{
		font-size: 24px;
		letter-spacing: 0px;
	}


	p{
		font-size: 16px;	
	}

	.container {
		width: 90%;
	}

	#primary-menu li{
		width: calc(50% - 40px);
	}

	#footer-menu{
		flex-wrap: wrap;
	}

	#footer-menu li{
		width: calc(50% - 40px);
		margin-right: 20px;
		margin-bottom: 30px;
	}

	.site-footer {
		padding-top: 50px
	}
	.site-footer p {
		padding-bottom: 20px;
	}
	#footer-menu li {
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 40px;
	}
	.social {
		float: none;
		margin-left: -15px;
		margin-top: 6px;
	}
	.site-footer .col-8 {
		display: block;
	}
	.site-footer .col-3 {
		width: 100%;
	}


	.full_text p{
		width: 100%;
	}

	.button_container{
		text-align: left;
	}

	.cta .button_container{
		text-align: center;
	}

	.home .full_text {
		height: auto;
		padding: 0;
		padding-top: 100px;
		align-items: flex-start;
		text-align: left;
	}



	.home .full_text h1,
	.home .full_text h2,
	.home .full_text p{
		text-align: left!important;
	}

	.rows_3{
		padding-top:50px;
		padding-bottom: 50px;
	}

	.rows_3 .col-4{
		margin-bottom: 60px;
	}

	.globe{
		margin-top:0;
		padding-top:50px;
		padding-bottom: 50px;
	}

	#move_images{
		margin:0 auto;
		position: relative;
	}

	div.frame{
		position: relative;
		height: 50vw;
	}

	.globe p,
	.globe h2{
		text-align: center;
	}

	.globe h2{
		margin-left: auto;
		margin-right: auto;
		font-size: 16vw !important;
	}

	.overflow{
		position: relative;
		z-index: -1;
	}

	#multiscroll {
		top:8vh;
		background: #fff;
		z-index: 1;
		height: 50vh!important;
	}

	.scroll_animation .single_item .flex_fix{
		height: 50vh;
	}

	.scroll_animation .col-5 .button_container{
		margin-top:0;
	}

	.scroll_animation .col-5 h2{
		font-size: 22px!important;
	}

	.scroll_animation .col-5 p{
		font-size: 16px;
		line-height: 120%;
	}

	.scroll_animation .col-5{
		height: 50vh;
		bottom:30px;
	}

	.scroll_animation .single_item .flex_fix{
		align-items: end;
	}

	.left_right .container .row{
		flex-wrap: wrap;
	}

	.left_right .container .row .col-6:first-child{
		margin-bottom: 50px;
	}


	.left_right .col-6 p{
		width: 100%;
	}


	.left_right.background_flower.switch:before {
		background-position: 150% 0%;
	}

	.left_right.background_flower:before{
		background-size: 80% 70%;
	}

	.left_right.background_flower.black_bg:before, .left_right.background_flower.gray_bg:before {
		filter: brightness(0) invert(1);
		background-position: -30% 0%;
		background-size: 90% 70%;
	}

	.text_with_icons_black .items .item{
		width: 50%;
	}

	.text_w_icons .items{
		flex-wrap: wrap;
	}

	.text_w_icons .items .item{
		margin-right: 0;
		width: 33.3%;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.text_w_icons .items .item img {
		max-width: 50%;
	}

	.text_w_icons .button_container .button_empty{
		margin-left: 0;
	}
	.text_w_icons p,
	.text_w_icons h2,
	.text_w_icons h3{
		text-align: left!important;
	}

	.rows_3 .inline_img{
		display: flex;
	}

	.rows_3.img_inline.black_bg h2, .rows_3 .inline_img h2{
		margin-top: 0;
	}

	.pricing .pricing_section .row{
		flex-wrap: wrap;
	}

	.error-404   .button_container,
	.full_text   .button_container,
	.pricing .button_container{
		text-align: center;
	}

	.pricing .pricing_section .col-4 .top_sct{
		min-height: auto;
	}

	.pricing .pricing_section .col-4 h5, .pricing .pricing_section .col-4 h2, .pricing .pricing_section .col-4 p, .pricing .pricing_section .col-4 ul{
		float:left;
	}

	.pricing .pricing_section hr{
		float:left;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.pricing .tabs{
		flex-wrap: wrap;
	} 

	.pricing .tabs .tab{
		width: 51%;
		margin-bottom: 20px;
	}

	.events_cont .event{
		width: calc(100% - 60px);
	}


	.events_cont .event .data_txt .left_date{
		max-width: 65px;;
	}

	.events_cont .event .data_txt{
		align-items: center;
	}

	.board_members .member{
		width:calc(50% - 85px);
	}

	.board_members .member:nth-child(3n){
		margin-right: 30px;
	}
	.board_members .member:nth-child(2n){
		margin-right: 0;
	}

	.careers .single_items .col-6{
		width: calc(96% - 100px);
		margin-bottom: 30px;
		padding: 50px;
	}

	.menu-main-menu-container {
		max-height: calc(100vh - 100px);
		overflow: auto;
	}

	.black_bg_with_pattern.has_line {
		background-position: 0vh 115vh;
	}

	.left_right ul li{
		text-align: left;
	}

	#move_images{
		width: 90%;
	}

}


@media only screen and (max-width: 600px) {
	#primary-menu{
		padding-bottom: 50px;
	}
	div.frame{
		position: relative;
		height: 90vw;
		width: auto;
	}

	#primary-menu li{
		width: calc(100%);
	}

	#primary-menu li.menu-item-has-children,
	#primary-menu > li{
		padding-right: 0px;		
	}

	#primary-menu li.menu-item-has-children:before{
		right: 0;
	}

	#footer-menu li{
		width: calc(100%);
		margin-right: 0px;
		margin-left: 0;;
		margin-bottom: 30px;
	}

	input[type="submit"], .button, .button_empty, .button+.button {
		font-size: 16px;
		padding: 12px 24px;
	}

	.button_empty{
		padding-right: 40px;
	}

	.button+.button {
		padding-right: 35px;
		margin-left: 15px;
	}

	#main_menu {
		padding-top: 100px;
	}

	.left_right.switch .container .row {
		flex-direction: column;
	}

	.left_right h1 {
		text-align: center;
	}

	.black_bg_with_pattern p, .left_right p {
		font-size: 16px;
	}

	.left_right .container .row {
		display: block;
	}

	.left_right ul li {
		font-size: 16px;
	}

	.left_right, .repeater_text, .left_right_text, .features, .cta, .careers {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.features {
		padding-bottom: 275px;
	}

	.features .absolute_image {
		max-height: 20%;
	}

	.repeater_text p {
		font-size: 18px;
	}

	.left_right_text .fix_left_bg, .left_right_text .fix_right_bg {
		display:none;
	}

	.features .item {
		font-size: 16px;
		width: 100%;
	}

	.text_with_icons_black {
		padding-top: 75px;
	}
	.text_with_icons_black .items .item {
		width: 100%;
		margin-bottom: 50px;
	}
	.text_with_icons_black .items {
		padding: 20px;
		margin-top: 0;
	}
	.blog_posts .single_pst {
		width: auto;
		margin-right: 0;
		padding: 20px;
		padding-bottom:80px;
	}
	#single_blog_post h1 {
		font-size: 36px;
		letter-spacing: -0.5px;
	}
	#single_blog_post .cont_img img {
		height: auto;
		border-radius: 16px;
	}
	.contact_page {
		padding-top: 125px;
		padding-bottom: 0;
	}
	.contact_form .wpcf7 {
		border-radius: 10px;
		padding: 30px;
	}
	.full_text.black_bg {
		padding-top: 150px;
		padding-bottom: 75px;
	}
	.careers .single_title {
		padding-top: 0;
	}
	.careers .single_items {
		padding-top: 0;
		padding-bottom: 50px;
	}

	.text_with_icons_black .items .item{
		width: 100%;
	}

	.text_w_icons .items .item img {
		max-width: 80%;
		max-height: 30px;
	}

	.board_members .member{
		width:calc(100% - 25px);
		margin-right: 0;
	}

	.board_members .member:nth-child(3n){
		margin-right: 0px;
	}
	.board_members .member:nth-child(2n){
		margin-right: 0;
	}

	.text_with_icons_black .items .item{
		display: flex;
		align-items: center;
		margin-bottom: 20px;

	}

	.text_with_icons_black .items .item .left_img{
		margin-bottom: 0;
		margin-right: 10px;
	}
	.careers h4 {
		font-size: 20px;
	}

	.cats{
		flex-wrap: wrap;
	}

	.cats .cat {
		width: 100%;
		margin-bottom: 10px;
		margin-left: 0;
		text-align: center;
	}

	.cuustom_filters{
		width: calc(90% - 40px);
		padding: 20px;
	}

	.dropdown{
		width:100%;
	}

	.events .img_container img{
		min-height: 300px;
		object-fit: cover;
	}
	.cta {
		padding-top: 125px;
	}
}


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

	#multiscroll {
		top: 12vh;
		background: #fff;
		z-index: 1;
		height: 30vh!important;
	}

	.scroll_animation .col-5 p {
		font-size: 14px;
		line-height: 120%;
	}

	.scroll_animation .col-5 h4{
		margin-bottom: 5px;
	}
	.full_text ul li {
		font-size: 16px;
	}
	.blog_section .categories .dropdown {
		max-width: 100%;
	}
	.blog_section .categories {
		display: block;
	}
	.blog_section .featured_post {
		width: calc(100% - 60px);
		padding: 30px;
	}
	.blog_section .featured_post .post_details .author {
		display: none;
	}
	.blog_section .featured_post .post_details .button_empty {
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#single_blog_post .data_items {
		padding: 20px;
		width: 80%;
		margin: -90px auto;
	}
	#single_blog_post .data_items .author img {
		max-width: 42px;
		margin-right: 10px;
	}
	.cta h2 {
		font-size: 28px;
		letter-spacing: -.5px;
	}
}

@media (orientation: portrait) {
	.black_bg_with_pattern.has_line {
		background-position: 0vh 80vh;
	}


	@media only screen and (max-width: 800px) {
		.black_bg_with_pattern.has_line {
			background-position: 0vh 115vh;
		}
	}
}






.faq_tabs_dt ul {
	line-height: 170%;
	font-size: 18px;
	color: var(--light_gray);
}

.testimonial_slider .stars {
	width: 150px!important;
}

.rows_3.img_inline.black_bg h2, .rows_3 .inline_img h2 {
	font-size: 24px;
	line-height: 120%;
	letter-spacing:0;
}

blockquote {
	border-left: 5px solid #E0E0E0;
	margin: 30px 0 30px;
	padding-left: 30px;
}
blockquote p {
	font-weight: 600;
}
.wp-caption-text {
	font-size: 16px;
	color: #9c9d9e;
	margin-bottom: 30px;
	max-width: 780px;
}
.data_content img {
	height: auto;
	max-width: 100%;
}

.wp-caption{
	width:100%!important;
}

.single_pst p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

.blog_posts .single_pst img {
	height: 200px;
	width: auto;
	border-radius: 4px;
}

.blog_posts .single_pst {

}
.data_content li {
	line-height: 170%;
	font-size: 18px;
	color: var(--dark_gray);
	margin-left: 20px;
}
.blog_posts .single_pst .button_empty {
	margin-left: 0;
	font-size: 16px;
}
.sub-menu h3 {
	margin-top: 0;
}

.categories h2 {
	text-align: center;
	padding-bottom: 30px;
}
.cats {
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog_section .cats{
	margin-bottom: 20px;
}
.blog_section .categories .cat {
	margin-left: 0;
	text-align: center;
}
.data_content li::marker {
	color:#28AEA6
}
.rows_3 h1 {
	padding-top: 100px;
}
.inner_text ul li:before, .left_right ul li:before, .pricing .pricing_section ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: " ";
	width: 20px;
	height: 20px;
}

.pricing .pricing_section .col-4:nth-child(1) ul li:before {
	background-image: url(/wp-content/uploads/2024/02/check-yellow.svg);
}

.pricing .pricing_section .col-4:nth-child(2) ul li:before {
	background-image: url(/wp-content/uploads/2024/02/check-green.svg);
}

.pricing .pricing_section .col-4:nth-child(3) ul li:before {
	background-image: url(/wp-content/uploads/2024/02/check-purple.svg);
}

.inner_text ul li, .left_right ul li {
	padding-left: 20px;
}
#masthead.white_header ul#mobile_menu li {
	background:white;
}
@media only screen and (min-width: 2540px) {
	.black_bg_with_pattern.has_line .mid_text {
		padding-bottom: 500px;
	}
}

/* Nav */

.menu-item .left_img img {
	max-width: 26px;
}

/* Home page - products */

#products {
	padding-top: 20px;
}

#products .img_container img {
	margin: auto;
	width: 64px;
	margin: auto;
	display: block;
}

#products .inner_text h2 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 16px;
}

#products .inner_text p {
	text-align: center;
	margin-bottom: 24px;
}

#products .button_container .button {
	background: #fff;
	color: #000;
	border: 1px solid var(--black);
}

#products .button_container .button:hover {
	background: var(--black);
	color: #fff;
	border: 1px solid var(--black);
}

@media all and (min-width:800px) {
	#products {
		padding-bottom: 180px;
	}
}

/* Home page / chart table */

.chart-table-bg {
	background-image: url(/wp-content/uploads/2024/02/chart-transparent.webp) !important;
	background-size: 2000px !important;
	background-position: center 200px !important;
	background-repeat: no-repeat !important;
}

.chart-table {
	position: relative;
}

.chart-table .graph-header {
	text-align: center;
	padding-bottom: 680px;
}

.graph-title {
	font-family: "Albert Sans";
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -1px;
	margin-bottom: 24px;
	background: linear-gradient(92deg, #47CBC3 -5.57%, #6B65EB 117.44%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.description-title {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: #fff;
	letter-spacing: 0.65px;
}

.graph-footer span {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	max-width: 480px;
	display: block;
}

.graph-footer {
	display: flex;
	justify-content: center;
	gap: 24px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 28px;
}

.green-button {
	line-height: 150%;
	background: #28AEA6 !important;
	border: none !important;
}

@media all and (max-width:768px) {
	.chart-table .graph-header {
		padding-bottom: 540px;
	}

	.chart-table-bg {
		background-size: 170% !important;
		background-position: center 87% !important;
	}
}


/* Modern boxes */

.rows_3.modern-boxes h2 {
	background: transparent;
	color: var(--white);
	-webkit-text-fill-color: initial;
	font-size: 48px;
	font-weight: 600;
}

.rows_3.modern-boxes p {
	max-width: 100%;
}

.rows_3.modern-boxes .separate_boxes {
	display: flex;
	flex-direction: column;
	gap: 50px;
	background: #3f4548;
	padding: 60px 30px 30px 30px;
	min-height: 166px;
}

.rows_3.modern-boxes .separate_boxes:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	background: #3f4548;
	top: 0;
	left: 0;
	z-index: 0;
}

.rows_3.modern-boxes .col-4 {
	border-radius: 16px;
	padding-bottom: 0;
	margin: 8px;
}

.modern-boxes.black_bg .col-4,
.rows_3.modern-boxes .inner_text {
	background: #F3F4F6;
}

.rows_3.modern-boxes .inner_text p {
	color: #3F4548;
	font-size: 16px;
}

.rows_3.modern-boxes .row>.col-4:nth-child(3n+1) > .inner_text {
	border-top: 8px solid #47CBC3;
	margin-top: 0;
}

.rows_3.modern-boxes .row>.col-4:nth-child(3n+2) > .inner_text {
	border-top: 8px solid #69A6FF;
	margin-top: 0;
}


.rows_3.modern-boxes .row>.col-4:nth-child(3n+3) > .inner_text {
	border-top: 8px solid #6B65EB;
	margin-top: 0;
}

.modern-boxes:not(.black_bg) .inner_text {
	background: #eeeeee;
}

@media only screen and (max-width: 1024px) {
	.rows_3.modern-boxes h2 {
		font-size: 24px!important;
	}
}

/* Left right */

.left_right h4 {
	letter-spacing: normal;
	text-transform: uppercase;
}

.left_right.fancy-purple ul li {
	padding-left: 35px;
	font-weight: normal;
	max-width: 430px;
	font-size: 16px;
}

.left_right.fancy-purple ul li strong {
	color: #6B65EB;
}

.left_right.fancy-purple ul li:before {
	content: "";
	background: url(/wp-content/uploads/2024/02/purple-check.svg);
	height: 24px;
	width: 24px;
	background-size: cover;
	background-repeat: no-repeat;
	font-weight: 600;
	-ms-transform: scaleX(1) rotate(0deg);
	-webkit-transform: scaleX(1) rotate(0deg);
	transform: scaleX(1) rotate(0deg);
}

.left_right.new-pattern:before {
	background-image: url(/wp-content/uploads/2024/02/fancy-flower-f.webp);
	background-repeat: no-repeat;
	background-position: calc(50% + 480px) 0%;
	background-size: 500px auto;
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
}

.left_right.lighter-buttons .button {
	background: transparent;
	color: #000;
}

.left_right.lighter-buttons .button:hover {
	background: #030B0E;
	color: #fff;
}

.clear-button .button {
	background: transparent;
	color: var(--black);
	border: 1px solid var(--black);
}

.clear-button .button:hover {
	background: var(--black);
	color: #fff;
	border: 1px solid var(--black);
}

@media only screen and (min-width: 45em) {
	.rows_3.modern-boxes .col-4 {
		width: calc(33% - 16px);
	}
}

/* Heading */

.full_text.heading {
	margin-bottom: -140px;
}

.heading h2 {
	font-size: 48px;
}

@media all and (max-width: 768px) {
	.heading h2 {
		font-size: 32px;
	}
}

@media all and (min-width: 1024px) {
	.big-title h2 {
		font-size: 44px;
		margin-bottom: 40px;
	}
}

/* Modern features */

.modern-features-heading {
	display: inline-flex;
}

.modern-features h2 {
	font-style: normal;
	font-weight: 500;
	max-width: 300px;
}

.modern-features-table {
	display: inline-flex;
	flex-wrap: wrap;
	width: calc(100% - 320px);
}

.modern-features .item {
	flex-direction: column;
	gap: 16px;
	width: 25%;
	padding: 20px;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
}

.modern-features .item .left_img {
	margin: 0;
	background: transparent;
	box-shadow: none;
	min-width: 64px;
	max-width: 64px;
}

.modern-features .item .left_img img {
	max-width: 50px;
	max-height: 50px;
}

.modern-features .right_text {
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
}

.modern-features .absolute_image {
	left: 0;
	right: 0;
	margin: auto;
	max-height: 72%;
}

.one-column .modern-features-table {
	flex-direction: column;
}

.one-column .item {
	flex-direction: row;
	width: 100%;
}

@media all and (min-width:768px) {
	.modern-features .absolute_image {
		transform: translateX(-590px);
	}
}

@media all and (min-width:1024px) {
	.modern-features {
		padding-bottom: 180px;
	}

	.modern-features h2 {
		font-size: 48px;
	}

	.one-column .modern-features-heading {
		width: 48%;
	}

	.one-column .modern-features-table {
		width: 50%;
	}
}

@media all and (max-width:1024px) {
	.modern-features-heading {
		display: flex;
	}

	.modern-features-table {
		display: flex;
		width: 100%;
	}
}

@media all and (max-width:768px) {
	.modern-features-heading {
		justify-content: center;
	}

	.modern-features .item {
		width: 50%;
	}

	.one-column.modern-features .item {
		width: 100%;
	}
}

/* Featured banner */

.featured-banner {
	max-width: 1270px;
	margin: auto;
	padding-top: 100px;
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
}

.featured-banner-heding h2 {
	text-align: center;
	margin-bottom: 40px;
}

.featured-banner-table {
	border-radius: 16px;
	background: linear-gradient(103deg, #47CBC3 1.6%, #6B65EB 79.24%);
	box-sizing: border-box;
	display: flex;
	gap: 70px;
	padding: 40px;
}

.quote-text p {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	text-align: center;
}

.quote-text {
	margin-top: 40px;
	padding: 40px 0px;
	position: relative;
}

.quote-text:before {
	position: absolute;
	background-image: url(/wp-content/uploads/2024/02/quotemarks.svg);
	content: "";
	width: 58px;
	height: 44px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.quote-text:after {
	position: absolute;
	background-image: url(/wp-content/uploads/2024/02/quotemarks-end.svg);
	content: "";
	width: 58px;
	height: 43px;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 0;
	right: 0;
}

.featured-banner .buttons {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.featured-banner .button {
	background: transparent;
	border-color: #fff;
}

.featured-banner .button:hover {
	background: #fff;
	color: var(--black);
}

@media all and (min-width:1024px) {
	.featured-banner-info {
		width: 65%;
	}

	.featured-banner-img {
		width: 35%;
	}
}

@media all and (min-width:768px) and (max-width:1024px) {
	.featured-banner-info {
		width: 55%;
	}

	.featured-banner-img {
		width: 45%;
	}
}

@media all and (min-width:768px) {
	.featured-banner-heding h2 {
		font-size: 36px;
	}
}

@media all and (max-width:768px) {
	.featured-banner-table {
		flex-direction: column;
	}

	.featured-banner-info {
		width: 100%;
	}

	.featured-banner-img {
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

/* Quote */

.featured-quote {
	padding-top: 100px;
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
}

.featured-banner-quote {
	max-width: 1270px;
	margin: auto;
}

.featured-banner-quote-wrap {
	display: flex;
	gap: 30px;
}

.featured-banner-quote .featured-banner-info {
	background: linear-gradient(103deg, #47CBC3 1.6%, #6B65EB 79.24%);
	padding: 40px;
	box-sizing: border-box;
	border-radius: 16px;
}

.quote-description h2 {
	color: #fff;
}

.quote-description p {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.featured-banner-quote-text {
	background: linear-gradient(103deg, #47CBC3 1.6%, #6B65EB 79.24%);
	padding: 40px;
	box-sizing: border-box;
	border-radius: 16px;
}

.featured-banner-quote .quote-text {
	margin-top: 0;
}

.featured-banner-quote .buttons {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

@media all and (max-width:768px) {
	.featured-banner-quote-wrap {
		flex-direction: column;
	}
}

@media all and (min-width:768px) {
	.featured-banner-quote .featured-banner-info {
		width: 70%;
	}

	.featured-banner-quote-text {
		width: 30%;
	}
}

/* Pricing modern */

.group-header {
	display: flex;
	justify-content: center;
	gap: 24px;
	align-items: center;
}

.group-header h5 {
	padding: 0 !important;
	width: auto !important;
}

.inner-pricing-trigger {
	border-radius: 24px;
	border: 1px solid var(--Gray--Medium-light, #DDDFE2);
	background: var(--Gray--light, #F3F4F6);
	padding: 3px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-first-tab-btn,
.inner-second-tab-btn {
	padding: 3px 6px;
	border-radius: 32px;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	cursor: pointer;
}

.inner-tab-active {
	background: var(--Teal-Tech--dark, #28AEA6);
	color: var(--White, var(--Basic-content-invert, #FFF));
}

.pricing-inner-tab {
	display: none;
	opacity: 0;
}

.inner-active {
	opacity: 1;
	display: block;
}

.pricing .pricing_section .pricing-inner-tab .top_sct {
	min-height: 163px;
}

@media all and (min-width:768px) and (max-width:1024px) {
	.group-header {
		flex-direction: column;
	}
}

/* Pricing banner */

.pricing-banner .row {
	padding: 0 !important;
}

.pricing-banner-wrap {
	border-radius: 16px;
	background: var(--Gray--dark, #3F4548);
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
	padding: 40px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	gap: 20px;
}

.pricing-banner h4 {
	color: #76A8FF;
}

.pricing-banner-table ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	max-width: 506px;
	margin-top: 0 !important;
}

.pricing-banner-table li {
	color: var(--Gray--light, #F3F4F6) !important;
}

.pricing-banner-table ul li {
	color: var(--Gray--light, #F3F4F6);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	list-style: none;
	flex: 1 1 calc(50% - 8px);
	position: relative;
	padding-left: 30px;
	box-sizing: border-box;
}

.pricing-banner-table ul li:before {
	content: "";
	background-image: url(/wp-content/uploads/2024/02/check-blue.svg);
	width: 20px;
	height: 20px;
	display: inline-flex;
	position: absolute;
	left: 0;
	top: 0;
}

.pricing-banner-buttons {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 18px;
}

.button.link-button {
	padding: 0;
	background: transparent;
	border: none;
	text-decoration: underline;
}

.button.main-button {
	background-image: none;
	padding: 15px 30px;
	margin: 0;
	min-width: 224px;
	box-sizing: border-box;
	border: none;
	color: var(--Norkon-Black, #030B0E) !important;
}

.button.main-button:hover {
	border: none;
}

.pricing-banner-buttons .main-button:hover {
	color: #fff !important;
}

@media all and (max-width:1024px) {
	.pricing-banner-wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.pricing-banner-buttons {
		margin-top: 20px;
	}
}

/* Pricing table */

.pricing-tables {
	padding-top: 150px;
	padding-bottom: 150px;
	clear: both;
}

.pricing-tables h2 {
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 130px;
}

.pricing-tables-heading {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
	padding-left: 16px;
	padding-right: 50px;
}

.feature-main-title {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	width: 50%;
	display: flex;
	align-items: center;
}

.feature-pricing {
	display: flex;
	width: 50%;
	justify-content: space-between;
	gap: 50px;
}

.feature-subtitle {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	width: 33.33%;
}

.feature-subtitle-text {
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.feature-subtitle-price {
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 170%;
	text-align: center;
}

.pricing-table {
	border-radius: var(--Border-radius-16, 16px);
	border: 1px solid var(--Gray--mid, #B4B6B7);
	margin-bottom: 16px;
}

.pricing-table-heading {
	background: var(--Gray--light, #F3F4F6);
	padding: 8px 16px;
	border-radius: 16px 16px 0 0;
}

.pricing-table-title {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.pricing-feature-item {
	display: flex;
	justify-content: space-between;
	padding: 8px 16px;
	border-bottom: 1px solid var(--Gray--light, #F3F4F6);
}

.pricing-feature-name {
	width: 50%;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.pricing-feature-included {
	display: flex;
	width: 50%;
	gap: 50px;
	padding-left: 16px;
	padding-right: 42px;
}

.pricing-feature-basic,
.pricing-feature-premium,
.pricing-feature-enterprise {
	width: 33.33%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.pricing-feature-check {
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
}

.pricing-feature-basic .pricing-feature-check {
	background-image: url(/wp-content/uploads/2024/02/included-yellow.svg);
}

.pricing-feature-premium .pricing-feature-check {
	background-image: url(/wp-content/uploads/2024/02/included-green.svg);
}

.pricing-feature-enterprise .pricing-feature-check {
	background-image: url(/wp-content/uploads/2024/02/included-purple.svg);
}

.pricing-tables .buttons {
	display: flex;
	justify-content: end;
	width: 50%;
	margin-left: auto;
	padding-right: 50px;
	margin-top: 38px;
}

.button.premium-button {
	background: var(--black);
	color: #F3F3F3;
	padding: 15px 30px;
}

.button.premium-button:hover {
	border: 2px solid var(--dark_gray);
	background: var(--dark_gray);
	transition: all 0.3s ease;
}

.button.enterprise-button {
	padding: 15px 30px;
	background-image: none;
	background: var(--Purple, #6B65EB);
	border: 2px solid var(--Purple, #6B65EB);
	color: var(--white);
}

.button.enterprise-button:hover {
	background: #D3D1F9;
	border: 2px solid #D3D1F9;
}

@media all and (min-width:1024px) and (max-width:1280px) {
	.pricing-tables .buttons .button {
		font-size: 14px;
		padding: 12px 24px;
	}
}

@media all and (min-width:800px) and (max-width:1024px) {
	.pricing-tables .buttons .button {
		margin-left: 2%;
		padding: 8px 16px;
		font-size: 14px;
	}
}

@media all and (max-width:800px) {
	.pricing-tables-heading {
		flex-direction: column;
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}

	.pricing-tables h2 {
		display: none;
	}

	.pricing-table-heading {
		text-align: center;
	}

	.feature-main-title {
		width: 100%;
		justify-content: center;
		font-size: 18px;
		margin-bottom: 8px;
		line-height: 140%;
		font-weight: 700;
	}

	.feature-pricing {
		width: 100%;
		gap: 20px;
	}

	.feature-subtitle-text {
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 140%;
		text-transform: capitalize;
		letter-spacing: normal;
	}

	.feature-subtitle:nth-child(1) .feature-subtitle-text {
		color: var(--Yellow, #F3D053);
	}

	.feature-subtitle:nth-child(2) .feature-subtitle-text {
		color: var(--Teal-Tech--dark, #28AEA6);
	}

	.feature-subtitle:nth-child(3) .feature-subtitle-text {
		color: var(--Purple, #6B65EB);
	}

	.feature-subtitle-price {
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.pricing-feature-item {
		flex-direction: column;
		width: 100%;
		box-sizing: border-box;
	}

	.pricing-feature-name {
		width: 100%;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
	}

	.pricing-feature-included {
		width: 100%;
		box-sizing: border-box;
		padding: 8px 0;
	}

	.pricing-feature-text {
		font-size: 14px;
	}

	.pricing-tables .buttons {
		width: 100%;
		box-sizing: border-box;
		margin: auto;
		justify-content: center;
		padding: 0;
	}

	.pricing-tables .buttons .button:not(.basic-button) {
		display: none;
	}

	.pricing-tables .buttons .button {
		width: 100%;
	}
}

/* About */

.about-banner {
	border-radius: 16px;
	background: var(--Gray--dark, #3F4548);
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	padding: 50px !important;
	clear: both;
	margin-bottom: 130px;
}

.about-banner img {
	border-radius: 16px;
}

.about .button {
	padding: 15px 30px;
	margin: 0;
	min-width: 224px;
	box-sizing: border-box;
	border: none;
	color: var(--Norkon-Black, #030B0E) !important;
	background: #fff;
}

.about .button_container {
	text-align: left;
}

.board_members h2 {
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}

.modern-styles h4 {
	margin-bottom: 6px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.modern-styles img {
	width: 400px;
}

.modern-styles p {
	max-width: 510px;
}

@media all and (min-width:1024px) {
	.about-banner .col-6 {
		margin: 0 !important;
	}

	.about-banner {
		display: flex;
		align-items: center;
		gap: 30px;
	}
}

@media all and (max-width:1024px) {
	.about .center_it {
		text-align: center;
	}

	.about .button_container {
		text-align: center;
		margin-bottom: 30px;
	}

	.about-banner {
		padding: 24px !important;
	}

	.about-banner img {
		margin-bottom: 10px;
	}
}

/* Partners */

.page.page-id-1094 {
	background-image: url(https://norkondev.wpenginepowered.com/wp-content/uploads/2024/02/fancy-flower.svg);
	background-repeat: no-repeat;
	background-position: calc(50% + 420px) 120px;
}

.main-container {
	padding-top: 220px;
	padding-bottom: 50px;
}

.rows_3.popup-box .col-4 {
	margin-bottom: 40px;
}

.rows_3.popup-box .row .col-4 > .inner_text {
	min-height: 120px;
}

.rows_3.popup-box .col-4 .button_container {
	position: relative;
	margin-top: 0;
	text-align: left;
	padding-left: 32px;
}

.rows_3.popup-box .col-4 .button_container .button {
	padding: 8px 16px;
}

.popup-box .inner_text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	padding: 24px 32px 16px 32px !important;
}

.popup-box img {
	width: 270px;
}

.partners-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .2s ease-in;
	background: rgb(3 11 14 / 15%);
	z-index: 101;
	display: none;
}

.partners-modal {
	width: 100%;
	max-width: 870px;
	background: #fff;
	border-radius: 16px;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	align-items: start;
	gap: 40px;
	position: relative;
	transition: .2s ease-in;
}

.popup-link {
	background: #EEE;
	border-radius: 16px;
	padding: 32px;
	box-sizing: border-box;
	min-width: 290px;
	min-height: 290px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.partners-modal h5 {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 170%;
	margin: 0;
}

.partners-modal p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.close-modal {
	position: absolute;
	top: 24px;
	right: 20px;
	cursor: pointer;
}

.popup-actions h4 {
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 170%;
	color: var(--Norkon-Black, #030B0E);
	letter-spacing: normal;
	text-transform: initial;
	padding: 0;
	margin: 0;
}

.popup-button {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: var(--Gray--dark, #3F4548);
}

@media all and (max-width:768px) {
	.partners-popup {
		align-items: start;
		overflow-y: auto;
	}

	.partners-modal {
		flex-direction: column;
	}
}

/* Pre header */

.pre-header {
	background: var(--Norkon-Black, #030B0E);
	padding: 8px 16px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.pre-header-message {
	width: 100%;
}

.pre-header p {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-align: center;
	color: var(--Gray--Medium-light, #DDDFE2);
	margin: 0;
	max-width: calc(100% - 36px);
}

.pre-header a {
	color: var(--Gray--Medium-light, #DDDFE2);
	text-decoration: underline;
}

.close-pre-header {
	position: absolute;
	margin: auto;
	right: 20px;
	cursor: pointer;
}

@media all and (max-width:1024px) {
	.pre-header {
		margin-top: -20px;
		margin-bottom: 10px;
	}
}

/* Header banner */

.header-banner {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: end;
	background: var(--Gradient--linear, linear-gradient(103deg, #47CBC3 1.6%, #6B65EB 79.24%));
	margin-top: 112px;
	padding: 16px;
	box-sizing: border-box;
	z-index: 2;
	transition: .2s ease-in;
}

.header-banner-item {
	display: flex;
	align-items: end;
	gap: 36px;
	padding-left: 3%;
	padding-right: 3%;
	transition: 0.3s ease-in;
}

.header-banner-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.header-banner-title {
	color: var(--Norkon-Black, #030B0E);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.header-banner-subtitle {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: var(--White, var(--Basic-content-invert, #FFF));
}

.header-buttons .button {
	font-size: 11.845px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	padding: 10px 20px;
	color: var(--Norkon-Black, #030B0E);
	background: var(--White, #FFF);
	border: none;
	white-space: nowrap;
}

.header-banner-offset {
	padding-top: 80px !important;
}

@media all and (min-width:768px) and (max-width:1440px) {
	h1 {
		font-size: 54px;
		line-height: 100%;
	}


	.header-banner-offset {
		padding-top: 100px !important;
	}
}

.close-header-banner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.mobile-expanded .expand-label {
	opacity: 0;
	pointer-events: none;
}

.mobile-expanded .close-header-banner svg {
	transform: rotate(180deg);
}

@media all and (min-width:1024px) {
	.header-banner-item:nth-child(2n+2) {
		border-left: 1px solid black;
	}

	.close-header-banner {
		display: none;
	}
}

@media all and (max-width:1024px) {
	.header-banner {
		flex-direction: column;
		align-items: start;
		padding: 8px 16px;
	}

	.header-banner-item {
		justify-content: space-between;
		width: 100%;
		box-sizing: border-box;
		padding: 16px 0;
	}

	.header-banner-item:nth-child(2n+2) {
		border-top: 1px solid black;
	}

	.header-banner-title {
		font-size: 12px;
		font-style: normal;
		font-weight: 600;
		line-height: 110%;
	}

	.header-banner-subtitle {
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 140%;
	}

	.mobile-collapsed {
		height: 32px;
		margin-top: 135px;
		overflow: hidden;
	}

	.mobile-collapsed .header-banner-item {
		opacity: 0;
		pointer-events: none;
		position: absolute;
	}
}

@media all and (max-width:768px) {
	.header-banner-offset {
		padding-top: 360px !important;
	}
}

/* Blog */

.blog-featured-heading {
	margin-top: 80px;
	color: var(--norkon-black, #030303);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.blog_section .featured_post .post_data h2 {
	margin-bottom: 26px;
}

.blog_posts .button_empty,
.featured_post .post_details .button_empty {
	padding: 10px 18px 10px 20px;
	font-size: 16px;
	display: flex;
	gap: 10px;
	align-items: center;
}

.blog_posts .button_empty:hover,
.featured_post .post_details .button_empty:hover {
	background-size: 10px;
	background-color: #030B0E;
	color: #fff;
}

.blog_posts .button_empty:hover svg path,
.featured_post .post_details .button_empty:hover svg path {
	stroke: #fff;
}

.latest-post-item {
	display: flex;
	gap: 14px;
	margin-bottom: 10px;
	box-shadow: 0px 12px 56px 0px rgba(50, 96, 139, 0.20), 0px 4px 12px 0px rgba(41, 54, 87, 0.06);
	background: #fff;
	padding: 12px;
	border-radius: 8px;
	box-sizing: border-box;
}

.latest-post-info {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
}

.latest-post-visual {
	min-width: 80px;
	min-height: 53px;
	width: 80px;
	height: 53px;
	background-size: cover;
	border-radius: 4px;
}

.latest-posts .post-date {
	background: #fff;
	display: table;
	color: #030303;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	padding: 3px 4px;
	border-radius: 0px 0px 4px 0px;
}

#tag-container {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

#tag-container .tag {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	padding: 10px 16px;
	border-radius: 30px;
	border: 1px solid var(--Gray--Medium-light, #DDDFE2);
	cursor: pointer;
}

#tag-container .active-tag {
	background:#fff;
	border: 1px solid #fff;
}

.blog-actions {
	display: flex;
}

#sort-blogs {
	min-width: 180px;
}

.categories h2,
.sort-by-title {
	color: #030303;
	font-size: 15px;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.sort-buttons button {
	color: #030B0E;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
	outline: none;
	border: none;
	border-radius: 50px;
	background: transparent;
	padding: 8px 16px;
	border: 1px solid #DDDFE2;
	cursor: pointer;
}

.sort-buttons button.active {
	background: #fff;
	border: 1px solid #fff;
}


@media all and (min-width:1024px) {
	.blog-featured-and-news {
		display: flex;
		gap: 24px;
	}

	.col-9.blog-featured {
		width: calc(75% - 12px);
		margin-right: 0;
	}

	.col-3.blog-latest {
		width: calc(25% - 12px);
		margin-left: 0;
	}
}

@media all and (min-width:768px) and (max-width:1024px) {
	.latest-post-item {
		flex-direction: column;
	}
}

@media all and (max-width:768px) {
	.blog-featured-heading {
		margin-top: 30px;
	}

	#sort-blogs {
		display: none;
	}
}

@media all and (min-width:768px) {
	.sorting-by-date {
		margin-top: -36px;
	}
}

/* Showcasting page */

.show-casting-page {
	padding-top: 150px;
}

.show-casting-page .row {
	display: flex;
	gap: 50px;
}

.sidebar-heading {
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 170%;
	margin: 0;
}

.sidebar-description {
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 34px;
}

.sidebar-item {
	display: flex;
	align-items: start;
	gap: 16px;
	background: rgba(238, 238, 238, 0.60);
	border-radius: 8px;
	padding: 24px;
	box-sizing: border-box;
	margin-bottom: 16px;
	transition: 0.25s ease-in;
	border: 2px solid rgba(238, 238, 238, 0.60);
}

.sidebar-item.active-tab {
	border: 2px solid #28AEA6;
	background: #fff;
}

.sidebar-item-title {
	margin: 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
}

.sidebar-item-description {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 0;
}

.sidebar-item-image img {
	min-width: 60px;
}

.sidebar-banner {
	margin-top: 48px;
	padding-top: 48px;
	border-top: 1px solid #DDDFE2;
	padding-bottom: 60px;
}

.sidebar-banner-title {
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 170%;
	margin: 0;
}

.sidebar-banner-description {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top: 8px;
	margin-bottom: 32px;
}

.sidebar-banner-image {
	margin-bottom: 32px;
}

.sidebar-banner-button {
	padding: 10px 24px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
}

.shows-content {
	padding-bottom: 60px;
}

.tab-extras {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.show-tab-tag {
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
	padding: 12px 16px;
	background: rgba(71, 203, 195, 0.30);
	border-radius: 5px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 4px;
}

.show-tab-tags {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #DDDFE2;
}

.tab-socials {
	display: flex;
	gap: 4px;
}

.tab-socials a {
	width: 40.5px;
	height: 40.5px;
}

.tab-socials a svg {
	width: 100%;
	height: 100%;
}

@media all and (min-width:768px) {
	.shows-sidebar {
		padding-left: 30px;
	}
}

@media all and (max-width:768px) {
	.show-casting-page .row {
		flex-direction: column;
	}
}

/* Header CTA */

.menu_extras a {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	background: #fff;
	color: #030B0E;
	padding: 11px 20px;
	border: 1px solid #030B0E;
}

.menu_extras a:hover {
	background: #030B0E;
	color: #fff;
	border: 1px solid #030B0E;
}

@media (min-width:1440px) {
	.menu_extras {
		margin-left: 130px;
	}
}

@media (min-width:1024px) and (max-width:1440px) {
	.menu_extras {
		margin-left: 30px;
	}
}

@media (max-width:1024px) {
	.menu_extras {
		margin-left: auto;
	}
}

/* Footer */

#footer_logo {
	max-width: 200px;
}

.align-copy {
	display: flex;
	align-items: baseline;
}

/* Hubspot forms */

.hs_submit.hs-submit input {
	background: #000;
	border-radius: 300px;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	color: #F3F3F3;
	padding: 15px 30px;
	display: inline-block;
	border: 2px solid var(--black);
	transition: all 0.3s ease;
}

.hs_submit.hs-submit input:hover {
	background: rgb(0 0 0 / 70%);
	border-radius: 300px;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	color: #F3F3F3;
	padding: 15px 30px;
	display: inline-block;
	border: 2px solid rgb(0 0 0 / 70%);
}

/* Specific bugs */

.page-id-1289 .left_right h4 {
	text-transform: initial;
}

.page-id-1289 .rows_3.black_bg .button {
	border: 1px solid #030B0E;
	color: #030B0E;
}


.page-id-1289 .rows_3.black_bg .button:hover {
	border: 1px solid #030B0E;
	background: #030B0E;
	color: #fff;
}

.page-id-1289 .rows_3.modern-boxes .col-4 {
	display: flex;
	flex-direction: column;
}

.page-id-1289 .rows_3.separate_boxes .col-4 .button_container {
	margin-bottom: 30px;
	margin-top: auto;
	position: relative;
	display: none; /* check where are the links */
}